Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f 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-ssh8914835719572741131.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh10415882600490672126.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh14826465154734955027.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh8372675237565829209.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-ssh9910351609203869798.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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-3431 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 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f (main) Commit message: "fix: enable core-command via message bus (#505)" > 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 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f # timeout=10 > git rev-list --no-walk 33a8a0fb1d1881fd1b73fa23662390bbef39c173 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:53:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:53:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:53:44 ========================================================= 18:53:44 EdgeX Global Pipelines Version Info 18:53:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:53:45 ------------------- 18:53:45 stable info: 18:53:45 ------------------- 18:53:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:53:45 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:53:45 Message: update stable to v1.0.244 18:53:45 ------------------- 18:53:45 experimental info: 18:53:45 ------------------- 18:53:45 Commited By: **** collab-it+edgex@linuxfoundation.org 18:53:45 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:53:45 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:53:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aa420e0 [Pipeline] echo 18:53:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:53:46 provisioning config files... 18:53:46 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10829910598296146119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:53:46 ---> docker-login.sh 18:53:46 nexus3.edgexfoundry.org:10001 18:53:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:46 Configure a credential helper to remove this warning. See 18:53:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:46 18:53:46 Login Succeeded 18:53:46 nexus3.edgexfoundry.org:10002 18:53:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:47 Configure a credential helper to remove this warning. See 18:53:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:47 18:53:47 Login Succeeded 18:53:47 nexus3.edgexfoundry.org:10003 18:53:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:47 Configure a credential helper to remove this warning. See 18:53:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:47 18:53:47 Login Succeeded 18:53:47 nexus3.edgexfoundry.org:10004 18:53:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:47 Configure a credential helper to remove this warning. See 18:53:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:47 18:53:47 Login Succeeded 18:53:47 docker.io 18:53:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:47 Configure a credential helper to remove this warning. See 18:53:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:47 18:53:47 Login Succeeded 18:53:47 ---> docker-login.sh ends [Pipeline] } 18:53:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:53:48 + git rev-list -1 --merges aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f~1..aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] echo 18:53:48 -----------> git rev-list -1 --merges aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f~1..aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [false] [Pipeline] sh 18:53:48 + git log --format=format:%s -1 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] echo 18:53:48 ========================================================= 18:53:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:53:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:53:48 + git log --format=format:%s -1 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] echo 18:53:48 [semverPrep] GIT_COMMIT: aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f, Commit Message: fix: enable core-command via message bus (#505) [Pipeline] echo 18:53:48 [semverPrep] This is not a build commit. [Pipeline] sh 18:53:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:53:49 + grep -v github /etc/ssh/ssh_known_hosts 18:53:49 + [ -e /tmp/ssh_known_hosts ] 18:53:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:53:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:53:49 + sudo tee -a /etc/ssh/ssh_known_hosts 18:53:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:53:49 18:53:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:53:49 0.1.4: Pulling from edgex-devops/py-git-semver 18:53:49 b85a868b505f: Pulling fs layer 18:53:49 e2be974225ed: Pulling fs layer 18:53:49 339a4e72a1f5: Pulling fs layer 18:53:49 988bab9f4d93: Pulling fs layer 18:53:49 1469e6f7b9e6: Pulling fs layer 18:53:49 eaf3925da568: Pulling fs layer 18:53:49 bab4dde63d76: Pulling fs layer 18:53:49 bde34c3a00c8: Pulling fs layer 18:53:49 b352a97aabf1: Pulling fs layer 18:53:49 4872d77fe225: Pulling fs layer 18:53:49 5851b861e8e6: Pulling fs layer 18:53:49 bde34c3a00c8: Waiting 18:53:49 4872d77fe225: Waiting 18:53:49 b352a97aabf1: Waiting 18:53:49 bab4dde63d76: Waiting 18:53:49 1469e6f7b9e6: Waiting 18:53:49 5851b861e8e6: Waiting 18:53:49 eaf3925da568: Waiting 18:53:49 e2be974225ed: Download complete 18:53:49 988bab9f4d93: Verifying Checksum 18:53:49 988bab9f4d93: Download complete 18:53:50 1469e6f7b9e6: Verifying Checksum 18:53:50 1469e6f7b9e6: Download complete 18:53:50 eaf3925da568: Verifying Checksum 18:53:50 eaf3925da568: Download complete 18:53:50 339a4e72a1f5: Verifying Checksum 18:53:50 339a4e72a1f5: Download complete 18:53:50 bde34c3a00c8: Download complete 18:53:50 b352a97aabf1: Verifying Checksum 18:53:50 b352a97aabf1: Download complete 18:53:50 b85a868b505f: Verifying Checksum 18:53:50 b85a868b505f: Download complete 18:53:50 4872d77fe225: Verifying Checksum 18:53:50 4872d77fe225: Download complete 18:53:50 5851b861e8e6: Verifying Checksum 18:53:50 5851b861e8e6: Download complete 18:53:50 bab4dde63d76: Verifying Checksum 18:53:50 bab4dde63d76: Download complete 18:53:51 b85a868b505f: Pull complete 18:53:51 e2be974225ed: Pull complete 18:53:52 339a4e72a1f5: Pull complete 18:53:52 988bab9f4d93: Pull complete 18:53:52 1469e6f7b9e6: Pull complete 18:53:52 eaf3925da568: Pull complete 18:53:54 bab4dde63d76: Pull complete 18:53:54 bde34c3a00c8: Pull complete 18:53:54 b352a97aabf1: Pull complete 18:53:54 4872d77fe225: Pull complete 18:53:54 5851b861e8e6: Pull complete 18:53:54 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:53:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:53:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:53:54 prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container 18:53:54 $ 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 18:53:57 $ docker top 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 -eo pid,comm 18:53:57 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). 18:53:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:53:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:53:57 [ssh-agent] Looking for ssh-agent implementation... 18:53:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:53:57 $ docker exec 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 ssh-agent 18:53:57 SSH_AUTH_SOCK=/tmp/ssh-yDhJKndRpyod/agent.32 18:53:57 SSH_AGENT_PID=39 18:53:57 Running ssh-add (command line suppressed) 18:53:57 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13333696176344603885.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13333696176344603885.key) 18:53:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:53:57 + git tag --points-at HEAD [Pipeline] } 18:53:57 $ docker exec --env ******** --env ******** 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 ssh-agent -k 18:53:57 unset SSH_AUTH_SOCK; 18:53:57 unset SSH_AGENT_PID; 18:53:57 echo Agent pid 39 killed; 18:53:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:53:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:53:58 [ssh-agent] Looking for ssh-agent implementation... 18:53:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:53:58 $ docker exec 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 ssh-agent 18:53:58 SSH_AUTH_SOCK=/tmp/ssh-nrZCYvDDyDFK/agent.72 18:53:58 SSH_AGENT_PID=78 18:53:58 Running ssh-add (command line suppressed) 18:53:58 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1397814835520233706.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1397814835520233706.key) 18:53:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:53:58 + git semver init 18:53:58 2023-01-23 18:53:58,825 [run_init] DEBUG init version:0.0.0 force:False 18:53:58 2023-01-23 18:53:58,825 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 18:53:58 2023-01-23 18:53:58,826 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 18:53:58 2023-01-23 18:53:58,826 [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) 18:53:59 2023-01-23 18:53:59,650 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 18:53:59 2023-01-23 18:53:59,651 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 18:53:59 2023-01-23 18:53:59,651 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 18:53:59 2023-01-23 18:53:59,651 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 18:53:59 3.0.0-dev.11 [Pipeline] } 18:53:59 $ docker exec --env ******** --env ******** 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 ssh-agent -k 18:53:59 unset SSH_AUTH_SOCK; 18:53:59 unset SSH_AGENT_PID; 18:53:59 echo Agent pid 78 killed; 18:53:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:54:00 + git semver [Pipeline] } 18:54:00 $ docker stop --time=1 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 18:54:01 $ docker rm -f --volumes 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 [Pipeline] // withDockerContainer [Pipeline] sh 18:54:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:54:02 Stashed 1 file(s) [Pipeline] echo 18:54:02 [edgeXSemver]: initialized semver on version 3.0.0-dev.11 [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 18:54:02 provisioning config files... 18:54:02 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16487203543921061031tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:54:02 ---> docker-login.sh 18:54:02 nexus3.edgexfoundry.org:10001 18:54:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:02 Configure a credential helper to remove this warning. See 18:54:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:02 18:54:02 Login Succeeded 18:54:02 nexus3.edgexfoundry.org:10002 18:54:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:02 Configure a credential helper to remove this warning. See 18:54:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:02 18:54:02 Login Succeeded 18:54:02 nexus3.edgexfoundry.org:10003 18:54:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:03 Configure a credential helper to remove this warning. See 18:54:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:03 18:54:03 Login Succeeded 18:54:03 nexus3.edgexfoundry.org:10004 18:54:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:03 Configure a credential helper to remove this warning. See 18:54:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:03 18:54:03 Login Succeeded 18:54:03 docker.io 18:54:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:03 Configure a credential helper to remove this warning. See 18:54:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:03 18:54:03 Login Succeeded 18:54:03 ---> docker-login.sh ends [Pipeline] } 18:54:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:54:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:54:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:54:03 ========================================================= 18:54:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:54:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:03 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 18:54:03 Sending build context to Docker daemon 3.226MB 18:54:03 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:54:03 Step 2/12 : FROM ${BASE} AS builder 18:54:03 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:54:03 213ec9aee27d: Pulling fs layer 18:54:03 4583459ba037: Pulling fs layer 18:54:03 93c1e223e6f2: Pulling fs layer 18:54:03 53926ce57604: Pulling fs layer 18:54:03 21b2b0c7a3f4: Pulling fs layer 18:54:03 22ff95d597cd: Pulling fs layer 18:54:03 12d6caf4c0d1: Pulling fs layer 18:54:03 96b7cbca73a9: Pulling fs layer 18:54:03 a7acece74701: Pulling fs layer 18:54:03 53926ce57604: Waiting 18:54:03 12d6caf4c0d1: Waiting 18:54:03 21b2b0c7a3f4: Waiting 18:54:03 22ff95d597cd: Waiting 18:54:03 a7acece74701: Waiting 18:54:03 96b7cbca73a9: Waiting 18:54:03 93c1e223e6f2: Download complete 18:54:03 4583459ba037: Download complete 18:54:03 21b2b0c7a3f4: Verifying Checksum 18:54:03 21b2b0c7a3f4: Download complete 18:54:04 22ff95d597cd: Verifying Checksum 18:54:04 22ff95d597cd: Download complete 18:54:04 213ec9aee27d: Verifying Checksum 18:54:04 213ec9aee27d: Download complete 18:54:04 12d6caf4c0d1: Download complete 18:54:04 213ec9aee27d: Pull complete 18:54:04 4583459ba037: Pull complete 18:54:04 93c1e223e6f2: Pull complete 18:54:05 a7acece74701: Verifying Checksum 18:54:05 a7acece74701: Download complete 18:54:05 53926ce57604: Verifying Checksum 18:54:05 53926ce57604: Download complete 18:54:05 96b7cbca73a9: Verifying Checksum 18:54:05 96b7cbca73a9: Download complete 18:54:09 53926ce57604: Pull complete 18:54:09 21b2b0c7a3f4: Pull complete 18:54:09 22ff95d597cd: Pull complete 18:54:09 12d6caf4c0d1: Pull complete 18:54:11 96b7cbca73a9: Pull complete 18:54:12 a7acece74701: Pull complete 18:54:12 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:54:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:54:12 ---> db6d94c90886 18:54:12 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 18:54:15 ---> Running in 368c2d7587ac 18:54:15 Removing intermediate container 368c2d7587ac 18:54:15 ---> e9fddb99e58a 18:54:15 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:54:15 ---> Running in f63492327489 18:54:15 Removing intermediate container f63492327489 18:54:15 ---> 1ebb50aebd70 18:54:15 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:54:15 ---> Running in 491dc70a2a7a 18:54:15 Removing intermediate container 491dc70a2a7a 18:54:15 ---> 11376df5e33b 18:54:15 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:54:15 ---> Running in 7ddc4b99cb7f 18:54:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:54:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:54:16 OK: 211 MiB in 51 packages 18:54:16 Removing intermediate container 7ddc4b99cb7f 18:54:16 ---> 75d9c78d668d 18:54:16 Step 7/12 : WORKDIR /app 18:54:16 ---> Running in 76c652a71b9b 18:54:16 Removing intermediate container 76c652a71b9b 18:54:16 ---> 9f09c3c09b38 18:54:16 Step 8/12 : COPY go.mod vendor* ./ 18:54:16 ---> 5ecac15ee429 18:54:16 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:54:16 ---> Running in c6bb99ec67ed 18:54:17 Still waiting to schedule task 18:54:17 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:54:43 Removing intermediate container c6bb99ec67ed 18:54:43 ---> d82337bc4294 18:54:43 Step 10/12 : COPY . . 18:54:43 ---> 853cc5b3ad7c 18:54:43 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:54:43 ---> Running in a6d853a463ed 18:54:43 Removing intermediate container a6d853a463ed 18:54:43 ---> 5b9b30e14f7b 18:54:43 Step 12/12 : RUN $MAKE 18:54:43 ---> Running in 27aee0a7ae75 18:54:43 noop 18:54:43 Removing intermediate container 27aee0a7ae75 18:54:43 ---> c5b1240d62d0 18:54:43 Successfully built c5b1240d62d0 18:54:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:44 + docker inspect -f . ci-base-image-x86_64 18:54:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:54:44 prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container 18:54:44 $ 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 18:54:44 $ docker top 3f0d24718ff4ef02305462a0cd868b6b49c5616324df8d331b48b4107385e158 -eo pid,comm [Pipeline] { [Pipeline] sh 18:54:44 + go version 18:54:44 go version go1.18.7 linux/amd64 [Pipeline] } 18:54:44 $ docker stop --time=1 3f0d24718ff4ef02305462a0cd868b6b49c5616324df8d331b48b4107385e158 18:54:46 $ docker rm -f --volumes 3f0d24718ff4ef02305462a0cd868b6b49c5616324df8d331b48b4107385e158 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:46 + docker inspect -f . ci-base-image-x86_64 18:54:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:54:46 prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container 18:54:46 $ 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 18:54:47 $ docker top 7429563d7133a8be64ace43d0c557b1b3430c17fae416f15ef3207e001ac6bf3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:54:47 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 18:54:47 + make test 18:54:47 go test -race -coverprofile=coverage.out ./... 18:55:09 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:55:09 go vet ./... 18:55:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:55:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:55:17 ./bin/test-attribution-txt.sh [Pipeline] echo 18:55:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:55:17 $ docker stop --time=1 7429563d7133a8be64ace43d0c557b1b3430c17fae416f15ef3207e001ac6bf3 18:55:20 $ docker rm -f --volumes 7429563d7133a8be64ace43d0c557b1b3430c17fae416f15ef3207e001ac6bf3 [Pipeline] // withDockerContainer [Pipeline] sh 18:55:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:55:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:55:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:55:21 + ls -al . 18:55:21 total 184 18:55:21 drwxrwxr-x 8 jenkins jenkins 4096 Jan 23 18:54 . 18:55:21 drwxrwxr-x 4 jenkins jenkins 4096 Jan 23 18:53 .. 18:55:21 -rw-rw-r-- 1 jenkins jenkins 119 Jan 23 18:53 .dockerignore 18:55:21 drwxrwxr-x 8 jenkins jenkins 4096 Jan 23 18:54 .git 18:55:21 drwxrwxr-x 3 jenkins jenkins 4096 Jan 23 18:53 .github 18:55:21 -rw-rw-r-- 1 jenkins jenkins 171 Jan 23 18:53 .gitignore 18:55:21 drwxr-xr-x 3 jenkins jenkins 4096 Jan 23 18:53 .semver 18:55:21 -rw-rw-r-- 1 jenkins jenkins 9103 Jan 23 18:53 Attribution.txt 18:55:21 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 23 18:53 CHANGELOG.md 18:55:21 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 23 18:53 Dockerfile 18:55:21 -rw-rw-r-- 1 jenkins jenkins 677 Jan 23 18:53 GOVERNANCE.md 18:55:21 -rw-rw-r-- 1 jenkins jenkins 688 Jan 23 18:53 Jenkinsfile 18:55:21 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 23 18:53 LICENSE 18:55:21 -rw-rw-r-- 1 jenkins jenkins 618 Jan 23 18:53 OWNERS.md 18:55:21 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 23 18:53 README.md 18:55:21 -rw-rw-r-- 1 jenkins jenkins 12 Jan 23 18:54 VERSION 18:55:21 drwxrwxr-x 2 jenkins jenkins 4096 Jan 23 18:53 bin 18:55:21 -rw-r--r-- 1 jenkins jenkins 13 Jan 23 18:54 coverage.out 18:55:21 -rw-rw-r-- 1 jenkins jenkins 3397 Jan 23 18:53 go.mod 18:55:21 -rw-rw-r-- 1 jenkins jenkins 44232 Jan 23 18:53 go.sum 18:55:21 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 23 18:53 main.go 18:55:21 -rw-rw-r-- 1 jenkins jenkins 2078 Jan 23 18:53 makefile 18:55:21 drwxrwxr-x 10 jenkins jenkins 4096 Jan 23 18:53 res 18:55:21 drwxrwxr-x 4 jenkins jenkins 4096 Jan 23 18:53 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:22 + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f --label arch=amd64 --label version=3.0.0-dev.11 . 18:55:22 Sending build context to Docker daemon 3.227MB 18:55:22 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 18:55:22 Step 2/26 : FROM ${BASE} AS builder 18:55:22 ---> c5b1240d62d0 18:55:22 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 18:55:22 ---> Running in 0f9880ec081e 18:55:22 Removing intermediate container 0f9880ec081e 18:55:22 ---> bda9b0045eb8 18:55:22 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 18:55:22 ---> Running in 6b53f059f31c 18:55:22 Removing intermediate container 6b53f059f31c 18:55:22 ---> 349ce356e9de 18:55:22 Step 5/26 : ARG ADD_BUILD_TAGS="" 18:55:22 ---> Running in d3c3dca2c050 18:55:22 Removing intermediate container d3c3dca2c050 18:55:22 ---> edee35bda555 18:55:22 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:55:22 ---> Running in 88dcc5f994dc 18:55:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:55:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:55:23 OK: 211 MiB in 51 packages 18:55:23 Removing intermediate container 88dcc5f994dc 18:55:23 ---> 43f31cbb1c69 18:55:23 Step 7/26 : WORKDIR /app 18:55:23 ---> Running in ae3a23d6d927 18:55:23 Removing intermediate container ae3a23d6d927 18:55:23 ---> 5b18b6fb7ec1 18:55:23 Step 8/26 : COPY go.mod vendor* ./ 18:55:23 ---> 5954fab4526d 18:55:23 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:55:23 ---> Running in 00b74893ece5 18:55:24 Removing intermediate container 00b74893ece5 18:55:24 ---> 960129f5f726 18:55:24 Step 10/26 : COPY . . 18:55:24 ---> a06f4c550d7a 18:55:24 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:55:24 ---> Running in 81e971ccae62 18:55:25 Removing intermediate container 81e971ccae62 18:55:25 ---> 35bd02c7de64 18:55:25 Step 12/26 : RUN $MAKE 18:55:25 ---> Running in 6240110539b7 18:55:25 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.11" -trimpath -mod=readonly -o app-service-configurable 18:55:47 Removing intermediate container 6240110539b7 18:55:47 ---> 8b164b2403ce 18:55:47 Step 13/26 : FROM alpine:3.16 18:55:47 3.16: Pulling from library/alpine 18:55:47 ca7dd9ec2225: Pulling fs layer 18:55:47 ca7dd9ec2225: Verifying Checksum 18:55:47 ca7dd9ec2225: Download complete 18:55:47 ca7dd9ec2225: Pull complete 18:55:47 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 18:55:47 Status: Downloaded newer image for alpine:3.16 18:55:47 ---> bfe296a52501 18:55:47 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:55:47 ---> Running in b205437c515e 18:55:47 Removing intermediate container b205437c515e 18:55:47 ---> 159fc5380b0b 18:55:47 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 18:55:47 ---> Running in 26157fd58a97 18:55:47 Removing intermediate container 26157fd58a97 18:55:47 ---> 6ca060609f1c 18:55:47 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 18:55:47 ---> Running in b3b5748d53f2 18:55:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:55:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:55:47 (1/2) Installing ca-certificates (20220614-r0) 18:55:47 (2/2) Installing dumb-init (1.2.5-r1) 18:55:47 Executing busybox-1.35.0-r17.trigger 18:55:47 Executing ca-certificates-20220614-r0.trigger 18:55:47 OK: 6 MiB in 16 packages 18:55:47 Removing intermediate container b3b5748d53f2 18:55:47 ---> 2cf8aee4862d 18:55:47 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:55:47 ---> c8502b9cf21d 18:55:47 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 18:55:47 ---> d6face06774e 18:55:47 Step 19/26 : COPY --from=builder /app/res/ /res/ 18:55:48 ---> f00a0fe46196 18:55:48 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:55:48 ---> a19bcc60afe4 18:55:48 Step 21/26 : EXPOSE 48095 18:55:48 ---> Running in 08d3bcd71378 18:55:48 Removing intermediate container 08d3bcd71378 18:55:48 ---> 82af84c80bde 18:55:48 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 18:55:48 ---> Running in 48d41f696053 18:55:48 Removing intermediate container 48d41f696053 18:55:48 ---> 03e75f4e6b7d 18:55:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:55:48 ---> Running in 73329ed922f4 18:55:48 Removing intermediate container 73329ed922f4 18:55:48 ---> 65e0abb17b6f 18:55:48 Step 24/26 : LABEL arch=amd64 18:55:48 ---> Running in 8204630e4788 18:55:48 Removing intermediate container 8204630e4788 18:55:48 ---> 9823c42cf9f1 18:55:48 Step 25/26 : LABEL git_sha=aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f 18:55:48 ---> Running in 9c8a9e634169 18:55:48 Removing intermediate container 9c8a9e634169 18:55:48 ---> aab457db3960 18:55:48 Step 26/26 : LABEL version=3.0.0-dev.11 18:55:49 ---> Running in f5a66153ab9e 18:55:49 Removing intermediate container f5a66153ab9e 18:55:49 ---> ae868138639b 18:55:49 [Warning] One or more build-args [ARCH] were not consumed 18:55:49 Successfully built ae868138639b 18:55:49 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 18:55:49 provisioning config files... 18:55:49 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10439392543081973149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:55:49 ---> docker-login.sh 18:55:49 nexus3.edgexfoundry.org:10001 18:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:49 Configure a credential helper to remove this warning. See 18:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:49 18:55:49 Login Succeeded 18:55:49 nexus3.edgexfoundry.org:10002 18:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:49 Configure a credential helper to remove this warning. See 18:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:49 18:55:49 Login Succeeded 18:55:49 nexus3.edgexfoundry.org:10003 18:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:49 Configure a credential helper to remove this warning. See 18:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:49 18:55:49 Login Succeeded 18:55:49 nexus3.edgexfoundry.org:10004 18:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:49 Configure a credential helper to remove this warning. See 18:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:49 18:55:49 Login Succeeded 18:55:49 docker.io 18:55:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:50 Configure a credential helper to remove this warning. See 18:55:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:50 18:55:50 Login Succeeded 18:55:50 ---> docker-login.sh ends [Pipeline] } 18:55:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:55:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:55:50 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 18:55:50 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f 18:55:50 latest 18:55:50 3.0.0-dev.11 18:55:50 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 18:55:50 main 18:55:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:50 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:50 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f 18:55:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:55:50 5fc194653229: Preparing 18:55:50 0eb3e123010b: Preparing 18:55:50 bfe179cc6bf6: Preparing 18:55:50 41ff872d718e: Preparing 18:55:50 d89ced77602c: Preparing 18:55:50 e5e13b0c77cb: Preparing 18:55:50 e5e13b0c77cb: Waiting 18:55:50 bfe179cc6bf6: Pushed 18:55:50 41ff872d718e: Pushed 18:55:50 0eb3e123010b: Pushed 18:55:50 e5e13b0c77cb: Layer already exists 18:55:50 d89ced77602c: Pushed 18:55:53 5fc194653229: Pushed 18:55:53 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f: digest: sha256:4628f2c5e9a8215c497f848fd27a5046de0d5e55fe040f2a652ab74b05b34019 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:53 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:54 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 18:55:54 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:55:54 5fc194653229: Preparing 18:55:54 0eb3e123010b: Preparing 18:55:54 bfe179cc6bf6: Preparing 18:55:54 41ff872d718e: Preparing 18:55:54 d89ced77602c: Preparing 18:55:54 e5e13b0c77cb: Preparing 18:55:54 e5e13b0c77cb: Waiting 18:55:54 0eb3e123010b: Layer already exists 18:55:54 d89ced77602c: Layer already exists 18:55:54 41ff872d718e: Layer already exists 18:55:54 bfe179cc6bf6: Layer already exists 18:55:54 5fc194653229: Layer already exists 18:55:54 e5e13b0c77cb: Layer already exists 18:55:54 latest: digest: sha256:4628f2c5e9a8215c497f848fd27a5046de0d5e55fe040f2a652ab74b05b34019 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:54 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:54 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.11 18:55:54 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:55:54 5fc194653229: Preparing 18:55:54 0eb3e123010b: Preparing 18:55:54 bfe179cc6bf6: Preparing 18:55:54 41ff872d718e: Preparing 18:55:54 d89ced77602c: Preparing 18:55:54 e5e13b0c77cb: Preparing 18:55:54 e5e13b0c77cb: Waiting 18:55:54 41ff872d718e: Layer already exists 18:55:54 d89ced77602c: Layer already exists 18:55:54 0eb3e123010b: Layer already exists 18:55:54 bfe179cc6bf6: Layer already exists 18:55:54 5fc194653229: Layer already exists 18:55:54 e5e13b0c77cb: Layer already exists 18:55:54 3.0.0-dev.11: digest: sha256:4628f2c5e9a8215c497f848fd27a5046de0d5e55fe040f2a652ab74b05b34019 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:55 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:55 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 18:55:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:55:55 5fc194653229: Preparing 18:55:55 0eb3e123010b: Preparing 18:55:55 bfe179cc6bf6: Preparing 18:55:55 41ff872d718e: Preparing 18:55:55 d89ced77602c: Preparing 18:55:55 e5e13b0c77cb: Preparing 18:55:55 e5e13b0c77cb: Waiting 18:55:55 bfe179cc6bf6: Layer already exists 18:55:55 d89ced77602c: Layer already exists 18:55:55 5fc194653229: Layer already exists 18:55:55 41ff872d718e: Layer already exists 18:55:55 0eb3e123010b: Layer already exists 18:55:55 e5e13b0c77cb: Layer already exists 18:55:55 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11: digest: sha256:4628f2c5e9a8215c497f848fd27a5046de0d5e55fe040f2a652ab74b05b34019 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:55 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3432 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 18:55:56 Running in /w/workspace/app-service-configurable/128 [Pipeline] { [Pipeline] checkout 18:55:56 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 18:55:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:55:56 5fc194653229: Preparing 18:55:56 0eb3e123010b: Preparing 18:55:56 bfe179cc6bf6: Preparing 18:55:56 41ff872d718e: Preparing 18:55:56 d89ced77602c: Preparing 18:55:56 e5e13b0c77cb: Preparing 18:55:56 e5e13b0c77cb: Waiting 18:55:56 d89ced77602c: Layer already exists 18:55:56 0eb3e123010b: Layer already exists 18:55:56 5fc194653229: Layer already exists 18:55:56 41ff872d718e: Layer already exists 18:55:56 bfe179cc6bf6: Layer already exists 18:55:56 e5e13b0c77cb: Layer already exists 18:55:56 main: digest: sha256:4628f2c5e9a8215c497f848fd27a5046de0d5e55fe040f2a652ab74b05b34019 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:55:56 Selected Git installation does not exist. Using Default 18:55:56 The recommended git tool is: NONE [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:55:56 ===================================================== [Pipeline] echo 18:55:56 taggedImages: 18:55:56 - nexus3.edgexfoundry.org:10004/app-service-configurable:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f 18:55:56 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 18:55:56 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.11 18:55:56 - nexus3.edgexfoundry.org:10004/app-service-configurable:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 18:55:56 - 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 18:55:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:55:56 18:55:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:55:56 latest: Pulling from edgex-lftools-log-publisher 18:55:56 5eb5b503b376: Pulling fs layer 18:55:56 5c69ac0246d0: Pulling fs layer 18:55:56 ec43610c2a17: Pulling fs layer 18:55:56 3a2ae6a8a46f: Pulling fs layer 18:55:56 33b1e0a273af: Pulling fs layer 18:55:56 5d3b04190fa2: Pulling fs layer 18:55:56 2f39f015ded8: Pulling fs layer 18:55:56 3a2ae6a8a46f: Waiting 18:55:56 33b1e0a273af: Waiting 18:55:56 5d3b04190fa2: Waiting 18:55:56 5c69ac0246d0: Verifying Checksum 18:55:56 5c69ac0246d0: Download complete 18:55:56 3a2ae6a8a46f: Download complete 18:55:57 33b1e0a273af: Download complete 18:55:57 5d3b04190fa2: Verifying Checksum 18:55:57 5d3b04190fa2: Download complete 18:55:57 ec43610c2a17: Verifying Checksum 18:55:57 ec43610c2a17: Download complete 18:55:57 5eb5b503b376: Download complete 18:55:57 2f39f015ded8: Download complete 18:55:58 5eb5b503b376: Pull complete 18:55:58 5c69ac0246d0: Pull complete 18:55:59 ec43610c2a17: Pull complete 18:55:59 3a2ae6a8a46f: Pull complete 18:55:59 33b1e0a273af: Pull complete 18:55:59 5d3b04190fa2: Pull complete 18:56:01 using credential edgex-jenkins-ssh 18:56:01 Cloning the remote Git repository 18:56:01 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:56:01 > git init /w/workspace/app-service-configurable/128 # timeout=10 18:56:01 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:56:01 > git --version # timeout=10 18:56:01 > git --version # 'git version 2.25.1' 18:56:01 using GIT_SSH to set credentials SSH Credentials for GitHub 18:56:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:56:03 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:56:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:56:03 2f39f015ded8: Pull complete 18:56:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:56:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:56:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:56:03 prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container 18:56:03 $ 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 18:56:04 Avoid second fetch 18:56:04 Checking out Revision aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f (main) 18:56:04 Commit message: "fix: enable core-command via message bus (#505)" 18:56:04 18:56:04 GitHub has been notified of this commit’s build result 18:56:04 18:56:04 > git config core.sparsecheckout # timeout=10 18:56:04 > git checkout -f aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f # timeout=10 18:56:06 $ docker top 55945b9bbc91d471a91c7460dfb495db726fb3d112f402a160d7f72ab30a562c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:56:06 ---> job-cost.sh 18:56:06 lf-activate-venv: SKIPPING 18:56:06 INFO: No Stack... 18:56:07 INFO: Retrieving Pricing Info for: v3-standard-8 18:56:07 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:56:07 % Total % Received % Xferd Average Speed Time Time Time Current 18:56:07 Dload Upload Total Spent Left Speed 18:56:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 68553 0 --:--:-- --:--:-- --:--:-- 68187 100 12751 100 12751 0 0 67824 0 --:--:-- --:--:-- --:--:-- 67824 18:56:07 INFO: Archiving Costs [Pipeline] sh [Pipeline] sh 18:56:07 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 18:56:07 + cut -d, -f6 [Pipeline] lock 18:56:07 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] 18:56:07 Resource [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] did not exist. Created. 18:56:07 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:56:07 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:56:07 + echo total: 0.2199999988079071 [Pipeline] stash 18:56:07 Stashed 1 file(s) [Pipeline] } 18:56:07 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] [Pipeline] // lock [Pipeline] } 18:56:07 $ docker stop --time=1 55945b9bbc91d471a91c7460dfb495db726fb3d112f402a160d7f72ab30a562c 18:56:08 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 18:56:08 /etc/docker/daemon.json 18:56:08 { 18:56:08 "registry-mirrors": [ 18:56:08 "https://nexus3.edgexfoundry.org:10001" 18:56:08 ], 18:56:08 "bip": "10.250.0.254/24", 18:56:08 "hosts": [ 18:56:08 "tcp://0.0.0.0:5555", 18:56:08 "unix:///var/run/docker.sock" 18:56:08 ], 18:56:08 "mtu": 1458, 18:56:08 "selinux-enabled": true, 18:56:08 "seccomp-profile": "/etc/docker/seccomp.json" 18:56:08 } 18:56:09 $ docker rm -f --volumes 55945b9bbc91d471a91c7460dfb495db726fb3d112f402a160d7f72ab30a562c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:56:09 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:56:09 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:56:28 provisioning config files... 18:56:28 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/128@tmp/config4703009045753502231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:56:28 ---> docker-login.sh 18:56:28 nexus3.edgexfoundry.org:10001 18:56:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:29 Configure a credential helper to remove this warning. See 18:56:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:29 18:56:29 Login Succeeded 18:56:29 nexus3.edgexfoundry.org:10002 18:56:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:29 Configure a credential helper to remove this warning. See 18:56:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:29 18:56:29 Login Succeeded 18:56:29 nexus3.edgexfoundry.org:10003 18:56:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:29 Configure a credential helper to remove this warning. See 18:56:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:29 18:56:29 Login Succeeded 18:56:29 nexus3.edgexfoundry.org:10004 18:56:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:30 Configure a credential helper to remove this warning. See 18:56:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:30 18:56:30 Login Succeeded 18:56:30 docker.io 18:56:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:30 Configure a credential helper to remove this warning. See 18:56:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:30 18:56:30 Login Succeeded 18:56:30 ---> docker-login.sh ends [Pipeline] } 18:56:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:56:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:56:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:56:30 ========================================================= 18:56:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:56:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:56:31 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 18:56:31 Sending build context to Docker daemon 216.1kB 18:56:31 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:56:31 Step 2/12 : FROM ${BASE} AS builder 18:56:31 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:56:31 9b18e9b68314: Pulling fs layer 18:56:31 35d82f9e3411: Pulling fs layer 18:56:31 e16973657156: Pulling fs layer 18:56:31 fc693d55d65f: Pulling fs layer 18:56:31 7e9fc2657dce: Pulling fs layer 18:56:31 fc693d55d65f: Waiting 18:56:31 7e9fc2657dce: Waiting 18:56:31 dda99020689f: Pulling fs layer 18:56:31 db1c61fa0a46: Pulling fs layer 18:56:31 891c053d2c06: Pulling fs layer 18:56:31 db1c61fa0a46: Waiting 18:56:31 891c053d2c06: Waiting 18:56:31 e16973657156: Download complete 18:56:31 35d82f9e3411: Verifying Checksum 18:56:31 35d82f9e3411: Download complete 18:56:31 7e9fc2657dce: Verifying Checksum 18:56:31 7e9fc2657dce: Download complete 18:56:31 dda99020689f: Download complete 18:56:31 9b18e9b68314: Verifying Checksum 18:56:31 9b18e9b68314: Download complete 18:56:32 9b18e9b68314: Pull complete 18:56:32 891c053d2c06: Verifying Checksum 18:56:32 891c053d2c06: Download complete 18:56:33 35d82f9e3411: Pull complete 18:56:33 e16973657156: Pull complete 18:56:33 db1c61fa0a46: Verifying Checksum 18:56:33 db1c61fa0a46: Download complete 18:56:34 fc693d55d65f: Verifying Checksum 18:56:34 fc693d55d65f: Download complete 18:56:44 fc693d55d65f: Pull complete 18:56:44 7e9fc2657dce: Pull complete 18:56:44 dda99020689f: Pull complete 18:56:50 db1c61fa0a46: Pull complete 18:56:52 891c053d2c06: Pull complete 18:56:52 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:56:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:56:52 ---> f96f9c87975a 18:56:52 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 18:56:54 ---> Running in 02f997bbe6ca 18:56:54 Removing intermediate container 02f997bbe6ca 18:56:54 ---> ef1b54b7574f 18:56:54 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:56:54 ---> Running in c13b88a70e8e 18:56:54 Removing intermediate container c13b88a70e8e 18:56:54 ---> 48aee972dce9 18:56:54 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:56:54 ---> Running in 16abedf8f269 18:56:54 Removing intermediate container 16abedf8f269 18:56:54 ---> 13b36092fa6d 18:56:54 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:56:54 ---> Running in 7d121cc6614d 18:56:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:56:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:56:57 OK: 221 MiB in 51 packages 18:56:58 Removing intermediate container 7d121cc6614d 18:56:58 ---> 529c588830ed 18:56:58 Step 7/12 : WORKDIR /app 18:56:58 ---> Running in c48cbe081187 18:56:58 Removing intermediate container c48cbe081187 18:56:58 ---> 5009886f0d7a 18:56:58 Step 8/12 : COPY go.mod vendor* ./ 18:57:01 ---> c47caa9ff31f 18:57:01 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:57:01 ---> Running in 982caa35e101 18:57:58 Removing intermediate container 982caa35e101 18:57:58 ---> 684eba5b906c 18:57:58 Step 10/12 : COPY . . 18:57:58 ---> e4395defea9d 18:57:58 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:57:58 ---> Running in 2503df755a2f 18:57:58 Removing intermediate container 2503df755a2f 18:57:58 ---> 9a95c9b8d40c 18:57:58 Step 12/12 : RUN $MAKE 18:57:58 ---> Running in 2bf428a41a9e 18:57:58 noop 18:57:58 Removing intermediate container 2bf428a41a9e 18:57:58 ---> d0d1e4505f98 18:57:58 Successfully built d0d1e4505f98 18:57:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:57:58 + docker inspect -f . ci-base-image-arm64 18:57:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:57:58 prd-ubuntu20.04-docker-arm64-4c-16g-3432 does not seem to be running inside a container 18:57:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/128 -v /w/workspace/app-service-configurable/128:/w/workspace/app-service-configurable/128:rw,z -v /w/workspace/app-service-configurable/128@tmp:/w/workspace/app-service-configurable/128@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 18:57:59 $ docker top bbed811f712c63deb80f8f53849ff885a05117b7c7ee60d91aa710c75a53b760 -eo pid,comm [Pipeline] { [Pipeline] sh 18:58:00 + go version 18:58:00 go version go1.18.7 linux/arm64 [Pipeline] } 18:58:00 $ docker stop --time=1 bbed811f712c63deb80f8f53849ff885a05117b7c7ee60d91aa710c75a53b760 18:58:02 $ docker rm -f --volumes bbed811f712c63deb80f8f53849ff885a05117b7c7ee60d91aa710c75a53b760 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:58:02 + docker inspect -f . ci-base-image-arm64 18:58:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:58:02 prd-ubuntu20.04-docker-arm64-4c-16g-3432 does not seem to be running inside a container 18:58:03 $ 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/128 -v /w/workspace/app-service-configurable/128:/w/workspace/app-service-configurable/128:rw,z -v /w/workspace/app-service-configurable/128@tmp:/w/workspace/app-service-configurable/128@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 18:58:05 $ docker top 2bb5e47b8eb13c27102319b5e43318ec5cf0963ab5a7cf299e59f3d9b68b8cb4 -eo pid,comm [Pipeline] { [Pipeline] sh 18:58:06 + git config --global --add safe.directory /w/workspace/app-service-configurable/128 [Pipeline] fileExists [Pipeline] sh 18:58:06 + make test 18:58:06 go test -race -coverprofile=coverage.out ./... 19:00:13 ? github.com/edgexfoundry/app-service-configurable [no test files] 19:00:13 go vet ./... 19:01:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:01:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:01:49 ./bin/test-attribution-txt.sh [Pipeline] echo 19:01:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 19:01:49 $ docker stop --time=1 2bb5e47b8eb13c27102319b5e43318ec5cf0963ab5a7cf299e59f3d9b68b8cb4 19:01:52 $ docker rm -f --volumes 2bb5e47b8eb13c27102319b5e43318ec5cf0963ab5a7cf299e59f3d9b68b8cb4 [Pipeline] // withDockerContainer [Pipeline] sh 19:01:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:01:53 Warning: overwriting stash ‘coverage-report’ 19:01:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:01:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:01:54 + ls -al . 19:01:54 total 180 19:01:54 drwxrwxr-x 7 jenkins jenkins 4096 Jan 23 18:58 . 19:01:54 drwxrwxr-x 4 jenkins jenkins 4096 Jan 23 18:56 .. 19:01:54 -rw-rw-r-- 1 jenkins jenkins 119 Jan 23 18:56 .dockerignore 19:01:54 drwxrwxr-x 8 jenkins jenkins 4096 Jan 23 18:56 .git 19:01:54 drwxrwxr-x 3 jenkins jenkins 4096 Jan 23 18:56 .github 19:01:54 -rw-rw-r-- 1 jenkins jenkins 171 Jan 23 18:56 .gitignore 19:01:54 -rw-rw-r-- 1 jenkins jenkins 9103 Jan 23 18:56 Attribution.txt 19:01:54 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 23 18:56 CHANGELOG.md 19:01:54 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 23 18:56 Dockerfile 19:01:54 -rw-rw-r-- 1 jenkins jenkins 677 Jan 23 18:56 GOVERNANCE.md 19:01:54 -rw-rw-r-- 1 jenkins jenkins 688 Jan 23 18:56 Jenkinsfile 19:01:54 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 23 18:56 LICENSE 19:01:54 -rw-rw-r-- 1 jenkins jenkins 618 Jan 23 18:56 OWNERS.md 19:01:54 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 23 18:56 README.md 19:01:54 -rw-rw-r-- 1 jenkins jenkins 12 Jan 23 18:54 VERSION 19:01:54 drwxrwxr-x 2 jenkins jenkins 4096 Jan 23 18:56 bin 19:01:54 -rw-r--r-- 1 jenkins jenkins 13 Jan 23 18:58 coverage.out 19:01:54 -rw-rw-r-- 1 jenkins jenkins 3397 Jan 23 18:56 go.mod 19:01:54 -rw-rw-r-- 1 jenkins jenkins 44232 Jan 23 18:56 go.sum 19:01:54 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 23 18:56 main.go 19:01:54 -rw-rw-r-- 1 jenkins jenkins 2078 Jan 23 18:56 makefile 19:01:54 drwxrwxr-x 10 jenkins jenkins 4096 Jan 23 18:56 res 19:01:54 drwxrwxr-x 4 jenkins jenkins 4096 Jan 23 18:56 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:01:55 + 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=aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f --label arch=arm64 --label version=3.0.0-dev.11 . 19:01:55 Sending build context to Docker daemon 217.1kB 19:01:55 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 19:01:55 Step 2/26 : FROM ${BASE} AS builder 19:01:55 ---> d0d1e4505f98 19:01:55 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 19:01:55 ---> Running in 8165f1b486d8 19:01:55 Removing intermediate container 8165f1b486d8 19:01:55 ---> 2e6d09cf20bb 19:01:55 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 19:01:55 ---> Running in f9d4dc414c10 19:01:56 Removing intermediate container f9d4dc414c10 19:01:56 ---> ccf9d0ff3a4d 19:01:56 Step 5/26 : ARG ADD_BUILD_TAGS="" 19:01:56 ---> Running in 26de7f4082af 19:01:56 Removing intermediate container 26de7f4082af 19:01:56 ---> ef997486da50 19:01:56 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:01:56 ---> Running in 5546f5446a6e 19:01:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:01:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:01:58 OK: 221 MiB in 51 packages 19:01:59 Removing intermediate container 5546f5446a6e 19:01:59 ---> ba7cb2b833af 19:01:59 Step 7/26 : WORKDIR /app 19:01:59 ---> Running in 594c06b9189a 19:01:59 Removing intermediate container 594c06b9189a 19:01:59 ---> 7fcfd32573a6 19:01:59 Step 8/26 : COPY go.mod vendor* ./ 19:02:00 ---> 42e52e96e166 19:02:00 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:00 ---> Running in 0b0fade9147b 19:02:02 Removing intermediate container 0b0fade9147b 19:02:02 ---> c278d6e2bf1f 19:02:02 Step 10/26 : COPY . . 19:02:04 ---> a4e9fbcf203a 19:02:04 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 19:02:04 ---> Running in 81abd6f0cb20 19:02:04 Removing intermediate container 81abd6f0cb20 19:02:04 ---> e8cb4b12bdac 19:02:04 Step 12/26 : RUN $MAKE 19:02:05 ---> Running in 54f8cf77030e 19:02:06 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.11" -trimpath -mod=readonly -o app-service-configurable 19:04:12 Removing intermediate container 54f8cf77030e 19:04:12 ---> a1d64873e6f0 19:04:12 Step 13/26 : FROM alpine:3.16 19:04:12 3.16: Pulling from library/alpine 19:04:12 6875df1f5354: Pulling fs layer 19:04:12 6875df1f5354: Verifying Checksum 19:04:12 6875df1f5354: Download complete 19:04:12 6875df1f5354: Pull complete 19:04:12 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 19:04:12 Status: Downloaded newer image for alpine:3.16 19:04:12 ---> 2b4661558fb8 19:04:12 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 19:04:12 ---> Running in 7a03b4458ab0 19:04:12 Removing intermediate container 7a03b4458ab0 19:04:12 ---> 7966888f5cfe 19:04:12 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 19:04:12 ---> Running in c402bc07440c 19:04:12 Removing intermediate container c402bc07440c 19:04:12 ---> 278321574e69 19:04:12 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 19:04:12 ---> Running in 55d105bb47da 19:04:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:04:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:04:12 (1/2) Installing ca-certificates (20220614-r0) 19:04:12 (2/2) Installing dumb-init (1.2.5-r1) 19:04:12 Executing busybox-1.35.0-r17.trigger 19:04:12 Executing ca-certificates-20220614-r0.trigger 19:04:12 OK: 6 MiB in 16 packages 19:04:12 Removing intermediate container 55d105bb47da 19:04:12 ---> debeada30c69 19:04:12 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 19:04:12 ---> a4bd4cc3dc71 19:04:12 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 19:04:12 ---> 3a70b5dfea3d 19:04:12 Step 19/26 : COPY --from=builder /app/res/ /res/ 19:04:12 ---> 1cc393d5330a 19:04:12 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 19:04:12 ---> 7cc2f452532b 19:04:12 Step 21/26 : EXPOSE 48095 19:04:12 ---> Running in c434addf1e6c 19:04:12 Removing intermediate container c434addf1e6c 19:04:12 ---> a5cc0d9b8bb6 19:04:12 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 19:04:12 ---> Running in e233e8b1b6cd 19:04:12 Removing intermediate container e233e8b1b6cd 19:04:12 ---> 45970559296b 19:04:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:04:12 ---> Running in 1b60d472daeb 19:04:12 Removing intermediate container 1b60d472daeb 19:04:12 ---> 30a8fdab9840 19:04:12 Step 24/26 : LABEL arch=arm64 19:04:12 ---> Running in 41ae1b3dea94 19:04:12 Removing intermediate container 41ae1b3dea94 19:04:12 ---> 58803b3aba68 19:04:12 Step 25/26 : LABEL git_sha=aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f 19:04:12 ---> Running in cc2a06bd1151 19:04:12 Removing intermediate container cc2a06bd1151 19:04:12 ---> b9e75b7c2697 19:04:12 Step 26/26 : LABEL version=3.0.0-dev.11 19:04:12 ---> Running in 50be281c509b 19:04:13 Removing intermediate container 50be281c509b 19:04:13 ---> e28b7e6169f1 19:04:13 [Warning] One or more build-args [ARCH] were not consumed 19:04:13 Successfully built e28b7e6169f1 19:04:13 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 19:04:13 provisioning config files... 19:04:13 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/128@tmp/config5971505546233176899tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:04:13 ---> docker-login.sh 19:04:13 nexus3.edgexfoundry.org:10001 19:04:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:13 Configure a credential helper to remove this warning. See 19:04:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:13 19:04:13 Login Succeeded 19:04:13 nexus3.edgexfoundry.org:10002 19:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:14 Configure a credential helper to remove this warning. See 19:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:14 19:04:14 Login Succeeded 19:04:14 nexus3.edgexfoundry.org:10003 19:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:14 Configure a credential helper to remove this warning. See 19:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:14 19:04:14 Login Succeeded 19:04:14 nexus3.edgexfoundry.org:10004 19:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:14 Configure a credential helper to remove this warning. See 19:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:14 19:04:14 Login Succeeded 19:04:14 docker.io 19:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:15 Configure a credential helper to remove this warning. See 19:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:15 19:04:15 Login Succeeded 19:04:15 ---> docker-login.sh ends [Pipeline] } 19:04:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:04:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:04:15 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 19:04:15 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f 19:04:15 latest 19:04:15 3.0.0-dev.11 19:04:15 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 19:04:15 main 19:04:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:15 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:15 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f 19:04:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 19:04:15 cec76c0e2afe: Preparing 19:04:15 592585ed9123: Preparing 19:04:15 07b2c9fee6ed: Preparing 19:04:15 13e302d36e40: Preparing 19:04:15 6fe51443588e: Preparing 19:04:15 17bec77d7fdc: Preparing 19:04:15 17bec77d7fdc: Waiting 19:04:16 592585ed9123: Pushed 19:04:16 17bec77d7fdc: Layer already exists 19:04:16 13e302d36e40: Pushed 19:04:16 07b2c9fee6ed: Pushed 19:04:16 6fe51443588e: Pushed 19:04:20 cec76c0e2afe: Pushed 19:04:20 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f: digest: sha256:93f027e71aa09e18de3ff2d805a524823f1ab101eb3b828aab5527a2a3401098 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:21 + 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 19:04:21 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 19:04:21 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 19:04:21 cec76c0e2afe: Preparing 19:04:21 592585ed9123: Preparing 19:04:21 07b2c9fee6ed: Preparing 19:04:21 13e302d36e40: Preparing 19:04:21 6fe51443588e: Preparing 19:04:21 17bec77d7fdc: Preparing 19:04:21 17bec77d7fdc: Waiting 19:04:21 07b2c9fee6ed: Layer already exists 19:04:21 592585ed9123: Layer already exists 19:04:21 cec76c0e2afe: Layer already exists 19:04:21 6fe51443588e: Layer already exists 19:04:21 13e302d36e40: Layer already exists 19:04:21 17bec77d7fdc: Layer already exists 19:04:21 latest: digest: sha256:93f027e71aa09e18de3ff2d805a524823f1ab101eb3b828aab5527a2a3401098 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:21 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:22 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.11 19:04:22 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 19:04:22 cec76c0e2afe: Preparing 19:04:22 592585ed9123: Preparing 19:04:22 07b2c9fee6ed: Preparing 19:04:22 13e302d36e40: Preparing 19:04:22 6fe51443588e: Preparing 19:04:22 17bec77d7fdc: Preparing 19:04:22 17bec77d7fdc: Waiting 19:04:22 07b2c9fee6ed: Layer already exists 19:04:22 cec76c0e2afe: Layer already exists 19:04:22 6fe51443588e: Layer already exists 19:04:22 13e302d36e40: Layer already exists 19:04:22 592585ed9123: Layer already exists 19:04:22 17bec77d7fdc: Layer already exists 19:04:22 3.0.0-dev.11: digest: sha256:93f027e71aa09e18de3ff2d805a524823f1ab101eb3b828aab5527a2a3401098 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:22 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:23 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 19:04:23 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 19:04:23 cec76c0e2afe: Preparing 19:04:23 592585ed9123: Preparing 19:04:23 07b2c9fee6ed: Preparing 19:04:23 13e302d36e40: Preparing 19:04:23 6fe51443588e: Preparing 19:04:23 17bec77d7fdc: Preparing 19:04:23 17bec77d7fdc: Waiting 19:04:23 07b2c9fee6ed: Layer already exists 19:04:23 cec76c0e2afe: Layer already exists 19:04:23 6fe51443588e: Layer already exists 19:04:23 592585ed9123: Layer already exists 19:04:23 13e302d36e40: Layer already exists 19:04:23 17bec77d7fdc: Layer already exists 19:04:23 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11: digest: sha256:93f027e71aa09e18de3ff2d805a524823f1ab101eb3b828aab5527a2a3401098 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:23 + 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 19:04:23 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 19:04:23 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 19:04:23 cec76c0e2afe: Preparing 19:04:23 592585ed9123: Preparing 19:04:23 07b2c9fee6ed: Preparing 19:04:23 13e302d36e40: Preparing 19:04:23 6fe51443588e: Preparing 19:04:23 17bec77d7fdc: Preparing 19:04:23 17bec77d7fdc: Waiting 19:04:23 6fe51443588e: Layer already exists 19:04:23 13e302d36e40: Layer already exists 19:04:23 cec76c0e2afe: Layer already exists 19:04:23 07b2c9fee6ed: Layer already exists 19:04:23 592585ed9123: Layer already exists 19:04:23 17bec77d7fdc: Layer already exists 19:04:24 main: digest: sha256:93f027e71aa09e18de3ff2d805a524823f1ab101eb3b828aab5527a2a3401098 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:04:24 ===================================================== [Pipeline] echo 19:04:24 taggedImages: 19:04:24 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f 19:04:24 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 19:04:24 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.11 19:04:24 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 19:04:24 - 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 19:04:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:04:24 19:04:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:04:24 arm64: Pulling from edgex-lftools-log-publisher 19:04:24 8998bd30e6a1: Pulling fs layer 19:04:24 04944245beec: Pulling fs layer 19:04:24 699f458cf7ca: Pulling fs layer 19:04:24 765212b225bb: Pulling fs layer 19:04:24 f23df028b6ca: Pulling fs layer 19:04:24 d65c8cfc05b1: Pulling fs layer 19:04:24 2437ff75d9bd: Pulling fs layer 19:04:24 765212b225bb: Waiting 19:04:24 d65c8cfc05b1: Waiting 19:04:24 f23df028b6ca: Waiting 19:04:24 2437ff75d9bd: Waiting 19:04:25 04944245beec: Verifying Checksum 19:04:25 04944245beec: Download complete 19:04:25 765212b225bb: Verifying Checksum 19:04:25 765212b225bb: Download complete 19:04:25 f23df028b6ca: Verifying Checksum 19:04:25 f23df028b6ca: Download complete 19:04:25 d65c8cfc05b1: Download complete 19:04:25 699f458cf7ca: Verifying Checksum 19:04:25 699f458cf7ca: Download complete 19:04:25 8998bd30e6a1: Download complete 19:04:27 2437ff75d9bd: Verifying Checksum 19:04:27 2437ff75d9bd: Download complete 19:04:29 8998bd30e6a1: Pull complete 19:04:29 04944245beec: Pull complete 19:04:31 699f458cf7ca: Pull complete 19:04:31 765212b225bb: Pull complete 19:04:32 f23df028b6ca: Pull complete 19:04:32 d65c8cfc05b1: Pull complete 19:04:47 2437ff75d9bd: Pull complete 19:04:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:04:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:04:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:04:47 prd-ubuntu20.04-docker-arm64-4c-16g-3432 does not seem to be running inside a container 19:04:47 $ 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/128 -v /w/workspace/app-service-configurable/128:/w/workspace/app-service-configurable/128:rw,z -v /w/workspace/app-service-configurable/128@tmp:/w/workspace/app-service-configurable/128@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 19:04:49 $ docker top cb80ad91f61ef31ecb5deefd0bb95c7249ca15631a4392f0679c5f8bb1fb4d7b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:04:50 ---> job-cost.sh 19:04:50 lf-activate-venv: SKIPPING 19:04:50 INFO: No Stack... 19:04:52 INFO: Retrieving Pricing Info for: v3-standard-4 19:04:53 INFO: Archiving Costs [Pipeline] sh 19:04:53 + cut -d, -f6 19:04:53 + cat /w/workspace/app-service-configurable/128/archives/cost.csv [Pipeline] lock 19:04:53 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] 19:04:53 Resource [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] did not exist. Created. 19:04:53 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:04:54 /w/workspace/app-service-configurable/128@tmp/durable-57a27743/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 19:04:54 + echo total: 0.10999999940395355 [Pipeline] stash 19:04:54 Warning: overwriting stash ‘stack-cost’ 19:04:54 Stashed 1 file(s) [Pipeline] } 19:04:54 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] [Pipeline] // lock [Pipeline] } 19:04:54 $ docker stop --time=1 cb80ad91f61ef31ecb5deefd0bb95c7249ca15631a4392f0679c5f8bb1fb4d7b 19:04:56 $ docker rm -f --volumes cb80ad91f61ef31ecb5deefd0bb95c7249ca15631a4392f0679c5f8bb1fb4d7b [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 19:04:56 provisioning config files... 19:04:56 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6040622323253974170tmp [Pipeline] { [Pipeline] sh 19:04:57 + set +x 19:04:57 + + curlbash -s -s https://codecov.io/bash -- 19:04:57 19:04:57 19:04:57 _____ _ 19:04:57 / ____| | | 19:04:57 | | ___ __| | ___ ___ _____ __ 19:04:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:04:57 | |___| (_) | (_| | __/ (_| (_) \ V / 19:04:57 \_____\___/ \__,_|\___|\___\___/ \_/ 19:04:57 Bash-1.0.6 19:04:57 19:04:57 19:04:57 ==> git version 2.25.1 found 19:04:57 ==> 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 19:04:57 Release-Date: 2020-01-08 19:04:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:04:57 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:04:57 ==> Jenkins CI detected. 19:04:57 current dir:  /w/workspace/ry_app-service-configurable_main 19:04:57 project root: . 19:04:57 --> token set from env 19:04:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:04:57 ==> Running gcov in . (disable via -X gcov) 19:04:57 ==> Python coveragepy not found 19:04:57 ==> Searching for coverage reports in: 19:04:57 + . 19:04:57 -> Found 1 reports 19:04:57 ==> Detecting git/mercurial file structure 19:04:57 ==> Reading reports 19:04:57 + ./coverage.out bytes=13 19:04:57 ==> Appending adjustments 19:04:57 https://docs.codecov.io/docs/fixing-reports 19:04:57 + Found adjustments 19:04:57 ==> Gzipping contents 19:04:57 4.0K /tmp/codecov.UpkYgV.gz 19:04:57 ==> Uploading reports 19:04:57 url: https://codecov.io 19:04:57 query: branch=main&commit=aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F128%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 19:04:57 -> Pinging Codecov 19:04:57 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=aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F128%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 19:04:57 -> Uploading to 19:04:57 https://storage.googleapis.com/codecov/v4/raw/2023-01-23/A97CA9966030D2A3747ED39772930CCE/aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f/d553482d-4d42-4852-82cc-b393bd68872c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230123%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230123T190457Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7daa0775e523de630f130b3dce3fa2662e7bd2cd567f6aff0c3b6071adf0d1c6 19:04:57 % Total % Received % Xferd Average Speed Time Time Time Current 19:04:57 Dload Upload Total Spent Left Speed 19:04:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 520 0 0 100 520 0 2122 --:--:-- --:--:-- --:--:-- 2122 19:04:57 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] } 19:04:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 19:04:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:04:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:04:58 19:04:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:04:58 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:04:58 df9b9388f04a: Pulling fs layer 19:04:58 52dc419b0ee2: Pulling fs layer 19:04:58 25bc292e5bac: Pulling fs layer 19:04:58 114826534d7a: Pulling fs layer 19:04:58 4657fd5d0bcf: Pulling fs layer 19:04:58 6ad1cebc031e: Pulling fs layer 19:04:58 8a3aa393b2d8: Pulling fs layer 19:04:58 6ad1cebc031e: Waiting 19:04:58 4657fd5d0bcf: Waiting 19:04:58 8a3aa393b2d8: Waiting 19:04:58 114826534d7a: Waiting 19:04:58 25bc292e5bac: Verifying Checksum 19:04:58 25bc292e5bac: Download complete 19:04:58 52dc419b0ee2: Download complete 19:04:58 4657fd5d0bcf: Verifying Checksum 19:04:58 4657fd5d0bcf: Download complete 19:04:58 df9b9388f04a: Verifying Checksum 19:04:58 df9b9388f04a: Download complete 19:04:58 df9b9388f04a: Pull complete 19:04:59 52dc419b0ee2: Pull complete 19:04:59 25bc292e5bac: Pull complete 19:04:59 6ad1cebc031e: Verifying Checksum 19:04:59 6ad1cebc031e: Download complete 19:04:59 114826534d7a: Verifying Checksum 19:04:59 114826534d7a: Download complete 19:05:00 8a3aa393b2d8: Verifying Checksum 19:05:00 8a3aa393b2d8: Download complete 19:05:03 114826534d7a: Pull complete 19:05:03 4657fd5d0bcf: Pull complete 19:05:03 6ad1cebc031e: Pull complete 19:05:06 8a3aa393b2d8: Pull complete 19:05:06 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 19:05:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:05:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:05:07 prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container 19:05:07 $ 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 19:05:11 $ docker top bbf84fe1e12c403cfdfe17ea9664bc64da5b16d8a11a0924f8ee786f9bd2fd1b -eo pid,comm [Pipeline] { [Pipeline] echo 19:05:11 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 19:05:12 + set -o pipefail 19:05:12 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 19:05:20 19:05:20 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 19:05:20 19:05:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/95d3f0b4-8e08-4620-9ca1-69c707762940 19:05:20 19:05:20 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 19:05:20 19:05:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:05:20 19:05:20 19:05:20 A medium severity vulnerability was found in the Snyk CLI versions you are using. 19:05:20 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 19:05:20 More details here: https://snyk.co/ue1NS [Pipeline] } 19:05:20 $ docker stop --time=1 bbf84fe1e12c403cfdfe17ea9664bc64da5b16d8a11a0924f8ee786f9bd2fd1b 19:05:23 $ docker rm -f --volumes bbf84fe1e12c403cfdfe17ea9664bc64da5b16d8a11a0924f8ee786f9bd2fd1b [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 19:05:24 + git log --format=format:%s -1 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] sh 19:05:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:05:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:05:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:05:24 prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container 19:05:24 $ 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 19:05:25 $ docker top 4c9b6aab4652951fd426ea71c73e3dc65684940f877484412d3a76a897183e0f -eo pid,comm 19:05:25 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). 19:05:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:05:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:05:25 [ssh-agent] Looking for ssh-agent implementation... 19:05:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:05:25 $ docker exec 4c9b6aab4652951fd426ea71c73e3dc65684940f877484412d3a76a897183e0f ssh-agent 19:05:25 SSH_AUTH_SOCK=/tmp/ssh-CGhEETP1bNQ6/agent.32 19:05:25 SSH_AGENT_PID=38 19:05:25 Running ssh-add (command line suppressed) 19:05:25 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14167254881047303652.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14167254881047303652.key) 19:05:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:05:26 + git semver tag 19:05:26 2023-01-23 19:05:26,260 [run_tag] DEBUG tag force:False 19:05:26 2023-01-23 19:05:26,260 [check_head_tag] DEBUG check head tag 19:05:26 2023-01-23 19:05:26,262 [execute] INFO git cat-file --batch-check 19:05:26 2023-01-23 19:05:26,262 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 19:05:26 2023-01-23 19:05:26,266 [execute] INFO git cat-file --batch 19:05:26 2023-01-23 19:05:26,266 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 19:05:26 2023-01-23 19:05:26,287 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 19:05:26 2023-01-23 19:05:26,288 [execute] INFO git tag -a v3.0.0-dev.11 -m v3.0.0-dev.11 19:05:26 2023-01-23 19:05:26,288 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.11', '-m', 'v3.0.0-dev.11'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 19:05:26 2023-01-23 19:05:26,294 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 19:05:26 3.0.0-dev.11 [Pipeline] } 19:05:26 $ docker exec --env ******** --env ******** 4c9b6aab4652951fd426ea71c73e3dc65684940f877484412d3a76a897183e0f ssh-agent -k 19:05:26 unset SSH_AUTH_SOCK; 19:05:26 unset SSH_AGENT_PID; 19:05:26 echo Agent pid 38 killed; 19:05:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:05:26 + git semver [Pipeline] } 19:05:27 $ docker stop --time=1 4c9b6aab4652951fd426ea71c73e3dc65684940f877484412d3a76a897183e0f 19:05:28 $ docker rm -f --volumes 4c9b6aab4652951fd426ea71c73e3dc65684940f877484412d3a76a897183e0f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:05:28 19:05:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:05:28 0.23.1-centos7: Pulling from edgex-lftools 19:05:28 ab5ef0e58194: Pulling fs layer 19:05:28 9712f1f96733: Pulling fs layer 19:05:28 63f879dbbcfc: Pulling fs layer 19:05:28 0d9ebad4ef96: Pulling fs layer 19:05:28 e9a5061849ea: Pulling fs layer 19:05:28 d747dcd14b5f: Pulling fs layer 19:05:28 2de7ff778b66: Pulling fs layer 19:05:28 e9a5061849ea: Waiting 19:05:28 2de7ff778b66: Waiting 19:05:28 d747dcd14b5f: Waiting 19:05:28 0d9ebad4ef96: Waiting 19:05:28 9712f1f96733: Verifying Checksum 19:05:28 9712f1f96733: Download complete 19:05:30 63f879dbbcfc: Verifying Checksum 19:05:30 63f879dbbcfc: Download complete 19:05:30 e9a5061849ea: Verifying Checksum 19:05:30 e9a5061849ea: Download complete 19:05:30 d747dcd14b5f: Verifying Checksum 19:05:30 d747dcd14b5f: Download complete 19:05:30 ab5ef0e58194: Verifying Checksum 19:05:30 ab5ef0e58194: Download complete 19:05:30 0d9ebad4ef96: Verifying Checksum 19:05:30 0d9ebad4ef96: Download complete 19:05:30 2de7ff778b66: Verifying Checksum 19:05:30 2de7ff778b66: Download complete 19:05:33 ab5ef0e58194: Pull complete 19:05:33 9712f1f96733: Pull complete 19:05:33 63f879dbbcfc: Pull complete 19:05:36 0d9ebad4ef96: Pull complete 19:05:37 e9a5061849ea: Pull complete 19:05:37 d747dcd14b5f: Pull complete 19:05:38 2de7ff778b66: Pull complete 19:05:38 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:05:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:05:38 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:05:38 prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container 19:05:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 19:05:42 $ docker top 66ac8cb238877d32e9f6f4d05bc9e296ee69b18dbff5d5a2fca564f14bb37586 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:05:42 provisioning config files... 19:05:42 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6798350518464037068tmp 19:05:42 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config18249808448693318389tmp 19:05:42 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6574133108884082216tmp [Pipeline] { [Pipeline] echo 19:05:42 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:05:42 ---> sigul-configuration.sh 19:05:42 gpg: directory `/root/.gnupg' created 19:05:42 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:05:42 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:05:42 gpg: keyring `/root/.gnupg/secring.gpg' created 19:05:42 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:05:42 gpg: CAST5 encrypted data 19:05:42 gpg: encrypted with 1 passphrase 19:05:42 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:05:43 + mkdir /home/jenkins 19:05:43 + mkdir /home/jenkins/sigul [Pipeline] sh 19:05:43 + 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 19:05:43 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:05:43 ---> sigul-install.sh 19:05:43 Sigul already installed; skipping installation. [Pipeline] sh 19:05:43 + git tag --list 19:05:43 v1.0.0 19:05:43 v1.1.0 19:05:43 v1.2.0 19:05:43 v1.3.0 19:05:43 v1.3.1 19:05:43 v2.0.0 19:05:43 v2.0.1 19:05:43 v2.1.0 19:05:43 v2.1.1 19:05:43 v2.1.1-dev.1 19:05:43 v2.1.1-dev.2 19:05:43 v2.2.0 19:05:43 v2.2.1-dev.1 19:05:43 v2.2.1-dev.10 19:05:43 v2.2.1-dev.2 19:05:43 v2.2.1-dev.3 19:05:43 v2.2.1-dev.4 19:05:43 v2.2.1-dev.5 19:05:43 v2.2.1-dev.6 19:05:43 v2.2.1-dev.7 19:05:43 v2.2.1-dev.8 19:05:43 v2.2.1-dev.9 19:05:43 v2.3.0 19:05:43 v2.3.0-dev.10 19:05:43 v2.3.0-dev.11 19:05:43 v2.3.0-dev.12 19:05:43 v2.3.0-dev.13 19:05:43 v2.3.0-dev.14 19:05:43 v2.3.0-dev.15 19:05:43 v2.3.0-dev.16 19:05:43 v2.3.0-dev.17 19:05:43 v2.3.0-dev.18 19:05:43 v2.3.0-dev.19 19:05:43 v2.3.0-dev.20 19:05:43 v2.3.0-dev.21 19:05:43 v2.3.0-dev.22 19:05:43 v2.3.0-dev.23 19:05:43 v2.3.0-dev.24 19:05:43 v2.3.0-dev.25 19:05:43 v2.3.0-dev.26 19:05:43 v2.3.0-dev.27 19:05:43 v2.3.0-dev.28 19:05:43 v2.3.0-dev.29 19:05:43 v2.3.0-dev.30 19:05:43 v2.3.0-dev.31 19:05:43 v2.3.0-dev.32 19:05:43 v2.3.0-dev.33 19:05:43 v2.3.0-dev.34 19:05:43 v2.3.0-dev.35 19:05:43 v2.3.0-dev.36 19:05:43 v2.3.0-dev.37 19:05:43 v3.0.0-dev.1 19:05:43 v3.0.0-dev.10 19:05:43 v3.0.0-dev.11 19:05:43 v3.0.0-dev.2 19:05:43 v3.0.0-dev.3 19:05:43 v3.0.0-dev.4 19:05:43 v3.0.0-dev.5 19:05:43 v3.0.0-dev.6 19:05:43 v3.0.0-dev.7 19:05:43 v3.0.0-dev.8 19:05:43 v3.0.0-dev.9 [Pipeline] sh 19:05:44 + lftools sign git-tag v3.0.0-dev.11 19:05:44 Signing Git tag with Sigul... 19:05:44 Signing v3.0.0-dev.11 [Pipeline] echo 19:05:45 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:05:45 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:05:45 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:05:45 $ docker stop --time=1 66ac8cb238877d32e9f6f4d05bc9e296ee69b18dbff5d5a2fca564f14bb37586 19:05:46 $ docker rm -f --volumes 66ac8cb238877d32e9f6f4d05bc9e296ee69b18dbff5d5a2fca564f14bb37586 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 19:05:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:05:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:05:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:05:47 prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container 19:05:47 $ 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 19:05:48 $ docker top 31f09293c5eb0f90b15d1af433785fc8223901527fd699f0fa168597770b761c -eo pid,comm 19:05:48 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). 19:05:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:05:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:05:48 [ssh-agent] Looking for ssh-agent implementation... 19:05:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:05:48 $ docker exec 31f09293c5eb0f90b15d1af433785fc8223901527fd699f0fa168597770b761c ssh-agent 19:05:48 SSH_AUTH_SOCK=/tmp/ssh-x3mYUrvrIUlf/agent.31 19:05:48 SSH_AGENT_PID=37 19:05:48 Running ssh-add (command line suppressed) 19:05:48 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4338511297886233749.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4338511297886233749.key) 19:05:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:05:48 + git semver bump pre 19:05:49 2023-01-23 19:05:49,169 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 19:05:49 2023-01-23 19:05:49,170 [bump_version] DEBUG bumping version:3.0.0-dev.11 on axis:pre with prefix:dev 19:05:49 2023-01-23 19:05:49,170 [bump_version] DEBUG bumped version:3.0.0-dev.12 19:05:49 2023-01-23 19:05:49,170 [write_version] DEBUG write version:3.0.0-dev.12 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 19:05:49 2023-01-23 19:05:49,170 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 19:05:49 2023-01-23 19:05:49,170 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 19:05:49 2023-01-23 19:05:49,174 [execute] INFO git cat-file --batch-check 19:05:49 2023-01-23 19:05:49,174 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 19:05:49 2023-01-23 19:05:49,180 [execute] INFO git cat-file --batch 19:05:49 2023-01-23 19:05:49,181 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 19:05:49 2023-01-23 19:05:49,186 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 19:05:49 3.0.0-dev.12 [Pipeline] } 19:05:49 $ docker exec --env ******** --env ******** 31f09293c5eb0f90b15d1af433785fc8223901527fd699f0fa168597770b761c ssh-agent -k 19:05:49 unset SSH_AUTH_SOCK; 19:05:49 unset SSH_AGENT_PID; 19:05:49 echo Agent pid 37 killed; 19:05:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:05:49 + git semver [Pipeline] } 19:05:49 $ docker stop --time=1 31f09293c5eb0f90b15d1af433785fc8223901527fd699f0fa168597770b761c 19:05:51 $ docker rm -f --volumes 31f09293c5eb0f90b15d1af433785fc8223901527fd699f0fa168597770b761c [Pipeline] // withDockerContainer [Pipeline] sh 19:05:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:05:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:05:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:05:51 prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container 19:05:51 $ 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 19:05:52 $ docker top b3d3229925a57ea14d17d2693296b4c5f8c2aa642d7c4172299e08018bd202dd -eo pid,comm 19:05:52 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:05:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:05:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:05:52 [ssh-agent] Looking for ssh-agent implementation... 19:05:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:05:52 $ docker exec b3d3229925a57ea14d17d2693296b4c5f8c2aa642d7c4172299e08018bd202dd ssh-agent 19:05:52 SSH_AUTH_SOCK=/tmp/ssh-VLBrgamfw0je/agent.32 19:05:52 SSH_AGENT_PID=38 19:05:52 Running ssh-add (command line suppressed) 19:05:52 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_12430159016886558603.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_12430159016886558603.key) 19:05:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:05:53 + git semver push 19:05:53 2023-01-23 19:05:53,215 [run_push] DEBUG push 19:05:53 2023-01-23 19:05:53,216 [execute] INFO git cat-file --batch-check 19:05:53 2023-01-23 19:05:53,216 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 19:05:53 2023-01-23 19:05:53,220 [execute] INFO git rev-list cdc20a17728593441524d71f469a3707b23cea92 -- 19:05:53 2023-01-23 19:05:53,220 [execute] DEBUG Popen(['git', 'rev-list', 'cdc20a17728593441524d71f469a3707b23cea92', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 19:05:53 2023-01-23 19:05:53,230 [execute] INFO git fetch -v origin 19:05:53 2023-01-23 19:05:53,231 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 19:05:53 2023-01-23 19:05:53,770 [run_push] DEBUG no remote changes detected 19:05:53 2023-01-23 19:05:53,770 [execute] INFO git push origin semver 19:05:53 2023-01-23 19:05:53,770 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 19:05:54 2023-01-23 19:05:54,577 [run_push] DEBUG push all version tags 19:05:54 2023-01-23 19:05:54,578 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 19:05:54 2023-01-23 19:05:54,578 [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) 19:05:55 2023-01-23 19:05:55,341 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 19:05:55 3.0.0-dev.12 [Pipeline] } 19:05:55 $ docker exec --env ******** --env ******** b3d3229925a57ea14d17d2693296b4c5f8c2aa642d7c4172299e08018bd202dd ssh-agent -k 19:05:55 unset SSH_AUTH_SOCK; 19:05:55 unset SSH_AGENT_PID; 19:05:55 echo Agent pid 38 killed; 19:05:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:05:55 + git semver [Pipeline] } 19:05:56 $ docker stop --time=1 b3d3229925a57ea14d17d2693296b4c5f8c2aa642d7c4172299e08018bd202dd 19:05:57 $ docker rm -f --volumes b3d3229925a57ea14d17d2693296b4c5f8c2aa642d7c4172299e08018bd202dd [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 19:05:57 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 19:05:57 + ls -al /w/workspace/ry_app-service-configurable_main/archives 19:05:57 total 16 19:05:57 drwxr-xr-x 3 root root 4096 Jan 23 18:56 . 19:05:57 drwxrwxr-x 9 jenkins jenkins 4096 Jan 23 19:05 .. 19:05:57 drwxr-xr-x 2 root root 4096 Jan 23 18:56 cost 19:05:57 -rw-r--r-- 1 root root 96 Jan 23 18:56 cost.csv 19:05:57 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 19:05:57 + ls -al /w/workspace/ry_app-service-configurable_main/archives 19:05:57 total 16 19:05:57 drwxr-xr-x 3 jenkins jenkins 4096 Jan 23 18:56 . 19:05:57 drwxrwxr-x 9 jenkins jenkins 4096 Jan 23 19:05 .. 19:05:57 drwxr-xr-x 2 jenkins jenkins 4096 Jan 23 18:56 cost 19:05:57 -rw-r--r-- 1 jenkins jenkins 96 Jan 23 18:56 cost.csv [Pipeline] libraryResource [Pipeline] sh 19:05:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:05:59 ---> package-listing.sh 19:05:59 ++ facter osfamily 19:05:59 ++ tr '[:upper:]' '[:lower:]' 19:05:59 + OS_FAMILY=debian 19:05:59 + workspace=/w/workspace/ry_app-service-configurable_main 19:05:59 + START_PACKAGES=/tmp/packages_start.txt 19:05:59 + END_PACKAGES=/tmp/packages_end.txt 19:05:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:05:59 + PACKAGES=/tmp/packages_start.txt 19:05:59 + '[' /w/workspace/ry_app-service-configurable_main ']' 19:05:59 + PACKAGES=/tmp/packages_end.txt 19:05:59 + case "${OS_FAMILY}" in 19:05:59 + dpkg -l 19:05:59 + grep '^ii' 19:05:59 + '[' -f /tmp/packages_start.txt ']' 19:05:59 + '[' -f /tmp/packages_end.txt ']' 19:05:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:05:59 + '[' /w/workspace/ry_app-service-configurable_main ']' 19:05:59 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 19:05:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 19:05:59 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 19:05:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:06:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:00 prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container 19:06:00 $ 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 19:06:00 $ docker top 9ee81875d31612325bc20c2bcec93bbcd7b1fcfe24813f76f2abea94ad6fc620 -eo pid,comm [Pipeline] { [Pipeline] sh 19:06:00 + touch /tmp/pre-build-complete [Pipeline] sh 19:06:01 + mkdir -p /var/log/sysstat [Pipeline] sh 19:06:01 + ls /var/log/sa-host 19:06:01 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:06:01 provisioning config files... 19:06:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config738294629652547399tmp [Pipeline] { [Pipeline] echo 19:06:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:06:02 ---> create-netrc.sh [Pipeline] } 19:06:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:06:02 ---> python-tools-install.sh [Pipeline] echo 19:06:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:06:02 ---> sudo-logs.sh 19:06:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:06:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:06:02 ---> job-cost.sh 19:06:02 lf-activate-venv: SKIPPING 19:06:02 DEBUG: total: 0.2199999988079071 19:06:02 INFO: Retrieving Stack Cost... 19:06:03 INFO: Retrieving Pricing Info for: v3-standard-8 19:06:03 INFO: Archiving Costs [Pipeline] echo 19:06:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:06:04 ---> logs-deploy.sh 19:06:04 lf-activate-venv: SKIPPING 19:06:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/128 19:06:04 INFO: archiving workspace using pattern(s): 19:06:04 Archives upload complete. 19:06:05 INFO: archiving logs to Nexus 19:06:05 ---> uname -a: 19:06:05 Linux prd-ubuntu20-04-docker-8c-8g-3431 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:06:05 19:06:05 19:06:05 ---> lscpu: 19:06:05 Architecture: x86_64 19:06:05 CPU op-mode(s): 32-bit, 64-bit 19:06:05 Byte Order: Little Endian 19:06:05 Address sizes: 40 bits physical, 48 bits virtual 19:06:05 CPU(s): 8 19:06:05 On-line CPU(s) list: 0-7 19:06:05 Thread(s) per core: 1 19:06:05 Core(s) per socket: 1 19:06:05 Socket(s): 8 19:06:05 NUMA node(s): 1 19:06:05 Vendor ID: AuthenticAMD 19:06:05 CPU family: 23 19:06:05 Model: 49 19:06:05 Model name: AMD EPYC-Rome Processor 19:06:05 Stepping: 0 19:06:05 CPU MHz: 2799.956 19:06:05 BogoMIPS: 5599.91 19:06:05 Virtualization: AMD-V 19:06:05 Hypervisor vendor: KVM 19:06:05 Virtualization type: full 19:06:05 L1d cache: 256 KiB 19:06:05 L1i cache: 256 KiB 19:06:05 L2 cache: 4 MiB 19:06:05 L3 cache: 128 MiB 19:06:05 NUMA node0 CPU(s): 0-7 19:06:05 Vulnerability Itlb multihit: Not affected 19:06:05 Vulnerability L1tf: Not affected 19:06:05 Vulnerability Mds: Not affected 19:06:05 Vulnerability Meltdown: Not affected 19:06:05 Vulnerability Mmio stale data: Not affected 19:06:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:06:05 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:06:05 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:06:05 Vulnerability Srbds: Not affected 19:06:05 Vulnerability Tsx async abort: Not affected 19:06:05 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 19:06:05 19:06:05 19:06:05 ---> nproc: 19:06:05 8 19:06:05 19:06:05 19:06:05 ---> df -h: 19:06:05 Filesystem Size Used Avail Use% Mounted on 19:06:05 overlay 155G 13G 143G 9% / 19:06:05 tmpfs 64M 0 64M 0% /dev 19:06:05 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:06:05 shm 64M 0 64M 0% /dev/shm 19:06:05 /dev/vda1 155G 13G 143G 9% /facter-os 19:06:05 19:06:05 19:06:05 ---> sar -b -r -n DEV: 19:06:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3431) 01/23/23 _x86_64_ (8 CPU) 19:06:05 19:06:05 18:53:08 LINUX RESTART (8 CPU) 19:06:05 19:06:05 18:54:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:06:05 18:55:01 175.04 0.88 174.16 0.00 31.30 85153.73 0.00 19:06:05 18:56:01 157.39 0.23 157.16 0.00 18.26 46455.46 0.00 19:06:05 18:57:01 34.16 0.05 34.11 0.00 6.53 34464.13 0.00 19:06:05 18:58:01 4.27 0.00 4.27 0.00 0.00 18027.06 0.00 19:06:05 18:59:01 55.95 10.58 45.37 0.00 5153.88 26796.53 0.00 19:06:05 19:00:01 8.97 0.02 8.95 0.00 0.13 18134.71 0.00 19:06:05 19:01:01 3.60 0.00 3.60 0.00 0.00 18023.13 0.00 19:06:05 19:02:01 3.22 0.00 3.22 0.00 0.00 9430.43 0.00 19:06:05 19:03:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 19:06:05 19:04:01 1.87 0.00 1.87 0.00 0.00 21.33 0.00 19:06:05 19:05:01 3.03 0.10 2.93 0.00 10.26 110.51 0.00 19:06:05 19:06:01 131.71 0.55 131.16 0.00 26.26 58593.97 0.00 19:06:05 Average: 47.99 1.03 46.96 0.00 438.40 26104.55 0.00 19:06:05 19:06:05 18:54:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:06:05 18:55:01 27977296 31259400 1042632 3.17 137152 3343836 2278844 6.72 1570196 2886764 243040 19:06:05 18:56:01 27837540 31542280 760340 2.31 146068 3734964 2063820 6.08 1225980 3344660 410248 19:06:05 18:57:01 27799288 31575564 726432 2.21 150408 3782072 1739500 5.13 1208160 3379540 4 19:06:05 18:58:01 27799048 31575536 726044 2.21 150472 3782072 1739500 5.13 1208040 3379540 12 19:06:05 18:59:01 27278156 31559668 727352 2.21 184024 4236580 1852912 5.46 1526192 3547312 1008 19:06:05 19:00:01 27282636 31559324 726828 2.21 182608 4233328 1809116 5.33 1524520 3544108 4 19:06:05 19:01:01 27291780 31568472 717680 2.18 182660 4233332 1809116 5.33 1515704 3544112 20 19:06:05 19:02:01 27291848 31568904 717480 2.18 182728 4233336 1809116 5.33 1515652 3544352 12 19:06:05 19:03:01 27292116 31569212 717028 2.18 182760 4233336 1809116 5.33 1516124 3544360 184 19:06:05 19:04:01 27292184 31569324 716868 2.18 182804 4233344 1809116 5.33 1515988 3544364 20 19:06:05 19:05:01 26753156 31528068 757680 2.30 183704 4712964 2091144 6.16 1557880 4023860 480408 19:06:05 19:06:01 25767096 31525624 752496 2.29 223456 5542816 1860924 5.48 1655120 4791888 416 19:06:05 Average: 27305179 31533448 757405 2.30 174070 4191832 1889352 5.57 1461630 3589572 94615 19:06:05 19:06:05 18:54:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:06:05 18:55:01 lo 1.17 1.17 0.11 0.11 0.00 0.00 0.00 0.00 19:06:05 18:55:01 docker0 155.34 215.65 12.98 1819.02 0.00 0.00 0.00 0.00 19:06:05 18:55:01 ens3 412.70 303.65 5980.72 38.78 0.00 0.00 0.00 0.00 19:06:05 18:55:01 vethf5d8a76 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 19:06:05 18:56:01 lo 8.00 8.00 0.78 0.78 0.00 0.00 0.00 0.00 19:06:05 18:56:01 docker0 3.47 7.80 0.21 84.18 0.00 0.00 0.00 0.00 19:06:05 18:56:01 ens3 207.98 174.37 2688.55 318.16 0.00 0.00 0.00 0.00 19:06:05 18:57:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:06:05 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:06:05 18:57:01 ens3 10.95 7.45 12.29 4.50 0.00 0.00 0.00 0.00 19:06:05 18:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:06:05 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:06:05 18:58:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 19:06:05 18:59:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 19:06:05 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:06:05 18:59:01 ens3 165.41 89.55 2753.71 6.49 0.00 0.00 0.00 0.00 19:06:05 19:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:06:05 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:06:05 19:00:01 ens3 0.25 0.20 0.02 0.01 0.00 0.00 0.00 0.00 19:06:05 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:06:05 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:06:05 19:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:06:05 19:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:06:05 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:06:05 19:02:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 19:06:05 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:06:05 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:06:05 19:03:01 ens3 3.55 2.40 12.62 0.17 0.00 0.00 0.00 0.00 19:06:05 19:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:06:05 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:06:05 19:04:01 ens3 2.82 0.92 1.48 0.56 0.00 0.00 0.00 0.00 19:06:05 19:05:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 19:06:05 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:06:05 19:05:01 ens3 127.93 96.02 3965.14 9.72 0.00 0.00 0.00 0.00 19:06:05 19:06:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 19:06:05 19:06:01 docker0 44.59 62.64 3.98 690.77 0.00 0.00 0.00 0.00 19:06:05 19:06:01 ens3 292.17 226.63 3965.89 90.33 0.00 0.00 0.00 0.00 19:06:05 Average: lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 19:06:05 Average: docker0 16.56 23.31 1.40 211.69 0.00 0.00 0.00 0.00 19:06:05 Average: ens3 101.13 74.48 1602.85 39.06 0.00 0.00 0.00 0.00 19:06:05 19:06:05 19:06:05 ---> sar -P ALL: 19:06:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3431) 01/23/23 _x86_64_ (8 CPU) 19:06:05 19:06:05 18:53:08 LINUX RESTART (8 CPU) 19:06:05 19:06:05 18:54:03 CPU %user %nice %system %iowait %steal %idle 19:06:05 18:55:01 all 21.20 0.00 5.12 2.51 0.08 71.09 19:06:05 18:55:01 0 22.89 0.00 4.34 0.09 0.07 72.61 19:06:05 18:55:01 1 19.81 0.00 4.16 0.35 0.07 75.60 19:06:05 18:55:01 2 20.96 0.00 6.56 4.67 0.07 67.74 19:06:05 18:55:01 3 20.28 0.00 4.93 6.81 0.07 67.91 19:06:05 18:55:01 4 20.95 0.00 4.71 0.16 0.07 74.11 19:06:05 18:55:01 5 19.92 0.00 5.59 7.17 0.07 67.25 19:06:05 18:55:01 6 20.66 0.00 5.12 0.28 0.07 73.87 19:06:05 18:55:01 7 24.13 0.00 5.53 0.61 0.16 69.56 19:06:05 18:56:01 all 35.32 0.00 6.34 1.07 0.09 57.18 19:06:05 18:56:01 0 35.63 0.00 6.03 0.27 0.08 57.98 19:06:05 18:56:01 1 31.86 0.00 6.01 0.03 0.07 62.03 19:06:05 18:56:01 2 37.49 0.00 6.96 0.52 0.12 54.91 19:06:05 18:56:01 3 36.36 0.00 6.50 1.44 0.08 55.62 19:06:05 18:56:01 4 35.19 0.00 6.10 2.43 0.08 56.19 19:06:05 18:56:01 5 35.53 0.00 6.58 0.30 0.08 57.50 19:06:05 18:56:01 6 35.76 0.00 6.35 3.49 0.08 54.32 19:06:05 18:56:01 7 34.76 0.00 6.18 0.07 0.08 58.91 19:06:05 18:57:01 all 1.04 0.00 0.55 0.45 0.02 97.95 19:06:05 18:57:01 0 1.38 0.00 0.44 0.02 0.02 98.16 19:06:05 18:57:01 1 0.80 0.00 0.42 0.00 0.02 98.77 19:06:05 18:57:01 2 1.02 0.00 0.52 0.05 0.05 98.36 19:06:05 18:57:01 3 0.78 0.00 0.93 0.02 0.02 98.25 19:06:05 18:57:01 4 1.04 0.00 0.52 0.00 0.02 98.43 19:06:05 18:57:01 5 0.92 0.00 0.57 2.91 0.02 95.59 19:06:05 18:57:01 6 1.34 0.00 0.60 0.60 0.02 97.45 19:06:05 18:57:01 7 1.02 0.00 0.37 0.02 0.02 98.58 19:06:05 18:58:01 all 0.02 0.00 0.01 0.01 0.00 99.95 19:06:05 18:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:06:05 18:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:06:05 18:58:01 2 0.02 0.00 0.02 0.03 0.02 99.92 19:06:05 18:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:06:05 18:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:06:05 18:58:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:06:05 18:58:01 6 0.07 0.00 0.03 0.05 0.02 99.83 19:06:05 18:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:06:05 18:59:01 all 2.19 0.00 1.50 0.44 0.02 95.85 19:06:05 18:59:01 0 2.83 0.00 0.96 0.20 0.03 95.98 19:06:05 18:59:01 1 1.85 0.00 1.33 0.18 0.02 96.61 19:06:05 18:59:01 2 1.62 0.00 0.72 0.35 0.02 97.30 19:06:05 18:59:01 3 2.53 0.00 1.00 0.40 0.03 96.03 19:06:05 18:59:01 4 1.64 0.00 1.32 0.03 0.02 96.99 19:06:05 18:59:01 5 3.65 0.00 2.93 0.45 0.02 92.96 19:06:05 18:59:01 6 1.27 0.00 1.55 1.27 0.03 95.87 19:06:05 18:59:01 7 2.13 0.00 2.16 0.65 0.02 95.05 19:06:05 19:00:01 all 0.08 0.00 0.06 0.03 0.01 99.82 19:06:05 19:00:01 0 0.03 0.00 0.07 0.00 0.00 99.90 19:06:05 19:00:01 1 0.00 0.00 0.07 0.00 0.00 99.93 19:06:05 19:00:01 2 0.15 0.00 0.05 0.13 0.00 99.67 19:06:05 19:00:01 3 0.08 0.00 0.10 0.08 0.02 99.72 19:06:05 19:00:01 4 0.03 0.00 0.05 0.00 0.02 99.90 19:06:05 19:00:01 5 0.07 0.00 0.05 0.02 0.00 99.87 19:06:05 19:00:01 6 0.23 0.00 0.10 0.00 0.00 99.67 19:06:05 19:00:01 7 0.02 0.00 0.03 0.00 0.02 99.93 19:06:05 19:01:01 all 0.03 0.00 0.01 0.01 0.00 99.94 19:06:05 19:01:01 0 0.07 0.00 0.00 0.00 0.00 99.93 19:06:05 19:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:06:05 19:01:01 2 0.02 0.00 0.00 0.08 0.00 99.90 19:06:05 19:01:01 3 0.03 0.00 0.02 0.00 0.02 99.93 19:06:05 19:01:01 4 0.03 0.00 0.03 0.00 0.00 99.93 19:06:05 19:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:06:05 19:01:01 6 0.05 0.00 0.03 0.00 0.02 99.90 19:06:05 19:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:06:05 19:02:01 all 0.05 0.00 0.01 0.01 0.01 99.92 19:06:05 19:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:06:05 19:02:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:06:05 19:02:01 2 0.00 0.00 0.00 0.07 0.02 99.92 19:06:05 19:02:01 3 0.03 0.00 0.02 0.00 0.02 99.93 19:06:05 19:02:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:06:05 19:02:01 5 0.02 0.00 0.00 0.00 0.02 99.97 19:06:05 19:02:01 6 0.30 0.00 0.00 0.00 0.00 99.70 19:06:05 19:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:06:05 19:03:01 all 0.07 0.00 0.02 0.01 0.01 99.90 19:06:05 19:03:01 0 0.30 0.00 0.03 0.00 0.00 99.67 19:06:05 19:03:01 1 0.00 0.00 0.02 0.00 0.02 99.97 19:06:05 19:03:01 2 0.03 0.00 0.03 0.03 0.00 99.90 19:06:05 19:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:06:05 19:03:01 4 0.05 0.00 0.00 0.00 0.02 99.93 19:06:05 19:03:01 5 0.03 0.00 0.02 0.00 0.02 99.93 19:06:05 19:03:01 6 0.03 0.00 0.00 0.00 0.00 99.97 19:06:05 19:03:01 7 0.07 0.00 0.02 0.02 0.00 99.90 19:06:05 19:04:01 all 0.09 0.00 0.01 0.03 0.00 99.87 19:06:05 19:04:01 0 0.48 0.00 0.02 0.00 0.02 99.48 19:06:05 19:04:01 1 0.02 0.00 0.02 0.05 0.00 99.92 19:06:05 19:04:01 2 0.03 0.00 0.02 0.15 0.00 99.80 19:06:05 19:04:01 3 0.03 0.00 0.02 0.02 0.00 99.93 19:06:05 19:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:06:05 19:04:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:06:05 19:04:01 6 0.05 0.00 0.02 0.00 0.00 99.93 19:06:05 19:04:01 7 0.03 0.00 0.00 0.02 0.02 99.93 19:06:05 19:05:01 all 1.24 0.00 0.51 0.04 0.01 98.19 19:06:05 19:05:01 0 2.80 0.00 0.53 0.02 0.00 96.66 19:06:05 19:05:01 1 1.00 0.00 0.50 0.03 0.00 98.46 19:06:05 19:05:01 2 0.89 0.00 0.35 0.20 0.02 98.55 19:06:05 19:05:01 3 0.87 0.00 0.45 0.03 0.02 98.63 19:06:05 19:05:01 4 1.25 0.00 0.48 0.03 0.02 98.21 19:06:05 19:05:01 5 1.69 0.00 0.40 0.00 0.02 97.89 19:06:05 19:05:01 6 0.45 0.00 0.90 0.02 0.02 98.62 19:06:05 19:05:01 7 0.94 0.00 0.50 0.02 0.00 98.55 19:06:05 19:06:05 19:05:01 CPU %user %nice %system %iowait %steal %idle 19:06:05 19:06:01 all 8.37 0.00 3.62 2.56 0.06 85.40 19:06:05 19:06:01 0 8.06 0.00 2.91 0.74 0.05 88.23 19:06:05 19:06:01 1 8.02 0.00 4.08 0.24 0.07 87.61 19:06:05 19:06:01 2 9.65 0.00 3.20 2.59 0.05 84.51 19:06:05 19:06:01 3 7.33 0.00 3.77 5.18 0.07 83.65 19:06:05 19:06:01 4 7.37 0.00 3.59 0.51 0.05 88.49 19:06:05 19:06:01 5 9.63 0.00 4.34 3.42 0.07 82.54 19:06:05 19:06:01 6 8.06 0.00 3.36 0.64 0.07 87.88 19:06:05 19:06:01 7 8.84 0.00 3.68 7.16 0.08 80.23 19:06:05 Average: all 5.72 0.00 1.46 0.59 0.03 92.21 19:06:05 Average: 0 6.14 0.00 1.27 0.11 0.02 92.45 19:06:05 Average: 1 5.20 0.00 1.37 0.07 0.02 93.34 19:06:05 Average: 2 5.90 0.00 1.51 0.72 0.03 91.84 19:06:05 Average: 3 5.60 0.00 1.46 1.14 0.03 91.77 19:06:05 Average: 4 5.54 0.00 1.38 0.26 0.02 92.79 19:06:05 Average: 5 5.87 0.00 1.69 1.16 0.03 91.26 19:06:05 Average: 6 5.59 0.00 1.48 0.53 0.03 92.37 19:06:05 Average: 7 5.88 0.00 1.51 0.71 0.03 91.86 19:06:05 19:06:05 19:06:05