Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f853e127f9664cf87b77d4de8e3f5891c25e071e 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-ssh4849642090784463870.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh1833524186822940446.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh16874755262215273898.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh17701247893982767952.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-ssh18228451859381476944.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-16117’ Running on prd-ubuntu20.04-docker-8c-8g-16119 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 f853e127f9664cf87b77d4de8e3f5891c25e071e (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 f853e127f9664cf87b77d4de8e3f5891c25e071e # timeout=10 Commit message: "build: Optimize test-attribution-txt.sh to use go.mod, not vendor (#430)" > git rev-list --no-walk 5ce181da19694a4307a13509148c3e1aea68fdc3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-27T16:22:09.242Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-27T16:22:09.300Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-27T16:22:09.314Z] ========================================================= [2022-06-27T16:22:09.314Z] EdgeX Global Pipelines Version Info [2022-06-27T16:22:09.314Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:22:10.089Z] ------------------- [2022-06-27T16:22:10.089Z] stable info: [2022-06-27T16:22:10.089Z] ------------------- [2022-06-27T16:22:10.089Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-27T16:22:10.089Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-27T16:22:10.089Z] Message: update stable to v1.0.234 [2022-06-27T16:22:10.666Z] ------------------- [2022-06-27T16:22:10.666Z] experimental info: [2022-06-27T16:22:10.666Z] ------------------- [2022-06-27T16:22:10.666Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-06-27T16:22:10.666Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-27T16:22:10.666Z] Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-27T16:22:10.939Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-06-27T16:22:10.952Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-06-27T16:22:10.962Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-27T16:22:10.970Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-27T16:22:10.978Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-27T16:22:10.986Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-27T16:22:10.997Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-27T16:22:11.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-06-27T16:22:11.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-27T16:22:11.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-27T16:22:11.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-27T16:22:11.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-06-27T16:22:11.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-27T16:22:11.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-27T16:22:11.100Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-27T16:22:11.114Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-27T16:22:11.127Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-27T16:22:11.143Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-27T16:22:11.155Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-27T16:22:11.171Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-27T16:22:11.181Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-06-27T16:22:11.192Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-06-27T16:22:11.204Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-27T16:22:11.215Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-27T16:22:11.229Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-06-27T16:22:11.242Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-27T16:22:11.255Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-27T16:22:11.264Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-06-27T16:22:11.275Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-06-27T16:22:11.286Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-06-27T16:22:11.297Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] echo [2022-06-27T16:22:11.308Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f853e12 [Pipeline] echo [2022-06-27T16:22:11.319Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-27T16:22:11.367Z] provisioning config files... [2022-06-27T16:22:11.382Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2823042157891348979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:22:11.696Z] ---> docker-login.sh [2022-06-27T16:22:11.696Z] nexus3.edgexfoundry.org:10001 [2022-06-27T16:22:11.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:22:11.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:22:11.959Z] Configure a credential helper to remove this warning. See [2022-06-27T16:22:11.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:22:11.959Z] [2022-06-27T16:22:11.959Z] Login Succeeded [2022-06-27T16:22:11.959Z] nexus3.edgexfoundry.org:10002 [2022-06-27T16:22:12.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:22:12.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:22:12.220Z] Configure a credential helper to remove this warning. See [2022-06-27T16:22:12.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:22:12.220Z] [2022-06-27T16:22:12.220Z] Login Succeeded [2022-06-27T16:22:12.220Z] nexus3.edgexfoundry.org:10003 [2022-06-27T16:22:12.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:22:12.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:22:12.220Z] Configure a credential helper to remove this warning. See [2022-06-27T16:22:12.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:22:12.220Z] [2022-06-27T16:22:12.220Z] Login Succeeded [2022-06-27T16:22:12.220Z] nexus3.edgexfoundry.org:10004 [2022-06-27T16:22:12.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:22:12.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:22:12.481Z] Configure a credential helper to remove this warning. See [2022-06-27T16:22:12.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:22:12.481Z] [2022-06-27T16:22:12.481Z] Login Succeeded [2022-06-27T16:22:12.481Z] docker.io [2022-06-27T16:22:12.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:22:13.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:22:13.055Z] Configure a credential helper to remove this warning. See [2022-06-27T16:22:13.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:22:13.055Z] [2022-06-27T16:22:13.055Z] Login Succeeded [2022-06-27T16:22:13.055Z] ---> docker-login.sh ends [Pipeline] } [2022-06-27T16:22:13.064Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-27T16:22:13.451Z] + git rev-list -1 --merges f853e127f9664cf87b77d4de8e3f5891c25e071e~1..f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] echo [2022-06-27T16:22:13.485Z] -----------> git rev-list -1 --merges f853e127f9664cf87b77d4de8e3f5891c25e071e~1..f853e127f9664cf87b77d4de8e3f5891c25e071e f853e127f9664cf87b77d4de8e3f5891c25e071e [false] [Pipeline] sh [2022-06-27T16:22:13.777Z] + git log --format=format:%s -1 f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] echo [2022-06-27T16:22:13.793Z] ========================================================= [2022-06-27T16:22:13.793Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-27T16:22:13.793Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-27T16:22:14.118Z] + git log --format=format:%s -1 f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] echo [2022-06-27T16:22:14.130Z] [semverPrep] GIT_COMMIT: f853e127f9664cf87b77d4de8e3f5891c25e071e, Commit Message: build: Optimize test-attribution-txt.sh to use go.mod, not vendor (#430) [Pipeline] echo [2022-06-27T16:22:14.140Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-27T16:22:14.505Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-27T16:22:14.505Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-27T16:22:14.505Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-27T16:22:14.505Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-27T16:22:14.505Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-27T16:22:14.505Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-27T16:22:14.505Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:22:14.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-27T16:22:14.909Z] [2022-06-27T16:22:14.909Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:22:15.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-27T16:22:15.215Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-06-27T16:22:15.215Z] 42c077c10790: Pulling fs layer [2022-06-27T16:22:15.215Z] f63e77b7563a: Pulling fs layer [2022-06-27T16:22:15.215Z] bd5fdadae976: Pulling fs layer [2022-06-27T16:22:15.215Z] 205491f53016: Pulling fs layer [2022-06-27T16:22:15.215Z] df18705c85c3: Pulling fs layer [2022-06-27T16:22:15.215Z] bdb3f477010e: Pulling fs layer [2022-06-27T16:22:15.215Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-27T16:22:15.215Z] 2c6e9b1d212d: Pulling fs layer [2022-06-27T16:22:15.215Z] bdb8f0575790: Pulling fs layer [2022-06-27T16:22:15.215Z] 386e3cb2ff24: Pulling fs layer [2022-06-27T16:22:15.215Z] 2343380bae48: Pulling fs layer [2022-06-27T16:22:15.215Z] bdb3f477010e: Waiting [2022-06-27T16:22:15.215Z] c8a8fc8e1c8f: Waiting [2022-06-27T16:22:15.215Z] 2c6e9b1d212d: Waiting [2022-06-27T16:22:15.215Z] bdb8f0575790: Waiting [2022-06-27T16:22:15.215Z] 386e3cb2ff24: Waiting [2022-06-27T16:22:15.215Z] 2343380bae48: Waiting [2022-06-27T16:22:15.215Z] 205491f53016: Waiting [2022-06-27T16:22:15.215Z] df18705c85c3: Waiting [2022-06-27T16:22:15.215Z] f63e77b7563a: Download complete [2022-06-27T16:22:15.215Z] 205491f53016: Verifying Checksum [2022-06-27T16:22:15.215Z] 205491f53016: Download complete [2022-06-27T16:22:15.477Z] df18705c85c3: Verifying Checksum [2022-06-27T16:22:15.477Z] df18705c85c3: Download complete [2022-06-27T16:22:15.477Z] bdb3f477010e: Verifying Checksum [2022-06-27T16:22:15.477Z] bdb3f477010e: Download complete [2022-06-27T16:22:15.477Z] bd5fdadae976: Verifying Checksum [2022-06-27T16:22:15.477Z] bd5fdadae976: Download complete [2022-06-27T16:22:15.477Z] 2c6e9b1d212d: Download complete [2022-06-27T16:22:15.477Z] bdb8f0575790: Verifying Checksum [2022-06-27T16:22:15.477Z] bdb8f0575790: Download complete [2022-06-27T16:22:15.477Z] 386e3cb2ff24: Download complete [2022-06-27T16:22:15.477Z] 2343380bae48: Download complete [2022-06-27T16:22:15.477Z] 42c077c10790: Verifying Checksum [2022-06-27T16:22:15.477Z] 42c077c10790: Download complete [2022-06-27T16:22:15.738Z] c8a8fc8e1c8f: Download complete [2022-06-27T16:22:17.124Z] 42c077c10790: Pull complete [2022-06-27T16:22:17.124Z] f63e77b7563a: Pull complete [2022-06-27T16:22:17.702Z] bd5fdadae976: Pull complete [2022-06-27T16:22:17.702Z] 205491f53016: Pull complete [2022-06-27T16:22:17.965Z] df18705c85c3: Pull complete [2022-06-27T16:22:17.965Z] bdb3f477010e: Pull complete [2022-06-27T16:22:19.879Z] c8a8fc8e1c8f: Pull complete [2022-06-27T16:22:20.140Z] 2c6e9b1d212d: Pull complete [2022-06-27T16:22:20.140Z] bdb8f0575790: Pull complete [2022-06-27T16:22:20.140Z] 386e3cb2ff24: Pull complete [2022-06-27T16:22:20.402Z] 2343380bae48: Pull complete [2022-06-27T16:22:20.402Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-27T16:22:20.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-27T16:22:20.402Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:22:20.500Z] prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container [2022-06-27T16:22:20.539Z] $ 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-06-27T16:22:21.823Z] $ docker top c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 -eo pid,comm [2022-06-27T16:22:21.891Z] 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-06-27T16:22:21.891Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-27T16:22:21.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-27T16:22:21.927Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-27T16:22:22.052Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-27T16:22:22.056Z] $ docker exec c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 ssh-agent [2022-06-27T16:22:22.185Z] SSH_AUTH_SOCK=/tmp/ssh-KYsP7VjRfy85/agent.32 [2022-06-27T16:22:22.185Z] SSH_AGENT_PID=38 [2022-06-27T16:22:22.191Z] Running ssh-add (command line suppressed) [2022-06-27T16:22:22.306Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8591857845661830065.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8591857845661830065.key) [2022-06-27T16:22:22.325Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-27T16:22:22.615Z] + git tag --points-at HEAD [Pipeline] } [2022-06-27T16:22:22.634Z] $ docker exec --env ******** --env ******** c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 ssh-agent -k [2022-06-27T16:22:22.753Z] unset SSH_AUTH_SOCK; [2022-06-27T16:22:22.754Z] unset SSH_AGENT_PID; [2022-06-27T16:22:22.754Z] echo Agent pid 38 killed; [2022-06-27T16:22:22.766Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-27T16:22:22.794Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-27T16:22:22.794Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-27T16:22:22.933Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-27T16:22:22.938Z] $ docker exec c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 ssh-agent [2022-06-27T16:22:23.061Z] SSH_AUTH_SOCK=/tmp/ssh-rOLDg1kW5nPC/agent.73 [2022-06-27T16:22:23.061Z] SSH_AGENT_PID=80 [2022-06-27T16:22:23.068Z] Running ssh-add (command line suppressed) [2022-06-27T16:22:23.190Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7422874295341942392.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7422874295341942392.key) [2022-06-27T16:22:23.204Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-27T16:22:23.498Z] + git semver init [2022-06-27T16:22:23.759Z] 2022-06-27 16:22:23,725 [run_init] DEBUG init version:0.0.0 force:False [2022-06-27T16:22:23.759Z] 2022-06-27 16:22:23,726 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2022-06-27T16:22:23.759Z] 2022-06-27 16:22:23,726 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2022-06-27T16:22:23.759Z] 2022-06-27 16:22:23,726 [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-06-27T16:22:24.701Z] 2022-06-27 16:22:24,429 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2022-06-27T16:22:24.702Z] 2022-06-27 16:22:24,430 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2022-06-27T16:22:24.702Z] 2022-06-27 16:22:24,430 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-27T16:22:24.702Z] 2022-06-27 16:22:24,430 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-27T16:22:24.702Z] 2.2.1-dev.5 [Pipeline] } [2022-06-27T16:22:24.714Z] $ docker exec --env ******** --env ******** c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 ssh-agent -k [2022-06-27T16:22:24.846Z] unset SSH_AUTH_SOCK; [2022-06-27T16:22:24.846Z] unset SSH_AGENT_PID; [2022-06-27T16:22:24.846Z] echo Agent pid 80 killed; [2022-06-27T16:22:24.860Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-27T16:22:25.164Z] + git semver [Pipeline] } [2022-06-27T16:22:25.441Z] $ docker stop --time=1 c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 [2022-06-27T16:22:26.765Z] $ docker rm -f c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-27T16:22:27.131Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-27T16:22:27.389Z] Stashed 1 file(s) [Pipeline] echo [2022-06-27T16:22:27.391Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.5 [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-06-27T16:22:27.530Z] provisioning config files... [2022-06-27T16:22:27.539Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7904325789579905371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:22:27.836Z] ---> docker-login.sh [2022-06-27T16:22:27.836Z] nexus3.edgexfoundry.org:10001 [2022-06-27T16:22:27.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:22:27.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:22:27.836Z] Configure a credential helper to remove this warning. See [2022-06-27T16:22:27.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:22:27.836Z] [2022-06-27T16:22:27.836Z] Login Succeeded [2022-06-27T16:22:27.836Z] nexus3.edgexfoundry.org:10002 [2022-06-27T16:22:27.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:22:28.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:22:28.099Z] Configure a credential helper to remove this warning. See [2022-06-27T16:22:28.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:22:28.099Z] [2022-06-27T16:22:28.099Z] Login Succeeded [2022-06-27T16:22:28.099Z] nexus3.edgexfoundry.org:10003 [2022-06-27T16:22:28.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:22:28.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:22:28.099Z] Configure a credential helper to remove this warning. See [2022-06-27T16:22:28.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:22:28.099Z] [2022-06-27T16:22:28.099Z] Login Succeeded [2022-06-27T16:22:28.099Z] nexus3.edgexfoundry.org:10004 [2022-06-27T16:22:28.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:22:28.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:22:28.361Z] Configure a credential helper to remove this warning. See [2022-06-27T16:22:28.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:22:28.361Z] [2022-06-27T16:22:28.361Z] Login Succeeded [2022-06-27T16:22:28.361Z] docker.io [2022-06-27T16:22:28.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:22:28.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:22:28.624Z] Configure a credential helper to remove this warning. See [2022-06-27T16:22:28.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:22:28.624Z] [2022-06-27T16:22:28.624Z] Login Succeeded [2022-06-27T16:22:28.624Z] ---> docker-login.sh ends [Pipeline] } [2022-06-27T16:22:28.633Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-27T16:22:28.699Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-27T16:22:28.709Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-27T16:22:28.716Z] ========================================================= [2022-06-27T16:22:28.716Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-06-27T16:22:28.716Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:22:29.033Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-06-27T16:22:29.033Z] Sending build context to Docker daemon 3.084MB [2022-06-27T16:22:29.033Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-06-27T16:22:29.033Z] Step 2/13 : FROM ${BASE} AS builder [2022-06-27T16:22:29.033Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-06-27T16:22:29.033Z] 59bf1c3509f3: Pulling fs layer [2022-06-27T16:22:29.033Z] 666ba61612fd: Pulling fs layer [2022-06-27T16:22:29.033Z] 8ed8ca486205: Pulling fs layer [2022-06-27T16:22:29.033Z] cc1cd167ecdc: Pulling fs layer [2022-06-27T16:22:29.033Z] c516ae0d96e1: Pulling fs layer [2022-06-27T16:22:29.033Z] 684cea983483: Pulling fs layer [2022-06-27T16:22:29.033Z] dd3240ac7de5: Pulling fs layer [2022-06-27T16:22:29.033Z] b1e948a4e11c: Pulling fs layer [2022-06-27T16:22:29.033Z] a8fd76ee1af6: Pulling fs layer [2022-06-27T16:22:29.033Z] 646ad004c059: Pulling fs layer [2022-06-27T16:22:29.033Z] c516ae0d96e1: Waiting [2022-06-27T16:22:29.033Z] 684cea983483: Waiting [2022-06-27T16:22:29.033Z] cc1cd167ecdc: Waiting [2022-06-27T16:22:29.033Z] dd3240ac7de5: Waiting [2022-06-27T16:22:29.033Z] b1e948a4e11c: Waiting [2022-06-27T16:22:29.033Z] a8fd76ee1af6: Waiting [2022-06-27T16:22:29.033Z] 646ad004c059: Waiting [2022-06-27T16:22:29.033Z] 8ed8ca486205: Verifying Checksum [2022-06-27T16:22:29.033Z] 8ed8ca486205: Download complete [2022-06-27T16:22:29.033Z] 666ba61612fd: Verifying Checksum [2022-06-27T16:22:29.033Z] 666ba61612fd: Download complete [2022-06-27T16:22:29.033Z] c516ae0d96e1: Verifying Checksum [2022-06-27T16:22:29.033Z] c516ae0d96e1: Download complete [2022-06-27T16:22:29.033Z] 684cea983483: Verifying Checksum [2022-06-27T16:22:29.033Z] 684cea983483: Download complete [2022-06-27T16:22:29.033Z] 59bf1c3509f3: Verifying Checksum [2022-06-27T16:22:29.033Z] 59bf1c3509f3: Download complete [2022-06-27T16:22:29.296Z] dd3240ac7de5: Verifying Checksum [2022-06-27T16:22:29.296Z] dd3240ac7de5: Download complete [2022-06-27T16:22:29.296Z] b1e948a4e11c: Verifying Checksum [2022-06-27T16:22:29.296Z] b1e948a4e11c: Download complete [2022-06-27T16:22:29.296Z] 59bf1c3509f3: Pull complete [2022-06-27T16:22:29.559Z] 666ba61612fd: Pull complete [2022-06-27T16:22:29.559Z] 8ed8ca486205: Pull complete [2022-06-27T16:22:29.559Z] 646ad004c059: Verifying Checksum [2022-06-27T16:22:29.559Z] 646ad004c059: Download complete [2022-06-27T16:22:29.818Z] a8fd76ee1af6: Verifying Checksum [2022-06-27T16:22:29.818Z] a8fd76ee1af6: Download complete [2022-06-27T16:22:29.818Z] cc1cd167ecdc: Verifying Checksum [2022-06-27T16:22:29.818Z] cc1cd167ecdc: Download complete [2022-06-27T16:22:34.014Z] cc1cd167ecdc: Pull complete [2022-06-27T16:22:34.014Z] c516ae0d96e1: Pull complete [2022-06-27T16:22:34.014Z] 684cea983483: Pull complete [2022-06-27T16:22:34.014Z] dd3240ac7de5: Pull complete [2022-06-27T16:22:34.274Z] b1e948a4e11c: Pull complete [2022-06-27T16:22:36.829Z] a8fd76ee1af6: Pull complete [2022-06-27T16:22:37.401Z] 646ad004c059: Pull complete [2022-06-27T16:22:37.401Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-06-27T16:22:37.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-27T16:22:37.401Z] ---> 8f69c11f6b0c [2022-06-27T16:22:37.401Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-27T16:22:38.789Z] ---> Running in db09ac202b5e [2022-06-27T16:22:39.051Z] Removing intermediate container db09ac202b5e [2022-06-27T16:22:39.051Z] ---> 58aa61aa397e [2022-06-27T16:22:39.051Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-06-27T16:22:39.052Z] ---> Running in c7452293677a [2022-06-27T16:22:39.052Z] Removing intermediate container c7452293677a [2022-06-27T16:22:39.052Z] ---> 438f00fb5c95 [2022-06-27T16:22:39.052Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-27T16:22:39.052Z] ---> Running in ff16623b208c [2022-06-27T16:22:39.312Z] Removing intermediate container ff16623b208c [2022-06-27T16:22:39.312Z] ---> c240a3acaa4f [2022-06-27T16:22:39.312Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-27T16:22:39.312Z] ---> Running in 878b101d72ab [2022-06-27T16:22:39.885Z] Removing intermediate container 878b101d72ab [2022-06-27T16:22:39.885Z] ---> 8118dbeb7d85 [2022-06-27T16:22:39.885Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-27T16:22:39.885Z] ---> Running in 9eee41dfc71f [2022-06-27T16:22:40.145Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-27T16:22:41.086Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-27T16:22:41.347Z] OK: 221 MiB in 52 packages [2022-06-27T16:22:41.609Z] Removing intermediate container 9eee41dfc71f [2022-06-27T16:22:41.609Z] ---> 56f092bff23f [2022-06-27T16:22:41.609Z] Step 8/13 : WORKDIR /app [2022-06-27T16:22:41.609Z] ---> Running in 809c9da13a2c [2022-06-27T16:22:41.870Z] Removing intermediate container 809c9da13a2c [2022-06-27T16:22:41.870Z] ---> 97d0b627f053 [2022-06-27T16:22:41.870Z] Step 9/13 : COPY go.mod vendor* ./ [2022-06-27T16:22:41.870Z] ---> 32f2e2e64a29 [2022-06-27T16:22:41.870Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-27T16:22:41.870Z] ---> Running in 1b306aca9aea [2022-06-27T16:22:42.496Z] Still waiting to schedule task [2022-06-27T16:22:42.496Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-16118’ [2022-06-27T16:22:56.784Z] Removing intermediate container 1b306aca9aea [2022-06-27T16:22:56.784Z] ---> e29ecb74a3c0 [2022-06-27T16:22:56.784Z] Step 11/13 : COPY . . [2022-06-27T16:22:56.784Z] ---> b9bc26c512fd [2022-06-27T16:22:56.784Z] Step 12/13 : ARG MAKE="make build" [2022-06-27T16:22:56.784Z] ---> Running in af614f0cee9c [2022-06-27T16:22:56.784Z] Removing intermediate container af614f0cee9c [2022-06-27T16:22:56.784Z] ---> cb501bbc8d08 [2022-06-27T16:22:56.784Z] Step 13/13 : RUN $MAKE [2022-06-27T16:22:57.045Z] ---> Running in f6b5b2b27d93 [2022-06-27T16:22:57.307Z] noop [2022-06-27T16:22:57.567Z] Removing intermediate container f6b5b2b27d93 [2022-06-27T16:22:57.567Z] ---> 43882128097e [2022-06-27T16:22:57.567Z] Successfully built 43882128097e [2022-06-27T16:22:57.567Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:22:57.892Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-27T16:22:57.892Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:22:57.970Z] prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container [2022-06-27T16:22:58.007Z] $ 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-06-27T16:22:58.376Z] $ docker top 2859c7cfecc4e57b5d0123d139bde8679b09a3c348079642fa0003daee6c5866 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-27T16:22:58.741Z] + go version [2022-06-27T16:22:58.742Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-06-27T16:22:58.755Z] $ docker stop --time=1 2859c7cfecc4e57b5d0123d139bde8679b09a3c348079642fa0003daee6c5866 [2022-06-27T16:23:00.024Z] $ docker rm -f 2859c7cfecc4e57b5d0123d139bde8679b09a3c348079642fa0003daee6c5866 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:00.446Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-27T16:23:00.446Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:23:00.551Z] prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container [2022-06-27T16:23:00.610Z] $ 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-06-27T16:23:01.023Z] $ docker top 2b5d93a051dc615339da0a72eabac678a176ad5ee18f8be3453042e4555058a7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-27T16:23:01.394Z] + make test [2022-06-27T16:23:01.394Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-06-27T16:23:11.380Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-06-27T16:23:11.380Z] CGO_ENABLED=1 go vet ./... [2022-06-27T16:23:14.669Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-27T16:23:14.669Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-27T16:23:14.669Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-27T16:23:14.944Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-27T16:23:14.958Z] $ docker stop --time=1 2b5d93a051dc615339da0a72eabac678a176ad5ee18f8be3453042e4555058a7 [2022-06-27T16:23:16.584Z] $ docker rm -f 2b5d93a051dc615339da0a72eabac678a176ad5ee18f8be3453042e4555058a7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-27T16:23:17.002Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-27T16:23:17.040Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-06-27T16:23:17.478Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-27T16:23:17.763Z] + ls -al . [2022-06-27T16:23:17.763Z] total 168 [2022-06-27T16:23:17.763Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 16:23 . [2022-06-27T16:23:17.763Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 16:22 .. [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 27 16:22 .dockerignore [2022-06-27T16:23:17.763Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 16:22 .git [2022-06-27T16:23:17.763Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 16:22 .github [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 104 Jun 27 16:22 .gitignore [2022-06-27T16:23:17.763Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 16:22 .semver [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 8698 Jun 27 16:22 Attribution.txt [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 27269 Jun 27 16:22 CHANGELOG.md [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 2087 Jun 27 16:22 Dockerfile [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 16:22 GOVERNANCE.md [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 688 Jun 27 16:22 Jenkinsfile [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 27 16:22 LICENSE [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 618 Jun 27 16:22 OWNERS.md [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 3718 Jun 27 16:22 README.md [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 27 16:22 VERSION [2022-06-27T16:23:17.763Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 16:22 bin [2022-06-27T16:23:17.763Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 27 16:23 coverage.out [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 3273 Jun 27 16:22 go.mod [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 35803 Jun 27 16:22 go.sum [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jun 27 16:22 main.go [2022-06-27T16:23:17.763Z] -rw-rw-r-- 1 jenkins jenkins 1972 Jun 27 16:22 makefile [2022-06-27T16:23:17.763Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 16:22 res [2022-06-27T16:23:17.763Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 16:22 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:18.081Z] + 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=f853e127f9664cf87b77d4de8e3f5891c25e071e --label arch=amd64 --label version=2.2.1-dev.5 . [2022-06-27T16:23:18.081Z] Sending build context to Docker daemon 3.085MB [2022-06-27T16:23:18.081Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-06-27T16:23:18.081Z] Step 2/27 : FROM ${BASE} AS builder [2022-06-27T16:23:18.081Z] ---> 43882128097e [2022-06-27T16:23:18.081Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-27T16:23:18.081Z] ---> Running in c95719fba993 [2022-06-27T16:23:18.081Z] Removing intermediate container c95719fba993 [2022-06-27T16:23:18.081Z] ---> 0714399ef4cd [2022-06-27T16:23:18.081Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-06-27T16:23:18.342Z] ---> Running in ba0255749ec8 [2022-06-27T16:23:18.342Z] Removing intermediate container ba0255749ec8 [2022-06-27T16:23:18.342Z] ---> 195d209932f2 [2022-06-27T16:23:18.342Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-27T16:23:18.342Z] ---> Running in 664b8c3c90ed [2022-06-27T16:23:18.342Z] Removing intermediate container 664b8c3c90ed [2022-06-27T16:23:18.342Z] ---> 9a25cbf5b1fc [2022-06-27T16:23:18.342Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-27T16:23:18.602Z] ---> Running in 32e98655a5c8 [2022-06-27T16:23:19.176Z] Removing intermediate container 32e98655a5c8 [2022-06-27T16:23:19.176Z] ---> 60088059dd43 [2022-06-27T16:23:19.176Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-27T16:23:19.176Z] ---> Running in 8a7f00d0ccb1 [2022-06-27T16:23:19.437Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-27T16:23:20.377Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-27T16:23:20.638Z] OK: 221 MiB in 52 packages [2022-06-27T16:23:20.899Z] Removing intermediate container 8a7f00d0ccb1 [2022-06-27T16:23:20.899Z] ---> 313ebdede775 [2022-06-27T16:23:20.899Z] Step 8/27 : WORKDIR /app [2022-06-27T16:23:20.899Z] ---> Running in d42807507e16 [2022-06-27T16:23:20.899Z] Removing intermediate container d42807507e16 [2022-06-27T16:23:20.899Z] ---> 1134fce159a7 [2022-06-27T16:23:20.899Z] Step 9/27 : COPY go.mod vendor* ./ [2022-06-27T16:23:21.158Z] ---> 723203216874 [2022-06-27T16:23:21.158Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-27T16:23:21.158Z] ---> Running in 65978c0b2a1e [2022-06-27T16:23:21.729Z] Removing intermediate container 65978c0b2a1e [2022-06-27T16:23:21.729Z] ---> bf37cc81a9b0 [2022-06-27T16:23:21.729Z] Step 11/27 : COPY . . [2022-06-27T16:23:21.990Z] ---> 480146c57291 [2022-06-27T16:23:21.990Z] Step 12/27 : ARG MAKE="make build" [2022-06-27T16:23:21.990Z] ---> Running in c0c24a947a07 [2022-06-27T16:23:22.251Z] Removing intermediate container c0c24a947a07 [2022-06-27T16:23:22.251Z] ---> 664f88fded1e [2022-06-27T16:23:22.251Z] Step 13/27 : RUN $MAKE [2022-06-27T16:23:22.251Z] ---> Running in 35f244b9cc6f [2022-06-27T16:23:22.511Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.1-dev.5" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-06-27T16:23:44.513Z] Removing intermediate container 35f244b9cc6f [2022-06-27T16:23:44.513Z] ---> cbf43eb40553 [2022-06-27T16:23:44.513Z] Step 14/27 : FROM alpine:3.14 [2022-06-27T16:23:44.513Z] 3.14: Pulling from library/alpine [2022-06-27T16:23:44.513Z] 8663204ce13b: Pulling fs layer [2022-06-27T16:23:44.513Z] 8663204ce13b: Verifying Checksum [2022-06-27T16:23:44.513Z] 8663204ce13b: Download complete [2022-06-27T16:23:44.513Z] 8663204ce13b: Pull complete [2022-06-27T16:23:44.513Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-27T16:23:44.513Z] Status: Downloaded newer image for alpine:3.14 [2022-06-27T16:23:44.513Z] ---> e04c818066af [2022-06-27T16:23:44.513Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-27T16:23:44.513Z] ---> Running in 9710363dae7c [2022-06-27T16:23:44.513Z] Removing intermediate container 9710363dae7c [2022-06-27T16:23:44.513Z] ---> 4bb0d955b182 [2022-06-27T16:23:44.513Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-06-27T16:23:44.513Z] ---> Running in 441c7d5fbd3e [2022-06-27T16:23:44.513Z] Removing intermediate container 441c7d5fbd3e [2022-06-27T16:23:44.513Z] ---> df6b59f179e1 [2022-06-27T16:23:44.513Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-06-27T16:23:44.513Z] ---> Running in 0b3cee89a366 [2022-06-27T16:23:44.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-27T16:23:44.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-27T16:23:44.513Z] (1/7) Installing ca-certificates (20211220-r0) [2022-06-27T16:23:44.513Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-06-27T16:23:44.513Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-06-27T16:23:44.513Z] (4/7) Installing libsodium (1.0.18-r0) [2022-06-27T16:23:44.513Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-27T16:23:44.513Z] (6/7) Installing libzmq (4.3.4-r0) [2022-06-27T16:23:44.513Z] (7/7) Installing zeromq (4.3.4-r0) [2022-06-27T16:23:44.513Z] Executing busybox-1.33.1-r7.trigger [2022-06-27T16:23:44.513Z] Executing ca-certificates-20211220-r0.trigger [2022-06-27T16:23:44.513Z] OK: 9 MiB in 21 packages [2022-06-27T16:23:44.513Z] Removing intermediate container 0b3cee89a366 [2022-06-27T16:23:44.513Z] ---> 3b131a7caf62 [2022-06-27T16:23:44.513Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-06-27T16:23:44.513Z] ---> dbaa1df28e47 [2022-06-27T16:23:44.513Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-06-27T16:23:44.513Z] ---> 44a1df3360c0 [2022-06-27T16:23:44.513Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-06-27T16:23:44.513Z] ---> 77f77888c998 [2022-06-27T16:23:44.513Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-06-27T16:23:44.775Z] ---> 1e8a36e26baf [2022-06-27T16:23:44.775Z] Step 22/27 : EXPOSE 48095 [2022-06-27T16:23:44.775Z] ---> Running in db8534054b24 [2022-06-27T16:23:44.775Z] Removing intermediate container db8534054b24 [2022-06-27T16:23:44.775Z] ---> 84330b1ee24f [2022-06-27T16:23:44.775Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-06-27T16:23:44.775Z] ---> Running in 3ce061d5e37d [2022-06-27T16:23:45.034Z] Removing intermediate container 3ce061d5e37d [2022-06-27T16:23:45.034Z] ---> a109ec94199e [2022-06-27T16:23:45.034Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-27T16:23:45.034Z] ---> Running in 1353fcd66f74 [2022-06-27T16:23:45.034Z] Removing intermediate container 1353fcd66f74 [2022-06-27T16:23:45.034Z] ---> 8b6c7c6cdc47 [2022-06-27T16:23:45.034Z] Step 25/27 : LABEL arch=amd64 [2022-06-27T16:23:45.034Z] ---> Running in f260cbf861d9 [2022-06-27T16:23:45.034Z] Removing intermediate container f260cbf861d9 [2022-06-27T16:23:45.034Z] ---> 720bbdcb0115 [2022-06-27T16:23:45.034Z] Step 26/27 : LABEL git_sha=f853e127f9664cf87b77d4de8e3f5891c25e071e [2022-06-27T16:23:45.295Z] ---> Running in 601f9cd052d9 [2022-06-27T16:23:45.295Z] Removing intermediate container 601f9cd052d9 [2022-06-27T16:23:45.295Z] ---> b33cd59d419d [2022-06-27T16:23:45.295Z] Step 27/27 : LABEL version=2.2.1-dev.5 [2022-06-27T16:23:45.295Z] ---> Running in 1c374871ef6b [2022-06-27T16:23:45.295Z] Removing intermediate container 1c374871ef6b [2022-06-27T16:23:45.295Z] ---> 9c72db0dcc9a [2022-06-27T16:23:45.295Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-27T16:23:45.295Z] Successfully built 9c72db0dcc9a [2022-06-27T16:23:45.295Z] 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-06-27T16:23:45.398Z] provisioning config files... [2022-06-27T16:23:45.406Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6215174822169599154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:23:45.700Z] ---> docker-login.sh [2022-06-27T16:23:45.700Z] nexus3.edgexfoundry.org:10001 [2022-06-27T16:23:45.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:23:45.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:23:45.700Z] Configure a credential helper to remove this warning. See [2022-06-27T16:23:45.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:23:45.700Z] [2022-06-27T16:23:45.700Z] Login Succeeded [2022-06-27T16:23:45.700Z] nexus3.edgexfoundry.org:10002 [2022-06-27T16:23:45.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:23:45.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:23:45.959Z] Configure a credential helper to remove this warning. See [2022-06-27T16:23:45.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:23:45.959Z] [2022-06-27T16:23:45.959Z] Login Succeeded [2022-06-27T16:23:45.959Z] nexus3.edgexfoundry.org:10003 [2022-06-27T16:23:45.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:23:45.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:23:45.959Z] Configure a credential helper to remove this warning. See [2022-06-27T16:23:45.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:23:45.959Z] [2022-06-27T16:23:45.959Z] Login Succeeded [2022-06-27T16:23:45.959Z] nexus3.edgexfoundry.org:10004 [2022-06-27T16:23:45.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:23:46.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:23:46.219Z] Configure a credential helper to remove this warning. See [2022-06-27T16:23:46.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:23:46.219Z] [2022-06-27T16:23:46.219Z] Login Succeeded [2022-06-27T16:23:46.219Z] docker.io [2022-06-27T16:23:46.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:23:46.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:23:46.479Z] Configure a credential helper to remove this warning. See [2022-06-27T16:23:46.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:23:46.479Z] [2022-06-27T16:23:46.479Z] Login Succeeded [2022-06-27T16:23:46.479Z] ---> docker-login.sh ends [Pipeline] } [2022-06-27T16:23:46.488Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-27T16:23:46.517Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-27T16:23:46.538Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-06-27T16:23:46.538Z] f853e127f9664cf87b77d4de8e3f5891c25e071e [2022-06-27T16:23:46.538Z] latest [2022-06-27T16:23:46.538Z] 2.2.1-dev.5 [2022-06-27T16:23:46.538Z] f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 [2022-06-27T16:23:46.538Z] main [2022-06-27T16:23:46.538Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:46.875Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:47.184Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:f853e127f9664cf87b77d4de8e3f5891c25e071e [2022-06-27T16:23:47.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-27T16:23:47.184Z] e6a2aabc588a: Preparing [2022-06-27T16:23:47.184Z] 40028962acab: Preparing [2022-06-27T16:23:47.184Z] 4957ce00d531: Preparing [2022-06-27T16:23:47.184Z] cbeb58e37669: Preparing [2022-06-27T16:23:47.184Z] 88cd5eef911d: Preparing [2022-06-27T16:23:47.184Z] b541d28bf3b4: Preparing [2022-06-27T16:23:47.184Z] b541d28bf3b4: Waiting [2022-06-27T16:23:47.184Z] 4957ce00d531: Pushed [2022-06-27T16:23:47.184Z] cbeb58e37669: Pushed [2022-06-27T16:23:47.184Z] 40028962acab: Pushed [2022-06-27T16:23:47.184Z] b541d28bf3b4: Layer already exists [2022-06-27T16:23:47.754Z] 88cd5eef911d: Pushed [2022-06-27T16:23:50.296Z] e6a2aabc588a: Pushed [2022-06-27T16:23:50.296Z] f853e127f9664cf87b77d4de8e3f5891c25e071e: digest: sha256:1c2cfdcc167c644eca4b13c6d033b545f6ac34583d6ab120eb31272b50fe5c77 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:50.615Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:50.924Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-06-27T16:23:50.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-27T16:23:50.924Z] e6a2aabc588a: Preparing [2022-06-27T16:23:50.924Z] 40028962acab: Preparing [2022-06-27T16:23:50.924Z] 4957ce00d531: Preparing [2022-06-27T16:23:50.924Z] cbeb58e37669: Preparing [2022-06-27T16:23:50.924Z] 88cd5eef911d: Preparing [2022-06-27T16:23:50.924Z] b541d28bf3b4: Preparing [2022-06-27T16:23:50.924Z] b541d28bf3b4: Waiting [2022-06-27T16:23:50.924Z] 4957ce00d531: Layer already exists [2022-06-27T16:23:50.924Z] 40028962acab: Layer already exists [2022-06-27T16:23:50.924Z] 88cd5eef911d: Layer already exists [2022-06-27T16:23:50.924Z] e6a2aabc588a: Layer already exists [2022-06-27T16:23:50.924Z] cbeb58e37669: Layer already exists [2022-06-27T16:23:50.924Z] b541d28bf3b4: Layer already exists [2022-06-27T16:23:50.924Z] latest: digest: sha256:1c2cfdcc167c644eca4b13c6d033b545f6ac34583d6ab120eb31272b50fe5c77 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:51.240Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:51.550Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.5 [2022-06-27T16:23:51.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-27T16:23:51.550Z] e6a2aabc588a: Preparing [2022-06-27T16:23:51.550Z] 40028962acab: Preparing [2022-06-27T16:23:51.550Z] 4957ce00d531: Preparing [2022-06-27T16:23:51.550Z] cbeb58e37669: Preparing [2022-06-27T16:23:51.550Z] 88cd5eef911d: Preparing [2022-06-27T16:23:51.550Z] b541d28bf3b4: Preparing [2022-06-27T16:23:51.550Z] b541d28bf3b4: Waiting [2022-06-27T16:23:51.550Z] cbeb58e37669: Layer already exists [2022-06-27T16:23:51.550Z] 40028962acab: Layer already exists [2022-06-27T16:23:51.550Z] 4957ce00d531: Layer already exists [2022-06-27T16:23:51.550Z] 88cd5eef911d: Layer already exists [2022-06-27T16:23:51.550Z] e6a2aabc588a: Layer already exists [2022-06-27T16:23:51.550Z] b541d28bf3b4: Layer already exists [2022-06-27T16:23:51.550Z] 2.2.1-dev.5: digest: sha256:1c2cfdcc167c644eca4b13c6d033b545f6ac34583d6ab120eb31272b50fe5c77 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:51.866Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:52.173Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 [2022-06-27T16:23:52.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-27T16:23:52.173Z] e6a2aabc588a: Preparing [2022-06-27T16:23:52.173Z] 40028962acab: Preparing [2022-06-27T16:23:52.173Z] 4957ce00d531: Preparing [2022-06-27T16:23:52.173Z] cbeb58e37669: Preparing [2022-06-27T16:23:52.173Z] 88cd5eef911d: Preparing [2022-06-27T16:23:52.173Z] b541d28bf3b4: Preparing [2022-06-27T16:23:52.173Z] b541d28bf3b4: Waiting [2022-06-27T16:23:52.173Z] cbeb58e37669: Layer already exists [2022-06-27T16:23:52.173Z] 88cd5eef911d: Layer already exists [2022-06-27T16:23:52.173Z] e6a2aabc588a: Layer already exists [2022-06-27T16:23:52.173Z] 4957ce00d531: Layer already exists [2022-06-27T16:23:52.173Z] 40028962acab: Layer already exists [2022-06-27T16:23:52.173Z] b541d28bf3b4: Layer already exists [2022-06-27T16:23:52.173Z] f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5: digest: sha256:1c2cfdcc167c644eca4b13c6d033b545f6ac34583d6ab120eb31272b50fe5c77 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:52.489Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:52.809Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-06-27T16:23:52.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-27T16:23:52.809Z] e6a2aabc588a: Preparing [2022-06-27T16:23:52.809Z] 40028962acab: Preparing [2022-06-27T16:23:52.809Z] 4957ce00d531: Preparing [2022-06-27T16:23:52.809Z] cbeb58e37669: Preparing [2022-06-27T16:23:52.809Z] 88cd5eef911d: Preparing [2022-06-27T16:23:52.809Z] b541d28bf3b4: Preparing [2022-06-27T16:23:52.809Z] b541d28bf3b4: Waiting [2022-06-27T16:23:52.809Z] 88cd5eef911d: Layer already exists [2022-06-27T16:23:52.809Z] 4957ce00d531: Layer already exists [2022-06-27T16:23:52.809Z] cbeb58e37669: Layer already exists [2022-06-27T16:23:52.809Z] 40028962acab: Layer already exists [2022-06-27T16:23:52.809Z] e6a2aabc588a: Layer already exists [2022-06-27T16:23:52.809Z] b541d28bf3b4: Layer already exists [2022-06-27T16:23:52.809Z] main: digest: sha256:1c2cfdcc167c644eca4b13c6d033b545f6ac34583d6ab120eb31272b50fe5c77 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-27T16:23:52.855Z] ===================================================== [Pipeline] echo [2022-06-27T16:23:52.862Z] taggedImages: [2022-06-27T16:23:52.862Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:f853e127f9664cf87b77d4de8e3f5891c25e071e [2022-06-27T16:23:52.862Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-06-27T16:23:52.862Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.5 [2022-06-27T16:23:52.862Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 [2022-06-27T16:23:52.862Z] - 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-06-27T16:23:53.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-27T16:23:53.238Z] [2022-06-27T16:23:53.238Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:23:53.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-27T16:23:53.539Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-27T16:23:53.539Z] 5eb5b503b376: Pulling fs layer [2022-06-27T16:23:53.539Z] 5c69ac0246d0: Pulling fs layer [2022-06-27T16:23:53.539Z] ec43610c2a17: Pulling fs layer [2022-06-27T16:23:53.539Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-27T16:23:53.539Z] 33b1e0a273af: Pulling fs layer [2022-06-27T16:23:53.539Z] 5d3b04190fa2: Pulling fs layer [2022-06-27T16:23:53.539Z] 2f39f015ded8: Pulling fs layer [2022-06-27T16:23:53.539Z] 3a2ae6a8a46f: Waiting [2022-06-27T16:23:53.539Z] 33b1e0a273af: Waiting [2022-06-27T16:23:53.539Z] 2f39f015ded8: Waiting [2022-06-27T16:23:53.539Z] 5d3b04190fa2: Waiting [2022-06-27T16:23:53.539Z] 5c69ac0246d0: Download complete [2022-06-27T16:23:53.539Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-27T16:23:53.539Z] 3a2ae6a8a46f: Download complete [2022-06-27T16:23:53.539Z] 33b1e0a273af: Verifying Checksum [2022-06-27T16:23:53.539Z] 33b1e0a273af: Download complete [2022-06-27T16:23:53.539Z] ec43610c2a17: Verifying Checksum [2022-06-27T16:23:53.539Z] ec43610c2a17: Download complete [2022-06-27T16:23:53.539Z] 5d3b04190fa2: Verifying Checksum [2022-06-27T16:23:53.539Z] 5d3b04190fa2: Download complete [2022-06-27T16:23:53.797Z] 5eb5b503b376: Verifying Checksum [2022-06-27T16:23:53.797Z] 5eb5b503b376: Download complete [2022-06-27T16:23:55.174Z] 5eb5b503b376: Pull complete [2022-06-27T16:23:55.174Z] 5c69ac0246d0: Pull complete [2022-06-27T16:23:55.742Z] ec43610c2a17: Pull complete [2022-06-27T16:23:55.742Z] 3a2ae6a8a46f: Pull complete [2022-06-27T16:23:56.001Z] 33b1e0a273af: Pull complete [2022-06-27T16:23:56.001Z] 5d3b04190fa2: Pull complete [2022-06-27T16:24:00.188Z] 2f39f015ded8: Pull complete [2022-06-27T16:24:00.188Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-27T16:24:00.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-27T16:24:00.188Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:24:00.291Z] prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container [2022-06-27T16:24:00.328Z] $ 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-06-27T16:24:01.839Z] $ docker top ccff72e419dce63ff4923fc4f83c8e9703fa31027a5e18a32e0e2a4bd6d86a12 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:24:02.262Z] ---> job-cost.sh [2022-06-27T16:24:02.262Z] lf-activate-venv: SKIPPING [2022-06-27T16:24:02.262Z] INFO: No Stack... [2022-06-27T16:24:02.897Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-27T16:24:03.161Z] INFO: Archiving Costs [Pipeline] sh [2022-06-27T16:24:03.492Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-06-27T16:24:03.492Z] + cut -d, -f6 [Pipeline] lock [2022-06-27T16:24:03.506Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] [2022-06-27T16:24:03.512Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] did not exist. Created. [2022-06-27T16:24:03.512Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-27T16:24:03.815Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-27T16:24:03.839Z] Stashed 1 file(s) [Pipeline] } [2022-06-27T16:24:03.845Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-27T16:24:03.861Z] $ docker stop --time=1 ccff72e419dce63ff4923fc4f83c8e9703fa31027a5e18a32e0e2a4bd6d86a12 [2022-06-27T16:24:05.021Z] $ docker rm -f ccff72e419dce63ff4923fc4f83c8e9703fa31027a5e18a32e0e2a4bd6d86a12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-27T16:26:24.284Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16120 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-06-27T16:26:24.294Z] Running in /w/workspace/app-service-configurable/82 [Pipeline] { [Pipeline] checkout [2022-06-27T16:26:24.349Z] Selected Git installation does not exist. Using Default [2022-06-27T16:26:24.349Z] The recommended git tool is: NONE [2022-06-27T16:26:28.860Z] using credential edgex-jenkins-ssh [2022-06-27T16:26:28.878Z] Cloning the remote Git repository [2022-06-27T16:26:28.927Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-06-27T16:26:28.996Z] > git init /w/workspace/app-service-configurable/82 # timeout=10 [2022-06-27T16:26:29.058Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-06-27T16:26:29.059Z] > git --version # timeout=10 [2022-06-27T16:26:29.075Z] > git --version # 'git version 2.25.1' [2022-06-27T16:26:29.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-27T16:26:29.127Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-27T16:26:30.167Z] Avoid second fetch [2022-06-27T16:26:30.168Z] Checking out Revision f853e127f9664cf87b77d4de8e3f5891c25e071e (main) [2022-06-27T16:26:30.124Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-06-27T16:26:30.151Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-27T16:26:30.187Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T16:26:30.200Z] > git checkout -f f853e127f9664cf87b77d4de8e3f5891c25e071e # timeout=10 [2022-06-27T16:26:34.320Z] Commit message: "build: Optimize test-attribution-txt.sh to use go.mod, not vendor (#430)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-27T16:26:35.128Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-27T16:26:35.128Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-27T16:26:35.128Z] Dload Upload Total Spent Left Speed [2022-06-27T16:26:35.128Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 12253 97 11884 0 0 89353 0 --:--:-- --:--:-- --:--:-- 88686 100 12253 100 12253 0 0 91440 0 --:--:-- --:--:-- --:--:-- 90762 [Pipeline] sh [2022-06-27T16:26:35.895Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-27T16:26:36.229Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-27T16:26:36.229Z] + sudo tee /etc/docker/daemon.new [2022-06-27T16:26:36.229Z] { [2022-06-27T16:26:36.229Z] "registry-mirrors": [ [2022-06-27T16:26:36.229Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-27T16:26:36.229Z] ], [2022-06-27T16:26:36.229Z] "bip": "10.250.0.254/24", [2022-06-27T16:26:36.229Z] "hosts": [ [2022-06-27T16:26:36.229Z] "tcp://0.0.0.0:5555", [2022-06-27T16:26:36.229Z] "unix:///var/run/docker.sock" [2022-06-27T16:26:36.229Z] ], [2022-06-27T16:26:36.229Z] "mtu": 1458, [2022-06-27T16:26:36.229Z] "selinux-enabled": true, [2022-06-27T16:26:36.229Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-27T16:26:36.229Z] } [Pipeline] sh [2022-06-27T16:26:36.565Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-27T16:26:36.906Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-27T16:26:55.243Z] provisioning config files... [2022-06-27T16:26:55.267Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/82@tmp/config4447494328323107055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:26:55.796Z] ---> docker-login.sh [2022-06-27T16:26:55.796Z] nexus3.edgexfoundry.org:10001 [2022-06-27T16:26:56.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:26:56.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:26:56.673Z] Configure a credential helper to remove this warning. See [2022-06-27T16:26:56.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:26:56.673Z] [2022-06-27T16:26:56.673Z] Login Succeeded [2022-06-27T16:26:56.673Z] nexus3.edgexfoundry.org:10002 [2022-06-27T16:26:56.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:26:57.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:26:57.228Z] Configure a credential helper to remove this warning. See [2022-06-27T16:26:57.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:26:57.228Z] [2022-06-27T16:26:57.228Z] Login Succeeded [2022-06-27T16:26:57.228Z] nexus3.edgexfoundry.org:10003 [2022-06-27T16:26:57.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:26:57.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:26:57.515Z] Configure a credential helper to remove this warning. See [2022-06-27T16:26:57.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:26:57.515Z] [2022-06-27T16:26:57.515Z] Login Succeeded [2022-06-27T16:26:57.515Z] nexus3.edgexfoundry.org:10004 [2022-06-27T16:26:57.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:26:58.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:26:58.064Z] Configure a credential helper to remove this warning. See [2022-06-27T16:26:58.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:26:58.064Z] [2022-06-27T16:26:58.064Z] Login Succeeded [2022-06-27T16:26:58.064Z] docker.io [2022-06-27T16:26:58.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:26:58.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:26:58.608Z] Configure a credential helper to remove this warning. See [2022-06-27T16:26:58.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:26:58.608Z] [2022-06-27T16:26:58.608Z] Login Succeeded [2022-06-27T16:26:58.608Z] ---> docker-login.sh ends [Pipeline] } [2022-06-27T16:26:58.625Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-27T16:26:58.871Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-27T16:26:58.883Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-27T16:26:58.892Z] ========================================================= [2022-06-27T16:26:58.892Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-06-27T16:26:58.892Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:26:59.247Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-06-27T16:26:59.247Z] Sending build context to Docker daemon 204.3kB [2022-06-27T16:26:59.520Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-06-27T16:26:59.520Z] Step 2/13 : FROM ${BASE} AS builder [2022-06-27T16:26:59.805Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-27T16:26:59.805Z] 9b3977197b4f: Pulling fs layer [2022-06-27T16:26:59.805Z] 1a89e8eeedd5: Pulling fs layer [2022-06-27T16:26:59.805Z] 94645a83ff95: Pulling fs layer [2022-06-27T16:26:59.805Z] e6fb740bc735: Pulling fs layer [2022-06-27T16:26:59.805Z] 3a77bd46dcc9: Pulling fs layer [2022-06-27T16:26:59.805Z] 355e64cbe906: Pulling fs layer [2022-06-27T16:26:59.805Z] 63ab81a10011: Pulling fs layer [2022-06-27T16:26:59.805Z] 555d1d1c4555: Pulling fs layer [2022-06-27T16:26:59.805Z] 7d9057610161: Pulling fs layer [2022-06-27T16:26:59.805Z] 63ab81a10011: Waiting [2022-06-27T16:26:59.805Z] 555d1d1c4555: Waiting [2022-06-27T16:26:59.805Z] 7d9057610161: Waiting [2022-06-27T16:26:59.805Z] e6fb740bc735: Waiting [2022-06-27T16:26:59.805Z] 3a77bd46dcc9: Waiting [2022-06-27T16:26:59.805Z] 355e64cbe906: Waiting [2022-06-27T16:26:59.805Z] 94645a83ff95: Verifying Checksum [2022-06-27T16:26:59.805Z] 94645a83ff95: Download complete [2022-06-27T16:26:59.805Z] 1a89e8eeedd5: Verifying Checksum [2022-06-27T16:26:59.805Z] 1a89e8eeedd5: Download complete [2022-06-27T16:26:59.805Z] 3a77bd46dcc9: Verifying Checksum [2022-06-27T16:26:59.805Z] 3a77bd46dcc9: Download complete [2022-06-27T16:26:59.805Z] 355e64cbe906: Verifying Checksum [2022-06-27T16:26:59.805Z] 355e64cbe906: Download complete [2022-06-27T16:26:59.805Z] 9b3977197b4f: Verifying Checksum [2022-06-27T16:26:59.805Z] 9b3977197b4f: Download complete [2022-06-27T16:26:59.805Z] 63ab81a10011: Download complete [2022-06-27T16:27:00.800Z] 7d9057610161: Verifying Checksum [2022-06-27T16:27:00.800Z] 7d9057610161: Download complete [2022-06-27T16:27:00.800Z] 9b3977197b4f: Pull complete [2022-06-27T16:27:01.447Z] 1a89e8eeedd5: Pull complete [2022-06-27T16:27:01.742Z] 94645a83ff95: Pull complete [2022-06-27T16:27:02.020Z] 555d1d1c4555: Verifying Checksum [2022-06-27T16:27:02.020Z] 555d1d1c4555: Download complete [2022-06-27T16:27:02.620Z] e6fb740bc735: Verifying Checksum [2022-06-27T16:27:02.620Z] e6fb740bc735: Download complete [2022-06-27T16:27:15.026Z] e6fb740bc735: Pull complete [2022-06-27T16:27:15.026Z] 3a77bd46dcc9: Pull complete [2022-06-27T16:27:15.026Z] 355e64cbe906: Pull complete [2022-06-27T16:27:15.300Z] 63ab81a10011: Pull complete [2022-06-27T16:27:22.025Z] 555d1d1c4555: Pull complete [2022-06-27T16:27:23.466Z] 7d9057610161: Pull complete [2022-06-27T16:27:23.466Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-06-27T16:27:23.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-27T16:27:23.466Z] ---> 819e984ddca1 [2022-06-27T16:27:23.466Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-27T16:27:25.452Z] ---> Running in 28f9af370dbf [2022-06-27T16:27:25.452Z] Removing intermediate container 28f9af370dbf [2022-06-27T16:27:25.452Z] ---> d1d12d1c00ad [2022-06-27T16:27:25.452Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-06-27T16:27:25.452Z] ---> Running in 1de7715c67f2 [2022-06-27T16:27:25.737Z] Removing intermediate container 1de7715c67f2 [2022-06-27T16:27:25.737Z] ---> 15d46d91527d [2022-06-27T16:27:25.737Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-27T16:27:26.013Z] ---> Running in 8e96bfe9766b [2022-06-27T16:27:26.309Z] Removing intermediate container 8e96bfe9766b [2022-06-27T16:27:26.309Z] ---> f99bbe37b23a [2022-06-27T16:27:26.309Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-27T16:27:26.310Z] ---> Running in e6aa2c8ffc3c [2022-06-27T16:27:28.939Z] Removing intermediate container e6aa2c8ffc3c [2022-06-27T16:27:28.939Z] ---> 2cd379e245f2 [2022-06-27T16:27:28.939Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-27T16:27:28.939Z] ---> Running in 45c55eefaf5f [2022-06-27T16:27:29.925Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-27T16:27:30.906Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-27T16:27:31.506Z] OK: 220 MiB in 52 packages [2022-06-27T16:27:32.496Z] Removing intermediate container 45c55eefaf5f [2022-06-27T16:27:32.496Z] ---> a63aef6d10de [2022-06-27T16:27:32.496Z] Step 8/13 : WORKDIR /app [2022-06-27T16:27:32.496Z] ---> Running in e942dfb1cf19 [2022-06-27T16:27:32.778Z] Removing intermediate container e942dfb1cf19 [2022-06-27T16:27:32.778Z] ---> 804d20937c26 [2022-06-27T16:27:32.778Z] Step 9/13 : COPY go.mod vendor* ./ [2022-06-27T16:27:33.060Z] ---> b3fe7513afa6 [2022-06-27T16:27:33.060Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-27T16:27:33.337Z] ---> Running in 57efa93e7ace [2022-06-27T16:28:20.365Z] Removing intermediate container 57efa93e7ace [2022-06-27T16:28:20.365Z] ---> 0baf7134eeaa [2022-06-27T16:28:20.365Z] Step 11/13 : COPY . . [2022-06-27T16:28:20.365Z] ---> b26797a476d9 [2022-06-27T16:28:20.365Z] Step 12/13 : ARG MAKE="make build" [2022-06-27T16:28:20.365Z] ---> Running in f4ea90f3d90b [2022-06-27T16:28:20.365Z] Removing intermediate container f4ea90f3d90b [2022-06-27T16:28:20.365Z] ---> 29b827d0501b [2022-06-27T16:28:20.365Z] Step 13/13 : RUN $MAKE [2022-06-27T16:28:20.365Z] ---> Running in 65538dd99bb2 [2022-06-27T16:28:20.365Z] noop [2022-06-27T16:28:20.365Z] Removing intermediate container 65538dd99bb2 [2022-06-27T16:28:20.365Z] ---> a8769b0a1d58 [2022-06-27T16:28:20.365Z] Successfully built a8769b0a1d58 [2022-06-27T16:28:20.365Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:28:20.734Z] + docker inspect -f . ci-base-image-arm64 [2022-06-27T16:28:20.734Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:28:20.985Z] prd-ubuntu20.04-docker-arm64-4c-16g-16120 does not seem to be running inside a container [2022-06-27T16:28:21.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@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-06-27T16:28:22.313Z] $ docker top e344e0d93a5ee58bcc46117fd9f3a4a08d5ae3db39a25eb03d1f8be8e5371fca -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-27T16:28:23.192Z] + go version [2022-06-27T16:28:23.192Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-06-27T16:28:23.223Z] $ docker stop --time=1 e344e0d93a5ee58bcc46117fd9f3a4a08d5ae3db39a25eb03d1f8be8e5371fca [2022-06-27T16:28:24.862Z] $ docker rm -f e344e0d93a5ee58bcc46117fd9f3a4a08d5ae3db39a25eb03d1f8be8e5371fca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:28:25.472Z] + docker inspect -f . ci-base-image-arm64 [2022-06-27T16:28:25.472Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:28:25.708Z] prd-ubuntu20.04-docker-arm64-4c-16g-16120 does not seem to be running inside a container [2022-06-27T16:28:25.788Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@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-06-27T16:28:27.043Z] $ docker top fc309b30ce1ac4dfcefe9aa5a04ebc1ef39c9ab37dd1b6fc229038f46c73ed1e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-27T16:28:27.954Z] + make test [2022-06-27T16:28:27.954Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-06-27T16:29:49.788Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-06-27T16:29:49.788Z] CGO_ENABLED=1 go vet ./... [2022-06-27T16:30:08.148Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-27T16:30:08.148Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-27T16:30:08.148Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-27T16:30:08.170Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-27T16:30:08.185Z] $ docker stop --time=1 fc309b30ce1ac4dfcefe9aa5a04ebc1ef39c9ab37dd1b6fc229038f46c73ed1e [2022-06-27T16:30:09.963Z] $ docker rm -f fc309b30ce1ac4dfcefe9aa5a04ebc1ef39c9ab37dd1b6fc229038f46c73ed1e [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-27T16:30:10.925Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-27T16:30:10.945Z] Warning: overwriting stash ‘coverage-report’ [2022-06-27T16:30:11.368Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-27T16:30:11.762Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-27T16:30:12.091Z] + ls -al . [2022-06-27T16:30:12.091Z] total 164 [2022-06-27T16:30:12.091Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 27 16:28 . [2022-06-27T16:30:12.091Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 16:26 .. [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 27 16:26 .dockerignore [2022-06-27T16:30:12.091Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 16:26 .git [2022-06-27T16:30:12.091Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 16:26 .github [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 104 Jun 27 16:26 .gitignore [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 8698 Jun 27 16:26 Attribution.txt [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 27269 Jun 27 16:26 CHANGELOG.md [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 2087 Jun 27 16:26 Dockerfile [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 16:26 GOVERNANCE.md [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 688 Jun 27 16:26 Jenkinsfile [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 27 16:26 LICENSE [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 618 Jun 27 16:26 OWNERS.md [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 3718 Jun 27 16:26 README.md [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 27 16:22 VERSION [2022-06-27T16:30:12.091Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 16:26 bin [2022-06-27T16:30:12.091Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 27 16:28 coverage.out [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 3273 Jun 27 16:26 go.mod [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 35803 Jun 27 16:26 go.sum [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jun 27 16:26 main.go [2022-06-27T16:30:12.091Z] -rw-rw-r-- 1 jenkins jenkins 1972 Jun 27 16:26 makefile [2022-06-27T16:30:12.091Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 16:26 res [2022-06-27T16:30:12.091Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 16:26 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:30:12.444Z] + 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=f853e127f9664cf87b77d4de8e3f5891c25e071e --label arch=arm64 --label version=2.2.1-dev.5 . [2022-06-27T16:30:12.444Z] Sending build context to Docker daemon 205.3kB [2022-06-27T16:30:12.717Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-06-27T16:30:12.717Z] Step 2/27 : FROM ${BASE} AS builder [2022-06-27T16:30:12.717Z] ---> a8769b0a1d58 [2022-06-27T16:30:12.717Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-27T16:30:12.717Z] ---> Running in 7e12dc215679 [2022-06-27T16:30:13.001Z] Removing intermediate container 7e12dc215679 [2022-06-27T16:30:13.001Z] ---> af15cb72f0b5 [2022-06-27T16:30:13.001Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-06-27T16:30:13.277Z] ---> Running in e0933cf97129 [2022-06-27T16:30:13.549Z] Removing intermediate container e0933cf97129 [2022-06-27T16:30:13.549Z] ---> 03c448297219 [2022-06-27T16:30:13.549Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-27T16:30:13.549Z] ---> Running in 01074a8b169b [2022-06-27T16:30:13.833Z] Removing intermediate container 01074a8b169b [2022-06-27T16:30:13.833Z] ---> 183719935b20 [2022-06-27T16:30:13.833Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-27T16:30:13.833Z] ---> Running in 49dc27c84420 [2022-06-27T16:30:15.902Z] Removing intermediate container 49dc27c84420 [2022-06-27T16:30:15.902Z] ---> eee1e3ba84b8 [2022-06-27T16:30:15.902Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-27T16:30:15.902Z] ---> Running in a7ccfda1b4e9 [2022-06-27T16:30:16.907Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-27T16:30:17.885Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-27T16:30:18.481Z] OK: 220 MiB in 52 packages [2022-06-27T16:30:19.466Z] Removing intermediate container a7ccfda1b4e9 [2022-06-27T16:30:19.466Z] ---> 10b1774d525d [2022-06-27T16:30:19.466Z] Step 8/27 : WORKDIR /app [2022-06-27T16:30:19.466Z] ---> Running in e5e2fddd3b8e [2022-06-27T16:30:19.738Z] Removing intermediate container e5e2fddd3b8e [2022-06-27T16:30:19.738Z] ---> 8f3ec317cefe [2022-06-27T16:30:19.738Z] Step 9/27 : COPY go.mod vendor* ./ [2022-06-27T16:30:20.332Z] ---> cb33d4136c15 [2022-06-27T16:30:20.332Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-27T16:30:20.333Z] ---> Running in 00a761f8ad0f [2022-06-27T16:30:22.312Z] Removing intermediate container 00a761f8ad0f [2022-06-27T16:30:22.312Z] ---> 9f2e5bd788e1 [2022-06-27T16:30:22.312Z] Step 11/27 : COPY . . [2022-06-27T16:30:22.909Z] ---> afaf3e864e38 [2022-06-27T16:30:22.909Z] Step 12/27 : ARG MAKE="make build" [2022-06-27T16:30:22.909Z] ---> Running in 9190c98c652a [2022-06-27T16:30:23.183Z] Removing intermediate container 9190c98c652a [2022-06-27T16:30:23.183Z] ---> 432f2ac2f535 [2022-06-27T16:30:23.183Z] Step 13/27 : RUN $MAKE [2022-06-27T16:30:23.458Z] ---> Running in ce9f368d51ba [2022-06-27T16:30:24.450Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.1-dev.5" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-06-27T16:32:31.285Z] Removing intermediate container ce9f368d51ba [2022-06-27T16:32:31.285Z] ---> 23f158c5d232 [2022-06-27T16:32:31.285Z] Step 14/27 : FROM alpine:3.14 [2022-06-27T16:32:31.285Z] 3.14: Pulling from library/alpine [2022-06-27T16:32:31.285Z] 455c02918c45: Pulling fs layer [2022-06-27T16:32:31.285Z] 455c02918c45: Download complete [2022-06-27T16:32:31.285Z] 455c02918c45: Pull complete [2022-06-27T16:32:31.285Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-27T16:32:31.285Z] Status: Downloaded newer image for alpine:3.14 [2022-06-27T16:32:31.285Z] ---> ac73e934f311 [2022-06-27T16:32:31.285Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-27T16:32:31.285Z] ---> Running in da63d2c1d603 [2022-06-27T16:32:31.285Z] Removing intermediate container da63d2c1d603 [2022-06-27T16:32:31.285Z] ---> 995151961f33 [2022-06-27T16:32:31.285Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-06-27T16:32:31.285Z] ---> Running in baa0dfe67035 [2022-06-27T16:32:31.285Z] Removing intermediate container baa0dfe67035 [2022-06-27T16:32:31.285Z] ---> a2d324d57dee [2022-06-27T16:32:31.285Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-06-27T16:32:31.285Z] ---> Running in 87b9e82913ce [2022-06-27T16:32:31.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-27T16:32:31.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-27T16:32:31.285Z] (1/7) Installing ca-certificates (20211220-r0) [2022-06-27T16:32:31.285Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-06-27T16:32:31.285Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-06-27T16:32:31.285Z] (4/7) Installing libsodium (1.0.18-r0) [2022-06-27T16:32:31.285Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-27T16:32:31.285Z] (6/7) Installing libzmq (4.3.4-r0) [2022-06-27T16:32:31.285Z] (7/7) Installing zeromq (4.3.4-r0) [2022-06-27T16:32:31.285Z] Executing busybox-1.33.1-r7.trigger [2022-06-27T16:32:31.285Z] Executing ca-certificates-20211220-r0.trigger [2022-06-27T16:32:31.285Z] OK: 9 MiB in 21 packages [2022-06-27T16:32:31.285Z] Removing intermediate container 87b9e82913ce [2022-06-27T16:32:31.285Z] ---> cfbc2cf50f3b [2022-06-27T16:32:31.285Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-06-27T16:32:31.285Z] ---> 2b7a19c79e68 [2022-06-27T16:32:31.285Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-06-27T16:32:31.285Z] ---> 0fc732ca7b6a [2022-06-27T16:32:31.285Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-06-27T16:32:31.285Z] ---> 376f55d342ad [2022-06-27T16:32:31.285Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-06-27T16:32:31.285Z] ---> ef12a74bdce1 [2022-06-27T16:32:31.285Z] Step 22/27 : EXPOSE 48095 [2022-06-27T16:32:31.285Z] ---> Running in 47e23c3dcd30 [2022-06-27T16:32:31.285Z] Removing intermediate container 47e23c3dcd30 [2022-06-27T16:32:31.285Z] ---> 03e82d652145 [2022-06-27T16:32:31.285Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-06-27T16:32:31.285Z] ---> Running in 2026c3e5c69e [2022-06-27T16:32:31.285Z] Removing intermediate container 2026c3e5c69e [2022-06-27T16:32:31.285Z] ---> 2c0a9af44444 [2022-06-27T16:32:31.285Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-27T16:32:31.285Z] ---> Running in 3cca0bccad05 [2022-06-27T16:32:31.285Z] Removing intermediate container 3cca0bccad05 [2022-06-27T16:32:31.285Z] ---> eefd9f0c1edc [2022-06-27T16:32:31.285Z] Step 25/27 : LABEL arch=arm64 [2022-06-27T16:32:31.285Z] ---> Running in 0cc8776012d4 [2022-06-27T16:32:31.285Z] Removing intermediate container 0cc8776012d4 [2022-06-27T16:32:31.285Z] ---> 9ee4d77ad945 [2022-06-27T16:32:31.285Z] Step 26/27 : LABEL git_sha=f853e127f9664cf87b77d4de8e3f5891c25e071e [2022-06-27T16:32:31.285Z] ---> Running in 5a17b2ec5f6a [2022-06-27T16:32:31.285Z] Removing intermediate container 5a17b2ec5f6a [2022-06-27T16:32:31.285Z] ---> d50a65e2e638 [2022-06-27T16:32:31.285Z] Step 27/27 : LABEL version=2.2.1-dev.5 [2022-06-27T16:32:31.285Z] ---> Running in 8449c23cace8 [2022-06-27T16:32:31.285Z] Removing intermediate container 8449c23cace8 [2022-06-27T16:32:31.285Z] ---> 4981818f306a [2022-06-27T16:32:31.285Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-27T16:32:31.285Z] Successfully built 4981818f306a [2022-06-27T16:32:31.285Z] 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-06-27T16:32:31.401Z] provisioning config files... [2022-06-27T16:32:31.422Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/82@tmp/config8486942725907157016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:32:31.767Z] ---> docker-login.sh [2022-06-27T16:32:31.767Z] nexus3.edgexfoundry.org:10001 [2022-06-27T16:32:32.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:32:32.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:32:32.039Z] Configure a credential helper to remove this warning. See [2022-06-27T16:32:32.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:32:32.039Z] [2022-06-27T16:32:32.039Z] Login Succeeded [2022-06-27T16:32:32.039Z] nexus3.edgexfoundry.org:10002 [2022-06-27T16:32:32.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:32:32.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:32:32.638Z] Configure a credential helper to remove this warning. See [2022-06-27T16:32:32.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:32:32.638Z] [2022-06-27T16:32:32.638Z] Login Succeeded [2022-06-27T16:32:32.638Z] nexus3.edgexfoundry.org:10003 [2022-06-27T16:32:32.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:32:33.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:32:33.183Z] Configure a credential helper to remove this warning. See [2022-06-27T16:32:33.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:32:33.183Z] [2022-06-27T16:32:33.183Z] Login Succeeded [2022-06-27T16:32:33.183Z] nexus3.edgexfoundry.org:10004 [2022-06-27T16:32:33.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:32:33.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:32:33.456Z] Configure a credential helper to remove this warning. See [2022-06-27T16:32:33.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:32:33.456Z] [2022-06-27T16:32:33.456Z] Login Succeeded [2022-06-27T16:32:33.456Z] docker.io [2022-06-27T16:32:34.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T16:32:34.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T16:32:34.332Z] Configure a credential helper to remove this warning. See [2022-06-27T16:32:34.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T16:32:34.332Z] [2022-06-27T16:32:34.332Z] Login Succeeded [2022-06-27T16:32:34.332Z] ---> docker-login.sh ends [Pipeline] } [2022-06-27T16:32:34.348Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-27T16:32:34.383Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-27T16:32:34.403Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-06-27T16:32:34.403Z] f853e127f9664cf87b77d4de8e3f5891c25e071e [2022-06-27T16:32:34.403Z] latest [2022-06-27T16:32:34.403Z] 2.2.1-dev.5 [2022-06-27T16:32:34.403Z] f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 [2022-06-27T16:32:34.403Z] main [2022-06-27T16:32:34.403Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:32:34.762Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:32:35.120Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f853e127f9664cf87b77d4de8e3f5891c25e071e [2022-06-27T16:32:35.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-27T16:32:35.120Z] 7bc09861c6d4: Preparing [2022-06-27T16:32:35.120Z] 0292aeb24aab: Preparing [2022-06-27T16:32:35.120Z] a0947c2bf0da: Preparing [2022-06-27T16:32:35.120Z] 6a37d9f45bbe: Preparing [2022-06-27T16:32:35.120Z] 2d06693af545: Preparing [2022-06-27T16:32:35.120Z] f73e7dbfee58: Preparing [2022-06-27T16:32:35.120Z] f73e7dbfee58: Waiting [2022-06-27T16:32:35.398Z] a0947c2bf0da: Pushed [2022-06-27T16:32:35.398Z] 6a37d9f45bbe: Pushed [2022-06-27T16:32:35.398Z] 0292aeb24aab: Pushed [2022-06-27T16:32:35.398Z] f73e7dbfee58: Layer already exists [2022-06-27T16:32:36.375Z] 2d06693af545: Pushed [2022-06-27T16:32:41.768Z] 7bc09861c6d4: Pushed [2022-06-27T16:32:41.768Z] f853e127f9664cf87b77d4de8e3f5891c25e071e: digest: sha256:ad6c11652bc5394b872bbf4e2229483887ffd9877652eb8ddfaeb2587e784461 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:32:42.135Z] + 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-06-27T16:32:42.501Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-06-27T16:32:42.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-27T16:32:42.501Z] 7bc09861c6d4: Preparing [2022-06-27T16:32:42.501Z] 0292aeb24aab: Preparing [2022-06-27T16:32:42.501Z] a0947c2bf0da: Preparing [2022-06-27T16:32:42.501Z] 6a37d9f45bbe: Preparing [2022-06-27T16:32:42.501Z] 2d06693af545: Preparing [2022-06-27T16:32:42.501Z] f73e7dbfee58: Preparing [2022-06-27T16:32:42.501Z] f73e7dbfee58: Waiting [2022-06-27T16:32:42.501Z] 0292aeb24aab: Layer already exists [2022-06-27T16:32:42.501Z] a0947c2bf0da: Layer already exists [2022-06-27T16:32:42.501Z] 6a37d9f45bbe: Layer already exists [2022-06-27T16:32:42.501Z] 7bc09861c6d4: Layer already exists [2022-06-27T16:32:42.501Z] 2d06693af545: Layer already exists [2022-06-27T16:32:42.501Z] f73e7dbfee58: Layer already exists [2022-06-27T16:32:42.774Z] latest: digest: sha256:ad6c11652bc5394b872bbf4e2229483887ffd9877652eb8ddfaeb2587e784461 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:32:43.142Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:32:43.514Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.5 [2022-06-27T16:32:43.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-27T16:32:43.514Z] 7bc09861c6d4: Preparing [2022-06-27T16:32:43.514Z] 0292aeb24aab: Preparing [2022-06-27T16:32:43.514Z] a0947c2bf0da: Preparing [2022-06-27T16:32:43.514Z] 6a37d9f45bbe: Preparing [2022-06-27T16:32:43.514Z] 2d06693af545: Preparing [2022-06-27T16:32:43.514Z] f73e7dbfee58: Preparing [2022-06-27T16:32:43.514Z] f73e7dbfee58: Waiting [2022-06-27T16:32:43.514Z] 7bc09861c6d4: Layer already exists [2022-06-27T16:32:43.514Z] a0947c2bf0da: Layer already exists [2022-06-27T16:32:43.514Z] 6a37d9f45bbe: Layer already exists [2022-06-27T16:32:43.514Z] 0292aeb24aab: Layer already exists [2022-06-27T16:32:43.514Z] 2d06693af545: Layer already exists [2022-06-27T16:32:43.514Z] f73e7dbfee58: Layer already exists [2022-06-27T16:32:43.786Z] 2.2.1-dev.5: digest: sha256:ad6c11652bc5394b872bbf4e2229483887ffd9877652eb8ddfaeb2587e784461 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:32:44.150Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:32:44.504Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 [2022-06-27T16:32:44.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-27T16:32:44.505Z] 7bc09861c6d4: Preparing [2022-06-27T16:32:44.505Z] 0292aeb24aab: Preparing [2022-06-27T16:32:44.505Z] a0947c2bf0da: Preparing [2022-06-27T16:32:44.505Z] 6a37d9f45bbe: Preparing [2022-06-27T16:32:44.505Z] 2d06693af545: Preparing [2022-06-27T16:32:44.505Z] f73e7dbfee58: Preparing [2022-06-27T16:32:44.505Z] f73e7dbfee58: Waiting [2022-06-27T16:32:44.505Z] a0947c2bf0da: Layer already exists [2022-06-27T16:32:44.505Z] 0292aeb24aab: Layer already exists [2022-06-27T16:32:44.505Z] 7bc09861c6d4: Layer already exists [2022-06-27T16:32:44.505Z] 2d06693af545: Layer already exists [2022-06-27T16:32:44.505Z] 6a37d9f45bbe: Layer already exists [2022-06-27T16:32:44.505Z] f73e7dbfee58: Layer already exists [2022-06-27T16:32:44.775Z] f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5: digest: sha256:ad6c11652bc5394b872bbf4e2229483887ffd9877652eb8ddfaeb2587e784461 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:32:45.140Z] + 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-06-27T16:32:45.498Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-06-27T16:32:45.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-27T16:32:45.498Z] 7bc09861c6d4: Preparing [2022-06-27T16:32:45.498Z] 0292aeb24aab: Preparing [2022-06-27T16:32:45.498Z] a0947c2bf0da: Preparing [2022-06-27T16:32:45.498Z] 6a37d9f45bbe: Preparing [2022-06-27T16:32:45.498Z] 2d06693af545: Preparing [2022-06-27T16:32:45.498Z] f73e7dbfee58: Preparing [2022-06-27T16:32:45.498Z] f73e7dbfee58: Waiting [2022-06-27T16:32:45.498Z] 7bc09861c6d4: Layer already exists [2022-06-27T16:32:45.498Z] 6a37d9f45bbe: Layer already exists [2022-06-27T16:32:45.498Z] 0292aeb24aab: Layer already exists [2022-06-27T16:32:45.498Z] 2d06693af545: Layer already exists [2022-06-27T16:32:45.498Z] a0947c2bf0da: Layer already exists [2022-06-27T16:32:45.498Z] f73e7dbfee58: Layer already exists [2022-06-27T16:32:45.770Z] main: digest: sha256:ad6c11652bc5394b872bbf4e2229483887ffd9877652eb8ddfaeb2587e784461 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-27T16:32:45.827Z] ===================================================== [Pipeline] echo [2022-06-27T16:32:45.833Z] taggedImages: [2022-06-27T16:32:45.833Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f853e127f9664cf87b77d4de8e3f5891c25e071e [2022-06-27T16:32:45.833Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-06-27T16:32:45.833Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.5 [2022-06-27T16:32:45.833Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 [2022-06-27T16:32:45.833Z] - 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-06-27T16:32:46.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-27T16:32:46.207Z] [2022-06-27T16:32:46.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:32:46.557Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-27T16:32:46.836Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-27T16:32:46.836Z] 8998bd30e6a1: Pulling fs layer [2022-06-27T16:32:46.836Z] 04944245beec: Pulling fs layer [2022-06-27T16:32:46.836Z] 699f458cf7ca: Pulling fs layer [2022-06-27T16:32:46.836Z] 765212b225bb: Pulling fs layer [2022-06-27T16:32:46.836Z] f23df028b6ca: Pulling fs layer [2022-06-27T16:32:46.836Z] d65c8cfc05b1: Pulling fs layer [2022-06-27T16:32:46.836Z] 2437ff75d9bd: Pulling fs layer [2022-06-27T16:32:46.836Z] 765212b225bb: Waiting [2022-06-27T16:32:46.836Z] f23df028b6ca: Waiting [2022-06-27T16:32:46.836Z] d65c8cfc05b1: Waiting [2022-06-27T16:32:46.836Z] 2437ff75d9bd: Waiting [2022-06-27T16:32:46.836Z] 04944245beec: Verifying Checksum [2022-06-27T16:32:46.836Z] 04944245beec: Download complete [2022-06-27T16:32:46.836Z] 765212b225bb: Verifying Checksum [2022-06-27T16:32:46.836Z] 765212b225bb: Download complete [2022-06-27T16:32:46.836Z] f23df028b6ca: Download complete [2022-06-27T16:32:46.836Z] d65c8cfc05b1: Verifying Checksum [2022-06-27T16:32:46.836Z] d65c8cfc05b1: Download complete [2022-06-27T16:32:47.111Z] 699f458cf7ca: Verifying Checksum [2022-06-27T16:32:47.111Z] 699f458cf7ca: Download complete [2022-06-27T16:32:47.385Z] 8998bd30e6a1: Verifying Checksum [2022-06-27T16:32:47.385Z] 8998bd30e6a1: Download complete [2022-06-27T16:32:50.007Z] 2437ff75d9bd: Verifying Checksum [2022-06-27T16:32:50.007Z] 2437ff75d9bd: Download complete [2022-06-27T16:32:51.977Z] 8998bd30e6a1: Pull complete [2022-06-27T16:32:52.250Z] 04944245beec: Pull complete [2022-06-27T16:32:53.685Z] 699f458cf7ca: Pull complete [2022-06-27T16:32:53.960Z] 765212b225bb: Pull complete [2022-06-27T16:32:54.557Z] f23df028b6ca: Pull complete [2022-06-27T16:32:54.831Z] d65c8cfc05b1: Pull complete [2022-06-27T16:33:10.006Z] 2437ff75d9bd: Pull complete [2022-06-27T16:33:10.007Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-27T16:33:10.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-27T16:33:10.007Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:33:10.255Z] prd-ubuntu20.04-docker-arm64-4c-16g-16120 does not seem to be running inside a container [2022-06-27T16:33:10.333Z] $ 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/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@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-06-27T16:33:12.906Z] $ docker top b47f3357f4c818b37dbaad04e4d63362c522928dbc437af380e10f1340f03ef4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:33:13.817Z] ---> job-cost.sh [2022-06-27T16:33:13.817Z] lf-activate-venv: SKIPPING [2022-06-27T16:33:13.817Z] INFO: No Stack... [2022-06-27T16:33:14.409Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-27T16:33:15.001Z] INFO: Archiving Costs [Pipeline] sh [2022-06-27T16:33:15.655Z] + cat /w/workspace/app-service-configurable/82/archives/cost.csv [2022-06-27T16:33:15.656Z] + cut -d, -f6 [Pipeline] lock [2022-06-27T16:33:15.717Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] [2022-06-27T16:33:15.723Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] did not exist. Created. [2022-06-27T16:33:15.723Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-27T16:33:16.394Z] /w/workspace/app-service-configurable/82@tmp/durable-12e7608c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-06-27T16:33:17.068Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-27T16:33:17.087Z] Warning: overwriting stash ‘stack-cost’ [2022-06-27T16:33:17.138Z] Stashed 1 file(s) [Pipeline] } [2022-06-27T16:33:17.145Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-27T16:33:17.165Z] $ docker stop --time=1 b47f3357f4c818b37dbaad04e4d63362c522928dbc437af380e10f1340f03ef4 [2022-06-27T16:33:18.675Z] $ docker rm -f b47f3357f4c818b37dbaad04e4d63362c522928dbc437af380e10f1340f03ef4 [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-06-27T16:33:19.145Z] provisioning config files... [2022-06-27T16:33:19.156Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4552675039870230124tmp [Pipeline] { [Pipeline] sh [2022-06-27T16:33:19.452Z] + set +x [2022-06-27T16:33:19.452Z] + curl -s https://codecov.io/bash [2022-06-27T16:33:19.452Z] + bash -s -- [2022-06-27T16:33:19.452Z] [2022-06-27T16:33:19.452Z] _____ _ [2022-06-27T16:33:19.452Z] / ____| | | [2022-06-27T16:33:19.452Z] | | ___ __| | ___ ___ _____ __ [2022-06-27T16:33:19.452Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-27T16:33:19.452Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-27T16:33:19.452Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-27T16:33:19.452Z] Bash-1.0.6 [2022-06-27T16:33:19.452Z] [2022-06-27T16:33:19.452Z] [2022-06-27T16:33:19.452Z] ==> git version 2.25.1 found [2022-06-27T16:33:19.452Z] ==> 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-06-27T16:33:19.452Z] Release-Date: 2020-01-08 [2022-06-27T16:33:19.452Z] 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-06-27T16:33:19.452Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-27T16:33:19.452Z] ==> Jenkins CI detected. [2022-06-27T16:33:19.452Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-06-27T16:33:19.452Z] project root: . [2022-06-27T16:33:19.452Z] --> token set from env [2022-06-27T16:33:19.452Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-27T16:33:19.452Z] ==> Running gcov in . (disable via -X gcov) [2022-06-27T16:33:19.452Z] ==> Python coveragepy not found [2022-06-27T16:33:19.452Z] ==> Searching for coverage reports in: [2022-06-27T16:33:19.452Z] + . [2022-06-27T16:33:19.452Z] -> Found 1 reports [2022-06-27T16:33:19.452Z] ==> Detecting git/mercurial file structure [2022-06-27T16:33:19.452Z] ==> Reading reports [2022-06-27T16:33:19.452Z] + ./coverage.out bytes=10 [2022-06-27T16:33:19.452Z] ==> Appending adjustments [2022-06-27T16:33:19.452Z] https://docs.codecov.io/docs/fixing-reports [2022-06-27T16:33:19.713Z] + Found adjustments [2022-06-27T16:33:19.713Z] ==> Gzipping contents [2022-06-27T16:33:19.713Z] 4.0K /tmp/codecov.OBGdLJ.gz [2022-06-27T16:33:19.713Z] ==> Uploading reports [2022-06-27T16:33:19.713Z] url: https://codecov.io [2022-06-27T16:33:19.713Z] query: branch=main&commit=f853e127f9664cf87b77d4de8e3f5891c25e071e&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F82%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-06-27T16:33:19.713Z] -> Pinging Codecov [2022-06-27T16:33:19.713Z] 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=f853e127f9664cf87b77d4de8e3f5891c25e071e&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F82%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-06-27T16:33:19.974Z] -> Uploading to [2022-06-27T16:33:19.974Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-27/A97CA9966030D2A3747ED39772930CCE/f853e127f9664cf87b77d4de8e3f5891c25e071e/5480d27b-0e25-4ae6-b0cc-a0b027f037da.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220627%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220627T163319Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f1938eeb31990b13b14d18c2fd9b82cb7f3fa3ed43a06b4a36a670ede95cdd7b [2022-06-27T16:33:19.974Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-27T16:33:19.974Z] Dload Upload Total Spent Left Speed [2022-06-27T16:33:19.974Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 592 0 0 100 592 0 2901 --:--:-- --:--:-- --:--:-- 2887 100 592 0 0 100 592 0 2805 --:--:-- --:--:-- --:--:-- 2792 [2022-06-27T16:33:19.974Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] } [2022-06-27T16:33:19.983Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-06-27T16:33:20.088Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-06-27T16:33:20.097Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:33:20.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-27T16:33:20.390Z] [2022-06-27T16:33:20.390Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:33:20.697Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-27T16:33:20.697Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-06-27T16:33:20.697Z] df9b9388f04a: Pulling fs layer [2022-06-27T16:33:20.697Z] 52dc419b0ee2: Pulling fs layer [2022-06-27T16:33:20.697Z] 25bc292e5bac: Pulling fs layer [2022-06-27T16:33:20.697Z] 114826534d7a: Pulling fs layer [2022-06-27T16:33:20.697Z] 4657fd5d0bcf: Pulling fs layer [2022-06-27T16:33:20.697Z] 6ad1cebc031e: Pulling fs layer [2022-06-27T16:33:20.697Z] 8a3aa393b2d8: Pulling fs layer [2022-06-27T16:33:20.697Z] 114826534d7a: Waiting [2022-06-27T16:33:20.697Z] 4657fd5d0bcf: Waiting [2022-06-27T16:33:20.697Z] 6ad1cebc031e: Waiting [2022-06-27T16:33:20.697Z] 8a3aa393b2d8: Waiting [2022-06-27T16:33:20.697Z] 25bc292e5bac: Verifying Checksum [2022-06-27T16:33:20.697Z] 25bc292e5bac: Download complete [2022-06-27T16:33:20.697Z] 52dc419b0ee2: Download complete [2022-06-27T16:33:20.697Z] 4657fd5d0bcf: Verifying Checksum [2022-06-27T16:33:20.697Z] 4657fd5d0bcf: Download complete [2022-06-27T16:33:20.697Z] df9b9388f04a: Verifying Checksum [2022-06-27T16:33:20.697Z] df9b9388f04a: Download complete [2022-06-27T16:33:20.965Z] df9b9388f04a: Pull complete [2022-06-27T16:33:20.965Z] 6ad1cebc031e: Verifying Checksum [2022-06-27T16:33:20.965Z] 6ad1cebc031e: Download complete [2022-06-27T16:33:20.965Z] 52dc419b0ee2: Pull complete [2022-06-27T16:33:21.233Z] 25bc292e5bac: Pull complete [2022-06-27T16:33:21.495Z] 114826534d7a: Download complete [2022-06-27T16:33:21.495Z] 8a3aa393b2d8: Verifying Checksum [2022-06-27T16:33:21.495Z] 8a3aa393b2d8: Download complete [2022-06-27T16:33:25.696Z] 114826534d7a: Pull complete [2022-06-27T16:33:25.696Z] 4657fd5d0bcf: Pull complete [2022-06-27T16:33:25.696Z] 6ad1cebc031e: Pull complete [2022-06-27T16:33:28.230Z] 8a3aa393b2d8: Pull complete [2022-06-27T16:33:28.230Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-06-27T16:33:28.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-27T16:33:28.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:33:28.322Z] prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container [2022-06-27T16:33:28.353Z] $ 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-06-27T16:33:30.112Z] $ docker top 983a8ccbc36c81af56f751c1261b6f4842c57fdf144950676bae7d206041a08f -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-27T16:33:30.196Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2022-06-27T16:33:30.476Z] + set -o pipefail [2022-06-27T16:33:30.476Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2022-06-27T16:33:37.060Z] [2022-06-27T16:33:37.060Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-06-27T16:33:37.060Z] [2022-06-27T16:33:37.060Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/755bd9ce-a977-4edb-a5f6-b105df2329bd [2022-06-27T16:33:37.060Z] [2022-06-27T16:33:37.060Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-06-27T16:33:37.060Z] [2022-06-27T16:33:37.060Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-06-27T16:33:37.060Z] [2022-06-27T16:33:37.629Z] [2022-06-27T16:33:37.629Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2022-06-27T16:33:37.629Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2022-06-27T16:33:37.635Z] $ docker stop --time=1 983a8ccbc36c81af56f751c1261b6f4842c57fdf144950676bae7d206041a08f [2022-06-27T16:33:39.626Z] $ docker rm -f 983a8ccbc36c81af56f751c1261b6f4842c57fdf144950676bae7d206041a08f [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-06-27T16:33:40.361Z] + git log --format=format:%s -1 f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] sh [2022-06-27T16:33:40.658Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-27T16:33:40.658Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:33:40.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-27T16:33:40.965Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:33:41.046Z] prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container [2022-06-27T16:33:41.076Z] $ 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-06-27T16:33:41.523Z] $ docker top 671e6080ccb68c5f0ab87684d299af3855ce2e9a724c583e72a8aaba052ec3aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-27T16:33:41.634Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-27T16:33:41.634Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-27T16:33:41.758Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-27T16:33:41.755Z] $ docker exec 671e6080ccb68c5f0ab87684d299af3855ce2e9a724c583e72a8aaba052ec3aa ssh-agent [2022-06-27T16:33:41.890Z] SSH_AUTH_SOCK=/tmp/ssh-sNwEiuEQMisa/agent.33 [2022-06-27T16:33:41.890Z] SSH_AGENT_PID=40 [2022-06-27T16:33:41.896Z] Running ssh-add (command line suppressed) [2022-06-27T16:33:42.010Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6632074535835377008.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6632074535835377008.key) [2022-06-27T16:33:42.032Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-27T16:33:42.323Z] + git semver tag [2022-06-27T16:33:42.583Z] 2022-06-27 16:33:42,531 [run_tag] DEBUG tag force:False [2022-06-27T16:33:42.583Z] 2022-06-27 16:33:42,531 [check_head_tag] DEBUG check head tag [2022-06-27T16:33:42.583Z] 2022-06-27 16:33:42,532 [execute] INFO git cat-file --batch-check [2022-06-27T16:33:42.583Z] 2022-06-27 16:33:42,532 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2022-06-27T16:33:42.583Z] 2022-06-27 16:33:42,537 [execute] INFO git cat-file --batch [2022-06-27T16:33:42.583Z] 2022-06-27 16:33:42,538 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2022-06-27T16:33:42.583Z] 2022-06-27 16:33:42,548 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-27T16:33:42.583Z] 2022-06-27 16:33:42,548 [execute] INFO git tag -a v2.2.1-dev.5 -m v2.2.1-dev.5 [2022-06-27T16:33:42.583Z] 2022-06-27 16:33:42,549 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.5', '-m', 'v2.2.1-dev.5'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2022-06-27T16:33:42.583Z] 2022-06-27 16:33:42,555 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-27T16:33:42.583Z] 2.2.1-dev.5 [Pipeline] } [2022-06-27T16:33:42.587Z] $ docker exec --env ******** --env ******** 671e6080ccb68c5f0ab87684d299af3855ce2e9a724c583e72a8aaba052ec3aa ssh-agent -k [2022-06-27T16:33:42.703Z] unset SSH_AUTH_SOCK; [2022-06-27T16:33:42.704Z] unset SSH_AGENT_PID; [2022-06-27T16:33:42.704Z] echo Agent pid 40 killed; [2022-06-27T16:33:42.722Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-27T16:33:43.022Z] + git semver [Pipeline] } [2022-06-27T16:33:43.302Z] $ docker stop --time=1 671e6080ccb68c5f0ab87684d299af3855ce2e9a724c583e72a8aaba052ec3aa [2022-06-27T16:33:44.616Z] $ docker rm -f 671e6080ccb68c5f0ab87684d299af3855ce2e9a724c583e72a8aaba052ec3aa [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:33:45.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-27T16:33:45.012Z] [2022-06-27T16:33:45.012Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:33:45.315Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-27T16:33:45.315Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-06-27T16:33:45.315Z] ab5ef0e58194: Pulling fs layer [2022-06-27T16:33:45.315Z] 9712f1f96733: Pulling fs layer [2022-06-27T16:33:45.315Z] 63f879dbbcfc: Pulling fs layer [2022-06-27T16:33:45.315Z] 0d9ebad4ef96: Pulling fs layer [2022-06-27T16:33:45.315Z] e9a5061849ea: Pulling fs layer [2022-06-27T16:33:45.315Z] d747dcd14b5f: Pulling fs layer [2022-06-27T16:33:45.315Z] 2de7ff778b66: Pulling fs layer [2022-06-27T16:33:45.315Z] 0d9ebad4ef96: Waiting [2022-06-27T16:33:45.315Z] e9a5061849ea: Waiting [2022-06-27T16:33:45.315Z] d747dcd14b5f: Waiting [2022-06-27T16:33:45.315Z] 2de7ff778b66: Waiting [2022-06-27T16:33:45.315Z] 9712f1f96733: Verifying Checksum [2022-06-27T16:33:45.315Z] 9712f1f96733: Download complete [2022-06-27T16:33:45.577Z] 63f879dbbcfc: Verifying Checksum [2022-06-27T16:33:45.577Z] 63f879dbbcfc: Download complete [2022-06-27T16:33:45.837Z] e9a5061849ea: Verifying Checksum [2022-06-27T16:33:45.837Z] e9a5061849ea: Download complete [2022-06-27T16:33:45.837Z] d747dcd14b5f: Verifying Checksum [2022-06-27T16:33:45.837Z] d747dcd14b5f: Download complete [2022-06-27T16:33:45.837Z] ab5ef0e58194: Verifying Checksum [2022-06-27T16:33:45.837Z] ab5ef0e58194: Download complete [2022-06-27T16:33:45.837Z] 2de7ff778b66: Verifying Checksum [2022-06-27T16:33:45.837Z] 2de7ff778b66: Download complete [2022-06-27T16:33:46.097Z] 0d9ebad4ef96: Verifying Checksum [2022-06-27T16:33:46.097Z] 0d9ebad4ef96: Download complete [2022-06-27T16:33:48.637Z] ab5ef0e58194: Pull complete [2022-06-27T16:33:48.637Z] 9712f1f96733: Pull complete [2022-06-27T16:33:49.207Z] 63f879dbbcfc: Pull complete [2022-06-27T16:33:53.401Z] 0d9ebad4ef96: Pull complete [2022-06-27T16:33:53.401Z] e9a5061849ea: Pull complete [2022-06-27T16:33:53.401Z] d747dcd14b5f: Pull complete [2022-06-27T16:33:54.782Z] 2de7ff778b66: Pull complete [2022-06-27T16:33:54.782Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-06-27T16:33:54.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-27T16:33:54.782Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:33:54.878Z] prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container [2022-06-27T16:33:54.907Z] $ 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-06-27T16:33:56.749Z] $ docker top 13814821ec97eaed032cee12ddf9529a63984bd9507d371f26d7be112d9cd5a7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-06-27T16:33:56.840Z] provisioning config files... [2022-06-27T16:33:56.849Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3824434995269195811tmp [2022-06-27T16:33:56.860Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5882717024445083232tmp [2022-06-27T16:33:56.870Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2611179488027073438tmp [Pipeline] { [Pipeline] echo [2022-06-27T16:33:56.886Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:33:57.168Z] ---> sigul-configuration.sh [2022-06-27T16:33:57.168Z] gpg: directory `/root/.gnupg' created [2022-06-27T16:33:57.168Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-06-27T16:33:57.168Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-06-27T16:33:57.168Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-06-27T16:33:57.168Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-06-27T16:33:57.168Z] gpg: CAST5 encrypted data [2022-06-27T16:33:57.168Z] gpg: encrypted with 1 passphrase [2022-06-27T16:33:57.168Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-06-27T16:33:57.457Z] + mkdir /home/jenkins [2022-06-27T16:33:57.457Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-06-27T16:33:57.744Z] + 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-06-27T16:33:57.753Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:33:58.038Z] ---> sigul-install.sh [2022-06-27T16:33:58.038Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-06-27T16:33:58.325Z] + git tag --list [2022-06-27T16:33:58.325Z] v1.0.0 [2022-06-27T16:33:58.325Z] v1.1.0 [2022-06-27T16:33:58.325Z] v1.2.0 [2022-06-27T16:33:58.325Z] v1.3.0 [2022-06-27T16:33:58.325Z] v1.3.1 [2022-06-27T16:33:58.325Z] v2.0.0 [2022-06-27T16:33:58.325Z] v2.0.1 [2022-06-27T16:33:58.325Z] v2.1.0 [2022-06-27T16:33:58.325Z] v2.1.1 [2022-06-27T16:33:58.325Z] v2.1.1-dev.1 [2022-06-27T16:33:58.325Z] v2.1.1-dev.2 [2022-06-27T16:33:58.325Z] v2.2.0 [2022-06-27T16:33:58.325Z] v2.2.1-dev.1 [2022-06-27T16:33:58.325Z] v2.2.1-dev.2 [2022-06-27T16:33:58.325Z] v2.2.1-dev.3 [2022-06-27T16:33:58.325Z] v2.2.1-dev.4 [2022-06-27T16:33:58.325Z] v2.2.1-dev.5 [Pipeline] sh [2022-06-27T16:33:58.616Z] + lftools sign git-tag v2.2.1-dev.5 [2022-06-27T16:33:59.188Z] Signing Git tag with Sigul... [2022-06-27T16:33:59.188Z] Signing v2.2.1-dev.5 [Pipeline] echo [2022-06-27T16:33:59.459Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:33:59.746Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-06-27T16:33:59.755Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-06-27T16:33:59.771Z] $ docker stop --time=1 13814821ec97eaed032cee12ddf9529a63984bd9507d371f26d7be112d9cd5a7 [2022-06-27T16:34:01.077Z] $ docker rm -f 13814821ec97eaed032cee12ddf9529a63984bd9507d371f26d7be112d9cd5a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-06-27T16:34:01.516Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-27T16:34:01.516Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:34:01.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-27T16:34:01.823Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:34:01.919Z] prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container [2022-06-27T16:34:01.949Z] $ 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-06-27T16:34:02.345Z] $ docker top 5bcf744a7c47611541135c1184ff69225e6c2d28e16ccba90114e9a839ddad60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-27T16:34:02.451Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-27T16:34:02.452Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-27T16:34:02.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-27T16:34:02.586Z] $ docker exec 5bcf744a7c47611541135c1184ff69225e6c2d28e16ccba90114e9a839ddad60 ssh-agent [2022-06-27T16:34:02.733Z] SSH_AUTH_SOCK=/tmp/ssh-nNnsmyXQ1XUv/agent.33 [2022-06-27T16:34:02.733Z] SSH_AGENT_PID=40 [2022-06-27T16:34:02.739Z] Running ssh-add (command line suppressed) [2022-06-27T16:34:02.851Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2332466855766933197.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2332466855766933197.key) [2022-06-27T16:34:02.874Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-27T16:34:03.163Z] + git semver bump pre [2022-06-27T16:34:03.422Z] 2022-06-27 16:34:03,376 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-27T16:34:03.422Z] 2022-06-27 16:34:03,377 [bump_version] DEBUG bumping version:2.2.1-dev.5 on axis:pre with prefix:dev [2022-06-27T16:34:03.422Z] 2022-06-27 16:34:03,377 [bump_version] DEBUG bumped version:2.2.1-dev.6 [2022-06-27T16:34:03.422Z] 2022-06-27 16:34:03,377 [write_version] DEBUG write version:2.2.1-dev.6 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2022-06-27T16:34:03.422Z] 2022-06-27 16:34:03,377 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-27T16:34:03.422Z] 2022-06-27 16:34:03,377 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-27T16:34:03.422Z] 2022-06-27 16:34:03,379 [execute] INFO git cat-file --batch-check [2022-06-27T16:34:03.422Z] 2022-06-27 16:34:03,379 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-06-27T16:34:03.422Z] 2022-06-27 16:34:03,386 [execute] INFO git cat-file --batch [2022-06-27T16:34:03.422Z] 2022-06-27 16:34:03,386 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-06-27T16:34:03.422Z] 2022-06-27 16:34:03,392 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-27T16:34:03.422Z] 2.2.1-dev.6 [Pipeline] } [2022-06-27T16:34:03.427Z] $ docker exec --env ******** --env ******** 5bcf744a7c47611541135c1184ff69225e6c2d28e16ccba90114e9a839ddad60 ssh-agent -k [2022-06-27T16:34:03.533Z] unset SSH_AUTH_SOCK; [2022-06-27T16:34:03.533Z] unset SSH_AGENT_PID; [2022-06-27T16:34:03.533Z] echo Agent pid 40 killed; [2022-06-27T16:34:03.550Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-27T16:34:03.864Z] + git semver [Pipeline] } [2022-06-27T16:34:04.134Z] $ docker stop --time=1 5bcf744a7c47611541135c1184ff69225e6c2d28e16ccba90114e9a839ddad60 [2022-06-27T16:34:05.447Z] $ docker rm -f 5bcf744a7c47611541135c1184ff69225e6c2d28e16ccba90114e9a839ddad60 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-27T16:34:05.814Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-27T16:34:05.815Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:34:06.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-27T16:34:06.125Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:34:06.218Z] prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container [2022-06-27T16:34:06.249Z] $ 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-06-27T16:34:06.648Z] $ docker top 4daa5ba436ec8c2755770d8c1a847395f3f711d8eb1e743146cc61b5541c4b8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-27T16:34:06.759Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-27T16:34:06.760Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-27T16:34:06.912Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-27T16:34:06.909Z] $ docker exec 4daa5ba436ec8c2755770d8c1a847395f3f711d8eb1e743146cc61b5541c4b8d ssh-agent [2022-06-27T16:34:07.047Z] SSH_AUTH_SOCK=/tmp/ssh-L4sparMLc3wq/agent.34 [2022-06-27T16:34:07.047Z] SSH_AGENT_PID=40 [2022-06-27T16:34:07.053Z] Running ssh-add (command line suppressed) [2022-06-27T16:34:07.167Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4716429875922894850.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4716429875922894850.key) [2022-06-27T16:34:07.187Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-27T16:34:07.473Z] + git semver push [2022-06-27T16:34:07.733Z] 2022-06-27 16:34:07,678 [run_push] DEBUG push [2022-06-27T16:34:07.733Z] 2022-06-27 16:34:07,679 [execute] INFO git cat-file --batch-check [2022-06-27T16:34:07.733Z] 2022-06-27 16:34:07,680 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-06-27T16:34:07.733Z] 2022-06-27 16:34:07,684 [execute] INFO git rev-list 945040f4a5e2042759b87694b543ec284abaea48 -- [2022-06-27T16:34:07.733Z] 2022-06-27 16:34:07,684 [execute] DEBUG Popen(['git', 'rev-list', '945040f4a5e2042759b87694b543ec284abaea48', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-06-27T16:34:07.733Z] 2022-06-27 16:34:07,694 [execute] INFO git fetch -v origin [2022-06-27T16:34:07.733Z] 2022-06-27 16:34:07,695 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-06-27T16:34:08.304Z] 2022-06-27 16:34:08,179 [run_push] DEBUG no remote changes detected [2022-06-27T16:34:08.304Z] 2022-06-27 16:34:08,179 [execute] INFO git push origin semver [2022-06-27T16:34:08.304Z] 2022-06-27 16:34:08,180 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-06-27T16:34:09.245Z] 2022-06-27 16:34:09,007 [run_push] DEBUG push all version tags [2022-06-27T16:34:09.245Z] 2022-06-27 16:34:09,008 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-06-27T16:34:09.245Z] 2022-06-27 16:34:09,008 [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-06-27T16:34:09.816Z] 2022-06-27 16:34:09,688 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-27T16:34:09.816Z] 2.2.1-dev.6 [Pipeline] } [2022-06-27T16:34:09.821Z] $ docker exec --env ******** --env ******** 4daa5ba436ec8c2755770d8c1a847395f3f711d8eb1e743146cc61b5541c4b8d ssh-agent -k [2022-06-27T16:34:09.937Z] unset SSH_AUTH_SOCK; [2022-06-27T16:34:09.937Z] unset SSH_AGENT_PID; [2022-06-27T16:34:09.937Z] echo Agent pid 40 killed; [2022-06-27T16:34:09.962Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-27T16:34:10.266Z] + git semver [Pipeline] } [2022-06-27T16:34:10.535Z] $ docker stop --time=1 4daa5ba436ec8c2755770d8c1a847395f3f711d8eb1e743146cc61b5541c4b8d [2022-06-27T16:34:11.846Z] $ docker rm -f 4daa5ba436ec8c2755770d8c1a847395f3f711d8eb1e743146cc61b5541c4b8d [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-06-27T16:34:12.455Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-06-27T16:34:12.455Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-06-27T16:34:12.455Z] total 16 [2022-06-27T16:34:12.455Z] drwxr-xr-x 3 root root 4096 Jun 27 16:24 . [2022-06-27T16:34:12.455Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 27 16:33 .. [2022-06-27T16:34:12.455Z] drwxr-xr-x 2 root root 4096 Jun 27 16:24 cost [2022-06-27T16:34:12.455Z] -rw-r--r-- 1 root root 94 Jun 27 16:24 cost.csv [2022-06-27T16:34:12.455Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-06-27T16:34:12.455Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-06-27T16:34:12.455Z] total 16 [2022-06-27T16:34:12.455Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 16:24 . [2022-06-27T16:34:12.455Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 27 16:33 .. [2022-06-27T16:34:12.455Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 27 16:24 cost [2022-06-27T16:34:12.455Z] -rw-r--r-- 1 jenkins jenkins 94 Jun 27 16:24 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:34:12.748Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:34:13.616Z] ---> package-listing.sh [2022-06-27T16:34:13.616Z] ++ facter osfamily [2022-06-27T16:34:13.616Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-27T16:34:13.877Z] + OS_FAMILY=debian [2022-06-27T16:34:13.877Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-06-27T16:34:13.877Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-27T16:34:13.877Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-27T16:34:13.877Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-27T16:34:13.877Z] + PACKAGES=/tmp/packages_start.txt [2022-06-27T16:34:13.877Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-06-27T16:34:13.877Z] + PACKAGES=/tmp/packages_end.txt [2022-06-27T16:34:13.877Z] + case "${OS_FAMILY}" in [2022-06-27T16:34:13.877Z] + dpkg -l [2022-06-27T16:34:13.877Z] + grep '^ii' [2022-06-27T16:34:13.877Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-27T16:34:13.877Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-27T16:34:13.877Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-27T16:34:13.877Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-06-27T16:34:13.877Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-06-27T16:34:13.877Z] + 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-06-27T16:34:13.888Z] 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-06-27T16:34:14.168Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T16:34:14.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-27T16:34:14.734Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T16:34:14.819Z] prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container [2022-06-27T16:34:14.844Z] $ 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-06-27T16:34:15.069Z] $ docker top 33c9f7d710147e3cf9df63589976aa05caf90d8996ce4b585c5860a3902bd71c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-27T16:34:15.442Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-27T16:34:15.730Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-27T16:34:16.021Z] + ls /var/log/sa-host [2022-06-27T16:34:16.021Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-27T16:34:16.092Z] provisioning config files... [2022-06-27T16:34:16.101Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9029472791535348193tmp [Pipeline] { [Pipeline] echo [2022-06-27T16:34:16.116Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:34:16.401Z] ---> create-netrc.sh [Pipeline] } [2022-06-27T16:34:16.408Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:34:16.748Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-27T16:34:16.758Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:34:17.044Z] ---> sudo-logs.sh [2022-06-27T16:34:17.044Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-27T16:34:17.068Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:34:17.354Z] ---> job-cost.sh [2022-06-27T16:34:17.354Z] lf-activate-venv: SKIPPING [2022-06-27T16:34:17.354Z] DEBUG: total: 0.2199999988079071 [2022-06-27T16:34:17.354Z] INFO: Retrieving Stack Cost... [2022-06-27T16:34:17.924Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-27T16:34:18.186Z] INFO: Archiving Costs [Pipeline] echo [2022-06-27T16:34:18.199Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T16:34:18.485Z] ---> logs-deploy.sh [2022-06-27T16:34:18.485Z] lf-activate-venv: SKIPPING [2022-06-27T16:34:18.485Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/82 [2022-06-27T16:34:18.485Z] INFO: archiving workspace using pattern(s): [2022-06-27T16:34:19.428Z] Archives upload complete. [2022-06-27T16:34:19.428Z] INFO: archiving logs to Nexus