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 [2023-01-06T15:36:42.549Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-06T15:36:42.611Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-06T15:36:42.626Z] ========================================================= [2023-01-06T15:36:42.626Z] EdgeX Global Pipelines Version Info [2023-01-06T15:36:42.626Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:36:43.719Z] ------------------- [2023-01-06T15:36:43.719Z] stable info: [2023-01-06T15:36:43.719Z] ------------------- [2023-01-06T15:36:43.719Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-06T15:36:43.719Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-06T15:36:43.719Z] Message: update stable to v1.0.244 [2023-01-06T15:36:43.980Z] ------------------- [2023-01-06T15:36:43.980Z] experimental info: [2023-01-06T15:36:43.980Z] ------------------- [2023-01-06T15:36:43.980Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-06T15:36:43.980Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-06T15:36:43.980Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-06T15:36:44.226Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-01-06T15:36:44.237Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-01-06T15:36:44.249Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-06T15:36:44.261Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-06T15:36:44.272Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-06T15:36:44.284Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-06T15:36:44.295Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-06T15:36:44.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-06T15:36:44.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-06T15:36:44.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-06T15:36:44.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-06T15:36:44.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-01-06T15:36:44.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-06T15:36:44.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-06T15:36:44.399Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-06T15:36:44.409Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-06T15:36:44.421Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-06T15:36:44.433Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-06T15:36:44.445Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-06T15:36:44.457Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-06T15:36:44.468Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-06T15:36:44.490Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-06T15:36:44.508Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-06T15:36:44.523Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-06T15:36:44.534Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-06T15:36:44.546Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-06T15:36:44.559Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-06T15:36:44.577Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-06T15:36:44.591Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-06T15:36:44.606Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-06T15:36:44.617Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] echo [2023-01-06T15:36:44.629Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 00d8ffd [Pipeline] echo [2023-01-06T15:36:44.641Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-06T15:36:44.690Z] provisioning config files... [2023-01-06T15:36:44.703Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12249177328027954181tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:36:45.039Z] ---> docker-login.sh [2023-01-06T15:36:45.040Z] nexus3.edgexfoundry.org:10001 [2023-01-06T15:36:46.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:36:46.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:36:46.482Z] Configure a credential helper to remove this warning. See [2023-01-06T15:36:46.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:36:46.482Z] [2023-01-06T15:36:46.482Z] Login Succeeded [2023-01-06T15:36:46.482Z] nexus3.edgexfoundry.org:10002 [2023-01-06T15:36:46.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:36:46.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:36:46.741Z] Configure a credential helper to remove this warning. See [2023-01-06T15:36:46.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:36:46.741Z] [2023-01-06T15:36:46.741Z] Login Succeeded [2023-01-06T15:36:46.741Z] nexus3.edgexfoundry.org:10003 [2023-01-06T15:36:46.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:36:46.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:36:46.741Z] Configure a credential helper to remove this warning. See [2023-01-06T15:36:46.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:36:46.741Z] [2023-01-06T15:36:46.741Z] Login Succeeded [2023-01-06T15:36:46.741Z] nexus3.edgexfoundry.org:10004 [2023-01-06T15:36:47.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:36:47.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:36:47.006Z] Configure a credential helper to remove this warning. See [2023-01-06T15:36:47.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:36:47.006Z] [2023-01-06T15:36:47.006Z] Login Succeeded [2023-01-06T15:36:47.006Z] docker.io [2023-01-06T15:36:47.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:36:47.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:36:47.266Z] Configure a credential helper to remove this warning. See [2023-01-06T15:36:47.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:36:47.266Z] [2023-01-06T15:36:47.266Z] Login Succeeded [2023-01-06T15:36:47.266Z] ---> docker-login.sh ends [Pipeline] } [2023-01-06T15:36:47.291Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-06T15:36:47.680Z] + git rev-list -1 --merges 00d8ffd1a5b178530bec1b751018b947d29fdef0~1..00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] echo [2023-01-06T15:36:47.729Z] -----------> git rev-list -1 --merges 00d8ffd1a5b178530bec1b751018b947d29fdef0~1..00d8ffd1a5b178530bec1b751018b947d29fdef0 00d8ffd1a5b178530bec1b751018b947d29fdef0 [false] [Pipeline] sh [2023-01-06T15:36:48.083Z] + git log --format=format:%s -1 00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] echo [2023-01-06T15:36:48.100Z] ========================================================= [2023-01-06T15:36:48.100Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-06T15:36:48.100Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-06T15:36:48.425Z] + git log --format=format:%s -1 00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] echo [2023-01-06T15:36:48.482Z] [semverPrep] GIT_COMMIT: 00d8ffd1a5b178530bec1b751018b947d29fdef0, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#496) [Pipeline] echo [2023-01-06T15:36:48.493Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-06T15:36:48.854Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-06T15:36:48.854Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-06T15:36:48.854Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-06T15:36:48.854Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-06T15:36:48.854Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-06T15:36:48.854Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-06T15:36:48.854Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:36:49.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-06T15:36:49.272Z] [2023-01-06T15:36:49.272Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:36:49.582Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-06T15:36:50.535Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-06T15:36:50.535Z] b85a868b505f: Pulling fs layer [2023-01-06T15:36:50.535Z] e2be974225ed: Pulling fs layer [2023-01-06T15:36:50.535Z] 339a4e72a1f5: Pulling fs layer [2023-01-06T15:36:50.535Z] 988bab9f4d93: Pulling fs layer [2023-01-06T15:36:50.535Z] 1469e6f7b9e6: Pulling fs layer [2023-01-06T15:36:50.535Z] eaf3925da568: Pulling fs layer [2023-01-06T15:36:50.535Z] bab4dde63d76: Pulling fs layer [2023-01-06T15:36:50.535Z] bde34c3a00c8: Pulling fs layer [2023-01-06T15:36:50.535Z] 1469e6f7b9e6: Waiting [2023-01-06T15:36:50.535Z] b352a97aabf1: Pulling fs layer [2023-01-06T15:36:50.535Z] 988bab9f4d93: Waiting [2023-01-06T15:36:50.535Z] eaf3925da568: Waiting [2023-01-06T15:36:50.535Z] 4872d77fe225: Pulling fs layer [2023-01-06T15:36:50.535Z] 5851b861e8e6: Pulling fs layer [2023-01-06T15:36:50.535Z] bab4dde63d76: Waiting [2023-01-06T15:36:50.535Z] b352a97aabf1: Waiting [2023-01-06T15:36:50.535Z] bde34c3a00c8: Waiting [2023-01-06T15:36:50.535Z] 4872d77fe225: Waiting [2023-01-06T15:36:50.535Z] 5851b861e8e6: Waiting [2023-01-06T15:36:50.535Z] e2be974225ed: Download complete [2023-01-06T15:36:50.535Z] 988bab9f4d93: Verifying Checksum [2023-01-06T15:36:50.535Z] 988bab9f4d93: Download complete [2023-01-06T15:36:50.795Z] 1469e6f7b9e6: Verifying Checksum [2023-01-06T15:36:50.795Z] 1469e6f7b9e6: Download complete [2023-01-06T15:36:50.795Z] eaf3925da568: Verifying Checksum [2023-01-06T15:36:50.795Z] eaf3925da568: Download complete [2023-01-06T15:36:50.795Z] 339a4e72a1f5: Verifying Checksum [2023-01-06T15:36:50.795Z] 339a4e72a1f5: Download complete [2023-01-06T15:36:50.795Z] bde34c3a00c8: Download complete [2023-01-06T15:36:50.795Z] b352a97aabf1: Download complete [2023-01-06T15:36:50.795Z] 4872d77fe225: Download complete [2023-01-06T15:36:50.795Z] 5851b861e8e6: Verifying Checksum [2023-01-06T15:36:50.795Z] 5851b861e8e6: Download complete [2023-01-06T15:36:50.795Z] b85a868b505f: Verifying Checksum [2023-01-06T15:36:50.795Z] b85a868b505f: Download complete [2023-01-06T15:36:51.054Z] bab4dde63d76: Verifying Checksum [2023-01-06T15:36:51.054Z] bab4dde63d76: Download complete [2023-01-06T15:36:53.004Z] b85a868b505f: Pull complete [2023-01-06T15:36:53.581Z] e2be974225ed: Pull complete [2023-01-06T15:36:54.960Z] 339a4e72a1f5: Pull complete [2023-01-06T15:36:55.899Z] 988bab9f4d93: Pull complete [2023-01-06T15:36:56.835Z] 1469e6f7b9e6: Pull complete [2023-01-06T15:36:57.795Z] eaf3925da568: Pull complete [2023-01-06T15:37:00.346Z] bab4dde63d76: Pull complete [2023-01-06T15:37:01.306Z] bde34c3a00c8: Pull complete [2023-01-06T15:37:02.251Z] b352a97aabf1: Pull complete [2023-01-06T15:37:02.844Z] 4872d77fe225: Pull complete [2023-01-06T15:37:03.790Z] 5851b861e8e6: Pull complete [2023-01-06T15:37:04.053Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-06T15:37:04.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-06T15:37:04.053Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:37:04.143Z] prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container [2023-01-06T15:37:04.179Z] $ 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 [2023-01-06T15:37:08.139Z] $ docker top 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f -eo pid,comm [2023-01-06T15:37:08.191Z] 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). [2023-01-06T15:37:08.191Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-06T15:37:08.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-06T15:37:08.229Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-06T15:37:08.328Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-06T15:37:08.334Z] $ docker exec 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f ssh-agent [2023-01-06T15:37:08.435Z] SSH_AUTH_SOCK=/tmp/ssh-p20krtpI6DWB/agent.32 [2023-01-06T15:37:08.435Z] SSH_AGENT_PID=38 [2023-01-06T15:37:08.441Z] Running ssh-add (command line suppressed) [2023-01-06T15:37:08.544Z] 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) [2023-01-06T15:37:08.555Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-06T15:37:08.894Z] + git tag --points-at HEAD [Pipeline] } [2023-01-06T15:37:08.907Z] $ docker exec --env ******** --env ******** 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f ssh-agent -k [2023-01-06T15:37:08.999Z] unset SSH_AUTH_SOCK; [2023-01-06T15:37:09.000Z] unset SSH_AGENT_PID; [2023-01-06T15:37:09.000Z] echo Agent pid 38 killed; [2023-01-06T15:37:09.005Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-06T15:37:09.029Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-06T15:37:09.029Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-06T15:37:09.153Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-06T15:37:09.159Z] $ docker exec 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f ssh-agent [2023-01-06T15:37:09.270Z] SSH_AUTH_SOCK=/tmp/ssh-jEWAcnk5ytSx/agent.71 [2023-01-06T15:37:09.270Z] SSH_AGENT_PID=77 [2023-01-06T15:37:09.274Z] Running ssh-add (command line suppressed) [2023-01-06T15:37:09.377Z] 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) [2023-01-06T15:37:09.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-06T15:37:09.679Z] + git semver init [2023-01-06T15:37:09.937Z] 2023-01-06 15:37:09,932 [run_init] DEBUG init version:0.0.0 force:False [2023-01-06T15:37:09.937Z] 2023-01-06 15:37:09,933 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-01-06T15:37:09.937Z] 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 [2023-01-06T15:37:09.937Z] 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) [2023-01-06T15:37:10.875Z] 2023-01-06 15:37:10,774 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-01-06T15:37:10.875Z] 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 [2023-01-06T15:37:10.875Z] 2023-01-06 15:37:10,774 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-06T15:37:10.875Z] 2023-01-06 15:37:10,774 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-06T15:37:10.875Z] 3.0.0-dev.6 [Pipeline] } [2023-01-06T15:37:10.887Z] $ docker exec --env ******** --env ******** 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f ssh-agent -k [2023-01-06T15:37:10.989Z] unset SSH_AUTH_SOCK; [2023-01-06T15:37:10.990Z] unset SSH_AGENT_PID; [2023-01-06T15:37:10.990Z] echo Agent pid 77 killed; [2023-01-06T15:37:10.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-06T15:37:11.296Z] + git semver [Pipeline] } [2023-01-06T15:37:11.587Z] $ docker stop --time=1 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f [2023-01-06T15:37:12.899Z] $ docker rm -f --volumes 9a8916625077314628d1e9323a9e17db0bf78bc6230ee6431f56bc798826901f [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-06T15:37:13.231Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-06T15:37:13.428Z] Stashed 1 file(s) [Pipeline] echo [2023-01-06T15:37:13.432Z] [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 [2023-01-06T15:37:13.559Z] provisioning config files... [2023-01-06T15:37:13.568Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5290368612274796762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:37:13.860Z] ---> docker-login.sh [2023-01-06T15:37:13.860Z] nexus3.edgexfoundry.org:10001 [2023-01-06T15:37:13.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:37:13.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:37:13.860Z] Configure a credential helper to remove this warning. See [2023-01-06T15:37:13.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:37:13.860Z] [2023-01-06T15:37:13.860Z] Login Succeeded [2023-01-06T15:37:13.860Z] nexus3.edgexfoundry.org:10002 [2023-01-06T15:37:13.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:37:13.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:37:13.860Z] Configure a credential helper to remove this warning. See [2023-01-06T15:37:13.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:37:13.860Z] [2023-01-06T15:37:13.860Z] Login Succeeded [2023-01-06T15:37:13.860Z] nexus3.edgexfoundry.org:10003 [2023-01-06T15:37:14.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:37:14.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:37:14.118Z] Configure a credential helper to remove this warning. See [2023-01-06T15:37:14.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:37:14.118Z] [2023-01-06T15:37:14.118Z] Login Succeeded [2023-01-06T15:37:14.118Z] nexus3.edgexfoundry.org:10004 [2023-01-06T15:37:14.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:37:14.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:37:14.118Z] Configure a credential helper to remove this warning. See [2023-01-06T15:37:14.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:37:14.118Z] [2023-01-06T15:37:14.118Z] Login Succeeded [2023-01-06T15:37:14.118Z] docker.io [2023-01-06T15:37:14.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:37:14.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:37:14.377Z] Configure a credential helper to remove this warning. See [2023-01-06T15:37:14.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:37:14.377Z] [2023-01-06T15:37:14.377Z] Login Succeeded [2023-01-06T15:37:14.377Z] ---> docker-login.sh ends [Pipeline] } [2023-01-06T15:37:14.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-06T15:37:14.448Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-06T15:37:14.458Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-06T15:37:14.465Z] ========================================================= [2023-01-06T15:37:14.465Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-06T15:37:14.465Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:37:14.766Z] + 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 . [2023-01-06T15:37:14.766Z] Sending build context to Docker daemon 3.206MB [2023-01-06T15:37:14.766Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-06T15:37:14.766Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-06T15:37:15.028Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-06T15:37:15.028Z] 213ec9aee27d: Pulling fs layer [2023-01-06T15:37:15.028Z] 4583459ba037: Pulling fs layer [2023-01-06T15:37:15.028Z] 93c1e223e6f2: Pulling fs layer [2023-01-06T15:37:15.028Z] 53926ce57604: Pulling fs layer [2023-01-06T15:37:15.028Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-06T15:37:15.028Z] 22ff95d597cd: Pulling fs layer [2023-01-06T15:37:15.028Z] 12d6caf4c0d1: Pulling fs layer [2023-01-06T15:37:15.028Z] 96b7cbca73a9: Pulling fs layer [2023-01-06T15:37:15.028Z] a7acece74701: Pulling fs layer [2023-01-06T15:37:15.028Z] 21b2b0c7a3f4: Waiting [2023-01-06T15:37:15.028Z] 22ff95d597cd: Waiting [2023-01-06T15:37:15.028Z] 12d6caf4c0d1: Waiting [2023-01-06T15:37:15.028Z] a7acece74701: Waiting [2023-01-06T15:37:15.028Z] 53926ce57604: Waiting [2023-01-06T15:37:15.028Z] 96b7cbca73a9: Waiting [2023-01-06T15:37:15.028Z] 93c1e223e6f2: Verifying Checksum [2023-01-06T15:37:15.028Z] 93c1e223e6f2: Download complete [2023-01-06T15:37:15.028Z] 4583459ba037: Verifying Checksum [2023-01-06T15:37:15.028Z] 4583459ba037: Download complete [2023-01-06T15:37:15.028Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-06T15:37:15.028Z] 21b2b0c7a3f4: Download complete [2023-01-06T15:37:15.028Z] 22ff95d597cd: Verifying Checksum [2023-01-06T15:37:15.028Z] 22ff95d597cd: Download complete [2023-01-06T15:37:15.028Z] 213ec9aee27d: Verifying Checksum [2023-01-06T15:37:15.028Z] 12d6caf4c0d1: Download complete [2023-01-06T15:37:15.292Z] 213ec9aee27d: Pull complete [2023-01-06T15:37:15.292Z] 4583459ba037: Pull complete [2023-01-06T15:37:15.563Z] 93c1e223e6f2: Pull complete [2023-01-06T15:37:15.563Z] a7acece74701: Verifying Checksum [2023-01-06T15:37:15.563Z] a7acece74701: Download complete [2023-01-06T15:37:15.828Z] 53926ce57604: Verifying Checksum [2023-01-06T15:37:15.828Z] 53926ce57604: Download complete [2023-01-06T15:37:16.088Z] 96b7cbca73a9: Verifying Checksum [2023-01-06T15:37:16.088Z] 96b7cbca73a9: Download complete [2023-01-06T15:37:20.276Z] 53926ce57604: Pull complete [2023-01-06T15:37:20.277Z] 21b2b0c7a3f4: Pull complete [2023-01-06T15:37:20.277Z] 22ff95d597cd: Pull complete [2023-01-06T15:37:20.277Z] 12d6caf4c0d1: Pull complete [2023-01-06T15:37:22.182Z] 96b7cbca73a9: Pull complete [2023-01-06T15:37:23.577Z] a7acece74701: Pull complete [2023-01-06T15:37:23.577Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-06T15:37:23.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-06T15:37:23.836Z] ---> db6d94c90886 [2023-01-06T15:37:23.836Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-06T15:37:28.530Z] Still waiting to schedule task [2023-01-06T15:37:28.530Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-06T15:37:36.046Z] ---> Running in c031d20e8502 [2023-01-06T15:37:36.988Z] Removing intermediate container c031d20e8502 [2023-01-06T15:37:36.988Z] ---> 07e1728f448b [2023-01-06T15:37:36.988Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-06T15:37:37.564Z] ---> Running in 74d29479477b [2023-01-06T15:37:38.501Z] Removing intermediate container 74d29479477b [2023-01-06T15:37:38.502Z] ---> 46bfffc4c2d0 [2023-01-06T15:37:38.502Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-06T15:37:38.760Z] ---> Running in 424356a55179 [2023-01-06T15:37:39.329Z] Removing intermediate container 424356a55179 [2023-01-06T15:37:39.329Z] ---> 2fed554118aa [2023-01-06T15:37:39.329Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-06T15:37:39.588Z] ---> Running in 78a14a7c7352 [2023-01-06T15:37:40.154Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-06T15:37:40.154Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-06T15:37:40.413Z] OK: 211 MiB in 51 packages [2023-01-06T15:37:42.313Z] Removing intermediate container 78a14a7c7352 [2023-01-06T15:37:42.313Z] ---> 97644c66e3e6 [2023-01-06T15:37:42.313Z] Step 7/12 : WORKDIR /app [2023-01-06T15:37:42.571Z] ---> Running in 0d1822e067df [2023-01-06T15:37:42.571Z] Removing intermediate container 0d1822e067df [2023-01-06T15:37:42.571Z] ---> 11cc54c49481 [2023-01-06T15:37:42.571Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-06T15:37:42.830Z] ---> 01bd08f68a00 [2023-01-06T15:37:42.830Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-06T15:37:42.830Z] ---> Running in ba3fa8198622 [2023-01-06T15:38:29.593Z] Removing intermediate container ba3fa8198622 [2023-01-06T15:38:29.593Z] ---> 2144072c37b3 [2023-01-06T15:38:29.593Z] Step 10/12 : COPY . . [2023-01-06T15:38:29.593Z] ---> b288e235d10b [2023-01-06T15:38:29.593Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-06T15:38:29.593Z] ---> Running in 227545dae4cd [2023-01-06T15:38:29.593Z] Removing intermediate container 227545dae4cd [2023-01-06T15:38:29.593Z] ---> 4720decce348 [2023-01-06T15:38:29.593Z] Step 12/12 : RUN $MAKE [2023-01-06T15:38:29.593Z] ---> Running in 0c113cd55f67 [2023-01-06T15:38:29.593Z] noop [2023-01-06T15:38:29.593Z] Removing intermediate container 0c113cd55f67 [2023-01-06T15:38:29.593Z] ---> a034b7c81d32 [2023-01-06T15:38:29.593Z] Successfully built a034b7c81d32 [2023-01-06T15:38:29.593Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:38:29.909Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-06T15:38:29.909Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:38:29.990Z] prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container [2023-01-06T15:38:30.020Z] $ 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 [2023-01-06T15:38:30.356Z] $ docker top 50be4d63f9e3b374538ee300791e1911eb4617d118e3b8cd9d709f4deb1ece1e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-06T15:38:30.702Z] + go version [2023-01-06T15:38:30.702Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-06T15:38:30.714Z] $ docker stop --time=1 50be4d63f9e3b374538ee300791e1911eb4617d118e3b8cd9d709f4deb1ece1e [2023-01-06T15:38:31.995Z] $ 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 [2023-01-06T15:38:32.389Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-06T15:38:32.389Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:38:32.532Z] prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container [2023-01-06T15:38:32.565Z] $ 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 [2023-01-06T15:38:32.883Z] $ docker top c769050e5b11e9d129ba01e1726268fd0c6d40aff762a9c71eff30250db26afd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-06T15:38:33.218Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-01-06T15:38:33.517Z] + make test [2023-01-06T15:38:33.517Z] go test -race -coverprofile=coverage.out ./... [2023-01-06T15:38:55.566Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-01-06T15:38:55.566Z] go vet ./... [2023-01-06T15:39:03.696Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-06T15:39:03.696Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-06T15:39:03.696Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-06T15:39:03.710Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-06T15:39:03.722Z] $ docker stop --time=1 c769050e5b11e9d129ba01e1726268fd0c6d40aff762a9c71eff30250db26afd [2023-01-06T15:39:09.136Z] $ docker rm -f --volumes c769050e5b11e9d129ba01e1726268fd0c6d40aff762a9c71eff30250db26afd [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-06T15:39:09.744Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-06T15:39:09.864Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-06T15:39:10.401Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-06T15:39:10.767Z] + ls -al . [2023-01-06T15:39:10.767Z] total 184 [2023-01-06T15:39:10.767Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 6 15:38 . [2023-01-06T15:39:10.767Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 15:36 .. [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 6 15:36 .dockerignore [2023-01-06T15:39:10.767Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 6 15:37 .git [2023-01-06T15:39:10.767Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 6 15:36 .github [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 171 Jan 6 15:36 .gitignore [2023-01-06T15:39:10.767Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 6 15:37 .semver [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 9207 Jan 6 15:36 Attribution.txt [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 29118 Jan 6 15:36 CHANGELOG.md [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 1898 Jan 6 15:36 Dockerfile [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 6 15:36 GOVERNANCE.md [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 688 Jan 6 15:36 Jenkinsfile [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 6 15:36 LICENSE [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 6 15:36 OWNERS.md [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 4369 Jan 6 15:36 README.md [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 6 15:37 VERSION [2023-01-06T15:39:10.767Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 6 15:36 bin [2023-01-06T15:39:10.767Z] -rw-r--r-- 1 jenkins jenkins 13 Jan 6 15:38 coverage.out [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 3397 Jan 6 15:36 go.mod [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 44232 Jan 6 15:36 go.sum [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jan 6 15:36 main.go [2023-01-06T15:39:10.767Z] -rw-rw-r-- 1 jenkins jenkins 2078 Jan 6 15:36 makefile [2023-01-06T15:39:10.767Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 6 15:36 res [2023-01-06T15:39:10.767Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 15:36 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:39:11.159Z] + 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 . [2023-01-06T15:39:11.159Z] Sending build context to Docker daemon 3.207MB [2023-01-06T15:39:11.159Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-06T15:39:11.159Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-06T15:39:11.159Z] ---> a034b7c81d32 [2023-01-06T15:39:11.159Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-01-06T15:39:12.033Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1271 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-01-06T15:39:12.047Z] Running in /w/workspace/app-service-configurable/123 [Pipeline] { [Pipeline] checkout [2023-01-06T15:39:12.091Z] ---> Running in 84ae3197c1a3 [2023-01-06T15:39:12.101Z] Selected Git installation does not exist. Using Default [2023-01-06T15:39:12.102Z] The recommended git tool is: NONE [2023-01-06T15:39:12.377Z] Removing intermediate container 84ae3197c1a3 [2023-01-06T15:39:12.377Z] ---> 5bf55923613e [2023-01-06T15:39:12.377Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-06T15:39:12.637Z] ---> Running in 82fb5c133709 [2023-01-06T15:39:12.895Z] Removing intermediate container 82fb5c133709 [2023-01-06T15:39:12.895Z] ---> 8f940f894ceb [2023-01-06T15:39:12.895Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-01-06T15:39:12.895Z] ---> Running in 645d709a371e [2023-01-06T15:39:13.152Z] Removing intermediate container 645d709a371e [2023-01-06T15:39:13.153Z] ---> 2e01a9b8c8c9 [2023-01-06T15:39:13.153Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-06T15:39:13.153Z] ---> Running in 47f8f3c3b81b [2023-01-06T15:39:13.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-06T15:39:13.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-06T15:39:13.936Z] OK: 211 MiB in 51 packages [2023-01-06T15:39:14.199Z] Removing intermediate container 47f8f3c3b81b [2023-01-06T15:39:14.199Z] ---> b58bb85458d5 [2023-01-06T15:39:14.199Z] Step 7/26 : WORKDIR /app [2023-01-06T15:39:14.199Z] ---> Running in 241d2aaee970 [2023-01-06T15:39:14.457Z] Removing intermediate container 241d2aaee970 [2023-01-06T15:39:14.457Z] ---> 11e384d45cb1 [2023-01-06T15:39:14.457Z] Step 8/26 : COPY go.mod vendor* ./ [2023-01-06T15:39:14.457Z] ---> 97d21b93d60c [2023-01-06T15:39:14.457Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-06T15:39:14.457Z] ---> Running in 98383ad24186 [2023-01-06T15:39:15.410Z] Removing intermediate container 98383ad24186 [2023-01-06T15:39:15.410Z] ---> e53a50308b0e [2023-01-06T15:39:15.410Z] Step 10/26 : COPY . . [2023-01-06T15:39:15.410Z] ---> 72dd4dd845f7 [2023-01-06T15:39:15.410Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-06T15:39:15.410Z] ---> Running in 7c8a041ab67b [2023-01-06T15:39:15.674Z] Removing intermediate container 7c8a041ab67b [2023-01-06T15:39:15.674Z] ---> 5454427b4aca [2023-01-06T15:39:15.674Z] Step 12/26 : RUN $MAKE [2023-01-06T15:39:15.674Z] ---> Running in 2d8b44c09e3f [2023-01-06T15:39:15.935Z] 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 [2023-01-06T15:39:17.649Z] using credential edgex-jenkins-ssh [2023-01-06T15:39:17.667Z] Cloning the remote Git repository [2023-01-06T15:39:17.716Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-01-06T15:39:17.797Z] > git init /w/workspace/app-service-configurable/123 # timeout=10 [2023-01-06T15:39:17.949Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-01-06T15:39:17.950Z] > git --version # timeout=10 [2023-01-06T15:39:17.973Z] > git --version # 'git version 2.25.1' [2023-01-06T15:39:17.975Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-06T15:39:18.030Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-06T15:39:19.112Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-01-06T15:39:19.134Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-06T15:39:19.911Z] Avoid second fetch [2023-01-06T15:39:19.911Z] Checking out Revision 00d8ffd1a5b178530bec1b751018b947d29fdef0 (main) [2023-01-06T15:39:20.468Z] 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 [2023-01-06T15:39:19.931Z] > git config core.sparsecheckout # timeout=10 [2023-01-06T15:39:19.952Z] > git checkout -f 00d8ffd1a5b178530bec1b751018b947d29fdef0 # timeout=10 [2023-01-06T15:39:21.358Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-06T15:39:21.358Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-06T15:39:21.358Z] Dload Upload Total Spent Left Speed [2023-01-06T15:39:21.358Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 68553 0 --:--:-- --:--:-- --:--:-- 68553 [Pipeline] sh [2023-01-06T15:39:22.011Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-06T15:39:22.345Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-06T15:39:22.345Z] + sudo tee /etc/docker/daemon.new [2023-01-06T15:39:22.345Z] { [2023-01-06T15:39:22.345Z] "registry-mirrors": [ [2023-01-06T15:39:22.345Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-06T15:39:22.345Z] ], [2023-01-06T15:39:22.345Z] "bip": "10.250.0.254/24", [2023-01-06T15:39:22.345Z] "hosts": [ [2023-01-06T15:39:22.345Z] "tcp://0.0.0.0:5555", [2023-01-06T15:39:22.345Z] "unix:///var/run/docker.sock" [2023-01-06T15:39:22.345Z] ], [2023-01-06T15:39:22.345Z] "mtu": 1458, [2023-01-06T15:39:22.345Z] "selinux-enabled": true, [2023-01-06T15:39:22.345Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-06T15:39:22.345Z] } [Pipeline] sh [2023-01-06T15:39:22.893Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-06T15:39:23.240Z] + sudo service docker restart [2023-01-06T15:39:37.874Z] Removing intermediate container 2d8b44c09e3f [2023-01-06T15:39:37.874Z] ---> 6e6cde4d0f70 [2023-01-06T15:39:37.874Z] Step 13/26 : FROM alpine:3.16 [2023-01-06T15:39:37.874Z] 3.16: Pulling from library/alpine [2023-01-06T15:39:37.874Z] ca7dd9ec2225: Pulling fs layer [2023-01-06T15:39:37.874Z] ca7dd9ec2225: Verifying Checksum [2023-01-06T15:39:37.874Z] ca7dd9ec2225: Download complete [2023-01-06T15:39:37.874Z] ca7dd9ec2225: Pull complete [2023-01-06T15:39:37.874Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-06T15:39:37.874Z] Status: Downloaded newer image for alpine:3.16 [2023-01-06T15:39:37.874Z] ---> bfe296a52501 [2023-01-06T15:39:37.874Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-06T15:39:37.874Z] ---> Running in b55381dfd514 [2023-01-06T15:39:37.874Z] Removing intermediate container b55381dfd514 [2023-01-06T15:39:37.874Z] ---> 8c59451e75f0 [2023-01-06T15:39:37.874Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-01-06T15:39:37.874Z] ---> Running in 40d24d8cf725 [2023-01-06T15:39:37.874Z] Removing intermediate container 40d24d8cf725 [2023-01-06T15:39:37.874Z] ---> f7745ea7a06f [2023-01-06T15:39:37.874Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-06T15:39:37.874Z] ---> Running in becd1ca9b2e1 [2023-01-06T15:39:37.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-06T15:39:37.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-06T15:39:37.874Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-06T15:39:37.874Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-06T15:39:37.874Z] Executing busybox-1.35.0-r17.trigger [2023-01-06T15:39:37.874Z] Executing ca-certificates-20220614-r0.trigger [2023-01-06T15:39:37.874Z] OK: 6 MiB in 16 packages [2023-01-06T15:39:37.874Z] Removing intermediate container becd1ca9b2e1 [2023-01-06T15:39:37.874Z] ---> e983515453c3 [2023-01-06T15:39:37.874Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-06T15:39:37.874Z] ---> c34d8d201391 [2023-01-06T15:39:37.874Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-06T15:39:37.874Z] ---> 504c38c41023 [2023-01-06T15:39:37.874Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-01-06T15:39:38.132Z] ---> 8d132f5693f6 [2023-01-06T15:39:38.132Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-01-06T15:39:39.579Z] ---> 6c61b3245239 [2023-01-06T15:39:39.579Z] Step 21/26 : EXPOSE 48095 [2023-01-06T15:39:39.579Z] ---> Running in 49053376cfb5 [2023-01-06T15:39:39.860Z] Removing intermediate container 49053376cfb5 [2023-01-06T15:39:39.860Z] ---> 3e5afb3533a6 [2023-01-06T15:39:39.860Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-01-06T15:39:40.427Z] ---> Running in 86d0a4f33782 [2023-01-06T15:39:40.686Z] Removing intermediate container 86d0a4f33782 [2023-01-06T15:39:40.687Z] ---> e2f7a70aab00 [2023-01-06T15:39:40.687Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-06T15:39:41.252Z] ---> Running in 866bec711856 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-06T15:39:41.511Z] Removing intermediate container 866bec711856 [2023-01-06T15:39:41.511Z] ---> 3013cb485d1f [2023-01-06T15:39:41.511Z] Step 24/26 : LABEL arch=amd64 [2023-01-06T15:39:41.511Z] provisioning config files... [2023-01-06T15:39:41.538Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/123@tmp/config9274686252149338804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:39:41.769Z] ---> Running in 5ef70480326d [2023-01-06T15:39:41.890Z] ---> docker-login.sh [2023-01-06T15:39:41.890Z] nexus3.edgexfoundry.org:10001 [2023-01-06T15:39:42.028Z] Removing intermediate container 5ef70480326d [2023-01-06T15:39:42.029Z] ---> ab4503818471 [2023-01-06T15:39:42.029Z] Step 25/26 : LABEL git_sha=00d8ffd1a5b178530bec1b751018b947d29fdef0 [2023-01-06T15:39:42.287Z] ---> Running in 13d97f1b28b2 [2023-01-06T15:39:42.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:39:42.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:39:42.478Z] Configure a credential helper to remove this warning. See [2023-01-06T15:39:42.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:39:42.478Z] [2023-01-06T15:39:42.478Z] Login Succeeded [2023-01-06T15:39:42.478Z] nexus3.edgexfoundry.org:10002 [2023-01-06T15:39:42.545Z] Removing intermediate container 13d97f1b28b2 [2023-01-06T15:39:42.545Z] ---> 0280731a13cc [2023-01-06T15:39:42.545Z] Step 26/26 : LABEL version=3.0.0-dev.6 [2023-01-06T15:39:42.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:39:42.804Z] ---> Running in 61bc949a2eba [2023-01-06T15:39:43.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:39:43.017Z] Configure a credential helper to remove this warning. See [2023-01-06T15:39:43.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:39:43.017Z] [2023-01-06T15:39:43.017Z] Login Succeeded [2023-01-06T15:39:43.017Z] nexus3.edgexfoundry.org:10003 [2023-01-06T15:39:43.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:39:43.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:39:43.290Z] Configure a credential helper to remove this warning. See [2023-01-06T15:39:43.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:39:43.290Z] [2023-01-06T15:39:43.290Z] Login Succeeded [2023-01-06T15:39:43.290Z] nexus3.edgexfoundry.org:10004 [2023-01-06T15:39:43.387Z] Removing intermediate container 61bc949a2eba [2023-01-06T15:39:43.387Z] ---> 69d75aaaa655 [2023-01-06T15:39:43.387Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-06T15:39:43.387Z] Successfully built 69d75aaaa655 [2023-01-06T15:39:43.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:39:43.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:39:43.563Z] Configure a credential helper to remove this warning. See [2023-01-06T15:39:43.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:39:43.563Z] [2023-01-06T15:39:43.563Z] Login Succeeded [2023-01-06T15:39:43.563Z] docker.io [2023-01-06T15:39:43.648Z] 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 [2023-01-06T15:39:43.784Z] provisioning config files... [2023-01-06T15:39:43.791Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3250342500921887032tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:39:43.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:39:44.086Z] ---> docker-login.sh [2023-01-06T15:39:44.086Z] nexus3.edgexfoundry.org:10001 [2023-01-06T15:39:44.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:39:44.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:39:44.086Z] Configure a credential helper to remove this warning. See [2023-01-06T15:39:44.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:39:44.086Z] [2023-01-06T15:39:44.086Z] Login Succeeded [2023-01-06T15:39:44.086Z] nexus3.edgexfoundry.org:10002 [2023-01-06T15:39:44.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:39:44.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:39:44.107Z] Configure a credential helper to remove this warning. See [2023-01-06T15:39:44.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:39:44.107Z] [2023-01-06T15:39:44.107Z] Login Succeeded [2023-01-06T15:39:44.107Z] ---> docker-login.sh ends [Pipeline] } [2023-01-06T15:39:44.124Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-06T15:39:44.401Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [2023-01-06T15:39:44.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:39:44.410Z] Configure a credential helper to remove this warning. See [2023-01-06T15:39:44.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:39:44.410Z] [2023-01-06T15:39:44.410Z] Login Succeeded [2023-01-06T15:39:44.410Z] nexus3.edgexfoundry.org:10003 [2023-01-06T15:39:44.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:39:44.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:39:44.410Z] Configure a credential helper to remove this warning. See [2023-01-06T15:39:44.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:39:44.410Z] [2023-01-06T15:39:44.410Z] Login Succeeded [2023-01-06T15:39:44.410Z] nexus3.edgexfoundry.org:10004 [2023-01-06T15:39:44.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] echo [2023-01-06T15:39:44.418Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-06T15:39:44.429Z] ========================================================= [2023-01-06T15:39:44.429Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-06T15:39:44.429Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:39:44.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:39:44.670Z] Configure a credential helper to remove this warning. See [2023-01-06T15:39:44.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:39:44.670Z] [2023-01-06T15:39:44.670Z] Login Succeeded [2023-01-06T15:39:44.670Z] docker.io [2023-01-06T15:39:44.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:39:44.779Z] + 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 . [2023-01-06T15:39:44.779Z] Sending build context to Docker daemon 217.1kB [2023-01-06T15:39:44.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:39:44.929Z] Configure a credential helper to remove this warning. See [2023-01-06T15:39:44.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:39:44.929Z] [2023-01-06T15:39:44.929Z] Login Succeeded [2023-01-06T15:39:44.929Z] ---> docker-login.sh ends [Pipeline] } [2023-01-06T15:39:44.939Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-06T15:39:44.961Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-06T15:39:44.976Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-01-06T15:39:44.976Z] 00d8ffd1a5b178530bec1b751018b947d29fdef0 [2023-01-06T15:39:44.976Z] latest [2023-01-06T15:39:44.976Z] 3.0.0-dev.6 [2023-01-06T15:39:44.976Z] 00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 [2023-01-06T15:39:44.976Z] main [2023-01-06T15:39:44.976Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:39:45.047Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-06T15:39:45.047Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-06T15:39:45.287Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:39:45.319Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-06T15:39:45.319Z] 9b18e9b68314: Pulling fs layer [2023-01-06T15:39:45.319Z] 35d82f9e3411: Pulling fs layer [2023-01-06T15:39:45.319Z] e16973657156: Pulling fs layer [2023-01-06T15:39:45.319Z] fc693d55d65f: Pulling fs layer [2023-01-06T15:39:45.319Z] 7e9fc2657dce: Pulling fs layer [2023-01-06T15:39:45.319Z] dda99020689f: Pulling fs layer [2023-01-06T15:39:45.319Z] db1c61fa0a46: Pulling fs layer [2023-01-06T15:39:45.319Z] 891c053d2c06: Pulling fs layer [2023-01-06T15:39:45.319Z] fc693d55d65f: Waiting [2023-01-06T15:39:45.319Z] 7e9fc2657dce: Waiting [2023-01-06T15:39:45.319Z] dda99020689f: Waiting [2023-01-06T15:39:45.319Z] db1c61fa0a46: Waiting [2023-01-06T15:39:45.319Z] e16973657156: Download complete [2023-01-06T15:39:45.319Z] 35d82f9e3411: Verifying Checksum [2023-01-06T15:39:45.319Z] 35d82f9e3411: Download complete [2023-01-06T15:39:45.319Z] 7e9fc2657dce: Verifying Checksum [2023-01-06T15:39:45.319Z] 7e9fc2657dce: Download complete [2023-01-06T15:39:45.319Z] dda99020689f: Verifying Checksum [2023-01-06T15:39:45.319Z] dda99020689f: Download complete [2023-01-06T15:39:45.319Z] 9b18e9b68314: Verifying Checksum [2023-01-06T15:39:45.319Z] 9b18e9b68314: Download complete [2023-01-06T15:39:45.609Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:00d8ffd1a5b178530bec1b751018b947d29fdef0 [2023-01-06T15:39:45.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-06T15:39:45.609Z] f149ad73ced4: Preparing [2023-01-06T15:39:45.609Z] 1bc9574d1b6a: Preparing [2023-01-06T15:39:45.609Z] 98ba7de21d23: Preparing [2023-01-06T15:39:45.609Z] 7bac921fb721: Preparing [2023-01-06T15:39:45.609Z] 27916e344c0d: Preparing [2023-01-06T15:39:45.609Z] e5e13b0c77cb: Preparing [2023-01-06T15:39:45.609Z] e5e13b0c77cb: Waiting [2023-01-06T15:39:45.609Z] 7bac921fb721: Pushed [2023-01-06T15:39:45.609Z] 98ba7de21d23: Pushed [2023-01-06T15:39:45.609Z] 1bc9574d1b6a: Pushed [2023-01-06T15:39:45.868Z] 27916e344c0d: Pushed [2023-01-06T15:39:45.868Z] e5e13b0c77cb: Layer already exists [2023-01-06T15:39:46.297Z] 891c053d2c06: Verifying Checksum [2023-01-06T15:39:46.297Z] 891c053d2c06: Download complete [2023-01-06T15:39:47.291Z] 9b18e9b68314: Pull complete [2023-01-06T15:39:47.565Z] db1c61fa0a46: Verifying Checksum [2023-01-06T15:39:47.565Z] db1c61fa0a46: Download complete [2023-01-06T15:39:47.839Z] 35d82f9e3411: Pull complete [2023-01-06T15:39:48.109Z] e16973657156: Pull complete [2023-01-06T15:39:48.109Z] fc693d55d65f: Download complete [2023-01-06T15:39:48.429Z] f149ad73ced4: Pushed [2023-01-06T15:39:48.996Z] 00d8ffd1a5b178530bec1b751018b947d29fdef0: digest: sha256:deb3690005dd16121b9bfca22e4ab0bba774de9919d8dadcc1e23dac1dd12a5c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:39:49.311Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:39:49.618Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-01-06T15:39:49.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-06T15:39:49.618Z] f149ad73ced4: Preparing [2023-01-06T15:39:49.619Z] 1bc9574d1b6a: Preparing [2023-01-06T15:39:49.619Z] 98ba7de21d23: Preparing [2023-01-06T15:39:49.619Z] 7bac921fb721: Preparing [2023-01-06T15:39:49.619Z] 27916e344c0d: Preparing [2023-01-06T15:39:49.619Z] e5e13b0c77cb: Preparing [2023-01-06T15:39:49.619Z] e5e13b0c77cb: Waiting [2023-01-06T15:39:49.619Z] 27916e344c0d: Layer already exists [2023-01-06T15:39:49.619Z] 1bc9574d1b6a: Layer already exists [2023-01-06T15:39:49.619Z] f149ad73ced4: Layer already exists [2023-01-06T15:39:49.619Z] 98ba7de21d23: Layer already exists [2023-01-06T15:39:49.619Z] 7bac921fb721: Layer already exists [2023-01-06T15:39:49.619Z] e5e13b0c77cb: Layer already exists [2023-01-06T15:39:49.619Z] latest: digest: sha256:deb3690005dd16121b9bfca22e4ab0bba774de9919d8dadcc1e23dac1dd12a5c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:39:49.949Z] + 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 [2023-01-06T15:39:50.531Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.6 [2023-01-06T15:39:50.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-06T15:39:50.531Z] f149ad73ced4: Preparing [2023-01-06T15:39:50.531Z] 1bc9574d1b6a: Preparing [2023-01-06T15:39:50.531Z] 98ba7de21d23: Preparing [2023-01-06T15:39:50.531Z] 7bac921fb721: Preparing [2023-01-06T15:39:50.531Z] 27916e344c0d: Preparing [2023-01-06T15:39:50.531Z] e5e13b0c77cb: Preparing [2023-01-06T15:39:50.531Z] e5e13b0c77cb: Waiting [2023-01-06T15:39:50.531Z] 1bc9574d1b6a: Layer already exists [2023-01-06T15:39:50.531Z] f149ad73ced4: Layer already exists [2023-01-06T15:39:50.531Z] 98ba7de21d23: Layer already exists [2023-01-06T15:39:50.531Z] 27916e344c0d: Layer already exists [2023-01-06T15:39:50.531Z] 7bac921fb721: Layer already exists [2023-01-06T15:39:50.531Z] e5e13b0c77cb: Layer already exists [2023-01-06T15:39:50.531Z] 3.0.0-dev.6: digest: sha256:deb3690005dd16121b9bfca22e4ab0bba774de9919d8dadcc1e23dac1dd12a5c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:39:50.839Z] + 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 [2023-01-06T15:39:51.149Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 [2023-01-06T15:39:51.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-06T15:39:51.149Z] f149ad73ced4: Preparing [2023-01-06T15:39:51.149Z] 1bc9574d1b6a: Preparing [2023-01-06T15:39:51.149Z] 98ba7de21d23: Preparing [2023-01-06T15:39:51.149Z] 7bac921fb721: Preparing [2023-01-06T15:39:51.149Z] 27916e344c0d: Preparing [2023-01-06T15:39:51.149Z] e5e13b0c77cb: Preparing [2023-01-06T15:39:51.149Z] e5e13b0c77cb: Waiting [2023-01-06T15:39:51.149Z] 7bac921fb721: Layer already exists [2023-01-06T15:39:51.149Z] f149ad73ced4: Layer already exists [2023-01-06T15:39:51.149Z] 98ba7de21d23: Layer already exists [2023-01-06T15:39:51.149Z] 27916e344c0d: Layer already exists [2023-01-06T15:39:51.149Z] 1bc9574d1b6a: Layer already exists [2023-01-06T15:39:51.149Z] e5e13b0c77cb: Layer already exists [2023-01-06T15:39:51.149Z] 00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6: digest: sha256:deb3690005dd16121b9bfca22e4ab0bba774de9919d8dadcc1e23dac1dd12a5c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:39:51.463Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:39:51.772Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-01-06T15:39:51.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-06T15:39:51.772Z] f149ad73ced4: Preparing [2023-01-06T15:39:51.772Z] 1bc9574d1b6a: Preparing [2023-01-06T15:39:51.772Z] 98ba7de21d23: Preparing [2023-01-06T15:39:51.772Z] 7bac921fb721: Preparing [2023-01-06T15:39:51.772Z] 27916e344c0d: Preparing [2023-01-06T15:39:51.772Z] e5e13b0c77cb: Preparing [2023-01-06T15:39:51.772Z] e5e13b0c77cb: Waiting [2023-01-06T15:39:51.772Z] 7bac921fb721: Layer already exists [2023-01-06T15:39:51.772Z] 1bc9574d1b6a: Layer already exists [2023-01-06T15:39:51.772Z] f149ad73ced4: Layer already exists [2023-01-06T15:39:51.772Z] 98ba7de21d23: Layer already exists [2023-01-06T15:39:51.772Z] 27916e344c0d: Layer already exists [2023-01-06T15:39:51.772Z] e5e13b0c77cb: Layer already exists [2023-01-06T15:39:51.772Z] main: digest: sha256:deb3690005dd16121b9bfca22e4ab0bba774de9919d8dadcc1e23dac1dd12a5c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-06T15:39:51.809Z] ===================================================== [Pipeline] echo [2023-01-06T15:39:51.815Z] taggedImages: [2023-01-06T15:39:51.815Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:00d8ffd1a5b178530bec1b751018b947d29fdef0 [2023-01-06T15:39:51.815Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-01-06T15:39:51.815Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.6 [2023-01-06T15:39:51.815Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 [2023-01-06T15:39:51.815Z] - 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 [2023-01-06T15:39:52.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-06T15:39:52.195Z] [2023-01-06T15:39:52.195Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:39:52.501Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-06T15:39:52.761Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-06T15:39:52.761Z] 5eb5b503b376: Pulling fs layer [2023-01-06T15:39:52.761Z] 5c69ac0246d0: Pulling fs layer [2023-01-06T15:39:52.761Z] ec43610c2a17: Pulling fs layer [2023-01-06T15:39:52.761Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-06T15:39:52.761Z] 33b1e0a273af: Pulling fs layer [2023-01-06T15:39:52.761Z] 5d3b04190fa2: Pulling fs layer [2023-01-06T15:39:52.761Z] 2f39f015ded8: Pulling fs layer [2023-01-06T15:39:52.761Z] 33b1e0a273af: Waiting [2023-01-06T15:39:52.761Z] 5d3b04190fa2: Waiting [2023-01-06T15:39:52.761Z] 2f39f015ded8: Waiting [2023-01-06T15:39:52.761Z] 3a2ae6a8a46f: Waiting [2023-01-06T15:39:52.761Z] 5c69ac0246d0: Download complete [2023-01-06T15:39:52.761Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-06T15:39:52.761Z] 3a2ae6a8a46f: Download complete [2023-01-06T15:39:53.020Z] 33b1e0a273af: Verifying Checksum [2023-01-06T15:39:53.020Z] 33b1e0a273af: Download complete [2023-01-06T15:39:53.020Z] 5d3b04190fa2: Download complete [2023-01-06T15:39:53.020Z] ec43610c2a17: Verifying Checksum [2023-01-06T15:39:53.020Z] ec43610c2a17: Download complete [2023-01-06T15:39:53.020Z] 5eb5b503b376: Verifying Checksum [2023-01-06T15:39:53.020Z] 5eb5b503b376: Download complete [2023-01-06T15:39:53.953Z] 2f39f015ded8: Download complete [2023-01-06T15:39:54.519Z] 5eb5b503b376: Pull complete [2023-01-06T15:39:54.777Z] 5c69ac0246d0: Pull complete [2023-01-06T15:39:55.037Z] ec43610c2a17: Pull complete [2023-01-06T15:39:55.319Z] 3a2ae6a8a46f: Pull complete [2023-01-06T15:39:55.577Z] 33b1e0a273af: Pull complete [2023-01-06T15:39:55.577Z] 5d3b04190fa2: Pull complete [2023-01-06T15:39:59.781Z] 2f39f015ded8: Pull complete [2023-01-06T15:39:59.781Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-06T15:39:59.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-06T15:39:59.781Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:39:59.862Z] prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container [2023-01-06T15:39:59.894Z] $ 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 [2023-01-06T15:40:00.458Z] fc693d55d65f: Pull complete [2023-01-06T15:40:00.729Z] 7e9fc2657dce: Pull complete [2023-01-06T15:40:00.999Z] dda99020689f: Pull complete [2023-01-06T15:40:05.337Z] $ docker top e528b5dc6c5933cbc7a98f9733936194dc680641e9f9d124b88be3e4ccc086a5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:40:05.715Z] ---> job-cost.sh [2023-01-06T15:40:05.715Z] lf-activate-venv: SKIPPING [2023-01-06T15:40:05.715Z] INFO: No Stack... [2023-01-06T15:40:05.975Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-06T15:40:06.233Z] INFO: Archiving Costs [Pipeline] sh [2023-01-06T15:40:06.525Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2023-01-06T15:40:06.525Z] + cut -d, -f6 [Pipeline] lock [2023-01-06T15:40:06.542Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] [2023-01-06T15:40:06.548Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] did not exist. Created. [2023-01-06T15:40:06.548Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-06T15:40:06.840Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-06T15:40:06.862Z] Stashed 1 file(s) [Pipeline] } [2023-01-06T15:40:06.868Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-06T15:40:06.887Z] $ docker stop --time=1 e528b5dc6c5933cbc7a98f9733936194dc680641e9f9d124b88be3e4ccc086a5 [2023-01-06T15:40:07.673Z] db1c61fa0a46: Pull complete [2023-01-06T15:40:08.297Z] $ docker rm -f --volumes e528b5dc6c5933cbc7a98f9733936194dc680641e9f9d124b88be3e4ccc086a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-06T15:40:09.649Z] 891c053d2c06: Pull complete [2023-01-06T15:40:09.650Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-06T15:40:09.650Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-06T15:40:09.650Z] ---> f96f9c87975a [2023-01-06T15:40:09.650Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-06T15:40:11.607Z] ---> Running in 7163aad63f36 [2023-01-06T15:40:11.607Z] Removing intermediate container 7163aad63f36 [2023-01-06T15:40:11.607Z] ---> 9411ead505a5 [2023-01-06T15:40:11.607Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-06T15:40:11.877Z] ---> Running in 411ab8977bdd [2023-01-06T15:40:12.150Z] Removing intermediate container 411ab8977bdd [2023-01-06T15:40:12.150Z] ---> a5c0589c02ee [2023-01-06T15:40:12.150Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-06T15:40:12.150Z] ---> Running in dc3ef07c707f [2023-01-06T15:40:12.424Z] Removing intermediate container dc3ef07c707f [2023-01-06T15:40:12.424Z] ---> f532a1f2dcf5 [2023-01-06T15:40:12.424Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-06T15:40:12.693Z] ---> Running in 77e39cd890c4 [2023-01-06T15:40:13.654Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-06T15:40:14.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-06T15:40:15.202Z] OK: 221 MiB in 51 packages [2023-01-06T15:40:16.170Z] Removing intermediate container 77e39cd890c4 [2023-01-06T15:40:16.171Z] ---> 3879eac5ecca [2023-01-06T15:40:16.171Z] Step 7/12 : WORKDIR /app [2023-01-06T15:40:16.171Z] ---> Running in 0146ce4f0365 [2023-01-06T15:40:16.441Z] Removing intermediate container 0146ce4f0365 [2023-01-06T15:40:16.441Z] ---> 22b20949c064 [2023-01-06T15:40:16.441Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-06T15:40:17.029Z] ---> 7f2d5e8c452d [2023-01-06T15:40:17.029Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-06T15:40:17.029Z] ---> Running in f592c4538cad [2023-01-06T15:41:13.623Z] Removing intermediate container f592c4538cad [2023-01-06T15:41:13.623Z] ---> a18a35e6793f [2023-01-06T15:41:13.623Z] Step 10/12 : COPY . . [2023-01-06T15:41:13.623Z] ---> e6978e8b999d [2023-01-06T15:41:13.623Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-06T15:41:13.623Z] ---> Running in 1a9854049b26 [2023-01-06T15:41:13.900Z] Removing intermediate container 1a9854049b26 [2023-01-06T15:41:13.900Z] ---> c4d17d39111b [2023-01-06T15:41:13.900Z] Step 12/12 : RUN $MAKE [2023-01-06T15:41:14.174Z] ---> Running in 9267c8d04010 [2023-01-06T15:41:15.146Z] noop [2023-01-06T15:41:16.564Z] Removing intermediate container 9267c8d04010 [2023-01-06T15:41:16.564Z] ---> 3381976bea08 [2023-01-06T15:41:16.564Z] Successfully built 3381976bea08 [2023-01-06T15:41:16.564Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:41:16.915Z] + docker inspect -f . ci-base-image-arm64 [2023-01-06T15:41:16.915Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:41:17.110Z] prd-ubuntu20.04-docker-arm64-4c-16g-1271 does not seem to be running inside a container [2023-01-06T15:41:17.186Z] $ 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 [2023-01-06T15:41:18.416Z] $ docker top 48e20923d8cb72f57c3d5cfdcd524564604cf84530c696f60cd70fa2a730118f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-06T15:41:19.292Z] + go version [2023-01-06T15:41:19.292Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-06T15:41:19.317Z] $ docker stop --time=1 48e20923d8cb72f57c3d5cfdcd524564604cf84530c696f60cd70fa2a730118f [2023-01-06T15:41:20.970Z] $ 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 [2023-01-06T15:41:21.544Z] + docker inspect -f . ci-base-image-arm64 [2023-01-06T15:41:21.544Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:41:21.726Z] prd-ubuntu20.04-docker-arm64-4c-16g-1271 does not seem to be running inside a container [2023-01-06T15:41:21.796Z] $ 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 [2023-01-06T15:41:22.994Z] $ docker top 6d5503eb38718a00a3e01bffc4f5c5650e3eb559adbcdca5910c07e300b244d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-06T15:41:23.831Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/123 [Pipeline] fileExists [Pipeline] sh [2023-01-06T15:41:24.487Z] + make test [2023-01-06T15:41:24.488Z] go test -race -coverprofile=coverage.out ./... [2023-01-06T15:44:01.231Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-01-06T15:44:01.231Z] go vet ./... [2023-01-06T15:45:22.864Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-06T15:45:22.864Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-06T15:45:22.864Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-06T15:45:22.887Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-06T15:45:22.904Z] $ docker stop --time=1 6d5503eb38718a00a3e01bffc4f5c5650e3eb559adbcdca5910c07e300b244d2 [2023-01-06T15:45:24.717Z] $ docker rm -f --volumes 6d5503eb38718a00a3e01bffc4f5c5650e3eb559adbcdca5910c07e300b244d2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-06T15:45:25.945Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-06T15:45:25.960Z] Warning: overwriting stash ‘coverage-report’ [2023-01-06T15:45:26.361Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-06T15:45:26.731Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-06T15:45:27.054Z] + ls -al . [2023-01-06T15:45:27.054Z] total 180 [2023-01-06T15:45:27.054Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 6 15:41 . [2023-01-06T15:45:27.054Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 15:39 .. [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 6 15:39 .dockerignore [2023-01-06T15:45:27.054Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 6 15:39 .git [2023-01-06T15:45:27.054Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 6 15:39 .github [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 171 Jan 6 15:39 .gitignore [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 9207 Jan 6 15:39 Attribution.txt [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 29118 Jan 6 15:39 CHANGELOG.md [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 1898 Jan 6 15:39 Dockerfile [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 6 15:39 GOVERNANCE.md [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 688 Jan 6 15:39 Jenkinsfile [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 6 15:39 LICENSE [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 6 15:39 OWNERS.md [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 4369 Jan 6 15:39 README.md [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 6 15:37 VERSION [2023-01-06T15:45:27.054Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 6 15:39 bin [2023-01-06T15:45:27.054Z] -rw-r--r-- 1 jenkins jenkins 13 Jan 6 15:41 coverage.out [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 3397 Jan 6 15:39 go.mod [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 44232 Jan 6 15:39 go.sum [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jan 6 15:39 main.go [2023-01-06T15:45:27.054Z] -rw-rw-r-- 1 jenkins jenkins 2078 Jan 6 15:39 makefile [2023-01-06T15:45:27.054Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 6 15:39 res [2023-01-06T15:45:27.054Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 15:39 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:45:27.406Z] + 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 . [2023-01-06T15:45:27.406Z] Sending build context to Docker daemon 218.1kB [2023-01-06T15:45:27.672Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-06T15:45:27.672Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-06T15:45:27.672Z] ---> 3381976bea08 [2023-01-06T15:45:27.672Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-01-06T15:45:27.672Z] ---> Running in 1207a88f2f23 [2023-01-06T15:45:27.939Z] Removing intermediate container 1207a88f2f23 [2023-01-06T15:45:27.939Z] ---> 44be5825c962 [2023-01-06T15:45:27.939Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-06T15:45:28.205Z] ---> Running in 5f21f73f0b82 [2023-01-06T15:45:28.477Z] Removing intermediate container 5f21f73f0b82 [2023-01-06T15:45:28.477Z] ---> 6e57ba41db25 [2023-01-06T15:45:28.477Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-01-06T15:45:28.477Z] ---> Running in b4964dc88388 [2023-01-06T15:45:28.745Z] Removing intermediate container b4964dc88388 [2023-01-06T15:45:28.745Z] ---> 4c89612c7414 [2023-01-06T15:45:28.746Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-06T15:45:28.746Z] ---> Running in 035629f76a13 [2023-01-06T15:45:29.707Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-06T15:45:29.975Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-06T15:45:30.937Z] OK: 221 MiB in 51 packages [2023-01-06T15:45:31.904Z] Removing intermediate container 035629f76a13 [2023-01-06T15:45:31.904Z] ---> 2fe237cca39d [2023-01-06T15:45:31.904Z] Step 7/26 : WORKDIR /app [2023-01-06T15:45:31.904Z] ---> Running in 037d953a2bb6 [2023-01-06T15:45:31.904Z] Removing intermediate container 037d953a2bb6 [2023-01-06T15:45:31.904Z] ---> 92453a734932 [2023-01-06T15:45:31.904Z] Step 8/26 : COPY go.mod vendor* ./ [2023-01-06T15:45:32.498Z] ---> b3120a396564 [2023-01-06T15:45:32.498Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-06T15:45:32.498Z] ---> Running in c6745d1e2dff [2023-01-06T15:45:34.445Z] Removing intermediate container c6745d1e2dff [2023-01-06T15:45:34.445Z] ---> eb66fc2e256c [2023-01-06T15:45:34.445Z] Step 10/26 : COPY . . [2023-01-06T15:45:35.048Z] ---> 005b4988a437 [2023-01-06T15:45:35.048Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-06T15:45:35.048Z] ---> Running in 1f6738beeae9 [2023-01-06T15:45:36.466Z] Removing intermediate container 1f6738beeae9 [2023-01-06T15:45:36.466Z] ---> e50c55c4fd32 [2023-01-06T15:45:36.466Z] Step 12/26 : RUN $MAKE [2023-01-06T15:45:36.466Z] ---> Running in 7f4b4cd5a596 [2023-01-06T15:45:37.432Z] 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 [2023-01-06T15:47:29.121Z] Removing intermediate container 7f4b4cd5a596 [2023-01-06T15:47:29.121Z] ---> 49fd9764bebe [2023-01-06T15:47:29.121Z] Step 13/26 : FROM alpine:3.16 [2023-01-06T15:47:29.700Z] 3.16: Pulling from library/alpine [2023-01-06T15:47:29.965Z] 6875df1f5354: Pulling fs layer [2023-01-06T15:47:29.965Z] 6875df1f5354: Download complete [2023-01-06T15:47:30.546Z] 6875df1f5354: Pull complete [2023-01-06T15:47:30.546Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-06T15:47:30.546Z] Status: Downloaded newer image for alpine:3.16 [2023-01-06T15:47:30.546Z] ---> 2b4661558fb8 [2023-01-06T15:47:30.546Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-06T15:47:31.503Z] ---> Running in 075df5d969f2 [2023-01-06T15:47:31.768Z] Removing intermediate container 075df5d969f2 [2023-01-06T15:47:31.768Z] ---> daf0f815f5c0 [2023-01-06T15:47:31.768Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-01-06T15:47:31.768Z] ---> Running in cec711796cac [2023-01-06T15:47:32.035Z] Removing intermediate container cec711796cac [2023-01-06T15:47:32.035Z] ---> 7c5746700b50 [2023-01-06T15:47:32.035Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-06T15:47:32.035Z] ---> Running in 43b7d7546c61 [2023-01-06T15:47:32.989Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-06T15:47:33.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-06T15:47:34.211Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-06T15:47:34.480Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-06T15:47:34.480Z] Executing busybox-1.35.0-r17.trigger [2023-01-06T15:47:34.480Z] Executing ca-certificates-20220614-r0.trigger [2023-01-06T15:47:34.480Z] OK: 6 MiB in 16 packages [2023-01-06T15:47:35.885Z] Removing intermediate container 43b7d7546c61 [2023-01-06T15:47:35.885Z] ---> d4568f975a61 [2023-01-06T15:47:35.885Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-06T15:47:36.150Z] ---> 5a6a931c9370 [2023-01-06T15:47:36.150Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-06T15:47:36.416Z] ---> 555f1ae4c60d [2023-01-06T15:47:36.416Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-01-06T15:47:36.997Z] ---> e926e90813cb [2023-01-06T15:47:36.997Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-01-06T15:47:38.404Z] ---> 1d554ddb11cd [2023-01-06T15:47:38.404Z] Step 21/26 : EXPOSE 48095 [2023-01-06T15:47:38.404Z] ---> Running in e0480f8ac0a4 [2023-01-06T15:47:38.404Z] Removing intermediate container e0480f8ac0a4 [2023-01-06T15:47:38.404Z] ---> 6418119d2896 [2023-01-06T15:47:38.404Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-01-06T15:47:38.676Z] ---> Running in db0349f52b69 [2023-01-06T15:47:38.942Z] Removing intermediate container db0349f52b69 [2023-01-06T15:47:38.943Z] ---> 77206e246064 [2023-01-06T15:47:38.943Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-06T15:47:38.943Z] ---> Running in fd3758161f72 [2023-01-06T15:47:39.208Z] Removing intermediate container fd3758161f72 [2023-01-06T15:47:39.208Z] ---> cd2c21a60029 [2023-01-06T15:47:39.208Z] Step 24/26 : LABEL arch=arm64 [2023-01-06T15:47:39.208Z] ---> Running in cbda95470f47 [2023-01-06T15:47:39.473Z] Removing intermediate container cbda95470f47 [2023-01-06T15:47:39.473Z] ---> 7d71f94617e6 [2023-01-06T15:47:39.473Z] Step 25/26 : LABEL git_sha=00d8ffd1a5b178530bec1b751018b947d29fdef0 [2023-01-06T15:47:39.473Z] ---> Running in ae6b3910ada7 [2023-01-06T15:47:39.738Z] Removing intermediate container ae6b3910ada7 [2023-01-06T15:47:39.738Z] ---> e3bd868f04ca [2023-01-06T15:47:39.738Z] Step 26/26 : LABEL version=3.0.0-dev.6 [2023-01-06T15:47:39.738Z] ---> Running in b3f18a41cc75 [2023-01-06T15:47:40.001Z] Removing intermediate container b3f18a41cc75 [2023-01-06T15:47:40.001Z] ---> 59d9004917a0 [2023-01-06T15:47:40.001Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-06T15:47:40.001Z] Successfully built 59d9004917a0 [2023-01-06T15:47:40.001Z] 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 [2023-01-06T15:47:40.101Z] provisioning config files... [2023-01-06T15:47:40.114Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/123@tmp/config12256442434367538682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:47:40.439Z] ---> docker-login.sh [2023-01-06T15:47:40.439Z] nexus3.edgexfoundry.org:10001 [2023-01-06T15:47:40.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:47:40.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:47:40.704Z] Configure a credential helper to remove this warning. See [2023-01-06T15:47:40.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:47:40.704Z] [2023-01-06T15:47:40.704Z] Login Succeeded [2023-01-06T15:47:40.704Z] nexus3.edgexfoundry.org:10002 [2023-01-06T15:47:40.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:47:40.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:47:40.968Z] Configure a credential helper to remove this warning. See [2023-01-06T15:47:40.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:47:40.968Z] [2023-01-06T15:47:40.968Z] Login Succeeded [2023-01-06T15:47:40.968Z] nexus3.edgexfoundry.org:10003 [2023-01-06T15:47:41.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:47:41.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:47:41.237Z] Configure a credential helper to remove this warning. See [2023-01-06T15:47:41.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:47:41.237Z] [2023-01-06T15:47:41.237Z] Login Succeeded [2023-01-06T15:47:41.237Z] nexus3.edgexfoundry.org:10004 [2023-01-06T15:47:41.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:47:41.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:47:41.766Z] Configure a credential helper to remove this warning. See [2023-01-06T15:47:41.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:47:41.766Z] [2023-01-06T15:47:41.766Z] Login Succeeded [2023-01-06T15:47:41.766Z] docker.io [2023-01-06T15:47:41.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T15:47:42.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T15:47:42.031Z] Configure a credential helper to remove this warning. See [2023-01-06T15:47:42.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T15:47:42.031Z] [2023-01-06T15:47:42.031Z] Login Succeeded [2023-01-06T15:47:42.031Z] ---> docker-login.sh ends [Pipeline] } [2023-01-06T15:47:42.043Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-06T15:47:42.076Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-06T15:47:42.098Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-01-06T15:47:42.098Z] 00d8ffd1a5b178530bec1b751018b947d29fdef0 [2023-01-06T15:47:42.098Z] latest [2023-01-06T15:47:42.098Z] 3.0.0-dev.6 [2023-01-06T15:47:42.098Z] 00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 [2023-01-06T15:47:42.098Z] main [2023-01-06T15:47:42.098Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:47:42.444Z] + 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 [2023-01-06T15:47:42.781Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:00d8ffd1a5b178530bec1b751018b947d29fdef0 [2023-01-06T15:47:42.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-06T15:47:42.781Z] 2aa524ebbd4f: Preparing [2023-01-06T15:47:42.781Z] efbe371c5d29: Preparing [2023-01-06T15:47:42.781Z] 42ce11f111a0: Preparing [2023-01-06T15:47:42.781Z] a8007b0e7f04: Preparing [2023-01-06T15:47:42.781Z] 58515d00ce1d: Preparing [2023-01-06T15:47:42.781Z] 17bec77d7fdc: Preparing [2023-01-06T15:47:42.781Z] 17bec77d7fdc: Waiting [2023-01-06T15:47:43.047Z] efbe371c5d29: Pushed [2023-01-06T15:47:43.047Z] 42ce11f111a0: Pushed [2023-01-06T15:47:43.047Z] a8007b0e7f04: Pushed [2023-01-06T15:47:43.047Z] 17bec77d7fdc: Layer already exists [2023-01-06T15:47:43.311Z] 58515d00ce1d: Pushed [2023-01-06T15:47:47.546Z] 2aa524ebbd4f: Pushed [2023-01-06T15:47:47.809Z] 00d8ffd1a5b178530bec1b751018b947d29fdef0: digest: sha256:3cde5388eae168763ea58172a51fb07b0cc48ae7d4a9a88d11486495414a3422 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:47:48.152Z] + 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 [2023-01-06T15:47:48.482Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-01-06T15:47:48.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-06T15:47:48.482Z] 2aa524ebbd4f: Preparing [2023-01-06T15:47:48.482Z] efbe371c5d29: Preparing [2023-01-06T15:47:48.482Z] 42ce11f111a0: Preparing [2023-01-06T15:47:48.482Z] a8007b0e7f04: Preparing [2023-01-06T15:47:48.482Z] 58515d00ce1d: Preparing [2023-01-06T15:47:48.482Z] 17bec77d7fdc: Preparing [2023-01-06T15:47:48.482Z] 17bec77d7fdc: Waiting [2023-01-06T15:47:48.482Z] 42ce11f111a0: Layer already exists [2023-01-06T15:47:48.482Z] efbe371c5d29: Layer already exists [2023-01-06T15:47:48.482Z] a8007b0e7f04: Layer already exists [2023-01-06T15:47:48.482Z] 2aa524ebbd4f: Layer already exists [2023-01-06T15:47:48.482Z] 58515d00ce1d: Layer already exists [2023-01-06T15:47:48.482Z] 17bec77d7fdc: Layer already exists [2023-01-06T15:47:48.482Z] latest: digest: sha256:3cde5388eae168763ea58172a51fb07b0cc48ae7d4a9a88d11486495414a3422 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:47:49.080Z] + 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 [2023-01-06T15:47:49.410Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.6 [2023-01-06T15:47:49.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-06T15:47:49.411Z] 2aa524ebbd4f: Preparing [2023-01-06T15:47:49.411Z] efbe371c5d29: Preparing [2023-01-06T15:47:49.411Z] 42ce11f111a0: Preparing [2023-01-06T15:47:49.411Z] a8007b0e7f04: Preparing [2023-01-06T15:47:49.411Z] 58515d00ce1d: Preparing [2023-01-06T15:47:49.411Z] 17bec77d7fdc: Preparing [2023-01-06T15:47:49.411Z] 17bec77d7fdc: Waiting [2023-01-06T15:47:49.411Z] 58515d00ce1d: Layer already exists [2023-01-06T15:47:49.411Z] 2aa524ebbd4f: Layer already exists [2023-01-06T15:47:49.411Z] 42ce11f111a0: Layer already exists [2023-01-06T15:47:49.411Z] a8007b0e7f04: Layer already exists [2023-01-06T15:47:49.411Z] efbe371c5d29: Layer already exists [2023-01-06T15:47:49.411Z] 17bec77d7fdc: Layer already exists [2023-01-06T15:47:49.411Z] 3.0.0-dev.6: digest: sha256:3cde5388eae168763ea58172a51fb07b0cc48ae7d4a9a88d11486495414a3422 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:47:49.743Z] + 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 [2023-01-06T15:47:50.138Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 [2023-01-06T15:47:50.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-06T15:47:50.138Z] 2aa524ebbd4f: Preparing [2023-01-06T15:47:50.138Z] efbe371c5d29: Preparing [2023-01-06T15:47:50.138Z] 42ce11f111a0: Preparing [2023-01-06T15:47:50.138Z] a8007b0e7f04: Preparing [2023-01-06T15:47:50.138Z] 58515d00ce1d: Preparing [2023-01-06T15:47:50.138Z] 17bec77d7fdc: Preparing [2023-01-06T15:47:50.138Z] efbe371c5d29: Layer already exists [2023-01-06T15:47:50.138Z] 2aa524ebbd4f: Layer already exists [2023-01-06T15:47:50.138Z] a8007b0e7f04: Layer already exists [2023-01-06T15:47:50.138Z] 42ce11f111a0: Layer already exists [2023-01-06T15:47:50.138Z] 58515d00ce1d: Layer already exists [2023-01-06T15:47:50.138Z] 17bec77d7fdc: Layer already exists [2023-01-06T15:47:50.138Z] 00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6: digest: sha256:3cde5388eae168763ea58172a51fb07b0cc48ae7d4a9a88d11486495414a3422 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:47:50.766Z] + 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 [2023-01-06T15:47:51.121Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-01-06T15:47:51.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-06T15:47:51.121Z] 2aa524ebbd4f: Preparing [2023-01-06T15:47:51.121Z] efbe371c5d29: Preparing [2023-01-06T15:47:51.121Z] 42ce11f111a0: Preparing [2023-01-06T15:47:51.121Z] a8007b0e7f04: Preparing [2023-01-06T15:47:51.121Z] 58515d00ce1d: Preparing [2023-01-06T15:47:51.121Z] 17bec77d7fdc: Preparing [2023-01-06T15:47:51.121Z] 17bec77d7fdc: Waiting [2023-01-06T15:47:51.121Z] 2aa524ebbd4f: Layer already exists [2023-01-06T15:47:51.121Z] 58515d00ce1d: Layer already exists [2023-01-06T15:47:51.121Z] a8007b0e7f04: Layer already exists [2023-01-06T15:47:51.121Z] efbe371c5d29: Layer already exists [2023-01-06T15:47:51.121Z] 42ce11f111a0: Layer already exists [2023-01-06T15:47:51.121Z] 17bec77d7fdc: Layer already exists [2023-01-06T15:47:51.393Z] main: digest: sha256:3cde5388eae168763ea58172a51fb07b0cc48ae7d4a9a88d11486495414a3422 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-06T15:47:51.439Z] ===================================================== [Pipeline] echo [2023-01-06T15:47:51.446Z] taggedImages: [2023-01-06T15:47:51.446Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:00d8ffd1a5b178530bec1b751018b947d29fdef0 [2023-01-06T15:47:51.446Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-01-06T15:47:51.446Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.6 [2023-01-06T15:47:51.446Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:00d8ffd1a5b178530bec1b751018b947d29fdef0-3.0.0-dev.6 [2023-01-06T15:47:51.446Z] - 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 [2023-01-06T15:47:51.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-06T15:47:51.824Z] [2023-01-06T15:47:51.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:47:52.159Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-06T15:47:52.159Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-06T15:47:52.159Z] 8998bd30e6a1: Pulling fs layer [2023-01-06T15:47:52.159Z] 04944245beec: Pulling fs layer [2023-01-06T15:47:52.159Z] 699f458cf7ca: Pulling fs layer [2023-01-06T15:47:52.159Z] 765212b225bb: Pulling fs layer [2023-01-06T15:47:52.159Z] f23df028b6ca: Pulling fs layer [2023-01-06T15:47:52.159Z] d65c8cfc05b1: Pulling fs layer [2023-01-06T15:47:52.159Z] 2437ff75d9bd: Pulling fs layer [2023-01-06T15:47:52.159Z] 765212b225bb: Waiting [2023-01-06T15:47:52.159Z] f23df028b6ca: Waiting [2023-01-06T15:47:52.159Z] d65c8cfc05b1: Waiting [2023-01-06T15:47:52.159Z] 2437ff75d9bd: Waiting [2023-01-06T15:47:52.424Z] 04944245beec: Verifying Checksum [2023-01-06T15:47:52.424Z] 04944245beec: Download complete [2023-01-06T15:47:52.424Z] 765212b225bb: Verifying Checksum [2023-01-06T15:47:52.424Z] 765212b225bb: Download complete [2023-01-06T15:47:52.424Z] f23df028b6ca: Verifying Checksum [2023-01-06T15:47:52.424Z] f23df028b6ca: Download complete [2023-01-06T15:47:52.424Z] d65c8cfc05b1: Verifying Checksum [2023-01-06T15:47:52.424Z] d65c8cfc05b1: Download complete [2023-01-06T15:47:52.689Z] 699f458cf7ca: Verifying Checksum [2023-01-06T15:47:52.689Z] 699f458cf7ca: Download complete [2023-01-06T15:47:52.955Z] 8998bd30e6a1: Download complete [2023-01-06T15:47:54.897Z] 2437ff75d9bd: Verifying Checksum [2023-01-06T15:47:54.897Z] 2437ff75d9bd: Download complete [2023-01-06T15:47:56.303Z] 8998bd30e6a1: Pull complete [2023-01-06T15:47:56.887Z] 04944245beec: Pull complete [2023-01-06T15:47:57.845Z] 699f458cf7ca: Pull complete [2023-01-06T15:47:58.111Z] 765212b225bb: Pull complete [2023-01-06T15:47:58.691Z] f23df028b6ca: Pull complete [2023-01-06T15:47:58.957Z] d65c8cfc05b1: Pull complete [2023-01-06T15:48:11.250Z] 2437ff75d9bd: Pull complete [2023-01-06T15:48:11.250Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-06T15:48:11.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-06T15:48:11.250Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:48:11.426Z] prd-ubuntu20.04-docker-arm64-4c-16g-1271 does not seem to be running inside a container [2023-01-06T15:48:11.487Z] $ 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 [2023-01-06T15:48:13.808Z] $ docker top 0a87f44b15621bf1664c81feb40d2ee65020df2ee8c3ec737c02bbc0da135f0f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:48:14.330Z] ---> job-cost.sh [2023-01-06T15:48:14.599Z] lf-activate-venv: SKIPPING [2023-01-06T15:48:14.599Z] INFO: No Stack... [2023-01-06T15:48:15.179Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-06T15:48:15.759Z] INFO: Archiving Costs [Pipeline] sh [2023-01-06T15:48:16.076Z] + + cut -d, -f6 [2023-01-06T15:48:16.076Z] cat /w/workspace/app-service-configurable/123/archives/cost.csv [Pipeline] lock [2023-01-06T15:48:16.140Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] [2023-01-06T15:48:16.149Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] did not exist. Created. [2023-01-06T15:48:16.150Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-06T15:48:16.477Z] /w/workspace/app-service-configurable/123@tmp/durable-b3cc2b2f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-06T15:48:16.802Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-06T15:48:16.822Z] Warning: overwriting stash ‘stack-cost’ [2023-01-06T15:48:16.872Z] Stashed 1 file(s) [Pipeline] } [2023-01-06T15:48:16.891Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-123-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-06T15:48:16.909Z] $ docker stop --time=1 0a87f44b15621bf1664c81feb40d2ee65020df2ee8c3ec737c02bbc0da135f0f [2023-01-06T15:48:18.337Z] $ 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 [2023-01-06T15:48:18.706Z] provisioning config files... [2023-01-06T15:48:18.714Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5104404910708684696tmp [Pipeline] { [Pipeline] sh [2023-01-06T15:48:19.006Z] + set +x [2023-01-06T15:48:19.006Z] + curl -s https://codecov.io/bash [2023-01-06T15:48:19.006Z] + bash -s -- [2023-01-06T15:48:19.006Z] [2023-01-06T15:48:19.006Z] _____ _ [2023-01-06T15:48:19.006Z] / ____| | | [2023-01-06T15:48:19.006Z] | | ___ __| | ___ ___ _____ __ [2023-01-06T15:48:19.006Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-06T15:48:19.006Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-06T15:48:19.006Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-06T15:48:19.006Z] Bash-1.0.6 [2023-01-06T15:48:19.006Z] [2023-01-06T15:48:19.006Z] [2023-01-06T15:48:19.006Z] ==> git version 2.25.1 found [2023-01-06T15:48:19.006Z] ==> 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 [2023-01-06T15:48:19.006Z] Release-Date: 2020-01-08 [2023-01-06T15:48:19.006Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-06T15:48:19.006Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-06T15:48:19.006Z] ==> Jenkins CI detected. [2023-01-06T15:48:19.006Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-01-06T15:48:19.006Z] project root: . [2023-01-06T15:48:19.006Z] --> token set from env [2023-01-06T15:48:19.006Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-06T15:48:19.006Z] ==> Running gcov in . (disable via -X gcov) [2023-01-06T15:48:19.006Z] ==> Python coveragepy not found [2023-01-06T15:48:19.006Z] ==> Searching for coverage reports in: [2023-01-06T15:48:19.006Z] + . [2023-01-06T15:48:19.006Z] -> Found 1 reports [2023-01-06T15:48:19.006Z] ==> Detecting git/mercurial file structure [2023-01-06T15:48:19.006Z] ==> Reading reports [2023-01-06T15:48:19.006Z] + ./coverage.out bytes=13 [2023-01-06T15:48:19.006Z] ==> Appending adjustments [2023-01-06T15:48:19.006Z] https://docs.codecov.io/docs/fixing-reports [2023-01-06T15:48:19.275Z] + Found adjustments [2023-01-06T15:48:19.275Z] ==> Gzipping contents [2023-01-06T15:48:19.275Z] 4.0K /tmp/codecov.UkK2dE.gz [2023-01-06T15:48:19.275Z] ==> Uploading reports [2023-01-06T15:48:19.275Z] url: https://codecov.io [2023-01-06T15:48:19.275Z] 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= [2023-01-06T15:48:19.275Z] -> Pinging Codecov [2023-01-06T15:48:19.275Z] 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= [2023-01-06T15:48:19.534Z] -> Uploading to [2023-01-06T15:48:19.535Z] 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 [2023-01-06T15:48:19.535Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-06T15:48:19.535Z] Dload Upload Total Spent Left Speed [2023-01-06T15:48:19.795Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 530 0 0 100 530 0 2120 --:--:-- --:--:-- --:--:-- 2120 [2023-01-06T15:48:19.795Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] } [2023-01-06T15:48:19.803Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-06T15:48:19.970Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-06T15:48:19.982Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:48:20.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-06T15:48:20.305Z] [2023-01-06T15:48:20.305Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:48:20.616Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-06T15:48:20.616Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-06T15:48:20.616Z] df9b9388f04a: Pulling fs layer [2023-01-06T15:48:20.616Z] 52dc419b0ee2: Pulling fs layer [2023-01-06T15:48:20.616Z] 25bc292e5bac: Pulling fs layer [2023-01-06T15:48:20.616Z] 114826534d7a: Pulling fs layer [2023-01-06T15:48:20.616Z] 4657fd5d0bcf: Pulling fs layer [2023-01-06T15:48:20.616Z] 6ad1cebc031e: Pulling fs layer [2023-01-06T15:48:20.616Z] 8a3aa393b2d8: Pulling fs layer [2023-01-06T15:48:20.616Z] 4657fd5d0bcf: Waiting [2023-01-06T15:48:20.616Z] 6ad1cebc031e: Waiting [2023-01-06T15:48:20.616Z] 114826534d7a: Waiting [2023-01-06T15:48:20.616Z] 25bc292e5bac: Verifying Checksum [2023-01-06T15:48:20.616Z] 25bc292e5bac: Download complete [2023-01-06T15:48:20.616Z] 52dc419b0ee2: Download complete [2023-01-06T15:48:20.616Z] 4657fd5d0bcf: Verifying Checksum [2023-01-06T15:48:20.616Z] 4657fd5d0bcf: Download complete [2023-01-06T15:48:20.923Z] df9b9388f04a: Verifying Checksum [2023-01-06T15:48:20.923Z] df9b9388f04a: Download complete [2023-01-06T15:48:20.923Z] 6ad1cebc031e: Verifying Checksum [2023-01-06T15:48:20.923Z] 6ad1cebc031e: Download complete [2023-01-06T15:48:21.220Z] df9b9388f04a: Pull complete [2023-01-06T15:48:21.819Z] 52dc419b0ee2: Pull complete [2023-01-06T15:48:21.819Z] 114826534d7a: Verifying Checksum [2023-01-06T15:48:21.819Z] 114826534d7a: Download complete [2023-01-06T15:48:21.819Z] 25bc292e5bac: Pull complete [2023-01-06T15:48:22.078Z] 8a3aa393b2d8: Download complete [2023-01-06T15:48:26.292Z] 114826534d7a: Pull complete [2023-01-06T15:48:26.292Z] 4657fd5d0bcf: Pull complete [2023-01-06T15:48:26.550Z] 6ad1cebc031e: Pull complete [2023-01-06T15:48:34.785Z] 8a3aa393b2d8: Pull complete [2023-01-06T15:48:34.785Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-06T15:48:34.785Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-06T15:48:34.785Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:48:34.955Z] prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container [2023-01-06T15:48:34.985Z] $ 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 [2023-01-06T15:48:43.519Z] $ docker top a5edc82fe62c53e53f02026beddc8c16e317f8483355b1bbe08f62251b06fe59 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-06T15:48:43.583Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-01-06T15:48:43.911Z] + set -o pipefail [2023-01-06T15:48:43.911Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-01-06T15:48:49.226Z] [2023-01-06T15:48:49.226Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-01-06T15:48:49.226Z] [2023-01-06T15:48:49.226Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/1834b0dc-e950-48ee-82a7-b24975d1762f [2023-01-06T15:48:49.226Z] [2023-01-06T15:48:49.226Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-06T15:48:49.226Z] [2023-01-06T15:48:49.226Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-06T15:48:49.226Z] [2023-01-06T15:48:50.163Z] [2023-01-06T15:48:50.163Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-06T15:48:50.163Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-06T15:48:50.163Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-06T15:48:50.180Z] $ docker stop --time=1 a5edc82fe62c53e53f02026beddc8c16e317f8483355b1bbe08f62251b06fe59 [2023-01-06T15:48:57.713Z] $ 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 [2023-01-06T15:48:58.591Z] + git log --format=format:%s -1 00d8ffd1a5b178530bec1b751018b947d29fdef0 [Pipeline] sh [2023-01-06T15:48:58.879Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-06T15:48:58.879Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:48:59.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-06T15:48:59.189Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:48:59.261Z] prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container [2023-01-06T15:48:59.288Z] $ 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 [2023-01-06T15:49:00.476Z] $ docker top 0100af674ec70987588b91d0192ed01af73582345feffc96cb32a105373c8071 -eo pid,comm [2023-01-06T15:49:00.521Z] 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). [2023-01-06T15:49:00.521Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-06T15:49:00.550Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-06T15:49:00.550Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-06T15:49:00.722Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-06T15:49:00.723Z] $ docker exec 0100af674ec70987588b91d0192ed01af73582345feffc96cb32a105373c8071 ssh-agent [2023-01-06T15:49:00.825Z] SSH_AUTH_SOCK=/tmp/ssh-ZkblA6aJ0LqH/agent.33 [2023-01-06T15:49:00.825Z] SSH_AGENT_PID=39 [2023-01-06T15:49:00.834Z] Running ssh-add (command line suppressed) [2023-01-06T15:49:00.920Z] 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) [2023-01-06T15:49:00.963Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-06T15:49:01.381Z] + git semver tag [2023-01-06T15:49:01.670Z] 2023-01-06 15:49:01,476 [run_tag] DEBUG tag force:False [2023-01-06T15:49:01.670Z] 2023-01-06 15:49:01,476 [check_head_tag] DEBUG check head tag [2023-01-06T15:49:01.670Z] 2023-01-06 15:49:01,477 [execute] INFO git cat-file --batch-check [2023-01-06T15:49:01.670Z] 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=) [2023-01-06T15:49:01.670Z] 2023-01-06 15:49:01,480 [execute] INFO git cat-file --batch [2023-01-06T15:49:01.670Z] 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=) [2023-01-06T15:49:01.670Z] 2023-01-06 15:49:01,500 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-06T15:49:01.670Z] 2023-01-06 15:49:01,501 [execute] INFO git tag -a v3.0.0-dev.6 -m v3.0.0-dev.6 [2023-01-06T15:49:01.670Z] 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) [2023-01-06T15:49:01.670Z] 2023-01-06 15:49:01,505 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-06T15:49:01.670Z] 3.0.0-dev.6 [Pipeline] } [2023-01-06T15:49:01.678Z] $ docker exec --env ******** --env ******** 0100af674ec70987588b91d0192ed01af73582345feffc96cb32a105373c8071 ssh-agent -k [2023-01-06T15:49:01.767Z] unset SSH_AUTH_SOCK; [2023-01-06T15:49:01.767Z] unset SSH_AGENT_PID; [2023-01-06T15:49:01.767Z] echo Agent pid 39 killed; [2023-01-06T15:49:01.779Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-06T15:49:02.082Z] + git semver [Pipeline] } [2023-01-06T15:49:02.721Z] $ docker stop --time=1 0100af674ec70987588b91d0192ed01af73582345feffc96cb32a105373c8071 [2023-01-06T15:49:04.441Z] $ docker rm -f --volumes 0100af674ec70987588b91d0192ed01af73582345feffc96cb32a105373c8071 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:49:04.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-06T15:49:04.906Z] [2023-01-06T15:49:04.906Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:49:05.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-06T15:49:05.777Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-06T15:49:05.777Z] ab5ef0e58194: Pulling fs layer [2023-01-06T15:49:05.777Z] 9712f1f96733: Pulling fs layer [2023-01-06T15:49:05.777Z] 63f879dbbcfc: Pulling fs layer [2023-01-06T15:49:05.777Z] 0d9ebad4ef96: Pulling fs layer [2023-01-06T15:49:05.777Z] e9a5061849ea: Pulling fs layer [2023-01-06T15:49:05.777Z] d747dcd14b5f: Pulling fs layer [2023-01-06T15:49:05.777Z] 2de7ff778b66: Pulling fs layer [2023-01-06T15:49:05.777Z] e9a5061849ea: Waiting [2023-01-06T15:49:05.777Z] d747dcd14b5f: Waiting [2023-01-06T15:49:05.777Z] 2de7ff778b66: Waiting [2023-01-06T15:49:05.777Z] 0d9ebad4ef96: Waiting [2023-01-06T15:49:05.777Z] 9712f1f96733: Download complete [2023-01-06T15:49:06.349Z] 63f879dbbcfc: Verifying Checksum [2023-01-06T15:49:06.349Z] 63f879dbbcfc: Download complete [2023-01-06T15:49:06.608Z] e9a5061849ea: Verifying Checksum [2023-01-06T15:49:06.608Z] e9a5061849ea: Download complete [2023-01-06T15:49:06.608Z] d747dcd14b5f: Verifying Checksum [2023-01-06T15:49:06.608Z] d747dcd14b5f: Download complete [2023-01-06T15:49:06.608Z] 0d9ebad4ef96: Verifying Checksum [2023-01-06T15:49:06.608Z] 0d9ebad4ef96: Download complete [2023-01-06T15:49:06.608Z] ab5ef0e58194: Verifying Checksum [2023-01-06T15:49:06.608Z] ab5ef0e58194: Download complete [2023-01-06T15:49:06.608Z] 2de7ff778b66: Verifying Checksum [2023-01-06T15:49:06.608Z] 2de7ff778b66: Download complete [2023-01-06T15:49:09.144Z] ab5ef0e58194: Pull complete [2023-01-06T15:49:09.402Z] 9712f1f96733: Pull complete [2023-01-06T15:49:10.383Z] 63f879dbbcfc: Pull complete [2023-01-06T15:49:14.612Z] 0d9ebad4ef96: Pull complete [2023-01-06T15:49:14.612Z] e9a5061849ea: Pull complete [2023-01-06T15:49:14.874Z] d747dcd14b5f: Pull complete [2023-01-06T15:49:16.829Z] 2de7ff778b66: Pull complete [2023-01-06T15:49:16.829Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-06T15:49:16.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-06T15:49:16.830Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:49:16.932Z] prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container [2023-01-06T15:49:16.966Z] $ 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 [2023-01-06T15:49:24.240Z] $ docker top f86e3012c92d0d25c6de027ec7126322363b75363d6dbf011bc38fe8d6dd869a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-06T15:49:24.311Z] provisioning config files... [2023-01-06T15:49:24.318Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12900738492422750931tmp [2023-01-06T15:49:24.327Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6351722084421786854tmp [2023-01-06T15:49:24.337Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2517274060986948380tmp [Pipeline] { [Pipeline] echo [2023-01-06T15:49:24.351Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:49:24.635Z] ---> sigul-configuration.sh [2023-01-06T15:49:24.635Z] gpg: directory `/root/.gnupg' created [2023-01-06T15:49:24.635Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-06T15:49:24.635Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-06T15:49:24.635Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-06T15:49:24.635Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-06T15:49:24.635Z] gpg: CAST5 encrypted data [2023-01-06T15:49:24.635Z] gpg: encrypted with 1 passphrase [2023-01-06T15:49:24.635Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-06T15:49:24.940Z] + mkdir /home/jenkins [2023-01-06T15:49:24.940Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-06T15:49:25.233Z] + 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 [2023-01-06T15:49:25.242Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:49:25.529Z] ---> sigul-install.sh [2023-01-06T15:49:25.529Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-06T15:49:25.814Z] + git tag --list [2023-01-06T15:49:25.814Z] v1.0.0 [2023-01-06T15:49:25.814Z] v1.1.0 [2023-01-06T15:49:25.814Z] v1.2.0 [2023-01-06T15:49:25.814Z] v1.3.0 [2023-01-06T15:49:25.814Z] v1.3.1 [2023-01-06T15:49:25.814Z] v2.0.0 [2023-01-06T15:49:25.814Z] v2.0.1 [2023-01-06T15:49:25.814Z] v2.1.0 [2023-01-06T15:49:25.814Z] v2.1.1 [2023-01-06T15:49:25.814Z] v2.1.1-dev.1 [2023-01-06T15:49:25.814Z] v2.1.1-dev.2 [2023-01-06T15:49:25.814Z] v2.2.0 [2023-01-06T15:49:25.814Z] v2.2.1-dev.1 [2023-01-06T15:49:25.814Z] v2.2.1-dev.10 [2023-01-06T15:49:25.814Z] v2.2.1-dev.2 [2023-01-06T15:49:25.814Z] v2.2.1-dev.3 [2023-01-06T15:49:25.814Z] v2.2.1-dev.4 [2023-01-06T15:49:25.814Z] v2.2.1-dev.5 [2023-01-06T15:49:25.814Z] v2.2.1-dev.6 [2023-01-06T15:49:25.814Z] v2.2.1-dev.7 [2023-01-06T15:49:25.814Z] v2.2.1-dev.8 [2023-01-06T15:49:25.814Z] v2.2.1-dev.9 [2023-01-06T15:49:25.814Z] v2.3.0 [2023-01-06T15:49:25.814Z] v2.3.0-dev.10 [2023-01-06T15:49:25.814Z] v2.3.0-dev.11 [2023-01-06T15:49:25.814Z] v2.3.0-dev.12 [2023-01-06T15:49:25.814Z] v2.3.0-dev.13 [2023-01-06T15:49:25.814Z] v2.3.0-dev.14 [2023-01-06T15:49:25.814Z] v2.3.0-dev.15 [2023-01-06T15:49:25.814Z] v2.3.0-dev.16 [2023-01-06T15:49:25.814Z] v2.3.0-dev.17 [2023-01-06T15:49:25.814Z] v2.3.0-dev.18 [2023-01-06T15:49:25.814Z] v2.3.0-dev.19 [2023-01-06T15:49:25.814Z] v2.3.0-dev.20 [2023-01-06T15:49:25.814Z] v2.3.0-dev.21 [2023-01-06T15:49:25.814Z] v2.3.0-dev.22 [2023-01-06T15:49:25.814Z] v2.3.0-dev.23 [2023-01-06T15:49:25.814Z] v2.3.0-dev.24 [2023-01-06T15:49:25.814Z] v2.3.0-dev.25 [2023-01-06T15:49:25.814Z] v2.3.0-dev.26 [2023-01-06T15:49:25.814Z] v2.3.0-dev.27 [2023-01-06T15:49:25.814Z] v2.3.0-dev.28 [2023-01-06T15:49:25.814Z] v2.3.0-dev.29 [2023-01-06T15:49:25.814Z] v2.3.0-dev.30 [2023-01-06T15:49:25.814Z] v2.3.0-dev.31 [2023-01-06T15:49:25.814Z] v2.3.0-dev.32 [2023-01-06T15:49:25.814Z] v2.3.0-dev.33 [2023-01-06T15:49:25.814Z] v2.3.0-dev.34 [2023-01-06T15:49:25.814Z] v2.3.0-dev.35 [2023-01-06T15:49:25.814Z] v2.3.0-dev.36 [2023-01-06T15:49:25.814Z] v2.3.0-dev.37 [2023-01-06T15:49:25.814Z] v3.0.0-dev.1 [2023-01-06T15:49:25.814Z] v3.0.0-dev.2 [2023-01-06T15:49:25.814Z] v3.0.0-dev.3 [2023-01-06T15:49:25.814Z] v3.0.0-dev.4 [2023-01-06T15:49:25.814Z] v3.0.0-dev.5 [2023-01-06T15:49:25.814Z] v3.0.0-dev.6 [Pipeline] sh [2023-01-06T15:49:26.099Z] + lftools sign git-tag v3.0.0-dev.6 [2023-01-06T15:49:26.668Z] Signing Git tag with Sigul... [2023-01-06T15:49:26.668Z] Signing v3.0.0-dev.6 [Pipeline] echo [2023-01-06T15:49:26.936Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:49:27.220Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-06T15:49:27.227Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-06T15:49:27.246Z] $ docker stop --time=1 f86e3012c92d0d25c6de027ec7126322363b75363d6dbf011bc38fe8d6dd869a [2023-01-06T15:49:28.642Z] $ 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 [2023-01-06T15:49:29.038Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-06T15:49:29.038Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:49:29.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-06T15:49:29.332Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:49:29.409Z] prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container [2023-01-06T15:49:29.437Z] $ 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 [2023-01-06T15:49:30.723Z] $ docker top 01909ac5a048e684bd021ce00e219b85584f01b9a76187b3cd87b497b2ae207c -eo pid,comm [2023-01-06T15:49:30.811Z] 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). [2023-01-06T15:49:30.811Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-06T15:49:30.848Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-06T15:49:30.848Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-06T15:49:30.958Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-06T15:49:30.958Z] $ docker exec 01909ac5a048e684bd021ce00e219b85584f01b9a76187b3cd87b497b2ae207c ssh-agent [2023-01-06T15:49:31.074Z] SSH_AUTH_SOCK=/tmp/ssh-cEwM2hwvZi36/agent.15 [2023-01-06T15:49:31.074Z] SSH_AGENT_PID=21 [2023-01-06T15:49:31.078Z] Running ssh-add (command line suppressed) [2023-01-06T15:49:31.182Z] 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) [2023-01-06T15:49:31.197Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-06T15:49:31.480Z] + git semver bump pre [2023-01-06T15:49:31.739Z] 2023-01-06 15:49:31,703 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-06T15:49:31.739Z] 2023-01-06 15:49:31,703 [bump_version] DEBUG bumping version:3.0.0-dev.6 on axis:pre with prefix:dev [2023-01-06T15:49:31.739Z] 2023-01-06 15:49:31,703 [bump_version] DEBUG bumped version:3.0.0-dev.7 [2023-01-06T15:49:31.739Z] 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 [2023-01-06T15:49:31.739Z] 2023-01-06 15:49:31,704 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-06T15:49:31.739Z] 2023-01-06 15:49:31,704 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-06T15:49:31.739Z] 2023-01-06 15:49:31,708 [execute] INFO git cat-file --batch-check [2023-01-06T15:49:31.739Z] 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=) [2023-01-06T15:49:31.739Z] 2023-01-06 15:49:31,715 [execute] INFO git cat-file --batch [2023-01-06T15:49:31.739Z] 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=) [2023-01-06T15:49:31.739Z] 2023-01-06 15:49:31,719 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-06T15:49:31.739Z] 3.0.0-dev.7 [Pipeline] } [2023-01-06T15:49:32.005Z] $ docker exec --env ******** --env ******** 01909ac5a048e684bd021ce00e219b85584f01b9a76187b3cd87b497b2ae207c ssh-agent -k [2023-01-06T15:49:32.111Z] unset SSH_AUTH_SOCK; [2023-01-06T15:49:32.111Z] unset SSH_AGENT_PID; [2023-01-06T15:49:32.112Z] echo Agent pid 21 killed; [2023-01-06T15:49:32.124Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-06T15:49:32.429Z] + git semver [Pipeline] } [2023-01-06T15:49:32.700Z] $ docker stop --time=1 01909ac5a048e684bd021ce00e219b85584f01b9a76187b3cd87b497b2ae207c [2023-01-06T15:49:34.380Z] $ docker rm -f --volumes 01909ac5a048e684bd021ce00e219b85584f01b9a76187b3cd87b497b2ae207c [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-06T15:49:34.723Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-06T15:49:34.723Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:49:35.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-06T15:49:35.018Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:49:35.114Z] prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container [2023-01-06T15:49:35.160Z] $ 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 [2023-01-06T15:49:36.469Z] $ docker top deeac6714b291a8b95ad6d061e1f92d5810f85a3b7e242fd87e39824386a0a93 -eo pid,comm [2023-01-06T15:49:36.522Z] 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). [2023-01-06T15:49:36.522Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-06T15:49:36.561Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-06T15:49:36.561Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-06T15:49:36.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-06T15:49:36.725Z] $ docker exec deeac6714b291a8b95ad6d061e1f92d5810f85a3b7e242fd87e39824386a0a93 ssh-agent [2023-01-06T15:49:36.905Z] SSH_AUTH_SOCK=/tmp/ssh-jCiETMbDhDCM/agent.14 [2023-01-06T15:49:36.905Z] SSH_AGENT_PID=20 [2023-01-06T15:49:36.910Z] Running ssh-add (command line suppressed) [2023-01-06T15:49:37.011Z] 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) [2023-01-06T15:49:37.038Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-06T15:49:37.326Z] + git semver push [2023-01-06T15:49:37.585Z] 2023-01-06 15:49:37,510 [run_push] DEBUG push [2023-01-06T15:49:37.585Z] 2023-01-06 15:49:37,511 [execute] INFO git cat-file --batch-check [2023-01-06T15:49:37.585Z] 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=) [2023-01-06T15:49:37.585Z] 2023-01-06 15:49:37,515 [execute] INFO git rev-list fc7628133974b16683167d0f63fff658debb1cef -- [2023-01-06T15:49:37.585Z] 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) [2023-01-06T15:49:37.585Z] 2023-01-06 15:49:37,525 [execute] INFO git fetch -v origin [2023-01-06T15:49:37.585Z] 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) [2023-01-06T15:49:38.213Z] 2023-01-06 15:49:38,041 [run_push] DEBUG no remote changes detected [2023-01-06T15:49:38.213Z] 2023-01-06 15:49:38,041 [execute] INFO git push origin semver [2023-01-06T15:49:38.213Z] 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) [2023-01-06T15:49:39.171Z] 2023-01-06 15:49:38,952 [run_push] DEBUG push all version tags [2023-01-06T15:49:39.171Z] 2023-01-06 15:49:38,952 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-06T15:49:39.171Z] 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) [2023-01-06T15:49:40.107Z] 2023-01-06 15:49:39,803 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-06T15:49:40.107Z] 3.0.0-dev.7 [Pipeline] } [2023-01-06T15:49:40.113Z] $ docker exec --env ******** --env ******** deeac6714b291a8b95ad6d061e1f92d5810f85a3b7e242fd87e39824386a0a93 ssh-agent -k [2023-01-06T15:49:40.235Z] unset SSH_AUTH_SOCK; [2023-01-06T15:49:40.236Z] unset SSH_AGENT_PID; [2023-01-06T15:49:40.236Z] echo Agent pid 20 killed; [2023-01-06T15:49:40.262Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-06T15:49:40.571Z] + git semver [Pipeline] } [2023-01-06T15:49:40.841Z] $ docker stop --time=1 deeac6714b291a8b95ad6d061e1f92d5810f85a3b7e242fd87e39824386a0a93 [2023-01-06T15:49:42.889Z] $ 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 [2023-01-06T15:49:43.579Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-01-06T15:49:43.579Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-01-06T15:49:43.579Z] total 16 [2023-01-06T15:49:43.579Z] drwxr-xr-x 3 root root 4096 Jan 6 15:40 . [2023-01-06T15:49:43.579Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 6 15:49 .. [2023-01-06T15:49:43.579Z] drwxr-xr-x 2 root root 4096 Jan 6 15:40 cost [2023-01-06T15:49:43.579Z] -rw-r--r-- 1 root root 96 Jan 6 15:40 cost.csv [2023-01-06T15:49:43.579Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-01-06T15:49:43.579Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-01-06T15:49:43.579Z] total 16 [2023-01-06T15:49:43.579Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 6 15:40 . [2023-01-06T15:49:43.579Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 6 15:49 .. [2023-01-06T15:49:43.579Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 6 15:40 cost [2023-01-06T15:49:43.579Z] -rw-r--r-- 1 jenkins jenkins 96 Jan 6 15:40 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:49:43.871Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:49:44.823Z] ---> package-listing.sh [2023-01-06T15:49:44.823Z] ++ facter osfamily [2023-01-06T15:49:44.823Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-06T15:49:44.823Z] + OS_FAMILY=debian [2023-01-06T15:49:44.823Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-01-06T15:49:44.823Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-06T15:49:44.823Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-06T15:49:44.823Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-06T15:49:44.823Z] + PACKAGES=/tmp/packages_start.txt [2023-01-06T15:49:44.823Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-01-06T15:49:44.823Z] + PACKAGES=/tmp/packages_end.txt [2023-01-06T15:49:44.823Z] + case "${OS_FAMILY}" in [2023-01-06T15:49:44.823Z] + dpkg -l [2023-01-06T15:49:44.823Z] + grep '^ii' [2023-01-06T15:49:44.823Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-06T15:49:44.823Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-06T15:49:44.823Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-06T15:49:45.119Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-01-06T15:49:45.119Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-01-06T15:49:45.119Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2023-01-06T15:49:45.138Z] 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 [2023-01-06T15:49:45.438Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T15:49:45.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-06T15:49:45.786Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T15:49:45.895Z] prd-ubuntu20.04-docker-8c-8g-1270 does not seem to be running inside a container [2023-01-06T15:49:45.938Z] $ 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 [2023-01-06T15:49:46.761Z] $ docker top 98c29a8e33f12a1dfe361bdaa3406aeac11cb4738d8610bc04eb98e4b9cc6f2b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-06T15:49:47.105Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-06T15:49:47.395Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-06T15:49:47.677Z] + ls /var/log/sa-host [2023-01-06T15:49:47.677Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-06T15:49:47.870Z] provisioning config files... [2023-01-06T15:49:47.876Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7310072025821367847tmp [Pipeline] { [Pipeline] echo [2023-01-06T15:49:47.902Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:49:48.182Z] ---> create-netrc.sh [Pipeline] } [2023-01-06T15:49:48.190Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:49:48.511Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-06T15:49:48.520Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:49:48.801Z] ---> sudo-logs.sh [2023-01-06T15:49:48.802Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-06T15:49:48.831Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:49:49.110Z] ---> job-cost.sh [2023-01-06T15:49:49.111Z] lf-activate-venv: SKIPPING [2023-01-06T15:49:49.111Z] DEBUG: total: 0.2199999988079071 [2023-01-06T15:49:49.111Z] INFO: Retrieving Stack Cost... [2023-01-06T15:49:49.369Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-06T15:49:49.936Z] INFO: Archiving Costs [Pipeline] echo [2023-01-06T15:49:49.948Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T15:49:50.230Z] ---> logs-deploy.sh [2023-01-06T15:49:50.230Z] lf-activate-venv: SKIPPING [2023-01-06T15:49:50.230Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/123 [2023-01-06T15:49:50.230Z] INFO: archiving workspace using pattern(s): [2023-01-06T15:49:51.606Z] Archives upload complete. [2023-01-06T15:49:51.606Z] INFO: archiving logs to Nexus [2023-01-06T15:49:52.173Z] ---> uname -a: [2023-01-06T15:49:52.174Z] 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 [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] ---> lscpu: [2023-01-06T15:49:52.174Z] Architecture: x86_64 [2023-01-06T15:49:52.174Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-06T15:49:52.174Z] Byte Order: Little Endian [2023-01-06T15:49:52.174Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-06T15:49:52.174Z] CPU(s): 8 [2023-01-06T15:49:52.174Z] On-line CPU(s) list: 0-7 [2023-01-06T15:49:52.174Z] Thread(s) per core: 1 [2023-01-06T15:49:52.174Z] Core(s) per socket: 1 [2023-01-06T15:49:52.174Z] Socket(s): 8 [2023-01-06T15:49:52.174Z] NUMA node(s): 1 [2023-01-06T15:49:52.174Z] Vendor ID: AuthenticAMD [2023-01-06T15:49:52.174Z] CPU family: 23 [2023-01-06T15:49:52.174Z] Model: 49 [2023-01-06T15:49:52.174Z] Model name: AMD EPYC-Rome Processor [2023-01-06T15:49:52.174Z] Stepping: 0 [2023-01-06T15:49:52.174Z] CPU MHz: 2800.002 [2023-01-06T15:49:52.174Z] BogoMIPS: 5600.00 [2023-01-06T15:49:52.174Z] Virtualization: AMD-V [2023-01-06T15:49:52.174Z] Hypervisor vendor: KVM [2023-01-06T15:49:52.174Z] Virtualization type: full [2023-01-06T15:49:52.174Z] L1d cache: 256 KiB [2023-01-06T15:49:52.174Z] L1i cache: 256 KiB [2023-01-06T15:49:52.174Z] L2 cache: 4 MiB [2023-01-06T15:49:52.174Z] L3 cache: 128 MiB [2023-01-06T15:49:52.174Z] NUMA node0 CPU(s): 0-7 [2023-01-06T15:49:52.174Z] Vulnerability Itlb multihit: Not affected [2023-01-06T15:49:52.174Z] Vulnerability L1tf: Not affected [2023-01-06T15:49:52.174Z] Vulnerability Mds: Not affected [2023-01-06T15:49:52.174Z] Vulnerability Meltdown: Not affected [2023-01-06T15:49:52.174Z] Vulnerability Mmio stale data: Not affected [2023-01-06T15:49:52.174Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-06T15:49:52.174Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-06T15:49:52.174Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-06T15:49:52.174Z] Vulnerability Srbds: Not affected [2023-01-06T15:49:52.174Z] Vulnerability Tsx async abort: Not affected [2023-01-06T15:49:52.174Z] 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 [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] ---> nproc: [2023-01-06T15:49:52.174Z] 8 [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] ---> df -h: [2023-01-06T15:49:52.174Z] Filesystem Size Used Avail Use% Mounted on [2023-01-06T15:49:52.174Z] overlay 155G 13G 143G 9% / [2023-01-06T15:49:52.174Z] tmpfs 64M 0 64M 0% /dev [2023-01-06T15:49:52.174Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-06T15:49:52.174Z] shm 64M 0 64M 0% /dev/shm [2023-01-06T15:49:52.174Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] ---> sar -b -r -n DEV: [2023-01-06T15:49:52.174Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1270) 01/06/23 _x86_64_ (8 CPU) [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] 15:35:50 LINUX RESTART (8 CPU) [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] 15:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-01-06T15:49:52.174Z] 15:37:02 101.28 45.21 56.07 0.00 5055.29 163632.06 0.00 [2023-01-06T15:49:52.174Z] 15:38:01 140.09 3.68 136.42 0.00 379.60 55253.55 0.00 [2023-01-06T15:49:52.174Z] 15:39:01 64.22 0.02 64.21 0.00 0.80 21227.55 0.00 [2023-01-06T15:49:52.174Z] 15:40:01 164.39 0.30 164.09 0.00 24.13 32179.17 0.00 [2023-01-06T15:49:52.174Z] 15:41:01 34.23 1.55 32.68 0.00 86.65 14360.14 0.00 [2023-01-06T15:49:52.174Z] 15:42:01 46.33 9.03 37.29 0.00 5069.02 6896.72 0.00 [2023-01-06T15:49:52.174Z] 15:43:01 3.87 0.02 3.85 0.00 0.13 96.65 0.00 [2023-01-06T15:49:52.174Z] 15:44:01 1.77 0.00 1.77 0.00 0.00 19.33 0.00 [2023-01-06T15:49:52.174Z] 15:45:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 [2023-01-06T15:49:52.174Z] 15:46:01 1.68 0.00 1.68 0.00 0.00 18.53 0.00 [2023-01-06T15:49:52.174Z] 15:47:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 [2023-01-06T15:49:52.174Z] 15:48:01 3.68 1.02 2.67 0.00 21.86 33.58 0.00 [2023-01-06T15:49:52.174Z] 15:49:01 61.52 0.22 61.31 0.00 11.20 37073.42 0.00 [2023-01-06T15:49:52.174Z] Average: 47.97 4.70 43.28 0.00 819.67 25408.38 0.00 [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] 15:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-01-06T15:49:52.174Z] 15:37:02 30049380 31686792 666720 2.03 58704 1882020 1867620 5.50 881028 1659084 288324 [2023-01-06T15:49:52.174Z] 15:38:01 28549256 31596780 708072 2.15 105956 3166584 2026204 5.97 1107048 2805896 63152 [2023-01-06T15:49:52.174Z] 15:39:01 28113476 31550280 747428 2.27 138048 3489640 1946676 5.74 1262256 3047788 387324 [2023-01-06T15:49:52.174Z] 15:40:01 27811952 31589356 706316 2.15 150868 3784316 1819256 5.36 1178972 3394428 347096 [2023-01-06T15:49:52.174Z] 15:41:01 27730144 31571548 719920 2.19 153460 3841036 1779280 5.24 1213064 3431876 252 [2023-01-06T15:49:52.174Z] 15:42:01 27296552 31577124 703384 2.14 184656 4238708 1789804 5.27 1505936 3548368 264 [2023-01-06T15:49:52.174Z] 15:43:01 27300928 31576592 703024 2.14 183172 4235456 1777384 5.24 1503312 3545164 8 [2023-01-06T15:49:52.174Z] 15:44:01 27301416 31577188 702452 2.14 183236 4235456 1777384 5.24 1503420 3545164 28 [2023-01-06T15:49:52.174Z] 15:45:01 27311016 31586840 692780 2.11 183280 4235460 1777384 5.24 1494380 3545168 8 [2023-01-06T15:49:52.174Z] 15:46:01 27310572 31586432 693172 2.11 183304 4235464 1777384 5.24 1494120 3545172 8 [2023-01-06T15:49:52.174Z] 15:47:01 27310628 31586492 693032 2.11 183324 4235464 1777384 5.24 1494192 3545172 4 [2023-01-06T15:49:52.174Z] 15:48:01 27308484 31585520 693816 2.11 183416 4236088 1787400 5.27 1494324 3545716 4 [2023-01-06T15:49:52.174Z] 15:49:01 26497844 31550964 724168 2.20 201744 4940364 1806164 5.32 1587108 4208416 636 [2023-01-06T15:49:52.174Z] Average: 27683973 31586301 704176 2.14 161013 3904312 1823794 5.37 1363012 3335955 83624 [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] 15:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-01-06T15:49:52.174Z] 15:37:02 lo 4.13 4.13 0.39 0.39 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:37:02 ens3 376.59 283.85 2416.86 68.74 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:38:01 lo 2.98 2.98 0.29 0.29 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:38:01 ens3 396.14 284.93 5945.26 42.14 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:38:01 docker0 153.58 212.24 13.02 1835.52 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:39:01 vethc445d94 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:39:01 ens3 22.20 14.71 24.20 9.65 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:39:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:40:01 lo 8.07 8.07 0.79 0.79 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:40:01 ens3 211.93 173.62 2699.42 318.98 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:40:01 docker0 3.55 7.68 0.22 84.20 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:41:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:41:01 ens3 60.24 36.38 859.63 5.06 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:42:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:42:01 ens3 100.52 52.47 1897.95 3.89 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:43:01 ens3 0.12 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:44:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:45:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:46:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:47:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:48:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:49:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:49:01 veth246c748 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:49:01 ens3 216.75 135.96 4681.64 22.57 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] 15:49:01 docker0 36.63 58.67 3.35 689.94 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] Average: lo 1.37 1.37 0.13 0.13 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] Average: veth246c748 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] Average: ens3 106.17 75.30 1419.17 36.23 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] Average: docker0 14.73 21.19 1.26 198.64 0.00 0.00 0.00 0.00 [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] ---> sar -P ALL: [2023-01-06T15:49:52.174Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1270) 01/06/23 _x86_64_ (8 CPU) [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] 15:35:50 LINUX RESTART (8 CPU) [2023-01-06T15:49:52.174Z] [2023-01-06T15:49:52.174Z] 15:36:01 CPU %user %nice %system %iowait %steal %idle [2023-01-06T15:49:52.174Z] 15:37:02 all 5.13 0.00 1.52 8.68 0.18 84.49 [2023-01-06T15:49:52.174Z] 15:37:02 0 8.00 0.00 2.67 17.52 0.13 71.68 [2023-01-06T15:49:52.174Z] 15:37:02 1 4.31 0.00 1.53 12.26 0.30 81.60 [2023-01-06T15:49:52.174Z] 15:37:02 2 5.84 0.00 1.14 26.03 0.20 66.79 [2023-01-06T15:49:52.174Z] 15:37:02 3 4.60 0.00 1.31 2.45 0.12 91.52 [2023-01-06T15:49:52.174Z] 15:37:02 4 5.97 0.00 1.32 1.69 0.10 90.92 [2023-01-06T15:49:52.174Z] 15:37:02 5 4.00 0.00 1.32 1.97 0.17 92.54 [2023-01-06T15:49:52.174Z] 15:37:02 6 3.96 0.00 1.39 3.76 0.17 90.74 [2023-01-06T15:49:52.174Z] 15:37:02 7 4.38 0.00 1.52 3.75 0.27 90.08 [2023-01-06T15:49:52.174Z] 15:38:01 all 5.50 0.00 2.36 8.62 0.13 83.38 [2023-01-06T15:49:52.174Z] 15:38:01 0 5.31 0.00 2.21 0.70 0.22 91.56 [2023-01-06T15:49:52.174Z] 15:38:01 1 5.41 0.00 2.10 0.26 0.05 92.19 [2023-01-06T15:49:52.174Z] 15:38:01 2 6.33 0.00 2.81 34.90 0.29 55.67 [2023-01-06T15:49:52.174Z] 15:38:01 3 5.31 0.00 3.02 12.86 0.17 78.63 [2023-01-06T15:49:52.175Z] 15:38:01 4 6.53 0.00 2.41 0.26 0.05 90.76 [2023-01-06T15:49:52.175Z] 15:38:01 5 4.20 0.00 2.17 18.23 0.07 75.32 [2023-01-06T15:49:52.175Z] 15:38:01 6 6.53 0.00 2.22 1.66 0.09 89.51 [2023-01-06T15:49:52.175Z] 15:38:01 7 4.39 0.00 1.92 0.14 0.14 93.42 [2023-01-06T15:49:52.175Z] 15:39:01 all 26.42 0.00 5.52 3.85 0.18 64.02 [2023-01-06T15:49:52.175Z] 15:39:01 0 28.67 0.00 5.46 0.08 0.12 65.67 [2023-01-06T15:49:52.175Z] 15:39:01 1 28.71 0.00 6.64 1.78 0.17 62.71 [2023-01-06T15:49:52.175Z] 15:39:01 2 27.41 0.00 5.92 6.32 0.41 59.95 [2023-01-06T15:49:52.175Z] 15:39:01 3 20.93 0.00 4.76 21.30 0.12 52.90 [2023-01-06T15:49:52.175Z] 15:39:01 4 29.07 0.00 5.58 0.17 0.12 65.06 [2023-01-06T15:49:52.175Z] 15:39:01 5 23.60 0.00 4.57 0.37 0.12 71.34 [2023-01-06T15:49:52.175Z] 15:39:01 6 28.91 0.00 5.70 0.41 0.19 64.78 [2023-01-06T15:49:52.175Z] 15:39:01 7 24.11 0.00 5.53 0.33 0.22 69.80 [2023-01-06T15:49:52.175Z] 15:40:01 all 18.23 0.00 4.03 4.35 0.20 73.19 [2023-01-06T15:49:52.175Z] 15:40:01 0 16.97 0.00 4.57 20.50 0.18 57.78 [2023-01-06T15:49:52.175Z] 15:40:01 1 19.39 0.00 4.24 6.01 0.19 70.18 [2023-01-06T15:49:52.175Z] 15:40:01 2 18.74 0.00 4.36 1.18 0.24 75.49 [2023-01-06T15:49:52.175Z] 15:40:01 3 18.40 0.00 3.39 2.21 0.07 75.93 [2023-01-06T15:49:52.175Z] 15:40:01 4 19.26 0.00 4.38 1.43 0.10 74.83 [2023-01-06T15:49:52.175Z] 15:40:01 5 17.55 0.00 3.54 1.75 0.22 76.94 [2023-01-06T15:49:52.175Z] 15:40:01 6 18.65 0.00 3.85 1.44 0.28 75.77 [2023-01-06T15:49:52.175Z] 15:40:01 7 16.90 0.00 3.92 0.24 0.30 78.65 [2023-01-06T15:49:52.175Z] 15:41:01 all 0.49 0.00 0.27 1.16 0.09 97.99 [2023-01-06T15:49:52.175Z] 15:41:01 0 0.87 0.00 0.17 0.20 0.30 98.47 [2023-01-06T15:49:52.175Z] 15:41:01 1 0.58 0.00 0.20 0.28 0.02 98.92 [2023-01-06T15:49:52.175Z] 15:41:01 2 0.53 0.00 0.32 1.03 0.02 98.10 [2023-01-06T15:49:52.175Z] 15:41:01 3 0.07 0.00 0.42 5.80 0.03 93.68 [2023-01-06T15:49:52.175Z] 15:41:01 4 0.25 0.00 0.18 0.52 0.08 98.97 [2023-01-06T15:49:52.175Z] 15:41:01 5 0.25 0.00 0.12 0.05 0.05 99.53 [2023-01-06T15:49:52.175Z] 15:41:01 6 0.17 0.00 0.40 1.42 0.17 97.85 [2023-01-06T15:49:52.175Z] 15:41:01 7 1.22 0.00 0.37 0.02 0.02 98.38 [2023-01-06T15:49:52.175Z] 15:42:01 all 1.95 0.00 1.25 3.03 0.13 93.64 [2023-01-06T15:49:52.175Z] 15:42:01 0 1.45 0.00 2.14 2.35 0.30 93.76 [2023-01-06T15:49:52.175Z] 15:42:01 1 2.52 0.00 0.83 2.44 0.02 94.19 [2023-01-06T15:49:52.175Z] 15:42:01 2 2.58 0.00 0.62 0.60 0.28 95.92 [2023-01-06T15:49:52.175Z] 15:42:01 3 2.29 0.00 1.67 1.52 0.10 94.42 [2023-01-06T15:49:52.175Z] 15:42:01 4 1.12 0.00 0.89 2.16 0.03 95.80 [2023-01-06T15:49:52.175Z] 15:42:01 5 1.27 0.00 2.07 0.32 0.03 96.31 [2023-01-06T15:49:52.175Z] 15:42:01 6 1.03 0.00 0.70 13.67 0.12 84.48 [2023-01-06T15:49:52.175Z] 15:42:01 7 3.35 0.00 1.05 1.17 0.15 94.27 [2023-01-06T15:49:52.175Z] 15:43:01 all 0.14 0.00 0.05 0.28 0.06 99.47 [2023-01-06T15:49:52.175Z] 15:43:01 0 0.02 0.00 0.03 0.47 0.08 99.40 [2023-01-06T15:49:52.175Z] 15:43:01 1 0.10 0.00 0.03 0.05 0.02 99.80 [2023-01-06T15:49:52.175Z] 15:43:01 2 0.50 0.00 0.03 0.00 0.25 99.22 [2023-01-06T15:49:52.175Z] 15:43:01 3 0.23 0.00 0.13 0.08 0.00 99.55 [2023-01-06T15:49:52.175Z] 15:43:01 4 0.08 0.00 0.05 0.00 0.05 99.82 [2023-01-06T15:49:52.175Z] 15:43:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-01-06T15:49:52.175Z] 15:43:01 6 0.02 0.00 0.05 1.10 0.07 98.77 [2023-01-06T15:49:52.175Z] 15:43:01 7 0.12 0.00 0.03 0.55 0.00 99.30 [2023-01-06T15:49:52.175Z] 15:44:01 all 0.09 0.00 0.01 0.16 0.03 99.71 [2023-01-06T15:49:52.175Z] 15:44:01 0 0.02 0.00 0.00 0.17 0.13 99.68 [2023-01-06T15:49:52.175Z] 15:44:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2023-01-06T15:49:52.175Z] 15:44:01 2 0.60 0.00 0.03 0.05 0.02 99.30 [2023-01-06T15:49:52.175Z] 15:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-06T15:49:52.175Z] 15:44:01 4 0.00 0.00 0.02 0.07 0.03 99.88 [2023-01-06T15:49:52.175Z] 15:44:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-06T15:49:52.175Z] 15:44:01 6 0.00 0.00 0.00 0.70 0.02 99.28 [2023-01-06T15:49:52.175Z] 15:44:01 7 0.00 0.00 0.02 0.33 0.03 99.62 [2023-01-06T15:49:52.175Z] 15:45:01 all 0.06 0.00 0.02 0.04 0.04 99.85 [2023-01-06T15:49:52.175Z] 15:45:01 0 0.02 0.00 0.02 0.00 0.10 99.87 [2023-01-06T15:49:52.175Z] 15:45:01 1 0.02 0.00 0.02 0.00 0.07 99.90 [2023-01-06T15:49:52.175Z] 15:45:01 2 0.33 0.00 0.05 0.00 0.05 99.57 [2023-01-06T15:49:52.175Z] 15:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-06T15:49:52.175Z] 15:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-06T15:49:52.175Z] 15:45:01 5 0.03 0.00 0.02 0.00 0.07 99.88 [2023-01-06T15:49:52.175Z] 15:45:01 6 0.00 0.00 0.02 0.27 0.00 99.72 [2023-01-06T15:49:52.175Z] 15:45:01 7 0.02 0.00 0.02 0.02 0.03 99.92 [2023-01-06T15:49:52.175Z] 15:46:01 all 0.03 0.00 0.01 0.09 0.02 99.85 [2023-01-06T15:49:52.175Z] 15:46:01 0 0.02 0.00 0.00 0.18 0.02 99.78 [2023-01-06T15:49:52.175Z] 15:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-06T15:49:52.175Z] 15:46:01 2 0.13 0.00 0.02 0.00 0.02 99.83 [2023-01-06T15:49:52.175Z] 15:46:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2023-01-06T15:49:52.175Z] 15:46:01 4 0.02 0.00 0.00 0.02 0.03 99.93 [2023-01-06T15:49:52.175Z] 15:46:01 5 0.00 0.00 0.00 0.03 0.00 99.97 [2023-01-06T15:49:52.175Z] 15:46:01 6 0.02 0.00 0.02 0.43 0.07 99.47 [2023-01-06T15:49:52.175Z] 15:46:01 7 0.02 0.00 0.00 0.07 0.02 99.90 [2023-01-06T15:49:52.175Z] 15:47:01 all 0.16 0.00 0.03 0.03 0.03 99.76 [2023-01-06T15:49:52.175Z] 15:47:01 0 0.00 0.00 0.07 0.00 0.02 99.92 [2023-01-06T15:49:52.175Z] 15:47:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2023-01-06T15:49:52.175Z] 15:47:01 2 1.08 0.00 0.02 0.00 0.05 98.86 [2023-01-06T15:49:52.175Z] 15:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-06T15:49:52.175Z] 15:47:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2023-01-06T15:49:52.175Z] 15:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-06T15:49:52.175Z] 15:47:01 6 0.02 0.00 0.02 0.22 0.12 99.63 [2023-01-06T15:49:52.175Z] 15:47:01 7 0.03 0.00 0.12 0.00 0.02 99.83 [2023-01-06T15:49:52.175Z] [2023-01-06T15:49:52.175Z] 15:47:01 CPU %user %nice %system %iowait %steal %idle [2023-01-06T15:49:52.175Z] 15:48:01 all 0.11 0.00 0.04 0.17 0.02 99.66 [2023-01-06T15:49:52.175Z] 15:48:01 0 0.03 0.00 0.02 0.13 0.00 99.82 [2023-01-06T15:49:52.175Z] 15:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2023-01-06T15:49:52.175Z] 15:48:01 2 0.37 0.00 0.07 0.00 0.15 99.42 [2023-01-06T15:49:52.175Z] 15:48:01 3 0.25 0.00 0.08 0.42 0.00 99.25 [2023-01-06T15:49:52.175Z] 15:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-06T15:49:52.175Z] 15:48:01 5 0.07 0.00 0.02 0.02 0.00 99.90 [2023-01-06T15:49:52.175Z] 15:48:01 6 0.03 0.00 0.02 0.65 0.00 99.30 [2023-01-06T15:49:52.175Z] 15:48:01 7 0.08 0.00 0.07 0.13 0.03 99.68 [2023-01-06T15:49:52.175Z] 15:49:01 all 4.37 0.00 1.85 5.14 0.28 88.35 [2023-01-06T15:49:52.175Z] 15:49:01 0 3.61 0.00 2.86 12.99 0.27 80.28 [2023-01-06T15:49:52.175Z] 15:49:01 1 4.08 0.00 1.98 0.47 0.18 93.28 [2023-01-06T15:49:52.175Z] 15:49:01 2 4.39 0.00 1.64 1.66 0.37 91.95 [2023-01-06T15:49:52.175Z] 15:49:01 3 5.50 0.00 1.48 0.37 0.20 92.45 [2023-01-06T15:49:52.175Z] 15:49:01 4 5.20 0.00 1.51 0.22 0.08 92.99 [2023-01-06T15:49:52.175Z] 15:49:01 5 4.07 0.00 1.71 0.84 0.35 93.03 [2023-01-06T15:49:52.175Z] 15:49:01 6 4.04 0.00 1.51 23.47 0.12 70.86 [2023-01-06T15:49:52.175Z] 15:49:01 7 4.10 0.00 2.08 1.23 0.68 91.90 [2023-01-06T15:49:52.175Z] Average: all 4.77 0.00 1.29 2.72 0.11 91.11 [2023-01-06T15:49:52.175Z] Average: 0 4.96 0.00 1.54 4.24 0.14 89.11 [2023-01-06T15:49:52.175Z] Average: 1 4.97 0.00 1.34 1.81 0.08 91.80 [2023-01-06T15:49:52.175Z] Average: 2 5.23 0.00 1.29 5.46 0.18 87.84 [2023-01-06T15:49:52.175Z] Average: 3 4.40 0.00 1.25 3.58 0.06 90.72 [2023-01-06T15:49:52.175Z] Average: 4 5.14 0.00 1.25 0.50 0.05 93.06 [2023-01-06T15:49:52.175Z] Average: 5 4.19 0.00 1.19 1.79 0.09 92.75 [2023-01-06T15:49:52.175Z] Average: 6 4.81 0.00 1.21 3.78 0.11 90.09 [2023-01-06T15:49:52.175Z] Average: 7 4.46 0.00 1.27 0.61 0.15 93.51 [2023-01-06T15:49:52.175Z] [2023-01-06T15:49:52.175Z] [2023-01-06T15:49:52.175Z]