Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 71eb87341c12183af595ad045e5e5ef439df8de7 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-ssh4666126749087687311.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh10432830724114766426.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh242630044226796999.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17245568290347915148.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1821031194678013910.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [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.20 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-4376 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 71eb87341c12183af595ad045e5e5ef439df8de7 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#588)" > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 71eb87341c12183af595ad045e5e5ef439df8de7 # timeout=10 > git rev-list --no-walk f6c95c4111bb18ac0ea3a4e9df2997398d2defa9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:57:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:57:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:57:35 ========================================================= 14:57:35 EdgeX Global Pipelines Version Info 14:57:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:57:36 ------------------- 14:57:36 stable info: 14:57:36 ------------------- 14:57:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:57:36 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 14:57:36 Message: update stable to v1.0.253 14:57:36 ------------------- 14:57:36 experimental info: 14:57:36 ------------------- 14:57:36 Commited By: **** collab-it+edgex@linuxfoundation.org 14:57:36 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 14:57:36 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 71eb873 [Pipeline] echo 14:57:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:57:37 provisioning config files... 14:57:37 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config18443141087926581365tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:57:38 ---> docker-login.sh 14:57:38 nexus3.edgexfoundry.org:10001 14:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:38 Configure a credential helper to remove this warning. See 14:57:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:38 14:57:38 Login Succeeded 14:57:38 nexus3.edgexfoundry.org:10002 14:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:38 Configure a credential helper to remove this warning. See 14:57:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:38 14:57:38 Login Succeeded 14:57:38 nexus3.edgexfoundry.org:10003 14:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:38 Configure a credential helper to remove this warning. See 14:57:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:38 14:57:38 Login Succeeded 14:57:38 nexus3.edgexfoundry.org:10004 14:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:38 Configure a credential helper to remove this warning. See 14:57:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:38 14:57:38 Login Succeeded 14:57:38 docker.io 14:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:39 Configure a credential helper to remove this warning. See 14:57:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:39 14:57:39 Login Succeeded 14:57:39 ---> docker-login.sh ends [Pipeline] } 14:57:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 14:57:39 + git rev-list -1 --merges 71eb87341c12183af595ad045e5e5ef439df8de7~1..71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] echo 14:57:39 -----------> git rev-list -1 --merges 71eb87341c12183af595ad045e5e5ef439df8de7~1..71eb87341c12183af595ad045e5e5ef439df8de7 71eb87341c12183af595ad045e5e5ef439df8de7 [false] [Pipeline] sh 14:57:39 + git log --format=format:%s -1 71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] echo 14:57:39 ========================================================= 14:57:39 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:57:39 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:57:40 + git log --format=format:%s -1 71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] echo 14:57:40 [semverPrep] GIT_COMMIT: 71eb87341c12183af595ad045e5e5ef439df8de7, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#588) [Pipeline] echo 14:57:40 [semverPrep] This is not a build commit. [Pipeline] sh 14:57:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:57:40 + grep -v github /etc/ssh/ssh_known_hosts 14:57:40 + [ -e /tmp/ssh_known_hosts ] 14:57:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:57:40 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:57:40 + sudo tee -a /etc/ssh/ssh_known_hosts 14:57:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:57:40 14:57:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:57:41 0.1.4: Pulling from edgex-devops/py-git-semver 14:57:41 b85a868b505f: Pulling fs layer 14:57:41 e2be974225ed: Pulling fs layer 14:57:41 339a4e72a1f5: Pulling fs layer 14:57:41 988bab9f4d93: Pulling fs layer 14:57:41 1469e6f7b9e6: Pulling fs layer 14:57:41 eaf3925da568: Pulling fs layer 14:57:41 bab4dde63d76: Pulling fs layer 14:57:41 bde34c3a00c8: Pulling fs layer 14:57:41 b352a97aabf1: Pulling fs layer 14:57:41 4872d77fe225: Pulling fs layer 14:57:41 5851b861e8e6: Pulling fs layer 14:57:41 bde34c3a00c8: Waiting 14:57:41 988bab9f4d93: Waiting 14:57:41 b352a97aabf1: Waiting 14:57:41 1469e6f7b9e6: Waiting 14:57:41 4872d77fe225: Waiting 14:57:41 bab4dde63d76: Waiting 14:57:41 5851b861e8e6: Waiting 14:57:41 e2be974225ed: Download complete 14:57:41 988bab9f4d93: Verifying Checksum 14:57:41 988bab9f4d93: Download complete 14:57:41 339a4e72a1f5: Verifying Checksum 14:57:41 339a4e72a1f5: Download complete 14:57:41 1469e6f7b9e6: Verifying Checksum 14:57:41 1469e6f7b9e6: Download complete 14:57:41 eaf3925da568: Download complete 14:57:41 b352a97aabf1: Verifying Checksum 14:57:41 b352a97aabf1: Download complete 14:57:41 4872d77fe225: Download complete 14:57:41 5851b861e8e6: Download complete 14:57:41 b85a868b505f: Verifying Checksum 14:57:41 b85a868b505f: Download complete 14:57:41 bab4dde63d76: Verifying Checksum 14:57:41 bab4dde63d76: Download complete 14:57:43 b85a868b505f: Pull complete 14:57:43 e2be974225ed: Pull complete 14:57:43 339a4e72a1f5: Pull complete 14:57:43 988bab9f4d93: Pull complete 14:57:43 1469e6f7b9e6: Pull complete 14:57:43 eaf3925da568: Pull complete 14:57:45 bab4dde63d76: Pull complete 14:57:45 bde34c3a00c8: Pull complete 14:57:46 b352a97aabf1: Pull complete 14:57:46 4872d77fe225: Pull complete 14:57:46 5851b861e8e6: Pull complete 14:57:46 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 14:57:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:57:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:57:46 prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container 14:57:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:57:50 $ docker top e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 -eo pid,comm 14:57:50 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). 14:57:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:57:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:57:50 [ssh-agent] Looking for ssh-agent implementation... 14:57:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:57:51 $ docker exec e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 ssh-agent 14:57:51 SSH_AUTH_SOCK=/tmp/ssh-wayR9fviPUdx/agent.31 14:57:51 SSH_AGENT_PID=37 14:57:51 Running ssh-add (command line suppressed) 14:57:51 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_15389048907142114400.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_15389048907142114400.key) 14:57:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:57:51 + git tag --points-at HEAD [Pipeline] } 14:57:51 $ docker exec --env ******** --env ******** e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 ssh-agent -k 14:57:51 unset SSH_AUTH_SOCK; 14:57:51 unset SSH_AGENT_PID; 14:57:51 echo Agent pid 37 killed; 14:57:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:57:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:57:51 [ssh-agent] Looking for ssh-agent implementation... 14:57:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:57:51 $ docker exec e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 ssh-agent 14:57:51 SSH_AUTH_SOCK=/tmp/ssh-6ZuDnv7rqhdd/agent.69 14:57:51 SSH_AGENT_PID=75 14:57:51 Running ssh-add (command line suppressed) 14:57:52 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7718553398547823053.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7718553398547823053.key) 14:57:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:57:52 + git semver init 14:57:52 2023-08-23 14:57:52,546 [run_init] DEBUG init version:0.0.0 force:False 14:57:52 2023-08-23 14:57:52,547 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 14:57:52 2023-08-23 14:57:52,547 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 14:57:52 2023-08-23 14:57:52,547 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 14:57:53 2023-08-23 14:57:53,352 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 14:57:53 2023-08-23 14:57:53,352 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 14:57:53 2023-08-23 14:57:53,353 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 14:57:53 2023-08-23 14:57:53,353 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 14:57:53 3.1.0-dev.13 [Pipeline] } 14:57:53 $ docker exec --env ******** --env ******** e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 ssh-agent -k 14:57:53 unset SSH_AUTH_SOCK; 14:57:53 unset SSH_AGENT_PID; 14:57:53 echo Agent pid 75 killed; 14:57:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:57:54 + git semver [Pipeline] } 14:57:54 $ docker stop --time=1 e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 14:57:56 $ docker rm -f --volumes e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 [Pipeline] // withDockerContainer [Pipeline] sh 14:57:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:57:56 Stashed 1 file(s) [Pipeline] echo 14:57:56 [edgeXSemver]: initialized semver on version 3.1.0-dev.13 [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 14:57:56 provisioning config files... 14:57:56 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14876669203253183728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:57:57 ---> docker-login.sh 14:57:57 nexus3.edgexfoundry.org:10001 14:57:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:57 Configure a credential helper to remove this warning. See 14:57:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:57 14:57:57 Login Succeeded 14:57:57 nexus3.edgexfoundry.org:10002 14:57:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:57 Configure a credential helper to remove this warning. See 14:57:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:57 14:57:57 Login Succeeded 14:57:57 nexus3.edgexfoundry.org:10003 14:57:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:57 Configure a credential helper to remove this warning. See 14:57:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:57 14:57:57 Login Succeeded 14:57:57 nexus3.edgexfoundry.org:10004 14:57:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:57 Configure a credential helper to remove this warning. See 14:57:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:57 14:57:57 Login Succeeded 14:57:57 docker.io 14:57:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:57 Configure a credential helper to remove this warning. See 14:57:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:57 14:57:57 Login Succeeded 14:57:57 ---> docker-login.sh ends [Pipeline] } 14:57:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:57:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:57:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:57:57 ========================================================= 14:57:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 14:57:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:58 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 14:57:58 Sending build context to Docker daemon 3.322MB 14:57:58 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 14:57:58 Step 2/12 : FROM ${BASE} AS builder 14:57:58 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 14:57:58 4db1b89c0bd1: Pulling fs layer 14:57:58 6911f1a30b25: Pulling fs layer 14:57:58 e194b8c5c2a9: Pulling fs layer 14:57:58 6863d3e3a2b1: Pulling fs layer 14:57:58 ec0bb842ea78: Pulling fs layer 14:57:58 40a00589a448: Pulling fs layer 14:57:58 6c08303d61cc: Pulling fs layer 14:57:58 798269fcf238: Pulling fs layer 14:57:58 6863d3e3a2b1: Waiting 14:57:58 ec0bb842ea78: Waiting 14:57:58 798269fcf238: Waiting 14:57:58 40a00589a448: Waiting 14:57:58 6911f1a30b25: Download complete 14:57:58 6863d3e3a2b1: Verifying Checksum 14:57:58 6863d3e3a2b1: Download complete 14:57:58 ec0bb842ea78: Verifying Checksum 14:57:58 ec0bb842ea78: Download complete 14:57:58 4db1b89c0bd1: Verifying Checksum 14:57:58 4db1b89c0bd1: Download complete 14:57:58 40a00589a448: Verifying Checksum 14:57:58 40a00589a448: Download complete 14:57:58 4db1b89c0bd1: Pull complete 14:57:58 6911f1a30b25: Pull complete 14:57:58 798269fcf238: Verifying Checksum 14:57:58 798269fcf238: Download complete 14:57:58 e194b8c5c2a9: Verifying Checksum 14:57:58 e194b8c5c2a9: Download complete 14:57:58 6c08303d61cc: Verifying Checksum 14:57:58 6c08303d61cc: Download complete 14:58:02 e194b8c5c2a9: Pull complete 14:58:02 6863d3e3a2b1: Pull complete 14:58:02 ec0bb842ea78: Pull complete 14:58:02 40a00589a448: Pull complete 14:58:04 6c08303d61cc: Pull complete 14:58:05 798269fcf238: Pull complete 14:58:05 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 14:58:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 14:58:05 ---> ec979cd7f677 14:58:05 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 14:58:10 ---> Running in 1c33815e2401 14:58:10 Removing intermediate container 1c33815e2401 14:58:10 ---> b1d0292f130c 14:58:10 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 14:58:10 ---> Running in dd56335d3c48 14:58:10 Removing intermediate container dd56335d3c48 14:58:10 ---> d63718af3b68 14:58:10 Step 5/12 : ARG ADD_BUILD_TAGS="" 14:58:10 ---> Running in 94f0b3e56c8b 14:58:10 Removing intermediate container 94f0b3e56c8b 14:58:10 ---> 237282958bde 14:58:10 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:58:10 ---> Running in e7aa87840a7b 14:58:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:58:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:58:10 OK: 265 MiB in 53 packages 14:58:11 Removing intermediate container e7aa87840a7b 14:58:11 ---> cecd7711a252 14:58:11 Step 7/12 : WORKDIR /app 14:58:11 ---> Running in 9374ced55f78 14:58:11 Removing intermediate container 9374ced55f78 14:58:11 ---> 68d61ad5ef02 14:58:11 Step 8/12 : COPY go.mod vendor* ./ 14:58:11 ---> 15e646227d5b 14:58:11 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:58:11 ---> Running in 92d5f63ff588 14:58:11 Still waiting to schedule task 14:58:11 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 14:58:37 Removing intermediate container 92d5f63ff588 14:58:37 ---> 4a66f92a721f 14:58:37 Step 10/12 : COPY . . 14:58:38 ---> 0369c90a0157 14:58:38 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:58:38 ---> Running in 01e1890ee82c 14:58:38 Removing intermediate container 01e1890ee82c 14:58:38 ---> d1b71bee23f8 14:58:38 Step 12/12 : RUN $MAKE 14:58:38 ---> Running in b5ecb8254f42 14:58:38 noop 14:58:38 Removing intermediate container b5ecb8254f42 14:58:38 ---> bf594ce5c3a0 14:58:38 Successfully built bf594ce5c3a0 14:58:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:39 + docker inspect -f . ci-base-image-x86_64 14:58:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:58:39 prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container 14:58:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:58:39 $ docker top 8e7bc0e17556a1eed186eddb7bc3d67e37e168e2ae5abcc7712c76a76c81fbf8 -eo pid,comm [Pipeline] { [Pipeline] sh 14:58:40 + go version 14:58:40 go version go1.20.6 linux/amd64 [Pipeline] } 14:58:40 $ docker stop --time=1 8e7bc0e17556a1eed186eddb7bc3d67e37e168e2ae5abcc7712c76a76c81fbf8 14:58:41 $ docker rm -f --volumes 8e7bc0e17556a1eed186eddb7bc3d67e37e168e2ae5abcc7712c76a76c81fbf8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:41 + docker inspect -f . ci-base-image-x86_64 14:58:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:58:41 prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container 14:58:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:58:42 $ docker top 5045e334afdae4b6af24957b35b36d2237f2017b3ec2d16c958e78615f1b25ea -eo pid,comm [Pipeline] { [Pipeline] sh 14:58:42 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 14:58:42 + make test 14:58:42 go test -race -coverprofile=coverage.out ./... 14:59:04 ? github.com/edgexfoundry/app-service-configurable [no test files] 14:59:19 go vet ./... 14:59:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:59:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:59:22 ./bin/test-attribution-txt.sh [Pipeline] echo 14:59:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 14:59:23 $ docker stop --time=1 5045e334afdae4b6af24957b35b36d2237f2017b3ec2d16c958e78615f1b25ea 14:59:26 $ docker rm -f --volumes 5045e334afdae4b6af24957b35b36d2237f2017b3ec2d16c958e78615f1b25ea [Pipeline] // withDockerContainer [Pipeline] sh 14:59:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:59:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:59:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:59:27 + ls -al . 14:59:27 total 180 14:59:27 drwxrwxr-x 8 jenkins jenkins 4096 Aug 23 14:58 . 14:59:27 drwxrwxr-x 4 jenkins jenkins 4096 Aug 23 14:57 .. 14:59:27 -rw-rw-r-- 1 jenkins jenkins 119 Aug 23 14:57 .dockerignore 14:59:27 drwxrwxr-x 8 jenkins jenkins 4096 Aug 23 14:57 .git 14:59:27 drwxrwxr-x 3 jenkins jenkins 4096 Aug 23 14:57 .github 14:59:27 -rw-rw-r-- 1 jenkins jenkins 171 Aug 23 14:57 .gitignore 14:59:27 -rw-rw-r-- 1 jenkins jenkins 41 Aug 23 14:57 .golangci.yml 14:59:27 drwxr-xr-x 3 jenkins jenkins 4096 Aug 23 14:57 .semver 14:59:27 -rw-rw-r-- 1 jenkins jenkins 9636 Aug 23 14:57 Attribution.txt 14:59:27 -rw-rw-r-- 1 jenkins jenkins 35039 Aug 23 14:57 CHANGELOG.md 14:59:27 -rw-rw-r-- 1 jenkins jenkins 1898 Aug 23 14:57 Dockerfile 14:59:27 -rw-rw-r-- 1 jenkins jenkins 677 Aug 23 14:57 GOVERNANCE.md 14:59:27 -rw-rw-r-- 1 jenkins jenkins 688 Aug 23 14:57 Jenkinsfile 14:59:27 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 23 14:57 LICENSE 14:59:27 -rw-rw-r-- 1 jenkins jenkins 618 Aug 23 14:57 OWNERS.md 14:59:27 -rw-rw-r-- 1 jenkins jenkins 4885 Aug 23 14:57 README.md 14:59:27 -rw-rw-r-- 1 jenkins jenkins 12 Aug 23 14:57 VERSION 14:59:27 drwxrwxr-x 2 jenkins jenkins 4096 Aug 23 14:57 bin 14:59:27 -rw-r--r-- 1 jenkins jenkins 13 Aug 23 14:58 coverage.out 14:59:27 -rw-rw-r-- 1 jenkins jenkins 3469 Aug 23 14:57 go.mod 14:59:27 -rw-rw-r-- 1 jenkins jenkins 32452 Aug 23 14:57 go.sum 14:59:27 -rw-rw-r-- 1 jenkins jenkins 1937 Aug 23 14:57 main.go 14:59:27 -rw-rw-r-- 1 jenkins jenkins 2569 Aug 23 14:57 makefile 14:59:27 drwxrwxr-x 9 jenkins jenkins 4096 Aug 23 14:57 res 14:59:27 drwxrwxr-x 4 jenkins jenkins 4096 Aug 23 14:57 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:27 + 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=71eb87341c12183af595ad045e5e5ef439df8de7 --label arch=amd64 --label version=3.1.0-dev.13 . 14:59:27 Sending build context to Docker daemon 3.323MB 14:59:27 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 14:59:27 Step 2/26 : FROM ${BASE} AS builder 14:59:27 ---> bf594ce5c3a0 14:59:27 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 14:59:27 ---> Running in 0b73a861e132 14:59:28 Removing intermediate container 0b73a861e132 14:59:28 ---> 881c91060675 14:59:28 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 14:59:28 ---> Running in eeb3c2f1f75f 14:59:28 Removing intermediate container eeb3c2f1f75f 14:59:28 ---> c22dcb405f40 14:59:28 Step 5/26 : ARG ADD_BUILD_TAGS="" 14:59:28 ---> Running in 909c74caa5c9 14:59:28 Removing intermediate container 909c74caa5c9 14:59:28 ---> a4f7f89295eb 14:59:28 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:59:28 ---> Running in 370cd1ae53a3 14:59:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:59:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:59:28 OK: 265 MiB in 53 packages 14:59:29 Removing intermediate container 370cd1ae53a3 14:59:29 ---> 09564e131286 14:59:29 Step 7/26 : WORKDIR /app 14:59:29 ---> Running in c0926fd86be2 14:59:29 Removing intermediate container c0926fd86be2 14:59:29 ---> c3b10892e913 14:59:29 Step 8/26 : COPY go.mod vendor* ./ 14:59:29 ---> 0b9f77580b2a 14:59:29 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:29 ---> Running in c48fb11f084c 14:59:30 Removing intermediate container c48fb11f084c 14:59:30 ---> fead40b93b38 14:59:30 Step 10/26 : COPY . . 14:59:30 ---> 9a0937547e17 14:59:30 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:59:30 ---> Running in ff5026830710 14:59:30 Removing intermediate container ff5026830710 14:59:30 ---> 1bd59d47967b 14:59:30 Step 12/26 : RUN $MAKE 14:59:30 ---> Running in bb6e4e6801e4 14:59:30 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.13" -trimpath -mod=readonly -o app-service-configurable 14:59:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4378 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 14:59:48 Running in /w/workspace/app-service-configurable/182 [Pipeline] { [Pipeline] checkout 14:59:48 Selected Git installation does not exist. Using Default 14:59:48 The recommended git tool is: NONE 14:59:49 Removing intermediate container bb6e4e6801e4 14:59:49 ---> 07d0c95aa5ea 14:59:49 Step 13/26 : FROM alpine:3.17 14:59:49 3.17: Pulling from library/alpine 14:59:49 9398808236ff: Pulling fs layer 14:59:49 9398808236ff: Verifying Checksum 14:59:49 9398808236ff: Download complete 14:59:49 9398808236ff: Pull complete 14:59:49 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 14:59:49 Status: Downloaded newer image for alpine:3.17 14:59:49 ---> 1e0b8b5322fc 14:59:49 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 14:59:49 ---> Running in d8105c9d6186 14:59:49 Removing intermediate container d8105c9d6186 14:59:49 ---> 6aaf7f889e82 14:59:49 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 14:59:49 ---> Running in 4f6384303d23 14:59:49 Removing intermediate container 4f6384303d23 14:59:49 ---> 9d34a739a6ef 14:59:49 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 14:59:49 ---> Running in c4896d863557 14:59:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:59:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:59:50 (1/2) Installing ca-certificates (20230506-r0) 14:59:50 (2/2) Installing dumb-init (1.2.5-r2) 14:59:50 Executing busybox-1.35.0-r29.trigger 14:59:50 Executing ca-certificates-20230506-r0.trigger 14:59:50 OK: 8 MiB in 17 packages 14:59:50 Removing intermediate container c4896d863557 14:59:50 ---> 3a35e338670c 14:59:50 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:59:51 ---> 6404ffce415d 14:59:51 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 14:59:51 ---> 5fcd256d81b6 14:59:51 Step 19/26 : COPY --from=builder /app/res/ /res/ 14:59:51 ---> 168b169d2835 14:59:51 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 14:59:51 ---> 616dfdb35191 14:59:51 Step 21/26 : EXPOSE 48095 14:59:51 ---> Running in 3b9387c7e15d 14:59:51 Removing intermediate container 3b9387c7e15d 14:59:51 ---> d3e4424ac156 14:59:51 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 14:59:51 ---> Running in 7607943bc502 14:59:51 Removing intermediate container 7607943bc502 14:59:51 ---> 37186dffdfd3 14:59:51 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:59:51 ---> Running in 46213a2a455a 14:59:51 Removing intermediate container 46213a2a455a 14:59:51 ---> 37a9ce763a55 14:59:51 Step 24/26 : LABEL arch=amd64 14:59:51 ---> Running in 22884f5236d6 14:59:51 Removing intermediate container 22884f5236d6 14:59:51 ---> f8a69d3859af 14:59:51 Step 25/26 : LABEL git_sha=71eb87341c12183af595ad045e5e5ef439df8de7 14:59:52 ---> Running in 8b48a4908953 14:59:52 Removing intermediate container 8b48a4908953 14:59:52 ---> 3d21914211b0 14:59:52 Step 26/26 : LABEL version=3.1.0-dev.13 14:59:52 ---> Running in ad54d7d49976 14:59:52 Removing intermediate container ad54d7d49976 14:59:52 ---> 4daa1bc8da3a 14:59:52 [Warning] One or more build-args [ARCH] were not consumed 14:59:52 Successfully built 4daa1bc8da3a 14:59:52 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:59:52 provisioning config files... 14:59:52 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9694514541017278640tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:59:52 ---> docker-login.sh 14:59:52 nexus3.edgexfoundry.org:10001 14:59:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:52 Configure a credential helper to remove this warning. See 14:59:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:52 14:59:52 Login Succeeded 14:59:52 nexus3.edgexfoundry.org:10002 14:59:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:52 Configure a credential helper to remove this warning. See 14:59:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:52 14:59:52 Login Succeeded 14:59:52 nexus3.edgexfoundry.org:10003 14:59:52 using credential edgex-jenkins-ssh 14:59:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:52 Configure a credential helper to remove this warning. See 14:59:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:52 14:59:52 Login Succeeded 14:59:52 nexus3.edgexfoundry.org:10004 14:59:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:52 Configure a credential helper to remove this warning. See 14:59:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:52 14:59:52 Login Succeeded 14:59:52 docker.io 14:59:52 Cloning the remote Git repository 14:59:52 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 14:59:52 > git init /w/workspace/app-service-configurable/182 # timeout=10 14:59:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:59:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:59:53 Configure a credential helper to remove this warning. See 14:59:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:59:53 14:59:53 Login Succeeded 14:59:53 ---> docker-login.sh ends [Pipeline] } 14:59:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:59:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:59:53 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 14:59:53 71eb87341c12183af595ad045e5e5ef439df8de7 14:59:53 latest 14:59:53 3.1.0-dev.13 14:59:53 71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 14:59:53 main 14:59:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:53 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:53 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:71eb87341c12183af595ad045e5e5ef439df8de7 14:59:53 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 14:59:53 8275e3286190: Preparing 14:59:53 f43a7f9a4086: Preparing 14:59:53 14adf6ce3d1c: Preparing 14:59:53 333598042d13: Preparing 14:59:53 c1f877ba27bb: Preparing 14:59:53 36b50b131297: Preparing 14:59:53 36b50b131297: Waiting 14:59:53 f43a7f9a4086: Pushed 14:59:53 14adf6ce3d1c: Pushed 14:59:53 333598042d13: Pushed 14:59:53 36b50b131297: Layer already exists 14:59:53 c1f877ba27bb: Pushed 14:59:53 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 14:59:53 > git --version # timeout=10 14:59:53 > git --version # 'git version 2.25.1' 14:59:53 using GIT_SSH to set credentials SSH Credentials for GitHub 14:59:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:59:55 Avoid second fetch 14:59:55 Checking out Revision 71eb87341c12183af595ad045e5e5ef439df8de7 (main) 14:59:54 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 14:59:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:59:55 > git config core.sparsecheckout # timeout=10 14:59:55 > git checkout -f 71eb87341c12183af595ad045e5e5ef439df8de7 # timeout=10 14:59:55 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#588)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:59:56 8275e3286190: Pushed 14:59:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:59:56 % Total % Received % Xferd Average Speed Time Time Time Current 14:59:56 Dload Upload Total Spent Left Speed 14:59:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 70838 0 --:--:-- --:--:-- --:--:-- 70838 14:59:56 71eb87341c12183af595ad045e5e5ef439df8de7: digest: sha256:65a51cba2c4d640fa58691783950837ec09a2582a6cfd4e04ff3c48628767cf9 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh 14:59:56 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:57 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:59:57 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 14:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 14:59:57 8275e3286190: Preparing 14:59:57 f43a7f9a4086: Preparing 14:59:57 14adf6ce3d1c: Preparing 14:59:57 333598042d13: Preparing 14:59:57 c1f877ba27bb: Preparing 14:59:57 36b50b131297: Preparing 14:59:57 36b50b131297: Waiting 14:59:57 c1f877ba27bb: Layer already exists 14:59:57 333598042d13: Layer already exists 14:59:57 8275e3286190: Layer already exists 14:59:57 f43a7f9a4086: Layer already exists 14:59:57 14adf6ce3d1c: Layer already exists 14:59:57 36b50b131297: Layer already exists 14:59:57 latest: digest: sha256:65a51cba2c4d640fa58691783950837ec09a2582a6cfd4e04ff3c48628767cf9 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:57 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:59:57 + sudo tee /etc/docker/daemon.new 14:59:57 { 14:59:57 "registry-mirrors": [ 14:59:57 "https://nexus3.edgexfoundry.org:10001" 14:59:57 ], 14:59:57 "bip": "10.250.0.254/24", 14:59:57 "hosts": [ 14:59:57 "tcp://0.0.0.0:5555", 14:59:57 "unix:///var/run/docker.sock" 14:59:57 ], 14:59:57 "mtu": 1458, 14:59:57 "selinux-enabled": true, 14:59:57 "seccomp-profile": "/etc/docker/seccomp.json" 14:59:57 } [Pipeline] sh 14:59:57 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:59:57 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.1.0-dev.13 14:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 14:59:57 8275e3286190: Preparing 14:59:57 f43a7f9a4086: Preparing 14:59:57 14adf6ce3d1c: Preparing 14:59:57 333598042d13: Preparing 14:59:57 c1f877ba27bb: Preparing 14:59:57 36b50b131297: Preparing 14:59:57 36b50b131297: Waiting 14:59:57 f43a7f9a4086: Layer already exists 14:59:57 14adf6ce3d1c: Layer already exists 14:59:57 c1f877ba27bb: Layer already exists 14:59:57 8275e3286190: Layer already exists 14:59:57 333598042d13: Layer already exists 14:59:57 36b50b131297: Layer already exists 14:59:57 3.1.0-dev.13: digest: sha256:65a51cba2c4d640fa58691783950837ec09a2582a6cfd4e04ff3c48628767cf9 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:58 + sudo service docker restart 14:59:58 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:58 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 14:59:58 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 14:59:58 8275e3286190: Preparing 14:59:58 f43a7f9a4086: Preparing 14:59:58 14adf6ce3d1c: Preparing 14:59:58 333598042d13: Preparing 14:59:58 c1f877ba27bb: Preparing 14:59:58 36b50b131297: Preparing 14:59:58 36b50b131297: Waiting 14:59:58 f43a7f9a4086: Layer already exists 14:59:58 14adf6ce3d1c: Layer already exists 14:59:58 333598042d13: Layer already exists 14:59:58 c1f877ba27bb: Layer already exists 14:59:58 8275e3286190: Layer already exists 14:59:58 36b50b131297: Layer already exists 14:59:58 71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13: digest: sha256:65a51cba2c4d640fa58691783950837ec09a2582a6cfd4e04ff3c48628767cf9 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:58 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:59 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 14:59:59 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 14:59:59 8275e3286190: Preparing 14:59:59 f43a7f9a4086: Preparing 14:59:59 14adf6ce3d1c: Preparing 14:59:59 333598042d13: Preparing 14:59:59 c1f877ba27bb: Preparing 14:59:59 36b50b131297: Preparing 14:59:59 36b50b131297: Waiting 14:59:59 8275e3286190: Layer already exists 14:59:59 f43a7f9a4086: Layer already exists 14:59:59 14adf6ce3d1c: Layer already exists 14:59:59 333598042d13: Layer already exists 14:59:59 c1f877ba27bb: Layer already exists 14:59:59 36b50b131297: Layer already exists 14:59:59 main: digest: sha256:65a51cba2c4d640fa58691783950837ec09a2582a6cfd4e04ff3c48628767cf9 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:59:59 ===================================================== [Pipeline] echo 14:59:59 taggedImages: 14:59:59 - nexus3.edgexfoundry.org:10004/app-service-configurable:71eb87341c12183af595ad045e5e5ef439df8de7 14:59:59 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 14:59:59 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.1.0-dev.13 14:59:59 - nexus3.edgexfoundry.org:10004/app-service-configurable:71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 14:59:59 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:59:59 14:59:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:59:59 latest: Pulling from edgex-lftools-log-publisher 14:59:59 5eb5b503b376: Pulling fs layer 14:59:59 5c69ac0246d0: Pulling fs layer 14:59:59 ec43610c2a17: Pulling fs layer 14:59:59 3a2ae6a8a46f: Pulling fs layer 14:59:59 33b1e0a273af: Pulling fs layer 14:59:59 5d3b04190fa2: Pulling fs layer 14:59:59 2f39f015ded8: Pulling fs layer 14:59:59 3a2ae6a8a46f: Waiting 14:59:59 33b1e0a273af: Waiting 14:59:59 5d3b04190fa2: Waiting 14:59:59 2f39f015ded8: Waiting 14:59:59 5c69ac0246d0: Download complete 14:59:59 3a2ae6a8a46f: Download complete 14:59:59 33b1e0a273af: Verifying Checksum 14:59:59 33b1e0a273af: Download complete 14:59:59 5d3b04190fa2: Verifying Checksum 14:59:59 5d3b04190fa2: Download complete 14:59:59 ec43610c2a17: Verifying Checksum 14:59:59 ec43610c2a17: Download complete 14:59:59 5eb5b503b376: Verifying Checksum 14:59:59 5eb5b503b376: Download complete 15:00:00 2f39f015ded8: Verifying Checksum 15:00:00 2f39f015ded8: Download complete 15:00:01 5eb5b503b376: Pull complete 15:00:01 5c69ac0246d0: Pull complete 15:00:01 ec43610c2a17: Pull complete 15:00:01 3a2ae6a8a46f: Pull complete 15:00:01 33b1e0a273af: Pull complete 15:00:01 5d3b04190fa2: Pull complete 15:00:06 2f39f015ded8: Pull complete 15:00:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:00:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:00:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:00:06 prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container 15:00:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:00:08 $ docker top f547cb44ca0cfee0a05cc06bd84eccc9c85e7896a72fd6833b31b38f9a34f24f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:00:09 ---> job-cost.sh 15:00:09 lf-activate-venv: SKIPPING 15:00:09 INFO: No Stack... 15:00:09 INFO: Retrieving Pricing Info for: v3-standard-8 15:00:09 INFO: Archiving Costs [Pipeline] sh 15:00:10 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 15:00:10 + cut -d, -f6 [Pipeline] lock 15:00:10 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] 15:00:10 Resource [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] did not exist. Created. 15:00:10 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:00:10 + echo total: 0.2199999988079071 [Pipeline] stash 15:00:10 Stashed 1 file(s) [Pipeline] } 15:00:10 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] [Pipeline] // lock [Pipeline] } 15:00:10 $ docker stop --time=1 f547cb44ca0cfee0a05cc06bd84eccc9c85e7896a72fd6833b31b38f9a34f24f 15:00:11 $ docker rm -f --volumes f547cb44ca0cfee0a05cc06bd84eccc9c85e7896a72fd6833b31b38f9a34f24f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:00:16 provisioning config files... 15:00:16 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/182@tmp/config13014140713481017914tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:00:16 ---> docker-login.sh 15:00:16 nexus3.edgexfoundry.org:10001 15:00:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:17 Configure a credential helper to remove this warning. See 15:00:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:17 15:00:17 Login Succeeded 15:00:17 nexus3.edgexfoundry.org:10002 15:00:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:17 Configure a credential helper to remove this warning. See 15:00:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:17 15:00:17 Login Succeeded 15:00:17 nexus3.edgexfoundry.org:10003 15:00:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:18 Configure a credential helper to remove this warning. See 15:00:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:18 15:00:18 Login Succeeded 15:00:18 nexus3.edgexfoundry.org:10004 15:00:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:18 Configure a credential helper to remove this warning. See 15:00:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:18 15:00:18 Login Succeeded 15:00:18 docker.io 15:00:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:18 Configure a credential helper to remove this warning. See 15:00:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:18 15:00:18 Login Succeeded 15:00:18 ---> docker-login.sh ends [Pipeline] } 15:00:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:00:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:00:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:00:19 ========================================================= 15:00:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 15:00:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:19 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 15:00:19 Sending build context to Docker daemon 176.1kB 15:00:19 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 15:00:19 Step 2/12 : FROM ${BASE} AS builder 15:00:19 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:00:19 edb6bdbacee9: Pulling fs layer 15:00:19 5f9638ab2659: Pulling fs layer 15:00:19 8d51d6327a98: Pulling fs layer 15:00:19 8b374f2dd631: Pulling fs layer 15:00:19 ec14aa9079de: Pulling fs layer 15:00:19 2f466654f4bb: Pulling fs layer 15:00:19 554e91adad29: Pulling fs layer 15:00:19 ec14aa9079de: Waiting 15:00:19 2f466654f4bb: Waiting 15:00:19 554e91adad29: Waiting 15:00:19 8b374f2dd631: Waiting 15:00:19 5f9638ab2659: Download complete 15:00:19 8b374f2dd631: Verifying Checksum 15:00:19 8b374f2dd631: Download complete 15:00:19 ec14aa9079de: Verifying Checksum 15:00:19 ec14aa9079de: Download complete 15:00:19 edb6bdbacee9: Verifying Checksum 15:00:19 edb6bdbacee9: Download complete 15:00:20 edb6bdbacee9: Pull complete 15:00:21 554e91adad29: Verifying Checksum 15:00:21 554e91adad29: Download complete 15:00:21 5f9638ab2659: Pull complete 15:00:22 8d51d6327a98: Verifying Checksum 15:00:22 8d51d6327a98: Download complete 15:00:22 2f466654f4bb: Verifying Checksum 15:00:22 2f466654f4bb: Download complete 15:00:34 8d51d6327a98: Pull complete 15:00:34 8b374f2dd631: Pull complete 15:00:34 ec14aa9079de: Pull complete 15:00:43 2f466654f4bb: Pull complete 15:00:45 554e91adad29: Pull complete 15:00:45 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 15:00:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:00:45 ---> 1e15ea492957 15:00:45 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:00:47 ---> Running in 939fd8b3abc1 15:00:47 Removing intermediate container 939fd8b3abc1 15:00:47 ---> b48da8f29302 15:00:47 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:00:47 ---> Running in a362b7f9023b 15:00:47 Removing intermediate container a362b7f9023b 15:00:47 ---> 7ef9e9ff0bb9 15:00:47 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:00:48 ---> Running in 7ffbf4143db8 15:00:48 Removing intermediate container 7ffbf4143db8 15:00:48 ---> 2d0c641df7c8 15:00:48 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:00:48 ---> Running in 9ac31e01a74f 15:00:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:00:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:00:51 OK: 263 MiB in 53 packages 15:00:52 Removing intermediate container 9ac31e01a74f 15:00:52 ---> fb19903504fc 15:00:52 Step 7/12 : WORKDIR /app 15:00:52 ---> Running in 91ab7cd7f353 15:00:52 Removing intermediate container 91ab7cd7f353 15:00:52 ---> 2ead6a579365 15:00:52 Step 8/12 : COPY go.mod vendor* ./ 15:00:53 ---> cbbe5d63364b 15:00:53 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:53 ---> Running in 142beef81987 15:02:01 Removing intermediate container 142beef81987 15:02:01 ---> 3d7f8ad996e9 15:02:01 Step 10/12 : COPY . . 15:02:01 ---> 4a87f331d562 15:02:01 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:02:01 ---> Running in 9272ceb8046a 15:02:01 Removing intermediate container 9272ceb8046a 15:02:01 ---> 0757bb5d6142 15:02:01 Step 12/12 : RUN $MAKE 15:02:01 ---> Running in 73d501186424 15:02:01 noop 15:02:01 Removing intermediate container 73d501186424 15:02:01 ---> 74a467d5c337 15:02:01 Successfully built 74a467d5c337 15:02:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:01 + docker inspect -f . ci-base-image-arm64 15:02:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:02:01 prd-ubuntu20.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container 15:02:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/182 -v /w/workspace/app-service-configurable/182:/w/workspace/app-service-configurable/182:rw,z -v /w/workspace/app-service-configurable/182@tmp:/w/workspace/app-service-configurable/182@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:02:02 $ docker top 7bb52ba58473bf52435fd8b0aa5b074c509fa16961f5685cc5449be07d17de58 -eo pid,comm [Pipeline] { [Pipeline] sh 15:02:03 + go version 15:02:03 go version go1.20.6 linux/arm64 [Pipeline] } 15:02:03 $ docker stop --time=1 7bb52ba58473bf52435fd8b0aa5b074c509fa16961f5685cc5449be07d17de58 15:02:05 $ docker rm -f --volumes 7bb52ba58473bf52435fd8b0aa5b074c509fa16961f5685cc5449be07d17de58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:05 + docker inspect -f . ci-base-image-arm64 15:02:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:02:06 prd-ubuntu20.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container 15:02:06 $ 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/182 -v /w/workspace/app-service-configurable/182:/w/workspace/app-service-configurable/182:rw,z -v /w/workspace/app-service-configurable/182@tmp:/w/workspace/app-service-configurable/182@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:02:07 $ docker top b6700bf9bc57a4e0ab0db599483da57b605ec15bb6f65f844a6fc5ada8c8d281 -eo pid,comm [Pipeline] { [Pipeline] sh 15:02:07 + git config --global --add safe.directory /w/workspace/app-service-configurable/182 [Pipeline] fileExists [Pipeline] sh 15:02:08 + make test 15:02:08 go test -race -coverprofile=coverage.out ./... 15:04:59 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:04:59 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:04:59 go vet ./... 15:07:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:07:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:07:21 ./bin/test-attribution-txt.sh [Pipeline] echo 15:07:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:07:21 $ docker stop --time=1 b6700bf9bc57a4e0ab0db599483da57b605ec15bb6f65f844a6fc5ada8c8d281 15:07:23 $ docker rm -f --volumes b6700bf9bc57a4e0ab0db599483da57b605ec15bb6f65f844a6fc5ada8c8d281 [Pipeline] // withDockerContainer [Pipeline] sh 15:07:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:07:24 Warning: overwriting stash ‘coverage-report’ 15:07:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:07:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:07:25 + ls -al . 15:07:25 total 176 15:07:25 drwxrwxr-x 7 jenkins jenkins 4096 Aug 23 15:02 . 15:07:25 drwxrwxr-x 4 jenkins jenkins 4096 Aug 23 14:59 .. 15:07:25 -rw-rw-r-- 1 jenkins jenkins 119 Aug 23 14:59 .dockerignore 15:07:25 drwxrwxr-x 8 jenkins jenkins 4096 Aug 23 14:59 .git 15:07:25 drwxrwxr-x 3 jenkins jenkins 4096 Aug 23 14:59 .github 15:07:25 -rw-rw-r-- 1 jenkins jenkins 171 Aug 23 14:59 .gitignore 15:07:25 -rw-rw-r-- 1 jenkins jenkins 41 Aug 23 14:59 .golangci.yml 15:07:25 -rw-rw-r-- 1 jenkins jenkins 9636 Aug 23 14:59 Attribution.txt 15:07:25 -rw-rw-r-- 1 jenkins jenkins 35039 Aug 23 14:59 CHANGELOG.md 15:07:25 -rw-rw-r-- 1 jenkins jenkins 1898 Aug 23 14:59 Dockerfile 15:07:25 -rw-rw-r-- 1 jenkins jenkins 677 Aug 23 14:59 GOVERNANCE.md 15:07:25 -rw-rw-r-- 1 jenkins jenkins 688 Aug 23 14:59 Jenkinsfile 15:07:25 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 23 14:59 LICENSE 15:07:25 -rw-rw-r-- 1 jenkins jenkins 618 Aug 23 14:59 OWNERS.md 15:07:25 -rw-rw-r-- 1 jenkins jenkins 4885 Aug 23 14:59 README.md 15:07:25 -rw-rw-r-- 1 jenkins jenkins 12 Aug 23 14:57 VERSION 15:07:25 drwxrwxr-x 2 jenkins jenkins 4096 Aug 23 14:59 bin 15:07:25 -rw-r--r-- 1 jenkins jenkins 13 Aug 23 15:02 coverage.out 15:07:25 -rw-rw-r-- 1 jenkins jenkins 3469 Aug 23 14:59 go.mod 15:07:25 -rw-rw-r-- 1 jenkins jenkins 32452 Aug 23 14:59 go.sum 15:07:25 -rw-rw-r-- 1 jenkins jenkins 1937 Aug 23 14:59 main.go 15:07:25 -rw-rw-r-- 1 jenkins jenkins 2569 Aug 23 14:59 makefile 15:07:25 drwxrwxr-x 9 jenkins jenkins 4096 Aug 23 14:59 res 15:07:25 drwxrwxr-x 4 jenkins jenkins 4096 Aug 23 14:59 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:07:26 + 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=71eb87341c12183af595ad045e5e5ef439df8de7 --label arch=arm64 --label version=3.1.0-dev.13 . 15:07:26 Sending build context to Docker daemon 177.2kB 15:07:26 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 15:07:26 Step 2/26 : FROM ${BASE} AS builder 15:07:26 ---> 74a467d5c337 15:07:26 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:07:26 ---> Running in 49192ea15f59 15:07:26 Removing intermediate container 49192ea15f59 15:07:26 ---> 3627904b6cea 15:07:26 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:07:27 ---> Running in f99990a7319e 15:07:27 Removing intermediate container f99990a7319e 15:07:27 ---> 0843784f9f69 15:07:27 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:07:27 ---> Running in 1993c0ea72dd 15:07:28 Removing intermediate container 1993c0ea72dd 15:07:28 ---> a2e89c556bcd 15:07:28 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:07:28 ---> Running in 7e2ef490cc01 15:07:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:07:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:07:30 OK: 263 MiB in 53 packages 15:07:31 Removing intermediate container 7e2ef490cc01 15:07:31 ---> 92baab97094a 15:07:31 Step 7/26 : WORKDIR /app 15:07:31 ---> Running in 03593077bf7d 15:07:31 Removing intermediate container 03593077bf7d 15:07:31 ---> c0decd994d7e 15:07:31 Step 8/26 : COPY go.mod vendor* ./ 15:07:32 ---> dfd61cc2301d 15:07:32 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:07:32 ---> Running in 26d50d15ceef 15:07:35 Removing intermediate container 26d50d15ceef 15:07:35 ---> 39fcf8bc083d 15:07:35 Step 10/26 : COPY . . 15:07:35 ---> 213395cb572d 15:07:35 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:07:35 ---> Running in a823d7a37bf8 15:07:36 Removing intermediate container a823d7a37bf8 15:07:36 ---> 27e32d8fd37c 15:07:36 Step 12/26 : RUN $MAKE 15:07:36 ---> Running in 98e02f10da86 15:07:36 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.13" -trimpath -mod=readonly -o app-service-configurable 15:09:58 Removing intermediate container 98e02f10da86 15:09:58 ---> 19125427db4e 15:09:58 Step 13/26 : FROM alpine:3.17 15:09:58 3.17: Pulling from library/alpine 15:09:58 4060ece20d7a: Pulling fs layer 15:09:58 4060ece20d7a: Verifying Checksum 15:09:58 4060ece20d7a: Download complete 15:09:58 4060ece20d7a: Pull complete 15:09:58 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 15:09:58 Status: Downloaded newer image for alpine:3.17 15:09:58 ---> 8650cd65339b 15:09:58 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:09:58 ---> Running in a35d297cc024 15:09:58 Removing intermediate container a35d297cc024 15:09:58 ---> 13a5a09d9d08 15:09:58 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 15:09:58 ---> Running in cbafc2e20d98 15:09:58 Removing intermediate container cbafc2e20d98 15:09:58 ---> 1368f700b4e4 15:09:58 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 15:09:58 ---> Running in 5ab9d8227c5f 15:09:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:09:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:09:58 (1/2) Installing ca-certificates (20230506-r0) 15:09:58 (2/2) Installing dumb-init (1.2.5-r2) 15:09:58 Executing busybox-1.35.0-r29.trigger 15:09:58 Executing ca-certificates-20230506-r0.trigger 15:09:58 OK: 8 MiB in 17 packages 15:09:58 Removing intermediate container 5ab9d8227c5f 15:09:58 ---> 9f0a87c975d3 15:09:58 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:09:58 ---> 0a78e2cfb1d1 15:09:58 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 15:09:58 ---> f0041aeb077d 15:09:58 Step 19/26 : COPY --from=builder /app/res/ /res/ 15:09:58 ---> bf99992262a9 15:09:58 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:09:59 ---> c33d58e95be9 15:09:59 Step 21/26 : EXPOSE 48095 15:09:59 ---> Running in 00101859969c 15:09:59 Removing intermediate container 00101859969c 15:09:59 ---> 476d591a4daa 15:09:59 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 15:10:00 ---> Running in c4f7d625a8fc 15:10:00 Removing intermediate container c4f7d625a8fc 15:10:00 ---> 891ac7c57ea9 15:10:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:10:00 ---> Running in 65f4dbcdc4b1 15:10:00 Removing intermediate container 65f4dbcdc4b1 15:10:00 ---> 0472fcc95e7d 15:10:00 Step 24/26 : LABEL arch=arm64 15:10:00 ---> Running in 81433c03b226 15:10:00 Removing intermediate container 81433c03b226 15:10:00 ---> 9486418f20cb 15:10:00 Step 25/26 : LABEL git_sha=71eb87341c12183af595ad045e5e5ef439df8de7 15:10:00 ---> Running in bb19ec8c7297 15:10:01 Removing intermediate container bb19ec8c7297 15:10:01 ---> c143c0443e91 15:10:01 Step 26/26 : LABEL version=3.1.0-dev.13 15:10:01 ---> Running in 14dcd2baa334 15:10:01 Removing intermediate container 14dcd2baa334 15:10:01 ---> 64d4fc78b30f 15:10:01 [Warning] One or more build-args [ARCH] were not consumed 15:10:01 Successfully built 64d4fc78b30f 15:10:01 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:10:01 provisioning config files... 15:10:01 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/182@tmp/config4093069250402944112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:10:02 ---> docker-login.sh 15:10:02 nexus3.edgexfoundry.org:10001 15:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:02 Configure a credential helper to remove this warning. See 15:10:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:02 15:10:02 Login Succeeded 15:10:02 nexus3.edgexfoundry.org:10002 15:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:02 Configure a credential helper to remove this warning. See 15:10:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:02 15:10:02 Login Succeeded 15:10:02 nexus3.edgexfoundry.org:10003 15:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:03 Configure a credential helper to remove this warning. See 15:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:03 15:10:03 Login Succeeded 15:10:03 nexus3.edgexfoundry.org:10004 15:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:03 Configure a credential helper to remove this warning. See 15:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:03 15:10:03 Login Succeeded 15:10:03 docker.io 15:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:03 Configure a credential helper to remove this warning. See 15:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:03 15:10:03 Login Succeeded 15:10:03 ---> docker-login.sh ends [Pipeline] } 15:10:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:10:03 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 15:10:03 71eb87341c12183af595ad045e5e5ef439df8de7 15:10:03 latest 15:10:03 3.1.0-dev.13 15:10:03 71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 15:10:03 main 15:10:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:04 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:04 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:71eb87341c12183af595ad045e5e5ef439df8de7 15:10:04 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:10:04 c510b1e840a0: Preparing 15:10:04 9b4cc9d9ef3e: Preparing 15:10:04 47dd2b170e27: Preparing 15:10:04 84f30fed1f6d: Preparing 15:10:04 a9b8e75141af: Preparing 15:10:04 d2d9d24a8c2a: Preparing 15:10:04 84f30fed1f6d: Pushed 15:10:04 9b4cc9d9ef3e: Pushed 15:10:04 47dd2b170e27: Pushed 15:10:04 d2d9d24a8c2a: Layer already exists 15:10:04 a9b8e75141af: Pushed 15:10:10 c510b1e840a0: Pushed 15:10:10 71eb87341c12183af595ad045e5e5ef439df8de7: digest: sha256:bad890f6bc4256099c6e8586f9cc8daf715fdc0a48bea0c7e4a82366261b15c5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:10 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:10 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 15:10:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:10:10 c510b1e840a0: Preparing 15:10:10 9b4cc9d9ef3e: Preparing 15:10:10 47dd2b170e27: Preparing 15:10:10 84f30fed1f6d: Preparing 15:10:10 a9b8e75141af: Preparing 15:10:10 d2d9d24a8c2a: Preparing 15:10:10 9b4cc9d9ef3e: Layer already exists 15:10:10 84f30fed1f6d: Layer already exists 15:10:10 a9b8e75141af: Layer already exists 15:10:10 47dd2b170e27: Layer already exists 15:10:10 c510b1e840a0: Layer already exists 15:10:10 d2d9d24a8c2a: Layer already exists 15:10:10 latest: digest: sha256:bad890f6bc4256099c6e8586f9cc8daf715fdc0a48bea0c7e4a82366261b15c5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:11 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:11 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.1.0-dev.13 15:10:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:10:11 c510b1e840a0: Preparing 15:10:11 9b4cc9d9ef3e: Preparing 15:10:11 47dd2b170e27: Preparing 15:10:11 84f30fed1f6d: Preparing 15:10:11 a9b8e75141af: Preparing 15:10:11 d2d9d24a8c2a: Preparing 15:10:11 d2d9d24a8c2a: Waiting 15:10:11 84f30fed1f6d: Layer already exists 15:10:11 c510b1e840a0: Layer already exists 15:10:11 47dd2b170e27: Layer already exists 15:10:11 9b4cc9d9ef3e: Layer already exists 15:10:11 a9b8e75141af: Layer already exists 15:10:11 d2d9d24a8c2a: Layer already exists 15:10:11 3.1.0-dev.13: digest: sha256:bad890f6bc4256099c6e8586f9cc8daf715fdc0a48bea0c7e4a82366261b15c5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:11 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:12 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 15:10:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:10:12 c510b1e840a0: Preparing 15:10:12 9b4cc9d9ef3e: Preparing 15:10:12 47dd2b170e27: Preparing 15:10:12 84f30fed1f6d: Preparing 15:10:12 a9b8e75141af: Preparing 15:10:12 d2d9d24a8c2a: Preparing 15:10:12 d2d9d24a8c2a: Waiting 15:10:12 47dd2b170e27: Layer already exists 15:10:12 a9b8e75141af: Layer already exists 15:10:12 c510b1e840a0: Layer already exists 15:10:12 84f30fed1f6d: Layer already exists 15:10:12 9b4cc9d9ef3e: Layer already exists 15:10:12 d2d9d24a8c2a: Layer already exists 15:10:12 71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13: digest: sha256:bad890f6bc4256099c6e8586f9cc8daf715fdc0a48bea0c7e4a82366261b15c5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:12 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:12 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 15:10:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:10:12 c510b1e840a0: Preparing 15:10:12 9b4cc9d9ef3e: Preparing 15:10:12 47dd2b170e27: Preparing 15:10:12 84f30fed1f6d: Preparing 15:10:12 a9b8e75141af: Preparing 15:10:12 d2d9d24a8c2a: Preparing 15:10:12 d2d9d24a8c2a: Waiting 15:10:12 c510b1e840a0: Layer already exists 15:10:12 a9b8e75141af: Layer already exists 15:10:12 47dd2b170e27: Layer already exists 15:10:12 9b4cc9d9ef3e: Layer already exists 15:10:12 84f30fed1f6d: Layer already exists 15:10:12 d2d9d24a8c2a: Layer already exists 15:10:12 main: digest: sha256:bad890f6bc4256099c6e8586f9cc8daf715fdc0a48bea0c7e4a82366261b15c5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:12 ===================================================== [Pipeline] echo 15:10:12 taggedImages: 15:10:12 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:71eb87341c12183af595ad045e5e5ef439df8de7 15:10:12 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 15:10:12 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.1.0-dev.13 15:10:12 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 15:10:12 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:10:13 15:10:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:10:13 arm64: Pulling from edgex-lftools-log-publisher 15:10:13 8998bd30e6a1: Pulling fs layer 15:10:13 04944245beec: Pulling fs layer 15:10:13 699f458cf7ca: Pulling fs layer 15:10:13 765212b225bb: Pulling fs layer 15:10:13 f23df028b6ca: Pulling fs layer 15:10:13 d65c8cfc05b1: Pulling fs layer 15:10:13 2437ff75d9bd: Pulling fs layer 15:10:13 f23df028b6ca: Waiting 15:10:13 d65c8cfc05b1: Waiting 15:10:13 2437ff75d9bd: Waiting 15:10:13 765212b225bb: Waiting 15:10:13 04944245beec: Verifying Checksum 15:10:13 04944245beec: Download complete 15:10:13 765212b225bb: Verifying Checksum 15:10:13 765212b225bb: Download complete 15:10:13 f23df028b6ca: Verifying Checksum 15:10:13 f23df028b6ca: Download complete 15:10:13 d65c8cfc05b1: Verifying Checksum 15:10:13 d65c8cfc05b1: Download complete 15:10:13 699f458cf7ca: Verifying Checksum 15:10:13 699f458cf7ca: Download complete 15:10:14 8998bd30e6a1: Verifying Checksum 15:10:14 8998bd30e6a1: Download complete 15:10:16 2437ff75d9bd: Verifying Checksum 15:10:16 2437ff75d9bd: Download complete 15:10:18 8998bd30e6a1: Pull complete 15:10:22 04944245beec: Pull complete 15:10:24 699f458cf7ca: Pull complete 15:10:24 765212b225bb: Pull complete 15:10:25 f23df028b6ca: Pull complete 15:10:25 d65c8cfc05b1: Pull complete 15:10:40 2437ff75d9bd: Pull complete 15:10:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:10:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:10:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:10:40 prd-ubuntu20.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container 15:10:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/182 -v /w/workspace/app-service-configurable/182:/w/workspace/app-service-configurable/182:rw,z -v /w/workspace/app-service-configurable/182@tmp:/w/workspace/app-service-configurable/182@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:10:43 $ docker top 70e7d2f51ceef9740580142cc65e97891bae43c498f2a7ab6ee6e985fd5e3712 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:10:43 ---> job-cost.sh 15:10:43 lf-activate-venv: SKIPPING 15:10:43 INFO: No Stack... 15:10:44 INFO: Retrieving Pricing Info for: v3-standard-4 15:10:45 INFO: Archiving Costs [Pipeline] sh 15:10:45 + cut -d, -f6 15:10:45 + cat /w/workspace/app-service-configurable/182/archives/cost.csv [Pipeline] lock 15:10:45 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] 15:10:45 Resource [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] did not exist. Created. 15:10:45 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:10:46 /w/workspace/app-service-configurable/182@tmp/durable-197762d2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:10:47 + echo total: 0.10999999940395355 [Pipeline] stash 15:10:47 Warning: overwriting stash ‘stack-cost’ 15:10:47 Stashed 1 file(s) [Pipeline] } 15:10:47 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] [Pipeline] // lock [Pipeline] } 15:10:47 $ docker stop --time=1 70e7d2f51ceef9740580142cc65e97891bae43c498f2a7ab6ee6e985fd5e3712 15:10:49 $ docker rm -f --volumes 70e7d2f51ceef9740580142cc65e97891bae43c498f2a7ab6ee6e985fd5e3712 [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 15:10:49 provisioning config files... 15:10:49 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15674503872728816992tmp [Pipeline] { [Pipeline] sh 15:10:49 + set +x 15:10:49 + curl -s https://codecov.io/bash 15:10:49 + bash -s -- 15:10:50 15:10:50 _____ _ 15:10:50 / ____| | | 15:10:50 | | ___ __| | ___ ___ _____ __ 15:10:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:10:50 | |___| (_) | (_| | __/ (_| (_) \ V / 15:10:50 \_____\___/ \__,_|\___|\___\___/ \_/ 15:10:50 Bash-1.0.6 15:10:50 15:10:50 15:10:50 ==> git version 2.25.1 found 15:10:50 ==> 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 15:10:50 Release-Date: 2020-01-08 15:10:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:10:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:10:50 ==> Jenkins CI detected. 15:10:50 current dir:  /w/workspace/ry_app-service-configurable_main 15:10:50 project root: . 15:10:50 --> token set from env 15:10:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:10:50 ==> Running gcov in . (disable via -X gcov) 15:10:50 ==> Python coveragepy not found 15:10:50 ==> Searching for coverage reports in: 15:10:50 + . 15:10:50 -> Found 1 reports 15:10:50 ==> Detecting git/mercurial file structure 15:10:50 ==> Reading reports 15:10:50 + ./coverage.out bytes=13 15:10:50 ==> Appending adjustments 15:10:50 https://docs.codecov.io/docs/fixing-reports 15:10:50 + Found adjustments 15:10:50 ==> Gzipping contents 15:10:50 4.0K /tmp/codecov.a1Y0TC.gz 15:10:50 ==> Uploading reports 15:10:50 url: https://codecov.io 15:10:50 query: branch=main&commit=71eb87341c12183af595ad045e5e5ef439df8de7&build=182&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F182%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 15:10:50 -> Pinging Codecov 15:10:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=main&commit=71eb87341c12183af595ad045e5e5ef439df8de7&build=182&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F182%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 15:10:50 -> Uploading to 15:10:50 https://storage.googleapis.com/codecov/v4/raw/2023-08-23/A97CA9966030D2A3747ED39772930CCE/71eb87341c12183af595ad045e5e5ef439df8de7/9e84d706-2021-4eb4-b9e1-e94cc77e5518.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230823%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230823T151050Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6d8921980cdd23732e5113e3a66e2c680931f6f950d49ee562db4b493451cc8d 15:10:50 % Total % Received % Xferd Average Speed Time Time Time Current 15:10:50 Dload Upload Total Spent Left Speed 15:10:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 2318 --:--:-- --:--:-- --:--:-- 2331 15:10:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] } 15:10:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:10:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:10:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:10:51 15:10:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:10:51 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:10:51 df9b9388f04a: Pulling fs layer 15:10:51 52dc419b0ee2: Pulling fs layer 15:10:51 25bc292e5bac: Pulling fs layer 15:10:51 114826534d7a: Pulling fs layer 15:10:51 4657fd5d0bcf: Pulling fs layer 15:10:51 6ad1cebc031e: Pulling fs layer 15:10:51 8a3aa393b2d8: Pulling fs layer 15:10:51 4657fd5d0bcf: Waiting 15:10:51 6ad1cebc031e: Waiting 15:10:51 8a3aa393b2d8: Waiting 15:10:51 114826534d7a: Waiting 15:10:51 25bc292e5bac: Download complete 15:10:51 52dc419b0ee2: Verifying Checksum 15:10:51 52dc419b0ee2: Download complete 15:10:51 4657fd5d0bcf: Verifying Checksum 15:10:51 4657fd5d0bcf: Download complete 15:10:51 df9b9388f04a: Verifying Checksum 15:10:51 df9b9388f04a: Download complete 15:10:51 df9b9388f04a: Pull complete 15:10:51 6ad1cebc031e: Verifying Checksum 15:10:51 6ad1cebc031e: Download complete 15:10:51 52dc419b0ee2: Pull complete 15:10:51 25bc292e5bac: Pull complete 15:10:52 114826534d7a: Verifying Checksum 15:10:52 114826534d7a: Download complete 15:10:52 8a3aa393b2d8: Verifying Checksum 15:10:52 8a3aa393b2d8: Download complete 15:10:55 114826534d7a: Pull complete 15:10:55 4657fd5d0bcf: Pull complete 15:10:55 6ad1cebc031e: Pull complete 15:10:58 8a3aa393b2d8: Pull complete 15:10:58 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:10:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:10:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:10:58 prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container 15:10:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:10:59 $ docker top 154a7ac2bd9cc41cc0b2967868df0a05127100d008e4b6dc0069c8f13fdb9b33 -eo pid,comm [Pipeline] { [Pipeline] echo 15:10:59 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 15:11:00 + set -o pipefail 15:11:00 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 15:11:05 15:11:05 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 15:11:05 15:11:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/c668bd99-219d-4f21-ac1b-5fae0dbe36cc 15:11:05 15:11:05 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:11:05 15:11:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:11:05 15:11:05 15:11:05 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:11:05 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:11:05 More details here: https://snyk.co/ue1NS [Pipeline] } 15:11:05 $ docker stop --time=1 154a7ac2bd9cc41cc0b2967868df0a05127100d008e4b6dc0069c8f13fdb9b33 15:11:07 $ docker rm -f --volumes 154a7ac2bd9cc41cc0b2967868df0a05127100d008e4b6dc0069c8f13fdb9b33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:11:07 + git log --format=format:%s -1 71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] sh 15:11:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:11:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:11:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:11:08 prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container 15:11:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:11:08 $ docker top 4296355d35aa7e46d39422fda3bfa9a39f35350557694b1d8d7d2d7ae0c4e78b -eo pid,comm 15:11:08 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). 15:11:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:11:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:11:08 [ssh-agent] Looking for ssh-agent implementation... 15:11:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:11:09 $ docker exec 4296355d35aa7e46d39422fda3bfa9a39f35350557694b1d8d7d2d7ae0c4e78b ssh-agent 15:11:09 SSH_AUTH_SOCK=/tmp/ssh-k3NuYkDOo0Y1/agent.32 15:11:09 SSH_AGENT_PID=38 15:11:09 Running ssh-add (command line suppressed) 15:11:09 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_12926520231133002398.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_12926520231133002398.key) 15:11:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:11:09 + git semver tag 15:11:09 2023-08-23 15:11:09,754 [run_tag] DEBUG tag force:False 15:11:09 2023-08-23 15:11:09,754 [check_head_tag] DEBUG check head tag 15:11:09 2023-08-23 15:11:09,755 [execute] INFO git cat-file --batch-check 15:11:09 2023-08-23 15:11:09,755 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 15:11:09 2023-08-23 15:11:09,758 [execute] INFO git cat-file --batch 15:11:09 2023-08-23 15:11:09,759 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 15:11:09 2023-08-23 15:11:09,772 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:11:09 2023-08-23 15:11:09,772 [execute] INFO git tag -a v3.1.0-dev.13 -m v3.1.0-dev.13 15:11:09 2023-08-23 15:11:09,773 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.13', '-m', 'v3.1.0-dev.13'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 15:11:09 2023-08-23 15:11:09,777 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:11:09 3.1.0-dev.13 [Pipeline] } 15:11:09 $ docker exec --env ******** --env ******** 4296355d35aa7e46d39422fda3bfa9a39f35350557694b1d8d7d2d7ae0c4e78b ssh-agent -k 15:11:09 unset SSH_AUTH_SOCK; 15:11:09 unset SSH_AGENT_PID; 15:11:09 echo Agent pid 38 killed; 15:11:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:11:10 + git semver [Pipeline] } 15:11:10 $ docker stop --time=1 4296355d35aa7e46d39422fda3bfa9a39f35350557694b1d8d7d2d7ae0c4e78b 15:11:11 $ docker rm -f --volumes 4296355d35aa7e46d39422fda3bfa9a39f35350557694b1d8d7d2d7ae0c4e78b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:11:12 15:11:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:11:12 0.23.1-centos7: Pulling from edgex-lftools 15:11:12 ab5ef0e58194: Pulling fs layer 15:11:12 9712f1f96733: Pulling fs layer 15:11:12 63f879dbbcfc: Pulling fs layer 15:11:12 0d9ebad4ef96: Pulling fs layer 15:11:12 e9a5061849ea: Pulling fs layer 15:11:12 d747dcd14b5f: Pulling fs layer 15:11:12 2de7ff778b66: Pulling fs layer 15:11:12 e9a5061849ea: Waiting 15:11:12 0d9ebad4ef96: Waiting 15:11:12 2de7ff778b66: Waiting 15:11:12 d747dcd14b5f: Waiting 15:11:12 9712f1f96733: Verifying Checksum 15:11:12 9712f1f96733: Download complete 15:11:12 63f879dbbcfc: Verifying Checksum 15:11:12 63f879dbbcfc: Download complete 15:11:13 ab5ef0e58194: Verifying Checksum 15:11:13 ab5ef0e58194: Download complete 15:11:13 e9a5061849ea: Verifying Checksum 15:11:13 e9a5061849ea: Download complete 15:11:13 d747dcd14b5f: Verifying Checksum 15:11:13 d747dcd14b5f: Download complete 15:11:13 0d9ebad4ef96: Verifying Checksum 15:11:13 0d9ebad4ef96: Download complete 15:11:13 2de7ff778b66: Verifying Checksum 15:11:13 2de7ff778b66: Download complete 15:11:15 ab5ef0e58194: Pull complete 15:11:15 9712f1f96733: Pull complete 15:11:16 63f879dbbcfc: Pull complete 15:11:19 0d9ebad4ef96: Pull complete 15:11:19 e9a5061849ea: Pull complete 15:11:19 d747dcd14b5f: Pull complete 15:11:20 2de7ff778b66: Pull complete 15:11:20 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:11:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:11:20 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:11:20 prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container 15:11:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:11:23 $ docker top a0acc1519cc58acb783b8f9565a7d6db449e709997d0fcbb9cace47353a03e2a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:11:23 provisioning config files... 15:11:23 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13266347123808937537tmp 15:11:23 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13728416987020535927tmp 15:11:23 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6433602481954107143tmp [Pipeline] { [Pipeline] echo 15:11:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:11:23 ---> sigul-configuration.sh 15:11:23 gpg: directory `/root/.gnupg' created 15:11:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:11:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:11:23 gpg: keyring `/root/.gnupg/secring.gpg' created 15:11:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:11:23 gpg: CAST5 encrypted data 15:11:23 gpg: encrypted with 1 passphrase 15:11:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:11:23 + mkdir /home/jenkins 15:11:23 + mkdir /home/jenkins/sigul [Pipeline] sh 15:11:24 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:11:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:11:24 ---> sigul-install.sh 15:11:24 Sigul already installed; skipping installation. [Pipeline] sh 15:11:24 + git tag --list 15:11:24 v1.0.0 15:11:24 v1.1.0 15:11:24 v1.2.0 15:11:24 v1.3.0 15:11:24 v1.3.1 15:11:24 v2.0.0 15:11:24 v2.0.1 15:11:24 v2.1.0 15:11:24 v2.1.1 15:11:24 v2.1.2 15:11:24 v2.2.0 15:11:24 v2.3 15:11:24 v2.3.0 15:11:24 v2.3.1 15:11:24 v3.0 15:11:24 v3.0.0 15:11:24 v3.0.1 15:11:24 v3.0.1-dev.1 15:11:24 v3.1.0-dev.1 15:11:24 v3.1.0-dev.10 15:11:24 v3.1.0-dev.11 15:11:24 v3.1.0-dev.12 15:11:24 v3.1.0-dev.13 15:11:24 v3.1.0-dev.2 15:11:24 v3.1.0-dev.3 15:11:24 v3.1.0-dev.4 15:11:24 v3.1.0-dev.5 15:11:24 v3.1.0-dev.6 15:11:24 v3.1.0-dev.7 15:11:24 v3.1.0-dev.8 15:11:24 v3.1.0-dev.9 [Pipeline] sh 15:11:24 + lftools sign git-tag v3.1.0-dev.13 15:11:25 Signing Git tag with Sigul... 15:11:25 Signing v3.1.0-dev.13 [Pipeline] echo 15:11:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:11:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:11:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:11:26 $ docker stop --time=1 a0acc1519cc58acb783b8f9565a7d6db449e709997d0fcbb9cace47353a03e2a 15:11:27 $ docker rm -f --volumes a0acc1519cc58acb783b8f9565a7d6db449e709997d0fcbb9cace47353a03e2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:11:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:11:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:11:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:11:28 prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container 15:11:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:11:28 $ docker top 40c182cf5df8ac2e85a8d7f3d7ec8cd30025aa1df4c10fae2bf057ad19b6fbc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:11:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:11:28 [ssh-agent] Looking for ssh-agent implementation... 15:11:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:11:28 $ docker exec 40c182cf5df8ac2e85a8d7f3d7ec8cd30025aa1df4c10fae2bf057ad19b6fbc0 ssh-agent 15:11:28 SSH_AUTH_SOCK=/tmp/ssh-fXGMw3A2vc4z/agent.32 15:11:28 SSH_AGENT_PID=38 15:11:28 Running ssh-add (command line suppressed) 15:11:28 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_11864839601311117548.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_11864839601311117548.key) 15:11:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:11:29 + git semver bump pre 15:11:29 2023-08-23 15:11:29,397 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:11:29 2023-08-23 15:11:29,397 [bump_version] DEBUG bumping version:3.1.0-dev.13 on axis:pre with prefix:dev 15:11:29 2023-08-23 15:11:29,397 [bump_version] DEBUG bumped version:3.1.0-dev.14 15:11:29 2023-08-23 15:11:29,397 [write_version] DEBUG write version:3.1.0-dev.14 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 15:11:29 2023-08-23 15:11:29,397 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:11:29 2023-08-23 15:11:29,398 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 15:11:29 2023-08-23 15:11:29,399 [execute] INFO git cat-file --batch-check 15:11:29 2023-08-23 15:11:29,399 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 15:11:29 2023-08-23 15:11:29,403 [execute] INFO git cat-file --batch 15:11:29 2023-08-23 15:11:29,403 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 15:11:29 2023-08-23 15:11:29,408 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:11:29 3.1.0-dev.14 [Pipeline] } 15:11:29 $ docker exec --env ******** --env ******** 40c182cf5df8ac2e85a8d7f3d7ec8cd30025aa1df4c10fae2bf057ad19b6fbc0 ssh-agent -k 15:11:29 unset SSH_AUTH_SOCK; 15:11:29 unset SSH_AGENT_PID; 15:11:29 echo Agent pid 38 killed; 15:11:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:11:29 + git semver [Pipeline] } 15:11:30 $ docker stop --time=1 40c182cf5df8ac2e85a8d7f3d7ec8cd30025aa1df4c10fae2bf057ad19b6fbc0 15:11:31 $ docker rm -f --volumes 40c182cf5df8ac2e85a8d7f3d7ec8cd30025aa1df4c10fae2bf057ad19b6fbc0 [Pipeline] // withDockerContainer [Pipeline] sh 15:11:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:11:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:11:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:11:32 prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container 15:11:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:11:32 $ docker top 562b3ae9963e6f2d662bf3e8c8c42d46d90069b5fa81e9cdbef6ea5937a96339 -eo pid,comm 15:11:32 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:11:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:11:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:11:32 [ssh-agent] Looking for ssh-agent implementation... 15:11:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:11:32 $ docker exec 562b3ae9963e6f2d662bf3e8c8c42d46d90069b5fa81e9cdbef6ea5937a96339 ssh-agent 15:11:32 SSH_AUTH_SOCK=/tmp/ssh-z5hBFy7SCJKV/agent.32 15:11:32 SSH_AGENT_PID=38 15:11:32 Running ssh-add (command line suppressed) 15:11:32 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13523241841933804720.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13523241841933804720.key) 15:11:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:11:33 + git semver push 15:11:33 2023-08-23 15:11:33,355 [run_push] DEBUG push 15:11:33 2023-08-23 15:11:33,356 [execute] INFO git cat-file --batch-check 15:11:33 2023-08-23 15:11:33,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 15:11:33 2023-08-23 15:11:33,360 [execute] INFO git rev-list a3f1326048498324e9e51811ced57b804de178fc -- 15:11:33 2023-08-23 15:11:33,360 [execute] DEBUG Popen(['git', 'rev-list', 'a3f1326048498324e9e51811ced57b804de178fc', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 15:11:33 2023-08-23 15:11:33,371 [execute] INFO git fetch -v origin 15:11:33 2023-08-23 15:11:33,371 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 15:11:34 2023-08-23 15:11:33,845 [run_push] DEBUG no remote changes detected 15:11:34 2023-08-23 15:11:33,846 [execute] INFO git push origin semver 15:11:34 2023-08-23 15:11:33,846 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 15:11:34 2023-08-23 15:11:34,663 [run_push] DEBUG push all version tags 15:11:34 2023-08-23 15:11:34,663 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:11:34 2023-08-23 15:11:34,664 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 15:11:35 2023-08-23 15:11:35,424 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:11:35 3.1.0-dev.14 [Pipeline] } 15:11:35 $ docker exec --env ******** --env ******** 562b3ae9963e6f2d662bf3e8c8c42d46d90069b5fa81e9cdbef6ea5937a96339 ssh-agent -k 15:11:35 unset SSH_AUTH_SOCK; 15:11:35 unset SSH_AGENT_PID; 15:11:35 echo Agent pid 38 killed; 15:11:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:11:35 + git semver [Pipeline] } 15:11:36 $ docker stop --time=1 562b3ae9963e6f2d662bf3e8c8c42d46d90069b5fa81e9cdbef6ea5937a96339 15:11:37 $ docker rm -f --volumes 562b3ae9963e6f2d662bf3e8c8c42d46d90069b5fa81e9cdbef6ea5937a96339 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 15:11:38 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 15:11:38 + ls -al /w/workspace/ry_app-service-configurable_main/archives 15:11:38 total 16 15:11:38 drwxr-xr-x 3 root root 4096 Aug 23 15:00 . 15:11:38 drwxrwxr-x 9 jenkins jenkins 4096 Aug 23 15:11 .. 15:11:38 drwxr-xr-x 2 root root 4096 Aug 23 15:00 cost 15:11:38 -rw-r--r-- 1 root root 96 Aug 23 15:00 cost.csv 15:11:38 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 15:11:38 + ls -al /w/workspace/ry_app-service-configurable_main/archives 15:11:38 total 16 15:11:38 drwxr-xr-x 3 jenkins jenkins 4096 Aug 23 15:00 . 15:11:38 drwxrwxr-x 9 jenkins jenkins 4096 Aug 23 15:11 .. 15:11:38 drwxr-xr-x 2 jenkins jenkins 4096 Aug 23 15:00 cost 15:11:38 -rw-r--r-- 1 jenkins jenkins 96 Aug 23 15:00 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:11:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:11:39 ---> package-listing.sh 15:11:39 ++ tr '[:upper:]' '[:lower:]' 15:11:39 ++ facter osfamily 15:11:39 + OS_FAMILY=debian 15:11:39 + workspace=/w/workspace/ry_app-service-configurable_main 15:11:39 + START_PACKAGES=/tmp/packages_start.txt 15:11:39 + END_PACKAGES=/tmp/packages_end.txt 15:11:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:11:39 + PACKAGES=/tmp/packages_start.txt 15:11:39 + '[' /w/workspace/ry_app-service-configurable_main ']' 15:11:39 + PACKAGES=/tmp/packages_end.txt 15:11:39 + case "${OS_FAMILY}" in 15:11:39 + dpkg -l 15:11:39 + grep '^ii' 15:11:39 + '[' -f /tmp/packages_start.txt ']' 15:11:39 + '[' -f /tmp/packages_end.txt ']' 15:11:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:11:39 + '[' /w/workspace/ry_app-service-configurable_main ']' 15:11:39 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 15:11:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 15:11:39 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:11:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:11:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:11:40 prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container 15:11:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:11:40 $ docker top 4d91a2869b2c1c6c81a082e4843ab4c6f0de2605ad12f31124b6150c39353f66 -eo pid,comm [Pipeline] { [Pipeline] sh 15:11:40 + touch /tmp/pre-build-complete [Pipeline] sh 15:11:41 + mkdir -p /var/log/sysstat [Pipeline] sh 15:11:41 + ls /var/log/sa-host 15:11:41 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:11:41 provisioning config files... 15:11:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13921808240836343212tmp [Pipeline] { [Pipeline] echo 15:11:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:11:41 ---> create-netrc.sh [Pipeline] } 15:11:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:11:42 ---> python-tools-install.sh [Pipeline] echo 15:11:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:11:42 ---> sudo-logs.sh 15:11:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:11:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:11:42 ---> job-cost.sh 15:11:42 lf-activate-venv: SKIPPING 15:11:42 DEBUG: total: 0.2199999988079071 15:11:42 INFO: Retrieving Stack Cost... 15:11:43 INFO: Retrieving Pricing Info for: v3-standard-8 15:11:43 INFO: Archiving Costs [Pipeline] echo 15:11:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:11:43 ---> logs-deploy.sh 15:11:43 lf-activate-venv: SKIPPING 15:11:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/182 15:11:43 INFO: archiving workspace using pattern(s): 15:11:44 Archives upload complete. 15:11:44 INFO: archiving logs to Nexus 15:11:45 ---> uname -a: 15:11:45 Linux prd-ubuntu20-04-docker-8c-8g-4376 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 15:11:45 15:11:45 15:11:45 ---> lscpu: 15:11:45 Architecture: x86_64 15:11:45 CPU op-mode(s): 32-bit, 64-bit 15:11:45 Byte Order: Little Endian 15:11:45 Address sizes: 40 bits physical, 48 bits virtual 15:11:45 CPU(s): 8 15:11:45 On-line CPU(s) list: 0-7 15:11:45 Thread(s) per core: 1 15:11:45 Core(s) per socket: 1 15:11:45 Socket(s): 8 15:11:45 NUMA node(s): 1 15:11:45 Vendor ID: AuthenticAMD 15:11:45 CPU family: 23 15:11:45 Model: 49 15:11:45 Model name: AMD EPYC-Rome Processor 15:11:45 Stepping: 0 15:11:45 CPU MHz: 2800.000 15:11:45 BogoMIPS: 5600.00 15:11:45 Virtualization: AMD-V 15:11:45 Hypervisor vendor: KVM 15:11:45 Virtualization type: full 15:11:45 L1d cache: 256 KiB 15:11:45 L1i cache: 256 KiB 15:11:45 L2 cache: 4 MiB 15:11:45 L3 cache: 128 MiB 15:11:45 NUMA node0 CPU(s): 0-7 15:11:45 Vulnerability Itlb multihit: Not affected 15:11:45 Vulnerability L1tf: Not affected 15:11:45 Vulnerability Mds: Not affected 15:11:45 Vulnerability Meltdown: Not affected 15:11:45 Vulnerability Mmio stale data: Not affected 15:11:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:11:45 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 15:11:45 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 15:11:45 Vulnerability Srbds: Not affected 15:11:45 Vulnerability Tsx async abort: Not affected 15:11:45 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 15:11:45 15:11:45 15:11:45 ---> nproc: 15:11:45 8 15:11:45 15:11:45 15:11:45 ---> df -h: 15:11:45 Filesystem Size Used Avail Use% Mounted on 15:11:45 overlay 155G 13G 143G 9% / 15:11:45 tmpfs 64M 0 64M 0% /dev 15:11:45 tmpfs 16G 0 16G 0% /sys/fs/cgroup 15:11:45 shm 64M 0 64M 0% /dev/shm 15:11:45 /dev/vda1 155G 13G 143G 9% /facter-os 15:11:45 15:11:45 15:11:45 ---> sar -b -r -n DEV: 15:11:45 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4376) 08/23/23 _x86_64_ (8 CPU) 15:11:45 15:11:45 14:56:56 LINUX RESTART (8 CPU) 15:11:45 15:11:45 14:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:11:45 14:58:02 131.27 48.05 83.22 0.00 5400.60 166990.60 0.00 15:11:45 14:59:01 194.26 1.71 192.54 0.00 32.67 76978.55 0.00 15:11:45 15:00:01 165.89 0.25 165.64 0.00 18.80 35086.42 0.00 15:11:45 15:01:01 34.16 0.03 34.13 0.00 6.80 16572.19 0.00 15:11:45 15:02:01 3.00 0.97 2.03 0.00 67.46 30.26 0.00 15:11:45 15:03:01 27.98 9.25 18.73 0.00 3383.30 3770.04 0.00 15:11:45 15:04:01 1.62 0.00 1.62 0.00 0.00 18.13 0.00 15:11:45 15:05:01 1.22 0.00 1.22 0.00 0.00 13.20 0.00 15:11:45 15:06:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 15:11:45 15:07:01 1.33 0.00 1.33 0.00 0.00 23.46 0.00 15:11:45 15:08:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 15:11:45 15:09:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 15:11:45 15:10:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 15:11:45 15:11:01 29.23 0.13 29.10 0.00 12.66 24698.02 0.00 15:11:45 Average: 42.30 4.32 37.98 0.00 638.08 23096.95 0.00 15:11:45 15:11:45 14:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:11:45 14:58:02 29495548 31612596 718748 2.19 69616 2329876 1949316 5.74 974128 2075260 444456 15:11:45 14:59:01 27895404 31569860 732032 2.23 146552 3694492 1831220 5.40 1365068 3142164 437332 15:11:45 15:00:01 27824316 31539144 763780 2.32 153004 3735900 2039788 6.01 1271408 3308180 221184 15:11:45 15:01:01 27577384 31571776 729592 2.22 160660 3970516 1756624 5.18 1258980 3530652 8 15:11:45 15:02:01 27567244 31568584 732280 2.23 162084 3975644 1766908 5.21 1268472 3535756 292 15:11:45 15:03:01 27352900 31564396 724444 2.20 166060 4174268 1794496 5.29 1408792 3582592 12 15:11:45 15:04:01 27352852 31564432 724260 2.20 166148 4174272 1794496 5.29 1408888 3582600 8 15:11:45 15:05:01 27355576 31567240 721420 2.19 166196 4174276 1794496 5.29 1406608 3582596 8 15:11:45 15:06:01 27355552 31567480 721320 2.19 166252 4174280 1794496 5.29 1406320 3582800 8 15:11:45 15:07:01 27355876 31567904 720856 2.19 166336 4174252 1810784 5.34 1406416 3582800 56 15:11:45 15:08:01 27355772 31567836 720744 2.19 166360 4174260 1810784 5.34 1406252 3582800 16 15:11:45 15:09:01 27355852 31567960 720784 2.19 166392 4174264 1810784 5.34 1406244 3582804 8 15:11:45 15:10:01 27356064 31568228 720336 2.19 166408 4174264 1810784 5.34 1406324 3582804 8 15:11:45 15:11:01 26370524 31443972 839084 2.55 174496 4962092 1930544 5.69 1559612 4341968 84256 15:11:45 Average: 27540776 31560101 734977 2.24 156897 4004475 1835394 5.41 1353822 3471127 84832 15:11:45 15:11:45 14:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:11:45 14:58:02 lo 6.73 6.73 0.66 0.66 0.00 0.00 0.00 0.00 15:11:45 14:58:02 docker0 5.20 4.20 0.50 48.45 0.00 0.00 0.00 0.00 15:11:45 14:58:02 ens3 565.34 347.95 6697.28 80.54 0.00 0.00 0.00 0.00 15:11:45 14:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 14:59:01 docker0 195.09 322.95 15.59 2405.93 0.00 0.00 0.00 0.00 15:11:45 14:59:01 vethacce752 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 15:11:45 14:59:01 ens3 358.85 217.52 2438.16 32.34 0.00 0.00 0.00 0.00 15:11:45 15:00:01 lo 7.93 7.93 0.79 0.79 0.00 0.00 0.00 0.00 15:11:45 15:00:01 docker0 3.13 7.33 0.19 88.10 0.00 0.00 0.00 0.00 15:11:45 15:00:01 ens3 184.77 137.98 2711.49 321.97 0.00 0.00 0.00 0.00 15:11:45 15:01:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:11:45 15:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:01:01 ens3 16.33 9.32 16.12 5.58 0.00 0.00 0.00 0.00 15:11:45 15:02:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 15:11:45 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:02:01 ens3 0.82 0.63 0.38 0.38 0.00 0.00 0.00 0.00 15:11:45 15:03:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 15:11:45 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:03:01 ens3 109.75 52.47 1376.18 3.59 0.00 0.00 0.00 0.00 15:11:45 15:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:11:45 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:04:01 ens3 0.73 0.27 0.18 0.08 0.00 0.00 0.00 0.00 15:11:45 15:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:05:01 ens3 0.33 0.33 0.25 0.21 0.00 0.00 0.00 0.00 15:11:45 15:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:11:45 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:06:01 ens3 0.42 0.13 0.04 0.01 0.00 0.00 0.00 0.00 15:11:45 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:07:01 ens3 0.87 0.43 1.12 0.22 0.00 0.00 0.00 0.00 15:11:45 15:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:11:45 15:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:08:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 15:11:45 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:09:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:11:45 15:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:11:45 15:10:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:11:45 15:11:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 15:11:45 15:11:01 docker0 48.64 101.57 3.56 824.56 0.00 0.00 0.00 0.00 15:11:45 15:11:01 ens3 235.01 118.25 4797.55 14.85 0.00 0.00 0.00 0.00 15:11:45 15:11:01 veth18148a2 48.64 101.67 4.23 824.57 0.00 0.00 0.00 0.07 15:11:45 Average: lo 1.22 1.22 0.12 0.12 0.00 0.00 0.00 0.00 15:11:45 Average: docker0 17.79 30.80 1.40 237.92 0.00 0.00 0.00 0.00 15:11:45 Average: ens3 104.97 63.07 1287.17 32.85 0.00 0.00 0.00 0.00 15:11:45 Average: veth18148a2 3.48 7.27 0.30 58.97 0.00 0.00 0.00 0.00 15:11:45 15:11:45 15:11:45 ---> sar -P ALL: 15:11:45 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4376) 08/23/23 _x86_64_ (8 CPU) 15:11:45 15:11:45 14:56:56 LINUX RESTART (8 CPU) 15:11:45 15:11:45 14:57:01 CPU %user %nice %system %iowait %steal %idle 15:11:45 14:58:02 all 8.24 0.00 2.88 2.87 0.05 85.96 15:11:45 14:58:02 0 10.45 0.00 2.65 0.57 0.05 86.29 15:11:45 14:58:02 1 8.01 0.00 2.07 1.43 0.03 88.46 15:11:45 14:58:02 2 6.70 0.00 2.95 0.57 0.05 89.73 15:11:45 14:58:02 3 8.84 0.00 2.50 6.33 0.07 82.26 15:11:45 14:58:02 4 10.04 0.00 3.90 3.64 0.05 82.37 15:11:45 14:58:02 5 5.90 0.00 4.06 8.94 0.03 81.07 15:11:45 14:58:02 6 7.28 0.00 2.69 0.37 0.05 89.61 15:11:45 14:58:02 7 8.67 0.00 2.28 1.10 0.07 87.89 15:11:45 14:59:01 all 22.33 0.00 5.34 3.97 0.08 68.28 15:11:45 14:59:01 0 23.18 0.00 4.93 0.74 0.09 71.06 15:11:45 14:59:01 1 20.81 0.00 4.76 3.91 0.09 70.44 15:11:45 14:59:01 2 21.30 0.00 4.20 0.75 0.05 73.70 15:11:45 14:59:01 3 22.61 0.00 6.20 0.69 0.07 70.44 15:11:45 14:59:01 4 22.81 0.00 4.80 0.77 0.07 71.55 15:11:45 14:59:01 5 22.05 0.00 6.18 21.34 0.10 50.33 15:11:45 14:59:01 6 23.54 0.00 6.16 2.39 0.09 67.81 15:11:45 14:59:01 7 22.34 0.00 5.49 1.24 0.10 70.83 15:11:45 15:00:01 all 35.63 0.00 5.87 1.30 0.11 57.09 15:11:45 15:00:01 0 37.61 0.00 5.69 0.54 0.12 56.05 15:11:45 15:00:01 1 34.88 0.00 5.62 0.54 0.10 58.86 15:11:45 15:00:01 2 36.11 0.00 6.52 0.37 0.10 56.90 15:11:45 15:00:01 3 34.93 0.00 5.43 0.91 0.12 58.61 15:11:45 15:00:01 4 35.31 0.00 5.65 0.82 0.10 58.12 15:11:45 15:00:01 5 35.04 0.00 6.48 6.82 0.10 51.55 15:11:45 15:00:01 6 35.12 0.00 5.65 0.20 0.10 58.93 15:11:45 15:00:01 7 36.07 0.00 5.92 0.22 0.12 57.66 15:11:45 15:01:01 all 1.76 0.00 0.82 0.38 0.03 97.01 15:11:45 15:01:01 0 1.90 0.00 1.31 3.00 0.00 93.80 15:11:45 15:01:01 1 1.54 0.00 1.19 0.02 0.02 97.24 15:11:45 15:01:01 2 2.41 0.00 0.65 0.02 0.02 96.91 15:11:45 15:01:01 3 1.49 0.00 1.07 0.02 0.02 97.41 15:11:45 15:01:01 4 1.71 0.00 0.52 0.00 0.12 97.66 15:11:45 15:01:01 5 1.94 0.00 0.54 0.02 0.00 97.51 15:11:45 15:01:01 6 1.27 0.00 0.65 0.00 0.02 98.06 15:11:45 15:01:01 7 1.86 0.00 0.62 0.02 0.03 97.47 15:11:45 15:02:01 all 0.12 0.00 0.06 0.01 0.01 99.81 15:11:45 15:02:01 0 0.02 0.00 0.05 0.03 0.02 99.88 15:11:45 15:02:01 1 0.08 0.00 0.05 0.00 0.00 99.87 15:11:45 15:02:01 2 0.05 0.00 0.03 0.00 0.02 99.90 15:11:45 15:02:01 3 0.00 0.00 0.23 0.02 0.00 99.75 15:11:45 15:02:01 4 0.03 0.00 0.02 0.03 0.00 99.92 15:11:45 15:02:01 5 0.03 0.00 0.02 0.00 0.02 99.93 15:11:45 15:02:01 6 0.70 0.00 0.03 0.00 0.00 99.27 15:11:45 15:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 15:11:45 15:03:01 all 0.97 0.00 0.40 0.17 0.01 98.45 15:11:45 15:03:01 0 0.73 0.00 0.28 0.02 0.00 98.97 15:11:45 15:03:01 1 1.64 0.00 0.47 0.05 0.02 97.83 15:11:45 15:03:01 2 0.47 0.00 0.27 0.08 0.00 99.18 15:11:45 15:03:01 3 1.95 0.00 0.55 0.17 0.02 97.32 15:11:45 15:03:01 4 0.47 0.00 0.27 0.68 0.02 98.56 15:11:45 15:03:01 5 0.70 0.00 0.33 0.18 0.00 98.78 15:11:45 15:03:01 6 0.40 0.00 0.23 0.00 0.02 99.35 15:11:45 15:03:01 7 1.40 0.00 0.79 0.20 0.03 97.58 15:11:45 15:04:01 all 0.02 0.00 0.01 0.00 0.00 99.96 15:11:45 15:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:11:45 15:04:01 1 0.05 0.00 0.02 0.00 0.00 99.93 15:11:45 15:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 15:11:45 15:04:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:11:45 15:04:01 4 0.03 0.00 0.03 0.00 0.02 99.92 15:11:45 15:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 15:11:45 15:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 15:11:45 15:04:01 7 0.02 0.00 0.00 0.02 0.00 99.97 15:11:45 15:05:01 all 0.03 0.00 0.01 0.00 0.00 99.95 15:11:45 15:05:01 0 0.03 0.00 0.00 0.02 0.00 99.95 15:11:45 15:05:01 1 0.08 0.00 0.02 0.00 0.00 99.90 15:11:45 15:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:11:45 15:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:11:45 15:05:01 4 0.07 0.00 0.02 0.00 0.00 99.92 15:11:45 15:05:01 5 0.00 0.00 0.00 0.00 0.02 99.98 15:11:45 15:05:01 6 0.03 0.00 0.00 0.00 0.00 99.97 15:11:45 15:05:01 7 0.02 0.00 0.00 0.02 0.00 99.97 15:11:45 15:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 15:11:45 15:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 15:11:45 15:06:01 1 0.02 0.00 0.02 0.00 0.02 99.95 15:11:45 15:06:01 2 0.00 0.00 0.02 0.00 0.00 99.98 15:11:45 15:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:11:45 15:06:01 4 0.10 0.00 0.02 0.00 0.02 99.87 15:11:45 15:06:01 5 0.00 0.00 0.02 0.02 0.00 99.97 15:11:45 15:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:11:45 15:06:01 7 0.00 0.00 0.00 0.02 0.00 99.98 15:11:45 15:07:01 all 0.02 0.00 0.01 0.00 0.00 99.97 15:11:45 15:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:11:45 15:07:01 1 0.05 0.00 0.00 0.00 0.00 99.95 15:11:45 15:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 15:11:45 15:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:11:45 15:07:01 4 0.03 0.00 0.07 0.00 0.00 99.90 15:11:45 15:07:01 5 0.03 0.00 0.00 0.00 0.00 99.97 15:11:45 15:07:01 6 0.02 0.00 0.00 0.02 0.00 99.97 15:11:45 15:07:01 7 0.00 0.00 0.00 0.02 0.00 99.98 15:11:45 15:08:01 all 0.13 0.00 0.01 0.00 0.00 99.86 15:11:45 15:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:11:45 15:08:01 1 0.00 0.00 0.02 0.00 0.00 99.98 15:11:45 15:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:11:45 15:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:11:45 15:08:01 4 0.03 0.00 0.00 0.00 0.02 99.95 15:11:45 15:08:01 5 0.25 0.00 0.00 0.00 0.00 99.75 15:11:45 15:08:01 6 0.68 0.00 0.03 0.00 0.00 99.29 15:11:45 15:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:11:45 15:11:45 15:08:01 CPU %user %nice %system %iowait %steal %idle 15:11:45 15:09:01 all 0.25 0.00 0.01 0.00 0.00 99.73 15:11:45 15:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:11:45 15:09:01 1 0.03 0.00 0.00 0.00 0.00 99.97 15:11:45 15:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:11:45 15:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:11:45 15:09:01 4 0.03 0.00 0.02 0.00 0.02 99.93 15:11:45 15:09:01 5 0.05 0.00 0.03 0.00 0.00 99.92 15:11:45 15:09:01 6 1.79 0.00 0.02 0.00 0.00 98.19 15:11:45 15:09:01 7 0.02 0.00 0.02 0.02 0.00 99.95 15:11:45 15:10:01 all 0.21 0.00 0.01 0.00 0.00 99.77 15:11:45 15:10:01 0 0.00 0.00 0.02 0.02 0.00 99.97 15:11:45 15:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:11:45 15:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 15:11:45 15:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:11:45 15:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 15:11:45 15:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 15:11:45 15:10:01 6 1.60 0.00 0.03 0.00 0.02 98.35 15:11:45 15:10:01 7 0.02 0.00 0.02 0.02 0.02 99.93 15:11:45 15:11:01 all 3.30 0.00 1.36 0.21 0.02 95.12 15:11:45 15:11:01 0 3.76 0.00 1.91 1.26 0.03 93.04 15:11:45 15:11:01 1 2.92 0.00 1.11 0.02 0.02 95.94 15:11:45 15:11:01 2 3.88 0.00 0.97 0.00 0.02 95.13 15:11:45 15:11:01 3 3.35 0.00 1.27 0.00 0.02 95.36 15:11:45 15:11:01 4 4.17 0.00 1.24 0.00 0.02 94.57 15:11:45 15:11:01 5 1.87 0.00 1.95 0.02 0.02 96.14 15:11:45 15:11:01 6 3.11 0.00 1.22 0.05 0.02 95.60 15:11:45 15:11:01 7 3.31 0.00 1.21 0.30 0.02 95.16 15:11:45 Average: all 5.16 0.00 1.19 0.63 0.02 93.00 15:11:45 Average: 0 5.50 0.00 1.20 0.44 0.02 92.84 15:11:45 Average: 1 4.96 0.00 1.09 0.42 0.02 93.52 15:11:45 Average: 2 5.02 0.00 1.11 0.13 0.02 93.73 15:11:45 Average: 3 5.17 0.00 1.22 0.58 0.02 93.01 15:11:45 Average: 4 5.29 0.00 1.17 0.42 0.03 93.08 15:11:45 Average: 5 4.78 0.00 1.38 2.62 0.02 91.20 15:11:45 Average: 6 5.34 0.00 1.18 0.21 0.02 93.25 15:11:45 Average: 7 5.20 0.00 1.15 0.22 0.03 93.40 15:11:45 15:11:45 15:11:45