Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 00d8ffd1a5b178530bec1b751018b947d29fdef0 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-ssh16044599221695702276.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-ssh12303026291940528446.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-ssh15551196051370664137.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-ssh5702473711389988807.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-ssh13189960615137604332.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1270 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 > 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 Avoid second fetch Checking out Revision 00d8ffd1a5b178530bec1b751018b947d29fdef0 (main) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#496)" > git config core.sparsecheckout # timeout=10 > git checkout -f 00d8ffd1a5b178530bec1b751018b947d29fdef0 # timeout=10 > git rev-list --no-walk f5da36499e9ef96a87f382eb4ad79892e2574163 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:36:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:36:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:36:42 ========================================================= 15:36:42 EdgeX Global Pipelines Version Info 15:36:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:36:43 ------------------- 15:36:43 stable info: 15:36:43 ------------------- 15:36:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:36:43 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:36:43 Message: update stable to v1.0.244 15:36:43 ------------------- 15:36:43 experimental info: 15:36:43 ------------------- 15:36:43 Commited By: **** collab-it+edgex@linuxfoundation.org 15:36:43 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:36:43 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 00d8ffd [Pipeline] echo 15:36:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:36:44 provisioning config files... 15:36:44 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12249177328027954181tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:36:45 ---> docker-login.sh 15:36:45 nexus3.edgexfoundry.org:10001 15:36:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:46 Configure a credential helper to remove this warning. See 15:36:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:46 15:36:46 Login Succeeded 15:36:46 nexus3.edgexfoundry.org:10002 15:36:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:46 Configure a credential helper to remove this warning. See 15:36:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:46 15:36:46 Login Succeeded 15:36:46 nexus3.edgexfoundry.org:10003 15:36:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:46 Configure a credential helper to remove this warning. See 15:36:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:46 15:36:46 Login Succeeded 15:36:46 nexus3.edgexfoundry.org:10004 15:36:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:47 Configure a credential helper to remove this warning. See 15:36:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:47 15:36:47 Login Succeeded 15:36:47 docker.io 15:36:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:47 Configure a credential helper to remove this warning. See 15:36:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:47 15:36:47 Login Succeeded 15:36:47 ---> docker-login.sh ends [Pipeline] } 15:36:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:36:47 + git rev-list -1 --merges 00d8ffd1a5b178530bec1b751018b947d29fdef0~1..00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] echo 15:36:47 -----------> git rev-list -1 --merges 00d8ffd1a5b178530bec1b751018b947d29fdef0~1..00d8ffd1a5b178530bec1b751018b947d29fdef0 00d8ffd1a5b178530bec1b751018b947d29fdef0 [false] [Pipeline] sh 15:36:48 + git log --format=format:%s -1 00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] echo 15:36:48 ========================================================= 15:36:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:36:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:36:48 + git log --format=format:%s -1 00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] echo 15:36:48 [semverPrep] GIT_COMMIT: 00d8ffd1a5b178530bec1b751018b947d29fdef0, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#496) [Pipeline] echo 15:36:48 [semverPrep] This is not a build commit. [Pipeline] sh 15:36:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:36:48 + grep -v github /etc/ssh/ssh_known_hosts 15:36:48 + [ -e /tmp/ssh_known_hosts ] 15:36:48 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:36:48 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:36:48 + sudo tee -a /etc/ssh/ssh_known_hosts 15:36:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:36:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:36:49 15:36:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:36:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:36:50 0.1.4: Pulling from edgex-devops/py-git-semver 15:36:50 b85a868b505f: Pulling fs layer 15:36:50 e2be974225ed: Pulling fs layer 15:36:50 339a4e72a1f5: Pulling fs layer 15:36:50 988bab9f4d93: Pulling fs layer 15:36:50 1469e6f7b9e6: Pulling fs layer 15:36:50 eaf3925da568: Pulling fs layer 15:36:50 bab4dde63d76: Pulling fs layer 15:36:50 bde34c3a00c8: Pulling fs layer 15:36:50 1469e6f7b9e6: Waiting 15:36:50 b352a97aabf1: Pulling fs layer 15:36:50 988bab9f4d93: Waiting 15:36:50 eaf3925da568: Waiting 15:36:50 4872d77fe225: Pulling fs layer 15:36:50 5851b861e8e6: Pulling fs layer 15:36:50 bab4dde63d76: Waiting 15:36:50 b352a97aabf1: Waiting 15:36:50 bde34c3a00c8: Waiting 15:36:50 4872d77fe225: Waiting 15:36:50 5851b861e8e6: Waiting 15:36:50 e2be974225ed: Download complete 15:36:50 988bab9f4d93: Verifying Checksum 15:36:50 988bab9f4d93: Download complete 15:36:50 1469e6f7b9e6: Verifying Checksum 15:36:50 1469e6f7b9e6: Download complete 15:36:50 eaf3925da568: Verifying Checksum 15:36:50 eaf3925da568: Download complete 15:36:50 339a4e72a1f5: Verifying Checksum 15:36:50 339a4e72a1f5: Download complete 15:36:50 bde34c3a00c8: Download complete 15:36:50 b352a97aabf1: Download complete 15:36:50 4872d77fe225: Download complete 15:36:50 5851b861e8e6: Verifying Checksum 15:36:50 5851b861e8e6: Download complete 15:36:50 b85a868b505f: Verifying Checksum 15:36:50 b85a868b505f: Download complete 15:36:51 bab4dde63d76: Verifying Checksum 15:36:51 bab4dde63d76: Download complete 15:36:53 b85a868b505f: Pull complete 15:36:53 e2be974225ed: Pull complete 15:36:54 339a4e72a1f5: Pull complete 15:36:55 988bab9f4d93: Pull complete 15:36:56 1469e6f7b9e6: Pull complete 15:36:57 eaf3925da568: Pull complete 15:37:00 bab4dde63d76: Pull complete 15:37:01 bde34c3a00c8: Pull complete 15:37:02 b352a97aabf1: Pull complete 15:37:02 4872d77fe225: Pull complete 15:37:03 5851b861e8e6: Pull complete 15:37:04 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:37:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:37:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:37:04 prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container 15:37:04 $ 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 15:37:08 $ docker top 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f -eo pid,comm 15:37:08 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:37:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:37:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:37:08 [ssh-agent] Looking for ssh-agent implementation... 15:37:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:37:08 $ docker exec 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f ssh-agent 15:37:08 SSH_AUTH_SOCK=/tmp/ssh-p20krtpI6DWB/agent.32 15:37:08 SSH_AGENT_PID=38 15:37:08 Running ssh-add (command line suppressed) 15:37:08 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14466782094389691142.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14466782094389691142.key) 15:37:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:37:08 + git tag --points-at HEAD [Pipeline] } 15:37:08 $ docker exec --env ******** --env ******** 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f ssh-agent -k 15:37:08 unset SSH_AUTH_SOCK; 15:37:09 unset SSH_AGENT_PID; 15:37:09 echo Agent pid 38 killed; 15:37:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:37:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:37:09 [ssh-agent] Looking for ssh-agent implementation... 15:37:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:37:09 $ docker exec 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f ssh-agent 15:37:09 SSH_AUTH_SOCK=/tmp/ssh-jEWAcnk5ytSx/agent.71 15:37:09 SSH_AGENT_PID=77 15:37:09 Running ssh-add (command line suppressed) 15:37:09 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2784751543502872222.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2784751543502872222.key) 15:37:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:37:09 + git semver init 15:37:09 2023-01-06 15:37:09,932 [run_init] DEBUG init version:0.0.0 force:False 15:37:09 2023-01-06 15:37:09,933 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 15:37:09 2023-01-06 15:37:09,933 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 15:37:09 2023-01-06 15:37:09,934 [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) 15:37:10 2023-01-06 15:37:10,774 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 15:37:10 2023-01-06 15:37:10,774 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 15:37:10 2023-01-06 15:37:10,774 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:37:10 2023-01-06 15:37:10,774 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:37:10 3.0.0-dev.6 [Pipeline] } 15:37:10 $ docker exec --env ******** --env ******** 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f ssh-agent -k 15:37:10 unset SSH_AUTH_SOCK; 15:37:10 unset SSH_AGENT_PID; 15:37:10 echo Agent pid 77 killed; 15:37:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:37:11 + git semver [Pipeline] } 15:37:11 $ docker stop --time=1 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f 15:37:12 $ docker rm -f --volumes 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f [Pipeline] // withDockerContainer [Pipeline] sh 15:37:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:37:13 Stashed 1 file(s) [Pipeline] echo 15:37:13 [edgeXSemver]: initialized semver on version 3.0.0-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:37:13 provisioning config files... 15:37:13 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5290368612274796762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:37:13 ---> docker-login.sh 15:37:13 nexus3.edgexfoundry.org:10001 15:37:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:37:13 Configure a credential helper to remove this warning. See 15:37:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:37:13 15:37:13 Login Succeeded 15:37:13 nexus3.edgexfoundry.org:10002 15:37:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:37:13 Configure a credential helper to remove this warning. See 15:37:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:37:13 15:37:13 Login Succeeded 15:37:13 nexus3.edgexfoundry.org:10003 15:37:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:37:14 Configure a credential helper to remove this warning. See 15:37:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:37:14 15:37:14 Login Succeeded 15:37:14 nexus3.edgexfoundry.org:10004 15:37:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:37:14 Configure a credential helper to remove this warning. See 15:37:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:37:14 15:37:14 Login Succeeded 15:37:14 docker.io 15:37:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:37:14 Configure a credential helper to remove this warning. See 15:37:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:37:14 15:37:14 Login Succeeded 15:37:14 ---> docker-login.sh ends [Pipeline] } 15:37:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:37:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:37:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:37:14 ========================================================= 15:37:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:37:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:37:14 + 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 . 15:37:14 Sending build context to Docker daemon 3.206MB 15:37:14 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 15:37:14 Step 2/12 : FROM ${BASE} AS builder 15:37:15 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:37:15 213ec9aee27d: Pulling fs layer 15:37:15 4583459ba037: Pulling fs layer 15:37:15 93c1e223e6f2: Pulling fs layer 15:37:15 53926ce57604: Pulling fs layer 15:37:15 21b2b0c7a3f4: Pulling fs layer 15:37:15 22ff95d597cd: Pulling fs layer 15:37:15 12d6caf4c0d1: Pulling fs layer 15:37:15 96b7cbca73a9: Pulling fs layer 15:37:15 a7acece74701: Pulling fs layer 15:37:15 21b2b0c7a3f4: Waiting 15:37:15 22ff95d597cd: Waiting 15:37:15 12d6caf4c0d1: Waiting 15:37:15 a7acece74701: Waiting 15:37:15 53926ce57604: Waiting 15:37:15 96b7cbca73a9: Waiting 15:37:15 93c1e223e6f2: Verifying Checksum 15:37:15 93c1e223e6f2: Download complete 15:37:15 4583459ba037: Verifying Checksum 15:37:15 4583459ba037: Download complete 15:37:15 21b2b0c7a3f4: Verifying Checksum 15:37:15 21b2b0c7a3f4: Download complete 15:37:15 22ff95d597cd: Verifying Checksum 15:37:15 22ff95d597cd: Download complete 15:37:15 213ec9aee27d: Verifying Checksum 15:37:15 12d6caf4c0d1: Download complete 15:37:15 213ec9aee27d: Pull complete 15:37:15 4583459ba037: Pull complete 15:37:15 93c1e223e6f2: Pull complete 15:37:15 a7acece74701: Verifying Checksum 15:37:15 a7acece74701: Download complete 15:37:15 53926ce57604: Verifying Checksum 15:37:15 53926ce57604: Download complete 15:37:16 96b7cbca73a9: Verifying Checksum 15:37:16 96b7cbca73a9: Download complete 15:37:20 53926ce57604: Pull complete 15:37:20 21b2b0c7a3f4: Pull complete 15:37:20 22ff95d597cd: Pull complete 15:37:20 12d6caf4c0d1: Pull complete 15:37:22 96b7cbca73a9: Pull complete 15:37:23 a7acece74701: Pull complete 15:37:23 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 15:37:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:37:23 ---> db6d94c90886 15:37:23 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:37:28 Still waiting to schedule task 15:37:28 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 15:37:36 ---> Running in c031d20e8502 15:37:36 Removing intermediate container c031d20e8502 15:37:36 ---> 07e1728f448b 15:37:36 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:37:37 ---> Running in 74d29479477b 15:37:38 Removing intermediate container 74d29479477b 15:37:38 ---> 46bfffc4c2d0 15:37:38 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:37:38 ---> Running in 424356a55179 15:37:39 Removing intermediate container 424356a55179 15:37:39 ---> 2fed554118aa 15:37:39 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:37:39 ---> Running in 78a14a7c7352 15:37:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:37:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:37:40 OK: 211 MiB in 51 packages 15:37:42 Removing intermediate container 78a14a7c7352 15:37:42 ---> 97644c66e3e6 15:37:42 Step 7/12 : WORKDIR /app 15:37:42 ---> Running in 0d1822e067df 15:37:42 Removing intermediate container 0d1822e067df 15:37:42 ---> 11cc54c49481 15:37:42 Step 8/12 : COPY go.mod vendor* ./ 15:37:42 ---> 01bd08f68a00 15:37:42 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:37:42 ---> Running in ba3fa8198622 15:38:29 Removing intermediate container ba3fa8198622 15:38:29 ---> 2144072c37b3 15:38:29 Step 10/12 : COPY . . 15:38:29 ---> b288e235d10b 15:38:29 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:38:29 ---> Running in 227545dae4cd 15:38:29 Removing intermediate container 227545dae4cd 15:38:29 ---> 4720decce348 15:38:29 Step 12/12 : RUN $MAKE 15:38:29 ---> Running in 0c113cd55f67 15:38:29 noop 15:38:29 Removing intermediate container 0c113cd55f67 15:38:29 ---> a034b7c81d32 15:38:29 Successfully built a034b7c81d32 15:38:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:29 + docker inspect -f . ci-base-image-x86_64 15:38:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:38:29 prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container 15:38:30 $ 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 15:38:30 $ docker top 50be4d63f9e3b374538ee300791e1911eb4617d118e3b8cd9d709f4deb1ece1e -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:30 + go version 15:38:30 go version go1.18.7 linux/amd64 [Pipeline] } 15:38:30 $ docker stop --time=1 50be4d63f9e3b374538ee300791e1911eb4617d118e3b8cd9d709f4deb1ece1e 15:38:31 $ docker rm -f --volumes 50be4d63f9e3b374538ee300791e1911eb4617d118e3b8cd9d709f4deb1ece1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:32 + docker inspect -f . ci-base-image-x86_64 15:38:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:38:32 prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container 15:38:32 $ 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 15:38:32 $ docker top c769050e5b11e9d129ba01e1726268fd0c6d40aff762a9c71eff30250db26afd -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:33 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 15:38:33 + make test 15:38:33 go test -race -coverprofile=coverage.out ./... 15:38:55 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:38:55 go vet ./... 15:39:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:39:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:39:03 ./bin/test-attribution-txt.sh [Pipeline] echo 15:39:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:39:03 $ docker stop --time=1 c769050e5b11e9d129ba01e1726268fd0c6d40aff762a9c71eff30250db26afd 15:39:09 $ docker rm -f --volumes c769050e5b11e9d129ba01e1726268fd0c6d40aff762a9c71eff30250db26afd [Pipeline] // withDockerContainer [Pipeline] sh 15:39:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:39:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:39:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:39:10 + ls -al . 15:39:10 total 184 15:39:10 drwxrwxr-x 8 jenkins jenkins 4096 Jan 6 15:38 . 15:39:10 drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 15:36 .. 15:39:10 -rw-rw-r-- 1 jenkins jenkins 119 Jan 6 15:36 .dockerignore 15:39:10 drwxrwxr-x 8 jenkins jenkins 4096 Jan 6 15:37 .git 15:39:10 drwxrwxr-x 3 jenkins jenkins 4096 Jan 6 15:36 .github 15:39:10 -rw-rw-r-- 1 jenkins jenkins 171 Jan 6 15:36 .gitignore 15:39:10 drwxr-xr-x 3 jenkins jenkins 4096 Jan 6 15:37 .semver 15:39:10 -rw-rw-r-- 1 jenkins jenkins 9207 Jan 6 15:36 Attribution.txt 15:39:10 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 6 15:36 CHANGELOG.md 15:39:10 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 6 15:36 Dockerfile 15:39:10 -rw-rw-r-- 1 jenkins jenkins 677 Jan 6 15:36 GOVERNANCE.md 15:39:10 -rw-rw-r-- 1 jenkins jenkins 688 Jan 6 15:36 Jenkinsfile 15:39:10 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 6 15:36 LICENSE 15:39:10 -rw-rw-r-- 1 jenkins jenkins 618 Jan 6 15:36 OWNERS.md 15:39:10 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 6 15:36 README.md 15:39:10 -rw-rw-r-- 1 jenkins jenkins 11 Jan 6 15:37 VERSION 15:39:10 drwxrwxr-x 2 jenkins jenkins 4096 Jan 6 15:36 bin 15:39:10 -rw-r--r-- 1 jenkins jenkins 13 Jan 6 15:38 coverage.out 15:39:10 -rw-rw-r-- 1 jenkins jenkins 3397 Jan 6 15:36 go.mod 15:39:10 -rw-rw-r-- 1 jenkins jenkins 44232 Jan 6 15:36 go.sum 15:39:10 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 6 15:36 main.go 15:39:10 -rw-rw-r-- 1 jenkins jenkins 2078 Jan 6 15:36 makefile 15:39:10 drwxrwxr-x 10 jenkins jenkins 4096 Jan 6 15:36 res 15:39:10 drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 15:36 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:11 + 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=00d8ffd1a5b178530bec1b751018b947d29fdef0 --label arch=amd64 --label version=3.0.0-dev.6 . 15:39:11 Sending build context to Docker daemon 3.207MB 15:39:11 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 15:39:11 Step 2/26 : FROM ${BASE} AS builder 15:39:11 ---> a034b7c81d32 15:39:11 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:39:12 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1271 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 15:39:12 Running in /w/workspace/app-service-configurable/123 [Pipeline] { [Pipeline] checkout 15:39:12 ---> Running in 84ae3197c1a3 15:39:12 Selected Git installation does not exist. Using Default 15:39:12 The recommended git tool is: NONE 15:39:12 Removing intermediate container 84ae3197c1a3 15:39:12 ---> 5bf55923613e 15:39:12 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:39:12 ---> Running in 82fb5c133709 15:39:12 Removing intermediate container 82fb5c133709 15:39:12 ---> 8f940f894ceb 15:39:12 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:39:12 ---> Running in 645d709a371e 15:39:13 Removing intermediate container 645d709a371e 15:39:13 ---> 2e01a9b8c8c9 15:39:13 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:39:13 ---> Running in 47f8f3c3b81b 15:39:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:39:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:39:13 OK: 211 MiB in 51 packages 15:39:14 Removing intermediate container 47f8f3c3b81b 15:39:14 ---> b58bb85458d5 15:39:14 Step 7/26 : WORKDIR /app 15:39:14 ---> Running in 241d2aaee970 15:39:14 Removing intermediate container 241d2aaee970 15:39:14 ---> 11e384d45cb1 15:39:14 Step 8/26 : COPY go.mod vendor* ./ 15:39:14 ---> 97d21b93d60c 15:39:14 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:39:14 ---> Running in 98383ad24186 15:39:15 Removing intermediate container 98383ad24186 15:39:15 ---> e53a50308b0e 15:39:15 Step 10/26 : COPY . . 15:39:15 ---> 72dd4dd845f7 15:39:15 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:39:15 ---> Running in 7c8a041ab67b 15:39:15 Removing intermediate container 7c8a041ab67b 15:39:15 ---> 5454427b4aca 15:39:15 Step 12/26 : RUN $MAKE 15:39:15 ---> Running in 2d8b44c09e3f 15:39:15 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.6" -trimpath -mod=readonly -o app-service-configurable 15:39:17 using credential edgex-jenkins-ssh 15:39:17 Cloning the remote Git repository 15:39:17 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:39:17 > git init /w/workspace/app-service-configurable/123 # timeout=10 15:39:17 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:39:17 > git --version # timeout=10 15:39:17 > git --version # 'git version 2.25.1' 15:39:17 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:39:19 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:39:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:39:19 Avoid second fetch 15:39:19 Checking out Revision 00d8ffd1a5b178530bec1b751018b947d29fdef0 (main) 15:39:20 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#496)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:39:19 > git config core.sparsecheckout # timeout=10 15:39:19 > git checkout -f 00d8ffd1a5b178530bec1b751018b947d29fdef0 # timeout=10 15:39:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:39:21 % Total % Received % Xferd Average Speed Time Time Time Current 15:39:21 Dload Upload Total Spent Left Speed 15:39:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 68553 0 --:--:-- --:--:-- --:--:-- 68553 [Pipeline] sh 15:39:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:39:22 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:39:22 + sudo tee /etc/docker/daemon.new 15:39:22 { 15:39:22 "registry-mirrors": [ 15:39:22 "https://nexus3.edgexfoundry.org:10001" 15:39:22 ], 15:39:22 "bip": "10.250.0.254/24", 15:39:22 "hosts": [ 15:39:22 "tcp://0.0.0.0:5555", 15:39:22 "unix:///var/run/docker.sock" 15:39:22 ], 15:39:22 "mtu": 1458, 15:39:22 "selinux-enabled": true, 15:39:22 "seccomp-profile": "/etc/docker/seccomp.json" 15:39:22 } [Pipeline] sh 15:39:22 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:39:23 + sudo service docker restart 15:39:37 Removing intermediate container 2d8b44c09e3f 15:39:37 ---> 6e6cde4d0f70 15:39:37 Step 13/26 : FROM alpine:3.16 15:39:37 3.16: Pulling from library/alpine 15:39:37 ca7dd9ec2225: Pulling fs layer 15:39:37 ca7dd9ec2225: Verifying Checksum 15:39:37 ca7dd9ec2225: Download complete 15:39:37 ca7dd9ec2225: Pull complete 15:39:37 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:39:37 Status: Downloaded newer image for alpine:3.16 15:39:37 ---> bfe296a52501 15:39:37 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:39:37 ---> Running in b55381dfd514 15:39:37 Removing intermediate container b55381dfd514 15:39:37 ---> 8c59451e75f0 15:39:37 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 15:39:37 ---> Running in 40d24d8cf725 15:39:37 Removing intermediate container 40d24d8cf725 15:39:37 ---> f7745ea7a06f 15:39:37 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 15:39:37 ---> Running in becd1ca9b2e1 15:39:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:39:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:39:37 (1/2) Installing ca-certificates (20220614-r0) 15:39:37 (2/2) Installing dumb-init (1.2.5-r1) 15:39:37 Executing busybox-1.35.0-r17.trigger 15:39:37 Executing ca-certificates-20220614-r0.trigger 15:39:37 OK: 6 MiB in 16 packages 15:39:37 Removing intermediate container becd1ca9b2e1 15:39:37 ---> e983515453c3 15:39:37 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:39:37 ---> c34d8d201391 15:39:37 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 15:39:37 ---> 504c38c41023 15:39:37 Step 19/26 : COPY --from=builder /app/res/ /res/ 15:39:38 ---> 8d132f5693f6 15:39:38 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:39:39 ---> 6c61b3245239 15:39:39 Step 21/26 : EXPOSE 48095 15:39:39 ---> Running in 49053376cfb5 15:39:39 Removing intermediate container 49053376cfb5 15:39:39 ---> 3e5afb3533a6 15:39:39 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 15:39:40 ---> Running in 86d0a4f33782 15:39:40 Removing intermediate container 86d0a4f33782 15:39:40 ---> e2f7a70aab00 15:39:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:39:41 ---> Running in 866bec711856 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:39:41 Removing intermediate container 866bec711856 15:39:41 ---> 3013cb485d1f 15:39:41 Step 24/26 : LABEL arch=amd64 15:39:41 provisioning config files... 15:39:41 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/123@tmp/config9274686252149338804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:39:41 ---> Running in 5ef70480326d 15:39:41 ---> docker-login.sh 15:39:41 nexus3.edgexfoundry.org:10001 15:39:42 Removing intermediate container 5ef70480326d 15:39:42 ---> ab4503818471 15:39:42 Step 25/26 : LABEL git_sha=00d8ffd1a5b178530bec1b751018b947d29fdef0 15:39:42 ---> Running in 13d97f1b28b2 15:39:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:42 Configure a credential helper to remove this warning. See 15:39:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:42 15:39:42 Login Succeeded 15:39:42 nexus3.edgexfoundry.org:10002 15:39:42 Removing intermediate container 13d97f1b28b2 15:39:42 ---> 0280731a13cc 15:39:42 Step 26/26 : LABEL version=3.0.0-dev.6 15:39:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:42 ---> Running in 61bc949a2eba 15:39:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:43 Configure a credential helper to remove this warning. See 15:39:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:43 15:39:43 Login Succeeded 15:39:43 nexus3.edgexfoundry.org:10003 15:39:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:43 Configure a credential helper to remove this warning. See 15:39:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:43 15:39:43 Login Succeeded 15:39:43 nexus3.edgexfoundry.org:10004 15:39:43 Removing intermediate container 61bc949a2eba 15:39:43 ---> 69d75aaaa655 15:39:43 [Warning] One or more build-args [ARCH] were not consumed 15:39:43 Successfully built 69d75aaaa655 15:39:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:43 Configure a credential helper to remove this warning. See 15:39:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:43 15:39:43 Login Succeeded 15:39:43 docker.io 15:39:43 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 15:39:43 provisioning config files... 15:39:43 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3250342500921887032tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:39:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:44 ---> docker-login.sh 15:39:44 nexus3.edgexfoundry.org:10001 15:39:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:44 Configure a credential helper to remove this warning. See 15:39:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:44 15:39:44 Login Succeeded 15:39:44 nexus3.edgexfoundry.org:10002 15:39:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:44 Configure a credential helper to remove this warning. See 15:39:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:44 15:39:44 Login Succeeded 15:39:44 ---> docker-login.sh ends [Pipeline] } 15:39:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:39:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] 15:39:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:44 Configure a credential helper to remove this warning. See 15:39:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:44 15:39:44 Login Succeeded 15:39:44 nexus3.edgexfoundry.org:10003 15:39:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:44 Configure a credential helper to remove this warning. See 15:39:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:44 15:39:44 Login Succeeded 15:39:44 nexus3.edgexfoundry.org:10004 15:39:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] echo 15:39:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:39:44 ========================================================= 15:39:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:39:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:44 Configure a credential helper to remove this warning. See 15:39:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:44 15:39:44 Login Succeeded 15:39:44 docker.io 15:39:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:44 + 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 . 15:39:44 Sending build context to Docker daemon 217.1kB 15:39:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:39:44 Configure a credential helper to remove this warning. See 15:39:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:39:44 15:39:44 Login Succeeded 15:39:44 ---> docker-login.sh ends [Pipeline] } 15:39:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:39:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:39:44 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 15:39:44 00d8ffd1a5b178530bec1b751018b947d29fdef0 15:39:44 latest 15:39:44 3.0.0-dev.6 15:39:44 00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 15:39:44 main 15:39:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:45 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 15:39:45 Step 2/12 : FROM ${BASE} AS builder 15:39:45 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:45 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:39:45 9b18e9b68314: Pulling fs layer 15:39:45 35d82f9e3411: Pulling fs layer 15:39:45 e16973657156: Pulling fs layer 15:39:45 fc693d55d65f: Pulling fs layer 15:39:45 7e9fc2657dce: Pulling fs layer 15:39:45 dda99020689f: Pulling fs layer 15:39:45 db1c61fa0a46: Pulling fs layer 15:39:45 891c053d2c06: Pulling fs layer 15:39:45 fc693d55d65f: Waiting 15:39:45 7e9fc2657dce: Waiting 15:39:45 dda99020689f: Waiting 15:39:45 db1c61fa0a46: Waiting 15:39:45 e16973657156: Download complete 15:39:45 35d82f9e3411: Verifying Checksum 15:39:45 35d82f9e3411: Download complete 15:39:45 7e9fc2657dce: Verifying Checksum 15:39:45 7e9fc2657dce: Download complete 15:39:45 dda99020689f: Verifying Checksum 15:39:45 dda99020689f: Download complete 15:39:45 9b18e9b68314: Verifying Checksum 15:39:45 9b18e9b68314: Download complete 15:39:45 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:00d8ffd1a5b178530bec1b751018b947d29fdef0 15:39:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:39:45 f149ad73ced4: Preparing 15:39:45 1bc9574d1b6a: Preparing 15:39:45 98ba7de21d23: Preparing 15:39:45 7bac921fb721: Preparing 15:39:45 27916e344c0d: Preparing 15:39:45 e5e13b0c77cb: Preparing 15:39:45 e5e13b0c77cb: Waiting 15:39:45 7bac921fb721: Pushed 15:39:45 98ba7de21d23: Pushed 15:39:45 1bc9574d1b6a: Pushed 15:39:45 27916e344c0d: Pushed 15:39:45 e5e13b0c77cb: Layer already exists 15:39:46 891c053d2c06: Verifying Checksum 15:39:46 891c053d2c06: Download complete 15:39:47 9b18e9b68314: Pull complete 15:39:47 db1c61fa0a46: Verifying Checksum 15:39:47 db1c61fa0a46: Download complete 15:39:47 35d82f9e3411: Pull complete 15:39:48 e16973657156: Pull complete 15:39:48 fc693d55d65f: Download complete 15:39:48 f149ad73ced4: Pushed 15:39:48 00d8ffd1a5b178530bec1b751018b947d29fdef0: digest: sha256:deb3690005dd16121b9bfca22e4ab0bba774de9919d8dadcc1e23dac1dd12a5c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:49 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:49 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 15:39:49 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:39:49 f149ad73ced4: Preparing 15:39:49 1bc9574d1b6a: Preparing 15:39:49 98ba7de21d23: Preparing 15:39:49 7bac921fb721: Preparing 15:39:49 27916e344c0d: Preparing 15:39:49 e5e13b0c77cb: Preparing 15:39:49 e5e13b0c77cb: Waiting 15:39:49 27916e344c0d: Layer already exists 15:39:49 1bc9574d1b6a: Layer already exists 15:39:49 f149ad73ced4: Layer already exists 15:39:49 98ba7de21d23: Layer already exists 15:39:49 7bac921fb721: Layer already exists 15:39:49 e5e13b0c77cb: Layer already exists 15:39:49 latest: digest: sha256:deb3690005dd16121b9bfca22e4ab0bba774de9919d8dadcc1e23dac1dd12a5c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:49 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:50 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.6 15:39:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:39:50 f149ad73ced4: Preparing 15:39:50 1bc9574d1b6a: Preparing 15:39:50 98ba7de21d23: Preparing 15:39:50 7bac921fb721: Preparing 15:39:50 27916e344c0d: Preparing 15:39:50 e5e13b0c77cb: Preparing 15:39:50 e5e13b0c77cb: Waiting 15:39:50 1bc9574d1b6a: Layer already exists 15:39:50 f149ad73ced4: Layer already exists 15:39:50 98ba7de21d23: Layer already exists 15:39:50 27916e344c0d: Layer already exists 15:39:50 7bac921fb721: Layer already exists 15:39:50 e5e13b0c77cb: Layer already exists 15:39:50 3.0.0-dev.6: digest: sha256:deb3690005dd16121b9bfca22e4ab0bba774de9919d8dadcc1e23dac1dd12a5c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:50 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:51 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 15:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:39:51 f149ad73ced4: Preparing 15:39:51 1bc9574d1b6a: Preparing 15:39:51 98ba7de21d23: Preparing 15:39:51 7bac921fb721: Preparing 15:39:51 27916e344c0d: Preparing 15:39:51 e5e13b0c77cb: Preparing 15:39:51 e5e13b0c77cb: Waiting 15:39:51 7bac921fb721: Layer already exists 15:39:51 f149ad73ced4: Layer already exists 15:39:51 98ba7de21d23: Layer already exists 15:39:51 27916e344c0d: Layer already exists 15:39:51 1bc9574d1b6a: Layer already exists 15:39:51 e5e13b0c77cb: Layer already exists 15:39:51 00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6: digest: sha256:deb3690005dd16121b9bfca22e4ab0bba774de9919d8dadcc1e23dac1dd12a5c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:51 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:51 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 15:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:39:51 f149ad73ced4: Preparing 15:39:51 1bc9574d1b6a: Preparing 15:39:51 98ba7de21d23: Preparing 15:39:51 7bac921fb721: Preparing 15:39:51 27916e344c0d: Preparing 15:39:51 e5e13b0c77cb: Preparing 15:39:51 e5e13b0c77cb: Waiting 15:39:51 7bac921fb721: Layer already exists 15:39:51 1bc9574d1b6a: Layer already exists 15:39:51 f149ad73ced4: Layer already exists 15:39:51 98ba7de21d23: Layer already exists 15:39:51 27916e344c0d: Layer already exists 15:39:51 e5e13b0c77cb: Layer already exists 15:39:51 main: digest: sha256:deb3690005dd16121b9bfca22e4ab0bba774de9919d8dadcc1e23dac1dd12a5c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:39:51 ===================================================== [Pipeline] echo 15:39:51 taggedImages: 15:39:51 - nexus3.edgexfoundry.org:10004/app-service-configurable:00d8ffd1a5b178530bec1b751018b947d29fdef0 15:39:51 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 15:39:51 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.6 15:39:51 - nexus3.edgexfoundry.org:10004/app-service-configurable:00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 15:39:51 - 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 15:39:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:39:52 15:39:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:39:52 latest: Pulling from edgex-lftools-log-publisher 15:39:52 5eb5b503b376: Pulling fs layer 15:39:52 5c69ac0246d0: Pulling fs layer 15:39:52 ec43610c2a17: Pulling fs layer 15:39:52 3a2ae6a8a46f: Pulling fs layer 15:39:52 33b1e0a273af: Pulling fs layer 15:39:52 5d3b04190fa2: Pulling fs layer 15:39:52 2f39f015ded8: Pulling fs layer 15:39:52 33b1e0a273af: Waiting 15:39:52 5d3b04190fa2: Waiting 15:39:52 2f39f015ded8: Waiting 15:39:52 3a2ae6a8a46f: Waiting 15:39:52 5c69ac0246d0: Download complete 15:39:52 3a2ae6a8a46f: Verifying Checksum 15:39:52 3a2ae6a8a46f: Download complete 15:39:53 33b1e0a273af: Verifying Checksum 15:39:53 33b1e0a273af: Download complete 15:39:53 5d3b04190fa2: Download complete 15:39:53 ec43610c2a17: Verifying Checksum 15:39:53 ec43610c2a17: Download complete 15:39:53 5eb5b503b376: Verifying Checksum 15:39:53 5eb5b503b376: Download complete 15:39:53 2f39f015ded8: Download complete 15:39:54 5eb5b503b376: Pull complete 15:39:54 5c69ac0246d0: Pull complete 15:39:55 ec43610c2a17: Pull complete 15:39:55 3a2ae6a8a46f: Pull complete 15:39:55 33b1e0a273af: Pull complete 15:39:55 5d3b04190fa2: Pull complete 15:39:59 2f39f015ded8: Pull complete 15:39:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:39:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:39:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:39:59 prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container 15:39:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:40:00 fc693d55d65f: Pull complete 15:40:00 7e9fc2657dce: Pull complete 15:40:00 dda99020689f: Pull complete 15:40:05 $ docker top e528b5dc6c5933cbc7a98f9733936194dc680641e9f9d124b88be3e4ccc086a5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:40:05 ---> job-cost.sh 15:40:05 lf-activate-venv: SKIPPING 15:40:05 INFO: No Stack... 15:40:05 INFO: Retrieving Pricing Info for: v3-standard-8 15:40:06 INFO: Archiving Costs [Pipeline] sh 15:40:06 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 15:40:06 + cut -d, -f6 [Pipeline] lock 15:40:06 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] 15:40:06 Resource [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] did not exist. Created. 15:40:06 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:40:06 + echo total: 0.2199999988079071 [Pipeline] stash 15:40:06 Stashed 1 file(s) [Pipeline] } 15:40:06 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] [Pipeline] // lock [Pipeline] } 15:40:06 $ docker stop --time=1 e528b5dc6c5933cbc7a98f9733936194dc680641e9f9d124b88be3e4ccc086a5 15:40:07 db1c61fa0a46: Pull complete 15:40:08 $ docker rm -f --volumes e528b5dc6c5933cbc7a98f9733936194dc680641e9f9d124b88be3e4ccc086a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:40:09 891c053d2c06: Pull complete 15:40:09 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 15:40:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:40:09 ---> f96f9c87975a 15:40:09 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:40:11 ---> Running in 7163aad63f36 15:40:11 Removing intermediate container 7163aad63f36 15:40:11 ---> 9411ead505a5 15:40:11 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:40:11 ---> Running in 411ab8977bdd 15:40:12 Removing intermediate container 411ab8977bdd 15:40:12 ---> a5c0589c02ee 15:40:12 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:40:12 ---> Running in dc3ef07c707f 15:40:12 Removing intermediate container dc3ef07c707f 15:40:12 ---> f532a1f2dcf5 15:40:12 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:40:12 ---> Running in 77e39cd890c4 15:40:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:40:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:40:15 OK: 221 MiB in 51 packages 15:40:16 Removing intermediate container 77e39cd890c4 15:40:16 ---> 3879eac5ecca 15:40:16 Step 7/12 : WORKDIR /app 15:40:16 ---> Running in 0146ce4f0365 15:40:16 Removing intermediate container 0146ce4f0365 15:40:16 ---> 22b20949c064 15:40:16 Step 8/12 : COPY go.mod vendor* ./ 15:40:17 ---> 7f2d5e8c452d 15:40:17 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:40:17 ---> Running in f592c4538cad 15:41:13 Removing intermediate container f592c4538cad 15:41:13 ---> a18a35e6793f 15:41:13 Step 10/12 : COPY . . 15:41:13 ---> e6978e8b999d 15:41:13 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:41:13 ---> Running in 1a9854049b26 15:41:13 Removing intermediate container 1a9854049b26 15:41:13 ---> c4d17d39111b 15:41:13 Step 12/12 : RUN $MAKE 15:41:14 ---> Running in 9267c8d04010 15:41:15 noop 15:41:16 Removing intermediate container 9267c8d04010 15:41:16 ---> 3381976bea08 15:41:16 Successfully built 3381976bea08 15:41:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:16 + docker inspect -f . ci-base-image-arm64 15:41:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:41:17 prd-ubuntu20.04-docker-arm64-4c-16g-1271 does not seem to be running inside a container 15:41:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/123 -v /w/workspace/app-service-configurable/123:/w/workspace/app-service-configurable/123:rw,z -v /w/workspace/app-service-configurable/123@tmp:/w/workspace/app-service-configurable/123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:41:18 $ docker top 48e20923d8cb72f57c3d5cfdcd524564604cf84530c696f60cd70fa2a730118f -eo pid,comm [Pipeline] { [Pipeline] sh 15:41:19 + go version 15:41:19 go version go1.18.7 linux/arm64 [Pipeline] } 15:41:19 $ docker stop --time=1 48e20923d8cb72f57c3d5cfdcd524564604cf84530c696f60cd70fa2a730118f 15:41:20 $ docker rm -f --volumes 48e20923d8cb72f57c3d5cfdcd524564604cf84530c696f60cd70fa2a730118f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:21 + docker inspect -f . ci-base-image-arm64 15:41:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:41:21 prd-ubuntu20.04-docker-arm64-4c-16g-1271 does not seem to be running inside a container 15:41:21 $ 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/123 -v /w/workspace/app-service-configurable/123:/w/workspace/app-service-configurable/123:rw,z -v /w/workspace/app-service-configurable/123@tmp:/w/workspace/app-service-configurable/123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:41:22 $ docker top 6d5503eb38718a00a3e01bffc4f5c5650e3eb559adbcdca5910c07e300b244d2 -eo pid,comm [Pipeline] { [Pipeline] sh 15:41:23 + git config --global --add safe.directory /w/workspace/app-service-configurable/123 [Pipeline] fileExists [Pipeline] sh 15:41:24 + make test 15:41:24 go test -race -coverprofile=coverage.out ./... 15:44:01 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:44:01 go vet ./... 15:45:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:45:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:45:22 ./bin/test-attribution-txt.sh [Pipeline] echo 15:45:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:45:22 $ docker stop --time=1 6d5503eb38718a00a3e01bffc4f5c5650e3eb559adbcdca5910c07e300b244d2 15:45:24 $ docker rm -f --volumes 6d5503eb38718a00a3e01bffc4f5c5650e3eb559adbcdca5910c07e300b244d2 [Pipeline] // withDockerContainer [Pipeline] sh 15:45:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:45:25 Warning: overwriting stash ‘coverage-report’ 15:45:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:45:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:45:27 + ls -al . 15:45:27 total 180 15:45:27 drwxrwxr-x 7 jenkins jenkins 4096 Jan 6 15:41 . 15:45:27 drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 15:39 .. 15:45:27 -rw-rw-r-- 1 jenkins jenkins 119 Jan 6 15:39 .dockerignore 15:45:27 drwxrwxr-x 8 jenkins jenkins 4096 Jan 6 15:39 .git 15:45:27 drwxrwxr-x 3 jenkins jenkins 4096 Jan 6 15:39 .github 15:45:27 -rw-rw-r-- 1 jenkins jenkins 171 Jan 6 15:39 .gitignore 15:45:27 -rw-rw-r-- 1 jenkins jenkins 9207 Jan 6 15:39 Attribution.txt 15:45:27 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 6 15:39 CHANGELOG.md 15:45:27 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 6 15:39 Dockerfile 15:45:27 -rw-rw-r-- 1 jenkins jenkins 677 Jan 6 15:39 GOVERNANCE.md 15:45:27 -rw-rw-r-- 1 jenkins jenkins 688 Jan 6 15:39 Jenkinsfile 15:45:27 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 6 15:39 LICENSE 15:45:27 -rw-rw-r-- 1 jenkins jenkins 618 Jan 6 15:39 OWNERS.md 15:45:27 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 6 15:39 README.md 15:45:27 -rw-rw-r-- 1 jenkins jenkins 11 Jan 6 15:37 VERSION 15:45:27 drwxrwxr-x 2 jenkins jenkins 4096 Jan 6 15:39 bin 15:45:27 -rw-r--r-- 1 jenkins jenkins 13 Jan 6 15:41 coverage.out 15:45:27 -rw-rw-r-- 1 jenkins jenkins 3397 Jan 6 15:39 go.mod 15:45:27 -rw-rw-r-- 1 jenkins jenkins 44232 Jan 6 15:39 go.sum 15:45:27 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 6 15:39 main.go 15:45:27 -rw-rw-r-- 1 jenkins jenkins 2078 Jan 6 15:39 makefile 15:45:27 drwxrwxr-x 10 jenkins jenkins 4096 Jan 6 15:39 res 15:45:27 drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 15:39 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:45:27 + 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=00d8ffd1a5b178530bec1b751018b947d29fdef0 --label arch=arm64 --label version=3.0.0-dev.6 . 15:45:27 Sending build context to Docker daemon 218.1kB 15:45:27 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 15:45:27 Step 2/26 : FROM ${BASE} AS builder 15:45:27 ---> 3381976bea08 15:45:27 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:45:27 ---> Running in 1207a88f2f23 15:45:27 Removing intermediate container 1207a88f2f23 15:45:27 ---> 44be5825c962 15:45:27 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:45:28 ---> Running in 5f21f73f0b82 15:45:28 Removing intermediate container 5f21f73f0b82 15:45:28 ---> 6e57ba41db25 15:45:28 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:45:28 ---> Running in b4964dc88388 15:45:28 Removing intermediate container b4964dc88388 15:45:28 ---> 4c89612c7414 15:45:28 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:45:28 ---> Running in 035629f76a13 15:45:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:45:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:45:30 OK: 221 MiB in 51 packages 15:45:31 Removing intermediate container 035629f76a13 15:45:31 ---> 2fe237cca39d 15:45:31 Step 7/26 : WORKDIR /app 15:45:31 ---> Running in 037d953a2bb6 15:45:31 Removing intermediate container 037d953a2bb6 15:45:31 ---> 92453a734932 15:45:31 Step 8/26 : COPY go.mod vendor* ./ 15:45:32 ---> b3120a396564 15:45:32 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:45:32 ---> Running in c6745d1e2dff 15:45:34 Removing intermediate container c6745d1e2dff 15:45:34 ---> eb66fc2e256c 15:45:34 Step 10/26 : COPY . . 15:45:35 ---> 005b4988a437 15:45:35 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:45:35 ---> Running in 1f6738beeae9 15:45:36 Removing intermediate container 1f6738beeae9 15:45:36 ---> e50c55c4fd32 15:45:36 Step 12/26 : RUN $MAKE 15:45:36 ---> Running in 7f4b4cd5a596 15:45:37 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.6" -trimpath -mod=readonly -o app-service-configurable 15:47:29 Removing intermediate container 7f4b4cd5a596 15:47:29 ---> 49fd9764bebe 15:47:29 Step 13/26 : FROM alpine:3.16 15:47:29 3.16: Pulling from library/alpine 15:47:29 6875df1f5354: Pulling fs layer 15:47:29 6875df1f5354: Download complete 15:47:30 6875df1f5354: Pull complete 15:47:30 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:47:30 Status: Downloaded newer image for alpine:3.16 15:47:30 ---> 2b4661558fb8 15:47:30 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:47:31 ---> Running in 075df5d969f2 15:47:31 Removing intermediate container 075df5d969f2 15:47:31 ---> daf0f815f5c0 15:47:31 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 15:47:31 ---> Running in cec711796cac 15:47:32 Removing intermediate container cec711796cac 15:47:32 ---> 7c5746700b50 15:47:32 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 15:47:32 ---> Running in 43b7d7546c61 15:47:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:47:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:47:34 (1/2) Installing ca-certificates (20220614-r0) 15:47:34 (2/2) Installing dumb-init (1.2.5-r1) 15:47:34 Executing busybox-1.35.0-r17.trigger 15:47:34 Executing ca-certificates-20220614-r0.trigger 15:47:34 OK: 6 MiB in 16 packages 15:47:35 Removing intermediate container 43b7d7546c61 15:47:35 ---> d4568f975a61 15:47:35 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:47:36 ---> 5a6a931c9370 15:47:36 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 15:47:36 ---> 555f1ae4c60d 15:47:36 Step 19/26 : COPY --from=builder /app/res/ /res/ 15:47:36 ---> e926e90813cb 15:47:36 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:47:38 ---> 1d554ddb11cd 15:47:38 Step 21/26 : EXPOSE 48095 15:47:38 ---> Running in e0480f8ac0a4 15:47:38 Removing intermediate container e0480f8ac0a4 15:47:38 ---> 6418119d2896 15:47:38 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 15:47:38 ---> Running in db0349f52b69 15:47:38 Removing intermediate container db0349f52b69 15:47:38 ---> 77206e246064 15:47:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:47:38 ---> Running in fd3758161f72 15:47:39 Removing intermediate container fd3758161f72 15:47:39 ---> cd2c21a60029 15:47:39 Step 24/26 : LABEL arch=arm64 15:47:39 ---> Running in cbda95470f47 15:47:39 Removing intermediate container cbda95470f47 15:47:39 ---> 7d71f94617e6 15:47:39 Step 25/26 : LABEL git_sha=00d8ffd1a5b178530bec1b751018b947d29fdef0 15:47:39 ---> Running in ae6b3910ada7 15:47:39 Removing intermediate container ae6b3910ada7 15:47:39 ---> e3bd868f04ca 15:47:39 Step 26/26 : LABEL version=3.0.0-dev.6 15:47:39 ---> Running in b3f18a41cc75 15:47:40 Removing intermediate container b3f18a41cc75 15:47:40 ---> 59d9004917a0 15:47:40 [Warning] One or more build-args [ARCH] were not consumed 15:47:40 Successfully built 59d9004917a0 15:47:40 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:47:40 provisioning config files... 15:47:40 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/123@tmp/config12256442434367538682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:47:40 ---> docker-login.sh 15:47:40 nexus3.edgexfoundry.org:10001 15:47:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:40 Configure a credential helper to remove this warning. See 15:47:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:40 15:47:40 Login Succeeded 15:47:40 nexus3.edgexfoundry.org:10002 15:47:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:40 Configure a credential helper to remove this warning. See 15:47:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:40 15:47:40 Login Succeeded 15:47:40 nexus3.edgexfoundry.org:10003 15:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:41 Configure a credential helper to remove this warning. See 15:47:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:41 15:47:41 Login Succeeded 15:47:41 nexus3.edgexfoundry.org:10004 15:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:41 Configure a credential helper to remove this warning. See 15:47:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:41 15:47:41 Login Succeeded 15:47:41 docker.io 15:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:42 Configure a credential helper to remove this warning. See 15:47:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:42 15:47:42 Login Succeeded 15:47:42 ---> docker-login.sh ends [Pipeline] } 15:47:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:47:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:47:42 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 15:47:42 00d8ffd1a5b178530bec1b751018b947d29fdef0 15:47:42 latest 15:47:42 3.0.0-dev.6 15:47:42 00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 15:47:42 main 15:47:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:42 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:42 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:00d8ffd1a5b178530bec1b751018b947d29fdef0 15:47:42 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:47:42 2aa524ebbd4f: Preparing 15:47:42 efbe371c5d29: Preparing 15:47:42 42ce11f111a0: Preparing 15:47:42 a8007b0e7f04: Preparing 15:47:42 58515d00ce1d: Preparing 15:47:42 17bec77d7fdc: Preparing 15:47:42 17bec77d7fdc: Waiting 15:47:43 efbe371c5d29: Pushed 15:47:43 42ce11f111a0: Pushed 15:47:43 a8007b0e7f04: Pushed 15:47:43 17bec77d7fdc: Layer already exists 15:47:43 58515d00ce1d: Pushed 15:47:47 2aa524ebbd4f: Pushed 15:47:47 00d8ffd1a5b178530bec1b751018b947d29fdef0: digest: sha256:3cde5388eae168763ea58172a51fb07b0cc48ae7d4a9a88d11486495414a3422 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:48 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:48 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 15:47:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:47:48 2aa524ebbd4f: Preparing 15:47:48 efbe371c5d29: Preparing 15:47:48 42ce11f111a0: Preparing 15:47:48 a8007b0e7f04: Preparing 15:47:48 58515d00ce1d: Preparing 15:47:48 17bec77d7fdc: Preparing 15:47:48 17bec77d7fdc: Waiting 15:47:48 42ce11f111a0: Layer already exists 15:47:48 efbe371c5d29: Layer already exists 15:47:48 a8007b0e7f04: Layer already exists 15:47:48 2aa524ebbd4f: Layer already exists 15:47:48 58515d00ce1d: Layer already exists 15:47:48 17bec77d7fdc: Layer already exists 15:47:48 latest: digest: sha256:3cde5388eae168763ea58172a51fb07b0cc48ae7d4a9a88d11486495414a3422 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:49 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:49 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.6 15:47:49 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:47:49 2aa524ebbd4f: Preparing 15:47:49 efbe371c5d29: Preparing 15:47:49 42ce11f111a0: Preparing 15:47:49 a8007b0e7f04: Preparing 15:47:49 58515d00ce1d: Preparing 15:47:49 17bec77d7fdc: Preparing 15:47:49 17bec77d7fdc: Waiting 15:47:49 58515d00ce1d: Layer already exists 15:47:49 2aa524ebbd4f: Layer already exists 15:47:49 42ce11f111a0: Layer already exists 15:47:49 a8007b0e7f04: Layer already exists 15:47:49 efbe371c5d29: Layer already exists 15:47:49 17bec77d7fdc: Layer already exists 15:47:49 3.0.0-dev.6: digest: sha256:3cde5388eae168763ea58172a51fb07b0cc48ae7d4a9a88d11486495414a3422 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:49 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:50 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 15:47:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:47:50 2aa524ebbd4f: Preparing 15:47:50 efbe371c5d29: Preparing 15:47:50 42ce11f111a0: Preparing 15:47:50 a8007b0e7f04: Preparing 15:47:50 58515d00ce1d: Preparing 15:47:50 17bec77d7fdc: Preparing 15:47:50 efbe371c5d29: Layer already exists 15:47:50 2aa524ebbd4f: Layer already exists 15:47:50 a8007b0e7f04: Layer already exists 15:47:50 42ce11f111a0: Layer already exists 15:47:50 58515d00ce1d: Layer already exists 15:47:50 17bec77d7fdc: Layer already exists 15:47:50 00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6: digest: sha256:3cde5388eae168763ea58172a51fb07b0cc48ae7d4a9a88d11486495414a3422 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:50 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:51 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 15:47:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:47:51 2aa524ebbd4f: Preparing 15:47:51 efbe371c5d29: Preparing 15:47:51 42ce11f111a0: Preparing 15:47:51 a8007b0e7f04: Preparing 15:47:51 58515d00ce1d: Preparing 15:47:51 17bec77d7fdc: Preparing 15:47:51 17bec77d7fdc: Waiting 15:47:51 2aa524ebbd4f: Layer already exists 15:47:51 58515d00ce1d: Layer already exists 15:47:51 a8007b0e7f04: Layer already exists 15:47:51 efbe371c5d29: Layer already exists 15:47:51 42ce11f111a0: Layer already exists 15:47:51 17bec77d7fdc: Layer already exists 15:47:51 main: digest: sha256:3cde5388eae168763ea58172a51fb07b0cc48ae7d4a9a88d11486495414a3422 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:47:51 ===================================================== [Pipeline] echo 15:47:51 taggedImages: 15:47:51 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:00d8ffd1a5b178530bec1b751018b947d29fdef0 15:47:51 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 15:47:51 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.6 15:47:51 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 15:47:51 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:47:51 15:47:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:47:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:47:52 arm64: Pulling from edgex-lftools-log-publisher 15:47:52 8998bd30e6a1: Pulling fs layer 15:47:52 04944245beec: Pulling fs layer 15:47:52 699f458cf7ca: Pulling fs layer 15:47:52 765212b225bb: Pulling fs layer 15:47:52 f23df028b6ca: Pulling fs layer 15:47:52 d65c8cfc05b1: Pulling fs layer 15:47:52 2437ff75d9bd: Pulling fs layer 15:47:52 765212b225bb: Waiting 15:47:52 f23df028b6ca: Waiting 15:47:52 d65c8cfc05b1: Waiting 15:47:52 2437ff75d9bd: Waiting 15:47:52 04944245beec: Verifying Checksum 15:47:52 04944245beec: Download complete 15:47:52 765212b225bb: Verifying Checksum 15:47:52 765212b225bb: Download complete 15:47:52 f23df028b6ca: Verifying Checksum 15:47:52 f23df028b6ca: Download complete 15:47:52 d65c8cfc05b1: Verifying Checksum 15:47:52 d65c8cfc05b1: Download complete 15:47:52 699f458cf7ca: Verifying Checksum 15:47:52 699f458cf7ca: Download complete 15:47:52 8998bd30e6a1: Download complete 15:47:54 2437ff75d9bd: Verifying Checksum 15:47:54 2437ff75d9bd: Download complete 15:47:56 8998bd30e6a1: Pull complete 15:47:56 04944245beec: Pull complete 15:47:57 699f458cf7ca: Pull complete 15:47:58 765212b225bb: Pull complete 15:47:58 f23df028b6ca: Pull complete 15:47:58 d65c8cfc05b1: Pull complete 15:48:11 2437ff75d9bd: Pull complete 15:48:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:48:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:48:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:48:11 prd-ubuntu20.04-docker-arm64-4c-16g-1271 does not seem to be running inside a container 15:48:11 $ 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/123 -v /w/workspace/app-service-configurable/123:/w/workspace/app-service-configurable/123:rw,z -v /w/workspace/app-service-configurable/123@tmp:/w/workspace/app-service-configurable/123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:48:13 $ docker top 0a87f44b15621bf1664c81feb40d2ee65020df2ee8c3ec737c02bbc0da135f0f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:48:14 ---> job-cost.sh 15:48:14 lf-activate-venv: SKIPPING 15:48:14 INFO: No Stack... 15:48:15 INFO: Retrieving Pricing Info for: v3-standard-4 15:48:15 INFO: Archiving Costs [Pipeline] sh 15:48:16 + + cut -d, -f6 15:48:16 cat /w/workspace/app-service-configurable/123/archives/cost.csv [Pipeline] lock 15:48:16 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] 15:48:16 Resource [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] did not exist. Created. 15:48:16 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:48:16 /w/workspace/app-service-configurable/123@tmp/durable-b3cc2b2f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:48:16 + echo total: 0.10999999940395355 [Pipeline] stash 15:48:16 Warning: overwriting stash ‘stack-cost’ 15:48:16 Stashed 1 file(s) [Pipeline] } 15:48:16 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] [Pipeline] // lock [Pipeline] } 15:48:16 $ docker stop --time=1 0a87f44b15621bf1664c81feb40d2ee65020df2ee8c3ec737c02bbc0da135f0f 15:48:18 $ docker rm -f --volumes 0a87f44b15621bf1664c81feb40d2ee65020df2ee8c3ec737c02bbc0da135f0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 15:48:18 provisioning config files... 15:48:18 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5104404910708684696tmp [Pipeline] { [Pipeline] sh 15:48:19 + set +x 15:48:19 + curl -s https://codecov.io/bash 15:48:19 + bash -s -- 15:48:19 15:48:19 _____ _ 15:48:19 / ____| | | 15:48:19 | | ___ __| | ___ ___ _____ __ 15:48:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:48:19 | |___| (_) | (_| | __/ (_| (_) \ V / 15:48:19 \_____\___/ \__,_|\___|\___\___/ \_/ 15:48:19 Bash-1.0.6 15:48:19 15:48:19 15:48:19 ==> git version 2.25.1 found 15:48:19 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 15:48:19 Release-Date: 2020-01-08 15:48:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:48:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:48:19 ==> Jenkins CI detected. 15:48:19 current dir:  /w/workspace/ry_app-service-configurable_main 15:48:19 project root: . 15:48:19 --> token set from env 15:48:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:48:19 ==> Running gcov in . (disable via -X gcov) 15:48:19 ==> Python coveragepy not found 15:48:19 ==> Searching for coverage reports in: 15:48:19 + . 15:48:19 -> Found 1 reports 15:48:19 ==> Detecting git/mercurial file structure 15:48:19 ==> Reading reports 15:48:19 + ./coverage.out bytes=13 15:48:19 ==> Appending adjustments 15:48:19 https://docs.codecov.io/docs/fixing-reports 15:48:19 + Found adjustments 15:48:19 ==> Gzipping contents 15:48:19 4.0K /tmp/codecov.UkK2dE.gz 15:48:19 ==> Uploading reports 15:48:19 url: https://codecov.io 15:48:19 query: branch=main&commit=00d8ffd1a5b178530bec1b751018b947d29fdef0&build=123&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F123%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 15:48:19 -> Pinging Codecov 15:48:19 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=00d8ffd1a5b178530bec1b751018b947d29fdef0&build=123&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F123%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 15:48:19 -> Uploading to 15:48:19 https://storage.googleapis.com/codecov/v4/raw/2023-01-06/A97CA9966030D2A3747ED39772930CCE/00d8ffd1a5b178530bec1b751018b947d29fdef0/3ae38436-ec7c-4a4e-8ddb-17b4b63b6810.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230106%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230106T154819Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dd646d56e3dd457f197673714591189e1d7e54e7d6a2d5c351c698f414e71c43 15:48:19 % Total % Received % Xferd Average Speed Time Time Time Current 15:48:19 Dload Upload Total Spent Left Speed 15:48:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 530 0 0 100 530 0 2120 --:--:-- --:--:-- --:--:-- 2120 15:48:19 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] } 15:48:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:48:19 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:48:19 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:48:20 15:48:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:48:20 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:48:20 df9b9388f04a: Pulling fs layer 15:48:20 52dc419b0ee2: Pulling fs layer 15:48:20 25bc292e5bac: Pulling fs layer 15:48:20 114826534d7a: Pulling fs layer 15:48:20 4657fd5d0bcf: Pulling fs layer 15:48:20 6ad1cebc031e: Pulling fs layer 15:48:20 8a3aa393b2d8: Pulling fs layer 15:48:20 4657fd5d0bcf: Waiting 15:48:20 6ad1cebc031e: Waiting 15:48:20 114826534d7a: Waiting 15:48:20 25bc292e5bac: Verifying Checksum 15:48:20 25bc292e5bac: Download complete 15:48:20 52dc419b0ee2: Download complete 15:48:20 4657fd5d0bcf: Verifying Checksum 15:48:20 4657fd5d0bcf: Download complete 15:48:20 df9b9388f04a: Verifying Checksum 15:48:20 df9b9388f04a: Download complete 15:48:20 6ad1cebc031e: Verifying Checksum 15:48:20 6ad1cebc031e: Download complete 15:48:21 df9b9388f04a: Pull complete 15:48:21 52dc419b0ee2: Pull complete 15:48:21 114826534d7a: Verifying Checksum 15:48:21 114826534d7a: Download complete 15:48:21 25bc292e5bac: Pull complete 15:48:22 8a3aa393b2d8: Download complete 15:48:26 114826534d7a: Pull complete 15:48:26 4657fd5d0bcf: Pull complete 15:48:26 6ad1cebc031e: Pull complete 15:48:34 8a3aa393b2d8: Pull complete 15:48:34 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:48:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:48:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:48:34 prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container 15:48:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:48:43 $ docker top a5edc82fe62c53e53f02026beddc8c16e317f8483355b1bbe08f62251b06fe59 -eo pid,comm [Pipeline] { [Pipeline] echo 15:48:43 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 15:48:43 + set -o pipefail 15:48:43 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 15:48:49 15:48:49 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 15:48:49 15:48:49 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/1834b0dc-e950-48ee-82a7-b24975d1762f 15:48:49 15:48:49 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:48:49 15:48:49 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:48:49 15:48:50 15:48:50 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:48:50 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:48:50 More details here: https://snyk.co/ue1NS [Pipeline] } 15:48:50 $ docker stop --time=1 a5edc82fe62c53e53f02026beddc8c16e317f8483355b1bbe08f62251b06fe59 15:48:57 $ docker rm -f --volumes a5edc82fe62c53e53f02026beddc8c16e317f8483355b1bbe08f62251b06fe59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:48:58 + git log --format=format:%s -1 00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] sh 15:48:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:48:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:48:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:48:59 prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container 15:48:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:49:00 $ docker top 0100af674ec70987588b91d0192ed01af73582345feffc96cb32a105373c8071 -eo pid,comm 15:49:00 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:49:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:49:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:49:00 [ssh-agent] Looking for ssh-agent implementation... 15:49:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:49:00 $ docker exec 0100af674ec70987588b91d0192ed01af73582345feffc96cb32a105373c8071 ssh-agent 15:49:00 SSH_AUTH_SOCK=/tmp/ssh-ZkblA6aJ0LqH/agent.33 15:49:00 SSH_AGENT_PID=39 15:49:00 Running ssh-add (command line suppressed) 15:49:00 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_213100506488293566.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_213100506488293566.key) 15:49:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:49:01 + git semver tag 15:49:01 2023-01-06 15:49:01,476 [run_tag] DEBUG tag force:False 15:49:01 2023-01-06 15:49:01,476 [check_head_tag] DEBUG check head tag 15:49:01 2023-01-06 15:49:01,477 [execute] INFO git cat-file --batch-check 15:49:01 2023-01-06 15:49:01,477 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 15:49:01 2023-01-06 15:49:01,480 [execute] INFO git cat-file --batch 15:49:01 2023-01-06 15:49:01,480 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 15:49:01 2023-01-06 15:49:01,500 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:49:01 2023-01-06 15:49:01,501 [execute] INFO git tag -a v3.0.0-dev.6 -m v3.0.0-dev.6 15:49:01 2023-01-06 15:49:01,501 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.6', '-m', 'v3.0.0-dev.6'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 15:49:01 2023-01-06 15:49:01,505 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:49:01 3.0.0-dev.6 [Pipeline] } 15:49:01 $ docker exec --env ******** --env ******** 0100af674ec70987588b91d0192ed01af73582345feffc96cb32a105373c8071 ssh-agent -k 15:49:01 unset SSH_AUTH_SOCK; 15:49:01 unset SSH_AGENT_PID; 15:49:01 echo Agent pid 39 killed; 15:49:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:49:02 + git semver [Pipeline] } 15:49:02 $ docker stop --time=1 0100af674ec70987588b91d0192ed01af73582345feffc96cb32a105373c8071 15:49:04 $ docker rm -f --volumes 0100af674ec70987588b91d0192ed01af73582345feffc96cb32a105373c8071 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:49:04 15:49:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:49:05 0.23.1-centos7: Pulling from edgex-lftools 15:49:05 ab5ef0e58194: Pulling fs layer 15:49:05 9712f1f96733: Pulling fs layer 15:49:05 63f879dbbcfc: Pulling fs layer 15:49:05 0d9ebad4ef96: Pulling fs layer 15:49:05 e9a5061849ea: Pulling fs layer 15:49:05 d747dcd14b5f: Pulling fs layer 15:49:05 2de7ff778b66: Pulling fs layer 15:49:05 e9a5061849ea: Waiting 15:49:05 d747dcd14b5f: Waiting 15:49:05 2de7ff778b66: Waiting 15:49:05 0d9ebad4ef96: Waiting 15:49:05 9712f1f96733: Download complete 15:49:06 63f879dbbcfc: Verifying Checksum 15:49:06 63f879dbbcfc: Download complete 15:49:06 e9a5061849ea: Verifying Checksum 15:49:06 e9a5061849ea: Download complete 15:49:06 d747dcd14b5f: Verifying Checksum 15:49:06 d747dcd14b5f: Download complete 15:49:06 0d9ebad4ef96: Verifying Checksum 15:49:06 0d9ebad4ef96: Download complete 15:49:06 ab5ef0e58194: Verifying Checksum 15:49:06 ab5ef0e58194: Download complete 15:49:06 2de7ff778b66: Verifying Checksum 15:49:06 2de7ff778b66: Download complete 15:49:09 ab5ef0e58194: Pull complete 15:49:09 9712f1f96733: Pull complete 15:49:10 63f879dbbcfc: Pull complete 15:49:14 0d9ebad4ef96: Pull complete 15:49:14 e9a5061849ea: Pull complete 15:49:14 d747dcd14b5f: Pull complete 15:49:16 2de7ff778b66: Pull complete 15:49:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:49:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:49:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:49:16 prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container 15:49:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:49:24 $ docker top f86e3012c92d0d25c6de027ec7126322363b75363d6dbf011bc38fe8d6dd869a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:49:24 provisioning config files... 15:49:24 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12900738492422750931tmp 15:49:24 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6351722084421786854tmp 15:49:24 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2517274060986948380tmp [Pipeline] { [Pipeline] echo 15:49:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:49:24 ---> sigul-configuration.sh 15:49:24 gpg: directory `/root/.gnupg' created 15:49:24 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:49:24 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:49:24 gpg: keyring `/root/.gnupg/secring.gpg' created 15:49:24 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:49:24 gpg: CAST5 encrypted data 15:49:24 gpg: encrypted with 1 passphrase 15:49:24 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:49:24 + mkdir /home/jenkins 15:49:24 + mkdir /home/jenkins/sigul [Pipeline] sh 15:49:25 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:49:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:49:25 ---> sigul-install.sh 15:49:25 Sigul already installed; skipping installation. [Pipeline] sh 15:49:25 + git tag --list 15:49:25 v1.0.0 15:49:25 v1.1.0 15:49:25 v1.2.0 15:49:25 v1.3.0 15:49:25 v1.3.1 15:49:25 v2.0.0 15:49:25 v2.0.1 15:49:25 v2.1.0 15:49:25 v2.1.1 15:49:25 v2.1.1-dev.1 15:49:25 v2.1.1-dev.2 15:49:25 v2.2.0 15:49:25 v2.2.1-dev.1 15:49:25 v2.2.1-dev.10 15:49:25 v2.2.1-dev.2 15:49:25 v2.2.1-dev.3 15:49:25 v2.2.1-dev.4 15:49:25 v2.2.1-dev.5 15:49:25 v2.2.1-dev.6 15:49:25 v2.2.1-dev.7 15:49:25 v2.2.1-dev.8 15:49:25 v2.2.1-dev.9 15:49:25 v2.3.0 15:49:25 v2.3.0-dev.10 15:49:25 v2.3.0-dev.11 15:49:25 v2.3.0-dev.12 15:49:25 v2.3.0-dev.13 15:49:25 v2.3.0-dev.14 15:49:25 v2.3.0-dev.15 15:49:25 v2.3.0-dev.16 15:49:25 v2.3.0-dev.17 15:49:25 v2.3.0-dev.18 15:49:25 v2.3.0-dev.19 15:49:25 v2.3.0-dev.20 15:49:25 v2.3.0-dev.21 15:49:25 v2.3.0-dev.22 15:49:25 v2.3.0-dev.23 15:49:25 v2.3.0-dev.24 15:49:25 v2.3.0-dev.25 15:49:25 v2.3.0-dev.26 15:49:25 v2.3.0-dev.27 15:49:25 v2.3.0-dev.28 15:49:25 v2.3.0-dev.29 15:49:25 v2.3.0-dev.30 15:49:25 v2.3.0-dev.31 15:49:25 v2.3.0-dev.32 15:49:25 v2.3.0-dev.33 15:49:25 v2.3.0-dev.34 15:49:25 v2.3.0-dev.35 15:49:25 v2.3.0-dev.36 15:49:25 v2.3.0-dev.37 15:49:25 v3.0.0-dev.1 15:49:25 v3.0.0-dev.2 15:49:25 v3.0.0-dev.3 15:49:25 v3.0.0-dev.4 15:49:25 v3.0.0-dev.5 15:49:25 v3.0.0-dev.6 [Pipeline] sh 15:49:26 + lftools sign git-tag v3.0.0-dev.6 15:49:26 Signing Git tag with Sigul... 15:49:26 Signing v3.0.0-dev.6 [Pipeline] echo 15:49:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:49:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:49:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:49:27 $ docker stop --time=1 f86e3012c92d0d25c6de027ec7126322363b75363d6dbf011bc38fe8d6dd869a 15:49:28 $ docker rm -f --volumes f86e3012c92d0d25c6de027ec7126322363b75363d6dbf011bc38fe8d6dd869a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:49:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:49:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:49:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:49:29 prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container 15:49:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:49:30 $ docker top 01909ac5a048e684bd021ce00e219b85584f01b9a76187b3cd87b497b2ae207c -eo pid,comm 15:49:30 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:49:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:49:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:49:30 [ssh-agent] Looking for ssh-agent implementation... 15:49:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:49:30 $ docker exec 01909ac5a048e684bd021ce00e219b85584f01b9a76187b3cd87b497b2ae207c ssh-agent 15:49:31 SSH_AUTH_SOCK=/tmp/ssh-cEwM2hwvZi36/agent.15 15:49:31 SSH_AGENT_PID=21 15:49:31 Running ssh-add (command line suppressed) 15:49:31 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_15279624144584107166.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_15279624144584107166.key) 15:49:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:49:31 + git semver bump pre 15:49:31 2023-01-06 15:49:31,703 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:49:31 2023-01-06 15:49:31,703 [bump_version] DEBUG bumping version:3.0.0-dev.6 on axis:pre with prefix:dev 15:49:31 2023-01-06 15:49:31,703 [bump_version] DEBUG bumped version:3.0.0-dev.7 15:49:31 2023-01-06 15:49:31,703 [write_version] DEBUG write version:3.0.0-dev.7 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 15:49:31 2023-01-06 15:49:31,704 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:49:31 2023-01-06 15:49:31,704 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 15:49:31 2023-01-06 15:49:31,708 [execute] INFO git cat-file --batch-check 15:49:31 2023-01-06 15:49:31,709 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 15:49:31 2023-01-06 15:49:31,715 [execute] INFO git cat-file --batch 15:49:31 2023-01-06 15:49:31,715 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 15:49:31 2023-01-06 15:49:31,719 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:49:31 3.0.0-dev.7 [Pipeline] } 15:49:32 $ docker exec --env ******** --env ******** 01909ac5a048e684bd021ce00e219b85584f01b9a76187b3cd87b497b2ae207c ssh-agent -k 15:49:32 unset SSH_AUTH_SOCK; 15:49:32 unset SSH_AGENT_PID; 15:49:32 echo Agent pid 21 killed; 15:49:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:49:32 + git semver [Pipeline] } 15:49:32 $ docker stop --time=1 01909ac5a048e684bd021ce00e219b85584f01b9a76187b3cd87b497b2ae207c 15:49:34 $ docker rm -f --volumes 01909ac5a048e684bd021ce00e219b85584f01b9a76187b3cd87b497b2ae207c [Pipeline] // withDockerContainer [Pipeline] sh 15:49:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:49:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:49:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:49:35 prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container 15:49:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:49:36 $ docker top deeac6714b291a8b95ad6d061e1f92d5810f85a3b7e242fd87e39824386a0a93 -eo pid,comm 15:49:36 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:49:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:49:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:49:36 [ssh-agent] Looking for ssh-agent implementation... 15:49:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:49:36 $ docker exec deeac6714b291a8b95ad6d061e1f92d5810f85a3b7e242fd87e39824386a0a93 ssh-agent 15:49:36 SSH_AUTH_SOCK=/tmp/ssh-jCiETMbDhDCM/agent.14 15:49:36 SSH_AGENT_PID=20 15:49:36 Running ssh-add (command line suppressed) 15:49:37 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_141919394885802890.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_141919394885802890.key) 15:49:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:49:37 + git semver push 15:49:37 2023-01-06 15:49:37,510 [run_push] DEBUG push 15:49:37 2023-01-06 15:49:37,511 [execute] INFO git cat-file --batch-check 15:49:37 2023-01-06 15:49:37,512 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 15:49:37 2023-01-06 15:49:37,515 [execute] INFO git rev-list fc7628133974b16683167d0f63fff658debb1cef -- 15:49:37 2023-01-06 15:49:37,516 [execute] DEBUG Popen(['git', 'rev-list', 'fc7628133974b16683167d0f63fff658debb1cef', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 15:49:37 2023-01-06 15:49:37,525 [execute] INFO git fetch -v origin 15:49:37 2023-01-06 15:49:37,526 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 15:49:38 2023-01-06 15:49:38,041 [run_push] DEBUG no remote changes detected 15:49:38 2023-01-06 15:49:38,041 [execute] INFO git push origin semver 15:49:38 2023-01-06 15:49:38,042 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 15:49:39 2023-01-06 15:49:38,952 [run_push] DEBUG push all version tags 15:49:39 2023-01-06 15:49:38,952 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:49:39 2023-01-06 15:49:38,953 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 15:49:40 2023-01-06 15:49:39,803 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:49:40 3.0.0-dev.7 [Pipeline] } 15:49:40 $ docker exec --env ******** --env ******** deeac6714b291a8b95ad6d061e1f92d5810f85a3b7e242fd87e39824386a0a93 ssh-agent -k 15:49:40 unset SSH_AUTH_SOCK; 15:49:40 unset SSH_AGENT_PID; 15:49:40 echo Agent pid 20 killed; 15:49:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:49:40 + git semver [Pipeline] } 15:49:40 $ docker stop --time=1 deeac6714b291a8b95ad6d061e1f92d5810f85a3b7e242fd87e39824386a0a93 15:49:42 $ docker rm -f --volumes deeac6714b291a8b95ad6d061e1f92d5810f85a3b7e242fd87e39824386a0a93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 15:49:43 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 15:49:43 + ls -al /w/workspace/ry_app-service-configurable_main/archives 15:49:43 total 16 15:49:43 drwxr-xr-x 3 root root 4096 Jan 6 15:40 . 15:49:43 drwxrwxr-x 9 jenkins jenkins 4096 Jan 6 15:49 .. 15:49:43 drwxr-xr-x 2 root root 4096 Jan 6 15:40 cost 15:49:43 -rw-r--r-- 1 root root 96 Jan 6 15:40 cost.csv 15:49:43 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 15:49:43 + ls -al /w/workspace/ry_app-service-configurable_main/archives 15:49:43 total 16 15:49:43 drwxr-xr-x 3 jenkins jenkins 4096 Jan 6 15:40 . 15:49:43 drwxrwxr-x 9 jenkins jenkins 4096 Jan 6 15:49 .. 15:49:43 drwxr-xr-x 2 jenkins jenkins 4096 Jan 6 15:40 cost 15:49:43 -rw-r--r-- 1 jenkins jenkins 96 Jan 6 15:40 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:49:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:49:44 ---> package-listing.sh 15:49:44 ++ facter osfamily 15:49:44 ++ tr '[:upper:]' '[:lower:]' 15:49:44 + OS_FAMILY=debian 15:49:44 + workspace=/w/workspace/ry_app-service-configurable_main 15:49:44 + START_PACKAGES=/tmp/packages_start.txt 15:49:44 + END_PACKAGES=/tmp/packages_end.txt 15:49:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:49:44 + PACKAGES=/tmp/packages_start.txt 15:49:44 + '[' /w/workspace/ry_app-service-configurable_main ']' 15:49:44 + PACKAGES=/tmp/packages_end.txt 15:49:44 + case "${OS_FAMILY}" in 15:49:44 + dpkg -l 15:49:44 + grep '^ii' 15:49:44 + '[' -f /tmp/packages_start.txt ']' 15:49:44 + '[' -f /tmp/packages_end.txt ']' 15:49:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:49:45 + '[' /w/workspace/ry_app-service-configurable_main ']' 15:49:45 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 15:49:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 15:49:45 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:49:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:49:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:49:45 prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container 15:49:45 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:49:46 $ docker top 98c29a8e33f12a1dfe361bdaa3406aeac11cb4738d8610bc04eb98e4b9cc6f2b -eo pid,comm [Pipeline] { [Pipeline] sh 15:49:47 + touch /tmp/pre-build-complete [Pipeline] sh 15:49:47 + mkdir -p /var/log/sysstat [Pipeline] sh 15:49:47 + ls /var/log/sa-host 15:49:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:49:47 provisioning config files... 15:49:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7310072025821367847tmp [Pipeline] { [Pipeline] echo 15:49:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:49:48 ---> create-netrc.sh [Pipeline] } 15:49:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:49:48 ---> python-tools-install.sh [Pipeline] echo 15:49:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:49:48 ---> sudo-logs.sh 15:49:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:49:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:49:49 ---> job-cost.sh 15:49:49 lf-activate-venv: SKIPPING 15:49:49 DEBUG: total: 0.2199999988079071 15:49:49 INFO: Retrieving Stack Cost... 15:49:49 INFO: Retrieving Pricing Info for: v3-standard-8 15:49:49 INFO: Archiving Costs [Pipeline] echo 15:49:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:49:50 ---> logs-deploy.sh 15:49:50 lf-activate-venv: SKIPPING 15:49:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/123 15:49:50 INFO: archiving workspace using pattern(s): 15:49:51 Archives upload complete. 15:49:51 INFO: archiving logs to Nexus 15:49:52 ---> uname -a: 15:49:52 Linux prd-ubuntu20-04-docker-8c-8g-1270 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 15:49:52 15:49:52 15:49:52 ---> lscpu: 15:49:52 Architecture: x86_64 15:49:52 CPU op-mode(s): 32-bit, 64-bit 15:49:52 Byte Order: Little Endian 15:49:52 Address sizes: 40 bits physical, 48 bits virtual 15:49:52 CPU(s): 8 15:49:52 On-line CPU(s) list: 0-7 15:49:52 Thread(s) per core: 1 15:49:52 Core(s) per socket: 1 15:49:52 Socket(s): 8 15:49:52 NUMA node(s): 1 15:49:52 Vendor ID: AuthenticAMD 15:49:52 CPU family: 23 15:49:52 Model: 49 15:49:52 Model name: AMD EPYC-Rome Processor 15:49:52 Stepping: 0 15:49:52 CPU MHz: 2800.002 15:49:52 BogoMIPS: 5600.00 15:49:52 Virtualization: AMD-V 15:49:52 Hypervisor vendor: KVM 15:49:52 Virtualization type: full 15:49:52 L1d cache: 256 KiB 15:49:52 L1i cache: 256 KiB 15:49:52 L2 cache: 4 MiB 15:49:52 L3 cache: 128 MiB 15:49:52 NUMA node0 CPU(s): 0-7 15:49:52 Vulnerability Itlb multihit: Not affected 15:49:52 Vulnerability L1tf: Not affected 15:49:52 Vulnerability Mds: Not affected 15:49:52 Vulnerability Meltdown: Not affected 15:49:52 Vulnerability Mmio stale data: Not affected 15:49:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:49:52 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 15:49:52 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 15:49:52 Vulnerability Srbds: Not affected 15:49:52 Vulnerability Tsx async abort: Not affected 15:49:52 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 15:49:52 15:49:52 15:49:52 ---> nproc: 15:49:52 8 15:49:52 15:49:52 15:49:52 ---> df -h: 15:49:52 Filesystem Size Used Avail Use% Mounted on 15:49:52 overlay 155G 13G 143G 9% / 15:49:52 tmpfs 64M 0 64M 0% /dev 15:49:52 tmpfs 16G 0 16G 0% /sys/fs/cgroup 15:49:52 shm 64M 0 64M 0% /dev/shm 15:49:52 /dev/vda1 155G 13G 143G 9% /facter-os 15:49:52 15:49:52 15:49:52 ---> sar -b -r -n DEV: 15:49:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1270) 01/06/23 _x86_64_ (8 CPU) 15:49:52 15:49:52 15:35:50 LINUX RESTART (8 CPU) 15:49:52 15:49:52 15:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:49:52 15:37:02 101.28 45.21 56.07 0.00 5055.29 163632.06 0.00 15:49:52 15:38:01 140.09 3.68 136.42 0.00 379.60 55253.55 0.00 15:49:52 15:39:01 64.22 0.02 64.21 0.00 0.80 21227.55 0.00 15:49:52 15:40:01 164.39 0.30 164.09 0.00 24.13 32179.17 0.00 15:49:52 15:41:01 34.23 1.55 32.68 0.00 86.65 14360.14 0.00 15:49:52 15:42:01 46.33 9.03 37.29 0.00 5069.02 6896.72 0.00 15:49:52 15:43:01 3.87 0.02 3.85 0.00 0.13 96.65 0.00 15:49:52 15:44:01 1.77 0.00 1.77 0.00 0.00 19.33 0.00 15:49:52 15:45:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 15:49:52 15:46:01 1.68 0.00 1.68 0.00 0.00 18.53 0.00 15:49:52 15:47:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 15:49:52 15:48:01 3.68 1.02 2.67 0.00 21.86 33.58 0.00 15:49:52 15:49:01 61.52 0.22 61.31 0.00 11.20 37073.42 0.00 15:49:52 Average: 47.97 4.70 43.28 0.00 819.67 25408.38 0.00 15:49:52 15:49:52 15:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:49:52 15:37:02 30049380 31686792 666720 2.03 58704 1882020 1867620 5.50 881028 1659084 288324 15:49:52 15:38:01 28549256 31596780 708072 2.15 105956 3166584 2026204 5.97 1107048 2805896 63152 15:49:52 15:39:01 28113476 31550280 747428 2.27 138048 3489640 1946676 5.74 1262256 3047788 387324 15:49:52 15:40:01 27811952 31589356 706316 2.15 150868 3784316 1819256 5.36 1178972 3394428 347096 15:49:52 15:41:01 27730144 31571548 719920 2.19 153460 3841036 1779280 5.24 1213064 3431876 252 15:49:52 15:42:01 27296552 31577124 703384 2.14 184656 4238708 1789804 5.27 1505936 3548368 264 15:49:52 15:43:01 27300928 31576592 703024 2.14 183172 4235456 1777384 5.24 1503312 3545164 8 15:49:52 15:44:01 27301416 31577188 702452 2.14 183236 4235456 1777384 5.24 1503420 3545164 28 15:49:52 15:45:01 27311016 31586840 692780 2.11 183280 4235460 1777384 5.24 1494380 3545168 8 15:49:52 15:46:01 27310572 31586432 693172 2.11 183304 4235464 1777384 5.24 1494120 3545172 8 15:49:52 15:47:01 27310628 31586492 693032 2.11 183324 4235464 1777384 5.24 1494192 3545172 4 15:49:52 15:48:01 27308484 31585520 693816 2.11 183416 4236088 1787400 5.27 1494324 3545716 4 15:49:52 15:49:01 26497844 31550964 724168 2.20 201744 4940364 1806164 5.32 1587108 4208416 636 15:49:52 Average: 27683973 31586301 704176 2.14 161013 3904312 1823794 5.37 1363012 3335955 83624 15:49:52 15:49:52 15:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:49:52 15:37:02 lo 4.13 4.13 0.39 0.39 0.00 0.00 0.00 0.00 15:49:52 15:37:02 ens3 376.59 283.85 2416.86 68.74 0.00 0.00 0.00 0.00 15:49:52 15:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:38:01 lo 2.98 2.98 0.29 0.29 0.00 0.00 0.00 0.00 15:49:52 15:38:01 ens3 396.14 284.93 5945.26 42.14 0.00 0.00 0.00 0.00 15:49:52 15:38:01 docker0 153.58 212.24 13.02 1835.52 0.00 0.00 0.00 0.00 15:49:52 15:39:01 vethc445d94 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 15:49:52 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:39:01 ens3 22.20 14.71 24.20 9.65 0.00 0.00 0.00 0.00 15:49:52 15:39:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 15:49:52 15:40:01 lo 8.07 8.07 0.79 0.79 0.00 0.00 0.00 0.00 15:49:52 15:40:01 ens3 211.93 173.62 2699.42 318.98 0.00 0.00 0.00 0.00 15:49:52 15:40:01 docker0 3.55 7.68 0.22 84.20 0.00 0.00 0.00 0.00 15:49:52 15:41:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 15:49:52 15:41:01 ens3 60.24 36.38 859.63 5.06 0.00 0.00 0.00 0.00 15:49:52 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:42:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 15:49:52 15:42:01 ens3 100.52 52.47 1897.95 3.89 0.00 0.00 0.00 0.00 15:49:52 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:43:01 ens3 0.12 0.07 0.01 0.00 0.00 0.00 0.00 0.00 15:49:52 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:49:52 15:44:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:49:52 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:45:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:49:52 15:46:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:49:52 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:47:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 15:49:52 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:49:52 15:48:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:49:52 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 15:49:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 15:49:52 15:49:01 veth246c748 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 15:49:52 15:49:01 ens3 216.75 135.96 4681.64 22.57 0.00 0.00 0.00 0.00 15:49:52 15:49:01 docker0 36.63 58.67 3.35 689.94 0.00 0.00 0.00 0.00 15:49:52 Average: lo 1.37 1.37 0.13 0.13 0.00 0.00 0.00 0.00 15:49:52 Average: veth246c748 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 15:49:52 Average: ens3 106.17 75.30 1419.17 36.23 0.00 0.00 0.00 0.00 15:49:52 Average: docker0 14.73 21.19 1.26 198.64 0.00 0.00 0.00 0.00 15:49:52 15:49:52 15:49:52 ---> sar -P ALL: 15:49:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1270) 01/06/23 _x86_64_ (8 CPU) 15:49:52 15:49:52 15:35:50 LINUX RESTART (8 CPU) 15:49:52 15:49:52 15:36:01 CPU %user %nice %system %iowait %steal %idle 15:49:52 15:37:02 all 5.13 0.00 1.52 8.68 0.18 84.49 15:49:52 15:37:02 0 8.00 0.00 2.67 17.52 0.13 71.68 15:49:52 15:37:02 1 4.31 0.00 1.53 12.26 0.30 81.60 15:49:52 15:37:02 2 5.84 0.00 1.14 26.03 0.20 66.79 15:49:52 15:37:02 3 4.60 0.00 1.31 2.45 0.12 91.52 15:49:52 15:37:02 4 5.97 0.00 1.32 1.69 0.10 90.92 15:49:52 15:37:02 5 4.00 0.00 1.32 1.97 0.17 92.54 15:49:52 15:37:02 6 3.96 0.00 1.39 3.76 0.17 90.74 15:49:52 15:37:02 7 4.38 0.00 1.52 3.75 0.27 90.08 15:49:52 15:38:01 all 5.50 0.00 2.36 8.62 0.13 83.38 15:49:52 15:38:01 0 5.31 0.00 2.21 0.70 0.22 91.56 15:49:52 15:38:01 1 5.41 0.00 2.10 0.26 0.05 92.19 15:49:52 15:38:01 2 6.33 0.00 2.81 34.90 0.29 55.67 15:49:52 15:38:01 3 5.31 0.00 3.02 12.86 0.17 78.63 15:49:52 15:38:01 4 6.53 0.00 2.41 0.26 0.05 90.76 15:49:52 15:38:01 5 4.20 0.00 2.17 18.23 0.07 75.32 15:49:52 15:38:01 6 6.53 0.00 2.22 1.66 0.09 89.51 15:49:52 15:38:01 7 4.39 0.00 1.92 0.14 0.14 93.42 15:49:52 15:39:01 all 26.42 0.00 5.52 3.85 0.18 64.02 15:49:52 15:39:01 0 28.67 0.00 5.46 0.08 0.12 65.67 15:49:52 15:39:01 1 28.71 0.00 6.64 1.78 0.17 62.71 15:49:52 15:39:01 2 27.41 0.00 5.92 6.32 0.41 59.95 15:49:52 15:39:01 3 20.93 0.00 4.76 21.30 0.12 52.90 15:49:52 15:39:01 4 29.07 0.00 5.58 0.17 0.12 65.06 15:49:52 15:39:01 5 23.60 0.00 4.57 0.37 0.12 71.34 15:49:52 15:39:01 6 28.91 0.00 5.70 0.41 0.19 64.78 15:49:52 15:39:01 7 24.11 0.00 5.53 0.33 0.22 69.80 15:49:52 15:40:01 all 18.23 0.00 4.03 4.35 0.20 73.19 15:49:52 15:40:01 0 16.97 0.00 4.57 20.50 0.18 57.78 15:49:52 15:40:01 1 19.39 0.00 4.24 6.01 0.19 70.18 15:49:52 15:40:01 2 18.74 0.00 4.36 1.18 0.24 75.49 15:49:52 15:40:01 3 18.40 0.00 3.39 2.21 0.07 75.93 15:49:52 15:40:01 4 19.26 0.00 4.38 1.43 0.10 74.83 15:49:52 15:40:01 5 17.55 0.00 3.54 1.75 0.22 76.94 15:49:52 15:40:01 6 18.65 0.00 3.85 1.44 0.28 75.77 15:49:52 15:40:01 7 16.90 0.00 3.92 0.24 0.30 78.65 15:49:52 15:41:01 all 0.49 0.00 0.27 1.16 0.09 97.99 15:49:52 15:41:01 0 0.87 0.00 0.17 0.20 0.30 98.47 15:49:52 15:41:01 1 0.58 0.00 0.20 0.28 0.02 98.92 15:49:52 15:41:01 2 0.53 0.00 0.32 1.03 0.02 98.10 15:49:52 15:41:01 3 0.07 0.00 0.42 5.80 0.03 93.68 15:49:52 15:41:01 4 0.25 0.00 0.18 0.52 0.08 98.97 15:49:52 15:41:01 5 0.25 0.00 0.12 0.05 0.05 99.53 15:49:52 15:41:01 6 0.17 0.00 0.40 1.42 0.17 97.85 15:49:52 15:41:01 7 1.22 0.00 0.37 0.02 0.02 98.38 15:49:52 15:42:01 all 1.95 0.00 1.25 3.03 0.13 93.64 15:49:52 15:42:01 0 1.45 0.00 2.14 2.35 0.30 93.76 15:49:52 15:42:01 1 2.52 0.00 0.83 2.44 0.02 94.19 15:49:52 15:42:01 2 2.58 0.00 0.62 0.60 0.28 95.92 15:49:52 15:42:01 3 2.29 0.00 1.67 1.52 0.10 94.42 15:49:52 15:42:01 4 1.12 0.00 0.89 2.16 0.03 95.80 15:49:52 15:42:01 5 1.27 0.00 2.07 0.32 0.03 96.31 15:49:52 15:42:01 6 1.03 0.00 0.70 13.67 0.12 84.48 15:49:52 15:42:01 7 3.35 0.00 1.05 1.17 0.15 94.27 15:49:52 15:43:01 all 0.14 0.00 0.05 0.28 0.06 99.47 15:49:52 15:43:01 0 0.02 0.00 0.03 0.47 0.08 99.40 15:49:52 15:43:01 1 0.10 0.00 0.03 0.05 0.02 99.80 15:49:52 15:43:01 2 0.50 0.00 0.03 0.00 0.25 99.22 15:49:52 15:43:01 3 0.23 0.00 0.13 0.08 0.00 99.55 15:49:52 15:43:01 4 0.08 0.00 0.05 0.00 0.05 99.82 15:49:52 15:43:01 5 0.02 0.00 0.03 0.00 0.02 99.93 15:49:52 15:43:01 6 0.02 0.00 0.05 1.10 0.07 98.77 15:49:52 15:43:01 7 0.12 0.00 0.03 0.55 0.00 99.30 15:49:52 15:44:01 all 0.09 0.00 0.01 0.16 0.03 99.71 15:49:52 15:44:01 0 0.02 0.00 0.00 0.17 0.13 99.68 15:49:52 15:44:01 1 0.07 0.00 0.00 0.00 0.00 99.93 15:49:52 15:44:01 2 0.60 0.00 0.03 0.05 0.02 99.30 15:49:52 15:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:49:52 15:44:01 4 0.00 0.00 0.02 0.07 0.03 99.88 15:49:52 15:44:01 5 0.00 0.00 0.00 0.00 0.02 99.98 15:49:52 15:44:01 6 0.00 0.00 0.00 0.70 0.02 99.28 15:49:52 15:44:01 7 0.00 0.00 0.02 0.33 0.03 99.62 15:49:52 15:45:01 all 0.06 0.00 0.02 0.04 0.04 99.85 15:49:52 15:45:01 0 0.02 0.00 0.02 0.00 0.10 99.87 15:49:52 15:45:01 1 0.02 0.00 0.02 0.00 0.07 99.90 15:49:52 15:45:01 2 0.33 0.00 0.05 0.00 0.05 99.57 15:49:52 15:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:49:52 15:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:49:52 15:45:01 5 0.03 0.00 0.02 0.00 0.07 99.88 15:49:52 15:45:01 6 0.00 0.00 0.02 0.27 0.00 99.72 15:49:52 15:45:01 7 0.02 0.00 0.02 0.02 0.03 99.92 15:49:52 15:46:01 all 0.03 0.00 0.01 0.09 0.02 99.85 15:49:52 15:46:01 0 0.02 0.00 0.00 0.18 0.02 99.78 15:49:52 15:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:49:52 15:46:01 2 0.13 0.00 0.02 0.00 0.02 99.83 15:49:52 15:46:01 3 0.00 0.00 0.03 0.00 0.00 99.97 15:49:52 15:46:01 4 0.02 0.00 0.00 0.02 0.03 99.93 15:49:52 15:46:01 5 0.00 0.00 0.00 0.03 0.00 99.97 15:49:52 15:46:01 6 0.02 0.00 0.02 0.43 0.07 99.47 15:49:52 15:46:01 7 0.02 0.00 0.00 0.07 0.02 99.90 15:49:52 15:47:01 all 0.16 0.00 0.03 0.03 0.03 99.76 15:49:52 15:47:01 0 0.00 0.00 0.07 0.00 0.02 99.92 15:49:52 15:47:01 1 0.03 0.00 0.00 0.00 0.02 99.95 15:49:52 15:47:01 2 1.08 0.00 0.02 0.00 0.05 98.86 15:49:52 15:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 15:49:52 15:47:01 4 0.05 0.00 0.03 0.00 0.00 99.92 15:49:52 15:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 15:49:52 15:47:01 6 0.02 0.00 0.02 0.22 0.12 99.63 15:49:52 15:47:01 7 0.03 0.00 0.12 0.00 0.02 99.83 15:49:52 15:49:52 15:47:01 CPU %user %nice %system %iowait %steal %idle 15:49:52 15:48:01 all 0.11 0.00 0.04 0.17 0.02 99.66 15:49:52 15:48:01 0 0.03 0.00 0.02 0.13 0.00 99.82 15:49:52 15:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:49:52 15:48:01 2 0.37 0.00 0.07 0.00 0.15 99.42 15:49:52 15:48:01 3 0.25 0.00 0.08 0.42 0.00 99.25 15:49:52 15:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:49:52 15:48:01 5 0.07 0.00 0.02 0.02 0.00 99.90 15:49:52 15:48:01 6 0.03 0.00 0.02 0.65 0.00 99.30 15:49:52 15:48:01 7 0.08 0.00 0.07 0.13 0.03 99.68 15:49:52 15:49:01 all 4.37 0.00 1.85 5.14 0.28 88.35 15:49:52 15:49:01 0 3.61 0.00 2.86 12.99 0.27 80.28 15:49:52 15:49:01 1 4.08 0.00 1.98 0.47 0.18 93.28 15:49:52 15:49:01 2 4.39 0.00 1.64 1.66 0.37 91.95 15:49:52 15:49:01 3 5.50 0.00 1.48 0.37 0.20 92.45 15:49:52 15:49:01 4 5.20 0.00 1.51 0.22 0.08 92.99 15:49:52 15:49:01 5 4.07 0.00 1.71 0.84 0.35 93.03 15:49:52 15:49:01 6 4.04 0.00 1.51 23.47 0.12 70.86 15:49:52 15:49:01 7 4.10 0.00 2.08 1.23 0.68 91.90 15:49:52 Average: all 4.77 0.00 1.29 2.72 0.11 91.11 15:49:52 Average: 0 4.96 0.00 1.54 4.24 0.14 89.11 15:49:52 Average: 1 4.97 0.00 1.34 1.81 0.08 91.80 15:49:52 Average: 2 5.23 0.00 1.29 5.46 0.18 87.84 15:49:52 Average: 3 4.40 0.00 1.25 3.58 0.06 90.72 15:49:52 Average: 4 5.14 0.00 1.25 0.50 0.05 93.06 15:49:52 Average: 5 4.19 0.00 1.19 1.79 0.09 92.75 15:49:52 Average: 6 4.81 0.00 1.21 3.78 0.11 90.09 15:49:52 Average: 7 4.46 0.00 1.27 0.61 0.15 93.51 15:49:52 15:49:52 15:49:52