Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0f293f13f47d7806d287045c82fd6425cbb8076b 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-ssh10354139550235008493.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh18086472416201916512.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh6327067136671556442.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh16155850130136574637.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-ssh408763382042575912.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > 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 ‘prd-ubuntu20.04-docker-8c-8g-22222’ is offline Running on prd-ubuntu20.04-docker-8c-8g-22224 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 0f293f13f47d7806d287045c82fd6425cbb8076b (main) > 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 0f293f13f47d7806d287045c82fd6425cbb8076b # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#457)" > git rev-list --no-walk 881dece654975b2e3498d96629ab969f556195f8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-09T15:56:57.858Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-09T15:56:57.924Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-09T15:56:57.943Z] ========================================================= [2022-08-09T15:56:57.943Z] EdgeX Global Pipelines Version Info [2022-08-09T15:56:57.943Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-09T15:56:58.735Z] ------------------- [2022-08-09T15:56:58.735Z] stable info: [2022-08-09T15:56:58.735Z] ------------------- [2022-08-09T15:56:58.735Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-09T15:56:58.735Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-09T15:56:58.735Z] Message: update stable to v1.0.238 [2022-08-09T15:56:59.308Z] ------------------- [2022-08-09T15:56:59.308Z] experimental info: [2022-08-09T15:56:59.308Z] ------------------- [2022-08-09T15:56:59.308Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-09T15:56:59.308Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-09T15:56:59.308Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-09T15:56:59.565Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-08-09T15:56:59.574Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-08-09T15:56:59.584Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-09T15:56:59.598Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-09T15:56:59.609Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-09T15:56:59.624Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-09T15:56:59.638Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-09T15:56:59.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-09T15:56:59.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-09T15:56:59.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-09T15:56:59.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-09T15:56:59.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-08-09T15:56:59.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-09T15:56:59.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-09T15:56:59.725Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-09T15:56:59.744Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-09T15:56:59.762Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-09T15:56:59.776Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-09T15:56:59.787Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-09T15:56:59.798Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-09T15:56:59.813Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-08-09T15:56:59.827Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-08-09T15:56:59.835Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-09T15:56:59.843Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-09T15:56:59.864Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-08-09T15:56:59.872Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-09T15:56:59.881Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-09T15:56:59.889Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-08-09T15:56:59.909Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-08-09T15:56:59.927Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-08-09T15:56:59.940Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] echo [2022-08-09T15:56:59.953Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f293f1 [Pipeline] echo [2022-08-09T15:56:59.972Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-09T15:57:00.022Z] provisioning config files... [2022-08-09T15:57:00.038Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4909450733690620976tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-09T15:57:00.343Z] ---> docker-login.sh [2022-08-09T15:57:00.343Z] nexus3.edgexfoundry.org:10001 [2022-08-09T15:57:00.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:57:00.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:57:00.868Z] Configure a credential helper to remove this warning. See [2022-08-09T15:57:00.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:57:00.868Z] [2022-08-09T15:57:00.868Z] Login Succeeded [2022-08-09T15:57:00.868Z] nexus3.edgexfoundry.org:10002 [2022-08-09T15:57:00.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:57:00.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:57:00.868Z] Configure a credential helper to remove this warning. See [2022-08-09T15:57:00.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:57:00.868Z] [2022-08-09T15:57:00.868Z] Login Succeeded [2022-08-09T15:57:00.868Z] nexus3.edgexfoundry.org:10003 [2022-08-09T15:57:01.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:57:01.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:57:01.129Z] Configure a credential helper to remove this warning. See [2022-08-09T15:57:01.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:57:01.129Z] [2022-08-09T15:57:01.129Z] Login Succeeded [2022-08-09T15:57:01.129Z] nexus3.edgexfoundry.org:10004 [2022-08-09T15:57:01.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:57:01.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:57:01.129Z] Configure a credential helper to remove this warning. See [2022-08-09T15:57:01.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:57:01.129Z] [2022-08-09T15:57:01.129Z] Login Succeeded [2022-08-09T15:57:01.129Z] docker.io [2022-08-09T15:57:01.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:57:01.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:57:01.654Z] Configure a credential helper to remove this warning. See [2022-08-09T15:57:01.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:57:01.654Z] [2022-08-09T15:57:01.654Z] Login Succeeded [2022-08-09T15:57:01.654Z] ---> docker-login.sh ends [Pipeline] } [2022-08-09T15:57:01.663Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-09T15:57:02.041Z] + git rev-list -1 --merges 0f293f13f47d7806d287045c82fd6425cbb8076b~1..0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] echo [2022-08-09T15:57:02.079Z] -----------> git rev-list -1 --merges 0f293f13f47d7806d287045c82fd6425cbb8076b~1..0f293f13f47d7806d287045c82fd6425cbb8076b 0f293f13f47d7806d287045c82fd6425cbb8076b [false] [Pipeline] sh [2022-08-09T15:57:02.376Z] + git log --format=format:%s -1 0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] echo [2022-08-09T15:57:02.394Z] ========================================================= [2022-08-09T15:57:02.394Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-09T15:57:02.394Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-09T15:57:02.737Z] + git log --format=format:%s -1 0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] echo [2022-08-09T15:57:02.749Z] [semverPrep] GIT_COMMIT: 0f293f13f47d7806d287045c82fd6425cbb8076b, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#457) [Pipeline] echo [2022-08-09T15:57:02.757Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-09T15:57:03.116Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-09T15:57:03.116Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-09T15:57:03.116Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-09T15:57:03.116Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-09T15:57:03.116Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-09T15:57:03.116Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-09T15:57:03.116Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:57:03.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-09T15:57:03.481Z] [2022-08-09T15:57:03.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:57:03.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-09T15:57:03.792Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-09T15:57:03.792Z] b85a868b505f: Pulling fs layer [2022-08-09T15:57:03.792Z] e2be974225ed: Pulling fs layer [2022-08-09T15:57:03.792Z] 339a4e72a1f5: Pulling fs layer [2022-08-09T15:57:03.792Z] 988bab9f4d93: Pulling fs layer [2022-08-09T15:57:03.792Z] 1469e6f7b9e6: Pulling fs layer [2022-08-09T15:57:03.792Z] eaf3925da568: Pulling fs layer [2022-08-09T15:57:03.792Z] bab4dde63d76: Pulling fs layer [2022-08-09T15:57:03.792Z] bde34c3a00c8: Pulling fs layer [2022-08-09T15:57:03.792Z] b352a97aabf1: Pulling fs layer [2022-08-09T15:57:03.792Z] 4872d77fe225: Pulling fs layer [2022-08-09T15:57:03.792Z] 5851b861e8e6: Pulling fs layer [2022-08-09T15:57:03.792Z] bde34c3a00c8: Waiting [2022-08-09T15:57:03.792Z] bab4dde63d76: Waiting [2022-08-09T15:57:03.792Z] b352a97aabf1: Waiting [2022-08-09T15:57:03.792Z] 5851b861e8e6: Waiting [2022-08-09T15:57:03.792Z] 4872d77fe225: Waiting [2022-08-09T15:57:03.792Z] eaf3925da568: Waiting [2022-08-09T15:57:03.792Z] 988bab9f4d93: Waiting [2022-08-09T15:57:03.792Z] 1469e6f7b9e6: Waiting [2022-08-09T15:57:03.792Z] e2be974225ed: Download complete [2022-08-09T15:57:03.792Z] 988bab9f4d93: Verifying Checksum [2022-08-09T15:57:03.792Z] 988bab9f4d93: Download complete [2022-08-09T15:57:04.054Z] 1469e6f7b9e6: Verifying Checksum [2022-08-09T15:57:04.054Z] 1469e6f7b9e6: Download complete [2022-08-09T15:57:04.054Z] eaf3925da568: Verifying Checksum [2022-08-09T15:57:04.054Z] eaf3925da568: Download complete [2022-08-09T15:57:04.054Z] 339a4e72a1f5: Download complete [2022-08-09T15:57:04.054Z] bde34c3a00c8: Verifying Checksum [2022-08-09T15:57:04.054Z] bde34c3a00c8: Download complete [2022-08-09T15:57:04.054Z] b352a97aabf1: Download complete [2022-08-09T15:57:04.054Z] 4872d77fe225: Verifying Checksum [2022-08-09T15:57:04.054Z] 4872d77fe225: Download complete [2022-08-09T15:57:04.054Z] 5851b861e8e6: Verifying Checksum [2022-08-09T15:57:04.054Z] 5851b861e8e6: Download complete [2022-08-09T15:57:04.054Z] b85a868b505f: Verifying Checksum [2022-08-09T15:57:04.054Z] b85a868b505f: Download complete [2022-08-09T15:57:04.315Z] bab4dde63d76: Verifying Checksum [2022-08-09T15:57:04.315Z] bab4dde63d76: Download complete [2022-08-09T15:57:05.697Z] b85a868b505f: Pull complete [2022-08-09T15:57:05.697Z] e2be974225ed: Pull complete [2022-08-09T15:57:06.269Z] 339a4e72a1f5: Pull complete [2022-08-09T15:57:06.269Z] 988bab9f4d93: Pull complete [2022-08-09T15:57:06.530Z] 1469e6f7b9e6: Pull complete [2022-08-09T15:57:06.790Z] eaf3925da568: Pull complete [2022-08-09T15:57:08.704Z] bab4dde63d76: Pull complete [2022-08-09T15:57:08.704Z] bde34c3a00c8: Pull complete [2022-08-09T15:57:08.704Z] b352a97aabf1: Pull complete [2022-08-09T15:57:08.966Z] 4872d77fe225: Pull complete [2022-08-09T15:57:08.966Z] 5851b861e8e6: Pull complete [2022-08-09T15:57:08.966Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-09T15:57:08.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-09T15:57:08.966Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T15:57:09.076Z] prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container [2022-08-09T15:57:09.112Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-09T15:57:10.842Z] $ docker top 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 -eo pid,comm [2022-08-09T15:57:10.916Z] 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). [2022-08-09T15:57:10.916Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-09T15:57:10.951Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-09T15:57:10.951Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-09T15:57:11.100Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-09T15:57:11.102Z] $ docker exec 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 ssh-agent [2022-08-09T15:57:11.230Z] SSH_AUTH_SOCK=/tmp/ssh-aqAEOmqXzmmd/agent.34 [2022-08-09T15:57:11.230Z] SSH_AGENT_PID=41 [2022-08-09T15:57:11.238Z] Running ssh-add (command line suppressed) [2022-08-09T15:57:11.366Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3386341444209982301.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3386341444209982301.key) [2022-08-09T15:57:11.383Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-09T15:57:11.682Z] + git tag --points-at HEAD [Pipeline] } [2022-08-09T15:57:11.695Z] $ docker exec --env ******** --env ******** 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 ssh-agent -k [2022-08-09T15:57:11.817Z] unset SSH_AUTH_SOCK; [2022-08-09T15:57:11.818Z] unset SSH_AGENT_PID; [2022-08-09T15:57:11.818Z] echo Agent pid 41 killed; [2022-08-09T15:57:11.830Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-09T15:57:11.857Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-09T15:57:11.857Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-09T15:57:12.008Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-09T15:57:12.010Z] $ docker exec 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 ssh-agent [2022-08-09T15:57:12.132Z] SSH_AUTH_SOCK=/tmp/ssh-mysL968ecfuw/agent.74 [2022-08-09T15:57:12.132Z] SSH_AGENT_PID=80 [2022-08-09T15:57:12.138Z] Running ssh-add (command line suppressed) [2022-08-09T15:57:12.259Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5402867171605986539.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5402867171605986539.key) [2022-08-09T15:57:12.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-09T15:57:12.570Z] + git semver init [2022-08-09T15:57:12.833Z] 2022-08-09 15:57:12,795 [run_init] DEBUG init version:0.0.0 force:False [2022-08-09T15:57:12.833Z] 2022-08-09 15:57:12,796 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2022-08-09T15:57:12.833Z] 2022-08-09 15:57:12,796 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2022-08-09T15:57:12.833Z] 2022-08-09 15:57:12,797 [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) [2022-08-09T15:57:13.779Z] 2022-08-09 15:57:13,546 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2022-08-09T15:57:13.779Z] 2022-08-09 15:57:13,547 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2022-08-09T15:57:13.779Z] 2022-08-09 15:57:13,547 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-08-09T15:57:13.779Z] 2022-08-09 15:57:13,547 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-08-09T15:57:13.779Z] 2.3.0-dev.14 [Pipeline] } [2022-08-09T15:57:13.791Z] $ docker exec --env ******** --env ******** 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 ssh-agent -k [2022-08-09T15:57:13.904Z] unset SSH_AUTH_SOCK; [2022-08-09T15:57:13.905Z] unset SSH_AGENT_PID; [2022-08-09T15:57:13.905Z] echo Agent pid 80 killed; [2022-08-09T15:57:13.917Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-09T15:57:14.231Z] + git semver [Pipeline] } [2022-08-09T15:57:14.510Z] $ docker stop --time=1 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 [2022-08-09T15:57:15.818Z] $ docker rm -f 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-09T15:57:16.197Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-09T15:57:16.503Z] Stashed 1 file(s) [Pipeline] echo [2022-08-09T15:57:16.506Z] [edgeXSemver]: initialized semver on version 2.3.0-dev.14 [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 [2022-08-09T15:57:16.676Z] provisioning config files... [2022-08-09T15:57:16.688Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6269244193895847656tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-09T15:57:16.983Z] ---> docker-login.sh [2022-08-09T15:57:16.984Z] nexus3.edgexfoundry.org:10001 [2022-08-09T15:57:16.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:57:16.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:57:16.984Z] Configure a credential helper to remove this warning. See [2022-08-09T15:57:16.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:57:16.984Z] [2022-08-09T15:57:16.984Z] Login Succeeded [2022-08-09T15:57:16.984Z] nexus3.edgexfoundry.org:10002 [2022-08-09T15:57:16.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:57:17.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:57:17.247Z] Configure a credential helper to remove this warning. See [2022-08-09T15:57:17.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:57:17.247Z] [2022-08-09T15:57:17.247Z] Login Succeeded [2022-08-09T15:57:17.247Z] nexus3.edgexfoundry.org:10003 [2022-08-09T15:57:17.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:57:17.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:57:17.247Z] Configure a credential helper to remove this warning. See [2022-08-09T15:57:17.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:57:17.247Z] [2022-08-09T15:57:17.247Z] Login Succeeded [2022-08-09T15:57:17.247Z] nexus3.edgexfoundry.org:10004 [2022-08-09T15:57:17.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:57:17.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:57:17.509Z] Configure a credential helper to remove this warning. See [2022-08-09T15:57:17.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:57:17.509Z] [2022-08-09T15:57:17.509Z] Login Succeeded [2022-08-09T15:57:17.509Z] docker.io [2022-08-09T15:57:17.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:57:17.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:57:17.771Z] Configure a credential helper to remove this warning. See [2022-08-09T15:57:17.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:57:17.771Z] [2022-08-09T15:57:17.771Z] Login Succeeded [2022-08-09T15:57:17.771Z] ---> docker-login.sh ends [Pipeline] } [2022-08-09T15:57:17.779Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-09T15:57:17.851Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-09T15:57:17.867Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-09T15:57:17.875Z] ========================================================= [2022-08-09T15:57:17.875Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-09T15:57:17.875Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:57:18.205Z] + 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 . [2022-08-09T15:57:18.205Z] Sending build context to Docker daemon 3.117MB [2022-08-09T15:57:18.205Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-08-09T15:57:18.205Z] Step 2/13 : FROM ${BASE} AS builder [2022-08-09T15:57:18.205Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-09T15:57:18.205Z] 2408cc74d12b: Pulling fs layer [2022-08-09T15:57:18.205Z] ea60b727a1ce: Pulling fs layer [2022-08-09T15:57:18.205Z] 30c4a7721957: Pulling fs layer [2022-08-09T15:57:18.205Z] 370296b7ddb6: Pulling fs layer [2022-08-09T15:57:18.205Z] 7c6cee850709: Pulling fs layer [2022-08-09T15:57:18.205Z] 39a5fcdaea64: Pulling fs layer [2022-08-09T15:57:18.205Z] d94ebbe4e438: Pulling fs layer [2022-08-09T15:57:18.205Z] bcfd1f05c69d: Pulling fs layer [2022-08-09T15:57:18.205Z] 59ccb84bbe0f: Pulling fs layer [2022-08-09T15:57:18.205Z] d94ebbe4e438: Waiting [2022-08-09T15:57:18.205Z] bcfd1f05c69d: Waiting [2022-08-09T15:57:18.205Z] 370296b7ddb6: Waiting [2022-08-09T15:57:18.205Z] 7c6cee850709: Waiting [2022-08-09T15:57:18.205Z] 59ccb84bbe0f: Waiting [2022-08-09T15:57:18.205Z] 39a5fcdaea64: Waiting [2022-08-09T15:57:18.205Z] 30c4a7721957: Download complete [2022-08-09T15:57:18.205Z] ea60b727a1ce: Verifying Checksum [2022-08-09T15:57:18.205Z] ea60b727a1ce: Download complete [2022-08-09T15:57:18.205Z] 7c6cee850709: Verifying Checksum [2022-08-09T15:57:18.205Z] 7c6cee850709: Download complete [2022-08-09T15:57:18.205Z] 39a5fcdaea64: Download complete [2022-08-09T15:57:18.466Z] 2408cc74d12b: Download complete [2022-08-09T15:57:18.466Z] d94ebbe4e438: Verifying Checksum [2022-08-09T15:57:18.466Z] d94ebbe4e438: Download complete [2022-08-09T15:57:18.466Z] 2408cc74d12b: Pull complete [2022-08-09T15:57:18.729Z] ea60b727a1ce: Pull complete [2022-08-09T15:57:18.729Z] 30c4a7721957: Pull complete [2022-08-09T15:57:18.729Z] 59ccb84bbe0f: Verifying Checksum [2022-08-09T15:57:18.729Z] 59ccb84bbe0f: Download complete [2022-08-09T15:57:18.990Z] bcfd1f05c69d: Verifying Checksum [2022-08-09T15:57:18.990Z] bcfd1f05c69d: Download complete [2022-08-09T15:57:19.249Z] 370296b7ddb6: Verifying Checksum [2022-08-09T15:57:19.249Z] 370296b7ddb6: Download complete [2022-08-09T15:57:23.441Z] 370296b7ddb6: Pull complete [2022-08-09T15:57:23.441Z] 7c6cee850709: Pull complete [2022-08-09T15:57:23.441Z] 39a5fcdaea64: Pull complete [2022-08-09T15:57:23.441Z] d94ebbe4e438: Pull complete [2022-08-09T15:57:25.998Z] bcfd1f05c69d: Pull complete [2022-08-09T15:57:26.573Z] 59ccb84bbe0f: Pull complete [2022-08-09T15:57:26.573Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-09T15:57:26.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-09T15:57:26.837Z] ---> a4fb48ad2a94 [2022-08-09T15:57:26.837Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-08-09T15:57:28.757Z] ---> Running in 0425d8c2949a [2022-08-09T15:57:28.757Z] Removing intermediate container 0425d8c2949a [2022-08-09T15:57:28.757Z] ---> 2f90c45bfc33 [2022-08-09T15:57:28.757Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-08-09T15:57:28.757Z] ---> Running in b00920a19ec3 [2022-08-09T15:57:29.016Z] Removing intermediate container b00920a19ec3 [2022-08-09T15:57:29.016Z] ---> e5c10ca5d902 [2022-08-09T15:57:29.016Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-09T15:57:29.016Z] ---> Running in 9545616569f4 [2022-08-09T15:57:29.016Z] Removing intermediate container 9545616569f4 [2022-08-09T15:57:29.016Z] ---> 4326b807491d [2022-08-09T15:57:29.016Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T15:57:29.016Z] ---> Running in 5331a24e5a78 [2022-08-09T15:57:29.586Z] Removing intermediate container 5331a24e5a78 [2022-08-09T15:57:29.586Z] ---> 0da23b2304da [2022-08-09T15:57:29.586Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-09T15:57:29.586Z] ---> Running in 5d785c640d5a [2022-08-09T15:57:30.161Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T15:57:31.106Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T15:57:31.367Z] OK: 211 MiB in 51 packages [2022-08-09T15:57:31.621Z] Still waiting to schedule task [2022-08-09T15:57:31.621Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-22223’ is offline [2022-08-09T15:57:31.629Z] Removing intermediate container 5d785c640d5a [2022-08-09T15:57:31.629Z] ---> ea0fab152972 [2022-08-09T15:57:31.629Z] Step 8/13 : WORKDIR /app [2022-08-09T15:57:31.629Z] ---> Running in 012003e79dcf [2022-08-09T15:57:31.899Z] Removing intermediate container 012003e79dcf [2022-08-09T15:57:31.899Z] ---> 48a9706be3ab [2022-08-09T15:57:31.899Z] Step 9/13 : COPY go.mod vendor* ./ [2022-08-09T15:57:31.899Z] ---> c96bec653003 [2022-08-09T15:57:31.899Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T15:57:32.160Z] ---> Running in 8ce35b380f4f [2022-08-09T15:57:50.295Z] Removing intermediate container 8ce35b380f4f [2022-08-09T15:57:50.295Z] ---> 21d52fc7286e [2022-08-09T15:57:50.295Z] Step 11/13 : COPY . . [2022-08-09T15:57:50.295Z] ---> 801912ed97bd [2022-08-09T15:57:50.295Z] Step 12/13 : ARG MAKE="make build" [2022-08-09T15:57:50.295Z] ---> Running in aae09bb78369 [2022-08-09T15:57:50.295Z] Removing intermediate container aae09bb78369 [2022-08-09T15:57:50.295Z] ---> 38b14b622838 [2022-08-09T15:57:50.295Z] Step 13/13 : RUN $MAKE [2022-08-09T15:57:50.295Z] ---> Running in ce302f1eaabe [2022-08-09T15:57:50.295Z] noop [2022-08-09T15:57:50.555Z] Removing intermediate container ce302f1eaabe [2022-08-09T15:57:50.555Z] ---> 05bbe7b05bb7 [2022-08-09T15:57:50.555Z] Successfully built 05bbe7b05bb7 [2022-08-09T15:57:50.555Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:57:50.875Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-09T15:57:50.875Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T15:57:50.954Z] prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container [2022-08-09T15:57:50.996Z] $ 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 ******** ci-base-image-x86_64 cat [2022-08-09T15:57:51.399Z] $ docker top af44c541c57850c490d4f9b47fe7db50865c316c9b2efc80ce6d8721c5db725b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-09T15:57:51.764Z] + go version [2022-08-09T15:57:51.764Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-09T15:57:51.783Z] $ docker stop --time=1 af44c541c57850c490d4f9b47fe7db50865c316c9b2efc80ce6d8721c5db725b [2022-08-09T15:57:53.180Z] $ docker rm -f af44c541c57850c490d4f9b47fe7db50865c316c9b2efc80ce6d8721c5db725b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:57:53.620Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-09T15:57:53.620Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T15:57:53.710Z] prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container [2022-08-09T15:57:53.758Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -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 ******** ci-base-image-x86_64 cat [2022-08-09T15:57:54.171Z] $ docker top ccffd85162d851d500a04280983bd7690df3178ab046e8b5e9c512ba88284937 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-09T15:57:54.533Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2022-08-09T15:57:54.832Z] + make test [2022-08-09T15:57:54.832Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-08-09T15:58:04.833Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-08-09T15:58:04.833Z] CGO_ENABLED=1 go vet ./... [2022-08-09T15:58:09.033Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-09T15:58:09.033Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-09T15:58:09.033Z] ./bin/test-attribution-txt.sh [2022-08-09T15:58:09.033Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-09T15:58:09.033Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-09T15:58:09.033Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-09T15:58:09.048Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-09T15:58:09.066Z] $ docker stop --time=1 ccffd85162d851d500a04280983bd7690df3178ab046e8b5e9c512ba88284937 [2022-08-09T15:58:10.816Z] $ docker rm -f ccffd85162d851d500a04280983bd7690df3178ab046e8b5e9c512ba88284937 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-09T15:58:11.228Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-09T15:58:11.259Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-08-09T15:58:11.708Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-09T15:58:11.996Z] + ls -al . [2022-08-09T15:58:11.996Z] total 172 [2022-08-09T15:58:11.996Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 9 15:57 . [2022-08-09T15:58:11.996Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 9 15:56 .. [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 9 15:56 .dockerignore [2022-08-09T15:58:11.996Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 9 15:57 .git [2022-08-09T15:58:11.996Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 9 15:56 .github [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 171 Aug 9 15:56 .gitignore [2022-08-09T15:58:11.996Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 9 15:57 .semver [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 8830 Aug 9 15:56 Attribution.txt [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 27269 Aug 9 15:56 CHANGELOG.md [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 2089 Aug 9 15:56 Dockerfile [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 9 15:56 GOVERNANCE.md [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 688 Aug 9 15:56 Jenkinsfile [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 9 15:56 LICENSE [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 9 15:56 OWNERS.md [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 3718 Aug 9 15:56 README.md [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 9 15:57 VERSION [2022-08-09T15:58:11.996Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 9 15:56 bin [2022-08-09T15:58:11.996Z] -rw-r--r-- 1 jenkins jenkins 10 Aug 9 15:57 coverage.out [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 3475 Aug 9 15:56 go.mod [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 36887 Aug 9 15:56 go.sum [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 1949 Aug 9 15:56 main.go [2022-08-09T15:58:11.996Z] -rw-rw-r-- 1 jenkins jenkins 1959 Aug 9 15:56 makefile [2022-08-09T15:58:11.996Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 9 15:56 res [2022-08-09T15:58:11.996Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 9 15:56 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:58:12.314Z] + 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=0f293f13f47d7806d287045c82fd6425cbb8076b --label arch=amd64 --label version=2.3.0-dev.14 . [2022-08-09T15:58:12.314Z] Sending build context to Docker daemon 3.118MB [2022-08-09T15:58:12.314Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-08-09T15:58:12.314Z] Step 2/27 : FROM ${BASE} AS builder [2022-08-09T15:58:12.314Z] ---> 05bbe7b05bb7 [2022-08-09T15:58:12.314Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-08-09T15:58:12.314Z] ---> Running in 61fbfcab2d52 [2022-08-09T15:58:12.573Z] Removing intermediate container 61fbfcab2d52 [2022-08-09T15:58:12.573Z] ---> 8fac77e275f2 [2022-08-09T15:58:12.573Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-08-09T15:58:12.573Z] ---> Running in cd2be8d0b938 [2022-08-09T15:58:12.573Z] Removing intermediate container cd2be8d0b938 [2022-08-09T15:58:12.573Z] ---> a682a968564a [2022-08-09T15:58:12.573Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-09T15:58:12.573Z] ---> Running in a6f2d0b5673a [2022-08-09T15:58:12.834Z] Removing intermediate container a6f2d0b5673a [2022-08-09T15:58:12.834Z] ---> 27b2e91592f4 [2022-08-09T15:58:12.834Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T15:58:12.834Z] ---> Running in b4571de13223 [2022-08-09T15:58:13.405Z] Removing intermediate container b4571de13223 [2022-08-09T15:58:13.405Z] ---> 6687405364be [2022-08-09T15:58:13.405Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-09T15:58:13.405Z] ---> Running in 3c9468bcbb94 [2022-08-09T15:58:13.665Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T15:58:14.609Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T15:58:14.871Z] OK: 211 MiB in 51 packages [2022-08-09T15:58:15.132Z] Removing intermediate container 3c9468bcbb94 [2022-08-09T15:58:15.132Z] ---> 615b4ebd765b [2022-08-09T15:58:15.132Z] Step 8/27 : WORKDIR /app [2022-08-09T15:58:15.132Z] ---> Running in 5860ee8c1eec [2022-08-09T15:58:15.392Z] Removing intermediate container 5860ee8c1eec [2022-08-09T15:58:15.392Z] ---> fea338cbc903 [2022-08-09T15:58:15.392Z] Step 9/27 : COPY go.mod vendor* ./ [2022-08-09T15:58:15.392Z] ---> 22972a4c5ec2 [2022-08-09T15:58:15.392Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T15:58:15.392Z] ---> Running in aa2f257877a0 [2022-08-09T15:58:16.337Z] Removing intermediate container aa2f257877a0 [2022-08-09T15:58:16.337Z] ---> 2c3cff1e0804 [2022-08-09T15:58:16.337Z] Step 11/27 : COPY . . [2022-08-09T15:58:16.337Z] ---> 4e7749bcced3 [2022-08-09T15:58:16.337Z] Step 12/27 : ARG MAKE="make build" [2022-08-09T15:58:16.602Z] ---> Running in 77e41d8413fc [2022-08-09T15:58:16.602Z] Removing intermediate container 77e41d8413fc [2022-08-09T15:58:16.602Z] ---> 5dfeb4f32b15 [2022-08-09T15:58:16.602Z] Step 13/27 : RUN $MAKE [2022-08-09T15:58:16.602Z] ---> Running in dfab6e49effb [2022-08-09T15:58:16.862Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.29 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.3.0-dev.14" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-08-09T15:58:38.811Z] Removing intermediate container dfab6e49effb [2022-08-09T15:58:38.811Z] ---> c280654de49b [2022-08-09T15:58:38.811Z] Step 14/27 : FROM alpine:3.16 [2022-08-09T15:58:38.811Z] 3.16: Pulling from library/alpine [2022-08-09T15:58:38.811Z] 530afca65e2e: Pulling fs layer [2022-08-09T15:58:39.072Z] 530afca65e2e: Verifying Checksum [2022-08-09T15:58:39.072Z] 530afca65e2e: Download complete [2022-08-09T15:58:39.072Z] 530afca65e2e: Pull complete [2022-08-09T15:58:39.072Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 [2022-08-09T15:58:39.072Z] Status: Downloaded newer image for alpine:3.16 [2022-08-09T15:58:39.072Z] ---> d7d3d98c851f [2022-08-09T15:58:39.072Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-09T15:58:39.331Z] ---> Running in 9b7973c2e9b3 [2022-08-09T15:58:39.331Z] Removing intermediate container 9b7973c2e9b3 [2022-08-09T15:58:39.331Z] ---> 4d6122ac081c [2022-08-09T15:58:39.331Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-08-09T15:58:39.331Z] ---> Running in 838bb8526148 [2022-08-09T15:58:39.331Z] Removing intermediate container 838bb8526148 [2022-08-09T15:58:39.331Z] ---> fd5c28993111 [2022-08-09T15:58:39.331Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-08-09T15:58:39.590Z] ---> Running in 6a864cc97238 [2022-08-09T15:58:39.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T15:58:39.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T15:58:40.111Z] (1/7) Installing ca-certificates (20220614-r0) [2022-08-09T15:58:40.111Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-08-09T15:58:40.111Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-08-09T15:58:40.111Z] (4/7) Installing libsodium (1.0.18-r0) [2022-08-09T15:58:40.111Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-09T15:58:40.111Z] (6/7) Installing libzmq (4.3.4-r0) [2022-08-09T15:58:40.111Z] (7/7) Installing zeromq (4.3.4-r0) [2022-08-09T15:58:40.111Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T15:58:40.111Z] Executing ca-certificates-20220614-r0.trigger [2022-08-09T15:58:40.111Z] OK: 9 MiB in 21 packages [2022-08-09T15:58:41.495Z] Removing intermediate container 6a864cc97238 [2022-08-09T15:58:41.495Z] ---> 9e8f0ea4cc71 [2022-08-09T15:58:41.495Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-08-09T15:58:41.495Z] ---> 93a9517fb6a6 [2022-08-09T15:58:41.495Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-08-09T15:58:42.065Z] ---> 65ce23e4d370 [2022-08-09T15:58:42.065Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-08-09T15:58:42.065Z] ---> ee841e6a3f22 [2022-08-09T15:58:42.065Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-08-09T15:58:43.449Z] ---> 702c10b4dda6 [2022-08-09T15:58:43.449Z] Step 22/27 : EXPOSE 48095 [2022-08-09T15:58:43.449Z] ---> Running in f17fdac0f23a [2022-08-09T15:58:43.449Z] Removing intermediate container f17fdac0f23a [2022-08-09T15:58:43.449Z] ---> 52e1d932f047 [2022-08-09T15:58:43.449Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-08-09T15:58:44.035Z] ---> Running in b8c2fdc24944 [2022-08-09T15:58:44.296Z] Removing intermediate container b8c2fdc24944 [2022-08-09T15:58:44.296Z] ---> f355cb7c515a [2022-08-09T15:58:44.296Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T15:58:44.555Z] ---> Running in a36c0e632abd [2022-08-09T15:58:44.818Z] Removing intermediate container a36c0e632abd [2022-08-09T15:58:44.818Z] ---> 48913e01b3cf [2022-08-09T15:58:44.818Z] Step 25/27 : LABEL arch=amd64 [2022-08-09T15:58:45.082Z] ---> Running in 87577152cd47 [2022-08-09T15:58:45.343Z] Removing intermediate container 87577152cd47 [2022-08-09T15:58:45.343Z] ---> f43943a7b8e1 [2022-08-09T15:58:45.343Z] Step 26/27 : LABEL git_sha=0f293f13f47d7806d287045c82fd6425cbb8076b [2022-08-09T15:58:45.343Z] ---> Running in 2d71d5f141e9 [2022-08-09T15:58:45.606Z] Removing intermediate container 2d71d5f141e9 [2022-08-09T15:58:45.606Z] ---> a21a619ee2d0 [2022-08-09T15:58:45.606Z] Step 27/27 : LABEL version=2.3.0-dev.14 [2022-08-09T15:58:45.606Z] ---> Running in 6654a9f83477 [2022-08-09T15:58:45.866Z] Removing intermediate container 6654a9f83477 [2022-08-09T15:58:45.866Z] ---> 42afa4d20485 [2022-08-09T15:58:45.866Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-09T15:58:45.866Z] Successfully built 42afa4d20485 [2022-08-09T15:58:45.866Z] 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 [2022-08-09T15:58:45.947Z] provisioning config files... [2022-08-09T15:58:45.958Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2461260001556341843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-09T15:58:46.253Z] ---> docker-login.sh [2022-08-09T15:58:46.253Z] nexus3.edgexfoundry.org:10001 [2022-08-09T15:58:46.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:58:46.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:58:46.253Z] Configure a credential helper to remove this warning. See [2022-08-09T15:58:46.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:58:46.253Z] [2022-08-09T15:58:46.253Z] Login Succeeded [2022-08-09T15:58:46.253Z] nexus3.edgexfoundry.org:10002 [2022-08-09T15:58:46.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:58:46.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:58:46.514Z] Configure a credential helper to remove this warning. See [2022-08-09T15:58:46.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:58:46.514Z] [2022-08-09T15:58:46.514Z] Login Succeeded [2022-08-09T15:58:46.514Z] nexus3.edgexfoundry.org:10003 [2022-08-09T15:58:46.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:58:46.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:58:46.514Z] Configure a credential helper to remove this warning. See [2022-08-09T15:58:46.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:58:46.514Z] [2022-08-09T15:58:46.514Z] Login Succeeded [2022-08-09T15:58:46.514Z] nexus3.edgexfoundry.org:10004 [2022-08-09T15:58:46.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:58:46.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:58:46.774Z] Configure a credential helper to remove this warning. See [2022-08-09T15:58:46.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:58:46.774Z] [2022-08-09T15:58:46.774Z] Login Succeeded [2022-08-09T15:58:46.774Z] docker.io [2022-08-09T15:58:46.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T15:58:47.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T15:58:47.036Z] Configure a credential helper to remove this warning. See [2022-08-09T15:58:47.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T15:58:47.036Z] [2022-08-09T15:58:47.036Z] Login Succeeded [2022-08-09T15:58:47.036Z] ---> docker-login.sh ends [Pipeline] } [2022-08-09T15:58:47.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-09T15:58:47.072Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-09T15:58:47.088Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-08-09T15:58:47.088Z] 0f293f13f47d7806d287045c82fd6425cbb8076b [2022-08-09T15:58:47.088Z] latest [2022-08-09T15:58:47.088Z] 2.3.0-dev.14 [2022-08-09T15:58:47.088Z] 0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 [2022-08-09T15:58:47.088Z] main [2022-08-09T15:58:47.088Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:58:47.410Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:58:47.720Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:0f293f13f47d7806d287045c82fd6425cbb8076b [2022-08-09T15:58:47.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-08-09T15:58:47.720Z] 533307bbe241: Preparing [2022-08-09T15:58:47.720Z] 1ca97ae2055a: Preparing [2022-08-09T15:58:47.720Z] 6285f02d91a0: Preparing [2022-08-09T15:58:47.720Z] 76de062e808d: Preparing [2022-08-09T15:58:47.720Z] 9991432df697: Preparing [2022-08-09T15:58:47.720Z] ec34fcc1d526: Preparing [2022-08-09T15:58:47.720Z] ec34fcc1d526: Waiting [2022-08-09T15:58:47.720Z] 6285f02d91a0: Pushed [2022-08-09T15:58:47.720Z] 1ca97ae2055a: Pushed [2022-08-09T15:58:47.720Z] 76de062e808d: Pushed [2022-08-09T15:58:47.720Z] ec34fcc1d526: Layer already exists [2022-08-09T15:58:48.290Z] 9991432df697: Pushed [2022-08-09T15:58:50.200Z] 533307bbe241: Pushed [2022-08-09T15:58:50.200Z] 0f293f13f47d7806d287045c82fd6425cbb8076b: digest: sha256:871109ae095a9c4a16e829cdd9025a8c280010d55fb0738000fab472a805a9ff size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:58:50.786Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:58:51.100Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-08-09T15:58:51.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-08-09T15:58:51.100Z] 533307bbe241: Preparing [2022-08-09T15:58:51.100Z] 1ca97ae2055a: Preparing [2022-08-09T15:58:51.100Z] 6285f02d91a0: Preparing [2022-08-09T15:58:51.100Z] 76de062e808d: Preparing [2022-08-09T15:58:51.100Z] 9991432df697: Preparing [2022-08-09T15:58:51.100Z] ec34fcc1d526: Preparing [2022-08-09T15:58:51.100Z] ec34fcc1d526: Waiting [2022-08-09T15:58:51.100Z] 9991432df697: Layer already exists [2022-08-09T15:58:51.100Z] 1ca97ae2055a: Layer already exists [2022-08-09T15:58:51.100Z] 76de062e808d: Layer already exists [2022-08-09T15:58:51.100Z] 6285f02d91a0: Layer already exists [2022-08-09T15:58:51.100Z] 533307bbe241: Layer already exists [2022-08-09T15:58:51.100Z] ec34fcc1d526: Layer already exists [2022-08-09T15:58:51.100Z] latest: digest: sha256:871109ae095a9c4a16e829cdd9025a8c280010d55fb0738000fab472a805a9ff size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:58:51.454Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:58:51.817Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.3.0-dev.14 [2022-08-09T15:58:51.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-08-09T15:58:51.817Z] 533307bbe241: Preparing [2022-08-09T15:58:51.817Z] 1ca97ae2055a: Preparing [2022-08-09T15:58:51.817Z] 6285f02d91a0: Preparing [2022-08-09T15:58:51.817Z] 76de062e808d: Preparing [2022-08-09T15:58:51.817Z] 9991432df697: Preparing [2022-08-09T15:58:51.817Z] ec34fcc1d526: Preparing [2022-08-09T15:58:51.817Z] ec34fcc1d526: Waiting [2022-08-09T15:58:51.817Z] 533307bbe241: Layer already exists [2022-08-09T15:58:51.817Z] 1ca97ae2055a: Layer already exists [2022-08-09T15:58:51.817Z] 76de062e808d: Layer already exists [2022-08-09T15:58:51.817Z] 9991432df697: Layer already exists [2022-08-09T15:58:51.817Z] 6285f02d91a0: Layer already exists [2022-08-09T15:58:51.817Z] ec34fcc1d526: Layer already exists [2022-08-09T15:58:51.817Z] 2.3.0-dev.14: digest: sha256:871109ae095a9c4a16e829cdd9025a8c280010d55fb0738000fab472a805a9ff size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:58:52.152Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:58:52.471Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 [2022-08-09T15:58:52.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-08-09T15:58:52.471Z] 533307bbe241: Preparing [2022-08-09T15:58:52.471Z] 1ca97ae2055a: Preparing [2022-08-09T15:58:52.471Z] 6285f02d91a0: Preparing [2022-08-09T15:58:52.471Z] 76de062e808d: Preparing [2022-08-09T15:58:52.471Z] 9991432df697: Preparing [2022-08-09T15:58:52.471Z] ec34fcc1d526: Preparing [2022-08-09T15:58:52.471Z] ec34fcc1d526: Waiting [2022-08-09T15:58:52.471Z] 9991432df697: Layer already exists [2022-08-09T15:58:52.471Z] 76de062e808d: Layer already exists [2022-08-09T15:58:52.471Z] 533307bbe241: Layer already exists [2022-08-09T15:58:52.471Z] 6285f02d91a0: Layer already exists [2022-08-09T15:58:52.471Z] 1ca97ae2055a: Layer already exists [2022-08-09T15:58:52.471Z] ec34fcc1d526: Layer already exists [2022-08-09T15:58:52.471Z] 0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14: digest: sha256:871109ae095a9c4a16e829cdd9025a8c280010d55fb0738000fab472a805a9ff size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:58:52.788Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:58:53.105Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-08-09T15:58:53.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-08-09T15:58:53.105Z] 533307bbe241: Preparing [2022-08-09T15:58:53.105Z] 1ca97ae2055a: Preparing [2022-08-09T15:58:53.105Z] 6285f02d91a0: Preparing [2022-08-09T15:58:53.105Z] 76de062e808d: Preparing [2022-08-09T15:58:53.105Z] 9991432df697: Preparing [2022-08-09T15:58:53.105Z] ec34fcc1d526: Preparing [2022-08-09T15:58:53.105Z] ec34fcc1d526: Waiting [2022-08-09T15:58:53.105Z] 533307bbe241: Layer already exists [2022-08-09T15:58:53.105Z] 1ca97ae2055a: Layer already exists [2022-08-09T15:58:53.105Z] 76de062e808d: Layer already exists [2022-08-09T15:58:53.105Z] 6285f02d91a0: Layer already exists [2022-08-09T15:58:53.105Z] 9991432df697: Layer already exists [2022-08-09T15:58:53.105Z] ec34fcc1d526: Layer already exists [2022-08-09T15:58:53.105Z] main: digest: sha256:871109ae095a9c4a16e829cdd9025a8c280010d55fb0738000fab472a805a9ff size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-09T15:58:53.147Z] ===================================================== [Pipeline] echo [2022-08-09T15:58:53.155Z] taggedImages: [2022-08-09T15:58:53.155Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:0f293f13f47d7806d287045c82fd6425cbb8076b [2022-08-09T15:58:53.155Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-08-09T15:58:53.155Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.3.0-dev.14 [2022-08-09T15:58:53.155Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 [2022-08-09T15:58:53.155Z] - 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 [2022-08-09T15:58:53.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-09T15:58:53.531Z] [2022-08-09T15:58:53.531Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T15:58:53.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-09T15:58:53.838Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-09T15:58:53.838Z] 5eb5b503b376: Pulling fs layer [2022-08-09T15:58:53.838Z] 5c69ac0246d0: Pulling fs layer [2022-08-09T15:58:53.838Z] ec43610c2a17: Pulling fs layer [2022-08-09T15:58:53.838Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-09T15:58:53.838Z] 33b1e0a273af: Pulling fs layer [2022-08-09T15:58:53.838Z] 5d3b04190fa2: Pulling fs layer [2022-08-09T15:58:53.838Z] 2f39f015ded8: Pulling fs layer [2022-08-09T15:58:53.838Z] 3a2ae6a8a46f: Waiting [2022-08-09T15:58:53.838Z] 2f39f015ded8: Waiting [2022-08-09T15:58:53.838Z] 33b1e0a273af: Waiting [2022-08-09T15:58:53.838Z] 5d3b04190fa2: Waiting [2022-08-09T15:58:53.838Z] 5c69ac0246d0: Verifying Checksum [2022-08-09T15:58:53.838Z] 5c69ac0246d0: Download complete [2022-08-09T15:58:53.838Z] 3a2ae6a8a46f: Verifying Checksum [2022-08-09T15:58:53.838Z] 3a2ae6a8a46f: Download complete [2022-08-09T15:58:53.838Z] 33b1e0a273af: Verifying Checksum [2022-08-09T15:58:53.838Z] 33b1e0a273af: Download complete [2022-08-09T15:58:53.838Z] ec43610c2a17: Verifying Checksum [2022-08-09T15:58:53.838Z] ec43610c2a17: Download complete [2022-08-09T15:58:53.838Z] 5d3b04190fa2: Verifying Checksum [2022-08-09T15:58:54.099Z] 5eb5b503b376: Verifying Checksum [2022-08-09T15:58:54.099Z] 5eb5b503b376: Download complete [2022-08-09T15:58:54.667Z] 2f39f015ded8: Verifying Checksum [2022-08-09T15:58:54.667Z] 2f39f015ded8: Download complete [2022-08-09T15:58:55.235Z] 5eb5b503b376: Pull complete [2022-08-09T15:58:55.495Z] 5c69ac0246d0: Pull complete [2022-08-09T15:58:55.756Z] ec43610c2a17: Pull complete [2022-08-09T15:58:56.016Z] 3a2ae6a8a46f: Pull complete [2022-08-09T15:58:56.276Z] 33b1e0a273af: Pull complete [2022-08-09T15:58:56.276Z] 5d3b04190fa2: Pull complete [2022-08-09T15:59:00.469Z] 2f39f015ded8: Pull complete [2022-08-09T15:59:00.469Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-09T15:59:00.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-09T15:59:00.730Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T15:59:00.819Z] prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container [2022-08-09T15:59:00.859Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-09T15:59:03.388Z] $ docker top 0ffe0517bda289d5482b22462db130af9056c1dd0429138160a1fd19a10eb858 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-09T15:59:03.785Z] ---> job-cost.sh [2022-08-09T15:59:03.785Z] lf-activate-venv: SKIPPING [2022-08-09T15:59:03.785Z] INFO: No Stack... [2022-08-09T15:59:04.046Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-09T15:59:04.617Z] INFO: Archiving Costs [Pipeline] sh [2022-08-09T15:59:04.910Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-08-09T15:59:04.910Z] + cut -d, -f6 [Pipeline] lock [2022-08-09T15:59:04.925Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] [2022-08-09T15:59:04.932Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] did not exist. Created. [2022-08-09T15:59:04.932Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-09T15:59:05.240Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-09T15:59:05.264Z] Stashed 1 file(s) [Pipeline] } [2022-08-09T15:59:05.271Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-09T15:59:05.297Z] $ docker stop --time=1 0ffe0517bda289d5482b22462db130af9056c1dd0429138160a1fd19a10eb858 [2022-08-09T15:59:06.474Z] $ docker rm -f 0ffe0517bda289d5482b22462db130af9056c1dd0429138160a1fd19a10eb858 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-09T15:59:32.375Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22226 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-08-09T15:59:32.387Z] Running in /w/workspace/app-service-configurable/93 [Pipeline] { [Pipeline] checkout [2022-08-09T15:59:32.430Z] Selected Git installation does not exist. Using Default [2022-08-09T15:59:32.430Z] The recommended git tool is: NONE [2022-08-09T15:59:39.559Z] using credential edgex-jenkins-ssh [2022-08-09T15:59:39.578Z] Cloning the remote Git repository [2022-08-09T15:59:39.629Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-08-09T15:59:39.695Z] > git init /w/workspace/app-service-configurable/93 # timeout=10 [2022-08-09T15:59:39.775Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-08-09T15:59:39.776Z] > git --version # timeout=10 [2022-08-09T15:59:39.792Z] > git --version # 'git version 2.25.1' [2022-08-09T15:59:39.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-09T15:59:39.906Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-09T15:59:40.932Z] Avoid second fetch [2022-08-09T15:59:40.933Z] Checking out Revision 0f293f13f47d7806d287045c82fd6425cbb8076b (main) [2022-08-09T15:59:40.890Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-08-09T15:59:40.910Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-09T15:59:40.957Z] > git config core.sparsecheckout # timeout=10 [2022-08-09T15:59:40.973Z] > git checkout -f 0f293f13f47d7806d287045c82fd6425cbb8076b # timeout=10 [2022-08-09T15:59:45.250Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#457)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-09T15:59:46.150Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-09T15:59:46.150Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-09T15:59:46.150Z] Dload Upload Total Spent Left Speed [2022-08-09T15:59:46.150Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 207k 0 --:--:-- --:--:-- --:--:-- 204k [Pipeline] sh [2022-08-09T15:59:46.842Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-09T15:59:47.197Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2022-08-09T15:59:47.197Z] /etc/docker/daemon.json [2022-08-09T15:59:47.197Z] { [2022-08-09T15:59:47.197Z] "registry-mirrors": [ [2022-08-09T15:59:47.197Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-09T15:59:47.197Z] ], [2022-08-09T15:59:47.197Z] "bip": "10.250.0.254/24", [2022-08-09T15:59:47.197Z] "hosts": [ [2022-08-09T15:59:47.197Z] "tcp://0.0.0.0:5555", [2022-08-09T15:59:47.197Z] "unix:///var/run/docker.sock" [2022-08-09T15:59:47.197Z] ], [2022-08-09T15:59:47.197Z] "mtu": 1458, [2022-08-09T15:59:47.197Z] "selinux-enabled": true, [2022-08-09T15:59:47.197Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-09T15:59:47.197Z] } [Pipeline] sh [2022-08-09T15:59:47.593Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-09T15:59:47.938Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-09T16:00:06.264Z] provisioning config files... [2022-08-09T16:00:06.288Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/93@tmp/config2867908046363274934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:00:06.641Z] ---> docker-login.sh [2022-08-09T16:00:06.641Z] nexus3.edgexfoundry.org:10001 [2022-08-09T16:00:07.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T16:00:07.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T16:00:07.825Z] Configure a credential helper to remove this warning. See [2022-08-09T16:00:07.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T16:00:07.825Z] [2022-08-09T16:00:07.825Z] Login Succeeded [2022-08-09T16:00:07.825Z] nexus3.edgexfoundry.org:10002 [2022-08-09T16:00:08.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T16:00:08.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T16:00:08.096Z] Configure a credential helper to remove this warning. See [2022-08-09T16:00:08.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T16:00:08.096Z] [2022-08-09T16:00:08.096Z] Login Succeeded [2022-08-09T16:00:08.096Z] nexus3.edgexfoundry.org:10003 [2022-08-09T16:00:08.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T16:00:08.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T16:00:08.644Z] Configure a credential helper to remove this warning. See [2022-08-09T16:00:08.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T16:00:08.644Z] [2022-08-09T16:00:08.644Z] Login Succeeded [2022-08-09T16:00:08.644Z] nexus3.edgexfoundry.org:10004 [2022-08-09T16:00:08.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T16:00:08.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T16:00:08.917Z] Configure a credential helper to remove this warning. See [2022-08-09T16:00:08.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T16:00:08.917Z] [2022-08-09T16:00:08.917Z] Login Succeeded [2022-08-09T16:00:08.917Z] docker.io [2022-08-09T16:00:09.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T16:00:09.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T16:00:09.783Z] Configure a credential helper to remove this warning. See [2022-08-09T16:00:09.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T16:00:09.783Z] [2022-08-09T16:00:09.783Z] Login Succeeded [2022-08-09T16:00:09.783Z] ---> docker-login.sh ends [Pipeline] } [2022-08-09T16:00:09.803Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-09T16:00:10.265Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-09T16:00:10.282Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-09T16:00:10.292Z] ========================================================= [2022-08-09T16:00:10.293Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-09T16:00:10.293Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:00:10.685Z] + 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 . [2022-08-09T16:00:10.685Z] Sending build context to Docker daemon 204.8kB [2022-08-09T16:00:10.962Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-08-09T16:00:10.962Z] Step 2/13 : FROM ${BASE} AS builder [2022-08-09T16:00:11.239Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-09T16:00:11.239Z] b3c136eddcbf: Pulling fs layer [2022-08-09T16:00:11.239Z] c0a3192eca97: Pulling fs layer [2022-08-09T16:00:11.239Z] a050256f5b6f: Pulling fs layer [2022-08-09T16:00:11.239Z] 656be50a0ddc: Pulling fs layer [2022-08-09T16:00:11.239Z] 2bbca73fdf42: Pulling fs layer [2022-08-09T16:00:11.239Z] 46d945488cbd: Pulling fs layer [2022-08-09T16:00:11.239Z] 8a5474983e97: Pulling fs layer [2022-08-09T16:00:11.239Z] 329c88fbcd65: Pulling fs layer [2022-08-09T16:00:11.239Z] 2bbca73fdf42: Waiting [2022-08-09T16:00:11.239Z] 46d945488cbd: Waiting [2022-08-09T16:00:11.239Z] 8a5474983e97: Waiting [2022-08-09T16:00:11.239Z] 656be50a0ddc: Waiting [2022-08-09T16:00:11.239Z] 329c88fbcd65: Waiting [2022-08-09T16:00:11.239Z] a050256f5b6f: Verifying Checksum [2022-08-09T16:00:11.239Z] a050256f5b6f: Download complete [2022-08-09T16:00:11.239Z] c0a3192eca97: Download complete [2022-08-09T16:00:11.239Z] 2bbca73fdf42: Verifying Checksum [2022-08-09T16:00:11.239Z] 2bbca73fdf42: Download complete [2022-08-09T16:00:11.239Z] 46d945488cbd: Verifying Checksum [2022-08-09T16:00:11.239Z] 46d945488cbd: Download complete [2022-08-09T16:00:11.239Z] b3c136eddcbf: Verifying Checksum [2022-08-09T16:00:12.236Z] b3c136eddcbf: Pull complete [2022-08-09T16:00:12.513Z] 329c88fbcd65: Verifying Checksum [2022-08-09T16:00:12.513Z] 329c88fbcd65: Download complete [2022-08-09T16:00:12.789Z] c0a3192eca97: Pull complete [2022-08-09T16:00:13.394Z] a050256f5b6f: Pull complete [2022-08-09T16:00:13.669Z] 8a5474983e97: Verifying Checksum [2022-08-09T16:00:14.262Z] 656be50a0ddc: Verifying Checksum [2022-08-09T16:00:14.262Z] 656be50a0ddc: Download complete [2022-08-09T16:00:26.650Z] 656be50a0ddc: Pull complete [2022-08-09T16:00:26.650Z] 2bbca73fdf42: Pull complete [2022-08-09T16:00:26.650Z] 46d945488cbd: Pull complete [2022-08-09T16:00:33.376Z] 8a5474983e97: Pull complete [2022-08-09T16:00:34.812Z] 329c88fbcd65: Pull complete [2022-08-09T16:00:34.812Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-09T16:00:34.812Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-09T16:00:34.812Z] ---> ff4287adb874 [2022-08-09T16:00:34.812Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-08-09T16:00:36.251Z] ---> Running in 1c13a7d332b9 [2022-08-09T16:00:36.251Z] Removing intermediate container 1c13a7d332b9 [2022-08-09T16:00:36.251Z] ---> b3d385440158 [2022-08-09T16:00:36.251Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-08-09T16:00:36.251Z] ---> Running in 519b15739588 [2022-08-09T16:00:36.846Z] Removing intermediate container 519b15739588 [2022-08-09T16:00:36.846Z] ---> b22a52d01738 [2022-08-09T16:00:36.846Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-09T16:00:36.846Z] ---> Running in 2564b604a267 [2022-08-09T16:00:37.123Z] Removing intermediate container 2564b604a267 [2022-08-09T16:00:37.123Z] ---> 63f3948cbdb8 [2022-08-09T16:00:37.123Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T16:00:37.123Z] ---> Running in dc8fff02b4a3 [2022-08-09T16:00:39.094Z] Removing intermediate container dc8fff02b4a3 [2022-08-09T16:00:39.094Z] ---> 1b0941a0d3f9 [2022-08-09T16:00:39.094Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-09T16:00:39.094Z] ---> Running in 5d59ab64e470 [2022-08-09T16:00:40.076Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T16:00:41.053Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T16:00:42.492Z] OK: 221 MiB in 51 packages [2022-08-09T16:00:43.091Z] Removing intermediate container 5d59ab64e470 [2022-08-09T16:00:43.091Z] ---> 58cf831ac52c [2022-08-09T16:00:43.091Z] Step 8/13 : WORKDIR /app [2022-08-09T16:00:43.091Z] ---> Running in 0decf5b75e7b [2022-08-09T16:00:43.362Z] Removing intermediate container 0decf5b75e7b [2022-08-09T16:00:43.362Z] ---> 1c4a839f9433 [2022-08-09T16:00:43.362Z] Step 9/13 : COPY go.mod vendor* ./ [2022-08-09T16:00:43.965Z] ---> 6c39390b0534 [2022-08-09T16:00:43.965Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T16:00:43.965Z] ---> Running in fee1a6b0fcf9 [2022-08-09T16:01:40.546Z] Removing intermediate container fee1a6b0fcf9 [2022-08-09T16:01:40.546Z] ---> 6e399798eecf [2022-08-09T16:01:40.546Z] Step 11/13 : COPY . . [2022-08-09T16:01:40.546Z] ---> 22633dc6e7fc [2022-08-09T16:01:40.546Z] Step 12/13 : ARG MAKE="make build" [2022-08-09T16:01:40.546Z] ---> Running in d56514c4c60e [2022-08-09T16:01:40.546Z] Removing intermediate container d56514c4c60e [2022-08-09T16:01:40.546Z] ---> 3f6b15d5f5fe [2022-08-09T16:01:40.546Z] Step 13/13 : RUN $MAKE [2022-08-09T16:01:40.546Z] ---> Running in 1ecd69dcc651 [2022-08-09T16:01:40.546Z] noop [2022-08-09T16:01:40.546Z] Removing intermediate container 1ecd69dcc651 [2022-08-09T16:01:40.546Z] ---> 2758c5a35495 [2022-08-09T16:01:40.546Z] Successfully built 2758c5a35495 [2022-08-09T16:01:40.546Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:01:40.934Z] + docker inspect -f . ci-base-image-arm64 [2022-08-09T16:01:40.934Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T16:01:41.252Z] prd-ubuntu20.04-docker-arm64-4c-16g-22226 does not seem to be running inside a container [2022-08-09T16:01:41.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/93 -v /w/workspace/app-service-configurable/93:/w/workspace/app-service-configurable/93:rw,z -v /w/workspace/app-service-configurable/93@tmp:/w/workspace/app-service-configurable/93@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 [2022-08-09T16:01:42.802Z] $ docker top 67747937a27d8f9eacdb8999a5c3833f96cddad2bd04ade1ede8b088a0f3a708 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-09T16:01:43.759Z] + go version [2022-08-09T16:01:43.759Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-09T16:01:43.787Z] $ docker stop --time=1 67747937a27d8f9eacdb8999a5c3833f96cddad2bd04ade1ede8b088a0f3a708 [2022-08-09T16:01:45.494Z] $ docker rm -f 67747937a27d8f9eacdb8999a5c3833f96cddad2bd04ade1ede8b088a0f3a708 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:01:46.164Z] + docker inspect -f . ci-base-image-arm64 [2022-08-09T16:01:46.165Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T16:01:46.451Z] prd-ubuntu20.04-docker-arm64-4c-16g-22226 does not seem to be running inside a container [2022-08-09T16:01:46.547Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/app-service-configurable/93 -v /w/workspace/app-service-configurable/93:/w/workspace/app-service-configurable/93:rw,z -v /w/workspace/app-service-configurable/93@tmp:/w/workspace/app-service-configurable/93@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 [2022-08-09T16:01:47.987Z] $ docker top fa32bd0803ad8354190e63451938ddd9a9defec15b18c44cd24de71b7b017c58 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-09T16:01:48.939Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/93 [Pipeline] fileExists [Pipeline] sh [2022-08-09T16:01:49.630Z] + make test [2022-08-09T16:01:49.630Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-08-09T16:03:26.547Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-08-09T16:03:26.547Z] CGO_ENABLED=1 go vet ./... [2022-08-09T16:03:41.731Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-09T16:03:41.731Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-09T16:03:41.731Z] ./bin/test-attribution-txt.sh [2022-08-09T16:03:41.731Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-09T16:03:41.731Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-09T16:03:41.731Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-09T16:03:41.754Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-09T16:03:41.770Z] $ docker stop --time=1 fa32bd0803ad8354190e63451938ddd9a9defec15b18c44cd24de71b7b017c58 [2022-08-09T16:03:43.672Z] $ docker rm -f fa32bd0803ad8354190e63451938ddd9a9defec15b18c44cd24de71b7b017c58 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-09T16:03:44.735Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-09T16:03:44.756Z] Warning: overwriting stash ‘coverage-report’ [2022-08-09T16:03:45.270Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-09T16:03:45.729Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-09T16:03:46.108Z] + ls -al . [2022-08-09T16:03:46.108Z] total 168 [2022-08-09T16:03:46.108Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 9 16:01 . [2022-08-09T16:03:46.108Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 9 15:59 .. [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 9 15:59 .dockerignore [2022-08-09T16:03:46.108Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 9 15:59 .git [2022-08-09T16:03:46.108Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 9 15:59 .github [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 171 Aug 9 15:59 .gitignore [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 8830 Aug 9 15:59 Attribution.txt [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 27269 Aug 9 15:59 CHANGELOG.md [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 2089 Aug 9 15:59 Dockerfile [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 9 15:59 GOVERNANCE.md [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 688 Aug 9 15:59 Jenkinsfile [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 9 15:59 LICENSE [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 9 15:59 OWNERS.md [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 3718 Aug 9 15:59 README.md [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 9 15:57 VERSION [2022-08-09T16:03:46.108Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 9 15:59 bin [2022-08-09T16:03:46.108Z] -rw-r--r-- 1 jenkins jenkins 10 Aug 9 16:01 coverage.out [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 3475 Aug 9 15:59 go.mod [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 36887 Aug 9 15:59 go.sum [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 1949 Aug 9 15:59 main.go [2022-08-09T16:03:46.108Z] -rw-rw-r-- 1 jenkins jenkins 1959 Aug 9 15:59 makefile [2022-08-09T16:03:46.108Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 9 15:59 res [2022-08-09T16:03:46.108Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 9 15:59 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:03:46.529Z] + 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=0f293f13f47d7806d287045c82fd6425cbb8076b --label arch=arm64 --label version=2.3.0-dev.14 . [2022-08-09T16:03:46.529Z] Sending build context to Docker daemon 205.8kB [2022-08-09T16:03:46.822Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-08-09T16:03:46.822Z] Step 2/27 : FROM ${BASE} AS builder [2022-08-09T16:03:46.822Z] ---> 2758c5a35495 [2022-08-09T16:03:46.822Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-08-09T16:03:47.126Z] ---> Running in 1a722dfd4bc7 [2022-08-09T16:03:47.438Z] Removing intermediate container 1a722dfd4bc7 [2022-08-09T16:03:47.438Z] ---> 5fbf05177c49 [2022-08-09T16:03:47.438Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-08-09T16:03:47.438Z] ---> Running in 4fad3f884d7e [2022-08-09T16:03:48.036Z] Removing intermediate container 4fad3f884d7e [2022-08-09T16:03:48.036Z] ---> 268e30405bcb [2022-08-09T16:03:48.036Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-09T16:03:48.036Z] ---> Running in 31616c084a61 [2022-08-09T16:03:48.320Z] Removing intermediate container 31616c084a61 [2022-08-09T16:03:48.320Z] ---> 657f099204f6 [2022-08-09T16:03:48.320Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T16:03:48.320Z] ---> Running in 69d25e847ed1 [2022-08-09T16:03:50.340Z] Removing intermediate container 69d25e847ed1 [2022-08-09T16:03:50.340Z] ---> 7726d9d6573e [2022-08-09T16:03:50.340Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-09T16:03:50.340Z] ---> Running in cfba94b67cd9 [2022-08-09T16:03:51.327Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T16:03:52.322Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T16:03:53.473Z] OK: 221 MiB in 51 packages [2022-08-09T16:03:54.074Z] Removing intermediate container cfba94b67cd9 [2022-08-09T16:03:54.074Z] ---> 4c21ac66c45f [2022-08-09T16:03:54.074Z] Step 8/27 : WORKDIR /app [2022-08-09T16:03:54.347Z] ---> Running in 04db54b47fa0 [2022-08-09T16:03:54.626Z] Removing intermediate container 04db54b47fa0 [2022-08-09T16:03:54.626Z] ---> db076bf79a41 [2022-08-09T16:03:54.626Z] Step 9/27 : COPY go.mod vendor* ./ [2022-08-09T16:03:55.224Z] ---> 14ac2fd4e97f [2022-08-09T16:03:55.224Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T16:03:55.224Z] ---> Running in 3a19dea31b52 [2022-08-09T16:03:57.861Z] Removing intermediate container 3a19dea31b52 [2022-08-09T16:03:57.861Z] ---> de3d841b8d08 [2022-08-09T16:03:57.861Z] Step 11/27 : COPY . . [2022-08-09T16:03:58.141Z] ---> f187225d106a [2022-08-09T16:03:58.141Z] Step 12/27 : ARG MAKE="make build" [2022-08-09T16:03:58.141Z] ---> Running in 4d6a6f74f01d [2022-08-09T16:03:58.745Z] Removing intermediate container 4d6a6f74f01d [2022-08-09T16:03:58.745Z] ---> cd83ecb1ee0e [2022-08-09T16:03:58.745Z] Step 13/27 : RUN $MAKE [2022-08-09T16:03:58.745Z] ---> Running in cb18a536774c [2022-08-09T16:03:59.728Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.29 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.3.0-dev.14" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-08-09T16:06:21.665Z] Removing intermediate container cb18a536774c [2022-08-09T16:06:21.665Z] ---> eca224bf69a2 [2022-08-09T16:06:21.665Z] Step 14/27 : FROM alpine:3.16 [2022-08-09T16:06:21.665Z] 3.16: Pulling from library/alpine [2022-08-09T16:06:21.665Z] f97344484467: Pulling fs layer [2022-08-09T16:06:21.665Z] f97344484467: Download complete [2022-08-09T16:06:22.278Z] f97344484467: Pull complete [2022-08-09T16:06:22.278Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 [2022-08-09T16:06:22.278Z] Status: Downloaded newer image for alpine:3.16 [2022-08-09T16:06:22.278Z] ---> 3d81c46cd875 [2022-08-09T16:06:22.278Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-09T16:06:22.278Z] ---> Running in 5ae85bca9777 [2022-08-09T16:06:22.901Z] Removing intermediate container 5ae85bca9777 [2022-08-09T16:06:22.901Z] ---> 74969b2275b2 [2022-08-09T16:06:22.901Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-08-09T16:06:22.901Z] ---> Running in f64c7d2ead0d [2022-08-09T16:06:23.186Z] Removing intermediate container f64c7d2ead0d [2022-08-09T16:06:23.186Z] ---> 3af1a8a9ef79 [2022-08-09T16:06:23.186Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-08-09T16:06:23.186Z] ---> Running in 3b2b828884e0 [2022-08-09T16:06:24.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T16:06:24.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T16:06:25.619Z] (1/7) Installing ca-certificates (20220614-r0) [2022-08-09T16:06:25.894Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-08-09T16:06:25.894Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-08-09T16:06:25.894Z] (4/7) Installing libsodium (1.0.18-r0) [2022-08-09T16:06:25.894Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-09T16:06:25.894Z] (6/7) Installing libzmq (4.3.4-r0) [2022-08-09T16:06:25.894Z] (7/7) Installing zeromq (4.3.4-r0) [2022-08-09T16:06:25.894Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T16:06:25.894Z] Executing ca-certificates-20220614-r0.trigger [2022-08-09T16:06:26.169Z] OK: 9 MiB in 21 packages [2022-08-09T16:06:27.611Z] Removing intermediate container 3b2b828884e0 [2022-08-09T16:06:27.611Z] ---> 13688cbc187a [2022-08-09T16:06:27.611Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-08-09T16:06:27.887Z] ---> 18187e8613b4 [2022-08-09T16:06:27.887Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-08-09T16:06:28.488Z] ---> 03a678103133 [2022-08-09T16:06:28.488Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-08-09T16:06:29.083Z] ---> bedb6771cf37 [2022-08-09T16:06:29.083Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-08-09T16:06:30.521Z] ---> bac3bf3cba8c [2022-08-09T16:06:30.521Z] Step 22/27 : EXPOSE 48095 [2022-08-09T16:06:30.799Z] ---> Running in c9bd40f26cc9 [2022-08-09T16:06:31.073Z] Removing intermediate container c9bd40f26cc9 [2022-08-09T16:06:31.073Z] ---> 4c6a90452b90 [2022-08-09T16:06:31.073Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-08-09T16:06:31.073Z] ---> Running in bff6556fd537 [2022-08-09T16:06:31.348Z] Removing intermediate container bff6556fd537 [2022-08-09T16:06:31.348Z] ---> 97ebe18eafba [2022-08-09T16:06:31.348Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T16:06:31.348Z] ---> Running in dccdcc79094e [2022-08-09T16:06:31.946Z] Removing intermediate container dccdcc79094e [2022-08-09T16:06:31.946Z] ---> fc8e6925d3d3 [2022-08-09T16:06:31.946Z] Step 25/27 : LABEL arch=arm64 [2022-08-09T16:06:31.946Z] ---> Running in dbc2d3a4c39b [2022-08-09T16:06:32.222Z] Removing intermediate container dbc2d3a4c39b [2022-08-09T16:06:32.222Z] ---> efc433538b43 [2022-08-09T16:06:32.222Z] Step 26/27 : LABEL git_sha=0f293f13f47d7806d287045c82fd6425cbb8076b [2022-08-09T16:06:32.222Z] ---> Running in c7adfbddd460 [2022-08-09T16:06:32.495Z] Removing intermediate container c7adfbddd460 [2022-08-09T16:06:32.495Z] ---> b67037f91f50 [2022-08-09T16:06:32.495Z] Step 27/27 : LABEL version=2.3.0-dev.14 [2022-08-09T16:06:32.771Z] ---> Running in 15ea5d2ad4f2 [2022-08-09T16:06:33.049Z] Removing intermediate container 15ea5d2ad4f2 [2022-08-09T16:06:33.049Z] ---> b2088d6fed47 [2022-08-09T16:06:33.049Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-09T16:06:33.049Z] Successfully built b2088d6fed47 [2022-08-09T16:06:33.049Z] 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 [2022-08-09T16:06:33.170Z] provisioning config files... [2022-08-09T16:06:33.189Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/93@tmp/config4630592893671774479tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:06:33.538Z] ---> docker-login.sh [2022-08-09T16:06:33.538Z] nexus3.edgexfoundry.org:10001 [2022-08-09T16:06:33.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T16:06:33.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T16:06:33.812Z] Configure a credential helper to remove this warning. See [2022-08-09T16:06:33.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T16:06:33.812Z] [2022-08-09T16:06:33.812Z] Login Succeeded [2022-08-09T16:06:33.812Z] nexus3.edgexfoundry.org:10002 [2022-08-09T16:06:34.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T16:06:34.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T16:06:34.408Z] Configure a credential helper to remove this warning. See [2022-08-09T16:06:34.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T16:06:34.408Z] [2022-08-09T16:06:34.408Z] Login Succeeded [2022-08-09T16:06:34.408Z] nexus3.edgexfoundry.org:10003 [2022-08-09T16:06:34.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T16:06:34.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T16:06:34.956Z] Configure a credential helper to remove this warning. See [2022-08-09T16:06:34.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T16:06:34.956Z] [2022-08-09T16:06:34.956Z] Login Succeeded [2022-08-09T16:06:34.956Z] nexus3.edgexfoundry.org:10004 [2022-08-09T16:06:35.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T16:06:35.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T16:06:35.228Z] Configure a credential helper to remove this warning. See [2022-08-09T16:06:35.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T16:06:35.228Z] [2022-08-09T16:06:35.228Z] Login Succeeded [2022-08-09T16:06:35.500Z] docker.io [2022-08-09T16:06:35.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T16:06:36.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T16:06:36.043Z] Configure a credential helper to remove this warning. See [2022-08-09T16:06:36.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T16:06:36.043Z] [2022-08-09T16:06:36.043Z] Login Succeeded [2022-08-09T16:06:36.043Z] ---> docker-login.sh ends [Pipeline] } [2022-08-09T16:06:36.061Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-09T16:06:36.090Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-09T16:06:36.113Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-08-09T16:06:36.113Z] 0f293f13f47d7806d287045c82fd6425cbb8076b [2022-08-09T16:06:36.113Z] latest [2022-08-09T16:06:36.113Z] 2.3.0-dev.14 [2022-08-09T16:06:36.113Z] 0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 [2022-08-09T16:06:36.113Z] main [2022-08-09T16:06:36.113Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:06:36.480Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:06:36.856Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:0f293f13f47d7806d287045c82fd6425cbb8076b [2022-08-09T16:06:36.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-08-09T16:06:36.856Z] 32b6946701a8: Preparing [2022-08-09T16:06:36.856Z] de1970b1cdcd: Preparing [2022-08-09T16:06:36.856Z] 6219855a22d2: Preparing [2022-08-09T16:06:36.856Z] 3028ae8ea752: Preparing [2022-08-09T16:06:36.856Z] bdc9f04512e2: Preparing [2022-08-09T16:06:36.856Z] 5b7df235d876: Preparing [2022-08-09T16:06:36.856Z] 5b7df235d876: Waiting [2022-08-09T16:06:37.132Z] de1970b1cdcd: Pushed [2022-08-09T16:06:37.132Z] 3028ae8ea752: Pushed [2022-08-09T16:06:37.132Z] 6219855a22d2: Pushed [2022-08-09T16:06:37.132Z] 5b7df235d876: Layer already exists [2022-08-09T16:06:38.111Z] bdc9f04512e2: Pushed [2022-08-09T16:06:42.403Z] 32b6946701a8: Pushed [2022-08-09T16:06:42.403Z] 0f293f13f47d7806d287045c82fd6425cbb8076b: digest: sha256:fb050eb8eb0806bb44885b5fbec4ba208d95b19a8a5924318699d498f0b89282 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:06:42.764Z] + 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 [2022-08-09T16:06:43.128Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-08-09T16:06:43.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-08-09T16:06:43.128Z] 32b6946701a8: Preparing [2022-08-09T16:06:43.128Z] de1970b1cdcd: Preparing [2022-08-09T16:06:43.128Z] 6219855a22d2: Preparing [2022-08-09T16:06:43.128Z] 3028ae8ea752: Preparing [2022-08-09T16:06:43.128Z] bdc9f04512e2: Preparing [2022-08-09T16:06:43.128Z] 5b7df235d876: Preparing [2022-08-09T16:06:43.128Z] 5b7df235d876: Waiting [2022-08-09T16:06:43.128Z] 6219855a22d2: Layer already exists [2022-08-09T16:06:43.128Z] 3028ae8ea752: Layer already exists [2022-08-09T16:06:43.128Z] bdc9f04512e2: Layer already exists [2022-08-09T16:06:43.128Z] de1970b1cdcd: Layer already exists [2022-08-09T16:06:43.128Z] 32b6946701a8: Layer already exists [2022-08-09T16:06:43.128Z] 5b7df235d876: Layer already exists [2022-08-09T16:06:43.400Z] latest: digest: sha256:fb050eb8eb0806bb44885b5fbec4ba208d95b19a8a5924318699d498f0b89282 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:06:43.766Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:06:44.125Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.3.0-dev.14 [2022-08-09T16:06:44.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-08-09T16:06:44.125Z] 32b6946701a8: Preparing [2022-08-09T16:06:44.125Z] de1970b1cdcd: Preparing [2022-08-09T16:06:44.125Z] 6219855a22d2: Preparing [2022-08-09T16:06:44.125Z] 3028ae8ea752: Preparing [2022-08-09T16:06:44.125Z] bdc9f04512e2: Preparing [2022-08-09T16:06:44.125Z] 5b7df235d876: Preparing [2022-08-09T16:06:44.125Z] 5b7df235d876: Waiting [2022-08-09T16:06:44.125Z] 6219855a22d2: Layer already exists [2022-08-09T16:06:44.125Z] de1970b1cdcd: Layer already exists [2022-08-09T16:06:44.125Z] 3028ae8ea752: Layer already exists [2022-08-09T16:06:44.125Z] bdc9f04512e2: Layer already exists [2022-08-09T16:06:44.125Z] 32b6946701a8: Layer already exists [2022-08-09T16:06:44.125Z] 5b7df235d876: Layer already exists [2022-08-09T16:06:44.396Z] 2.3.0-dev.14: digest: sha256:fb050eb8eb0806bb44885b5fbec4ba208d95b19a8a5924318699d498f0b89282 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:06:44.771Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:06:45.140Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 [2022-08-09T16:06:45.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-08-09T16:06:45.141Z] 32b6946701a8: Preparing [2022-08-09T16:06:45.141Z] de1970b1cdcd: Preparing [2022-08-09T16:06:45.141Z] 6219855a22d2: Preparing [2022-08-09T16:06:45.141Z] 3028ae8ea752: Preparing [2022-08-09T16:06:45.141Z] bdc9f04512e2: Preparing [2022-08-09T16:06:45.141Z] 5b7df235d876: Preparing [2022-08-09T16:06:45.141Z] 5b7df235d876: Waiting [2022-08-09T16:06:45.141Z] bdc9f04512e2: Layer already exists [2022-08-09T16:06:45.141Z] 32b6946701a8: Layer already exists [2022-08-09T16:06:45.141Z] 3028ae8ea752: Layer already exists [2022-08-09T16:06:45.141Z] de1970b1cdcd: Layer already exists [2022-08-09T16:06:45.141Z] 6219855a22d2: Layer already exists [2022-08-09T16:06:45.415Z] 5b7df235d876: Layer already exists [2022-08-09T16:06:45.415Z] 0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14: digest: sha256:fb050eb8eb0806bb44885b5fbec4ba208d95b19a8a5924318699d498f0b89282 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:06:45.782Z] + 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 [2022-08-09T16:06:46.181Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-08-09T16:06:46.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-08-09T16:06:46.181Z] 32b6946701a8: Preparing [2022-08-09T16:06:46.181Z] de1970b1cdcd: Preparing [2022-08-09T16:06:46.181Z] 6219855a22d2: Preparing [2022-08-09T16:06:46.181Z] 3028ae8ea752: Preparing [2022-08-09T16:06:46.181Z] bdc9f04512e2: Preparing [2022-08-09T16:06:46.181Z] 5b7df235d876: Preparing [2022-08-09T16:06:46.181Z] 5b7df235d876: Waiting [2022-08-09T16:06:46.181Z] 32b6946701a8: Layer already exists [2022-08-09T16:06:46.181Z] 3028ae8ea752: Layer already exists [2022-08-09T16:06:46.181Z] bdc9f04512e2: Layer already exists [2022-08-09T16:06:46.181Z] de1970b1cdcd: Layer already exists [2022-08-09T16:06:46.181Z] 6219855a22d2: Layer already exists [2022-08-09T16:06:46.181Z] 5b7df235d876: Layer already exists [2022-08-09T16:06:46.467Z] main: digest: sha256:fb050eb8eb0806bb44885b5fbec4ba208d95b19a8a5924318699d498f0b89282 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-09T16:06:46.544Z] ===================================================== [Pipeline] echo [2022-08-09T16:06:46.555Z] taggedImages: [2022-08-09T16:06:46.555Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:0f293f13f47d7806d287045c82fd6425cbb8076b [2022-08-09T16:06:46.555Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-08-09T16:06:46.555Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.3.0-dev.14 [2022-08-09T16:06:46.555Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 [2022-08-09T16:06:46.555Z] - 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 [2022-08-09T16:06:46.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-09T16:06:46.952Z] [2022-08-09T16:06:46.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:06:47.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-09T16:06:47.607Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-09T16:06:47.607Z] 8998bd30e6a1: Pulling fs layer [2022-08-09T16:06:47.607Z] 04944245beec: Pulling fs layer [2022-08-09T16:06:47.607Z] 699f458cf7ca: Pulling fs layer [2022-08-09T16:06:47.607Z] 765212b225bb: Pulling fs layer [2022-08-09T16:06:47.607Z] f23df028b6ca: Pulling fs layer [2022-08-09T16:06:47.607Z] d65c8cfc05b1: Pulling fs layer [2022-08-09T16:06:47.607Z] 2437ff75d9bd: Pulling fs layer [2022-08-09T16:06:47.607Z] f23df028b6ca: Waiting [2022-08-09T16:06:47.607Z] 765212b225bb: Waiting [2022-08-09T16:06:47.607Z] d65c8cfc05b1: Waiting [2022-08-09T16:06:47.607Z] 2437ff75d9bd: Waiting [2022-08-09T16:06:47.607Z] 04944245beec: Verifying Checksum [2022-08-09T16:06:47.607Z] 04944245beec: Download complete [2022-08-09T16:06:47.607Z] 765212b225bb: Verifying Checksum [2022-08-09T16:06:47.607Z] 765212b225bb: Download complete [2022-08-09T16:06:47.607Z] f23df028b6ca: Verifying Checksum [2022-08-09T16:06:47.607Z] f23df028b6ca: Download complete [2022-08-09T16:06:47.880Z] d65c8cfc05b1: Verifying Checksum [2022-08-09T16:06:47.880Z] d65c8cfc05b1: Download complete [2022-08-09T16:06:47.880Z] 699f458cf7ca: Verifying Checksum [2022-08-09T16:06:47.880Z] 699f458cf7ca: Download complete [2022-08-09T16:06:48.158Z] 8998bd30e6a1: Verifying Checksum [2022-08-09T16:06:48.158Z] 8998bd30e6a1: Download complete [2022-08-09T16:06:50.780Z] 2437ff75d9bd: Download complete [2022-08-09T16:06:52.762Z] 8998bd30e6a1: Pull complete [2022-08-09T16:06:53.034Z] 04944245beec: Pull complete [2022-08-09T16:06:55.014Z] 699f458cf7ca: Pull complete [2022-08-09T16:06:55.014Z] 765212b225bb: Pull complete [2022-08-09T16:06:56.000Z] f23df028b6ca: Pull complete [2022-08-09T16:06:56.000Z] d65c8cfc05b1: Pull complete [2022-08-09T16:07:11.085Z] 2437ff75d9bd: Pull complete [2022-08-09T16:07:11.085Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-09T16:07:11.085Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-09T16:07:11.085Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T16:07:11.375Z] prd-ubuntu20.04-docker-arm64-4c-16g-22226 does not seem to be running inside a container [2022-08-09T16:07:11.462Z] $ 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/93 -v /w/workspace/app-service-configurable/93:/w/workspace/app-service-configurable/93:rw,z -v /w/workspace/app-service-configurable/93@tmp:/w/workspace/app-service-configurable/93@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 [2022-08-09T16:07:14.535Z] $ docker top 8ca7ae5f2d4a92931ab45bc388602cdf67ca231fc90c6d93f8829b5a64946d41 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:07:15.489Z] ---> job-cost.sh [2022-08-09T16:07:15.489Z] lf-activate-venv: SKIPPING [2022-08-09T16:07:15.489Z] INFO: No Stack... [2022-08-09T16:07:15.765Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-09T16:07:16.744Z] INFO: Archiving Costs [Pipeline] sh [2022-08-09T16:07:17.414Z] + cat /w/workspace/app-service-configurable/93/archives/cost.csv [2022-08-09T16:07:17.414Z] + cut -d, -f6 [Pipeline] lock [2022-08-09T16:07:17.483Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] [2022-08-09T16:07:17.489Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] did not exist. Created. [2022-08-09T16:07:17.489Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-09T16:07:18.163Z] /w/workspace/app-service-configurable/93@tmp/durable-e44bad6a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-09T16:07:18.844Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-09T16:07:18.873Z] Warning: overwriting stash ‘stack-cost’ [2022-08-09T16:07:18.925Z] Stashed 1 file(s) [Pipeline] } [2022-08-09T16:07:18.932Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-09T16:07:18.957Z] $ docker stop --time=1 8ca7ae5f2d4a92931ab45bc388602cdf67ca231fc90c6d93f8829b5a64946d41 [2022-08-09T16:07:20.524Z] $ docker rm -f 8ca7ae5f2d4a92931ab45bc388602cdf67ca231fc90c6d93f8829b5a64946d41 [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 [2022-08-09T16:07:20.996Z] provisioning config files... [2022-08-09T16:07:21.004Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6696568454754275069tmp [Pipeline] { [Pipeline] sh [2022-08-09T16:07:21.296Z] + set +x [2022-08-09T16:07:21.296Z] + bash -s -- [2022-08-09T16:07:21.296Z] + curl -s https://codecov.io/bash [2022-08-09T16:07:21.296Z] [2022-08-09T16:07:21.296Z] _____ _ [2022-08-09T16:07:21.296Z] / ____| | | [2022-08-09T16:07:21.296Z] | | ___ __| | ___ ___ _____ __ [2022-08-09T16:07:21.296Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-09T16:07:21.296Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-09T16:07:21.296Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-09T16:07:21.296Z] Bash-1.0.6 [2022-08-09T16:07:21.296Z] [2022-08-09T16:07:21.296Z] [2022-08-09T16:07:21.296Z] ==> git version 2.25.1 found [2022-08-09T16:07:21.296Z] ==> 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 [2022-08-09T16:07:21.296Z] Release-Date: 2020-01-08 [2022-08-09T16:07:21.296Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-08-09T16:07:21.296Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-09T16:07:21.296Z] ==> Jenkins CI detected. [2022-08-09T16:07:21.296Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-08-09T16:07:21.296Z] project root: . [2022-08-09T16:07:21.296Z] --> token set from env [2022-08-09T16:07:21.296Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-09T16:07:21.296Z] ==> Running gcov in . (disable via -X gcov) [2022-08-09T16:07:21.296Z] ==> Python coveragepy not found [2022-08-09T16:07:21.296Z] ==> Searching for coverage reports in: [2022-08-09T16:07:21.296Z] + . [2022-08-09T16:07:21.296Z] -> Found 1 reports [2022-08-09T16:07:21.296Z] ==> Detecting git/mercurial file structure [2022-08-09T16:07:21.296Z] ==> Reading reports [2022-08-09T16:07:21.296Z] + ./coverage.out bytes=10 [2022-08-09T16:07:21.296Z] ==> Appending adjustments [2022-08-09T16:07:21.296Z] https://docs.codecov.io/docs/fixing-reports [2022-08-09T16:07:21.557Z] + Found adjustments [2022-08-09T16:07:21.557Z] ==> Gzipping contents [2022-08-09T16:07:21.557Z] 4.0K /tmp/codecov.h3dTWd.gz [2022-08-09T16:07:21.557Z] ==> Uploading reports [2022-08-09T16:07:21.557Z] url: https://codecov.io [2022-08-09T16:07:21.557Z] query: branch=main&commit=0f293f13f47d7806d287045c82fd6425cbb8076b&build=93&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F93%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-09T16:07:21.557Z] -> Pinging Codecov [2022-08-09T16:07:21.557Z] 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=0f293f13f47d7806d287045c82fd6425cbb8076b&build=93&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F93%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-09T16:07:21.818Z] -> Uploading to [2022-08-09T16:07:21.818Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-09/A97CA9966030D2A3747ED39772930CCE/0f293f13f47d7806d287045c82fd6425cbb8076b/9bcd3cd2-5bf1-4a2e-a6f0-7ba460151ad2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220809%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220809T160721Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0c4668f481a72e01110477e542ad37077d19d0145ad7a2dd64ab9e90890b1525 [2022-08-09T16:07:21.818Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-09T16:07:21.818Z] Dload Upload Total Spent Left Speed [2022-08-09T16:07:22.079Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 525 0 0 100 525 0 2205 --:--:-- --:--:-- --:--:-- 2205 [2022-08-09T16:07:22.079Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] } [2022-08-09T16:07:22.089Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-08-09T16:07:22.271Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-08-09T16:07:22.282Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:07:22.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-09T16:07:22.578Z] [2022-08-09T16:07:22.578Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:07:22.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-09T16:07:22.886Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-08-09T16:07:22.886Z] df9b9388f04a: Pulling fs layer [2022-08-09T16:07:22.886Z] 52dc419b0ee2: Pulling fs layer [2022-08-09T16:07:22.886Z] 25bc292e5bac: Pulling fs layer [2022-08-09T16:07:22.886Z] 114826534d7a: Pulling fs layer [2022-08-09T16:07:22.886Z] 4657fd5d0bcf: Pulling fs layer [2022-08-09T16:07:22.886Z] 6ad1cebc031e: Pulling fs layer [2022-08-09T16:07:22.886Z] 8a3aa393b2d8: Pulling fs layer [2022-08-09T16:07:22.886Z] 114826534d7a: Waiting [2022-08-09T16:07:22.886Z] 4657fd5d0bcf: Waiting [2022-08-09T16:07:22.886Z] 6ad1cebc031e: Waiting [2022-08-09T16:07:22.886Z] 8a3aa393b2d8: Waiting [2022-08-09T16:07:22.886Z] 25bc292e5bac: Verifying Checksum [2022-08-09T16:07:22.886Z] 25bc292e5bac: Download complete [2022-08-09T16:07:22.886Z] 52dc419b0ee2: Download complete [2022-08-09T16:07:22.886Z] 4657fd5d0bcf: Verifying Checksum [2022-08-09T16:07:22.886Z] 4657fd5d0bcf: Download complete [2022-08-09T16:07:22.886Z] df9b9388f04a: Download complete [2022-08-09T16:07:23.145Z] 6ad1cebc031e: Verifying Checksum [2022-08-09T16:07:23.145Z] 6ad1cebc031e: Download complete [2022-08-09T16:07:23.145Z] df9b9388f04a: Pull complete [2022-08-09T16:07:23.410Z] 52dc419b0ee2: Pull complete [2022-08-09T16:07:23.410Z] 25bc292e5bac: Pull complete [2022-08-09T16:07:23.671Z] 114826534d7a: Verifying Checksum [2022-08-09T16:07:23.671Z] 114826534d7a: Download complete [2022-08-09T16:07:23.672Z] 8a3aa393b2d8: Verifying Checksum [2022-08-09T16:07:23.672Z] 8a3aa393b2d8: Download complete [2022-08-09T16:07:27.865Z] 114826534d7a: Pull complete [2022-08-09T16:07:27.865Z] 4657fd5d0bcf: Pull complete [2022-08-09T16:07:27.865Z] 6ad1cebc031e: Pull complete [2022-08-09T16:07:30.406Z] 8a3aa393b2d8: Pull complete [2022-08-09T16:07:30.406Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-08-09T16:07:30.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-09T16:07:30.406Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T16:07:30.493Z] prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container [2022-08-09T16:07:30.535Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-08-09T16:07:32.375Z] $ docker top 3b9de70668fdb958582008c1598cab5198906014eaa2a93483804335f311bbf6 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-09T16:07:32.456Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2022-08-09T16:07:32.737Z] + set -o pipefail [2022-08-09T16:07:32.737Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2022-08-09T16:07:39.314Z] [2022-08-09T16:07:39.314Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-08-09T16:07:39.314Z] [2022-08-09T16:07:39.314Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/72df74fb-22ac-4fc0-bb28-3e8f70cb4586 [2022-08-09T16:07:39.314Z] [2022-08-09T16:07:39.314Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-08-09T16:07:39.314Z] [2022-08-09T16:07:39.314Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-08-09T16:07:39.314Z] [2022-08-09T16:07:39.314Z] [Pipeline] } [2022-08-09T16:07:39.332Z] $ docker stop --time=1 3b9de70668fdb958582008c1598cab5198906014eaa2a93483804335f311bbf6 [2022-08-09T16:07:41.447Z] $ docker rm -f 3b9de70668fdb958582008c1598cab5198906014eaa2a93483804335f311bbf6 [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 [2022-08-09T16:07:42.177Z] + git log --format=format:%s -1 0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] sh [2022-08-09T16:07:42.473Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-09T16:07:42.473Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:07:42.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-09T16:07:42.778Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T16:07:42.862Z] prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container [2022-08-09T16:07:42.948Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-09T16:07:43.366Z] $ docker top 1e0c34609e9ab9f40eb9880650aa35c20aba9c19f92487c515ad4c891b493a2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-09T16:07:43.451Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-09T16:07:43.451Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-09T16:07:43.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-09T16:07:43.576Z] $ docker exec 1e0c34609e9ab9f40eb9880650aa35c20aba9c19f92487c515ad4c891b493a2d ssh-agent [2022-08-09T16:07:43.688Z] SSH_AUTH_SOCK=/tmp/ssh-RNP2GX1D46nV/agent.35 [2022-08-09T16:07:43.688Z] SSH_AGENT_PID=41 [2022-08-09T16:07:43.693Z] Running ssh-add (command line suppressed) [2022-08-09T16:07:43.810Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7596891862966702214.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7596891862966702214.key) [2022-08-09T16:07:43.818Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-09T16:07:44.105Z] + git semver tag [2022-08-09T16:07:44.366Z] 2022-08-09 16:07:44,286 [run_tag] DEBUG tag force:False [2022-08-09T16:07:44.366Z] 2022-08-09 16:07:44,286 [check_head_tag] DEBUG check head tag [2022-08-09T16:07:44.366Z] 2022-08-09 16:07:44,287 [execute] INFO git cat-file --batch-check [2022-08-09T16:07:44.366Z] 2022-08-09 16:07:44,287 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2022-08-09T16:07:44.366Z] 2022-08-09 16:07:44,291 [execute] INFO git cat-file --batch [2022-08-09T16:07:44.366Z] 2022-08-09 16:07:44,291 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2022-08-09T16:07:44.366Z] 2022-08-09 16:07:44,302 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-08-09T16:07:44.366Z] 2022-08-09 16:07:44,303 [execute] INFO git tag -a v2.3.0-dev.14 -m v2.3.0-dev.14 [2022-08-09T16:07:44.366Z] 2022-08-09 16:07:44,303 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.14', '-m', 'v2.3.0-dev.14'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2022-08-09T16:07:44.366Z] 2022-08-09 16:07:44,308 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-08-09T16:07:44.366Z] 2.3.0-dev.14 [Pipeline] } [2022-08-09T16:07:44.384Z] $ docker exec --env ******** --env ******** 1e0c34609e9ab9f40eb9880650aa35c20aba9c19f92487c515ad4c891b493a2d ssh-agent -k [2022-08-09T16:07:44.490Z] unset SSH_AUTH_SOCK; [2022-08-09T16:07:44.490Z] unset SSH_AGENT_PID; [2022-08-09T16:07:44.490Z] echo Agent pid 41 killed; [2022-08-09T16:07:44.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-09T16:07:44.805Z] + git semver [Pipeline] } [2022-08-09T16:07:45.086Z] $ docker stop --time=1 1e0c34609e9ab9f40eb9880650aa35c20aba9c19f92487c515ad4c891b493a2d [2022-08-09T16:07:46.379Z] $ docker rm -f 1e0c34609e9ab9f40eb9880650aa35c20aba9c19f92487c515ad4c891b493a2d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:07:46.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-09T16:07:46.813Z] [2022-08-09T16:07:46.813Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:07:47.114Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-09T16:07:47.114Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-08-09T16:07:47.114Z] ab5ef0e58194: Pulling fs layer [2022-08-09T16:07:47.114Z] 9712f1f96733: Pulling fs layer [2022-08-09T16:07:47.114Z] 63f879dbbcfc: Pulling fs layer [2022-08-09T16:07:47.114Z] 0d9ebad4ef96: Pulling fs layer [2022-08-09T16:07:47.114Z] e9a5061849ea: Pulling fs layer [2022-08-09T16:07:47.114Z] d747dcd14b5f: Pulling fs layer [2022-08-09T16:07:47.114Z] 2de7ff778b66: Pulling fs layer [2022-08-09T16:07:47.114Z] d747dcd14b5f: Waiting [2022-08-09T16:07:47.114Z] 0d9ebad4ef96: Waiting [2022-08-09T16:07:47.114Z] 9712f1f96733: Verifying Checksum [2022-08-09T16:07:47.114Z] 9712f1f96733: Download complete [2022-08-09T16:07:47.375Z] 63f879dbbcfc: Verifying Checksum [2022-08-09T16:07:47.375Z] 63f879dbbcfc: Download complete [2022-08-09T16:07:47.946Z] e9a5061849ea: Verifying Checksum [2022-08-09T16:07:47.946Z] e9a5061849ea: Download complete [2022-08-09T16:07:47.946Z] ab5ef0e58194: Verifying Checksum [2022-08-09T16:07:47.946Z] ab5ef0e58194: Download complete [2022-08-09T16:07:47.946Z] 0d9ebad4ef96: Verifying Checksum [2022-08-09T16:07:47.946Z] 0d9ebad4ef96: Download complete [2022-08-09T16:07:47.946Z] d747dcd14b5f: Verifying Checksum [2022-08-09T16:07:47.946Z] d747dcd14b5f: Download complete [2022-08-09T16:07:47.946Z] 2de7ff778b66: Verifying Checksum [2022-08-09T16:07:47.946Z] 2de7ff778b66: Download complete [2022-08-09T16:07:50.487Z] ab5ef0e58194: Pull complete [2022-08-09T16:07:50.487Z] 9712f1f96733: Pull complete [2022-08-09T16:07:51.427Z] 63f879dbbcfc: Pull complete [2022-08-09T16:07:54.716Z] 0d9ebad4ef96: Pull complete [2022-08-09T16:07:54.975Z] e9a5061849ea: Pull complete [2022-08-09T16:07:54.975Z] d747dcd14b5f: Pull complete [2022-08-09T16:07:56.354Z] 2de7ff778b66: Pull complete [2022-08-09T16:07:56.354Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-08-09T16:07:56.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-09T16:07:56.354Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T16:07:56.449Z] prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container [2022-08-09T16:07:56.491Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-08-09T16:07:58.894Z] $ docker top 285ff53789711b82ced490e29a00436cb49a5158c782facb60e4aabcb7fefef5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-08-09T16:07:58.966Z] provisioning config files... [2022-08-09T16:07:58.975Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3546190768317214727tmp [2022-08-09T16:07:58.987Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5046993807708131880tmp [2022-08-09T16:07:58.998Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6579062772216263596tmp [Pipeline] { [Pipeline] echo [2022-08-09T16:07:59.013Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:07:59.297Z] ---> sigul-configuration.sh [2022-08-09T16:07:59.297Z] gpg: directory `/root/.gnupg' created [2022-08-09T16:07:59.297Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-08-09T16:07:59.297Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-08-09T16:07:59.297Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-08-09T16:07:59.297Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-08-09T16:07:59.297Z] gpg: CAST5 encrypted data [2022-08-09T16:07:59.297Z] gpg: encrypted with 1 passphrase [2022-08-09T16:07:59.297Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-08-09T16:07:59.583Z] + mkdir /home/jenkins [2022-08-09T16:07:59.583Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-08-09T16:07:59.868Z] + 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 [2022-08-09T16:07:59.876Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:08:00.162Z] ---> sigul-install.sh [2022-08-09T16:08:00.162Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-08-09T16:08:00.450Z] + git tag --list [2022-08-09T16:08:00.450Z] v1.0.0 [2022-08-09T16:08:00.450Z] v1.1.0 [2022-08-09T16:08:00.450Z] v1.2.0 [2022-08-09T16:08:00.450Z] v1.3.0 [2022-08-09T16:08:00.450Z] v1.3.1 [2022-08-09T16:08:00.450Z] v2.0.0 [2022-08-09T16:08:00.450Z] v2.0.1 [2022-08-09T16:08:00.450Z] v2.1.0 [2022-08-09T16:08:00.450Z] v2.1.1 [2022-08-09T16:08:00.450Z] v2.1.1-dev.1 [2022-08-09T16:08:00.450Z] v2.1.1-dev.2 [2022-08-09T16:08:00.450Z] v2.2.0 [2022-08-09T16:08:00.450Z] v2.2.1-dev.1 [2022-08-09T16:08:00.450Z] v2.2.1-dev.10 [2022-08-09T16:08:00.450Z] v2.2.1-dev.2 [2022-08-09T16:08:00.450Z] v2.2.1-dev.3 [2022-08-09T16:08:00.450Z] v2.2.1-dev.4 [2022-08-09T16:08:00.450Z] v2.2.1-dev.5 [2022-08-09T16:08:00.450Z] v2.2.1-dev.6 [2022-08-09T16:08:00.450Z] v2.2.1-dev.7 [2022-08-09T16:08:00.450Z] v2.2.1-dev.8 [2022-08-09T16:08:00.450Z] v2.2.1-dev.9 [2022-08-09T16:08:00.450Z] v2.3.0-dev.10 [2022-08-09T16:08:00.450Z] v2.3.0-dev.11 [2022-08-09T16:08:00.450Z] v2.3.0-dev.12 [2022-08-09T16:08:00.450Z] v2.3.0-dev.13 [2022-08-09T16:08:00.450Z] v2.3.0-dev.14 [Pipeline] sh [2022-08-09T16:08:00.737Z] + lftools sign git-tag v2.3.0-dev.14 [2022-08-09T16:08:01.307Z] Signing Git tag with Sigul... [2022-08-09T16:08:01.307Z] Signing v2.3.0-dev.14 [Pipeline] echo [2022-08-09T16:08:01.575Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:08:01.858Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-08-09T16:08:01.867Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-08-09T16:08:01.897Z] $ docker stop --time=1 285ff53789711b82ced490e29a00436cb49a5158c782facb60e4aabcb7fefef5 [2022-08-09T16:08:03.199Z] $ docker rm -f 285ff53789711b82ced490e29a00436cb49a5158c782facb60e4aabcb7fefef5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-08-09T16:08:03.621Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-09T16:08:03.621Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:08:03.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-09T16:08:03.921Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T16:08:04.002Z] prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container [2022-08-09T16:08:04.045Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-09T16:08:04.448Z] $ docker top 77dc0ada3b816e7ca062ded4756b7d2fb2508f4c11b8d52ef8309e25b2f6b1de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-09T16:08:04.543Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-09T16:08:04.543Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-09T16:08:04.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-09T16:08:04.673Z] $ docker exec 77dc0ada3b816e7ca062ded4756b7d2fb2508f4c11b8d52ef8309e25b2f6b1de ssh-agent [2022-08-09T16:08:04.796Z] SSH_AUTH_SOCK=/tmp/ssh-93ZB1d3QY0VT/agent.32 [2022-08-09T16:08:04.796Z] SSH_AGENT_PID=38 [2022-08-09T16:08:04.802Z] Running ssh-add (command line suppressed) [2022-08-09T16:08:04.932Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5642779468845005563.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5642779468845005563.key) [2022-08-09T16:08:04.941Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-09T16:08:05.238Z] + git semver bump pre [2022-08-09T16:08:05.500Z] 2022-08-09 16:08:05,439 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-08-09T16:08:05.500Z] 2022-08-09 16:08:05,439 [bump_version] DEBUG bumping version:2.3.0-dev.14 on axis:pre with prefix:dev [2022-08-09T16:08:05.500Z] 2022-08-09 16:08:05,439 [bump_version] DEBUG bumped version:2.3.0-dev.15 [2022-08-09T16:08:05.500Z] 2022-08-09 16:08:05,439 [write_version] DEBUG write version:2.3.0-dev.15 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2022-08-09T16:08:05.500Z] 2022-08-09 16:08:05,440 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-08-09T16:08:05.500Z] 2022-08-09 16:08:05,440 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2022-08-09T16:08:05.500Z] 2022-08-09 16:08:05,441 [execute] INFO git cat-file --batch-check [2022-08-09T16:08:05.500Z] 2022-08-09 16:08:05,442 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-09T16:08:05.500Z] 2022-08-09 16:08:05,448 [execute] INFO git cat-file --batch [2022-08-09T16:08:05.500Z] 2022-08-09 16:08:05,448 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-09T16:08:05.500Z] 2022-08-09 16:08:05,455 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-08-09T16:08:05.500Z] 2.3.0-dev.15 [Pipeline] } [2022-08-09T16:08:05.520Z] $ docker exec --env ******** --env ******** 77dc0ada3b816e7ca062ded4756b7d2fb2508f4c11b8d52ef8309e25b2f6b1de ssh-agent -k [2022-08-09T16:08:05.655Z] unset SSH_AUTH_SOCK; [2022-08-09T16:08:05.655Z] unset SSH_AGENT_PID; [2022-08-09T16:08:05.655Z] echo Agent pid 38 killed; [2022-08-09T16:08:05.658Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-09T16:08:05.973Z] + git semver [Pipeline] } [2022-08-09T16:08:06.256Z] $ docker stop --time=1 77dc0ada3b816e7ca062ded4756b7d2fb2508f4c11b8d52ef8309e25b2f6b1de [2022-08-09T16:08:07.581Z] $ docker rm -f 77dc0ada3b816e7ca062ded4756b7d2fb2508f4c11b8d52ef8309e25b2f6b1de [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-09T16:08:07.923Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-09T16:08:07.923Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:08:08.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-09T16:08:08.314Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T16:08:08.394Z] prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container [2022-08-09T16:08:08.439Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-09T16:08:08.848Z] $ docker top 164cb46486726e19aac0d38932d9a48fd5662b4c42fddd5ee02495d0170adb19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-09T16:08:08.941Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-09T16:08:08.941Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-09T16:08:09.073Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-09T16:08:09.084Z] $ docker exec 164cb46486726e19aac0d38932d9a48fd5662b4c42fddd5ee02495d0170adb19 ssh-agent [2022-08-09T16:08:09.218Z] SSH_AUTH_SOCK=/tmp/ssh-7Jj8dA5LVnC6/agent.34 [2022-08-09T16:08:09.218Z] SSH_AGENT_PID=40 [2022-08-09T16:08:09.223Z] Running ssh-add (command line suppressed) [2022-08-09T16:08:09.363Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4304437856849075375.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4304437856849075375.key) [2022-08-09T16:08:09.370Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-09T16:08:09.663Z] + git semver push [2022-08-09T16:08:09.924Z] 2022-08-09 16:08:09,886 [run_push] DEBUG push [2022-08-09T16:08:09.924Z] 2022-08-09 16:08:09,887 [execute] INFO git cat-file --batch-check [2022-08-09T16:08:09.924Z] 2022-08-09 16:08:09,887 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-09T16:08:09.924Z] 2022-08-09 16:08:09,890 [execute] INFO git rev-list bfe1d823588af6ebebec805eb3acf85e2f8c4b67 -- [2022-08-09T16:08:09.924Z] 2022-08-09 16:08:09,890 [execute] DEBUG Popen(['git', 'rev-list', 'bfe1d823588af6ebebec805eb3acf85e2f8c4b67', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-09T16:08:09.924Z] 2022-08-09 16:08:09,899 [execute] INFO git fetch -v origin [2022-08-09T16:08:09.924Z] 2022-08-09 16:08:09,899 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-08-09T16:08:10.494Z] 2022-08-09 16:08:10,376 [run_push] DEBUG no remote changes detected [2022-08-09T16:08:10.494Z] 2022-08-09 16:08:10,377 [execute] INFO git push origin semver [2022-08-09T16:08:10.494Z] 2022-08-09 16:08:10,377 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-09T16:08:11.438Z] 2022-08-09 16:08:11,139 [run_push] DEBUG push all version tags [2022-08-09T16:08:11.439Z] 2022-08-09 16:08:11,139 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-08-09T16:08:11.439Z] 2022-08-09 16:08:11,140 [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) [2022-08-09T16:08:12.011Z] 2022-08-09 16:08:11,859 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-08-09T16:08:12.011Z] 2.3.0-dev.15 [Pipeline] } [2022-08-09T16:08:12.032Z] $ docker exec --env ******** --env ******** 164cb46486726e19aac0d38932d9a48fd5662b4c42fddd5ee02495d0170adb19 ssh-agent -k [2022-08-09T16:08:12.158Z] unset SSH_AUTH_SOCK; [2022-08-09T16:08:12.158Z] unset SSH_AGENT_PID; [2022-08-09T16:08:12.159Z] echo Agent pid 40 killed; [2022-08-09T16:08:12.162Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-09T16:08:12.478Z] + git semver [Pipeline] } [2022-08-09T16:08:12.765Z] $ docker stop --time=1 164cb46486726e19aac0d38932d9a48fd5662b4c42fddd5ee02495d0170adb19 [2022-08-09T16:08:14.080Z] $ docker rm -f 164cb46486726e19aac0d38932d9a48fd5662b4c42fddd5ee02495d0170adb19 [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 [2022-08-09T16:08:14.652Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-08-09T16:08:14.652Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-08-09T16:08:14.652Z] total 16 [2022-08-09T16:08:14.652Z] drwxr-xr-x 3 root root 4096 Aug 9 15:59 . [2022-08-09T16:08:14.652Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 9 16:08 .. [2022-08-09T16:08:14.652Z] drwxr-xr-x 2 root root 4096 Aug 9 15:59 cost [2022-08-09T16:08:14.652Z] -rw-r--r-- 1 root root 95 Aug 9 15:59 cost.csv [2022-08-09T16:08:14.652Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-08-09T16:08:14.652Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-08-09T16:08:14.652Z] total 16 [2022-08-09T16:08:14.652Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 9 15:59 . [2022-08-09T16:08:14.652Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 9 16:08 .. [2022-08-09T16:08:14.652Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 9 15:59 cost [2022-08-09T16:08:14.652Z] -rw-r--r-- 1 jenkins jenkins 95 Aug 9 15:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:08:14.946Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:08:15.811Z] ---> package-listing.sh [2022-08-09T16:08:15.811Z] ++ facter osfamily [2022-08-09T16:08:15.811Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-09T16:08:16.071Z] + OS_FAMILY=debian [2022-08-09T16:08:16.071Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-08-09T16:08:16.071Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-09T16:08:16.071Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-09T16:08:16.071Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-09T16:08:16.071Z] + PACKAGES=/tmp/packages_start.txt [2022-08-09T16:08:16.071Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-08-09T16:08:16.071Z] + PACKAGES=/tmp/packages_end.txt [2022-08-09T16:08:16.071Z] + case "${OS_FAMILY}" in [2022-08-09T16:08:16.071Z] + dpkg -l [2022-08-09T16:08:16.071Z] + grep '^ii' [2022-08-09T16:08:16.071Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-09T16:08:16.071Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-09T16:08:16.071Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-09T16:08:16.071Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-08-09T16:08:16.071Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-08-09T16:08:16.071Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2022-08-09T16:08:16.082Z] 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 [2022-08-09T16:08:16.363Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T16:08:16.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-09T16:08:16.936Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T16:08:17.018Z] prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container [2022-08-09T16:08:17.065Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-09T16:08:17.316Z] $ docker top c0ea691321319f8e76ed9ffac4a483dc983319dae06280d2c28576fff16abae9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-09T16:08:17.675Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-09T16:08:17.967Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-09T16:08:18.257Z] + ls /var/log/sa-host [2022-08-09T16:08:18.257Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-09T16:08:18.328Z] provisioning config files... [2022-08-09T16:08:18.346Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1404856160925095569tmp [Pipeline] { [Pipeline] echo [2022-08-09T16:08:18.361Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:08:18.645Z] ---> create-netrc.sh [Pipeline] } [2022-08-09T16:08:18.652Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:08:18.981Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-09T16:08:18.993Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:08:19.281Z] ---> sudo-logs.sh [2022-08-09T16:08:19.281Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-09T16:08:19.302Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:08:19.587Z] ---> job-cost.sh [2022-08-09T16:08:19.587Z] lf-activate-venv: SKIPPING [2022-08-09T16:08:19.587Z] DEBUG: total: 0.2199999988079071 [2022-08-09T16:08:19.587Z] INFO: Retrieving Stack Cost... [2022-08-09T16:08:20.158Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-09T16:08:20.419Z] INFO: Archiving Costs [Pipeline] echo [2022-08-09T16:08:20.429Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T16:08:20.714Z] ---> logs-deploy.sh [2022-08-09T16:08:20.714Z] lf-activate-venv: SKIPPING [2022-08-09T16:08:20.714Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/93 [2022-08-09T16:08:20.714Z] INFO: archiving workspace using pattern(s): [2022-08-09T16:08:21.656Z] Archives upload complete. [2022-08-09T16:08:21.917Z] INFO: archiving logs to Nexus [2022-08-09T16:08:22.490Z] ---> uname -a: [2022-08-09T16:08:22.490Z] Linux prd-ubuntu20-04-docker-8c-8g-22224 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-08-09T16:08:22.490Z] [2022-08-09T16:08:22.490Z] [2022-08-09T16:08:22.490Z] ---> lscpu: [2022-08-09T16:08:22.490Z] Architecture: x86_64 [2022-08-09T16:08:22.490Z] CPU op-mode(s): 32-bit, 64-bit [2022-08-09T16:08:22.490Z] Byte Order: Little Endian [2022-08-09T16:08:22.490Z] Address sizes: 40 bits physical, 48 bits virtual [2022-08-09T16:08:22.490Z] CPU(s): 8 [2022-08-09T16:08:22.490Z] On-line CPU(s) list: 0-7 [2022-08-09T16:08:22.490Z] Thread(s) per core: 1 [2022-08-09T16:08:22.490Z] Core(s) per socket: 1 [2022-08-09T16:08:22.490Z] Socket(s): 8 [2022-08-09T16:08:22.490Z] NUMA node(s): 1 [2022-08-09T16:08:22.490Z] Vendor ID: AuthenticAMD [2022-08-09T16:08:22.490Z] CPU family: 23 [2022-08-09T16:08:22.490Z] Model: 49 [2022-08-09T16:08:22.490Z] Model name: AMD EPYC-Rome Processor [2022-08-09T16:08:22.490Z] Stepping: 0 [2022-08-09T16:08:22.490Z] CPU MHz: 2800.000 [2022-08-09T16:08:22.490Z] BogoMIPS: 5600.00 [2022-08-09T16:08:22.490Z] Virtualization: AMD-V [2022-08-09T16:08:22.490Z] Hypervisor vendor: KVM [2022-08-09T16:08:22.490Z] Virtualization type: full [2022-08-09T16:08:22.490Z] L1d cache: 256 KiB [2022-08-09T16:08:22.490Z] L1i cache: 256 KiB [2022-08-09T16:08:22.490Z] L2 cache: 4 MiB [2022-08-09T16:08:22.490Z] L3 cache: 128 MiB [2022-08-09T16:08:22.490Z] NUMA node0 CPU(s): 0-7 [2022-08-09T16:08:22.490Z] Vulnerability Itlb multihit: Not affected [2022-08-09T16:08:22.490Z] Vulnerability L1tf: Not affected [2022-08-09T16:08:22.490Z] Vulnerability Mds: Not affected [2022-08-09T16:08:22.490Z] Vulnerability Meltdown: Not affected [2022-08-09T16:08:22.490Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-08-09T16:08:22.490Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-08-09T16:08:22.490Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-08-09T16:08:22.490Z] Vulnerability Srbds: Not affected [2022-08-09T16:08:22.490Z] Vulnerability Tsx async abort: Not affected [2022-08-09T16:08:22.490Z] 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 [2022-08-09T16:08:22.490Z] [2022-08-09T16:08:22.490Z]