Pull request #692 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f8ab7e6288d99286c28a706c71f945815e6a73b8+4893ae94b3a8ce4bb8ee296d71267e8e7e82c368 (4c34f7784d141718c7a94e6e4c6aae77aa3d9eb5) 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-ssh8254866126674818522.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh11545663251450288867.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 0b81fa10a7dd14683a964f04f411324fe83f93ac The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-692/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-692/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2465114665832305743.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-692/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15536644021577079097.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh10183088972414158495.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-692/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-692/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8380589189830462214.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-26361 in /w/workspace/_app-service-configurable_PR-692 [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/_app-service-configurable_PR-692 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/692/head:refs/remotes/origin/PR-692 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 4893ae94b3a8ce4bb8ee296d71267e8e7e82c368 into PR head commit f8ab7e6288d99286c28a706c71f945815e6a73b8 Merge succeeded, producing f8ab7e6288d99286c28a706c71f945815e6a73b8 Checking out Revision f8ab7e6288d99286c28a706c71f945815e6a73b8 (PR-692) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac > git config core.sparsecheckout # timeout=10 > git checkout -f f8ab7e6288d99286c28a706c71f945815e6a73b8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4893ae94b3a8ce4bb8ee296d71267e8e7e82c368 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f8ab7e6288d99286c28a706c71f945815e6a73b8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:50:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:50:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:50:17 ========================================================= 12:50:17 EdgeX Global Pipelines Version Info 12:50:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:50:18 ------------------- 12:50:18 stable info: 12:50:18 ------------------- 12:50:18 Commited By: Ginny Guan ginny@iotechsys.com 12:50:18 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 12:50:18 Message: update stable to v1.0.265 12:50:18 ------------------- 12:50:18 experimental info: 12:50:18 ------------------- 12:50:18 Commited By: Cherry Wang cherry@iotechsys.com 12:50:18 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 12:50:18 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:50:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-692 [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-692 [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-692 [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f8ab7e6288d99286c28a706c71f945815e6a73b8 [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f8ab7e6 [Pipeline] echo 12:50:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:50:21 provisioning config files... 12:50:21 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-692@tmp/config7416003612336506695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:50:21 ---> ****-login.sh 12:50:21 nexus3.edgexfoundry.org:10001 12:50:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:50:21 Configure a credential helper to remove this warning. See 12:50:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:50:21 12:50:21 Login Succeeded 12:50:21 nexus3.edgexfoundry.org:10002 12:50:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:50:22 Configure a credential helper to remove this warning. See 12:50:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:50:22 12:50:22 Login Succeeded 12:50:22 nexus3.edgexfoundry.org:10003 12:50:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:50:22 Configure a credential helper to remove this warning. See 12:50:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:50:22 12:50:22 Login Succeeded 12:50:22 nexus3.edgexfoundry.org:10004 12:50:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:50:22 Configure a credential helper to remove this warning. See 12:50:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:50:22 12:50:22 Login Succeeded 12:50:22 ****.io 12:50:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:50:22 Configure a credential helper to remove this warning. See 12:50:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:50:22 12:50:22 Login Succeeded 12:50:22 ---> ****-login.sh ends [Pipeline] } 12:50:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:50:23 + git rev-list -1 --merges f8ab7e6288d99286c28a706c71f945815e6a73b8~1..f8ab7e6288d99286c28a706c71f945815e6a73b8 [Pipeline] echo 12:50:23 -----------> git rev-list -1 --merges f8ab7e6288d99286c28a706c71f945815e6a73b8~1..f8ab7e6288d99286c28a706c71f945815e6a73b8 f8ab7e6288d99286c28a706c71f945815e6a73b8 [false] [Pipeline] sh 12:50:23 + git log --format=format:%s -1 f8ab7e6288d99286c28a706c71f945815e6a73b8 [Pipeline] echo 12:50:23 ========================================================= 12:50:23 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:50:23 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:50:24 + git log --format=format:%s -1 f8ab7e6288d99286c28a706c71f945815e6a73b8 [Pipeline] echo 12:50:24 [semverPrep] GIT_COMMIT: f8ab7e6288d99286c28a706c71f945815e6a73b8, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v4 [Pipeline] echo 12:50:24 [semverPrep] This is not a build commit. [Pipeline] sh 12:50:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:50:24 + grep -v github /etc/ssh/ssh_known_hosts 12:50:24 + [ -e /tmp/ssh_known_hosts ] 12:50:24 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:50:24 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:50:24 + sudo tee -a /etc/ssh/ssh_known_hosts 12:50:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:50:25 12:50:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:50:25 0.1.4: Pulling from edgex-devops/py-git-semver 12:50:25 b85a868b505f: Pulling fs layer 12:50:25 e2be974225ed: Pulling fs layer 12:50:25 339a4e72a1f5: Pulling fs layer 12:50:25 988bab9f4d93: Pulling fs layer 12:50:25 1469e6f7b9e6: Pulling fs layer 12:50:25 eaf3925da568: Pulling fs layer 12:50:25 bab4dde63d76: Pulling fs layer 12:50:25 bde34c3a00c8: Pulling fs layer 12:50:25 b352a97aabf1: Pulling fs layer 12:50:25 4872d77fe225: Pulling fs layer 12:50:25 5851b861e8e6: Pulling fs layer 12:50:25 b352a97aabf1: Waiting 12:50:25 5851b861e8e6: Waiting 12:50:25 bab4dde63d76: Waiting 12:50:25 bde34c3a00c8: Waiting 12:50:25 4872d77fe225: Waiting 12:50:25 988bab9f4d93: Waiting 12:50:25 1469e6f7b9e6: Waiting 12:50:25 eaf3925da568: Waiting 12:50:25 e2be974225ed: Verifying Checksum 12:50:25 e2be974225ed: Download complete 12:50:25 988bab9f4d93: Verifying Checksum 12:50:25 988bab9f4d93: Download complete 12:50:25 1469e6f7b9e6: Verifying Checksum 12:50:25 1469e6f7b9e6: Download complete 12:50:25 eaf3925da568: Verifying Checksum 12:50:25 eaf3925da568: Download complete 12:50:25 339a4e72a1f5: Verifying Checksum 12:50:25 339a4e72a1f5: Download complete 12:50:25 bde34c3a00c8: Verifying Checksum 12:50:25 bde34c3a00c8: Download complete 12:50:25 b352a97aabf1: Verifying Checksum 12:50:25 b352a97aabf1: Download complete 12:50:25 4872d77fe225: Verifying Checksum 12:50:25 4872d77fe225: Download complete 12:50:25 5851b861e8e6: Download complete 12:50:25 b85a868b505f: Verifying Checksum 12:50:25 b85a868b505f: Download complete 12:50:26 bab4dde63d76: Verifying Checksum 12:50:26 bab4dde63d76: Download complete 12:50:27 b85a868b505f: Pull complete 12:50:27 e2be974225ed: Pull complete 12:50:27 339a4e72a1f5: Pull complete 12:50:27 988bab9f4d93: Pull complete 12:50:28 1469e6f7b9e6: Pull complete 12:50:28 eaf3925da568: Pull complete 12:50:30 bab4dde63d76: Pull complete 12:50:30 bde34c3a00c8: Pull complete 12:50:30 b352a97aabf1: Pull complete 12:50:30 4872d77fe225: Pull complete 12:50:30 5851b861e8e6: Pull complete 12:50:30 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:50:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:50:30 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:50:30 prd-ubuntu20.04-docker-8c-8g-26361 does not seem to be running inside a container 12:50:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-692 -v /w/workspace/_app-service-configurable_PR-692:/w/workspace/_app-service-configurable_PR-692:rw,z -v /w/workspace/_app-service-configurable_PR-692@tmp:/w/workspace/_app-service-configurable_PR-692@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 12:50:33 $ docker top af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 -eo pid,comm 12:50:33 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). 12:50:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:50:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:50:33 [ssh-agent] Looking for ssh-agent implementation... 12:50:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:50:33 $ docker exec af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 ssh-agent 12:50:33 SSH_AUTH_SOCK=/tmp/ssh-zE92JNVnjtxc/agent.32 12:50:33 SSH_AGENT_PID=38 12:50:33 Running ssh-add (command line suppressed) 12:50:33 Identity added: /w/workspace/_app-service-configurable_PR-692@tmp/private_key_5326789456454770107.key (/w/workspace/_app-service-configurable_PR-692@tmp/private_key_5326789456454770107.key) 12:50:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:50:34 + git tag --points-at HEAD [Pipeline] } 12:50:34 $ docker exec --env ******** --env ******** af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 ssh-agent -k 12:50:34 unset SSH_AUTH_SOCK; 12:50:34 unset SSH_AGENT_PID; 12:50:34 echo Agent pid 38 killed; 12:50:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:50:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:50:34 [ssh-agent] Looking for ssh-agent implementation... 12:50:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:50:34 $ docker exec af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 ssh-agent 12:50:34 SSH_AUTH_SOCK=/tmp/ssh-lK9LXSC3AzvS/agent.71 12:50:34 SSH_AGENT_PID=78 12:50:34 Running ssh-add (command line suppressed) 12:50:34 Identity added: /w/workspace/_app-service-configurable_PR-692@tmp/private_key_16174735754208855240.key (/w/workspace/_app-service-configurable_PR-692@tmp/private_key_16174735754208855240.key) 12:50:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:50:35 + git semver init 12:50:35 2024-11-13 12:50:35,348 [run_init] DEBUG init version:0.0.0 force:False 12:50:35 2024-11-13 12:50:35,349 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-692/.semver 12:50:35 2024-11-13 12:50:35,350 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-692/.semver 12:50:35 2024-11-13 12:50:35,350 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-692/.semver'], cwd=/w/workspace/_app-service-configurable_PR-692, universal_newlines=False, shell=None, istream=None) 12:50:36 2024-11-13 12:50:36,336 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-692/.git/info/exclude 12:50:36 2024-11-13 12:50:36,337 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-692/.semver/PR-692 with force:False 12:50:36 2024-11-13 12:50:36,337 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-692/.semver/PR-692 12:50:36 2024-11-13 12:50:36,342 [execute] INFO git cat-file --batch-check 12:50:36 2024-11-13 12:50:36,343 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-692/.semver, universal_newlines=False, shell=None, istream=) 12:50:36 2024-11-13 12:50:36,349 [execute] INFO git cat-file --batch 12:50:36 2024-11-13 12:50:36,350 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-692/.semver, universal_newlines=False, shell=None, istream=) 12:50:36 2024-11-13 12:50:36,354 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-692/.semver/PR-692 12:50:36 0.0.0 [Pipeline] } 12:50:36 $ docker exec --env ******** --env ******** af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 ssh-agent -k 12:50:36 unset SSH_AUTH_SOCK; 12:50:36 unset SSH_AGENT_PID; 12:50:36 echo Agent pid 78 killed; 12:50:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:50:37 + git semver [Pipeline] } 12:50:37 $ docker stop --time=1 af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 12:50:38 $ docker rm -f --volumes af5a226c52c091b009318c7fbbea806a3b2fcf772a49ec209df1e7aa4c057e47 [Pipeline] // withDockerContainer [Pipeline] sh 12:50:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:50:39 Stashed 1 file(s) [Pipeline] echo 12:50:39 [edgeXSemver]: initialized semver on version 0.0.0 [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 12:50:40 provisioning config files... 12:50:40 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-692@tmp/config276354578447441767tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:50:40 ---> ****-login.sh 12:50:40 nexus3.edgexfoundry.org:10001 12:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:50:40 Configure a credential helper to remove this warning. See 12:50:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:50:40 12:50:40 Login Succeeded 12:50:40 nexus3.edgexfoundry.org:10002 12:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:50:40 Configure a credential helper to remove this warning. See 12:50:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:50:40 12:50:40 Login Succeeded 12:50:40 nexus3.edgexfoundry.org:10003 12:50:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:50:41 Configure a credential helper to remove this warning. See 12:50:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:50:41 12:50:41 Login Succeeded 12:50:41 nexus3.edgexfoundry.org:10004 12:50:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:50:41 Configure a credential helper to remove this warning. See 12:50:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:50:41 12:50:41 Login Succeeded 12:50:41 ****.io 12:50:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:50:41 Configure a credential helper to remove this warning. See 12:50:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:50:41 12:50:41 Login Succeeded 12:50:41 ---> ****-login.sh ends [Pipeline] } 12:50:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:50:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:50:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:50:41 ========================================================= 12:50:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 12:50:41 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:42 + 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 . 12:50:42 Sending build context to Docker daemon 9.222MB 12:50:42 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 12:50:42 Step 2/12 : FROM ${BASE} AS builder 12:50:42 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 12:50:42 43c4264eed91: Pulling fs layer 12:50:42 4cc291be95ef: Pulling fs layer 12:50:42 2ac1f1163629: Pulling fs layer 12:50:42 5c3c966382ef: Pulling fs layer 12:50:42 4f4fb700ef54: Pulling fs layer 12:50:42 5d5c8e513c77: Pulling fs layer 12:50:42 9f66e0745190: Pulling fs layer 12:50:42 f49a43e4bbc0: Pulling fs layer 12:50:42 561ebcabdf7f: Pulling fs layer 12:50:42 5c3c966382ef: Waiting 12:50:42 4f4fb700ef54: Waiting 12:50:42 5d5c8e513c77: Waiting 12:50:42 9f66e0745190: Waiting 12:50:42 f49a43e4bbc0: Waiting 12:50:42 561ebcabdf7f: Waiting 12:50:42 4cc291be95ef: Verifying Checksum 12:50:42 4cc291be95ef: Download complete 12:50:42 5c3c966382ef: Verifying Checksum 12:50:42 5c3c966382ef: Download complete 12:50:42 4f4fb700ef54: Verifying Checksum 12:50:42 4f4fb700ef54: Download complete 12:50:42 5d5c8e513c77: Download complete 12:50:42 43c4264eed91: Download complete 12:50:42 9f66e0745190: Verifying Checksum 12:50:42 43c4264eed91: Pull complete 12:50:42 561ebcabdf7f: Download complete 12:50:42 4cc291be95ef: Pull complete 12:50:42 2ac1f1163629: Verifying Checksum 12:50:42 2ac1f1163629: Download complete 12:50:42 f49a43e4bbc0: Verifying Checksum 12:50:42 f49a43e4bbc0: Download complete 12:50:46 2ac1f1163629: Pull complete 12:50:46 5c3c966382ef: Pull complete 12:50:46 4f4fb700ef54: Pull complete 12:50:46 5d5c8e513c77: Pull complete 12:50:46 9f66e0745190: Pull complete 12:50:49 f49a43e4bbc0: Pull complete 12:50:49 561ebcabdf7f: Pull complete 12:50:49 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 12:50:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 12:50:49 ---> 3a752c3f9dda 12:50:49 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 12:50:52 ---> Running in 1d99f17f94a1 12:50:52 Removing intermediate container 1d99f17f94a1 12:50:52 ---> 516575347526 12:50:52 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 12:50:52 ---> Running in c03240875f46 12:50:52 Removing intermediate container c03240875f46 12:50:52 ---> f30133579948 12:50:52 Step 5/12 : ARG ADD_BUILD_TAGS="" 12:50:52 ---> Running in 40aa5df0c7f6 12:50:52 Removing intermediate container 40aa5df0c7f6 12:50:52 ---> cd8e54a8b7ca 12:50:52 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:50:52 ---> Running in a10b5c2487e2 12:50:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 12:50:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 12:50:53 OK: 246 MiB in 54 packages 12:50:54 Removing intermediate container a10b5c2487e2 12:50:54 ---> 3c6e0c478861 12:50:54 Step 7/12 : WORKDIR /app 12:50:54 ---> Running in a9aa1f4526e6 12:50:54 Removing intermediate container a9aa1f4526e6 12:50:54 ---> 540322417d24 12:50:54 Step 8/12 : COPY go.mod vendor* ./ 12:50:54 ---> cdb16f40ccea 12:50:54 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:50:54 ---> Running in 0d3de0292f66 12:50:55 Still waiting to schedule task 12:50:55 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 12:52:02 Removing intermediate container 0d3de0292f66 12:52:02 ---> a4aa1e81edc8 12:52:02 Step 10/12 : COPY . . 12:52:02 ---> fe90238c649e 12:52:02 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:52:02 ---> Running in 1e6ed1d2e963 12:52:02 Removing intermediate container 1e6ed1d2e963 12:52:02 ---> 18004fb24e44 12:52:02 Step 12/12 : RUN $MAKE 12:52:02 ---> Running in 62c2f42b068d 12:52:02 noop 12:52:02 Removing intermediate container 62c2f42b068d 12:52:02 ---> 6a36e354de31 12:52:02 Successfully built 6a36e354de31 12:52:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:02 + docker inspect -f . ci-base-image-x86_64 12:52:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:52:02 prd-ubuntu20.04-docker-8c-8g-26361 does not seem to be running inside a container 12:52:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-692 -v /w/workspace/_app-service-configurable_PR-692:/w/workspace/_app-service-configurable_PR-692:rw,z -v /w/workspace/_app-service-configurable_PR-692@tmp:/w/workspace/_app-service-configurable_PR-692@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:52:03 $ docker top 97308029b832a498b2f5491079022d051c5d14f4bb1e10a71f1f265bf5d285d1 -eo pid,comm [Pipeline] { [Pipeline] sh 12:52:03 + go version 12:52:03 go version go1.23.2 linux/amd64 [Pipeline] } 12:52:03 $ docker stop --time=1 97308029b832a498b2f5491079022d051c5d14f4bb1e10a71f1f265bf5d285d1 12:52:04 $ docker rm -f --volumes 97308029b832a498b2f5491079022d051c5d14f4bb1e10a71f1f265bf5d285d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:05 + docker inspect -f . ci-base-image-x86_64 12:52:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:52:05 prd-ubuntu20.04-docker-8c-8g-26361 does not seem to be running inside a container 12:52:05 $ 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_PR-692 -v /w/workspace/_app-service-configurable_PR-692:/w/workspace/_app-service-configurable_PR-692:rw,z -v /w/workspace/_app-service-configurable_PR-692@tmp:/w/workspace/_app-service-configurable_PR-692@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:52:06 $ docker top 2d841e524696568ac4da3f8503e3cdab134f2e65c8da2c07a2466fdec3a6210d -eo pid,comm [Pipeline] { [Pipeline] sh 12:52:06 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-692 [Pipeline] fileExists [Pipeline] sh 12:52:06 + make test 12:52:06 go test -race -coverprofile=coverage.out ./... 12:52:38 Running on prd-ubuntu20.04-docker-arm64-4c-16g-26362 in /w/workspace/_app-service-configurable_PR-692 [Pipeline] { [Pipeline] ws 12:52:38 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 12:52:38 github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements 12:52:41 The recommended git tool is: git 12:52:49 using credential edgex-jenkins-ssh 12:52:49 Cloning the remote Git repository 12:52:49 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 12:52:50 > git init /w/workspace/app-service-configurable/1 # timeout=10 12:52:50 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:52:50 > git --version # timeout=10 12:52:50 > git --version # 'git version 2.25.1' 12:52:50 using GIT_SSH to set credentials SSH Credentials for GitHub 12:52:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:52:53 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:52:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:52:54 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:52:54 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:52:54 using GIT_SSH to set credentials SSH Credentials for GitHub 12:52:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/692/head:refs/remotes/origin/PR-692 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:52:54 Merging remotes/origin/main commit 4893ae94b3a8ce4bb8ee296d71267e8e7e82c368 into PR head commit f8ab7e6288d99286c28a706c71f945815e6a73b8 12:52:54 Merge succeeded, producing f8ab7e6288d99286c28a706c71f945815e6a73b8 12:52:54 Checking out Revision f8ab7e6288d99286c28a706c71f945815e6a73b8 (PR-692) 12:52:55 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v4" 12:52:55 > git --version # timeout=10 12:52:55 > git --version # 'git version 2.25.1' 12:52:55 fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac 12:52:54 > git config core.sparsecheckout # timeout=10 12:52:54 > git checkout -f f8ab7e6288d99286c28a706c71f945815e6a73b8 # timeout=10 12:52:54 > git remote # timeout=10 12:52:54 > git config --get remote.origin.url # timeout=10 12:52:54 using GIT_SSH to set credentials SSH Credentials for GitHub 12:52:54 > git merge 4893ae94b3a8ce4bb8ee296d71267e8e7e82c368 # timeout=10 12:52:54 > git rev-parse HEAD^{commit} # timeout=10 12:52:54 > git config core.sparsecheckout # timeout=10 12:52:55 > git checkout -f f8ab7e6288d99286c28a706c71f945815e6a73b8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:53:00 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:53:00 % Total % Received % Xferd Average Speed Time Time Time Current 12:53:00 Dload Upload Total Spent Left Speed 12:53:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 98676 0 --:--:-- --:--:-- --:--:-- 98676 [Pipeline] sh 12:53:00 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:53:01 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:53:01 + sudo tee /etc/docker/daemon.new 12:53:01 { 12:53:01 "registry-mirrors": [ 12:53:01 "https://nexus3.edgexfoundry.org:10001" 12:53:01 ], 12:53:01 "bip": "10.250.0.254/24", 12:53:01 "hosts": [ 12:53:01 "tcp://0.0.0.0:5555", 12:53:01 "unix:///var/run/docker.sock" 12:53:01 ], 12:53:01 "mtu": 1458, 12:53:01 "selinux-enabled": true, 12:53:01 "seccomp-profile": "/etc/docker/seccomp.json" 12:53:01 } [Pipeline] sh 12:53:01 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:53:01 + sudo service docker restart 12:53:11 go vet ./... 12:53:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:53:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:53:16 ./bin/test-attribution-txt.sh [Pipeline] echo 12:53:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 12:53:16 $ docker stop --time=1 2d841e524696568ac4da3f8503e3cdab134f2e65c8da2c07a2466fdec3a6210d 12:53:19 $ docker rm -f --volumes 2d841e524696568ac4da3f8503e3cdab134f2e65c8da2c07a2466fdec3a6210d [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:53:20 provisioning config files... 12:53:20 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config8563297592935773801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:53:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:53:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 12:53:21 ---> ****-login.sh 12:53:21 nexus3.edgexfoundry.org:10001 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 12:53:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 12:53:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:53:21 Configure a credential helper to remove this warning. See 12:53:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:53:21 12:53:21 Login Succeeded 12:53:21 nexus3.edgexfoundry.org:10002 12:53:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:53:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:53:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:53:21 Configure a credential helper to remove this warning. See 12:53:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:53:21 12:53:21 Login Succeeded 12:53:21 nexus3.edgexfoundry.org:10003 12:53:22 + ls -al . 12:53:22 total 248 12:53:22 drwxrwxr-x 7 jenkins jenkins 4096 Nov 13 12:52 . 12:53:22 drwxrwxr-x 4 jenkins jenkins 4096 Nov 13 12:50 .. 12:53:22 -rw-rw-r-- 1 jenkins jenkins 119 Nov 13 12:50 .dockerignore 12:53:22 drwxrwxr-x 8 jenkins jenkins 4096 Nov 13 12:52 .git 12:53:22 drwxrwxr-x 3 jenkins jenkins 4096 Nov 13 12:50 .github 12:53:22 -rw-rw-r-- 1 jenkins jenkins 106 Nov 13 12:50 .gitignore 12:53:22 -rw-rw-r-- 1 jenkins jenkins 41 Nov 13 12:50 .golangci.yml 12:53:22 drwxr-xr-x 3 jenkins jenkins 4096 Nov 13 12:50 .semver 12:53:22 -rw-rw-r-- 1 jenkins jenkins 16432 Nov 13 12:50 Attribution.txt 12:53:22 -rw-rw-r-- 1 jenkins jenkins 37263 Nov 13 12:50 CHANGELOG.md 12:53:22 -rw-rw-r-- 1 jenkins jenkins 2008 Nov 13 12:50 Dockerfile 12:53:22 -rw-rw-r-- 1 jenkins jenkins 677 Nov 13 12:50 GOVERNANCE.md 12:53:22 -rw-rw-r-- 1 jenkins jenkins 666 Nov 13 12:50 Jenkinsfile 12:53:22 -rw-rw-r-- 1 jenkins jenkins 10174 Nov 13 12:50 LICENSE 12:53:22 -rw-rw-r-- 1 jenkins jenkins 618 Nov 13 12:50 OWNERS.md 12:53:22 -rw-rw-r-- 1 jenkins jenkins 4582 Nov 13 12:50 README.md 12:53:22 -rw-rw-r-- 1 jenkins jenkins 5 Nov 13 12:50 VERSION 12:53:22 drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 12:50 bin 12:53:22 -rw-r--r-- 1 jenkins jenkins 953 Nov 13 12:52 coverage.out 12:53:22 -rw-rw-r-- 1 jenkins jenkins 6598 Nov 13 12:50 go.mod 12:53:22 -rw-rw-r-- 1 jenkins jenkins 88085 Nov 13 12:50 go.sum 12:53:22 -rw-rw-r-- 1 jenkins jenkins 1937 Nov 13 12:50 main.go 12:53:22 -rw-rw-r-- 1 jenkins jenkins 3155 Nov 13 12:50 makefile 12:53:22 drwxrwxr-x 10 jenkins jenkins 4096 Nov 13 12:50 res [Pipeline] isUnix 12:53:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:53:22 Configure a credential helper to remove this warning. See 12:53:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:53:22 12:53:22 Login Succeeded 12:53:22 nexus3.edgexfoundry.org:10004 12:53:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:53:22 + 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=f8ab7e6288d99286c28a706c71f945815e6a73b8 --label arch=amd64 --label version=0.0.0 . 12:53:22 Sending build context to Docker daemon 9.224MB 12:53:22 Step 1/27 : ARG BASE=golang:1.23-alpine3.20 12:53:22 Step 2/27 : FROM ${BASE} AS builder 12:53:22 ---> 6a36e354de31 12:53:22 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 12:53:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:53:22 Configure a credential helper to remove this warning. See 12:53:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:53:22 12:53:22 Login Succeeded 12:53:22 ****.io 12:53:22 ---> Running in 55cecee3dc27 12:53:22 Removing intermediate container 55cecee3dc27 12:53:22 ---> 50d5e7913155 12:53:22 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 12:53:22 ---> Running in 2947af4df147 12:53:22 Removing intermediate container 2947af4df147 12:53:22 ---> 02950f6fc313 12:53:22 Step 5/27 : ARG ADD_BUILD_TAGS="" 12:53:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:53:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:53:22 Configure a credential helper to remove this warning. See 12:53:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:53:22 12:53:22 Login Succeeded 12:53:22 ---> ****-login.sh ends [Pipeline] } 12:53:22 Deleting 1 temporary files [Pipeline] // configFileProvider 12:53:23 ---> Running in 8592ecea103e 12:53:23 Removing intermediate container 8592ecea103e 12:53:23 ---> c4f64b4d09d3 12:53:23 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:53:23 ---> Running in 3a6c6b512e49 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 12:53:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [Pipeline] echo 12:53:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:53:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:53:23 ========================================================= 12:53:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 12:53:23 ========================================================= 12:53:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:23 OK: 246 MiB in 54 packages 12:53:24 Removing intermediate container 3a6c6b512e49 12:53:24 ---> 2c8d8027ae39 12:53:24 Step 7/27 : WORKDIR /app 12:53:24 ---> Running in 61cfc131e464 12:53:24 + 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 . 12:53:24 Sending build context to Docker daemon 225.3kB 12:53:24 Removing intermediate container 61cfc131e464 12:53:24 ---> e62a39002e9d 12:53:24 Step 8/27 : COPY go.mod vendor* ./ 12:53:24 ---> 8d9088b27939 12:53:24 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:53:24 ---> Running in bfa65877ca77 12:53:24 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 12:53:24 Step 2/12 : FROM ${BASE} AS builder 12:53:24 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:53:24 cf04c63912e1: Pulling fs layer 12:53:24 55b35a11ae5e: Pulling fs layer 12:53:24 a37a00ec5f00: Pulling fs layer 12:53:24 50b3750afda1: Pulling fs layer 12:53:24 4f4fb700ef54: Pulling fs layer 12:53:24 80978eb59214: Pulling fs layer 12:53:24 c9f46d7d2bd2: Pulling fs layer 12:53:24 4f4fb700ef54: Waiting 12:53:24 80978eb59214: Waiting 12:53:24 50b3750afda1: Waiting 12:53:24 c9f46d7d2bd2: Waiting 12:53:24 c5a475d317c9: Pulling fs layer 12:53:24 c5a475d317c9: Waiting 12:53:24 55b35a11ae5e: Download complete 12:53:24 50b3750afda1: Verifying Checksum 12:53:24 50b3750afda1: Download complete 12:53:24 4f4fb700ef54: Verifying Checksum 12:53:24 4f4fb700ef54: Download complete 12:53:24 80978eb59214: Verifying Checksum 12:53:24 80978eb59214: Download complete 12:53:24 cf04c63912e1: Verifying Checksum 12:53:24 cf04c63912e1: Download complete 12:53:25 c5a475d317c9: Verifying Checksum 12:53:25 c5a475d317c9: Download complete 12:53:25 Removing intermediate container bfa65877ca77 12:53:25 ---> e310db1af2b5 12:53:25 Step 10/27 : COPY . . 12:53:25 ---> ca2f328c0833 12:53:25 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:53:25 ---> Running in e934f7765204 12:53:25 Removing intermediate container e934f7765204 12:53:25 ---> 61ca1db0779e 12:53:25 Step 12/27 : RUN $MAKE 12:53:25 ---> Running in 94d400917ffc 12:53:25 cf04c63912e1: Pull complete 12:53:25 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=v4.0.0-dev.10 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:53:26 a37a00ec5f00: Verifying Checksum 12:53:26 a37a00ec5f00: Download complete 12:53:26 55b35a11ae5e: Pull complete 12:53:27 c9f46d7d2bd2: Verifying Checksum 12:53:27 c9f46d7d2bd2: Download complete 12:53:39 a37a00ec5f00: Pull complete 12:53:40 50b3750afda1: Pull complete 12:53:40 4f4fb700ef54: Pull complete 12:53:40 80978eb59214: Pull complete 12:53:48 c9f46d7d2bd2: Pull complete 12:53:49 c5a475d317c9: Pull complete 12:53:49 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 12:53:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 12:53:49 ---> be29e6b0f0d4 12:53:49 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 12:53:50 ---> Running in 3e1d96f6dad9 12:53:50 Removing intermediate container 3e1d96f6dad9 12:53:50 ---> a3ac83c6f626 12:53:50 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 12:53:50 ---> Running in ddf65e1188cb 12:53:50 Removing intermediate container ddf65e1188cb 12:53:50 ---> 8a8a4ff8b0c9 12:53:50 Step 5/12 : ARG ADD_BUILD_TAGS="" 12:53:50 ---> Running in cb2c492d72af 12:53:51 Removing intermediate container cb2c492d72af 12:53:51 ---> f2995df64c08 12:53:51 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:53:51 ---> Running in 8e24eaf11063 12:53:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 12:53:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 12:53:53 OK: 238 MiB in 54 packages 12:53:55 Removing intermediate container 8e24eaf11063 12:53:55 ---> 2d923c05537a 12:53:55 Step 7/12 : WORKDIR /app 12:53:55 ---> Running in 33d1d5034f8d 12:53:56 Removing intermediate container 33d1d5034f8d 12:53:56 ---> 8d53633f9020 12:53:56 Step 8/12 : COPY go.mod vendor* ./ 12:53:56 ---> 54efc9dcfe31 12:53:56 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:53:56 ---> Running in 5543072a8390 12:54:04 Removing intermediate container 94d400917ffc 12:54:04 ---> 4e6a87204508 12:54:04 Step 13/27 : FROM alpine:3.20 12:54:04 3.20: Pulling from library/alpine 12:54:04 da9db072f522: Pulling fs layer 12:54:04 da9db072f522: Verifying Checksum 12:54:04 da9db072f522: Download complete 12:54:04 da9db072f522: Pull complete 12:54:04 Digest: sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 12:54:04 Status: Downloaded newer image for alpine:3.20 12:54:04 ---> 63b790fccc90 12:54:04 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 12:54:04 ---> Running in 44c8e7bc51ab 12:54:04 Removing intermediate container 44c8e7bc51ab 12:54:04 ---> 7a98daa54cfa 12:54:04 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 12:54:04 ---> Running in 325f7dc67429 12:54:04 Removing intermediate container 325f7dc67429 12:54:04 ---> 9f5c70770847 12:54:04 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 12:54:04 ---> Running in 192497100a4d 12:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 12:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 12:54:04 (1/2) Installing ca-certificates (20240705-r0) 12:54:04 (2/2) Installing dumb-init (1.2.5-r3) 12:54:04 Executing busybox-1.36.1-r29.trigger 12:54:04 Executing ca-certificates-20240705-r0.trigger 12:54:04 OK: 9 MiB in 16 packages 12:54:04 Removing intermediate container 192497100a4d 12:54:04 ---> 4f63f49f3d59 12:54:04 Step 17/27 : RUN apk --no-cache upgrade 12:54:04 ---> Running in 77752472f90f 12:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 12:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 12:54:04 Upgrading critical system libraries and apk-tools: 12:54:04 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 12:54:04 Executing busybox-1.36.1-r29.trigger 12:54:04 Continuing the upgrade transaction with new apk-tools: 12:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 12:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 12:54:04 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 12:54:04 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 12:54:04 Executing ca-certificates-20240705-r0.trigger 12:54:04 OK: 9 MiB in 16 packages 12:54:04 Removing intermediate container 77752472f90f 12:54:04 ---> 6dec41ef8fc6 12:54:04 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:54:04 ---> 4bfd19392e84 12:54:04 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 12:54:04 ---> 204af814141c 12:54:04 Step 20/27 : COPY --from=builder /app/res/ /res/ 12:54:04 ---> e89b772a111d 12:54:04 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:54:04 ---> 2917e36ecd20 12:54:04 Step 22/27 : EXPOSE 48095 12:54:04 ---> Running in 735ed9c3f156 12:54:04 Removing intermediate container 735ed9c3f156 12:54:04 ---> 2f8a5e2fca17 12:54:04 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 12:54:04 ---> Running in c1e34d949e31 12:54:04 Removing intermediate container c1e34d949e31 12:54:04 ---> 50224f8d0628 12:54:04 Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 12:54:05 ---> Running in c5ce053862ab 12:54:05 Removing intermediate container c5ce053862ab 12:54:05 ---> f230459ff881 12:54:05 Step 25/27 : LABEL arch=amd64 12:54:05 ---> Running in 0b7cb541024a 12:54:05 Removing intermediate container 0b7cb541024a 12:54:05 ---> 9daf2477e8bc 12:54:05 Step 26/27 : LABEL git_sha=f8ab7e6288d99286c28a706c71f945815e6a73b8 12:54:05 ---> Running in 1f44936a724e 12:54:05 Removing intermediate container 1f44936a724e 12:54:05 ---> 702dc3bce060 12:54:05 Step 27/27 : LABEL version=0.0.0 12:54:05 ---> Running in 2a19aade31c5 12:54:05 Removing intermediate container 2a19aade31c5 12:54:05 ---> c4f302dbf66a 12:54:05 [Warning] One or more build-args [ARCH] were not consumed 12:54:05 Successfully built c4f302dbf66a 12:54:05 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [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 12:54:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:54:06 12:54:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:54:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:54:06 latest: Pulling from edgex-lftools-log-publisher 12:54:06 5eb5b503b376: Pulling fs layer 12:54:06 5c69ac0246d0: Pulling fs layer 12:54:06 ec43610c2a17: Pulling fs layer 12:54:06 3a2ae6a8a46f: Pulling fs layer 12:54:06 33b1e0a273af: Pulling fs layer 12:54:06 5d3b04190fa2: Pulling fs layer 12:54:06 2f39f015ded8: Pulling fs layer 12:54:06 3a2ae6a8a46f: Waiting 12:54:06 33b1e0a273af: Waiting 12:54:06 5d3b04190fa2: Waiting 12:54:06 2f39f015ded8: Waiting 12:54:06 5c69ac0246d0: Verifying Checksum 12:54:06 5c69ac0246d0: Download complete 12:54:06 3a2ae6a8a46f: Verifying Checksum 12:54:06 3a2ae6a8a46f: Download complete 12:54:06 33b1e0a273af: Verifying Checksum 12:54:06 33b1e0a273af: Download complete 12:54:06 5d3b04190fa2: Verifying Checksum 12:54:06 5d3b04190fa2: Download complete 12:54:06 ec43610c2a17: Verifying Checksum 12:54:06 ec43610c2a17: Download complete 12:54:07 5eb5b503b376: Verifying Checksum 12:54:07 5eb5b503b376: Download complete 12:54:07 2f39f015ded8: Download complete 12:54:08 5eb5b503b376: Pull complete 12:54:08 5c69ac0246d0: Pull complete 12:54:09 ec43610c2a17: Pull complete 12:54:09 3a2ae6a8a46f: Pull complete 12:54:09 33b1e0a273af: Pull complete 12:54:09 5d3b04190fa2: Pull complete 12:54:13 2f39f015ded8: Pull complete 12:54:13 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:54:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:54:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:54:13 prd-ubuntu20.04-docker-8c-8g-26361 does not seem to be running inside a container 12:54:13 $ 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_PR-692 -v /w/workspace/_app-service-configurable_PR-692:/w/workspace/_app-service-configurable_PR-692:rw,z -v /w/workspace/_app-service-configurable_PR-692@tmp:/w/workspace/_app-service-configurable_PR-692@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:54:17 $ docker top dc0a11992fefe395b21d61b0070239ed805e0158254f20e56688765a2fd43448 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:54:17 ---> job-cost.sh 12:54:17 lf-activate-venv: SKIPPING 12:54:17 INFO: No Stack... 12:54:17 INFO: Retrieving Pricing Info for: v3-standard-8 12:54:18 INFO: Archiving Costs [Pipeline] sh 12:54:18 + cut -d, -f6 12:54:18 + cat /w/workspace/_app-service-configurable_PR-692/archives/cost.csv [Pipeline] lock 12:54:18 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] 12:54:18 Resource [jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] did not exist. Created. 12:54:18 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:54:19 + echo total: 0.2199999988079071 [Pipeline] stash 12:54:19 Stashed 1 file(s) [Pipeline] } 12:54:19 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:54:19 $ docker stop --time=1 dc0a11992fefe395b21d61b0070239ed805e0158254f20e56688765a2fd43448 12:54:20 $ docker rm -f --volumes dc0a11992fefe395b21d61b0070239ed805e0158254f20e56688765a2fd43448 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:55:33 Removing intermediate container 5543072a8390 12:55:33 ---> e75ba96219bb 12:55:33 Step 10/12 : COPY . . 12:55:33 ---> 45dc6e3c5bab 12:55:33 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:55:34 ---> Running in d877201176fb 12:55:34 Removing intermediate container d877201176fb 12:55:34 ---> a1e8b6359471 12:55:34 Step 12/12 : RUN $MAKE 12:55:34 ---> Running in d19708c4d07e 12:55:35 noop 12:55:35 Removing intermediate container d19708c4d07e 12:55:35 ---> 0e45228679c4 12:55:35 Successfully built 0e45228679c4 12:55:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:55:36 + docker inspect -f . ci-base-image-arm64 12:55:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:55:36 prd-ubuntu20.04-docker-arm64-4c-16g-26362 does not seem to be running inside a container 12:55:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 12:55:38 $ docker top 2495e1b21219cab316cdbce9519b2619b06bb854371d24ad19fad46bd0db61f7 -eo pid,comm [Pipeline] { [Pipeline] sh 12:55:38 + go version 12:55:38 go version go1.23.2 linux/arm64 [Pipeline] } 12:55:39 $ docker stop --time=1 2495e1b21219cab316cdbce9519b2619b06bb854371d24ad19fad46bd0db61f7 12:55:40 $ docker rm -f --volumes 2495e1b21219cab316cdbce9519b2619b06bb854371d24ad19fad46bd0db61f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:55:41 + docker inspect -f . ci-base-image-arm64 12:55:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:55:41 prd-ubuntu20.04-docker-arm64-4c-16g-26362 does not seem to be running inside a container 12:55:41 $ 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/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 12:55:43 $ docker top 9874e90de062f66afbe8b6de9d7789d4e7f0c02da5e947fe3b02778caba59ed6 -eo pid,comm [Pipeline] { [Pipeline] sh 12:55:44 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 12:55:44 + make test 12:55:44 go test -race -coverprofile=coverage.out ./... 12:59:51 github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements 12:59:51 WARNING: Linting skipped (not on x86_64 or linter not installed) 12:59:51 go vet ./... 13:03:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:03:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:03:46 ./bin/test-attribution-txt.sh [Pipeline] echo 13:03:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:03:46 $ docker stop --time=1 9874e90de062f66afbe8b6de9d7789d4e7f0c02da5e947fe3b02778caba59ed6 13:03:48 $ docker rm -f --volumes 9874e90de062f66afbe8b6de9d7789d4e7f0c02da5e947fe3b02778caba59ed6 [Pipeline] // withDockerContainer [Pipeline] sh 13:03:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:03:50 Warning: overwriting stash ‘coverage-report’ 13:03:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:03:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:03:52 + ls -al . 13:03:52 total 244 13:03:52 drwxrwxr-x 6 jenkins jenkins 4096 Nov 13 12:55 . 13:03:52 drwxrwxr-x 4 jenkins jenkins 4096 Nov 13 12:52 .. 13:03:52 -rw-rw-r-- 1 jenkins jenkins 119 Nov 13 12:52 .dockerignore 13:03:52 drwxrwxr-x 8 jenkins jenkins 4096 Nov 13 12:52 .git 13:03:52 drwxrwxr-x 3 jenkins jenkins 4096 Nov 13 12:52 .github 13:03:52 -rw-rw-r-- 1 jenkins jenkins 106 Nov 13 12:52 .gitignore 13:03:52 -rw-rw-r-- 1 jenkins jenkins 41 Nov 13 12:52 .golangci.yml 13:03:52 -rw-rw-r-- 1 jenkins jenkins 16432 Nov 13 12:52 Attribution.txt 13:03:52 -rw-rw-r-- 1 jenkins jenkins 37263 Nov 13 12:52 CHANGELOG.md 13:03:52 -rw-rw-r-- 1 jenkins jenkins 2008 Nov 13 12:52 Dockerfile 13:03:52 -rw-rw-r-- 1 jenkins jenkins 677 Nov 13 12:52 GOVERNANCE.md 13:03:52 -rw-rw-r-- 1 jenkins jenkins 666 Nov 13 12:52 Jenkinsfile 13:03:52 -rw-rw-r-- 1 jenkins jenkins 10174 Nov 13 12:52 LICENSE 13:03:52 -rw-rw-r-- 1 jenkins jenkins 618 Nov 13 12:52 OWNERS.md 13:03:52 -rw-rw-r-- 1 jenkins jenkins 4582 Nov 13 12:52 README.md 13:03:52 -rw-rw-r-- 1 jenkins jenkins 5 Nov 13 12:50 VERSION 13:03:52 drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 12:52 bin 13:03:52 -rw-r--r-- 1 jenkins jenkins 953 Nov 13 12:59 coverage.out 13:03:52 -rw-rw-r-- 1 jenkins jenkins 6598 Nov 13 12:52 go.mod 13:03:52 -rw-rw-r-- 1 jenkins jenkins 88085 Nov 13 12:52 go.sum 13:03:52 -rw-rw-r-- 1 jenkins jenkins 1937 Nov 13 12:52 main.go 13:03:52 -rw-rw-r-- 1 jenkins jenkins 3155 Nov 13 12:52 makefile 13:03:52 drwxrwxr-x 10 jenkins jenkins 4096 Nov 13 12:52 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:52 + 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=f8ab7e6288d99286c28a706c71f945815e6a73b8 --label arch=arm64 --label version=0.0.0 . 13:03:52 Sending build context to Docker daemon 226.8kB 13:03:52 Step 1/27 : ARG BASE=golang:1.23-alpine3.20 13:03:52 Step 2/27 : FROM ${BASE} AS builder 13:03:52 ---> 0e45228679c4 13:03:52 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 13:03:52 ---> Running in 0df8cd4e9155 13:03:53 Removing intermediate container 0df8cd4e9155 13:03:53 ---> 9ec85d1ebf37 13:03:53 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 13:03:53 ---> Running in 25c046f9de97 13:03:53 Removing intermediate container 25c046f9de97 13:03:53 ---> e054f4e16ece 13:03:53 Step 5/27 : ARG ADD_BUILD_TAGS="" 13:03:53 ---> Running in 25a0b08017c5 13:03:53 Removing intermediate container 25a0b08017c5 13:03:53 ---> d5f885cbcc3f 13:03:53 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:03:53 ---> Running in 15ab5c7a4b96 13:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:03:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:03:59 OK: 238 MiB in 54 packages 13:03:59 Removing intermediate container 15ab5c7a4b96 13:03:59 ---> 1b29bb5759e5 13:03:59 Step 7/27 : WORKDIR /app 13:03:59 ---> Running in f7fd43324b35 13:03:59 Removing intermediate container f7fd43324b35 13:03:59 ---> 6ed64ddf3dc3 13:03:59 Step 8/27 : COPY go.mod vendor* ./ 13:03:59 ---> 971d4c9a5229 13:03:59 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:03:59 ---> Running in ecd98241081c 13:04:02 Removing intermediate container ecd98241081c 13:04:02 ---> b5d15a75b598 13:04:02 Step 10/27 : COPY . . 13:04:02 ---> 1e909329de0c 13:04:02 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:04:02 ---> Running in 28cc58618bf8 13:04:02 Removing intermediate container 28cc58618bf8 13:04:02 ---> 4c3866f22ee7 13:04:02 Step 12/27 : RUN $MAKE 13:04:02 ---> Running in dba1ac07f86e 13:04:02 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=v4.0.0-dev.10 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 13:07:24 Removing intermediate container dba1ac07f86e 13:07:24 ---> 86e2ca4249b2 13:07:24 Step 13/27 : FROM alpine:3.20 13:07:24 3.20: Pulling from library/alpine 13:07:24 9986a736f7d3: Pulling fs layer 13:07:24 9986a736f7d3: Verifying Checksum 13:07:24 9986a736f7d3: Download complete 13:07:24 9986a736f7d3: Pull complete 13:07:24 Digest: sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 13:07:24 Status: Downloaded newer image for alpine:3.20 13:07:24 ---> 511a44083d3a 13:07:24 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 13:07:24 ---> Running in d09f605dcb47 13:07:24 Removing intermediate container d09f605dcb47 13:07:24 ---> 1db494dfcde9 13:07:24 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 13:07:24 ---> Running in 178401fc5c87 13:07:24 Removing intermediate container 178401fc5c87 13:07:24 ---> 4a840de6cb61 13:07:24 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 13:07:24 ---> Running in 5259f403368e 13:07:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:07:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:07:24 (1/2) Installing ca-certificates (20240705-r0) 13:07:24 (2/2) Installing dumb-init (1.2.5-r3) 13:07:24 Executing busybox-1.36.1-r29.trigger 13:07:24 Executing ca-certificates-20240705-r0.trigger 13:07:24 OK: 10 MiB in 16 packages 13:07:25 Removing intermediate container 5259f403368e 13:07:25 ---> ea5901aa0112 13:07:25 Step 17/27 : RUN apk --no-cache upgrade 13:07:26 ---> Running in 7941a64df3fe 13:07:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:07:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:07:28 Upgrading critical system libraries and apk-tools: 13:07:28 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 13:07:28 Executing busybox-1.36.1-r29.trigger 13:07:28 Continuing the upgrade transaction with new apk-tools: 13:07:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:07:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:07:30 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 13:07:30 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 13:07:30 Executing ca-certificates-20240705-r0.trigger 13:07:30 OK: 10 MiB in 16 packages 13:07:31 Removing intermediate container 7941a64df3fe 13:07:31 ---> 7da647fb40bf 13:07:31 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 13:07:32 ---> 54f4ca6c5b34 13:07:32 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 13:07:32 ---> 35e963c55763 13:07:32 Step 20/27 : COPY --from=builder /app/res/ /res/ 13:07:33 ---> 7c0ee8ae08ee 13:07:33 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 13:07:34 ---> 02ef24b5cdd4 13:07:34 Step 22/27 : EXPOSE 48095 13:07:35 ---> Running in 2deff18bed32 13:07:35 Removing intermediate container 2deff18bed32 13:07:35 ---> a080a2ae33a0 13:07:35 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 13:07:35 ---> Running in 5e455a3dbf08 13:07:35 Removing intermediate container 5e455a3dbf08 13:07:35 ---> a8d88bbcfd33 13:07:35 Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 13:07:35 ---> Running in 4d2fb95e43b2 13:07:35 Removing intermediate container 4d2fb95e43b2 13:07:35 ---> 59e670595c47 13:07:35 Step 25/27 : LABEL arch=arm64 13:07:36 ---> Running in 13c5b4516644 13:07:36 Removing intermediate container 13c5b4516644 13:07:36 ---> 767b3b6b0f19 13:07:36 Step 26/27 : LABEL git_sha=f8ab7e6288d99286c28a706c71f945815e6a73b8 13:07:36 ---> Running in 287d17940063 13:07:36 Removing intermediate container 287d17940063 13:07:36 ---> f6a1b44b0663 13:07:36 Step 27/27 : LABEL version=0.0.0 13:07:36 ---> Running in 520506f360b0 13:07:37 Removing intermediate container 520506f360b0 13:07:37 ---> 78d06cea29d0 13:07:37 [Warning] One or more build-args [ARCH] were not consumed 13:07:37 Successfully built 78d06cea29d0 13:07:37 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:07:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:07:38 13:07:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:07:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:07:38 arm64: Pulling from edgex-lftools-log-publisher 13:07:38 8998bd30e6a1: Pulling fs layer 13:07:38 04944245beec: Pulling fs layer 13:07:38 699f458cf7ca: Pulling fs layer 13:07:38 765212b225bb: Pulling fs layer 13:07:38 f23df028b6ca: Pulling fs layer 13:07:38 d65c8cfc05b1: Pulling fs layer 13:07:38 2437ff75d9bd: Pulling fs layer 13:07:38 f23df028b6ca: Waiting 13:07:38 d65c8cfc05b1: Waiting 13:07:38 2437ff75d9bd: Waiting 13:07:38 765212b225bb: Waiting 13:07:38 04944245beec: Verifying Checksum 13:07:38 04944245beec: Download complete 13:07:38 765212b225bb: Verifying Checksum 13:07:38 765212b225bb: Download complete 13:07:38 f23df028b6ca: Download complete 13:07:38 d65c8cfc05b1: Verifying Checksum 13:07:38 d65c8cfc05b1: Download complete 13:07:38 699f458cf7ca: Verifying Checksum 13:07:38 699f458cf7ca: Download complete 13:07:39 8998bd30e6a1: Verifying Checksum 13:07:39 8998bd30e6a1: Download complete 13:07:41 2437ff75d9bd: Verifying Checksum 13:07:41 2437ff75d9bd: Download complete 13:07:43 8998bd30e6a1: Pull complete 13:07:44 04944245beec: Pull complete 13:07:45 699f458cf7ca: Pull complete 13:07:46 765212b225bb: Pull complete 13:07:47 f23df028b6ca: Pull complete 13:07:47 d65c8cfc05b1: Pull complete 13:08:05 2437ff75d9bd: Pull complete 13:08:05 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:08:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:08:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:08:05 prd-ubuntu20.04-docker-arm64-4c-16g-26362 does not seem to be running inside a container 13:08:05 $ 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/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 13:08:08 $ docker top f8105aa94f113fff47f12864208d913ebd41e7238a2b4e950366090d604515a2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:08:09 ---> job-cost.sh 13:08:09 lf-activate-venv: SKIPPING 13:08:09 INFO: No Stack... 13:08:09 INFO: Retrieving Pricing Info for: v3-standard-4 13:08:10 INFO: Archiving Costs [Pipeline] sh 13:08:11 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 13:08:11 + cut -d, -f6 [Pipeline] lock 13:08:11 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] 13:08:11 Resource [jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] did not exist. Created. 13:08:11 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:08:11 /w/workspace/app-service-configurable/1@tmp/durable-a660f087/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 13:08:12 + echo total: 0.10999999940395355 [Pipeline] stash 13:08:12 Warning: overwriting stash ‘stack-cost’ 13:08:12 Stashed 1 file(s) [Pipeline] } 13:08:12 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-692-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:08:12 $ docker stop --time=1 f8105aa94f113fff47f12864208d913ebd41e7238a2b4e950366090d604515a2 13:08:14 $ docker rm -f --volumes f8105aa94f113fff47f12864208d913ebd41e7238a2b4e950366090d604515a2 [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 13:08:15 provisioning config files... 13:08:15 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-692@tmp/config1778995216173896821tmp [Pipeline] { [Pipeline] sh 13:08:15 + set +x 13:08:15 + curl -s https://codecov.io/bash 13:08:15 + bash -s -- 13:08:15 13:08:15 _____ _ 13:08:15 / ____| | | 13:08:15 | | ___ __| | ___ ___ _____ __ 13:08:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:08:15 | |___| (_) | (_| | __/ (_| (_) \ V / 13:08:15 \_____\___/ \__,_|\___|\___\___/ \_/ 13:08:15 Bash-1.0.6 13:08:15 13:08:15 13:08:15 ==> git version 2.25.1 found 13:08:15 ==> 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 13:08:15 Release-Date: 2020-01-08 13:08:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:08:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:08:15 ==> Jenkins CI detected. 13:08:15 current dir:  /w/workspace/_app-service-configurable_PR-692 13:08:15 project root: . 13:08:15 --> token set from env 13:08:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:08:15 ==> Running gcov in . (disable via -X gcov) 13:08:15 ==> Python coveragepy not found 13:08:15 ==> Searching for coverage reports in: 13:08:15 + . 13:08:15 -> Found 1 reports 13:08:15 ==> Detecting git/mercurial file structure 13:08:15 ==> Reading reports 13:08:16 + ./coverage.out bytes=953 13:08:16 ==> Appending adjustments 13:08:16 https://docs.codecov.io/docs/fixing-reports 13:08:16 + Found adjustments 13:08:16 ==> Gzipping contents 13:08:16 4.0K /tmp/codecov.Wn4Ka8.gz 13:08:16 ==> Uploading reports 13:08:16 url: https://codecov.io 13:08:16 query: branch=PR-692&commit=f8ab7e6288d99286c28a706c71f945815e6a73b8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-692%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=692&job=&cmd_args= 13:08:16 -> Pinging Codecov 13:08:16 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-692&commit=f8ab7e6288d99286c28a706c71f945815e6a73b8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-692%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=692&job=&cmd_args= 13:08:16 -> Uploading to 13:08:16 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/app-service-configurable/f8ab7e6288d99286c28a706c71f945815e6a73b8/85510cba-5eeb-4383-9d1c-f7c19b1a7542.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241113%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241113T130816Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=85b906ef85fe23abd9058fe7349df6f1f4700508abec2661f232fe1e72c10159 13:08:16 % Total % Received % Xferd Average Speed Time Time Time Current 13:08:16 Dload Upload Total Spent Left Speed 13:08:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 410 0 0 100 410 0 2009 --:--:-- --:--:-- --:--:-- 2009 100 410 0 0 100 410 0 1830 --:--:-- --:--:-- --:--:-- 1822 13:08:16 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/f8ab7e6288d99286c28a706c71f945815e6a73b8 [Pipeline] } 13:08:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] getContext [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) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 13:08:18 + [ -d /w/workspace/_app-service-configurable_PR-692/archives ] 13:08:18 + ls -al /w/workspace/_app-service-configurable_PR-692/archives 13:08:18 total 16 13:08:18 drwxr-xr-x 3 root root 4096 Nov 13 12:54 . 13:08:18 drwxrwxr-x 8 jenkins jenkins 4096 Nov 13 12:54 .. 13:08:18 drwxr-xr-x 2 root root 4096 Nov 13 12:54 cost 13:08:18 -rw-r--r-- 1 root root 96 Nov 13 12:54 cost.csv 13:08:18 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-692/archives 13:08:18 + ls -al /w/workspace/_app-service-configurable_PR-692/archives 13:08:18 total 16 13:08:18 drwxr-xr-x 3 jenkins jenkins 4096 Nov 13 12:54 . 13:08:18 drwxrwxr-x 8 jenkins jenkins 4096 Nov 13 12:54 .. 13:08:18 drwxr-xr-x 2 jenkins jenkins 4096 Nov 13 12:54 cost 13:08:18 -rw-r--r-- 1 jenkins jenkins 96 Nov 13 12:54 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:08:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:08:20 ---> package-listing.sh 13:08:20 ++ facter osfamily 13:08:20 ++ tr '[:upper:]' '[:lower:]' 13:08:20 + OS_FAMILY=debian 13:08:20 + workspace=/w/workspace/_app-service-configurable_PR-692 13:08:20 + START_PACKAGES=/tmp/packages_start.txt 13:08:20 + END_PACKAGES=/tmp/packages_end.txt 13:08:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:08:20 + PACKAGES=/tmp/packages_start.txt 13:08:20 + '[' /w/workspace/_app-service-configurable_PR-692 ']' 13:08:20 + PACKAGES=/tmp/packages_end.txt 13:08:20 + case "${OS_FAMILY}" in 13:08:20 + dpkg -l 13:08:20 + grep '^ii' 13:08:20 + '[' -f /tmp/packages_start.txt ']' 13:08:20 + '[' -f /tmp/packages_end.txt ']' 13:08:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:08:20 + '[' /w/workspace/_app-service-configurable_PR-692 ']' 13:08:20 + mkdir -p /w/workspace/_app-service-configurable_PR-692/archives/ 13:08:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-692/archives/ [Pipeline] echo 13:08:20 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/_app-service-configurable_PR-692/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:08:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:08:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:08:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:08:21 prd-ubuntu20.04-docker-8c-8g-26361 does not seem to be running inside a container 13:08:21 $ 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/_app-service-configurable_PR-692/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-692 -v /w/workspace/_app-service-configurable_PR-692:/w/workspace/_app-service-configurable_PR-692:rw,z -v /w/workspace/_app-service-configurable_PR-692@tmp:/w/workspace/_app-service-configurable_PR-692@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:08:21 $ docker top 55e31e6b432915803cd71c831e5c396ead3ab86a78dd49b56eb2c98abc7a1114 -eo pid,comm [Pipeline] { [Pipeline] sh 13:08:22 + touch /tmp/pre-build-complete [Pipeline] sh 13:08:22 + mkdir -p /var/log/sysstat [Pipeline] sh 13:08:23 + ls /var/log/sa-host 13:08:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:08:23 provisioning config files... 13:08:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-692@tmp/config142841803990425756tmp [Pipeline] { [Pipeline] echo 13:08:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:08:23 ---> create-netrc.sh [Pipeline] } 13:08:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:08:24 ---> python-tools-install.sh [Pipeline] echo 13:08:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:08:24 ---> sudo-logs.sh 13:08:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:08:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:08:24 ---> job-cost.sh 13:08:24 lf-activate-venv: SKIPPING 13:08:24 DEBUG: total: 0.2199999988079071 13:08:24 INFO: Retrieving Stack Cost... 13:08:25 INFO: Retrieving Pricing Info for: v3-standard-8 13:08:25 INFO: Archiving Costs [Pipeline] echo 13:08:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:08:26 ---> logs-deploy.sh 13:08:26 lf-activate-venv: SKIPPING 13:08:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-692/1 13:08:26 INFO: archiving workspace using pattern(s): 13:08:27 Archives upload complete. 13:08:27 INFO: archiving logs to Nexus 13:08:33 ---> uname -a: 13:08:33 Linux prd-ubuntu20-04-docker-8c-8g-26361 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 13:08:33 13:08:33 13:08:33 ---> lscpu: 13:08:33 Architecture: x86_64 13:08:33 CPU op-mode(s): 32-bit, 64-bit 13:08:33 Byte Order: Little Endian 13:08:33 Address sizes: 40 bits physical, 48 bits virtual 13:08:33 CPU(s): 8 13:08:33 On-line CPU(s) list: 0-7 13:08:33 Thread(s) per core: 1 13:08:33 Core(s) per socket: 1 13:08:33 Socket(s): 8 13:08:33 NUMA node(s): 1 13:08:33 Vendor ID: AuthenticAMD 13:08:33 CPU family: 23 13:08:33 Model: 49 13:08:33 Model name: AMD EPYC-Rome Processor 13:08:33 Stepping: 0 13:08:33 CPU MHz: 2799.998 13:08:33 BogoMIPS: 5599.99 13:08:33 Virtualization: AMD-V 13:08:33 Hypervisor vendor: KVM 13:08:33 Virtualization type: full 13:08:33 L1d cache: 256 KiB 13:08:33 L1i cache: 256 KiB 13:08:33 L2 cache: 4 MiB 13:08:33 L3 cache: 128 MiB 13:08:33 NUMA node0 CPU(s): 0-7 13:08:33 Vulnerability Itlb multihit: Not affected 13:08:33 Vulnerability L1tf: Not affected 13:08:33 Vulnerability Mds: Not affected 13:08:33 Vulnerability Meltdown: Not affected 13:08:33 Vulnerability Mmio stale data: Not affected 13:08:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:08:33 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:08:33 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 13:08:33 Vulnerability Srbds: Not affected 13:08:33 Vulnerability Tsx async abort: Not affected 13:08:33 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 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 13:08:33 13:08:33 13:08:33 ---> nproc: 13:08:33 8 13:08:33 13:08:33 13:08:33 ---> df -h: 13:08:33 Filesystem Size Used Avail Use% Mounted on 13:08:33 overlay 155G 12G 143G 8% / 13:08:33 tmpfs 64M 0 64M 0% /dev 13:08:33 tmpfs 16G 0 16G 0% /sys/fs/cgroup 13:08:33 shm 64M 0 64M 0% /dev/shm 13:08:33 /dev/vda1 155G 12G 143G 8% /facter-os 13:08:33 13:08:33 13:08:33 ---> sar -b -r -n DEV: 13:08:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-26361) 11/13/24 _x86_64_ (8 CPU) 13:08:33 13:08:33 12:49:33 LINUX RESTART (8 CPU) 13:08:33 13:08:33 12:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:08:33 12:51:01 375.77 16.81 358.96 0.00 2060.13 89566.51 0.00 13:08:33 12:52:01 209.17 2.27 206.90 0.00 18.13 74946.04 0.00 13:08:33 12:53:01 39.85 0.07 39.78 0.00 6.66 14715.44 0.00 13:08:33 12:54:01 135.06 0.17 134.89 0.00 9.47 49478.70 0.00 13:08:33 12:55:01 147.83 5.33 142.49 0.00 4363.81 28971.44 0.00 13:08:33 12:56:01 6.90 1.03 5.87 0.00 22.00 130.91 0.00 13:08:33 12:57:01 2.02 0.00 2.02 0.00 0.00 22.80 0.00 13:08:33 12:58:01 1.73 0.00 1.73 0.00 0.00 19.60 0.00 13:08:33 12:59:01 1.47 0.00 1.47 0.00 0.00 14.93 0.00 13:08:33 13:00:01 2.08 0.00 2.08 0.00 0.00 23.20 0.00 13:08:33 13:01:01 3.05 1.52 1.53 0.00 35.46 19.33 0.00 13:08:33 13:02:01 1.58 0.00 1.58 0.00 0.00 18.66 0.00 13:08:33 13:03:01 1.52 0.00 1.52 0.00 0.00 16.53 0.00 13:08:33 13:04:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 13:08:33 13:05:01 2.17 0.02 2.15 0.00 0.13 28.80 0.00 13:08:33 13:06:01 1.68 0.00 1.68 0.00 0.00 19.20 0.00 13:08:33 13:07:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 13:08:33 13:08:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 13:08:33 Average: 51.68 1.50 50.18 0.00 360.40 14265.21 0.00 13:08:33 13:08:33 12:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:08:33 12:51:01 29131532 31485804 832236 2.53 80376 2538592 1978588 5.83 1086364 2274248 7920 13:08:33 12:52:01 27987980 31502876 807376 2.46 182228 3489032 1811260 5.34 1164708 3215664 580 13:08:33 12:53:01 26546884 30981736 1319992 4.01 187656 4324336 2312788 6.82 1810768 3925956 468788 13:08:33 12:54:01 27427976 31456832 849316 2.58 191196 3949748 2087788 6.15 1394256 3500368 492 13:08:33 12:55:01 26457428 31458608 811308 2.47 228448 4833236 1713392 5.05 1703160 4070724 1088 13:08:33 12:56:01 26479048 31476008 795844 2.42 227032 4830712 1717844 5.06 1684800 4068116 460 13:08:33 12:57:01 26488836 31485844 785932 2.39 227092 4830716 1717844 5.06 1674444 4068120 172 13:08:33 12:58:01 26489040 31486136 785596 2.39 227160 4830720 1717844 5.06 1674532 4068124 208 13:08:33 12:59:01 26491300 31488456 783240 2.38 227240 4830720 1717844 5.06 1671956 4068128 12 13:08:33 13:00:01 26494276 31491532 780084 2.37 227300 4830724 1717844 5.06 1669344 4068128 164 13:08:33 13:01:01 26488856 31488220 783404 2.38 227380 4831784 1717844 5.06 1676064 4068436 184 13:08:33 13:02:01 26489408 31488820 782740 2.38 227428 4831788 1717844 5.06 1676748 4068384 224 13:08:33 13:03:01 26489580 31489092 782436 2.38 227508 4831792 1717844 5.06 1675664 4068388 176 13:08:33 13:04:01 26489720 31489276 782140 2.38 227556 4831796 1717844 5.06 1675936 4068392 220 13:08:33 13:05:01 26485804 31485412 785820 2.39 227636 4831776 1722404 5.08 1676760 4068364 208 13:08:33 13:06:01 26486616 31486320 784952 2.39 227684 4831780 1722404 5.08 1676784 4068368 40 13:08:33 13:07:01 26486704 31486440 784904 2.39 227708 4831780 1722404 5.08 1676860 4068368 172 13:08:33 13:08:01 26486696 31486484 784824 2.39 227732 4831784 1722404 5.08 1676908 4068372 220 13:08:33 Average: 26772094 31456328 823452 2.50 212576 4552379 1791890 5.28 1608114 3881925 26740 13:08:33 13:08:33 12:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:08:33 12:51:01 ens3 633.91 467.46 6077.24 110.38 0.00 0.00 0.00 0.00 13:08:33 12:51:01 veth1025e05 110.78 109.00 11.50 120.69 0.00 0.00 0.00 0.01 13:08:33 12:51:01 lo 6.64 6.64 0.65 0.65 0.00 0.00 0.00 0.00 13:08:33 12:51:01 docker0 131.42 135.32 11.59 305.35 0.00 0.00 0.00 0.00 13:08:33 12:52:01 ens3 281.29 210.01 3127.27 21.38 0.00 0.00 0.00 0.00 13:08:33 12:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:08:33 12:52:01 docker0 207.88 277.45 17.14 3124.70 0.00 0.00 0.00 0.00 13:08:33 12:53:01 ens3 27.52 15.53 28.43 10.59 0.00 0.00 0.00 0.00 13:08:33 12:53:01 veth306ae18 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 13:08:33 12:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 12:53:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 13:08:33 12:54:01 ens3 31.66 19.00 157.08 8.58 0.00 0.00 0.00 0.00 13:08:33 12:54:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 13:08:33 12:54:01 docker0 3.48 7.20 0.21 79.45 0.00 0.00 0.00 0.00 13:08:33 12:55:01 ens3 315.35 174.22 5406.89 19.07 0.00 0.00 0.00 0.00 13:08:33 12:55:01 lo 1.60 1.60 0.17 0.17 0.00 0.00 0.00 0.00 13:08:33 12:55:01 docker0 4.30 9.57 0.26 113.88 0.00 0.00 0.00 0.00 13:08:33 12:56:01 ens3 0.70 0.62 0.18 0.11 0.00 0.00 0.00 0.00 13:08:33 12:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:08:33 12:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 12:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 12:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 12:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 12:58:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:08:33 12:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:08:33 12:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 12:59:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 12:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 12:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:00:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:08:33 13:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:08:33 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:01:01 ens3 5.68 4.43 4.87 4.20 0.00 0.00 0.00 0.00 13:08:33 13:01:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:08:33 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:02:01 ens3 2.08 1.58 1.23 1.39 0.00 0.00 0.00 0.00 13:08:33 13:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:08:33 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:03:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:04:01 ens3 0.50 0.10 0.05 0.01 0.00 0.00 0.00 0.00 13:08:33 13:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:08:33 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:05:01 ens3 0.55 0.40 0.35 0.28 0.00 0.00 0.00 0.00 13:08:33 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:06:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 13:08:33 13:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:08:33 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:07:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 13:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:08:33 13:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:08:33 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:08:33 Average: ens3 71.70 49.28 817.52 9.69 0.00 0.00 0.00 0.00 13:08:33 Average: lo 0.61 0.61 0.06 0.06 0.00 0.00 0.00 0.00 13:08:33 Average: docker0 19.18 23.76 1.61 201.19 0.00 0.00 0.00 0.00 13:08:33 13:08:33 13:08:33 ---> sar -P ALL: 13:08:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-26361) 11/13/24 _x86_64_ (8 CPU) 13:08:33 13:08:33 12:49:33 LINUX RESTART (8 CPU) 13:08:33 13:08:33 12:50:02 CPU %user %nice %system %iowait %steal %idle 13:08:33 12:51:01 all 9.74 0.00 3.31 1.92 0.06 84.98 13:08:33 12:51:01 0 7.92 0.00 3.20 2.79 0.05 86.04 13:08:33 12:51:01 1 11.29 0.00 2.91 0.27 0.07 85.45 13:08:33 12:51:01 2 10.46 0.00 3.61 0.09 0.05 85.79 13:08:33 12:51:01 3 9.82 0.00 3.15 0.15 0.05 86.83 13:08:33 12:51:01 4 11.97 0.00 4.08 10.99 0.07 72.89 13:08:33 12:51:01 5 8.78 0.00 3.09 0.22 0.07 87.84 13:08:33 12:51:01 6 6.87 0.00 3.39 0.07 0.05 89.62 13:08:33 12:51:01 7 10.80 0.00 3.06 0.84 0.07 85.23 13:08:33 12:52:01 all 5.80 0.00 3.02 4.60 0.07 86.51 13:08:33 12:52:01 0 5.74 0.00 2.73 4.42 0.05 87.06 13:08:33 12:52:01 1 5.02 0.00 2.68 2.19 0.22 89.89 13:08:33 12:52:01 2 5.42 0.00 2.37 0.81 0.03 91.37 13:08:33 12:52:01 3 6.64 0.00 2.67 1.09 0.05 89.54 13:08:33 12:52:01 4 6.36 0.00 5.12 25.34 0.08 63.10 13:08:33 12:52:01 5 5.43 0.00 4.00 1.29 0.03 89.25 13:08:33 12:52:01 6 5.99 0.00 2.43 0.96 0.03 90.59 13:08:33 12:52:01 7 5.85 0.00 2.14 0.81 0.03 91.17 13:08:33 12:53:01 all 53.99 0.00 7.22 0.61 0.08 38.10 13:08:33 12:53:01 0 55.99 0.00 7.40 0.17 0.12 36.33 13:08:33 12:53:01 1 54.73 0.00 7.14 0.72 0.10 37.31 13:08:33 12:53:01 2 54.99 0.00 7.04 0.25 0.07 37.65 13:08:33 12:53:01 3 54.17 0.00 7.05 3.14 0.08 35.56 13:08:33 12:53:01 4 53.79 0.00 6.65 0.18 0.08 39.29 13:08:33 12:53:01 5 52.75 0.00 7.93 0.13 0.07 39.13 13:08:33 12:53:01 6 51.98 0.00 6.94 0.03 0.08 40.96 13:08:33 12:53:01 7 53.54 0.00 7.58 0.25 0.07 38.56 13:08:33 12:54:01 all 40.41 0.00 6.57 1.91 0.07 51.03 13:08:33 12:54:01 0 42.49 0.00 6.43 0.42 0.07 50.59 13:08:33 12:54:01 1 39.77 0.00 7.49 0.40 0.07 52.27 13:08:33 12:54:01 2 39.83 0.00 5.73 1.02 0.07 53.35 13:08:33 12:54:01 3 40.00 0.00 6.43 0.54 0.07 52.96 13:08:33 12:54:01 4 39.38 0.00 6.74 10.55 0.10 43.23 13:08:33 12:54:01 5 39.76 0.00 7.76 0.24 0.08 52.16 13:08:33 12:54:01 6 40.10 0.00 6.25 1.08 0.07 52.49 13:08:33 12:54:01 7 41.92 0.00 5.75 1.09 0.07 51.16 13:08:33 12:55:01 all 5.64 0.00 2.89 1.62 0.05 89.81 13:08:33 12:55:01 0 4.80 0.00 2.40 0.54 0.05 92.21 13:08:33 12:55:01 1 6.36 0.00 2.61 2.35 0.05 88.63 13:08:33 12:55:01 2 4.43 0.00 1.86 0.05 0.05 93.61 13:08:33 12:55:01 3 6.07 0.00 2.26 0.50 0.05 91.11 13:08:33 12:55:01 4 5.34 0.00 3.39 5.13 0.03 86.11 13:08:33 12:55:01 5 7.37 0.00 3.40 1.16 0.03 88.05 13:08:33 12:55:01 6 6.94 0.00 3.65 0.61 0.05 88.75 13:08:33 12:55:01 7 3.80 0.00 3.55 2.64 0.05 89.97 13:08:33 12:56:01 all 0.24 0.00 0.09 0.02 0.02 99.63 13:08:33 12:56:01 0 0.10 0.00 0.08 0.00 0.02 99.80 13:08:33 12:56:01 1 0.10 0.00 0.07 0.07 0.02 99.75 13:08:33 12:56:01 2 0.13 0.00 0.10 0.02 0.02 99.73 13:08:33 12:56:01 3 0.95 0.00 0.13 0.07 0.05 98.80 13:08:33 12:56:01 4 0.08 0.00 0.07 0.00 0.02 99.83 13:08:33 12:56:01 5 0.25 0.00 0.17 0.00 0.02 99.57 13:08:33 12:56:01 6 0.23 0.00 0.07 0.03 0.00 99.67 13:08:33 12:56:01 7 0.07 0.00 0.05 0.00 0.00 99.88 13:08:33 12:57:01 all 0.27 0.00 0.01 0.00 0.01 99.70 13:08:33 12:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:08:33 12:57:01 1 0.03 0.00 0.03 0.03 0.02 99.88 13:08:33 12:57:01 2 0.07 0.00 0.00 0.00 0.00 99.93 13:08:33 12:57:01 3 2.00 0.00 0.03 0.00 0.03 97.93 13:08:33 12:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:08:33 12:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:08:33 12:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:08:33 12:57:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:08:33 12:58:01 all 0.26 0.00 0.01 0.02 0.01 99.70 13:08:33 12:58:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:08:33 12:58:01 1 0.02 0.00 0.00 0.08 0.02 99.88 13:08:33 12:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:08:33 12:58:01 3 2.00 0.00 0.03 0.07 0.03 97.87 13:08:33 12:58:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:08:33 12:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:08:33 12:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:08:33 12:58:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:08:33 12:59:01 all 0.02 0.00 0.01 0.01 0.01 99.96 13:08:33 12:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:08:33 12:59:01 1 0.03 0.00 0.02 0.03 0.00 99.92 13:08:33 12:59:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:08:33 12:59:01 3 0.03 0.00 0.00 0.02 0.05 99.90 13:08:33 12:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:08:33 12:59:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:08:33 12:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:08:33 12:59:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:08:33 13:00:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:08:33 13:00:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:08:33 13:00:01 1 0.02 0.00 0.02 0.03 0.02 99.92 13:08:33 13:00:01 2 0.03 0.00 0.00 0.00 0.02 99.95 13:08:33 13:00:01 3 0.00 0.00 0.03 0.02 0.03 99.92 13:08:33 13:00:01 4 0.02 0.00 0.02 0.02 0.00 99.95 13:08:33 13:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:08:33 13:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:08:33 13:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:08:33 13:01:01 all 0.33 0.00 0.04 0.01 0.01 99.60 13:08:33 13:01:01 0 0.48 0.00 0.02 0.00 0.00 99.50 13:08:33 13:01:01 1 0.45 0.00 0.07 0.08 0.02 99.38 13:08:33 13:01:01 2 0.07 0.00 0.07 0.00 0.00 99.87 13:08:33 13:01:01 3 0.20 0.00 0.02 0.02 0.02 99.75 13:08:33 13:01:01 4 0.87 0.00 0.02 0.00 0.02 99.10 13:08:33 13:01:01 5 0.40 0.00 0.05 0.00 0.02 99.53 13:08:33 13:01:01 6 0.08 0.00 0.08 0.00 0.02 99.82 13:08:33 13:01:01 7 0.08 0.00 0.02 0.02 0.00 99.88 13:08:33 13:08:33 13:01:01 CPU %user %nice %system %iowait %steal %idle 13:08:33 13:02:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:08:33 13:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:08:33 13:02:01 1 0.05 0.00 0.00 0.02 0.02 99.92 13:08:33 13:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:08:33 13:02:01 3 0.00 0.00 0.02 0.02 0.02 99.95 13:08:33 13:02:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:08:33 13:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:08:33 13:02:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:08:33 13:02:01 7 0.00 0.00 0.03 0.00 0.02 99.95 13:08:33 13:03:01 all 0.04 0.00 0.01 0.01 0.02 99.93 13:08:33 13:03:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:08:33 13:03:01 1 0.05 0.00 0.00 0.03 0.02 99.90 13:08:33 13:03:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:08:33 13:03:01 3 0.03 0.00 0.00 0.03 0.03 99.90 13:08:33 13:03:01 4 0.10 0.00 0.02 0.00 0.03 99.85 13:08:33 13:03:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:08:33 13:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:08:33 13:03:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:08:33 13:04:01 all 0.03 0.00 0.01 0.00 0.00 99.96 13:08:33 13:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:08:33 13:04:01 1 0.05 0.00 0.03 0.02 0.00 99.90 13:08:33 13:04:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:08:33 13:04:01 3 0.00 0.00 0.00 0.02 0.00 99.98 13:08:33 13:04:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:08:33 13:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:08:33 13:04:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:08:33 13:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:08:33 13:05:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:08:33 13:05:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:08:33 13:05:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:08:33 13:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:08:33 13:05:01 3 0.03 0.00 0.02 0.02 0.02 99.92 13:08:33 13:05:01 4 0.10 0.00 0.02 0.00 0.03 99.85 13:08:33 13:05:01 5 0.02 0.00 0.03 0.00 0.02 99.93 13:08:33 13:05:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:08:33 13:05:01 7 0.02 0.00 0.03 0.00 0.00 99.95 13:08:33 13:06:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:08:33 13:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:08:33 13:06:01 1 0.02 0.00 0.02 0.03 0.00 99.93 13:08:33 13:06:01 2 0.00 0.00 0.03 0.00 0.02 99.95 13:08:33 13:06:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:08:33 13:06:01 4 0.07 0.00 0.02 0.00 0.03 99.88 13:08:33 13:06:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:08:33 13:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:08:33 13:06:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:08:33 13:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:08:33 13:07:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:08:33 13:07:01 1 0.02 0.00 0.03 0.02 0.02 99.92 13:08:33 13:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:08:33 13:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:08:33 13:07:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:08:33 13:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:08:33 13:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:08:33 13:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:08:33 13:08:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:08:33 13:08:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:08:33 13:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:08:33 13:08:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:08:33 13:08:01 3 0.02 0.00 0.00 0.02 0.02 99.95 13:08:33 13:08:01 4 0.05 0.00 0.03 0.00 0.03 99.88 13:08:33 13:08:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:08:33 13:08:01 6 0.00 0.00 0.03 0.00 0.00 99.97 13:08:33 13:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:08:33 Average: all 6.45 0.00 1.28 0.59 0.03 91.65 13:08:33 Average: 0 6.50 0.00 1.24 0.46 0.02 91.79 13:08:33 Average: 1 6.51 0.00 1.27 0.35 0.04 91.82 13:08:33 Average: 2 6.38 0.00 1.15 0.12 0.02 92.32 13:08:33 Average: 3 6.74 0.00 1.20 0.32 0.04 91.71 13:08:33 Average: 4 6.51 0.00 1.44 2.86 0.03 89.15 13:08:33 Average: 5 6.34 0.00 1.46 0.17 0.02 92.01 13:08:33 Average: 6 6.21 0.00 1.26 0.15 0.02 92.36 13:08:33 Average: 7 6.41 0.00 1.23 0.31 0.02 92.03 13:08:33 13:08:33 13:08:33