Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 81155725a5f06c8bb273014f4819830b182344da 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-ssh14276040094839617862.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-ssh7917864912453568229.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-ssh5116812916776184922.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-ssh11026118475529463784.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-ssh9210637201450511880.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-1110 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 81155725a5f06c8bb273014f4819830b182344da (main) Commit message: "build: Disable CGO for all docker builds so always work (#494)" > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 81155725a5f06c8bb273014f4819830b182344da # timeout=10 > git rev-list --no-walk 4955b72e7e2333f21a3dea3e923d2a5036ff361a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-04T16:36:04.332Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-04T16:36:04.395Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-04T16:36:04.415Z] ========================================================= [2023-01-04T16:36:04.415Z] EdgeX Global Pipelines Version Info [2023-01-04T16:36:04.415Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:36:05.144Z] ------------------- [2023-01-04T16:36:05.144Z] stable info: [2023-01-04T16:36:05.144Z] ------------------- [2023-01-04T16:36:05.144Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-04T16:36:05.144Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-04T16:36:05.144Z] Message: update stable to v1.0.244 [2023-01-04T16:36:05.714Z] ------------------- [2023-01-04T16:36:05.714Z] experimental info: [2023-01-04T16:36:05.714Z] ------------------- [2023-01-04T16:36:05.714Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-04T16:36:05.714Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-04T16:36:05.714Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-04T16:36:05.876Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-01-04T16:36:05.888Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-01-04T16:36:05.899Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-04T16:36:05.911Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-04T16:36:05.922Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-04T16:36:05.933Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-04T16:36:05.945Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-04T16:36:05.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-04T16:36:05.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-04T16:36:05.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-04T16:36:05.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-04T16:36:06.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-01-04T16:36:06.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-04T16:36:06.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-04T16:36:06.044Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-04T16:36:06.055Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-04T16:36:06.075Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-04T16:36:06.090Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-04T16:36:06.101Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-04T16:36:06.113Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-04T16:36:06.127Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-04T16:36:06.137Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-04T16:36:06.149Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-04T16:36:06.160Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-04T16:36:06.171Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-04T16:36:06.182Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-04T16:36:06.197Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-04T16:36:06.212Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-04T16:36:06.222Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-04T16:36:06.233Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-04T16:36:06.246Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81155725a5f06c8bb273014f4819830b182344da [Pipeline] echo [2023-01-04T16:36:06.257Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8115572 [Pipeline] echo [2023-01-04T16:36:06.268Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-04T16:36:06.318Z] provisioning config files... [2023-01-04T16:36:06.330Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5256181655457608662tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:36:06.631Z] ---> docker-login.sh [2023-01-04T16:36:06.631Z] nexus3.edgexfoundry.org:10001 [2023-01-04T16:36:06.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:36:06.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:36:06.891Z] Configure a credential helper to remove this warning. See [2023-01-04T16:36:06.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:36:06.891Z] [2023-01-04T16:36:06.891Z] Login Succeeded [2023-01-04T16:36:06.891Z] nexus3.edgexfoundry.org:10002 [2023-01-04T16:36:07.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:36:07.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:36:07.152Z] Configure a credential helper to remove this warning. See [2023-01-04T16:36:07.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:36:07.152Z] [2023-01-04T16:36:07.152Z] Login Succeeded [2023-01-04T16:36:07.152Z] nexus3.edgexfoundry.org:10003 [2023-01-04T16:36:07.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:36:07.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:36:07.152Z] Configure a credential helper to remove this warning. See [2023-01-04T16:36:07.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:36:07.152Z] [2023-01-04T16:36:07.152Z] Login Succeeded [2023-01-04T16:36:07.152Z] nexus3.edgexfoundry.org:10004 [2023-01-04T16:36:07.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:36:07.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:36:07.413Z] Configure a credential helper to remove this warning. See [2023-01-04T16:36:07.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:36:07.413Z] [2023-01-04T16:36:07.413Z] Login Succeeded [2023-01-04T16:36:07.413Z] docker.io [2023-01-04T16:36:07.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:36:07.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:36:07.672Z] Configure a credential helper to remove this warning. See [2023-01-04T16:36:07.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:36:07.672Z] [2023-01-04T16:36:07.672Z] Login Succeeded [2023-01-04T16:36:07.672Z] ---> docker-login.sh ends [Pipeline] } [2023-01-04T16:36:07.680Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-04T16:36:08.046Z] + git rev-list -1 --merges 81155725a5f06c8bb273014f4819830b182344da~1..81155725a5f06c8bb273014f4819830b182344da [Pipeline] echo [2023-01-04T16:36:08.093Z] -----------> git rev-list -1 --merges 81155725a5f06c8bb273014f4819830b182344da~1..81155725a5f06c8bb273014f4819830b182344da 81155725a5f06c8bb273014f4819830b182344da [false] [Pipeline] sh [2023-01-04T16:36:08.381Z] + git log --format=format:%s -1 81155725a5f06c8bb273014f4819830b182344da [Pipeline] echo [2023-01-04T16:36:08.417Z] ========================================================= [2023-01-04T16:36:08.417Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-04T16:36:08.417Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-04T16:36:08.753Z] + git log --format=format:%s -1 81155725a5f06c8bb273014f4819830b182344da [Pipeline] echo [2023-01-04T16:36:08.767Z] [semverPrep] GIT_COMMIT: 81155725a5f06c8bb273014f4819830b182344da, Commit Message: build: Disable CGO for all docker builds so always work (#494) [Pipeline] echo [2023-01-04T16:36:08.776Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-04T16:36:09.156Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-04T16:36:09.156Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-04T16:36:09.156Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-04T16:36:09.156Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-04T16:36:09.156Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-04T16:36:09.156Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-04T16:36:09.156Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:36:09.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-04T16:36:09.563Z] [2023-01-04T16:36:09.563Z] 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-04T16:36:09.860Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-04T16:36:09.860Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-04T16:36:09.860Z] b85a868b505f: Pulling fs layer [2023-01-04T16:36:09.860Z] e2be974225ed: Pulling fs layer [2023-01-04T16:36:09.860Z] 339a4e72a1f5: Pulling fs layer [2023-01-04T16:36:09.860Z] 988bab9f4d93: Pulling fs layer [2023-01-04T16:36:09.860Z] 1469e6f7b9e6: Pulling fs layer [2023-01-04T16:36:09.860Z] eaf3925da568: Pulling fs layer [2023-01-04T16:36:09.860Z] bab4dde63d76: Pulling fs layer [2023-01-04T16:36:09.860Z] bde34c3a00c8: Pulling fs layer [2023-01-04T16:36:09.860Z] b352a97aabf1: Pulling fs layer [2023-01-04T16:36:09.860Z] 4872d77fe225: Pulling fs layer [2023-01-04T16:36:09.860Z] 5851b861e8e6: Pulling fs layer [2023-01-04T16:36:09.860Z] bab4dde63d76: Waiting [2023-01-04T16:36:09.860Z] b352a97aabf1: Waiting [2023-01-04T16:36:09.860Z] bde34c3a00c8: Waiting [2023-01-04T16:36:09.860Z] 4872d77fe225: Waiting [2023-01-04T16:36:09.860Z] 1469e6f7b9e6: Waiting [2023-01-04T16:36:09.860Z] 988bab9f4d93: Waiting [2023-01-04T16:36:09.860Z] eaf3925da568: Waiting [2023-01-04T16:36:09.860Z] 5851b861e8e6: Waiting [2023-01-04T16:36:09.860Z] e2be974225ed: Verifying Checksum [2023-01-04T16:36:09.860Z] e2be974225ed: Download complete [2023-01-04T16:36:09.860Z] 988bab9f4d93: Verifying Checksum [2023-01-04T16:36:09.860Z] 988bab9f4d93: Download complete [2023-01-04T16:36:10.119Z] 1469e6f7b9e6: Verifying Checksum [2023-01-04T16:36:10.119Z] 1469e6f7b9e6: Download complete [2023-01-04T16:36:10.119Z] eaf3925da568: Verifying Checksum [2023-01-04T16:36:10.119Z] eaf3925da568: Download complete [2023-01-04T16:36:10.119Z] 339a4e72a1f5: Verifying Checksum [2023-01-04T16:36:10.119Z] 339a4e72a1f5: Download complete [2023-01-04T16:36:10.119Z] bde34c3a00c8: Download complete [2023-01-04T16:36:10.119Z] b352a97aabf1: Verifying Checksum [2023-01-04T16:36:10.119Z] b352a97aabf1: Download complete [2023-01-04T16:36:10.119Z] 4872d77fe225: Verifying Checksum [2023-01-04T16:36:10.119Z] 4872d77fe225: Download complete [2023-01-04T16:36:10.119Z] 5851b861e8e6: Verifying Checksum [2023-01-04T16:36:10.119Z] 5851b861e8e6: Download complete [2023-01-04T16:36:10.119Z] b85a868b505f: Verifying Checksum [2023-01-04T16:36:10.119Z] b85a868b505f: Download complete [2023-01-04T16:36:10.378Z] bab4dde63d76: Verifying Checksum [2023-01-04T16:36:10.378Z] bab4dde63d76: Download complete [2023-01-04T16:36:11.313Z] b85a868b505f: Pull complete [2023-01-04T16:36:11.573Z] e2be974225ed: Pull complete [2023-01-04T16:36:11.832Z] 339a4e72a1f5: Pull complete [2023-01-04T16:36:12.091Z] 988bab9f4d93: Pull complete [2023-01-04T16:36:12.351Z] 1469e6f7b9e6: Pull complete [2023-01-04T16:36:12.351Z] eaf3925da568: Pull complete [2023-01-04T16:36:14.256Z] bab4dde63d76: Pull complete [2023-01-04T16:36:14.256Z] bde34c3a00c8: Pull complete [2023-01-04T16:36:14.256Z] b352a97aabf1: Pull complete [2023-01-04T16:36:14.256Z] 4872d77fe225: Pull complete [2023-01-04T16:36:14.516Z] 5851b861e8e6: Pull complete [2023-01-04T16:36:14.516Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-04T16:36:14.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-04T16:36:14.516Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:36:14.600Z] prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container [2023-01-04T16:36:14.620Z] $ 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-04T16:36:16.822Z] $ docker top 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 -eo pid,comm [2023-01-04T16:36:16.884Z] 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-04T16:36:16.884Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-04T16:36:16.917Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-04T16:36:16.917Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-04T16:36:17.023Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-04T16:36:17.020Z] $ docker exec 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 ssh-agent [2023-01-04T16:36:17.131Z] SSH_AUTH_SOCK=/tmp/ssh-Mi364OvjDR3J/agent.32 [2023-01-04T16:36:17.131Z] SSH_AGENT_PID=38 [2023-01-04T16:36:17.136Z] Running ssh-add (command line suppressed) [2023-01-04T16:36:17.225Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_16070383633363554100.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_16070383633363554100.key) [2023-01-04T16:36:17.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-04T16:36:17.525Z] + git tag --points-at HEAD [Pipeline] } [2023-01-04T16:36:17.532Z] $ docker exec --env ******** --env ******** 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 ssh-agent -k [2023-01-04T16:36:17.622Z] unset SSH_AUTH_SOCK; [2023-01-04T16:36:17.623Z] unset SSH_AGENT_PID; [2023-01-04T16:36:17.623Z] echo Agent pid 38 killed; [2023-01-04T16:36:17.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-04T16:36:17.663Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-04T16:36:17.663Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-04T16:36:17.779Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-04T16:36:17.776Z] $ docker exec 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 ssh-agent [2023-01-04T16:36:17.887Z] SSH_AUTH_SOCK=/tmp/ssh-ltG4fHJXqNsl/agent.70 [2023-01-04T16:36:17.887Z] SSH_AGENT_PID=76 [2023-01-04T16:36:17.892Z] Running ssh-add (command line suppressed) [2023-01-04T16:36:18.004Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3844336097195943357.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3844336097195943357.key) [2023-01-04T16:36:18.023Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-04T16:36:18.313Z] + git semver init [2023-01-04T16:36:18.572Z] 2023-01-04 16:36:18,483 [run_init] DEBUG init version:0.0.0 force:False [2023-01-04T16:36:18.572Z] 2023-01-04 16:36:18,483 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-01-04T16:36:18.572Z] 2023-01-04 16:36:18,484 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2023-01-04T16:36:18.572Z] 2023-01-04 16:36:18,484 [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-04T16:36:19.510Z] 2023-01-04 16:36:19,344 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-01-04T16:36:19.510Z] 2023-01-04 16:36:19,345 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2023-01-04T16:36:19.510Z] 2023-01-04 16:36:19,345 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-04T16:36:19.510Z] 2023-01-04 16:36:19,345 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-04T16:36:19.510Z] 3.0.0-dev.4 [Pipeline] } [2023-01-04T16:36:19.515Z] $ docker exec --env ******** --env ******** 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 ssh-agent -k [2023-01-04T16:36:19.610Z] unset SSH_AUTH_SOCK; [2023-01-04T16:36:19.610Z] unset SSH_AGENT_PID; [2023-01-04T16:36:19.611Z] echo Agent pid 76 killed; [2023-01-04T16:36:19.625Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-04T16:36:19.932Z] + git semver [Pipeline] } [2023-01-04T16:36:20.200Z] $ docker stop --time=1 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 [2023-01-04T16:36:21.597Z] $ docker rm -f --volumes 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-04T16:36:21.934Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-04T16:36:22.135Z] Stashed 1 file(s) [Pipeline] echo [2023-01-04T16:36:22.139Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.4 [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-04T16:36:22.269Z] provisioning config files... [2023-01-04T16:36:22.277Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15255441972957295769tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:36:22.573Z] ---> docker-login.sh [2023-01-04T16:36:22.573Z] nexus3.edgexfoundry.org:10001 [2023-01-04T16:36:22.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:36:22.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:36:22.573Z] Configure a credential helper to remove this warning. See [2023-01-04T16:36:22.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:36:22.573Z] [2023-01-04T16:36:22.573Z] Login Succeeded [2023-01-04T16:36:22.573Z] nexus3.edgexfoundry.org:10002 [2023-01-04T16:36:22.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:36:22.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:36:22.573Z] Configure a credential helper to remove this warning. See [2023-01-04T16:36:22.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:36:22.573Z] [2023-01-04T16:36:22.573Z] Login Succeeded [2023-01-04T16:36:22.573Z] nexus3.edgexfoundry.org:10003 [2023-01-04T16:36:22.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:36:22.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:36:22.832Z] Configure a credential helper to remove this warning. See [2023-01-04T16:36:22.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:36:22.832Z] [2023-01-04T16:36:22.832Z] Login Succeeded [2023-01-04T16:36:22.832Z] nexus3.edgexfoundry.org:10004 [2023-01-04T16:36:22.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:36:22.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:36:22.832Z] Configure a credential helper to remove this warning. See [2023-01-04T16:36:22.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:36:22.832Z] [2023-01-04T16:36:22.832Z] Login Succeeded [2023-01-04T16:36:22.832Z] docker.io [2023-01-04T16:36:23.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:36:23.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:36:23.091Z] Configure a credential helper to remove this warning. See [2023-01-04T16:36:23.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:36:23.091Z] [2023-01-04T16:36:23.091Z] Login Succeeded [2023-01-04T16:36:23.091Z] ---> docker-login.sh ends [Pipeline] } [2023-01-04T16:36:23.099Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-04T16:36:23.155Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-04T16:36:23.170Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-04T16:36:23.179Z] ========================================================= [2023-01-04T16:36:23.179Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-04T16:36:23.179Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:36:23.498Z] + 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-04T16:36:23.498Z] Sending build context to Docker daemon 3.199MB [2023-01-04T16:36:23.498Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-04T16:36:23.498Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-04T16:36:23.498Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-04T16:36:23.498Z] 213ec9aee27d: Pulling fs layer [2023-01-04T16:36:23.498Z] 4583459ba037: Pulling fs layer [2023-01-04T16:36:23.498Z] 93c1e223e6f2: Pulling fs layer [2023-01-04T16:36:23.498Z] 53926ce57604: Pulling fs layer [2023-01-04T16:36:23.498Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-04T16:36:23.498Z] 22ff95d597cd: Pulling fs layer [2023-01-04T16:36:23.498Z] 12d6caf4c0d1: Pulling fs layer [2023-01-04T16:36:23.498Z] 96b7cbca73a9: Pulling fs layer [2023-01-04T16:36:23.498Z] a7acece74701: Pulling fs layer [2023-01-04T16:36:23.498Z] 22ff95d597cd: Waiting [2023-01-04T16:36:23.498Z] 12d6caf4c0d1: Waiting [2023-01-04T16:36:23.498Z] 96b7cbca73a9: Waiting [2023-01-04T16:36:23.498Z] a7acece74701: Waiting [2023-01-04T16:36:23.498Z] 53926ce57604: Waiting [2023-01-04T16:36:23.498Z] 21b2b0c7a3f4: Waiting [2023-01-04T16:36:23.498Z] 93c1e223e6f2: Verifying Checksum [2023-01-04T16:36:23.498Z] 93c1e223e6f2: Download complete [2023-01-04T16:36:23.498Z] 4583459ba037: Verifying Checksum [2023-01-04T16:36:23.498Z] 4583459ba037: Download complete [2023-01-04T16:36:23.498Z] 21b2b0c7a3f4: Download complete [2023-01-04T16:36:23.758Z] 22ff95d597cd: Verifying Checksum [2023-01-04T16:36:23.758Z] 22ff95d597cd: Download complete [2023-01-04T16:36:23.758Z] 213ec9aee27d: Verifying Checksum [2023-01-04T16:36:23.758Z] 213ec9aee27d: Download complete [2023-01-04T16:36:23.758Z] 12d6caf4c0d1: Download complete [2023-01-04T16:36:23.758Z] 213ec9aee27d: Pull complete [2023-01-04T16:36:24.018Z] 4583459ba037: Pull complete [2023-01-04T16:36:24.018Z] 93c1e223e6f2: Pull complete [2023-01-04T16:36:24.281Z] a7acece74701: Verifying Checksum [2023-01-04T16:36:24.281Z] a7acece74701: Download complete [2023-01-04T16:36:24.540Z] 96b7cbca73a9: Verifying Checksum [2023-01-04T16:36:24.540Z] 96b7cbca73a9: Download complete [2023-01-04T16:36:24.540Z] 53926ce57604: Verifying Checksum [2023-01-04T16:36:24.540Z] 53926ce57604: Download complete [2023-01-04T16:36:28.739Z] 53926ce57604: Pull complete [2023-01-04T16:36:28.739Z] 21b2b0c7a3f4: Pull complete [2023-01-04T16:36:28.739Z] 22ff95d597cd: Pull complete [2023-01-04T16:36:28.739Z] 12d6caf4c0d1: Pull complete [2023-01-04T16:36:30.638Z] 96b7cbca73a9: Pull complete [2023-01-04T16:36:31.573Z] a7acece74701: Pull complete [2023-01-04T16:36:31.573Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-04T16:36:31.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-04T16:36:31.573Z] ---> db6d94c90886 [2023-01-04T16:36:31.573Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-04T16:36:34.862Z] ---> Running in 4d82e67cdd48 [2023-01-04T16:36:34.862Z] Removing intermediate container 4d82e67cdd48 [2023-01-04T16:36:34.862Z] ---> b03d8f554f32 [2023-01-04T16:36:34.862Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-04T16:36:34.862Z] ---> Running in 7f1b8bdd9d27 [2023-01-04T16:36:35.120Z] Removing intermediate container 7f1b8bdd9d27 [2023-01-04T16:36:35.120Z] ---> 78b4cd8c181e [2023-01-04T16:36:35.120Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-04T16:36:35.120Z] ---> Running in 9d90a7f15431 [2023-01-04T16:36:35.120Z] Removing intermediate container 9d90a7f15431 [2023-01-04T16:36:35.120Z] ---> a8139fb2e343 [2023-01-04T16:36:35.120Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-04T16:36:35.120Z] ---> Running in 751bb6d5c75a [2023-01-04T16:36:35.379Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-04T16:36:35.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-04T16:36:35.895Z] OK: 211 MiB in 51 packages [2023-01-04T16:36:36.153Z] Removing intermediate container 751bb6d5c75a [2023-01-04T16:36:36.153Z] ---> b499e1dbfe76 [2023-01-04T16:36:36.153Z] Step 7/12 : WORKDIR /app [2023-01-04T16:36:36.153Z] ---> Running in 21b05d517f58 [2023-01-04T16:36:36.414Z] Removing intermediate container 21b05d517f58 [2023-01-04T16:36:36.414Z] ---> 38bfdcf23d8d [2023-01-04T16:36:36.414Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-04T16:36:36.414Z] ---> 5e32a3fd1ef8 [2023-01-04T16:36:36.414Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-04T16:36:36.414Z] ---> Running in 086d2c323265 [2023-01-04T16:36:37.232Z] Still waiting to schedule task [2023-01-04T16:36:37.232Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-04T16:36:58.412Z] Removing intermediate container 086d2c323265 [2023-01-04T16:36:58.412Z] ---> afe08876c11c [2023-01-04T16:36:58.412Z] Step 10/12 : COPY . . [2023-01-04T16:36:58.412Z] ---> e061cbbb0d11 [2023-01-04T16:36:58.412Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-04T16:36:58.412Z] ---> Running in 69a0e2dcb745 [2023-01-04T16:36:58.412Z] Removing intermediate container 69a0e2dcb745 [2023-01-04T16:36:58.412Z] ---> d53092f86364 [2023-01-04T16:36:58.412Z] Step 12/12 : RUN $MAKE [2023-01-04T16:36:58.412Z] ---> Running in 14d1421576b1 [2023-01-04T16:36:58.412Z] noop [2023-01-04T16:36:58.412Z] Removing intermediate container 14d1421576b1 [2023-01-04T16:36:58.412Z] ---> f7b5d02a20ef [2023-01-04T16:36:58.412Z] Successfully built f7b5d02a20ef [2023-01-04T16:36:58.412Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:36:58.729Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-04T16:36:58.729Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:36:58.802Z] prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container [2023-01-04T16:36:58.835Z] $ 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-04T16:36:59.133Z] $ docker top 7e805ca6a868fe169f7aa49214392cdb44f1d62eebf97f04ef2a729ec06c1628 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-04T16:36:59.470Z] + go version [2023-01-04T16:36:59.470Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-04T16:36:59.485Z] $ docker stop --time=1 7e805ca6a868fe169f7aa49214392cdb44f1d62eebf97f04ef2a729ec06c1628 [2023-01-04T16:37:00.760Z] $ docker rm -f --volumes 7e805ca6a868fe169f7aa49214392cdb44f1d62eebf97f04ef2a729ec06c1628 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:37:01.161Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-04T16:37:01.161Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:37:01.229Z] prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container [2023-01-04T16:37:01.260Z] $ 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-04T16:37:01.590Z] $ docker top bfafceb063404840e5c8a24092b2e207ec7320b8e2e8cf8047bf01e582884e55 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-04T16:37:01.916Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-01-04T16:37:02.213Z] + make test [2023-01-04T16:37:02.213Z] go test -race -coverprofile=coverage.out ./... [2023-01-04T16:37:24.138Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-01-04T16:37:24.138Z] go vet ./... [2023-01-04T16:37:30.691Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-04T16:37:30.691Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-04T16:37:30.691Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-04T16:37:30.703Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-04T16:37:30.720Z] $ docker stop --time=1 bfafceb063404840e5c8a24092b2e207ec7320b8e2e8cf8047bf01e582884e55 [2023-01-04T16:37:34.321Z] $ docker rm -f --volumes bfafceb063404840e5c8a24092b2e207ec7320b8e2e8cf8047bf01e582884e55 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-04T16:37:34.770Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-04T16:37:34.806Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-04T16:37:35.289Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-04T16:37:35.574Z] + ls -al . [2023-01-04T16:37:35.574Z] total 184 [2023-01-04T16:37:35.574Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 16:37 . [2023-01-04T16:37:35.574Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:36 .. [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 4 16:36 .dockerignore [2023-01-04T16:37:35.574Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 16:36 .git [2023-01-04T16:37:35.574Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 16:36 .github [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 171 Jan 4 16:36 .gitignore [2023-01-04T16:37:35.574Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 4 16:36 .semver [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 9207 Jan 4 16:36 Attribution.txt [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 29118 Jan 4 16:36 CHANGELOG.md [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 1898 Jan 4 16:36 Dockerfile [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 4 16:36 GOVERNANCE.md [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 688 Jan 4 16:36 Jenkinsfile [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 4 16:36 LICENSE [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 4 16:36 OWNERS.md [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 4369 Jan 4 16:36 README.md [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 4 16:36 VERSION [2023-01-04T16:37:35.574Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:36 bin [2023-01-04T16:37:35.574Z] -rw-r--r-- 1 jenkins jenkins 13 Jan 4 16:37 coverage.out [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 3396 Jan 4 16:36 go.mod [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 44230 Jan 4 16:36 go.sum [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jan 4 16:36 main.go [2023-01-04T16:37:35.574Z] -rw-rw-r-- 1 jenkins jenkins 2078 Jan 4 16:36 makefile [2023-01-04T16:37:35.574Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 4 16:36 res [2023-01-04T16:37:35.574Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:36 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:37:35.873Z] + 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=81155725a5f06c8bb273014f4819830b182344da --label arch=amd64 --label version=3.0.0-dev.4 . [2023-01-04T16:37:35.873Z] Sending build context to Docker daemon 3.201MB [2023-01-04T16:37:35.873Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-04T16:37:35.873Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-04T16:37:35.874Z] ---> f7b5d02a20ef [2023-01-04T16:37:35.874Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-01-04T16:37:35.874Z] ---> Running in 96878fa59a5d [2023-01-04T16:37:36.132Z] Removing intermediate container 96878fa59a5d [2023-01-04T16:37:36.132Z] ---> 7c726ebafbf7 [2023-01-04T16:37:36.132Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-04T16:37:36.132Z] ---> Running in a2184e603061 [2023-01-04T16:37:36.132Z] Removing intermediate container a2184e603061 [2023-01-04T16:37:36.132Z] ---> f5a848ce6b96 [2023-01-04T16:37:36.132Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-01-04T16:37:36.132Z] ---> Running in 8dc9821b8507 [2023-01-04T16:37:36.132Z] Removing intermediate container 8dc9821b8507 [2023-01-04T16:37:36.132Z] ---> 3dfad154744f [2023-01-04T16:37:36.132Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-04T16:37:36.132Z] ---> Running in ee0dcc6b7872 [2023-01-04T16:37:36.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-04T16:37:36.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-04T16:37:36.699Z] OK: 211 MiB in 51 packages [2023-01-04T16:37:36.957Z] Removing intermediate container ee0dcc6b7872 [2023-01-04T16:37:36.957Z] ---> fce339e218f4 [2023-01-04T16:37:36.957Z] Step 7/26 : WORKDIR /app [2023-01-04T16:37:37.215Z] ---> Running in 45561df36910 [2023-01-04T16:37:37.215Z] Removing intermediate container 45561df36910 [2023-01-04T16:37:37.215Z] ---> d55307bb0b2d [2023-01-04T16:37:37.215Z] Step 8/26 : COPY go.mod vendor* ./ [2023-01-04T16:37:37.215Z] ---> 73b91e8ef5e7 [2023-01-04T16:37:37.215Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-04T16:37:37.215Z] ---> Running in dd5a59828e73 [2023-01-04T16:37:38.147Z] Removing intermediate container dd5a59828e73 [2023-01-04T16:37:38.147Z] ---> e371e4b21f7e [2023-01-04T16:37:38.147Z] Step 10/26 : COPY . . [2023-01-04T16:37:38.147Z] ---> 6af3f28c1948 [2023-01-04T16:37:38.147Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-04T16:37:38.147Z] ---> Running in daf0b495da2d [2023-01-04T16:37:38.147Z] Removing intermediate container daf0b495da2d [2023-01-04T16:37:38.147Z] ---> ffa49f202622 [2023-01-04T16:37:38.147Z] Step 12/26 : RUN $MAKE [2023-01-04T16:37:38.406Z] ---> Running in 2723a1736a91 [2023-01-04T16:37:38.406Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.4" -trimpath -mod=readonly -o app-service-configurable [2023-01-04T16:38:00.335Z] Removing intermediate container 2723a1736a91 [2023-01-04T16:38:00.335Z] ---> 8da499223033 [2023-01-04T16:38:00.335Z] Step 13/26 : FROM alpine:3.16 [2023-01-04T16:38:00.335Z] 3.16: Pulling from library/alpine [2023-01-04T16:38:00.335Z] ca7dd9ec2225: Pulling fs layer [2023-01-04T16:38:00.335Z] ca7dd9ec2225: Verifying Checksum [2023-01-04T16:38:00.335Z] ca7dd9ec2225: Download complete [2023-01-04T16:38:00.335Z] ca7dd9ec2225: Pull complete [2023-01-04T16:38:00.335Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-04T16:38:00.335Z] Status: Downloaded newer image for alpine:3.16 [2023-01-04T16:38:00.335Z] ---> bfe296a52501 [2023-01-04T16:38:00.335Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-04T16:38:00.335Z] ---> Running in b96248cd6a5d [2023-01-04T16:38:00.335Z] Removing intermediate container b96248cd6a5d [2023-01-04T16:38:00.335Z] ---> fb9fe8bb1a51 [2023-01-04T16:38:00.335Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-01-04T16:38:00.335Z] ---> Running in 79105fa2cca1 [2023-01-04T16:38:00.335Z] Removing intermediate container 79105fa2cca1 [2023-01-04T16:38:00.335Z] ---> 91ed8f2a8b80 [2023-01-04T16:38:00.335Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-04T16:38:00.335Z] ---> Running in cad74245f2e0 [2023-01-04T16:38:00.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-04T16:38:00.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-04T16:38:00.335Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-04T16:38:00.335Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-04T16:38:00.335Z] Executing busybox-1.35.0-r17.trigger [2023-01-04T16:38:00.336Z] Executing ca-certificates-20220614-r0.trigger [2023-01-04T16:38:00.336Z] OK: 6 MiB in 16 packages [2023-01-04T16:38:00.336Z] Removing intermediate container cad74245f2e0 [2023-01-04T16:38:00.336Z] ---> 8f7aa93241ae [2023-01-04T16:38:00.336Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-04T16:38:00.336Z] ---> 07b6da82b3b4 [2023-01-04T16:38:00.336Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-04T16:38:00.336Z] ---> 12d13237ac60 [2023-01-04T16:38:00.336Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-01-04T16:38:00.336Z] ---> 4cee5c34e40f [2023-01-04T16:38:00.336Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-01-04T16:38:00.904Z] ---> 28e7ffa15c9a [2023-01-04T16:38:00.904Z] Step 21/26 : EXPOSE 48095 [2023-01-04T16:38:00.904Z] ---> Running in b6bb8404075e [2023-01-04T16:38:00.904Z] Removing intermediate container b6bb8404075e [2023-01-04T16:38:00.904Z] ---> aa2e228584ef [2023-01-04T16:38:00.904Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-01-04T16:38:00.904Z] ---> Running in 3509a93ba758 [2023-01-04T16:38:00.904Z] Removing intermediate container 3509a93ba758 [2023-01-04T16:38:00.904Z] ---> ac99fa1c9b48 [2023-01-04T16:38:00.904Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-04T16:38:00.904Z] ---> Running in 42c9e4b3c6dd [2023-01-04T16:38:01.162Z] Removing intermediate container 42c9e4b3c6dd [2023-01-04T16:38:01.162Z] ---> c48a2146345c [2023-01-04T16:38:01.162Z] Step 24/26 : LABEL arch=amd64 [2023-01-04T16:38:01.162Z] ---> Running in abc9f208250e [2023-01-04T16:38:01.162Z] Removing intermediate container abc9f208250e [2023-01-04T16:38:01.162Z] ---> 1fbc143495b2 [2023-01-04T16:38:01.162Z] Step 25/26 : LABEL git_sha=81155725a5f06c8bb273014f4819830b182344da [2023-01-04T16:38:01.162Z] ---> Running in dd7ec590d255 [2023-01-04T16:38:01.162Z] Removing intermediate container dd7ec590d255 [2023-01-04T16:38:01.162Z] ---> f4581674794b [2023-01-04T16:38:01.162Z] Step 26/26 : LABEL version=3.0.0-dev.4 [2023-01-04T16:38:01.162Z] ---> Running in f8b2e9802bc3 [2023-01-04T16:38:01.421Z] Removing intermediate container f8b2e9802bc3 [2023-01-04T16:38:01.421Z] ---> 244b853dcc84 [2023-01-04T16:38:01.421Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-04T16:38:01.421Z] Successfully built 244b853dcc84 [2023-01-04T16:38:01.421Z] 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-04T16:38:01.501Z] provisioning config files... [2023-01-04T16:38:01.508Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10684279873217227512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:38:01.804Z] ---> docker-login.sh [2023-01-04T16:38:01.804Z] nexus3.edgexfoundry.org:10001 [2023-01-04T16:38:01.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:38:01.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:38:01.804Z] Configure a credential helper to remove this warning. See [2023-01-04T16:38:01.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:38:01.804Z] [2023-01-04T16:38:01.804Z] Login Succeeded [2023-01-04T16:38:01.804Z] nexus3.edgexfoundry.org:10002 [2023-01-04T16:38:01.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:38:01.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:38:01.804Z] Configure a credential helper to remove this warning. See [2023-01-04T16:38:01.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:38:01.804Z] [2023-01-04T16:38:01.804Z] Login Succeeded [2023-01-04T16:38:01.804Z] nexus3.edgexfoundry.org:10003 [2023-01-04T16:38:02.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:38:02.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:38:02.062Z] Configure a credential helper to remove this warning. See [2023-01-04T16:38:02.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:38:02.062Z] [2023-01-04T16:38:02.062Z] Login Succeeded [2023-01-04T16:38:02.062Z] nexus3.edgexfoundry.org:10004 [2023-01-04T16:38:02.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:38:02.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:38:02.062Z] Configure a credential helper to remove this warning. See [2023-01-04T16:38:02.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:38:02.062Z] [2023-01-04T16:38:02.062Z] Login Succeeded [2023-01-04T16:38:02.062Z] docker.io [2023-01-04T16:38:02.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:38:02.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:38:02.321Z] Configure a credential helper to remove this warning. See [2023-01-04T16:38:02.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:38:02.321Z] [2023-01-04T16:38:02.321Z] Login Succeeded [2023-01-04T16:38:02.321Z] ---> docker-login.sh ends [Pipeline] } [2023-01-04T16:38:02.329Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-04T16:38:02.359Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-04T16:38:02.380Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-01-04T16:38:02.380Z] 81155725a5f06c8bb273014f4819830b182344da [2023-01-04T16:38:02.380Z] latest [2023-01-04T16:38:02.380Z] 3.0.0-dev.4 [2023-01-04T16:38:02.380Z] 81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 [2023-01-04T16:38:02.380Z] main [2023-01-04T16:38:02.380Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:38:02.693Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:81155725a5f06c8bb273014f4819830b182344da [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:38:03.010Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:81155725a5f06c8bb273014f4819830b182344da [2023-01-04T16:38:03.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-04T16:38:03.010Z] 14c29fff347b: Preparing [2023-01-04T16:38:03.010Z] a6aae64541a7: Preparing [2023-01-04T16:38:03.010Z] c593ef92e1a6: Preparing [2023-01-04T16:38:03.010Z] aa21f6f8a36a: Preparing [2023-01-04T16:38:03.010Z] 97cbca300420: Preparing [2023-01-04T16:38:03.010Z] e5e13b0c77cb: Preparing [2023-01-04T16:38:03.010Z] e5e13b0c77cb: Waiting [2023-01-04T16:38:03.010Z] a6aae64541a7: Pushed [2023-01-04T16:38:03.010Z] c593ef92e1a6: Pushed [2023-01-04T16:38:03.010Z] aa21f6f8a36a: Pushed [2023-01-04T16:38:03.010Z] e5e13b0c77cb: Layer already exists [2023-01-04T16:38:03.010Z] 97cbca300420: Pushed [2023-01-04T16:38:05.546Z] 14c29fff347b: Pushed [2023-01-04T16:38:05.546Z] 81155725a5f06c8bb273014f4819830b182344da: digest: sha256:4c43343b26bbbfc68dd2fec9e325c4fdcff8eac550dbab95c7a278bae3d4008c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:38:05.864Z] + 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-04T16:38:06.175Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-01-04T16:38:06.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-04T16:38:06.175Z] 14c29fff347b: Preparing [2023-01-04T16:38:06.175Z] a6aae64541a7: Preparing [2023-01-04T16:38:06.175Z] c593ef92e1a6: Preparing [2023-01-04T16:38:06.175Z] aa21f6f8a36a: Preparing [2023-01-04T16:38:06.175Z] 97cbca300420: Preparing [2023-01-04T16:38:06.175Z] e5e13b0c77cb: Preparing [2023-01-04T16:38:06.175Z] e5e13b0c77cb: Waiting [2023-01-04T16:38:06.175Z] aa21f6f8a36a: Layer already exists [2023-01-04T16:38:06.175Z] c593ef92e1a6: Layer already exists [2023-01-04T16:38:06.175Z] a6aae64541a7: Layer already exists [2023-01-04T16:38:06.175Z] 14c29fff347b: Layer already exists [2023-01-04T16:38:06.175Z] 97cbca300420: Layer already exists [2023-01-04T16:38:06.175Z] e5e13b0c77cb: Layer already exists [2023-01-04T16:38:06.175Z] latest: digest: sha256:4c43343b26bbbfc68dd2fec9e325c4fdcff8eac550dbab95c7a278bae3d4008c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:38:06.491Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:38:06.796Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.4 [2023-01-04T16:38:06.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-04T16:38:06.796Z] 14c29fff347b: Preparing [2023-01-04T16:38:06.796Z] a6aae64541a7: Preparing [2023-01-04T16:38:06.796Z] c593ef92e1a6: Preparing [2023-01-04T16:38:06.796Z] aa21f6f8a36a: Preparing [2023-01-04T16:38:06.796Z] 97cbca300420: Preparing [2023-01-04T16:38:06.796Z] e5e13b0c77cb: Preparing [2023-01-04T16:38:06.796Z] e5e13b0c77cb: Waiting [2023-01-04T16:38:06.796Z] 97cbca300420: Layer already exists [2023-01-04T16:38:06.796Z] aa21f6f8a36a: Layer already exists [2023-01-04T16:38:06.796Z] 14c29fff347b: Layer already exists [2023-01-04T16:38:06.796Z] c593ef92e1a6: Layer already exists [2023-01-04T16:38:06.796Z] a6aae64541a7: Layer already exists [2023-01-04T16:38:06.796Z] e5e13b0c77cb: Layer already exists [2023-01-04T16:38:06.796Z] 3.0.0-dev.4: digest: sha256:4c43343b26bbbfc68dd2fec9e325c4fdcff8eac550dbab95c7a278bae3d4008c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:38:07.201Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:38:07.554Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 [2023-01-04T16:38:07.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-04T16:38:07.554Z] 14c29fff347b: Preparing [2023-01-04T16:38:07.554Z] a6aae64541a7: Preparing [2023-01-04T16:38:07.554Z] c593ef92e1a6: Preparing [2023-01-04T16:38:07.554Z] aa21f6f8a36a: Preparing [2023-01-04T16:38:07.554Z] 97cbca300420: Preparing [2023-01-04T16:38:07.554Z] e5e13b0c77cb: Preparing [2023-01-04T16:38:07.554Z] e5e13b0c77cb: Waiting [2023-01-04T16:38:07.554Z] 14c29fff347b: Layer already exists [2023-01-04T16:38:07.554Z] a6aae64541a7: Layer already exists [2023-01-04T16:38:07.554Z] c593ef92e1a6: Layer already exists [2023-01-04T16:38:07.554Z] 97cbca300420: Layer already exists [2023-01-04T16:38:07.554Z] aa21f6f8a36a: Layer already exists [2023-01-04T16:38:07.554Z] e5e13b0c77cb: Layer already exists [2023-01-04T16:38:07.554Z] 81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4: digest: sha256:4c43343b26bbbfc68dd2fec9e325c4fdcff8eac550dbab95c7a278bae3d4008c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:38:07.882Z] + 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-04T16:38:08.186Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-01-04T16:38:08.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-04T16:38:08.186Z] 14c29fff347b: Preparing [2023-01-04T16:38:08.186Z] a6aae64541a7: Preparing [2023-01-04T16:38:08.186Z] c593ef92e1a6: Preparing [2023-01-04T16:38:08.186Z] aa21f6f8a36a: Preparing [2023-01-04T16:38:08.186Z] 97cbca300420: Preparing [2023-01-04T16:38:08.186Z] e5e13b0c77cb: Preparing [2023-01-04T16:38:08.186Z] e5e13b0c77cb: Waiting [2023-01-04T16:38:08.186Z] 97cbca300420: Layer already exists [2023-01-04T16:38:08.186Z] a6aae64541a7: Layer already exists [2023-01-04T16:38:08.186Z] 14c29fff347b: Layer already exists [2023-01-04T16:38:08.186Z] c593ef92e1a6: Layer already exists [2023-01-04T16:38:08.186Z] e5e13b0c77cb: Layer already exists [2023-01-04T16:38:08.444Z] aa21f6f8a36a: Layer already exists [2023-01-04T16:38:08.444Z] main: digest: sha256:4c43343b26bbbfc68dd2fec9e325c4fdcff8eac550dbab95c7a278bae3d4008c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-04T16:38:08.487Z] ===================================================== [Pipeline] echo [2023-01-04T16:38:08.502Z] taggedImages: [2023-01-04T16:38:08.502Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:81155725a5f06c8bb273014f4819830b182344da [2023-01-04T16:38:08.502Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-01-04T16:38:08.502Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.4 [2023-01-04T16:38:08.502Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 [2023-01-04T16:38:08.502Z] - 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-04T16:38:08.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-04T16:38:08.868Z] [2023-01-04T16:38:08.868Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:38:09.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-04T16:38:09.169Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-04T16:38:09.169Z] 5eb5b503b376: Pulling fs layer [2023-01-04T16:38:09.169Z] 5c69ac0246d0: Pulling fs layer [2023-01-04T16:38:09.169Z] ec43610c2a17: Pulling fs layer [2023-01-04T16:38:09.169Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-04T16:38:09.169Z] 33b1e0a273af: Pulling fs layer [2023-01-04T16:38:09.169Z] 3a2ae6a8a46f: Waiting [2023-01-04T16:38:09.169Z] 5d3b04190fa2: Pulling fs layer [2023-01-04T16:38:09.169Z] 2f39f015ded8: Pulling fs layer [2023-01-04T16:38:09.169Z] 5d3b04190fa2: Waiting [2023-01-04T16:38:09.169Z] 5c69ac0246d0: Download complete [2023-01-04T16:38:09.739Z] ec43610c2a17: Verifying Checksum [2023-01-04T16:38:09.739Z] ec43610c2a17: Download complete [2023-01-04T16:38:09.739Z] 5eb5b503b376: Verifying Checksum [2023-01-04T16:38:09.739Z] 5eb5b503b376: Download complete [2023-01-04T16:38:09.739Z] 5d3b04190fa2: Verifying Checksum [2023-01-04T16:38:09.739Z] 5d3b04190fa2: Download complete [2023-01-04T16:38:09.739Z] 33b1e0a273af: Verifying Checksum [2023-01-04T16:38:09.739Z] 33b1e0a273af: Download complete [2023-01-04T16:38:10.305Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-04T16:38:10.305Z] 3a2ae6a8a46f: Download complete [2023-01-04T16:38:10.562Z] 2f39f015ded8: Download complete [2023-01-04T16:38:10.820Z] 5eb5b503b376: Pull complete [2023-01-04T16:38:10.907Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1112 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-01-04T16:38:10.919Z] Running in /w/workspace/app-service-configurable/121 [Pipeline] { [Pipeline] checkout [2023-01-04T16:38:10.944Z] Selected Git installation does not exist. Using Default [2023-01-04T16:38:10.944Z] The recommended git tool is: NONE [2023-01-04T16:38:11.078Z] 5c69ac0246d0: Pull complete [2023-01-04T16:38:11.335Z] ec43610c2a17: Pull complete [2023-01-04T16:38:11.336Z] 3a2ae6a8a46f: Pull complete [2023-01-04T16:38:11.594Z] 33b1e0a273af: Pull complete [2023-01-04T16:38:11.852Z] 5d3b04190fa2: Pull complete [2023-01-04T16:38:15.906Z] using credential edgex-jenkins-ssh [2023-01-04T16:38:15.922Z] Cloning the remote Git repository [2023-01-04T16:38:15.964Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-01-04T16:38:16.033Z] > git init /w/workspace/app-service-configurable/121 # timeout=10 [2023-01-04T16:38:16.175Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-01-04T16:38:16.176Z] > git --version # timeout=10 [2023-01-04T16:38:16.194Z] > git --version # 'git version 2.25.1' [2023-01-04T16:38:16.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-04T16:38:16.252Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-04T16:38:17.113Z] 2f39f015ded8: Pull complete [2023-01-04T16:38:17.113Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-04T16:38:17.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-04T16:38:17.113Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:38:17.199Z] prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container [2023-01-04T16:38:17.232Z] $ 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-04T16:38:18.098Z] Avoid second fetch [2023-01-04T16:38:18.099Z] Checking out Revision 81155725a5f06c8bb273014f4819830b182344da (main) [2023-01-04T16:38:17.329Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-01-04T16:38:17.347Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-04T16:38:18.117Z] > git config core.sparsecheckout # timeout=10 [2023-01-04T16:38:18.132Z] > git checkout -f 81155725a5f06c8bb273014f4819830b182344da # timeout=10 [2023-01-04T16:38:18.546Z] Commit message: "build: Disable CGO for all docker builds so always work (#494)" [2023-01-04T16:38:18.873Z] [2023-01-04T16:38:18.873Z] GitHub has been notified of this commit’s build result [2023-01-04T16:38:18.873Z] [2023-01-04T16:38:19.743Z] $ docker top a2873da4f28105d05c9057351c6f40d7ef157fd5afc52eb65ed984e8aa74d344 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-04T16:38:20.124Z] ---> job-cost.sh [2023-01-04T16:38:20.124Z] lf-activate-venv: SKIPPING [2023-01-04T16:38:20.124Z] INFO: No Stack... [2023-01-04T16:38:20.406Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-04T16:38:20.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-04T16:38:20.406Z] Dload Upload Total Spent Left Speed [2023-01-04T16:38:20.406Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 88548 0 --:--:-- --:--:-- --:--:-- 88548 [2023-01-04T16:38:20.691Z] INFO: Retrieving Pricing Info for: v3-standard-8 [Pipeline] sh [2023-01-04T16:38:20.949Z] INFO: Archiving Costs [Pipeline] sh [2023-01-04T16:38:21.194Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-04T16:38:21.235Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2023-01-04T16:38:21.235Z] + cut -d, -f6 [Pipeline] lock [2023-01-04T16:38:21.272Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] [2023-01-04T16:38:21.280Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] did not exist. Created. [2023-01-04T16:38:21.280Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-04T16:38:21.520Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-04T16:38:21.520Z] + sudo tee /etc/docker/daemon.new [2023-01-04T16:38:21.520Z] { [2023-01-04T16:38:21.520Z] "registry-mirrors": [ [2023-01-04T16:38:21.520Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-04T16:38:21.521Z] ], [2023-01-04T16:38:21.521Z] "bip": "10.250.0.254/24", [2023-01-04T16:38:21.521Z] "hosts": [ [2023-01-04T16:38:21.521Z] "tcp://0.0.0.0:5555", [2023-01-04T16:38:21.521Z] "unix:///var/run/docker.sock" [2023-01-04T16:38:21.521Z] ], [2023-01-04T16:38:21.521Z] "mtu": 1458, [2023-01-04T16:38:21.521Z] "selinux-enabled": true, [2023-01-04T16:38:21.521Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-04T16:38:21.521Z] } [Pipeline] sh [2023-01-04T16:38:21.574Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-04T16:38:21.626Z] Stashed 1 file(s) [Pipeline] } [2023-01-04T16:38:21.632Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-04T16:38:21.652Z] $ docker stop --time=1 a2873da4f28105d05c9057351c6f40d7ef157fd5afc52eb65ed984e8aa74d344 [2023-01-04T16:38:21.859Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [2023-01-04T16:38:22.801Z] $ docker rm -f --volumes a2873da4f28105d05c9057351c6f40d7ef157fd5afc52eb65ed984e8aa74d344 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-04T16:38:23.161Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-04T16:38:41.404Z] provisioning config files... [2023-01-04T16:38:41.432Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/121@tmp/config11194205033533275208tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:38:41.787Z] ---> docker-login.sh [2023-01-04T16:38:41.787Z] nexus3.edgexfoundry.org:10001 [2023-01-04T16:38:42.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:38:42.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:38:42.375Z] Configure a credential helper to remove this warning. See [2023-01-04T16:38:42.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:38:42.375Z] [2023-01-04T16:38:42.375Z] Login Succeeded [2023-01-04T16:38:42.375Z] nexus3.edgexfoundry.org:10002 [2023-01-04T16:38:42.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:38:42.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:38:42.647Z] Configure a credential helper to remove this warning. See [2023-01-04T16:38:42.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:38:42.647Z] [2023-01-04T16:38:42.647Z] Login Succeeded [2023-01-04T16:38:42.647Z] nexus3.edgexfoundry.org:10003 [2023-01-04T16:38:42.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:38:43.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:38:43.190Z] Configure a credential helper to remove this warning. See [2023-01-04T16:38:43.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:38:43.190Z] [2023-01-04T16:38:43.190Z] Login Succeeded [2023-01-04T16:38:43.190Z] nexus3.edgexfoundry.org:10004 [2023-01-04T16:38:43.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:38:43.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:38:43.462Z] Configure a credential helper to remove this warning. See [2023-01-04T16:38:43.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:38:43.462Z] [2023-01-04T16:38:43.462Z] Login Succeeded [2023-01-04T16:38:43.462Z] docker.io [2023-01-04T16:38:43.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:38:44.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:38:44.000Z] Configure a credential helper to remove this warning. See [2023-01-04T16:38:44.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:38:44.000Z] [2023-01-04T16:38:44.000Z] Login Succeeded [2023-01-04T16:38:44.000Z] ---> docker-login.sh ends [Pipeline] } [2023-01-04T16:38:44.014Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-04T16:38:44.275Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-04T16:38:44.288Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-04T16:38:44.298Z] ========================================================= [2023-01-04T16:38:44.298Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-04T16:38:44.298Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:38:44.638Z] + 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-04T16:38:44.638Z] Sending build context to Docker daemon 217.1kB [2023-01-04T16:38:44.907Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-04T16:38:44.907Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-04T16:38:44.907Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-04T16:38:44.907Z] 9b18e9b68314: Pulling fs layer [2023-01-04T16:38:44.907Z] 35d82f9e3411: Pulling fs layer [2023-01-04T16:38:44.907Z] e16973657156: Pulling fs layer [2023-01-04T16:38:44.907Z] fc693d55d65f: Pulling fs layer [2023-01-04T16:38:44.907Z] 7e9fc2657dce: Pulling fs layer [2023-01-04T16:38:44.907Z] dda99020689f: Pulling fs layer [2023-01-04T16:38:44.907Z] db1c61fa0a46: Pulling fs layer [2023-01-04T16:38:44.907Z] 891c053d2c06: Pulling fs layer [2023-01-04T16:38:44.907Z] db1c61fa0a46: Waiting [2023-01-04T16:38:44.907Z] dda99020689f: Waiting [2023-01-04T16:38:44.907Z] 891c053d2c06: Waiting [2023-01-04T16:38:44.907Z] fc693d55d65f: Waiting [2023-01-04T16:38:44.907Z] 7e9fc2657dce: Waiting [2023-01-04T16:38:44.907Z] e16973657156: Download complete [2023-01-04T16:38:45.179Z] 35d82f9e3411: Download complete [2023-01-04T16:38:45.179Z] 7e9fc2657dce: Verifying Checksum [2023-01-04T16:38:45.179Z] 7e9fc2657dce: Download complete [2023-01-04T16:38:45.179Z] dda99020689f: Verifying Checksum [2023-01-04T16:38:45.179Z] dda99020689f: Download complete [2023-01-04T16:38:45.179Z] 9b18e9b68314: Verifying Checksum [2023-01-04T16:38:45.179Z] 9b18e9b68314: Download complete [2023-01-04T16:38:46.168Z] 891c053d2c06: Verifying Checksum [2023-01-04T16:38:46.168Z] 891c053d2c06: Download complete [2023-01-04T16:38:47.136Z] 9b18e9b68314: Pull complete [2023-01-04T16:38:47.136Z] db1c61fa0a46: Verifying Checksum [2023-01-04T16:38:47.136Z] db1c61fa0a46: Download complete [2023-01-04T16:38:47.416Z] 35d82f9e3411: Pull complete [2023-01-04T16:38:47.689Z] fc693d55d65f: Verifying Checksum [2023-01-04T16:38:47.689Z] fc693d55d65f: Download complete [2023-01-04T16:38:47.689Z] e16973657156: Pull complete [2023-01-04T16:39:00.030Z] fc693d55d65f: Pull complete [2023-01-04T16:39:00.030Z] 7e9fc2657dce: Pull complete [2023-01-04T16:39:00.030Z] dda99020689f: Pull complete [2023-01-04T16:39:05.396Z] db1c61fa0a46: Pull complete [2023-01-04T16:39:07.989Z] 891c053d2c06: Pull complete [2023-01-04T16:39:07.989Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-04T16:39:07.989Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-04T16:39:07.989Z] ---> f96f9c87975a [2023-01-04T16:39:07.989Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-04T16:39:09.406Z] ---> Running in 40f10813ff12 [2023-01-04T16:39:09.679Z] Removing intermediate container 40f10813ff12 [2023-01-04T16:39:09.679Z] ---> 282825d8d1d9 [2023-01-04T16:39:09.679Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-04T16:39:09.953Z] ---> Running in 43e9df7b9758 [2023-01-04T16:39:10.220Z] Removing intermediate container 43e9df7b9758 [2023-01-04T16:39:10.220Z] ---> 4d41fb19f95e [2023-01-04T16:39:10.220Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-04T16:39:10.220Z] ---> Running in 645599f7e4ce [2023-01-04T16:39:10.488Z] Removing intermediate container 645599f7e4ce [2023-01-04T16:39:10.488Z] ---> fff994261c58 [2023-01-04T16:39:10.488Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-04T16:39:10.756Z] ---> Running in e30bede5dded [2023-01-04T16:39:11.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-04T16:39:11.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-04T16:39:12.957Z] OK: 221 MiB in 51 packages [2023-01-04T16:39:13.990Z] Removing intermediate container e30bede5dded [2023-01-04T16:39:13.990Z] ---> d4827073e177 [2023-01-04T16:39:13.990Z] Step 7/12 : WORKDIR /app [2023-01-04T16:39:13.990Z] ---> Running in 716b9c73e961 [2023-01-04T16:39:14.274Z] Removing intermediate container 716b9c73e961 [2023-01-04T16:39:14.274Z] ---> 7dbd1141ad64 [2023-01-04T16:39:14.274Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-04T16:39:14.870Z] ---> 30a2bfffc098 [2023-01-04T16:39:14.870Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-04T16:39:14.870Z] ---> Running in 259eb2d372b2 [2023-01-04T16:40:11.333Z] Removing intermediate container 259eb2d372b2 [2023-01-04T16:40:11.333Z] ---> c3289019859b [2023-01-04T16:40:11.333Z] Step 10/12 : COPY . . [2023-01-04T16:40:11.333Z] ---> 24976256134b [2023-01-04T16:40:11.333Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-04T16:40:11.333Z] ---> Running in 797e50824869 [2023-01-04T16:40:11.333Z] Removing intermediate container 797e50824869 [2023-01-04T16:40:11.333Z] ---> d3af41c71520 [2023-01-04T16:40:11.333Z] Step 12/12 : RUN $MAKE [2023-01-04T16:40:11.333Z] ---> Running in 4aed16eee01e [2023-01-04T16:40:11.333Z] noop [2023-01-04T16:40:11.333Z] Removing intermediate container 4aed16eee01e [2023-01-04T16:40:11.333Z] ---> 897eff32cb66 [2023-01-04T16:40:11.333Z] Successfully built 897eff32cb66 [2023-01-04T16:40:11.333Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:40:11.675Z] + docker inspect -f . ci-base-image-arm64 [2023-01-04T16:40:11.675Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:40:11.884Z] prd-ubuntu20.04-docker-arm64-4c-16g-1112 does not seem to be running inside a container [2023-01-04T16:40:11.955Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/121 -v /w/workspace/app-service-configurable/121:/w/workspace/app-service-configurable/121:rw,z -v /w/workspace/app-service-configurable/121@tmp:/w/workspace/app-service-configurable/121@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-04T16:40:13.186Z] $ docker top 3dbcff237a644b47a9489f1a53efaf298ee39540730745b50dcfdd3169eed2a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-04T16:40:14.045Z] + go version [2023-01-04T16:40:14.045Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-04T16:40:14.067Z] $ docker stop --time=1 3dbcff237a644b47a9489f1a53efaf298ee39540730745b50dcfdd3169eed2a9 [2023-01-04T16:40:15.708Z] $ docker rm -f --volumes 3dbcff237a644b47a9489f1a53efaf298ee39540730745b50dcfdd3169eed2a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:40:16.263Z] + docker inspect -f . ci-base-image-arm64 [2023-01-04T16:40:16.263Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:40:16.458Z] prd-ubuntu20.04-docker-arm64-4c-16g-1112 does not seem to be running inside a container [2023-01-04T16:40:16.540Z] $ 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/121 -v /w/workspace/app-service-configurable/121:/w/workspace/app-service-configurable/121:rw,z -v /w/workspace/app-service-configurable/121@tmp:/w/workspace/app-service-configurable/121@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-04T16:40:17.762Z] $ docker top 825f8a48f46e16771b2c9f727dd9b38a318f36531d58d1a806aab3fcbdf73737 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-04T16:40:18.595Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/121 [Pipeline] fileExists [Pipeline] sh [2023-01-04T16:40:18.921Z] + make test [2023-01-04T16:40:18.922Z] go test -race -coverprofile=coverage.out ./... [2023-01-04T16:42:40.701Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-01-04T16:42:40.701Z] go vet ./... [2023-01-04T16:44:17.402Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-04T16:44:17.402Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-04T16:44:17.402Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-04T16:44:17.421Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-04T16:44:17.435Z] $ docker stop --time=1 825f8a48f46e16771b2c9f727dd9b38a318f36531d58d1a806aab3fcbdf73737 [2023-01-04T16:44:19.238Z] $ docker rm -f --volumes 825f8a48f46e16771b2c9f727dd9b38a318f36531d58d1a806aab3fcbdf73737 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-04T16:44:20.489Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-04T16:44:20.511Z] Warning: overwriting stash ‘coverage-report’ [2023-01-04T16:44:20.955Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-04T16:44:21.320Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-04T16:44:21.642Z] + ls -al . [2023-01-04T16:44:21.642Z] total 180 [2023-01-04T16:44:21.642Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 4 16:40 . [2023-01-04T16:44:21.642Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:38 .. [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 4 16:38 .dockerignore [2023-01-04T16:44:21.642Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 16:38 .git [2023-01-04T16:44:21.642Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 16:38 .github [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 171 Jan 4 16:38 .gitignore [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 9207 Jan 4 16:38 Attribution.txt [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 29118 Jan 4 16:38 CHANGELOG.md [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 1898 Jan 4 16:38 Dockerfile [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 4 16:38 GOVERNANCE.md [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 688 Jan 4 16:38 Jenkinsfile [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 4 16:38 LICENSE [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 4 16:38 OWNERS.md [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 4369 Jan 4 16:38 README.md [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 4 16:36 VERSION [2023-01-04T16:44:21.642Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:38 bin [2023-01-04T16:44:21.642Z] -rw-r--r-- 1 jenkins jenkins 13 Jan 4 16:40 coverage.out [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 3396 Jan 4 16:38 go.mod [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 44230 Jan 4 16:38 go.sum [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jan 4 16:38 main.go [2023-01-04T16:44:21.642Z] -rw-rw-r-- 1 jenkins jenkins 2078 Jan 4 16:38 makefile [2023-01-04T16:44:21.642Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 4 16:38 res [2023-01-04T16:44:21.642Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:38 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:44:21.982Z] + 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=81155725a5f06c8bb273014f4819830b182344da --label arch=arm64 --label version=3.0.0-dev.4 . [2023-01-04T16:44:21.982Z] Sending build context to Docker daemon 218.1kB [2023-01-04T16:44:22.249Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-04T16:44:22.249Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-04T16:44:22.249Z] ---> 897eff32cb66 [2023-01-04T16:44:22.249Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-01-04T16:44:22.249Z] ---> Running in 2be401c74116 [2023-01-04T16:44:22.518Z] Removing intermediate container 2be401c74116 [2023-01-04T16:44:22.518Z] ---> 97eed9e36590 [2023-01-04T16:44:22.518Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-04T16:44:22.786Z] ---> Running in 363ce2b44fd5 [2023-01-04T16:44:23.056Z] Removing intermediate container 363ce2b44fd5 [2023-01-04T16:44:23.056Z] ---> 610bbc887dab [2023-01-04T16:44:23.056Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-01-04T16:44:23.056Z] ---> Running in 7e177c63dc13 [2023-01-04T16:44:23.333Z] Removing intermediate container 7e177c63dc13 [2023-01-04T16:44:23.333Z] ---> 2ba977c92686 [2023-01-04T16:44:23.333Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-04T16:44:23.333Z] ---> Running in de7e2fd51597 [2023-01-04T16:44:24.773Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-04T16:44:24.773Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-04T16:44:25.749Z] OK: 221 MiB in 51 packages [2023-01-04T16:44:26.714Z] Removing intermediate container de7e2fd51597 [2023-01-04T16:44:26.714Z] ---> f649d5e9cfee [2023-01-04T16:44:26.714Z] Step 7/26 : WORKDIR /app [2023-01-04T16:44:26.714Z] ---> Running in a3665f0ffc16 [2023-01-04T16:44:26.982Z] Removing intermediate container a3665f0ffc16 [2023-01-04T16:44:26.982Z] ---> c6c4ce6d94c8 [2023-01-04T16:44:26.982Z] Step 8/26 : COPY go.mod vendor* ./ [2023-01-04T16:44:27.567Z] ---> 16661319e3a8 [2023-01-04T16:44:27.567Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-04T16:44:27.567Z] ---> Running in 63a22d4a4750 [2023-01-04T16:44:29.515Z] Removing intermediate container 63a22d4a4750 [2023-01-04T16:44:29.515Z] ---> 10bff09d40b5 [2023-01-04T16:44:29.515Z] Step 10/26 : COPY . . [2023-01-04T16:44:30.101Z] ---> 0b5703663e46 [2023-01-04T16:44:30.102Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-04T16:44:30.102Z] ---> Running in 81515c56b52c [2023-01-04T16:44:30.379Z] Removing intermediate container 81515c56b52c [2023-01-04T16:44:30.379Z] ---> 24315f730e40 [2023-01-04T16:44:30.379Z] Step 12/26 : RUN $MAKE [2023-01-04T16:44:30.648Z] ---> Running in d708ee7ad4fc [2023-01-04T16:44:31.614Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.4" -trimpath -mod=readonly -o app-service-configurable [2023-01-04T16:46:38.324Z] Removing intermediate container d708ee7ad4fc [2023-01-04T16:46:38.324Z] ---> c7863604f210 [2023-01-04T16:46:38.324Z] Step 13/26 : FROM alpine:3.16 [2023-01-04T16:46:38.324Z] 3.16: Pulling from library/alpine [2023-01-04T16:46:38.324Z] 6875df1f5354: Pulling fs layer [2023-01-04T16:46:38.324Z] 6875df1f5354: Verifying Checksum [2023-01-04T16:46:38.324Z] 6875df1f5354: Download complete [2023-01-04T16:46:38.592Z] 6875df1f5354: Pull complete [2023-01-04T16:46:38.592Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-04T16:46:38.592Z] Status: Downloaded newer image for alpine:3.16 [2023-01-04T16:46:38.592Z] ---> 2b4661558fb8 [2023-01-04T16:46:38.592Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-04T16:46:38.592Z] ---> Running in ac05592feed8 [2023-01-04T16:46:38.867Z] Removing intermediate container ac05592feed8 [2023-01-04T16:46:38.867Z] ---> 16ecc928e26a [2023-01-04T16:46:38.867Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-01-04T16:46:38.867Z] ---> Running in 12a3a53a9204 [2023-01-04T16:46:39.137Z] Removing intermediate container 12a3a53a9204 [2023-01-04T16:46:39.137Z] ---> 675cc401c267 [2023-01-04T16:46:39.137Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-04T16:46:39.405Z] ---> Running in 32103d87feea [2023-01-04T16:46:40.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-04T16:46:40.640Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-04T16:46:42.054Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-04T16:46:42.054Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-04T16:46:42.054Z] Executing busybox-1.35.0-r17.trigger [2023-01-04T16:46:42.054Z] Executing ca-certificates-20220614-r0.trigger [2023-01-04T16:46:42.054Z] OK: 6 MiB in 16 packages [2023-01-04T16:46:43.473Z] Removing intermediate container 32103d87feea [2023-01-04T16:46:43.473Z] ---> f26f8f7ebb51 [2023-01-04T16:46:43.473Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-04T16:46:44.061Z] ---> e475b84f4100 [2023-01-04T16:46:44.061Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-04T16:46:44.330Z] ---> 0a59302ae99e [2023-01-04T16:46:44.330Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-01-04T16:46:44.918Z] ---> fdb3787b0436 [2023-01-04T16:46:44.918Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-01-04T16:46:46.337Z] ---> 5a04bb3119a0 [2023-01-04T16:46:46.337Z] Step 21/26 : EXPOSE 48095 [2023-01-04T16:46:46.337Z] ---> Running in 66140029d63d [2023-01-04T16:46:46.610Z] Removing intermediate container 66140029d63d [2023-01-04T16:46:46.610Z] ---> 7ff5e9ebd82e [2023-01-04T16:46:46.610Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-01-04T16:46:46.883Z] ---> Running in dc5dee16d145 [2023-01-04T16:46:47.152Z] Removing intermediate container dc5dee16d145 [2023-01-04T16:46:47.152Z] ---> a8c7d95f6bf8 [2023-01-04T16:46:47.152Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-04T16:46:47.152Z] ---> Running in b3857168a14c [2023-01-04T16:46:47.422Z] Removing intermediate container b3857168a14c [2023-01-04T16:46:47.422Z] ---> b875466eb73d [2023-01-04T16:46:47.422Z] Step 24/26 : LABEL arch=arm64 [2023-01-04T16:46:47.702Z] ---> Running in dbd34d428873 [2023-01-04T16:46:47.969Z] Removing intermediate container dbd34d428873 [2023-01-04T16:46:47.969Z] ---> 15564b4668da [2023-01-04T16:46:47.969Z] Step 25/26 : LABEL git_sha=81155725a5f06c8bb273014f4819830b182344da [2023-01-04T16:46:47.969Z] ---> Running in bc3a3f70a66b [2023-01-04T16:46:48.236Z] Removing intermediate container bc3a3f70a66b [2023-01-04T16:46:48.236Z] ---> b65c9a77cd19 [2023-01-04T16:46:48.236Z] Step 26/26 : LABEL version=3.0.0-dev.4 [2023-01-04T16:46:48.236Z] ---> Running in c4307a05f00f [2023-01-04T16:46:48.505Z] Removing intermediate container c4307a05f00f [2023-01-04T16:46:48.505Z] ---> 1d8463f9595f [2023-01-04T16:46:48.505Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-04T16:46:48.505Z] Successfully built 1d8463f9595f [2023-01-04T16:46:48.505Z] 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-04T16:46:48.911Z] provisioning config files... [2023-01-04T16:46:48.927Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/121@tmp/config17062831720609228280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:46:49.260Z] ---> docker-login.sh [2023-01-04T16:46:49.260Z] nexus3.edgexfoundry.org:10001 [2023-01-04T16:46:49.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:46:49.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:46:49.532Z] Configure a credential helper to remove this warning. See [2023-01-04T16:46:49.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:46:49.532Z] [2023-01-04T16:46:49.532Z] Login Succeeded [2023-01-04T16:46:49.532Z] nexus3.edgexfoundry.org:10002 [2023-01-04T16:46:49.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:46:49.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:46:49.800Z] Configure a credential helper to remove this warning. See [2023-01-04T16:46:49.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:46:49.800Z] [2023-01-04T16:46:49.800Z] Login Succeeded [2023-01-04T16:46:49.800Z] nexus3.edgexfoundry.org:10003 [2023-01-04T16:46:50.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:46:50.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:46:50.336Z] Configure a credential helper to remove this warning. See [2023-01-04T16:46:50.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:46:50.336Z] [2023-01-04T16:46:50.336Z] Login Succeeded [2023-01-04T16:46:50.336Z] nexus3.edgexfoundry.org:10004 [2023-01-04T16:46:50.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:46:50.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:46:50.603Z] Configure a credential helper to remove this warning. See [2023-01-04T16:46:50.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:46:50.603Z] [2023-01-04T16:46:50.603Z] Login Succeeded [2023-01-04T16:46:50.603Z] docker.io [2023-01-04T16:46:50.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T16:46:51.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T16:46:51.135Z] Configure a credential helper to remove this warning. See [2023-01-04T16:46:51.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T16:46:51.135Z] [2023-01-04T16:46:51.135Z] Login Succeeded [2023-01-04T16:46:51.135Z] ---> docker-login.sh ends [Pipeline] } [2023-01-04T16:46:51.147Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-04T16:46:51.182Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-04T16:46:51.205Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-01-04T16:46:51.205Z] 81155725a5f06c8bb273014f4819830b182344da [2023-01-04T16:46:51.205Z] latest [2023-01-04T16:46:51.205Z] 3.0.0-dev.4 [2023-01-04T16:46:51.205Z] 81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 [2023-01-04T16:46:51.205Z] main [2023-01-04T16:46:51.205Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:46:51.548Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:81155725a5f06c8bb273014f4819830b182344da [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:46:53.300Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:81155725a5f06c8bb273014f4819830b182344da [2023-01-04T16:46:53.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-04T16:46:53.300Z] 8e80ffae92a0: Preparing [2023-01-04T16:46:53.300Z] c1cf001a9991: Preparing [2023-01-04T16:46:53.300Z] c0e4ea94fcbd: Preparing [2023-01-04T16:46:53.300Z] 74df8a3cc08d: Preparing [2023-01-04T16:46:53.300Z] 1029d3695a25: Preparing [2023-01-04T16:46:53.300Z] 17bec77d7fdc: Preparing [2023-01-04T16:46:53.300Z] 17bec77d7fdc: Waiting [2023-01-04T16:46:53.569Z] c1cf001a9991: Pushed [2023-01-04T16:46:53.569Z] 74df8a3cc08d: Pushed [2023-01-04T16:46:53.569Z] c0e4ea94fcbd: Pushed [2023-01-04T16:46:53.569Z] 17bec77d7fdc: Layer already exists [2023-01-04T16:46:53.836Z] 1029d3695a25: Pushed [2023-01-04T16:46:58.091Z] 8e80ffae92a0: Pushed [2023-01-04T16:46:58.356Z] 81155725a5f06c8bb273014f4819830b182344da: digest: sha256:4659d98a7a535909ca1e5a0a028d3ac75b80d94316d739a48a5121f53dfdf50c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:46:58.702Z] + 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-04T16:46:59.038Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-01-04T16:46:59.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-04T16:46:59.038Z] 8e80ffae92a0: Preparing [2023-01-04T16:46:59.038Z] c1cf001a9991: Preparing [2023-01-04T16:46:59.038Z] c0e4ea94fcbd: Preparing [2023-01-04T16:46:59.038Z] 74df8a3cc08d: Preparing [2023-01-04T16:46:59.038Z] 1029d3695a25: Preparing [2023-01-04T16:46:59.038Z] 17bec77d7fdc: Preparing [2023-01-04T16:46:59.038Z] 17bec77d7fdc: Waiting [2023-01-04T16:46:59.038Z] c0e4ea94fcbd: Layer already exists [2023-01-04T16:46:59.038Z] 74df8a3cc08d: Layer already exists [2023-01-04T16:46:59.038Z] 1029d3695a25: Layer already exists [2023-01-04T16:46:59.038Z] c1cf001a9991: Layer already exists [2023-01-04T16:46:59.038Z] 8e80ffae92a0: Layer already exists [2023-01-04T16:46:59.038Z] 17bec77d7fdc: Layer already exists [2023-01-04T16:46:59.304Z] latest: digest: sha256:4659d98a7a535909ca1e5a0a028d3ac75b80d94316d739a48a5121f53dfdf50c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:46:59.658Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:47:00.004Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.4 [2023-01-04T16:47:00.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-04T16:47:00.004Z] 8e80ffae92a0: Preparing [2023-01-04T16:47:00.004Z] c1cf001a9991: Preparing [2023-01-04T16:47:00.004Z] c0e4ea94fcbd: Preparing [2023-01-04T16:47:00.004Z] 74df8a3cc08d: Preparing [2023-01-04T16:47:00.004Z] 1029d3695a25: Preparing [2023-01-04T16:47:00.004Z] 17bec77d7fdc: Preparing [2023-01-04T16:47:00.004Z] 17bec77d7fdc: Waiting [2023-01-04T16:47:00.004Z] 74df8a3cc08d: Layer already exists [2023-01-04T16:47:00.004Z] 1029d3695a25: Layer already exists [2023-01-04T16:47:00.004Z] c1cf001a9991: Layer already exists [2023-01-04T16:47:00.004Z] c0e4ea94fcbd: Layer already exists [2023-01-04T16:47:00.004Z] 8e80ffae92a0: Layer already exists [2023-01-04T16:47:00.004Z] 17bec77d7fdc: Layer already exists [2023-01-04T16:47:00.272Z] 3.0.0-dev.4: digest: sha256:4659d98a7a535909ca1e5a0a028d3ac75b80d94316d739a48a5121f53dfdf50c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:47:00.628Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:47:01.035Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 [2023-01-04T16:47:01.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-04T16:47:01.035Z] 8e80ffae92a0: Preparing [2023-01-04T16:47:01.035Z] c1cf001a9991: Preparing [2023-01-04T16:47:01.035Z] c0e4ea94fcbd: Preparing [2023-01-04T16:47:01.035Z] 74df8a3cc08d: Preparing [2023-01-04T16:47:01.035Z] 1029d3695a25: Preparing [2023-01-04T16:47:01.035Z] 17bec77d7fdc: Preparing [2023-01-04T16:47:01.035Z] 17bec77d7fdc: Waiting [2023-01-04T16:47:01.035Z] 1029d3695a25: Layer already exists [2023-01-04T16:47:01.035Z] c1cf001a9991: Layer already exists [2023-01-04T16:47:01.035Z] c0e4ea94fcbd: Layer already exists [2023-01-04T16:47:01.035Z] 74df8a3cc08d: Layer already exists [2023-01-04T16:47:01.035Z] 8e80ffae92a0: Layer already exists [2023-01-04T16:47:01.035Z] 17bec77d7fdc: Layer already exists [2023-01-04T16:47:01.311Z] 81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4: digest: sha256:4659d98a7a535909ca1e5a0a028d3ac75b80d94316d739a48a5121f53dfdf50c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:47:01.676Z] + 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-04T16:47:02.040Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-01-04T16:47:02.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-04T16:47:02.040Z] 8e80ffae92a0: Preparing [2023-01-04T16:47:02.040Z] c1cf001a9991: Preparing [2023-01-04T16:47:02.040Z] c0e4ea94fcbd: Preparing [2023-01-04T16:47:02.040Z] 74df8a3cc08d: Preparing [2023-01-04T16:47:02.040Z] 1029d3695a25: Preparing [2023-01-04T16:47:02.040Z] 17bec77d7fdc: Preparing [2023-01-04T16:47:02.040Z] 17bec77d7fdc: Waiting [2023-01-04T16:47:02.040Z] 1029d3695a25: Layer already exists [2023-01-04T16:47:02.040Z] c1cf001a9991: Layer already exists [2023-01-04T16:47:02.040Z] 8e80ffae92a0: Layer already exists [2023-01-04T16:47:02.040Z] c0e4ea94fcbd: Layer already exists [2023-01-04T16:47:02.040Z] 74df8a3cc08d: Layer already exists [2023-01-04T16:47:02.040Z] 17bec77d7fdc: Layer already exists [2023-01-04T16:47:02.311Z] main: digest: sha256:4659d98a7a535909ca1e5a0a028d3ac75b80d94316d739a48a5121f53dfdf50c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-04T16:47:02.367Z] ===================================================== [Pipeline] echo [2023-01-04T16:47:02.375Z] taggedImages: [2023-01-04T16:47:02.375Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:81155725a5f06c8bb273014f4819830b182344da [2023-01-04T16:47:02.375Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-01-04T16:47:02.375Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.4 [2023-01-04T16:47:02.375Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 [2023-01-04T16:47:02.375Z] - 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-04T16:47:02.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-04T16:47:02.763Z] [2023-01-04T16:47:02.763Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:47:03.108Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-04T16:47:03.381Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-04T16:47:03.381Z] 8998bd30e6a1: Pulling fs layer [2023-01-04T16:47:03.381Z] 04944245beec: Pulling fs layer [2023-01-04T16:47:03.381Z] 699f458cf7ca: Pulling fs layer [2023-01-04T16:47:03.381Z] 765212b225bb: Pulling fs layer [2023-01-04T16:47:03.381Z] f23df028b6ca: Pulling fs layer [2023-01-04T16:47:03.381Z] d65c8cfc05b1: Pulling fs layer [2023-01-04T16:47:03.381Z] 2437ff75d9bd: Pulling fs layer [2023-01-04T16:47:03.381Z] f23df028b6ca: Waiting [2023-01-04T16:47:03.381Z] 765212b225bb: Waiting [2023-01-04T16:47:03.381Z] 2437ff75d9bd: Waiting [2023-01-04T16:47:03.381Z] d65c8cfc05b1: Waiting [2023-01-04T16:47:03.381Z] 04944245beec: Verifying Checksum [2023-01-04T16:47:03.381Z] 04944245beec: Download complete [2023-01-04T16:47:03.381Z] 765212b225bb: Verifying Checksum [2023-01-04T16:47:03.381Z] 765212b225bb: Download complete [2023-01-04T16:47:03.381Z] f23df028b6ca: Verifying Checksum [2023-01-04T16:47:03.381Z] f23df028b6ca: Download complete [2023-01-04T16:47:03.381Z] d65c8cfc05b1: Verifying Checksum [2023-01-04T16:47:03.381Z] d65c8cfc05b1: Download complete [2023-01-04T16:47:03.651Z] 699f458cf7ca: Verifying Checksum [2023-01-04T16:47:03.919Z] 8998bd30e6a1: Verifying Checksum [2023-01-04T16:47:03.919Z] 8998bd30e6a1: Download complete [2023-01-04T16:47:06.511Z] 2437ff75d9bd: Verifying Checksum [2023-01-04T16:47:06.511Z] 2437ff75d9bd: Download complete [2023-01-04T16:47:07.925Z] 8998bd30e6a1: Pull complete [2023-01-04T16:47:08.510Z] 04944245beec: Pull complete [2023-01-04T16:47:09.922Z] 699f458cf7ca: Pull complete [2023-01-04T16:47:09.922Z] 765212b225bb: Pull complete [2023-01-04T16:47:10.884Z] f23df028b6ca: Pull complete [2023-01-04T16:47:10.884Z] d65c8cfc05b1: Pull complete [2023-01-04T16:47:25.892Z] 2437ff75d9bd: Pull complete [2023-01-04T16:47:25.892Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-04T16:47:25.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-04T16:47:25.892Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:47:26.094Z] prd-ubuntu20.04-docker-arm64-4c-16g-1112 does not seem to be running inside a container [2023-01-04T16:47:26.164Z] $ 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/121 -v /w/workspace/app-service-configurable/121:/w/workspace/app-service-configurable/121:rw,z -v /w/workspace/app-service-configurable/121@tmp:/w/workspace/app-service-configurable/121@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-04T16:47:28.907Z] $ docker top c58fdc222460250ab828f05a24b4c2f53d0e231e13e11c609be5f4f07c16f8bc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:47:29.775Z] ---> job-cost.sh [2023-01-04T16:47:29.775Z] lf-activate-venv: SKIPPING [2023-01-04T16:47:29.775Z] INFO: No Stack... [2023-01-04T16:47:30.360Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-04T16:47:30.946Z] INFO: Archiving Costs [Pipeline] sh [2023-01-04T16:47:31.591Z] + cat /w/workspace/app-service-configurable/121/archives/cost.csv [2023-01-04T16:47:31.591Z] + cut -d, -f6 [Pipeline] lock [2023-01-04T16:47:31.669Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] [2023-01-04T16:47:31.676Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] did not exist. Created. [2023-01-04T16:47:31.677Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-04T16:47:32.343Z] /w/workspace/app-service-configurable/121@tmp/durable-b2635b2c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-04T16:47:32.999Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-04T16:47:33.021Z] Warning: overwriting stash ‘stack-cost’ [2023-01-04T16:47:33.078Z] Stashed 1 file(s) [Pipeline] } [2023-01-04T16:47:33.085Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-04T16:47:33.103Z] $ docker stop --time=1 c58fdc222460250ab828f05a24b4c2f53d0e231e13e11c609be5f4f07c16f8bc [2023-01-04T16:47:34.616Z] $ docker rm -f --volumes c58fdc222460250ab828f05a24b4c2f53d0e231e13e11c609be5f4f07c16f8bc [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-04T16:47:35.050Z] provisioning config files... [2023-01-04T16:47:35.057Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config149311407798381867tmp [Pipeline] { [Pipeline] sh [2023-01-04T16:47:35.344Z] + set +x [2023-01-04T16:47:35.344Z] + curl -s https://codecov.io/bash [2023-01-04T16:47:35.344Z] + bash -s -- [2023-01-04T16:47:35.344Z] [2023-01-04T16:47:35.344Z] _____ _ [2023-01-04T16:47:35.344Z] / ____| | | [2023-01-04T16:47:35.344Z] | | ___ __| | ___ ___ _____ __ [2023-01-04T16:47:35.344Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-04T16:47:35.344Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-04T16:47:35.344Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-04T16:47:35.344Z] Bash-1.0.6 [2023-01-04T16:47:35.344Z] [2023-01-04T16:47:35.344Z] [2023-01-04T16:47:35.344Z] ==> git version 2.25.1 found [2023-01-04T16:47:35.344Z] ==> 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-04T16:47:35.344Z] Release-Date: 2020-01-08 [2023-01-04T16:47:35.345Z] 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-04T16:47:35.345Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-04T16:47:35.345Z] ==> Jenkins CI detected. [2023-01-04T16:47:35.345Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-01-04T16:47:35.345Z] project root: . [2023-01-04T16:47:35.345Z] --> token set from env [2023-01-04T16:47:35.345Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-04T16:47:35.345Z] ==> Running gcov in . (disable via -X gcov) [2023-01-04T16:47:35.345Z] ==> Python coveragepy not found [2023-01-04T16:47:35.345Z] ==> Searching for coverage reports in: [2023-01-04T16:47:35.345Z] + . [2023-01-04T16:47:35.345Z] -> Found 1 reports [2023-01-04T16:47:35.345Z] ==> Detecting git/mercurial file structure [2023-01-04T16:47:35.345Z] ==> Reading reports [2023-01-04T16:47:35.345Z] + ./coverage.out bytes=13 [2023-01-04T16:47:35.345Z] ==> Appending adjustments [2023-01-04T16:47:35.345Z] https://docs.codecov.io/docs/fixing-reports [2023-01-04T16:47:35.603Z] + Found adjustments [2023-01-04T16:47:35.603Z] ==> Gzipping contents [2023-01-04T16:47:35.603Z] 4.0K /tmp/codecov.qyJ6Xt.gz [2023-01-04T16:47:35.603Z] ==> Uploading reports [2023-01-04T16:47:35.603Z] url: https://codecov.io [2023-01-04T16:47:35.603Z] query: branch=main&commit=81155725a5f06c8bb273014f4819830b182344da&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F121%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-04T16:47:35.603Z] -> Pinging Codecov [2023-01-04T16:47:35.603Z] 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=81155725a5f06c8bb273014f4819830b182344da&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F121%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-04T16:47:35.862Z] -> Uploading to [2023-01-04T16:47:35.862Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-04/A97CA9966030D2A3747ED39772930CCE/81155725a5f06c8bb273014f4819830b182344da/91e25382-0207-4cc2-b16d-960cd738e193.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230104T164735Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=070581febc554fc84468013519c3e1114359999e16ff80e9483c5dfe4fcee26c [2023-01-04T16:47:35.862Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-04T16:47:35.862Z] Dload Upload Total Spent Left Speed [2023-01-04T16:47:36.122Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 530 0 0 100 530 0 2226 --:--:-- --:--:-- --:--:-- 2226 [2023-01-04T16:47:36.122Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/81155725a5f06c8bb273014f4819830b182344da [Pipeline] } [2023-01-04T16:47:36.129Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-04T16:47:36.304Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-04T16:47:36.318Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:47:36.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-04T16:47:36.614Z] [2023-01-04T16:47:36.614Z] 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-04T16:47:36.915Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-04T16:47:36.915Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-04T16:47:36.915Z] df9b9388f04a: Pulling fs layer [2023-01-04T16:47:36.915Z] 52dc419b0ee2: Pulling fs layer [2023-01-04T16:47:36.915Z] 25bc292e5bac: Pulling fs layer [2023-01-04T16:47:36.915Z] 114826534d7a: Pulling fs layer [2023-01-04T16:47:36.915Z] 4657fd5d0bcf: Pulling fs layer [2023-01-04T16:47:36.915Z] 6ad1cebc031e: Pulling fs layer [2023-01-04T16:47:36.915Z] 8a3aa393b2d8: Pulling fs layer [2023-01-04T16:47:36.915Z] 114826534d7a: Waiting [2023-01-04T16:47:36.915Z] 4657fd5d0bcf: Waiting [2023-01-04T16:47:36.915Z] 6ad1cebc031e: Waiting [2023-01-04T16:47:36.915Z] 8a3aa393b2d8: Waiting [2023-01-04T16:47:36.915Z] 25bc292e5bac: Verifying Checksum [2023-01-04T16:47:36.915Z] 25bc292e5bac: Download complete [2023-01-04T16:47:36.915Z] 52dc419b0ee2: Download complete [2023-01-04T16:47:36.915Z] 4657fd5d0bcf: Verifying Checksum [2023-01-04T16:47:36.915Z] 4657fd5d0bcf: Download complete [2023-01-04T16:47:36.915Z] df9b9388f04a: Verifying Checksum [2023-01-04T16:47:36.915Z] df9b9388f04a: Download complete [2023-01-04T16:47:37.176Z] df9b9388f04a: Pull complete [2023-01-04T16:47:37.176Z] 6ad1cebc031e: Verifying Checksum [2023-01-04T16:47:37.176Z] 6ad1cebc031e: Download complete [2023-01-04T16:47:37.176Z] 52dc419b0ee2: Pull complete [2023-01-04T16:47:37.435Z] 25bc292e5bac: Pull complete [2023-01-04T16:47:37.694Z] 114826534d7a: Download complete [2023-01-04T16:47:37.952Z] 8a3aa393b2d8: Verifying Checksum [2023-01-04T16:47:37.952Z] 8a3aa393b2d8: Download complete [2023-01-04T16:47:41.233Z] 114826534d7a: Pull complete [2023-01-04T16:47:41.233Z] 4657fd5d0bcf: Pull complete [2023-01-04T16:47:41.490Z] 6ad1cebc031e: Pull complete [2023-01-04T16:47:44.014Z] 8a3aa393b2d8: Pull complete [2023-01-04T16:47:44.014Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-04T16:47:44.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-04T16:47:44.014Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:47:44.100Z] prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container [2023-01-04T16:47:44.134Z] $ 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-04T16:47:47.808Z] $ docker top f7eeada49f68a9dcb22df91fe0a7d8c0b3f44e3fce39637b627ecb4888908cb5 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-04T16:47:47.863Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-01-04T16:47:48.139Z] + set -o pipefail [2023-01-04T16:47:48.139Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-01-04T16:47:53.409Z] [2023-01-04T16:47:53.409Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-01-04T16:47:53.409Z] [2023-01-04T16:47:53.409Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/9617320c-07ec-49da-ae42-4943136a5212 [2023-01-04T16:47:53.409Z] [2023-01-04T16:47:53.409Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-04T16:47:53.409Z] [2023-01-04T16:47:53.409Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-04T16:47:53.409Z] [2023-01-04T16:47:53.409Z] [2023-01-04T16:47:53.409Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-04T16:47:53.409Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-04T16:47:53.409Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-04T16:47:53.688Z] $ docker stop --time=1 f7eeada49f68a9dcb22df91fe0a7d8c0b3f44e3fce39637b627ecb4888908cb5 [2023-01-04T16:47:56.935Z] $ docker rm -f --volumes f7eeada49f68a9dcb22df91fe0a7d8c0b3f44e3fce39637b627ecb4888908cb5 [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-04T16:47:57.597Z] + git log --format=format:%s -1 81155725a5f06c8bb273014f4819830b182344da [Pipeline] sh [2023-01-04T16:47:57.886Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-04T16:47:57.886Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:47:58.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-04T16:47:58.185Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:47:58.256Z] prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container [2023-01-04T16:47:58.294Z] $ 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-04T16:47:58.725Z] $ docker top 364b3d5d561dee87b27265d61a50111e166ba6c5d61bfe0469a2feabcf85873e -eo pid,comm [2023-01-04T16:47:58.769Z] 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-04T16:47:58.769Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-04T16:47:58.800Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-04T16:47:58.800Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-04T16:47:58.908Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-04T16:47:58.917Z] $ docker exec 364b3d5d561dee87b27265d61a50111e166ba6c5d61bfe0469a2feabcf85873e ssh-agent [2023-01-04T16:47:59.014Z] SSH_AUTH_SOCK=/tmp/ssh-TrGjxDx7mS4I/agent.31 [2023-01-04T16:47:59.014Z] SSH_AGENT_PID=37 [2023-01-04T16:47:59.019Z] Running ssh-add (command line suppressed) [2023-01-04T16:47:59.122Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6254171426432411651.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6254171426432411651.key) [2023-01-04T16:47:59.128Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-04T16:47:59.416Z] + git semver tag [2023-01-04T16:47:59.675Z] 2023-01-04 16:47:59,610 [run_tag] DEBUG tag force:False [2023-01-04T16:47:59.675Z] 2023-01-04 16:47:59,610 [check_head_tag] DEBUG check head tag [2023-01-04T16:47:59.675Z] 2023-01-04 16:47:59,611 [execute] INFO git cat-file --batch-check [2023-01-04T16:47:59.675Z] 2023-01-04 16:47:59,611 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-01-04T16:47:59.675Z] 2023-01-04 16:47:59,614 [execute] INFO git cat-file --batch [2023-01-04T16:47:59.675Z] 2023-01-04 16:47:59,614 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-01-04T16:47:59.675Z] 2023-01-04 16:47:59,633 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-04T16:47:59.675Z] 2023-01-04 16:47:59,634 [execute] INFO git tag -a v3.0.0-dev.4 -m v3.0.0-dev.4 [2023-01-04T16:47:59.675Z] 2023-01-04 16:47:59,634 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.4', '-m', 'v3.0.0-dev.4'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-01-04T16:47:59.675Z] 2023-01-04 16:47:59,639 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-04T16:47:59.675Z] 3.0.0-dev.4 [Pipeline] } [2023-01-04T16:47:59.692Z] $ docker exec --env ******** --env ******** 364b3d5d561dee87b27265d61a50111e166ba6c5d61bfe0469a2feabcf85873e ssh-agent -k [2023-01-04T16:47:59.795Z] unset SSH_AUTH_SOCK; [2023-01-04T16:47:59.795Z] unset SSH_AGENT_PID; [2023-01-04T16:47:59.795Z] echo Agent pid 37 killed; [2023-01-04T16:47:59.798Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-04T16:48:00.107Z] + git semver [Pipeline] } [2023-01-04T16:48:00.388Z] $ docker stop --time=1 364b3d5d561dee87b27265d61a50111e166ba6c5d61bfe0469a2feabcf85873e [2023-01-04T16:48:01.646Z] $ docker rm -f --volumes 364b3d5d561dee87b27265d61a50111e166ba6c5d61bfe0469a2feabcf85873e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:48:02.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-04T16:48:02.026Z] [2023-01-04T16:48:02.026Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:48:02.333Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-04T16:48:02.333Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-04T16:48:02.333Z] ab5ef0e58194: Pulling fs layer [2023-01-04T16:48:02.333Z] 9712f1f96733: Pulling fs layer [2023-01-04T16:48:02.333Z] 63f879dbbcfc: Pulling fs layer [2023-01-04T16:48:02.333Z] 0d9ebad4ef96: Pulling fs layer [2023-01-04T16:48:02.333Z] e9a5061849ea: Pulling fs layer [2023-01-04T16:48:02.333Z] d747dcd14b5f: Pulling fs layer [2023-01-04T16:48:02.333Z] 2de7ff778b66: Pulling fs layer [2023-01-04T16:48:02.333Z] 2de7ff778b66: Waiting [2023-01-04T16:48:02.333Z] e9a5061849ea: Waiting [2023-01-04T16:48:02.333Z] d747dcd14b5f: Waiting [2023-01-04T16:48:02.333Z] 0d9ebad4ef96: Waiting [2023-01-04T16:48:02.333Z] 9712f1f96733: Verifying Checksum [2023-01-04T16:48:02.333Z] 9712f1f96733: Download complete [2023-01-04T16:48:02.603Z] 63f879dbbcfc: Verifying Checksum [2023-01-04T16:48:02.603Z] 63f879dbbcfc: Download complete [2023-01-04T16:48:02.874Z] e9a5061849ea: Verifying Checksum [2023-01-04T16:48:02.874Z] e9a5061849ea: Download complete [2023-01-04T16:48:02.874Z] d747dcd14b5f: Verifying Checksum [2023-01-04T16:48:02.874Z] d747dcd14b5f: Download complete [2023-01-04T16:48:02.874Z] ab5ef0e58194: Verifying Checksum [2023-01-04T16:48:02.874Z] ab5ef0e58194: Download complete [2023-01-04T16:48:03.134Z] 0d9ebad4ef96: Verifying Checksum [2023-01-04T16:48:03.134Z] 0d9ebad4ef96: Download complete [2023-01-04T16:48:03.134Z] 2de7ff778b66: Verifying Checksum [2023-01-04T16:48:03.134Z] 2de7ff778b66: Download complete [2023-01-04T16:48:05.670Z] ab5ef0e58194: Pull complete [2023-01-04T16:48:05.670Z] 9712f1f96733: Pull complete [2023-01-04T16:48:06.237Z] 63f879dbbcfc: Pull complete [2023-01-04T16:48:10.425Z] 0d9ebad4ef96: Pull complete [2023-01-04T16:48:10.426Z] e9a5061849ea: Pull complete [2023-01-04T16:48:10.426Z] d747dcd14b5f: Pull complete [2023-01-04T16:48:10.995Z] 2de7ff778b66: Pull complete [2023-01-04T16:48:10.995Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-04T16:48:10.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-04T16:48:10.995Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:48:11.082Z] prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container [2023-01-04T16:48:11.119Z] $ 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-04T16:48:15.526Z] $ docker top cba7c54851450e7266831e8fa50dfb359f2deba05a6287e9c855b4b86d33d8a2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-04T16:48:15.596Z] provisioning config files... [2023-01-04T16:48:15.602Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13538880780398905713tmp [2023-01-04T16:48:15.613Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4235901433446045041tmp [2023-01-04T16:48:15.623Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config18299261315176781562tmp [Pipeline] { [Pipeline] echo [2023-01-04T16:48:15.639Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:48:15.919Z] ---> sigul-configuration.sh [2023-01-04T16:48:15.920Z] gpg: directory `/root/.gnupg' created [2023-01-04T16:48:15.920Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-04T16:48:15.920Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-04T16:48:15.920Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-04T16:48:15.920Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-04T16:48:15.920Z] gpg: CAST5 encrypted data [2023-01-04T16:48:15.920Z] gpg: encrypted with 1 passphrase [2023-01-04T16:48:15.920Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-04T16:48:16.205Z] + mkdir /home/jenkins [2023-01-04T16:48:16.205Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-04T16:48:16.487Z] + 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-04T16:48:16.496Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:48:16.783Z] ---> sigul-install.sh [2023-01-04T16:48:16.783Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-04T16:48:17.066Z] + git tag --list [2023-01-04T16:48:17.066Z] v1.0.0 [2023-01-04T16:48:17.066Z] v1.1.0 [2023-01-04T16:48:17.066Z] v1.2.0 [2023-01-04T16:48:17.066Z] v1.3.0 [2023-01-04T16:48:17.066Z] v1.3.1 [2023-01-04T16:48:17.066Z] v2.0.0 [2023-01-04T16:48:17.066Z] v2.0.1 [2023-01-04T16:48:17.066Z] v2.1.0 [2023-01-04T16:48:17.066Z] v2.1.1 [2023-01-04T16:48:17.066Z] v2.1.1-dev.1 [2023-01-04T16:48:17.066Z] v2.1.1-dev.2 [2023-01-04T16:48:17.066Z] v2.2.0 [2023-01-04T16:48:17.066Z] v2.2.1-dev.1 [2023-01-04T16:48:17.066Z] v2.2.1-dev.10 [2023-01-04T16:48:17.066Z] v2.2.1-dev.2 [2023-01-04T16:48:17.066Z] v2.2.1-dev.3 [2023-01-04T16:48:17.066Z] v2.2.1-dev.4 [2023-01-04T16:48:17.066Z] v2.2.1-dev.5 [2023-01-04T16:48:17.066Z] v2.2.1-dev.6 [2023-01-04T16:48:17.066Z] v2.2.1-dev.7 [2023-01-04T16:48:17.066Z] v2.2.1-dev.8 [2023-01-04T16:48:17.066Z] v2.2.1-dev.9 [2023-01-04T16:48:17.066Z] v2.3.0 [2023-01-04T16:48:17.066Z] v2.3.0-dev.10 [2023-01-04T16:48:17.066Z] v2.3.0-dev.11 [2023-01-04T16:48:17.066Z] v2.3.0-dev.12 [2023-01-04T16:48:17.066Z] v2.3.0-dev.13 [2023-01-04T16:48:17.066Z] v2.3.0-dev.14 [2023-01-04T16:48:17.066Z] v2.3.0-dev.15 [2023-01-04T16:48:17.066Z] v2.3.0-dev.16 [2023-01-04T16:48:17.066Z] v2.3.0-dev.17 [2023-01-04T16:48:17.066Z] v2.3.0-dev.18 [2023-01-04T16:48:17.066Z] v2.3.0-dev.19 [2023-01-04T16:48:17.066Z] v2.3.0-dev.20 [2023-01-04T16:48:17.066Z] v2.3.0-dev.21 [2023-01-04T16:48:17.066Z] v2.3.0-dev.22 [2023-01-04T16:48:17.066Z] v2.3.0-dev.23 [2023-01-04T16:48:17.066Z] v2.3.0-dev.24 [2023-01-04T16:48:17.066Z] v2.3.0-dev.25 [2023-01-04T16:48:17.066Z] v2.3.0-dev.26 [2023-01-04T16:48:17.066Z] v2.3.0-dev.27 [2023-01-04T16:48:17.066Z] v2.3.0-dev.28 [2023-01-04T16:48:17.066Z] v2.3.0-dev.29 [2023-01-04T16:48:17.066Z] v2.3.0-dev.30 [2023-01-04T16:48:17.066Z] v2.3.0-dev.31 [2023-01-04T16:48:17.066Z] v2.3.0-dev.32 [2023-01-04T16:48:17.066Z] v2.3.0-dev.33 [2023-01-04T16:48:17.066Z] v2.3.0-dev.34 [2023-01-04T16:48:17.066Z] v2.3.0-dev.35 [2023-01-04T16:48:17.066Z] v2.3.0-dev.36 [2023-01-04T16:48:17.066Z] v2.3.0-dev.37 [2023-01-04T16:48:17.066Z] v3.0.0-dev.1 [2023-01-04T16:48:17.066Z] v3.0.0-dev.2 [2023-01-04T16:48:17.066Z] v3.0.0-dev.3 [2023-01-04T16:48:17.066Z] v3.0.0-dev.4 [Pipeline] sh [2023-01-04T16:48:17.356Z] + lftools sign git-tag v3.0.0-dev.4 [2023-01-04T16:48:17.928Z] Signing Git tag with Sigul... [2023-01-04T16:48:17.928Z] Signing v3.0.0-dev.4 [Pipeline] echo [2023-01-04T16:48:18.196Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:48:18.486Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-04T16:48:18.492Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-04T16:48:18.518Z] $ docker stop --time=1 cba7c54851450e7266831e8fa50dfb359f2deba05a6287e9c855b4b86d33d8a2 [2023-01-04T16:48:19.780Z] $ docker rm -f --volumes cba7c54851450e7266831e8fa50dfb359f2deba05a6287e9c855b4b86d33d8a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-04T16:48:20.186Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-04T16:48:20.186Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:48:20.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-04T16:48:20.491Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:48:20.562Z] prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container [2023-01-04T16:48:20.597Z] $ 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-04T16:48:20.926Z] $ docker top f9ee2cb15c1895320b282dec8fd40925ac023ce9700406c1a5916aefaacd0397 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-04T16:48:21.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-04T16:48:21.010Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-04T16:48:21.121Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-04T16:48:21.131Z] $ docker exec f9ee2cb15c1895320b282dec8fd40925ac023ce9700406c1a5916aefaacd0397 ssh-agent [2023-01-04T16:48:21.222Z] SSH_AUTH_SOCK=/tmp/ssh-CmPUCROenkV2/agent.32 [2023-01-04T16:48:21.222Z] SSH_AGENT_PID=38 [2023-01-04T16:48:21.228Z] Running ssh-add (command line suppressed) [2023-01-04T16:48:21.343Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14902673186717652193.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14902673186717652193.key) [2023-01-04T16:48:21.351Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-04T16:48:21.642Z] + git semver bump pre [2023-01-04T16:48:21.906Z] 2023-01-04 16:48:21,831 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-04T16:48:21.906Z] 2023-01-04 16:48:21,832 [bump_version] DEBUG bumping version:3.0.0-dev.4 on axis:pre with prefix:dev [2023-01-04T16:48:21.906Z] 2023-01-04 16:48:21,832 [bump_version] DEBUG bumped version:3.0.0-dev.5 [2023-01-04T16:48:21.906Z] 2023-01-04 16:48:21,832 [write_version] DEBUG write version:3.0.0-dev.5 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2023-01-04T16:48:21.906Z] 2023-01-04 16:48:21,832 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-04T16:48:21.906Z] 2023-01-04 16:48:21,832 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-04T16:48:21.906Z] 2023-01-04 16:48:21,836 [execute] INFO git cat-file --batch-check [2023-01-04T16:48:21.906Z] 2023-01-04 16:48:21,836 [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-04T16:48:21.906Z] 2023-01-04 16:48:21,842 [execute] INFO git cat-file --batch [2023-01-04T16:48:21.906Z] 2023-01-04 16:48:21,843 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-04T16:48:21.906Z] 2023-01-04 16:48:21,849 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-04T16:48:21.906Z] 3.0.0-dev.5 [Pipeline] } [2023-01-04T16:48:21.924Z] $ docker exec --env ******** --env ******** f9ee2cb15c1895320b282dec8fd40925ac023ce9700406c1a5916aefaacd0397 ssh-agent -k [2023-01-04T16:48:22.019Z] unset SSH_AUTH_SOCK; [2023-01-04T16:48:22.020Z] unset SSH_AGENT_PID; [2023-01-04T16:48:22.020Z] echo Agent pid 38 killed; [2023-01-04T16:48:22.020Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-04T16:48:22.326Z] + git semver [Pipeline] } [2023-01-04T16:48:22.605Z] $ docker stop --time=1 f9ee2cb15c1895320b282dec8fd40925ac023ce9700406c1a5916aefaacd0397 [2023-01-04T16:48:23.890Z] $ docker rm -f --volumes f9ee2cb15c1895320b282dec8fd40925ac023ce9700406c1a5916aefaacd0397 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-04T16:48:24.221Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-04T16:48:24.221Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:48:24.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-04T16:48:24.520Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:48:24.588Z] prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container [2023-01-04T16:48:24.622Z] $ 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-04T16:48:24.927Z] $ docker top 860574934ab2ff2262690d21fe92ca791f02fd5b722c0af50f52f0b894e4d1dc -eo pid,comm [2023-01-04T16:48:24.966Z] 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-04T16:48:24.966Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-04T16:48:25.009Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-04T16:48:25.009Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-04T16:48:25.127Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-04T16:48:25.137Z] $ docker exec 860574934ab2ff2262690d21fe92ca791f02fd5b722c0af50f52f0b894e4d1dc ssh-agent [2023-01-04T16:48:25.239Z] SSH_AUTH_SOCK=/tmp/ssh-L2AXAttrGbfw/agent.31 [2023-01-04T16:48:25.239Z] SSH_AGENT_PID=37 [2023-01-04T16:48:25.244Z] Running ssh-add (command line suppressed) [2023-01-04T16:48:25.356Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3397529368152627540.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3397529368152627540.key) [2023-01-04T16:48:25.360Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-04T16:48:25.646Z] + git semver push [2023-01-04T16:48:25.905Z] 2023-01-04 16:48:25,829 [run_push] DEBUG push [2023-01-04T16:48:25.905Z] 2023-01-04 16:48:25,829 [execute] INFO git cat-file --batch-check [2023-01-04T16:48:25.905Z] 2023-01-04 16:48:25,830 [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-04T16:48:25.905Z] 2023-01-04 16:48:25,833 [execute] INFO git rev-list c55c3e569348243af95ba539634b1cd2e660ce7e -- [2023-01-04T16:48:25.905Z] 2023-01-04 16:48:25,833 [execute] DEBUG Popen(['git', 'rev-list', 'c55c3e569348243af95ba539634b1cd2e660ce7e', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-04T16:48:25.905Z] 2023-01-04 16:48:25,842 [execute] INFO git fetch -v origin [2023-01-04T16:48:25.905Z] 2023-01-04 16:48:25,843 [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-04T16:48:26.473Z] 2023-01-04 16:48:26,373 [run_push] DEBUG no remote changes detected [2023-01-04T16:48:26.473Z] 2023-01-04 16:48:26,373 [execute] INFO git push origin semver [2023-01-04T16:48:26.473Z] 2023-01-04 16:48:26,374 [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-04T16:48:27.852Z] 2023-01-04 16:48:27,430 [run_push] DEBUG push all version tags [2023-01-04T16:48:27.852Z] 2023-01-04 16:48:27,430 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-04T16:48:27.852Z] 2023-01-04 16:48:27,430 [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-04T16:48:28.419Z] 2023-01-04 16:48:28,406 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-04T16:48:28.419Z] 3.0.0-dev.5 [Pipeline] } [2023-01-04T16:48:28.437Z] $ docker exec --env ******** --env ******** 860574934ab2ff2262690d21fe92ca791f02fd5b722c0af50f52f0b894e4d1dc ssh-agent -k [2023-01-04T16:48:28.538Z] unset SSH_AUTH_SOCK; [2023-01-04T16:48:28.538Z] unset SSH_AGENT_PID; [2023-01-04T16:48:28.538Z] echo Agent pid 37 killed; [2023-01-04T16:48:28.545Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-04T16:48:28.851Z] + git semver [Pipeline] } [2023-01-04T16:48:29.130Z] $ docker stop --time=1 860574934ab2ff2262690d21fe92ca791f02fd5b722c0af50f52f0b894e4d1dc [2023-01-04T16:48:30.405Z] $ docker rm -f --volumes 860574934ab2ff2262690d21fe92ca791f02fd5b722c0af50f52f0b894e4d1dc [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-04T16:48:30.949Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-01-04T16:48:30.949Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-01-04T16:48:30.949Z] total 16 [2023-01-04T16:48:30.949Z] drwxr-xr-x 3 root root 4096 Jan 4 16:38 . [2023-01-04T16:48:30.949Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 4 16:48 .. [2023-01-04T16:48:30.949Z] drwxr-xr-x 2 root root 4096 Jan 4 16:38 cost [2023-01-04T16:48:30.949Z] -rw-r--r-- 1 root root 96 Jan 4 16:38 cost.csv [2023-01-04T16:48:30.949Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-01-04T16:48:30.949Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-01-04T16:48:30.949Z] total 16 [2023-01-04T16:48:30.949Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 4 16:38 . [2023-01-04T16:48:30.949Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 4 16:48 .. [2023-01-04T16:48:30.949Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 4 16:38 cost [2023-01-04T16:48:30.949Z] -rw-r--r-- 1 jenkins jenkins 96 Jan 4 16:38 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:48:31.237Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:48:32.096Z] ---> package-listing.sh [2023-01-04T16:48:32.096Z] ++ facter osfamily [2023-01-04T16:48:32.096Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-04T16:48:32.355Z] + OS_FAMILY=debian [2023-01-04T16:48:32.355Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-01-04T16:48:32.355Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-04T16:48:32.355Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-04T16:48:32.355Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-04T16:48:32.355Z] + PACKAGES=/tmp/packages_start.txt [2023-01-04T16:48:32.355Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-01-04T16:48:32.355Z] + PACKAGES=/tmp/packages_end.txt [2023-01-04T16:48:32.355Z] + case "${OS_FAMILY}" in [2023-01-04T16:48:32.355Z] + dpkg -l [2023-01-04T16:48:32.355Z] + grep '^ii' [2023-01-04T16:48:32.355Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-04T16:48:32.355Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-04T16:48:32.355Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-04T16:48:32.355Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-01-04T16:48:32.355Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-01-04T16:48:32.355Z] + 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-04T16:48:32.366Z] 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-04T16:48:32.640Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T16:48:33.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-04T16:48:33.193Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T16:48:33.256Z] prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container [2023-01-04T16:48:33.290Z] $ 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-04T16:48:33.515Z] $ docker top 0250ea982fcd96f6ec83dd6fef39c049b209c72a7a4d76ad4162b4a2ad05d52b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-04T16:48:33.845Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-04T16:48:34.129Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-04T16:48:34.412Z] + ls /var/log/sa-host [2023-01-04T16:48:34.412Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-04T16:48:34.547Z] provisioning config files... [2023-01-04T16:48:34.555Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2658462842134247413tmp [Pipeline] { [Pipeline] echo [2023-01-04T16:48:34.566Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:48:34.847Z] ---> create-netrc.sh [Pipeline] } [2023-01-04T16:48:34.855Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:48:35.212Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-04T16:48:35.259Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:48:35.616Z] ---> sudo-logs.sh [2023-01-04T16:48:35.616Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-04T16:48:35.669Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:48:35.957Z] ---> job-cost.sh [2023-01-04T16:48:35.957Z] lf-activate-venv: SKIPPING [2023-01-04T16:48:35.957Z] DEBUG: total: 0.2199999988079071 [2023-01-04T16:48:35.957Z] INFO: Retrieving Stack Cost... [2023-01-04T16:48:36.216Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-04T16:48:36.786Z] INFO: Archiving Costs [Pipeline] echo [2023-01-04T16:48:36.801Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T16:48:37.087Z] ---> logs-deploy.sh [2023-01-04T16:48:37.087Z] lf-activate-venv: SKIPPING [2023-01-04T16:48:37.087Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/121 [2023-01-04T16:48:37.087Z] INFO: archiving workspace using pattern(s): [2023-01-04T16:48:38.026Z] Archives upload complete. [2023-01-04T16:48:38.287Z] INFO: archiving logs to Nexus [2023-01-04T16:48:38.857Z] ---> uname -a: [2023-01-04T16:48:38.857Z] Linux prd-ubuntu20-04-docker-8c-8g-1110 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-04T16:48:38.857Z] [2023-01-04T16:48:38.857Z] [2023-01-04T16:48:38.857Z] ---> lscpu: [2023-01-04T16:48:38.857Z] Architecture: x86_64 [2023-01-04T16:48:38.857Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-04T16:48:38.857Z] Byte Order: Little Endian [2023-01-04T16:48:38.857Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-04T16:48:38.857Z] CPU(s): 8 [2023-01-04T16:48:38.857Z] On-line CPU(s) list: 0-7 [2023-01-04T16:48:38.857Z] Thread(s) per core: 1 [2023-01-04T16:48:38.857Z] Core(s) per socket: 1 [2023-01-04T16:48:38.857Z] Socket(s): 8 [2023-01-04T16:48:38.857Z] NUMA node(s): 1 [2023-01-04T16:48:38.857Z] Vendor ID: AuthenticAMD [2023-01-04T16:48:38.857Z] CPU family: 23 [2023-01-04T16:48:38.857Z] Model: 49 [2023-01-04T16:48:38.857Z] Model name: AMD EPYC-Rome Processor [2023-01-04T16:48:38.857Z] Stepping: 0 [2023-01-04T16:48:38.857Z] CPU MHz: 2799.998 [2023-01-04T16:48:38.857Z] BogoMIPS: 5599.99 [2023-01-04T16:48:38.857Z] Virtualization: AMD-V [2023-01-04T16:48:38.857Z] Hypervisor vendor: KVM [2023-01-04T16:48:38.857Z] Virtualization type: full [2023-01-04T16:48:38.857Z] L1d cache: 256 KiB [2023-01-04T16:48:38.857Z] L1i cache: 256 KiB [2023-01-04T16:48:38.857Z] L2 cache: 4 MiB [2023-01-04T16:48:38.857Z] L3 cache: 128 MiB [2023-01-04T16:48:38.857Z] NUMA node0 CPU(s): 0-7 [2023-01-04T16:48:38.857Z] Vulnerability Itlb multihit: Not affected [2023-01-04T16:48:38.857Z] Vulnerability L1tf: Not affected [2023-01-04T16:48:38.857Z] Vulnerability Mds: Not affected [2023-01-04T16:48:38.857Z] Vulnerability Meltdown: Not affected [2023-01-04T16:48:38.857Z] Vulnerability Mmio stale data: Not affected [2023-01-04T16:48:38.857Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-04T16:48:38.857Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-04T16:48:38.857Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-04T16:48:38.857Z] Vulnerability Srbds: Not affected [2023-01-04T16:48:38.857Z] Vulnerability Tsx async abort: Not affected [2023-01-04T16:48:38.857Z] 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-04T16:48:38.857Z] [2023-01-04T16:48:38.857Z] [2023-01-04T16:48:38.857Z] ---> nproc: [2023-01-04T16:48:38.857Z] 8 [2023-01-04T16:48:38.857Z] [2023-01-04T16:48:38.857Z] [2023-01-04T16:48:38.857Z] ---> df -h: [2023-01-04T16:48:38.857Z] Filesystem Size Used Avail Use% Mounted on [2023-01-04T16:48:38.857Z] overlay 155G 13G 143G 9% / [2023-01-04T16:48:38.857Z] tmpfs 64M 0 64M 0% /dev [2023-01-04T16:48:38.857Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-04T16:48:38.857Z] shm 64M 0 64M 0% /dev/shm [2023-01-04T16:48:38.857Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-01-04T16:48:38.857Z] [2023-01-04T16:48:38.857Z] [2023-01-04T16:48:38.857Z] ---> sar -b -r -n DEV: [2023-01-04T16:48:38.857Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1110) 01/04/23 _x86_64_ (8 CPU) [2023-01-04T16:48:38.857Z] [2023-01-04T16:48:38.857Z] 16:35:31 LINUX RESTART (8 CPU) [2023-01-04T16:48:38.857Z] [2023-01-04T16:48:38.857Z] 16:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-01-04T16:48:38.857Z] 16:37:01 210.38 15.75 194.63 0.00 1938.48 76106.38 0.00 [2023-01-04T16:48:38.857Z] 16:38:01 154.62 0.20 154.42 0.00 13.46 28335.94 0.00 [2023-01-04T16:48:38.857Z] 16:39:01 37.91 0.10 37.81 0.00 10.40 16851.87 0.00 [2023-01-04T16:48:38.857Z] 16:40:01 2.00 0.00 2.00 0.00 0.00 22.26 0.00 [2023-01-04T16:48:38.857Z] 16:41:01 51.47 10.56 40.90 0.00 5153.88 8632.46 0.00 [2023-01-04T16:48:38.857Z] 16:42:01 6.28 0.02 6.27 0.00 0.13 127.31 0.00 [2023-01-04T16:48:38.857Z] 16:43:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 [2023-01-04T16:48:38.857Z] 16:44:01 1.97 0.00 1.97 0.00 0.00 21.60 0.00 [2023-01-04T16:48:38.857Z] 16:45:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 [2023-01-04T16:48:38.857Z] 16:46:01 2.23 0.00 2.23 0.00 0.00 24.93 0.00 [2023-01-04T16:48:38.857Z] 16:47:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 [2023-01-04T16:48:38.857Z] 16:48:01 66.64 0.33 66.31 0.00 14.13 41173.27 0.00 [2023-01-04T16:48:38.857Z] Average: 44.79 2.25 42.54 0.00 594.27 14278.31 0.00 [2023-01-04T16:48:38.857Z] [2023-01-04T16:48:38.857Z] 16:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-01-04T16:48:38.857Z] 16:37:01 28580660 31597040 709440 2.16 136708 3101636 1758216 5.18 1044624 2835300 92 [2023-01-04T16:48:38.857Z] 16:38:01 28301796 31568852 733132 2.23 141712 3332044 1944596 5.73 1192480 2944716 392 [2023-01-04T16:48:38.857Z] 16:39:01 27803228 31577840 722360 2.20 150340 3781204 1760676 5.19 1201460 3380544 12 [2023-01-04T16:48:38.857Z] 16:40:01 27803516 31578356 721556 2.19 150416 3781208 1760676 5.19 1201220 3380548 4 [2023-01-04T16:48:38.857Z] 16:41:01 27288104 31565180 717336 2.18 183624 4235572 1782764 5.25 1515372 3546576 1016 [2023-01-04T16:48:38.857Z] 16:42:01 27296348 31568500 715248 2.18 182172 4232312 1773048 5.23 1512868 3543308 92 [2023-01-04T16:48:38.857Z] 16:43:01 27299568 31571712 712064 2.17 182240 4232308 1773048 5.23 1509712 3543316 8 [2023-01-04T16:48:38.857Z] 16:44:01 27300380 31572604 711100 2.16 182308 4232316 1773048 5.23 1509768 3543320 12 [2023-01-04T16:48:38.857Z] 16:45:01 27300548 31572852 711000 2.16 182392 4232320 1773048 5.23 1509936 3543320 8 [2023-01-04T16:48:38.857Z] 16:46:01 27300108 31572504 711368 2.16 182480 4232328 1773048 5.23 1510108 3543320 8 [2023-01-04T16:48:38.857Z] 16:47:01 27300004 31572492 711364 2.16 182524 4232328 1773048 5.23 1510152 3543336 12 [2023-01-04T16:48:38.857Z] 16:48:01 26474656 31524824 752944 2.29 201344 4936672 1974272 5.82 1612820 4205564 932 [2023-01-04T16:48:38.857Z] Average: 27504076 31570230 719076 2.19 171522 4046854 1801624 5.31 1402543 3462764 216 [2023-01-04T16:48:38.857Z] [2023-01-04T16:48:38.857Z] 16:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-01-04T16:48:38.857Z] 16:37:01 lo 6.40 6.40 0.62 0.62 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.857Z] 16:37:01 ens3 529.43 386.02 7666.30 75.69 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.857Z] 16:37:01 docker0 156.44 194.63 12.87 1803.11 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.857Z] 16:38:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:38:01 ens3 41.53 27.75 158.65 13.22 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:38:01 docker0 3.50 7.40 0.22 84.18 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:39:01 lo 7.20 7.20 0.71 0.71 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:39:01 ens3 178.35 149.61 2563.95 309.85 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:40:01 ens3 0.58 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:41:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:41:01 ens3 99.15 54.40 2746.00 4.33 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:42:01 ens3 0.30 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:43:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:44:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:45:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:46:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:47:01 ens3 0.10 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:48:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:48:01 ens3 220.10 132.73 4683.21 22.57 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:48:01 docker0 36.43 62.44 3.27 690.21 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] 16:48:01 vethf3f9526 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] Average: lo 1.44 1.44 0.14 0.14 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] Average: ens3 89.17 62.60 1484.88 35.48 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] Average: docker0 16.36 22.04 1.36 214.79 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] Average: vethf3f9526 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-04T16:48:38.858Z] [2023-01-04T16:48:38.858Z] [2023-01-04T16:48:38.858Z] ---> sar -P ALL: [2023-01-04T16:48:38.858Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1110) 01/04/23 _x86_64_ (8 CPU) [2023-01-04T16:48:38.858Z] [2023-01-04T16:48:38.858Z] 16:35:31 LINUX RESTART (8 CPU) [2023-01-04T16:48:38.858Z] [2023-01-04T16:48:38.858Z] 16:36:01 CPU %user %nice %system %iowait %steal %idle [2023-01-04T16:48:38.858Z] 16:37:01 all 10.98 0.00 4.63 3.18 0.06 81.15 [2023-01-04T16:48:38.858Z] 16:37:01 0 10.44 0.00 4.17 0.17 0.07 85.15 [2023-01-04T16:48:38.858Z] 16:37:01 1 10.49 0.00 3.43 1.83 0.07 84.18 [2023-01-04T16:48:38.858Z] 16:37:01 2 9.68 0.00 4.30 2.38 0.05 83.58 [2023-01-04T16:48:38.858Z] 16:37:01 3 12.43 0.00 4.98 2.89 0.05 79.65 [2023-01-04T16:48:38.858Z] 16:37:01 4 12.47 0.00 5.09 9.76 0.05 72.63 [2023-01-04T16:48:38.858Z] 16:37:01 5 10.77 0.00 5.19 7.05 0.07 76.91 [2023-01-04T16:48:38.858Z] 16:37:01 6 10.89 0.00 4.28 0.54 0.05 84.24 [2023-01-04T16:48:38.858Z] 16:37:01 7 10.64 0.00 5.59 0.87 0.10 82.81 [2023-01-04T16:48:38.858Z] 16:38:01 all 44.01 0.00 6.63 1.35 0.09 47.92 [2023-01-04T16:48:38.858Z] 16:38:01 0 43.70 0.00 7.16 0.22 0.08 48.84 [2023-01-04T16:48:38.858Z] 16:38:01 1 42.62 0.00 7.01 1.93 0.08 48.36 [2023-01-04T16:48:38.858Z] 16:38:01 2 43.30 0.00 5.92 0.37 0.08 50.32 [2023-01-04T16:48:38.858Z] 16:38:01 3 45.12 0.00 6.41 0.02 0.08 48.36 [2023-01-04T16:48:38.858Z] 16:38:01 4 43.02 0.00 6.78 3.38 0.10 46.71 [2023-01-04T16:48:38.858Z] 16:38:01 5 44.70 0.00 6.11 0.14 0.08 48.97 [2023-01-04T16:48:38.858Z] 16:38:01 6 43.81 0.00 6.80 4.07 0.10 45.22 [2023-01-04T16:48:38.858Z] 16:38:01 7 45.82 0.00 6.83 0.66 0.12 46.58 [2023-01-04T16:48:38.858Z] 16:39:01 all 3.59 0.00 1.40 0.50 0.02 94.49 [2023-01-04T16:48:38.858Z] 16:39:01 0 4.06 0.00 1.30 0.02 0.02 94.60 [2023-01-04T16:48:38.858Z] 16:39:01 1 2.79 0.00 1.60 2.71 0.02 92.88 [2023-01-04T16:48:38.858Z] 16:39:01 2 3.53 0.00 1.60 0.03 0.02 94.82 [2023-01-04T16:48:38.858Z] 16:39:01 3 2.70 0.00 1.61 0.02 0.02 95.66 [2023-01-04T16:48:38.858Z] 16:39:01 4 3.77 0.00 0.84 0.10 0.02 95.27 [2023-01-04T16:48:38.858Z] 16:39:01 5 4.95 0.00 1.34 0.07 0.03 93.60 [2023-01-04T16:48:38.858Z] 16:39:01 6 3.68 0.00 1.44 0.94 0.02 93.92 [2023-01-04T16:48:38.858Z] 16:39:01 7 3.19 0.00 1.48 0.15 0.05 95.14 [2023-01-04T16:48:38.858Z] 16:40:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2023-01-04T16:48:38.858Z] 16:40:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2023-01-04T16:48:38.858Z] 16:40:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-04T16:48:38.858Z] 16:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-04T16:48:38.858Z] 16:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-04T16:48:38.858Z] 16:40:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-04T16:48:38.858Z] 16:40:01 5 1.97 0.00 0.00 0.00 0.02 98.01 [2023-01-04T16:48:38.858Z] 16:40:01 6 0.02 0.00 0.02 0.03 0.00 99.93 [2023-01-04T16:48:38.858Z] 16:40:01 7 0.03 0.00 0.05 0.00 0.02 99.90 [2023-01-04T16:48:38.858Z] 16:41:01 all 2.08 0.00 1.28 0.55 0.02 96.07 [2023-01-04T16:48:38.858Z] 16:41:01 0 2.24 0.00 1.13 0.37 0.02 96.25 [2023-01-04T16:48:38.858Z] 16:41:01 1 2.46 0.00 0.63 0.15 0.02 96.74 [2023-01-04T16:48:38.858Z] 16:41:01 2 1.82 0.00 1.38 0.60 0.02 96.18 [2023-01-04T16:48:38.858Z] 16:41:01 3 2.00 0.00 1.42 0.27 0.02 96.30 [2023-01-04T16:48:38.858Z] 16:41:01 4 2.82 0.00 0.80 0.10 0.02 96.26 [2023-01-04T16:48:38.858Z] 16:41:01 5 1.85 0.00 1.67 0.53 0.02 95.94 [2023-01-04T16:48:38.858Z] 16:41:01 6 1.52 0.00 2.02 1.60 0.02 94.84 [2023-01-04T16:48:38.858Z] 16:41:01 7 1.91 0.00 1.22 0.75 0.03 96.08 [2023-01-04T16:48:38.858Z] 16:42:01 all 0.34 0.00 0.06 0.01 0.01 99.57 [2023-01-04T16:48:38.858Z] 16:42:01 0 0.10 0.00 0.07 0.02 0.02 99.80 [2023-01-04T16:48:38.858Z] 16:42:01 1 2.07 0.00 0.05 0.00 0.00 97.88 [2023-01-04T16:48:38.858Z] 16:42:01 2 0.22 0.00 0.12 0.00 0.00 99.67 [2023-01-04T16:48:38.858Z] 16:42:01 3 0.07 0.00 0.05 0.02 0.02 99.85 [2023-01-04T16:48:38.858Z] 16:42:01 4 0.05 0.00 0.05 0.02 0.03 99.85 [2023-01-04T16:48:38.858Z] 16:42:01 5 0.03 0.00 0.05 0.00 0.00 99.92 [2023-01-04T16:48:38.858Z] 16:42:01 6 0.07 0.00 0.08 0.07 0.00 99.78 [2023-01-04T16:48:38.858Z] 16:42:01 7 0.10 0.00 0.03 0.00 0.02 99.85 [2023-01-04T16:48:38.858Z] 16:43:01 all 0.18 0.00 0.01 0.00 0.01 99.80 [2023-01-04T16:48:38.858Z] 16:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-04T16:48:38.858Z] 16:43:01 1 1.29 0.00 0.03 0.00 0.02 98.66 [2023-01-04T16:48:38.858Z] 16:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-04T16:48:38.858Z] 16:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-04T16:48:38.858Z] 16:43:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2023-01-04T16:48:38.858Z] 16:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-04T16:48:38.858Z] 16:43:01 6 0.02 0.00 0.00 0.03 0.00 99.95 [2023-01-04T16:48:38.858Z] 16:43:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-04T16:48:38.858Z] 16:44:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2023-01-04T16:48:38.858Z] 16:44:01 0 0.15 0.00 0.00 0.02 0.02 99.82 [2023-01-04T16:48:38.858Z] 16:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-04T16:48:38.858Z] 16:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-04T16:48:38.858Z] 16:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-04T16:48:38.858Z] 16:44:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2023-01-04T16:48:38.858Z] 16:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-04T16:48:38.858Z] 16:44:01 6 0.02 0.00 0.02 0.03 0.00 99.93 [2023-01-04T16:48:38.858Z] 16:44:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2023-01-04T16:48:38.858Z] 16:45:01 all 0.05 0.00 0.00 0.00 0.00 99.94 [2023-01-04T16:48:38.858Z] 16:45:01 0 0.22 0.00 0.02 0.00 0.00 99.77 [2023-01-04T16:48:38.858Z] 16:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-04T16:48:38.858Z] 16:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-04T16:48:38.858Z] 16:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-04T16:48:38.858Z] 16:45:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2023-01-04T16:48:38.858Z] 16:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-04T16:48:38.858Z] 16:45:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2023-01-04T16:48:38.858Z] 16:45:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2023-01-04T16:48:38.858Z] 16:46:01 all 0.17 0.00 0.01 0.02 0.01 99.79 [2023-01-04T16:48:38.858Z] 16:46:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2023-01-04T16:48:38.858Z] 16:46:01 1 1.21 0.00 0.00 0.00 0.02 98.78 [2023-01-04T16:48:38.858Z] 16:46:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-04T16:48:38.858Z] 16:46:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-04T16:48:38.858Z] 16:46:01 4 0.03 0.00 0.05 0.02 0.03 99.87 [2023-01-04T16:48:38.858Z] 16:46:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-04T16:48:38.858Z] 16:46:01 6 0.00 0.00 0.00 0.07 0.00 99.93 [2023-01-04T16:48:38.858Z] 16:46:01 7 0.08 0.00 0.05 0.00 0.02 99.85 [2023-01-04T16:48:38.858Z] 16:47:01 all 0.09 0.00 0.01 0.00 0.00 99.89 [2023-01-04T16:48:38.858Z] 16:47:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-04T16:48:38.858Z] 16:47:01 1 0.55 0.00 0.03 0.00 0.00 99.42 [2023-01-04T16:48:38.858Z] 16:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-04T16:48:38.858Z] 16:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-04T16:48:38.858Z] 16:47:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2023-01-04T16:48:38.858Z] 16:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-04T16:48:38.858Z] 16:47:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-01-04T16:48:38.858Z] 16:47:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2023-01-04T16:48:38.858Z] [2023-01-04T16:48:38.858Z] 16:47:01 CPU %user %nice %system %iowait %steal %idle [2023-01-04T16:48:38.858Z] 16:48:01 all 4.36 0.00 1.86 1.53 0.03 92.23 [2023-01-04T16:48:38.858Z] 16:48:01 0 5.30 0.00 1.79 0.12 0.02 92.78 [2023-01-04T16:48:38.858Z] 16:48:01 1 3.83 0.00 1.72 0.00 0.03 94.41 [2023-01-04T16:48:38.858Z] 16:48:01 2 4.72 0.00 2.38 0.17 0.03 92.70 [2023-01-04T16:48:38.858Z] 16:48:01 3 3.96 0.00 1.41 0.02 0.02 94.60 [2023-01-04T16:48:38.858Z] 16:48:01 4 3.50 0.00 2.04 8.83 0.03 85.59 [2023-01-04T16:48:38.858Z] 16:48:01 5 4.44 0.00 1.37 1.20 0.02 92.97 [2023-01-04T16:48:38.858Z] 16:48:01 6 4.12 0.00 2.23 1.86 0.03 91.75 [2023-01-04T16:48:38.859Z] 16:48:01 7 5.00 0.00 1.90 0.00 0.05 93.05 [2023-01-04T16:48:38.859Z] Average: all 5.46 0.00 1.32 0.59 0.02 92.61 [2023-01-04T16:48:38.859Z] Average: 0 5.49 0.00 1.30 0.08 0.02 93.11 [2023-01-04T16:48:38.859Z] Average: 1 5.56 0.00 1.20 0.55 0.02 92.67 [2023-01-04T16:48:38.859Z] Average: 2 5.22 0.00 1.30 0.30 0.02 93.16 [2023-01-04T16:48:38.859Z] Average: 3 5.48 0.00 1.32 0.27 0.02 92.92 [2023-01-04T16:48:38.859Z] Average: 4 5.43 0.00 1.30 1.84 0.03 91.40 [2023-01-04T16:48:38.859Z] Average: 5 5.68 0.00 1.30 0.74 0.02 92.26 [2023-01-04T16:48:38.859Z] Average: 6 5.30 0.00 1.40 0.77 0.02 92.51 [2023-01-04T16:48:38.859Z] Average: 7 5.53 0.00 1.42 0.20 0.03 92.82 [2023-01-04T16:48:38.859Z] [2023-01-04T16:48:38.859Z] [2023-01-04T16:48:38.859Z]