Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 38d2ea53745de48730f2be4fd311f21cab61737a 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-ssh18301769474895994442.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4106182598992540508.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2801620673969689342.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9093879943941289577.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1241727064227155853.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7134 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 38d2ea53745de48730f2be4fd311f21cab61737a (main) Commit message: "build(deps)!: Consume latest changes in App SDK (#523)" > 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 38d2ea53745de48730f2be4fd311f21cab61737a # timeout=10 > git rev-list --no-walk ae5c3a222e830755d999430446b5cf0927b9c680 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-22T22:08:06.931Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-22T22:08:06.976Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-22T22:08:06.989Z] ========================================================= [2023-02-22T22:08:06.989Z] EdgeX Global Pipelines Version Info [2023-02-22T22:08:06.989Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:08:07.685Z] ------------------- [2023-02-22T22:08:07.685Z] stable info: [2023-02-22T22:08:07.685Z] ------------------- [2023-02-22T22:08:07.685Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-22T22:08:07.685Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-22T22:08:07.686Z] Message: update stable to v1.0.244 [2023-02-22T22:08:08.257Z] ------------------- [2023-02-22T22:08:08.257Z] experimental info: [2023-02-22T22:08:08.257Z] ------------------- [2023-02-22T22:08:08.257Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-22T22:08:08.257Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-22T22:08:08.257Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-22T22:08:08.441Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-02-22T22:08:08.453Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-02-22T22:08:08.462Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-22T22:08:08.474Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-22T22:08:08.488Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-22T22:08:08.499Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-22T22:08:08.511Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-22T22:08:08.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-22T22:08:08.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-22T22:08:08.550Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-22T22:08:08.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-22T22:08:08.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-02-22T22:08:08.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-22T22:08:08.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-22T22:08:08.602Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-22T22:08:08.610Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-22T22:08:08.618Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-22T22:08:08.626Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-22T22:08:08.635Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-22T22:08:08.643Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-22T22:08:08.651Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-22T22:08:08.659Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-22T22:08:08.667Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-22T22:08:08.675Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-22T22:08:08.684Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-22T22:08:08.692Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-22T22:08:08.700Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-22T22:08:08.708Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-22T22:08:08.716Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-22T22:08:08.726Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-22T22:08:08.744Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] echo [2023-02-22T22:08:08.756Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38d2ea5 [Pipeline] echo [2023-02-22T22:08:08.768Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T22:08:08.810Z] provisioning config files... [2023-02-22T22:08:08.829Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13963532343343960340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:08:09.151Z] ---> docker-login.sh [2023-02-22T22:08:09.151Z] nexus3.edgexfoundry.org:10001 [2023-02-22T22:08:09.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:08:09.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:08:09.435Z] Configure a credential helper to remove this warning. See [2023-02-22T22:08:09.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:08:09.436Z] [2023-02-22T22:08:09.436Z] Login Succeeded [2023-02-22T22:08:09.436Z] nexus3.edgexfoundry.org:10002 [2023-02-22T22:08:09.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:08:09.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:08:09.698Z] Configure a credential helper to remove this warning. See [2023-02-22T22:08:09.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:08:09.698Z] [2023-02-22T22:08:09.698Z] Login Succeeded [2023-02-22T22:08:09.698Z] nexus3.edgexfoundry.org:10003 [2023-02-22T22:08:09.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:08:09.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:08:09.698Z] Configure a credential helper to remove this warning. See [2023-02-22T22:08:09.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:08:09.698Z] [2023-02-22T22:08:09.698Z] Login Succeeded [2023-02-22T22:08:09.698Z] nexus3.edgexfoundry.org:10004 [2023-02-22T22:08:09.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:08:09.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:08:09.961Z] Configure a credential helper to remove this warning. See [2023-02-22T22:08:09.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:08:09.961Z] [2023-02-22T22:08:09.961Z] Login Succeeded [2023-02-22T22:08:09.961Z] docker.io [2023-02-22T22:08:09.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:08:10.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:08:10.221Z] Configure a credential helper to remove this warning. See [2023-02-22T22:08:10.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:08:10.221Z] [2023-02-22T22:08:10.221Z] Login Succeeded [2023-02-22T22:08:10.221Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T22:08:10.230Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-22T22:08:10.619Z] + git rev-list -1 --merges 38d2ea53745de48730f2be4fd311f21cab61737a~1..38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] echo [2023-02-22T22:08:10.670Z] -----------> git rev-list -1 --merges 38d2ea53745de48730f2be4fd311f21cab61737a~1..38d2ea53745de48730f2be4fd311f21cab61737a 38d2ea53745de48730f2be4fd311f21cab61737a [false] [Pipeline] sh [2023-02-22T22:08:10.962Z] + git log --format=format:%s -1 38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] echo [2023-02-22T22:08:10.975Z] ========================================================= [2023-02-22T22:08:10.975Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-22T22:08:10.975Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T22:08:11.290Z] + git log --format=format:%s -1 38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] echo [2023-02-22T22:08:11.301Z] [semverPrep] GIT_COMMIT: 38d2ea53745de48730f2be4fd311f21cab61737a, Commit Message: build(deps)!: Consume latest changes in App SDK (#523) [Pipeline] echo [2023-02-22T22:08:11.310Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-22T22:08:11.661Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T22:08:11.661Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-22T22:08:11.661Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-22T22:08:11.661Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-22T22:08:11.661Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-22T22:08:11.661Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-22T22:08:11.661Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:08:12.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T22:08:12.059Z] [2023-02-22T22:08:12.059Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:08:12.363Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T22:08:12.363Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-22T22:08:12.363Z] b85a868b505f: Pulling fs layer [2023-02-22T22:08:12.363Z] e2be974225ed: Pulling fs layer [2023-02-22T22:08:12.363Z] 339a4e72a1f5: Pulling fs layer [2023-02-22T22:08:12.363Z] 988bab9f4d93: Pulling fs layer [2023-02-22T22:08:12.363Z] 1469e6f7b9e6: Pulling fs layer [2023-02-22T22:08:12.363Z] eaf3925da568: Pulling fs layer [2023-02-22T22:08:12.363Z] bab4dde63d76: Pulling fs layer [2023-02-22T22:08:12.363Z] 988bab9f4d93: Waiting [2023-02-22T22:08:12.363Z] 1469e6f7b9e6: Waiting [2023-02-22T22:08:12.363Z] bde34c3a00c8: Pulling fs layer [2023-02-22T22:08:12.363Z] b352a97aabf1: Pulling fs layer [2023-02-22T22:08:12.363Z] bab4dde63d76: Waiting [2023-02-22T22:08:12.363Z] bde34c3a00c8: Waiting [2023-02-22T22:08:12.363Z] 4872d77fe225: Pulling fs layer [2023-02-22T22:08:12.363Z] b352a97aabf1: Waiting [2023-02-22T22:08:12.363Z] 5851b861e8e6: Pulling fs layer [2023-02-22T22:08:12.363Z] 5851b861e8e6: Waiting [2023-02-22T22:08:12.363Z] e2be974225ed: Verifying Checksum [2023-02-22T22:08:12.363Z] e2be974225ed: Download complete [2023-02-22T22:08:12.363Z] 988bab9f4d93: Verifying Checksum [2023-02-22T22:08:12.363Z] 988bab9f4d93: Download complete [2023-02-22T22:08:12.625Z] 1469e6f7b9e6: Verifying Checksum [2023-02-22T22:08:12.625Z] 1469e6f7b9e6: Download complete [2023-02-22T22:08:12.625Z] 339a4e72a1f5: Verifying Checksum [2023-02-22T22:08:12.625Z] 339a4e72a1f5: Download complete [2023-02-22T22:08:12.625Z] eaf3925da568: Verifying Checksum [2023-02-22T22:08:12.625Z] eaf3925da568: Download complete [2023-02-22T22:08:12.625Z] bde34c3a00c8: Verifying Checksum [2023-02-22T22:08:12.625Z] bde34c3a00c8: Download complete [2023-02-22T22:08:12.625Z] b352a97aabf1: Verifying Checksum [2023-02-22T22:08:12.625Z] b352a97aabf1: Download complete [2023-02-22T22:08:12.625Z] 4872d77fe225: Verifying Checksum [2023-02-22T22:08:12.625Z] 4872d77fe225: Download complete [2023-02-22T22:08:12.625Z] 5851b861e8e6: Verifying Checksum [2023-02-22T22:08:12.625Z] 5851b861e8e6: Download complete [2023-02-22T22:08:12.625Z] b85a868b505f: Verifying Checksum [2023-02-22T22:08:12.625Z] b85a868b505f: Download complete [2023-02-22T22:08:12.884Z] bab4dde63d76: Verifying Checksum [2023-02-22T22:08:12.884Z] bab4dde63d76: Download complete [2023-02-22T22:08:14.265Z] b85a868b505f: Pull complete [2023-02-22T22:08:14.265Z] e2be974225ed: Pull complete [2023-02-22T22:08:14.524Z] 339a4e72a1f5: Pull complete [2023-02-22T22:08:14.784Z] 988bab9f4d93: Pull complete [2023-02-22T22:08:14.784Z] 1469e6f7b9e6: Pull complete [2023-02-22T22:08:15.044Z] eaf3925da568: Pull complete [2023-02-22T22:08:16.947Z] bab4dde63d76: Pull complete [2023-02-22T22:08:16.947Z] bde34c3a00c8: Pull complete [2023-02-22T22:08:16.947Z] b352a97aabf1: Pull complete [2023-02-22T22:08:16.947Z] 4872d77fe225: Pull complete [2023-02-22T22:08:17.207Z] 5851b861e8e6: Pull complete [2023-02-22T22:08:17.207Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-22T22:08:17.207Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T22:08:17.207Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:08:17.296Z] prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container [2023-02-22T22:08:17.336Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-22T22:08:19.617Z] $ docker top 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 -eo pid,comm [2023-02-22T22:08:19.690Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-22T22:08:19.690Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T22:08:19.731Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T22:08:19.731Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T22:08:19.848Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T22:08:19.853Z] $ docker exec 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 ssh-agent [2023-02-22T22:08:19.973Z] SSH_AUTH_SOCK=/tmp/ssh-q3ydCT2Sdr5O/agent.32 [2023-02-22T22:08:19.973Z] SSH_AGENT_PID=38 [2023-02-22T22:08:19.984Z] Running ssh-add (command line suppressed) [2023-02-22T22:08:20.098Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_550724209263842997.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_550724209263842997.key) [2023-02-22T22:08:20.110Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T22:08:20.395Z] + git tag --points-at HEAD [Pipeline] } [2023-02-22T22:08:20.411Z] $ docker exec --env ******** --env ******** 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 ssh-agent -k [2023-02-22T22:08:20.518Z] unset SSH_AUTH_SOCK; [2023-02-22T22:08:20.518Z] unset SSH_AGENT_PID; [2023-02-22T22:08:20.518Z] echo Agent pid 38 killed; [2023-02-22T22:08:20.526Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-22T22:08:20.548Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T22:08:20.548Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T22:08:20.664Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T22:08:20.669Z] $ docker exec 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 ssh-agent [2023-02-22T22:08:20.790Z] SSH_AUTH_SOCK=/tmp/ssh-Kw7Zc0zgu6aA/agent.70 [2023-02-22T22:08:20.790Z] SSH_AGENT_PID=76 [2023-02-22T22:08:20.796Z] Running ssh-add (command line suppressed) [2023-02-22T22:08:20.900Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9941720796146384475.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9941720796146384475.key) [2023-02-22T22:08:20.914Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T22:08:21.207Z] + git semver init [2023-02-22T22:08:21.467Z] 2023-02-22 22:08:21,393 [run_init] DEBUG init version:0.0.0 force:False [2023-02-22T22:08:21.467Z] 2023-02-22 22:08:21,394 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-02-22T22:08:21.467Z] 2023-02-22 22:08:21,394 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2023-02-22T22:08:21.467Z] 2023-02-22 22:08:21,394 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T22:08:22.405Z] 2023-02-22 22:08:22,300 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-02-22T22:08:22.405Z] 2023-02-22 22:08:22,301 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2023-02-22T22:08:22.405Z] 2023-02-22 22:08:22,301 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-22T22:08:22.405Z] 2023-02-22 22:08:22,301 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-22T22:08:22.405Z] 3.0.0-dev.18 [Pipeline] } [2023-02-22T22:08:22.417Z] $ docker exec --env ******** --env ******** 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 ssh-agent -k [2023-02-22T22:08:22.509Z] unset SSH_AUTH_SOCK; [2023-02-22T22:08:22.509Z] unset SSH_AGENT_PID; [2023-02-22T22:08:22.509Z] echo Agent pid 76 killed; [2023-02-22T22:08:22.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T22:08:22.828Z] + git semver [Pipeline] } [2023-02-22T22:08:23.104Z] $ docker stop --time=1 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 [2023-02-22T22:08:24.442Z] $ docker rm -f --volumes 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T22:08:24.780Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-22T22:08:24.976Z] Stashed 1 file(s) [Pipeline] echo [2023-02-22T22:08:24.980Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.18 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T22:08:25.093Z] provisioning config files... [2023-02-22T22:08:25.102Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10378232016902617835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:08:25.397Z] ---> docker-login.sh [2023-02-22T22:08:25.398Z] nexus3.edgexfoundry.org:10001 [2023-02-22T22:08:25.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:08:25.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:08:25.398Z] Configure a credential helper to remove this warning. See [2023-02-22T22:08:25.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:08:25.398Z] [2023-02-22T22:08:25.398Z] Login Succeeded [2023-02-22T22:08:25.398Z] nexus3.edgexfoundry.org:10002 [2023-02-22T22:08:25.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:08:25.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:08:25.398Z] Configure a credential helper to remove this warning. See [2023-02-22T22:08:25.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:08:25.398Z] [2023-02-22T22:08:25.398Z] Login Succeeded [2023-02-22T22:08:25.398Z] nexus3.edgexfoundry.org:10003 [2023-02-22T22:08:25.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:08:25.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:08:25.657Z] Configure a credential helper to remove this warning. See [2023-02-22T22:08:25.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:08:25.657Z] [2023-02-22T22:08:25.657Z] Login Succeeded [2023-02-22T22:08:25.657Z] nexus3.edgexfoundry.org:10004 [2023-02-22T22:08:25.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:08:25.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:08:25.657Z] Configure a credential helper to remove this warning. See [2023-02-22T22:08:25.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:08:25.657Z] [2023-02-22T22:08:25.657Z] Login Succeeded [2023-02-22T22:08:25.657Z] docker.io [2023-02-22T22:08:25.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:08:25.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:08:25.917Z] Configure a credential helper to remove this warning. See [2023-02-22T22:08:25.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:08:25.917Z] [2023-02-22T22:08:25.917Z] Login Succeeded [2023-02-22T22:08:25.917Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T22:08:25.924Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-22T22:08:25.983Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T22:08:25.995Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T22:08:26.001Z] ========================================================= [2023-02-22T22:08:26.001Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-22T22:08:26.001Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:08:26.317Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-22T22:08:26.317Z] Sending build context to Docker daemon 3.22MB [2023-02-22T22:08:26.317Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T22:08:26.317Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-22T22:08:26.317Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-22T22:08:26.317Z] 213ec9aee27d: Pulling fs layer [2023-02-22T22:08:26.317Z] 4583459ba037: Pulling fs layer [2023-02-22T22:08:26.317Z] 93c1e223e6f2: Pulling fs layer [2023-02-22T22:08:26.317Z] 53926ce57604: Pulling fs layer [2023-02-22T22:08:26.317Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-22T22:08:26.317Z] 22ff95d597cd: Pulling fs layer [2023-02-22T22:08:26.317Z] 12d6caf4c0d1: Pulling fs layer [2023-02-22T22:08:26.317Z] 96b7cbca73a9: Pulling fs layer [2023-02-22T22:08:26.317Z] a7acece74701: Pulling fs layer [2023-02-22T22:08:26.317Z] 53926ce57604: Waiting [2023-02-22T22:08:26.317Z] 21b2b0c7a3f4: Waiting [2023-02-22T22:08:26.317Z] 22ff95d597cd: Waiting [2023-02-22T22:08:26.317Z] 12d6caf4c0d1: Waiting [2023-02-22T22:08:26.317Z] 96b7cbca73a9: Waiting [2023-02-22T22:08:26.317Z] a7acece74701: Waiting [2023-02-22T22:08:26.317Z] 93c1e223e6f2: Verifying Checksum [2023-02-22T22:08:26.317Z] 93c1e223e6f2: Download complete [2023-02-22T22:08:26.317Z] 4583459ba037: Verifying Checksum [2023-02-22T22:08:26.317Z] 4583459ba037: Download complete [2023-02-22T22:08:26.317Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-22T22:08:26.317Z] 21b2b0c7a3f4: Download complete [2023-02-22T22:08:26.317Z] 22ff95d597cd: Verifying Checksum [2023-02-22T22:08:26.317Z] 22ff95d597cd: Download complete [2023-02-22T22:08:26.317Z] 213ec9aee27d: Verifying Checksum [2023-02-22T22:08:26.317Z] 213ec9aee27d: Download complete [2023-02-22T22:08:26.579Z] 12d6caf4c0d1: Verifying Checksum [2023-02-22T22:08:26.579Z] 12d6caf4c0d1: Download complete [2023-02-22T22:08:26.579Z] 213ec9aee27d: Pull complete [2023-02-22T22:08:26.857Z] 4583459ba037: Pull complete [2023-02-22T22:08:26.857Z] 93c1e223e6f2: Pull complete [2023-02-22T22:08:27.479Z] a7acece74701: Verifying Checksum [2023-02-22T22:08:27.480Z] a7acece74701: Download complete [2023-02-22T22:08:27.480Z] 53926ce57604: Verifying Checksum [2023-02-22T22:08:27.480Z] 53926ce57604: Download complete [2023-02-22T22:08:27.737Z] 96b7cbca73a9: Verifying Checksum [2023-02-22T22:08:27.737Z] 96b7cbca73a9: Download complete [2023-02-22T22:08:31.925Z] 53926ce57604: Pull complete [2023-02-22T22:08:31.925Z] 21b2b0c7a3f4: Pull complete [2023-02-22T22:08:31.925Z] 22ff95d597cd: Pull complete [2023-02-22T22:08:31.925Z] 12d6caf4c0d1: Pull complete [2023-02-22T22:08:33.831Z] 96b7cbca73a9: Pull complete [2023-02-22T22:08:34.396Z] a7acece74701: Pull complete [2023-02-22T22:08:34.396Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-22T22:08:34.656Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-22T22:08:34.656Z] ---> db6d94c90886 [2023-02-22T22:08:34.656Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-22T22:08:39.945Z] ---> Running in 6a63248a9d4f [2023-02-22T22:08:39.945Z] Removing intermediate container 6a63248a9d4f [2023-02-22T22:08:39.945Z] ---> d6b27a999520 [2023-02-22T22:08:39.945Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-22T22:08:39.945Z] ---> Running in 2f0910435549 [2023-02-22T22:08:39.945Z] Removing intermediate container 2f0910435549 [2023-02-22T22:08:39.945Z] ---> 0d8875f3bbaa [2023-02-22T22:08:39.945Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-22T22:08:39.945Z] ---> Running in e709687e8bf2 [2023-02-22T22:08:39.945Z] Removing intermediate container e709687e8bf2 [2023-02-22T22:08:39.945Z] ---> b9ca48f61392 [2023-02-22T22:08:39.945Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-22T22:08:39.945Z] ---> Running in 18c3bd424f43 [2023-02-22T22:08:39.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T22:08:40.058Z] Still waiting to schedule task [2023-02-22T22:08:40.058Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-22T22:08:40.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T22:08:40.464Z] OK: 211 MiB in 51 packages [2023-02-22T22:08:40.724Z] Removing intermediate container 18c3bd424f43 [2023-02-22T22:08:40.724Z] ---> c8f0ea626915 [2023-02-22T22:08:40.724Z] Step 7/12 : WORKDIR /app [2023-02-22T22:08:40.724Z] ---> Running in b711b347a956 [2023-02-22T22:08:40.724Z] Removing intermediate container b711b347a956 [2023-02-22T22:08:40.724Z] ---> 156db5e16eba [2023-02-22T22:08:40.724Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-22T22:08:40.983Z] ---> eeab274de340 [2023-02-22T22:08:40.983Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T22:08:40.983Z] ---> Running in 4c184ef02347 [2023-02-22T22:09:27.669Z] Removing intermediate container 4c184ef02347 [2023-02-22T22:09:27.669Z] ---> 9a758b42452a [2023-02-22T22:09:27.669Z] Step 10/12 : COPY . . [2023-02-22T22:09:27.669Z] ---> 585bdffb1ad4 [2023-02-22T22:09:27.669Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-22T22:09:27.669Z] ---> Running in 9c3524b44b5a [2023-02-22T22:09:27.669Z] Removing intermediate container 9c3524b44b5a [2023-02-22T22:09:27.669Z] ---> d72d52b4447a [2023-02-22T22:09:27.669Z] Step 12/12 : RUN $MAKE [2023-02-22T22:09:27.669Z] ---> Running in 16a4cc8374d9 [2023-02-22T22:09:27.669Z] noop [2023-02-22T22:09:27.669Z] Removing intermediate container 16a4cc8374d9 [2023-02-22T22:09:27.669Z] ---> 67ad9d0cb24d [2023-02-22T22:09:27.669Z] Successfully built 67ad9d0cb24d [2023-02-22T22:09:27.669Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:09:27.987Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-22T22:09:27.987Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:09:28.065Z] prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container [2023-02-22T22:09:28.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-22T22:09:28.449Z] $ docker top 005a325424b691cfafaaa442de2c97a4afac2d9e14b5538a8636ff5b0a35105d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T22:09:28.789Z] + go version [2023-02-22T22:09:28.789Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-22T22:09:28.800Z] $ docker stop --time=1 005a325424b691cfafaaa442de2c97a4afac2d9e14b5538a8636ff5b0a35105d [2023-02-22T22:09:30.054Z] $ docker rm -f --volumes 005a325424b691cfafaaa442de2c97a4afac2d9e14b5538a8636ff5b0a35105d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:09:30.435Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-22T22:09:30.435Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:09:30.510Z] prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container [2023-02-22T22:09:30.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-22T22:09:30.860Z] $ docker top cf6cf723c873bc98c882a694fcb2f0bf0c1367af3d021b1d4eeb5a3a25b89eed -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T22:09:31.204Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-02-22T22:09:31.501Z] + make test [2023-02-22T22:09:31.501Z] go test -race -coverprofile=coverage.out ./... [2023-02-22T22:09:53.423Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-02-22T22:09:53.423Z] go vet ./... [2023-02-22T22:09:59.983Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-22T22:10:00.242Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-22T22:10:00.242Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-22T22:10:00.254Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-22T22:10:00.269Z] $ docker stop --time=1 cf6cf723c873bc98c882a694fcb2f0bf0c1367af3d021b1d4eeb5a3a25b89eed [2023-02-22T22:10:02.571Z] $ docker rm -f --volumes cf6cf723c873bc98c882a694fcb2f0bf0c1367af3d021b1d4eeb5a3a25b89eed [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T22:10:03.016Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-22T22:10:03.052Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-22T22:10:03.559Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-22T22:10:03.844Z] + ls -al . [2023-02-22T22:10:03.844Z] total 172 [2023-02-22T22:10:03.844Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 22:09 . [2023-02-22T22:10:03.844Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 22:08 .. [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 22 22:08 .dockerignore [2023-02-22T22:10:03.844Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 22:08 .git [2023-02-22T22:10:03.844Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 22:08 .github [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 171 Feb 22 22:08 .gitignore [2023-02-22T22:10:03.844Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 22:08 .semver [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 9320 Feb 22 22:08 Attribution.txt [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 29118 Feb 22 22:08 CHANGELOG.md [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 1898 Feb 22 22:08 Dockerfile [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 22:08 GOVERNANCE.md [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 688 Feb 22 22:08 Jenkinsfile [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 22 22:08 LICENSE [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 618 Feb 22 22:08 OWNERS.md [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 4369 Feb 22 22:08 README.md [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 22:08 VERSION [2023-02-22T22:10:03.844Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 22:08 bin [2023-02-22T22:10:03.844Z] -rw-r--r-- 1 jenkins jenkins 13 Feb 22 22:09 coverage.out [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 3308 Feb 22 22:08 go.mod [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 32598 Feb 22 22:08 go.sum [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 1949 Feb 22 22:08 main.go [2023-02-22T22:10:03.844Z] -rw-rw-r-- 1 jenkins jenkins 2078 Feb 22 22:08 makefile [2023-02-22T22:10:03.844Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 22:08 res [2023-02-22T22:10:03.844Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 22:08 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:04.146Z] + 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=38d2ea53745de48730f2be4fd311f21cab61737a --label arch=amd64 --label version=3.0.0-dev.18 . [2023-02-22T22:10:04.146Z] Sending build context to Docker daemon 3.222MB [2023-02-22T22:10:04.146Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T22:10:04.146Z] Step 2/26 : FROM ${BASE} AS builder [2023-02-22T22:10:04.146Z] ---> 67ad9d0cb24d [2023-02-22T22:10:04.146Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-02-22T22:10:04.146Z] ---> Running in 6550e6061a13 [2023-02-22T22:10:04.146Z] Removing intermediate container 6550e6061a13 [2023-02-22T22:10:04.146Z] ---> 3907727f6abd [2023-02-22T22:10:04.146Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-02-22T22:10:04.406Z] ---> Running in 8facc034c1e8 [2023-02-22T22:10:04.406Z] Removing intermediate container 8facc034c1e8 [2023-02-22T22:10:04.406Z] ---> b085593f1b15 [2023-02-22T22:10:04.406Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-02-22T22:10:04.406Z] ---> Running in f945389ee5f1 [2023-02-22T22:10:04.406Z] Removing intermediate container f945389ee5f1 [2023-02-22T22:10:04.406Z] ---> dd7d07ef12eb [2023-02-22T22:10:04.406Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-22T22:10:04.406Z] ---> Running in 0b9e02f16d1d [2023-02-22T22:10:04.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T22:10:04.922Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T22:10:05.182Z] OK: 211 MiB in 51 packages [2023-02-22T22:10:05.440Z] Removing intermediate container 0b9e02f16d1d [2023-02-22T22:10:05.440Z] ---> c9e562995cb3 [2023-02-22T22:10:05.440Z] Step 7/26 : WORKDIR /app [2023-02-22T22:10:05.440Z] ---> Running in 5828b5ea60ff [2023-02-22T22:10:05.440Z] Removing intermediate container 5828b5ea60ff [2023-02-22T22:10:05.440Z] ---> 6a8ae15ccdfd [2023-02-22T22:10:05.698Z] Step 8/26 : COPY go.mod vendor* ./ [2023-02-22T22:10:05.698Z] ---> 9c98786f6637 [2023-02-22T22:10:05.698Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T22:10:05.698Z] ---> Running in ae88c500e68b [2023-02-22T22:10:06.636Z] Removing intermediate container ae88c500e68b [2023-02-22T22:10:06.636Z] ---> 2010f1757a69 [2023-02-22T22:10:06.636Z] Step 10/26 : COPY . . [2023-02-22T22:10:06.636Z] ---> cc2a31752a80 [2023-02-22T22:10:06.636Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-22T22:10:06.636Z] ---> Running in 3906ac9e55c9 [2023-02-22T22:10:06.636Z] Removing intermediate container 3906ac9e55c9 [2023-02-22T22:10:06.636Z] ---> 54c51baac534 [2023-02-22T22:10:06.636Z] Step 12/26 : RUN $MAKE [2023-02-22T22:10:06.900Z] ---> Running in 9f79c6894d2c [2023-02-22T22:10:07.158Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.32 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.18" -trimpath -mod=readonly -o app-service-configurable [2023-02-22T22:10:10.910Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7135 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-02-22T22:10:10.925Z] Running in /w/workspace/app-service-configurable/135 [Pipeline] { [Pipeline] checkout [2023-02-22T22:10:10.961Z] Selected Git installation does not exist. Using Default [2023-02-22T22:10:10.962Z] The recommended git tool is: NONE [2023-02-22T22:10:17.393Z] using credential edgex-jenkins-ssh [2023-02-22T22:10:17.409Z] Cloning the remote Git repository [2023-02-22T22:10:17.458Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-02-22T22:10:17.535Z] > git init /w/workspace/app-service-configurable/135 # timeout=10 [2023-02-22T22:10:17.673Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-02-22T22:10:17.674Z] > git --version # timeout=10 [2023-02-22T22:10:17.694Z] > git --version # 'git version 2.25.1' [2023-02-22T22:10:17.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-22T22:10:17.763Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-22T22:10:18.885Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-02-22T22:10:18.914Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-22T22:10:19.701Z] Avoid second fetch [2023-02-22T22:10:19.702Z] Checking out Revision 38d2ea53745de48730f2be4fd311f21cab61737a (main) [2023-02-22T22:10:20.215Z] Commit message: "build(deps)!: Consume latest changes in App SDK (#523)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T22:10:19.726Z] > git config core.sparsecheckout # timeout=10 [2023-02-22T22:10:19.755Z] > git checkout -f 38d2ea53745de48730f2be4fd311f21cab61737a # timeout=10 [2023-02-22T22:10:21.090Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-22T22:10:21.091Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-22T22:10:21.091Z] Dload Upload Total Spent Left Speed [2023-02-22T22:10:21.091Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 86741 0 --:--:-- --:--:-- --:--:-- 86741 [Pipeline] sh [2023-02-22T22:10:21.678Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-22T22:10:22.006Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-22T22:10:22.006Z] + sudo tee /etc/docker/daemon.new [2023-02-22T22:10:22.006Z] { [2023-02-22T22:10:22.006Z] "registry-mirrors": [ [2023-02-22T22:10:22.006Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-22T22:10:22.006Z] ], [2023-02-22T22:10:22.006Z] "bip": "10.250.0.254/24", [2023-02-22T22:10:22.006Z] "hosts": [ [2023-02-22T22:10:22.006Z] "tcp://0.0.0.0:5555", [2023-02-22T22:10:22.006Z] "unix:///var/run/docker.sock" [2023-02-22T22:10:22.006Z] ], [2023-02-22T22:10:22.006Z] "mtu": 1458, [2023-02-22T22:10:22.006Z] "selinux-enabled": true, [2023-02-22T22:10:22.006Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-22T22:10:22.006Z] } [Pipeline] sh [2023-02-22T22:10:22.344Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-22T22:10:22.677Z] + sudo service docker restart [2023-02-22T22:10:25.236Z] Removing intermediate container 9f79c6894d2c [2023-02-22T22:10:25.236Z] ---> 05afd1e41ed3 [2023-02-22T22:10:25.236Z] Step 13/26 : FROM alpine:3.16 [2023-02-22T22:10:25.236Z] 3.16: Pulling from library/alpine [2023-02-22T22:10:25.236Z] ef5531b6e74e: Pulling fs layer [2023-02-22T22:10:25.236Z] ef5531b6e74e: Download complete [2023-02-22T22:10:25.236Z] ef5531b6e74e: Pull complete [2023-02-22T22:10:25.236Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-22T22:10:25.236Z] Status: Downloaded newer image for alpine:3.16 [2023-02-22T22:10:25.236Z] ---> dfd21b5a31f5 [2023-02-22T22:10:25.236Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-22T22:10:25.236Z] ---> Running in ae0eb93a6735 [2023-02-22T22:10:25.236Z] Removing intermediate container ae0eb93a6735 [2023-02-22T22:10:25.236Z] ---> 43d127296f61 [2023-02-22T22:10:25.236Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-02-22T22:10:25.236Z] ---> Running in ee15e236261d [2023-02-22T22:10:25.236Z] Removing intermediate container ee15e236261d [2023-02-22T22:10:25.236Z] ---> d2444eeadb38 [2023-02-22T22:10:25.236Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-22T22:10:25.236Z] ---> Running in 6d01399c9ce3 [2023-02-22T22:10:25.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T22:10:25.754Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T22:10:26.018Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-22T22:10:26.018Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-22T22:10:26.018Z] Executing busybox-1.35.0-r17.trigger [2023-02-22T22:10:26.018Z] Executing ca-certificates-20220614-r0.trigger [2023-02-22T22:10:26.018Z] OK: 6 MiB in 16 packages [2023-02-22T22:10:26.594Z] Removing intermediate container 6d01399c9ce3 [2023-02-22T22:10:26.594Z] ---> c30d8519358b [2023-02-22T22:10:26.594Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-22T22:10:26.594Z] ---> eedd847079c5 [2023-02-22T22:10:26.594Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-22T22:10:26.853Z] ---> 5accefd059fa [2023-02-22T22:10:26.853Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-02-22T22:10:26.853Z] ---> c0a9ff05e90a [2023-02-22T22:10:26.853Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-02-22T22:10:27.424Z] ---> 700f508fd188 [2023-02-22T22:10:27.424Z] Step 21/26 : EXPOSE 48095 [2023-02-22T22:10:27.424Z] ---> Running in 897bfcb6737d [2023-02-22T22:10:27.424Z] Removing intermediate container 897bfcb6737d [2023-02-22T22:10:27.424Z] ---> 4ed6f6407220 [2023-02-22T22:10:27.424Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-02-22T22:10:27.424Z] ---> Running in 616754f5fbc3 [2023-02-22T22:10:27.685Z] Removing intermediate container 616754f5fbc3 [2023-02-22T22:10:27.685Z] ---> 666d4681fe98 [2023-02-22T22:10:27.685Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-22T22:10:27.685Z] ---> Running in 41842ec4c511 [2023-02-22T22:10:27.685Z] Removing intermediate container 41842ec4c511 [2023-02-22T22:10:27.685Z] ---> f16dff4e7d32 [2023-02-22T22:10:27.685Z] Step 24/26 : LABEL arch=amd64 [2023-02-22T22:10:27.685Z] ---> Running in ef89737931ca [2023-02-22T22:10:27.943Z] Removing intermediate container ef89737931ca [2023-02-22T22:10:27.943Z] ---> e384e304e291 [2023-02-22T22:10:27.943Z] Step 25/26 : LABEL git_sha=38d2ea53745de48730f2be4fd311f21cab61737a [2023-02-22T22:10:27.943Z] ---> Running in abc059cb8b96 [2023-02-22T22:10:27.943Z] Removing intermediate container abc059cb8b96 [2023-02-22T22:10:27.943Z] ---> fb143e9d194e [2023-02-22T22:10:27.943Z] Step 26/26 : LABEL version=3.0.0-dev.18 [2023-02-22T22:10:27.943Z] ---> Running in aed4237c1010 [2023-02-22T22:10:27.943Z] Removing intermediate container aed4237c1010 [2023-02-22T22:10:27.943Z] ---> ad03bbaf4121 [2023-02-22T22:10:27.943Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-22T22:10:27.943Z] Successfully built ad03bbaf4121 [2023-02-22T22:10:27.943Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T22:10:28.061Z] provisioning config files... [2023-02-22T22:10:28.071Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9284757437110089423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:10:28.368Z] ---> docker-login.sh [2023-02-22T22:10:28.368Z] nexus3.edgexfoundry.org:10001 [2023-02-22T22:10:28.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:10:28.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:10:28.368Z] Configure a credential helper to remove this warning. See [2023-02-22T22:10:28.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:10:28.368Z] [2023-02-22T22:10:28.368Z] Login Succeeded [2023-02-22T22:10:28.368Z] nexus3.edgexfoundry.org:10002 [2023-02-22T22:10:28.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:10:28.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:10:28.368Z] Configure a credential helper to remove this warning. See [2023-02-22T22:10:28.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:10:28.368Z] [2023-02-22T22:10:28.368Z] Login Succeeded [2023-02-22T22:10:28.368Z] nexus3.edgexfoundry.org:10003 [2023-02-22T22:10:28.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:10:28.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:10:28.630Z] Configure a credential helper to remove this warning. See [2023-02-22T22:10:28.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:10:28.630Z] [2023-02-22T22:10:28.630Z] Login Succeeded [2023-02-22T22:10:28.630Z] nexus3.edgexfoundry.org:10004 [2023-02-22T22:10:28.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:10:28.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:10:28.630Z] Configure a credential helper to remove this warning. See [2023-02-22T22:10:28.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:10:28.630Z] [2023-02-22T22:10:28.630Z] Login Succeeded [2023-02-22T22:10:28.630Z] docker.io [2023-02-22T22:10:28.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:10:28.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:10:28.889Z] Configure a credential helper to remove this warning. See [2023-02-22T22:10:28.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:10:28.889Z] [2023-02-22T22:10:28.889Z] Login Succeeded [2023-02-22T22:10:28.889Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T22:10:28.897Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-22T22:10:28.934Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T22:10:28.960Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-02-22T22:10:28.961Z] 38d2ea53745de48730f2be4fd311f21cab61737a [2023-02-22T22:10:28.961Z] latest [2023-02-22T22:10:28.961Z] 3.0.0-dev.18 [2023-02-22T22:10:28.961Z] 38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 [2023-02-22T22:10:28.961Z] main [2023-02-22T22:10:28.961Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:29.289Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:29.601Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:38d2ea53745de48730f2be4fd311f21cab61737a [2023-02-22T22:10:29.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-22T22:10:29.601Z] c43f5dcca957: Preparing [2023-02-22T22:10:29.601Z] 5451f0d6fa7b: Preparing [2023-02-22T22:10:29.601Z] 54d458824041: Preparing [2023-02-22T22:10:29.601Z] 1cebeeeb54f3: Preparing [2023-02-22T22:10:29.601Z] fd7eac96575b: Preparing [2023-02-22T22:10:29.601Z] aa5968d388b8: Preparing [2023-02-22T22:10:29.601Z] 1cebeeeb54f3: Pushed [2023-02-22T22:10:29.601Z] 54d458824041: Pushed [2023-02-22T22:10:29.601Z] 5451f0d6fa7b: Pushed [2023-02-22T22:10:29.601Z] fd7eac96575b: Pushed [2023-02-22T22:10:29.602Z] aa5968d388b8: Layer already exists [2023-02-22T22:10:32.204Z] c43f5dcca957: Pushed [2023-02-22T22:10:32.204Z] 38d2ea53745de48730f2be4fd311f21cab61737a: digest: sha256:5eb3890f09b43bd45901afda5c16b90007741f76ed18dd0a67d5aa88756a65ae size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:32.552Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:32.859Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-02-22T22:10:32.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-22T22:10:32.859Z] c43f5dcca957: Preparing [2023-02-22T22:10:32.859Z] 5451f0d6fa7b: Preparing [2023-02-22T22:10:32.859Z] 54d458824041: Preparing [2023-02-22T22:10:32.859Z] 1cebeeeb54f3: Preparing [2023-02-22T22:10:32.859Z] fd7eac96575b: Preparing [2023-02-22T22:10:32.859Z] aa5968d388b8: Preparing [2023-02-22T22:10:32.859Z] aa5968d388b8: Waiting [2023-02-22T22:10:32.859Z] 1cebeeeb54f3: Layer already exists [2023-02-22T22:10:32.859Z] c43f5dcca957: Layer already exists [2023-02-22T22:10:32.859Z] 54d458824041: Layer already exists [2023-02-22T22:10:32.859Z] 5451f0d6fa7b: Layer already exists [2023-02-22T22:10:32.859Z] fd7eac96575b: Layer already exists [2023-02-22T22:10:32.859Z] aa5968d388b8: Layer already exists [2023-02-22T22:10:32.859Z] latest: digest: sha256:5eb3890f09b43bd45901afda5c16b90007741f76ed18dd0a67d5aa88756a65ae size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:33.179Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:33.481Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.18 [2023-02-22T22:10:33.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-22T22:10:33.481Z] c43f5dcca957: Preparing [2023-02-22T22:10:33.481Z] 5451f0d6fa7b: Preparing [2023-02-22T22:10:33.481Z] 54d458824041: Preparing [2023-02-22T22:10:33.481Z] 1cebeeeb54f3: Preparing [2023-02-22T22:10:33.481Z] fd7eac96575b: Preparing [2023-02-22T22:10:33.481Z] aa5968d388b8: Preparing [2023-02-22T22:10:33.481Z] aa5968d388b8: Waiting [2023-02-22T22:10:33.481Z] 1cebeeeb54f3: Layer already exists [2023-02-22T22:10:33.481Z] 5451f0d6fa7b: Layer already exists [2023-02-22T22:10:33.481Z] c43f5dcca957: Layer already exists [2023-02-22T22:10:33.481Z] fd7eac96575b: Layer already exists [2023-02-22T22:10:33.481Z] 54d458824041: Layer already exists [2023-02-22T22:10:33.481Z] aa5968d388b8: Layer already exists [2023-02-22T22:10:33.481Z] 3.0.0-dev.18: digest: sha256:5eb3890f09b43bd45901afda5c16b90007741f76ed18dd0a67d5aa88756a65ae size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:33.797Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:34.118Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 [2023-02-22T22:10:34.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-22T22:10:34.118Z] c43f5dcca957: Preparing [2023-02-22T22:10:34.118Z] 5451f0d6fa7b: Preparing [2023-02-22T22:10:34.118Z] 54d458824041: Preparing [2023-02-22T22:10:34.118Z] 1cebeeeb54f3: Preparing [2023-02-22T22:10:34.118Z] fd7eac96575b: Preparing [2023-02-22T22:10:34.118Z] aa5968d388b8: Preparing [2023-02-22T22:10:34.118Z] aa5968d388b8: Waiting [2023-02-22T22:10:34.118Z] 1cebeeeb54f3: Layer already exists [2023-02-22T22:10:34.118Z] fd7eac96575b: Layer already exists [2023-02-22T22:10:34.118Z] 5451f0d6fa7b: Layer already exists [2023-02-22T22:10:34.118Z] 54d458824041: Layer already exists [2023-02-22T22:10:34.118Z] c43f5dcca957: Layer already exists [2023-02-22T22:10:34.118Z] aa5968d388b8: Layer already exists [2023-02-22T22:10:34.118Z] 38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18: digest: sha256:5eb3890f09b43bd45901afda5c16b90007741f76ed18dd0a67d5aa88756a65ae size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:34.426Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:34.738Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-02-22T22:10:34.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-22T22:10:34.738Z] c43f5dcca957: Preparing [2023-02-22T22:10:34.738Z] 5451f0d6fa7b: Preparing [2023-02-22T22:10:34.738Z] 54d458824041: Preparing [2023-02-22T22:10:34.738Z] 1cebeeeb54f3: Preparing [2023-02-22T22:10:34.738Z] fd7eac96575b: Preparing [2023-02-22T22:10:34.738Z] aa5968d388b8: Preparing [2023-02-22T22:10:34.738Z] aa5968d388b8: Waiting [2023-02-22T22:10:34.738Z] 54d458824041: Layer already exists [2023-02-22T22:10:34.738Z] c43f5dcca957: Layer already exists [2023-02-22T22:10:34.738Z] fd7eac96575b: Layer already exists [2023-02-22T22:10:34.738Z] 1cebeeeb54f3: Layer already exists [2023-02-22T22:10:34.738Z] 5451f0d6fa7b: Layer already exists [2023-02-22T22:10:34.738Z] aa5968d388b8: Layer already exists [2023-02-22T22:10:34.738Z] main: digest: sha256:5eb3890f09b43bd45901afda5c16b90007741f76ed18dd0a67d5aa88756a65ae size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-22T22:10:34.792Z] ===================================================== [Pipeline] echo [2023-02-22T22:10:34.802Z] taggedImages: [2023-02-22T22:10:34.802Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:38d2ea53745de48730f2be4fd311f21cab61737a [2023-02-22T22:10:34.802Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-02-22T22:10:34.802Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.18 [2023-02-22T22:10:34.802Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 [2023-02-22T22:10:34.802Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:35.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T22:10:35.180Z] [2023-02-22T22:10:35.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:35.482Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T22:10:35.482Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-22T22:10:35.482Z] 5eb5b503b376: Pulling fs layer [2023-02-22T22:10:35.482Z] 5c69ac0246d0: Pulling fs layer [2023-02-22T22:10:35.482Z] ec43610c2a17: Pulling fs layer [2023-02-22T22:10:35.482Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-22T22:10:35.482Z] 33b1e0a273af: Pulling fs layer [2023-02-22T22:10:35.482Z] 5d3b04190fa2: Pulling fs layer [2023-02-22T22:10:35.482Z] 2f39f015ded8: Pulling fs layer [2023-02-22T22:10:35.482Z] 3a2ae6a8a46f: Waiting [2023-02-22T22:10:35.482Z] 33b1e0a273af: Waiting [2023-02-22T22:10:35.482Z] 5d3b04190fa2: Waiting [2023-02-22T22:10:35.482Z] 2f39f015ded8: Waiting [2023-02-22T22:10:35.482Z] 5c69ac0246d0: Verifying Checksum [2023-02-22T22:10:35.482Z] 5c69ac0246d0: Download complete [2023-02-22T22:10:35.482Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-22T22:10:35.482Z] 3a2ae6a8a46f: Download complete [2023-02-22T22:10:35.740Z] 33b1e0a273af: Verifying Checksum [2023-02-22T22:10:35.740Z] 33b1e0a273af: Download complete [2023-02-22T22:10:35.740Z] 5d3b04190fa2: Verifying Checksum [2023-02-22T22:10:35.740Z] 5d3b04190fa2: Download complete [2023-02-22T22:10:35.740Z] ec43610c2a17: Verifying Checksum [2023-02-22T22:10:35.740Z] ec43610c2a17: Download complete [2023-02-22T22:10:35.740Z] 5eb5b503b376: Verifying Checksum [2023-02-22T22:10:35.740Z] 5eb5b503b376: Download complete [2023-02-22T22:10:36.306Z] 2f39f015ded8: Download complete [2023-02-22T22:10:36.872Z] 5eb5b503b376: Pull complete [2023-02-22T22:10:36.872Z] 5c69ac0246d0: Pull complete [2023-02-22T22:10:37.438Z] ec43610c2a17: Pull complete [2023-02-22T22:10:37.438Z] 3a2ae6a8a46f: Pull complete [2023-02-22T22:10:37.696Z] 33b1e0a273af: Pull complete [2023-02-22T22:10:37.696Z] 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T22:10:40.926Z] provisioning config files... [2023-02-22T22:10:40.951Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/135@tmp/config8215924660812129362tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:10:41.310Z] ---> docker-login.sh [2023-02-22T22:10:41.310Z] nexus3.edgexfoundry.org:10001 [2023-02-22T22:10:41.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:10:41.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:10:41.852Z] Configure a credential helper to remove this warning. See [2023-02-22T22:10:41.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:10:41.852Z] [2023-02-22T22:10:41.852Z] Login Succeeded [2023-02-22T22:10:41.852Z] nexus3.edgexfoundry.org:10002 [2023-02-22T22:10:41.878Z] 2f39f015ded8: Pull complete [2023-02-22T22:10:41.878Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-22T22:10:41.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T22:10:41.878Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:10:41.958Z] prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container [2023-02-22T22:10:41.989Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-22T22:10:42.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:10:42.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:10:42.396Z] Configure a credential helper to remove this warning. See [2023-02-22T22:10:42.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:10:42.396Z] [2023-02-22T22:10:42.396Z] Login Succeeded [2023-02-22T22:10:42.396Z] nexus3.edgexfoundry.org:10003 [2023-02-22T22:10:42.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:10:42.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:10:42.667Z] Configure a credential helper to remove this warning. See [2023-02-22T22:10:42.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:10:42.667Z] [2023-02-22T22:10:42.667Z] Login Succeeded [2023-02-22T22:10:42.667Z] nexus3.edgexfoundry.org:10004 [2023-02-22T22:10:42.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:10:42.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:10:42.940Z] Configure a credential helper to remove this warning. See [2023-02-22T22:10:42.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:10:42.940Z] [2023-02-22T22:10:42.940Z] Login Succeeded [2023-02-22T22:10:42.940Z] docker.io [2023-02-22T22:10:43.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:10:43.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:10:43.477Z] Configure a credential helper to remove this warning. See [2023-02-22T22:10:43.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:10:43.477Z] [2023-02-22T22:10:43.477Z] Login Succeeded [2023-02-22T22:10:43.477Z] ---> docker-login.sh ends [2023-02-22T22:10:43.993Z] $ docker top 4526865950d792c5f974ca7de30266cfc92cb5b71ad5593181aedb4810be3eec -eo pid,comm [Pipeline] { [Pipeline] } [2023-02-22T22:10:44.050Z] Deleting 1 temporary files [Pipeline] libraryResource [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-22T22:10:44.376Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [2023-02-22T22:10:44.379Z] ---> job-cost.sh [2023-02-22T22:10:44.379Z] lf-activate-venv: SKIPPING [2023-02-22T22:10:44.379Z] INFO: No Stack... [Pipeline] echo [2023-02-22T22:10:44.391Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T22:10:44.402Z] ========================================================= [2023-02-22T22:10:44.402Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-22T22:10:44.402Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:10:44.748Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-22T22:10:44.748Z] Sending build context to Docker daemon 178.7kB [2023-02-22T22:10:44.946Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-22T22:10:45.022Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T22:10:45.022Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-22T22:10:45.022Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-22T22:10:45.022Z] 9b18e9b68314: Pulling fs layer [2023-02-22T22:10:45.022Z] 35d82f9e3411: Pulling fs layer [2023-02-22T22:10:45.022Z] e16973657156: Pulling fs layer [2023-02-22T22:10:45.022Z] fc693d55d65f: Pulling fs layer [2023-02-22T22:10:45.022Z] 7e9fc2657dce: Pulling fs layer [2023-02-22T22:10:45.022Z] dda99020689f: Pulling fs layer [2023-02-22T22:10:45.022Z] db1c61fa0a46: Pulling fs layer [2023-02-22T22:10:45.022Z] 891c053d2c06: Pulling fs layer [2023-02-22T22:10:45.022Z] fc693d55d65f: Waiting [2023-02-22T22:10:45.022Z] 7e9fc2657dce: Waiting [2023-02-22T22:10:45.022Z] dda99020689f: Waiting [2023-02-22T22:10:45.022Z] db1c61fa0a46: Waiting [2023-02-22T22:10:45.022Z] 891c053d2c06: Waiting [2023-02-22T22:10:45.022Z] e16973657156: Download complete [2023-02-22T22:10:45.022Z] 35d82f9e3411: Verifying Checksum [2023-02-22T22:10:45.022Z] 35d82f9e3411: Download complete [2023-02-22T22:10:45.205Z] INFO: Archiving Costs [Pipeline] sh [2023-02-22T22:10:45.295Z] 7e9fc2657dce: Verifying Checksum [2023-02-22T22:10:45.295Z] 7e9fc2657dce: Download complete [2023-02-22T22:10:45.295Z] dda99020689f: Verifying Checksum [2023-02-22T22:10:45.295Z] dda99020689f: Download complete [2023-02-22T22:10:45.295Z] 9b18e9b68314: Verifying Checksum [2023-02-22T22:10:45.493Z] + + cut -d, -f6 [2023-02-22T22:10:45.493Z] cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [Pipeline] lock [2023-02-22T22:10:45.507Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] [2023-02-22T22:10:45.514Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] did not exist. Created. [2023-02-22T22:10:45.514Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T22:10:45.811Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-22T22:10:45.851Z] Stashed 1 file(s) [Pipeline] } [2023-02-22T22:10:45.857Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-22T22:10:45.874Z] $ docker stop --time=1 4526865950d792c5f974ca7de30266cfc92cb5b71ad5593181aedb4810be3eec [2023-02-22T22:10:45.890Z] 9b18e9b68314: Pull complete [2023-02-22T22:10:46.160Z] 891c053d2c06: Verifying Checksum [2023-02-22T22:10:46.160Z] 891c053d2c06: Download complete [2023-02-22T22:10:46.755Z] 35d82f9e3411: Pull complete [2023-02-22T22:10:47.016Z] $ docker rm -f --volumes 4526865950d792c5f974ca7de30266cfc92cb5b71ad5593181aedb4810be3eec [2023-02-22T22:10:47.026Z] e16973657156: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-22T22:10:47.616Z] db1c61fa0a46: Verifying Checksum [2023-02-22T22:10:47.616Z] db1c61fa0a46: Download complete [2023-02-22T22:10:48.202Z] fc693d55d65f: Verifying Checksum [2023-02-22T22:11:00.524Z] fc693d55d65f: Pull complete [2023-02-22T22:11:00.524Z] 7e9fc2657dce: Pull complete [2023-02-22T22:11:00.524Z] dda99020689f: Pull complete [2023-02-22T22:11:07.230Z] db1c61fa0a46: Pull complete [2023-02-22T22:11:11.498Z] 891c053d2c06: Pull complete [2023-02-22T22:11:11.498Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-22T22:11:11.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-22T22:11:11.498Z] ---> f96f9c87975a [2023-02-22T22:11:11.498Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-22T22:11:12.923Z] ---> Running in bbfe6d79b7ec [2023-02-22T22:11:12.923Z] Removing intermediate container bbfe6d79b7ec [2023-02-22T22:11:12.923Z] ---> 7c4905731aa1 [2023-02-22T22:11:12.923Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-22T22:11:12.923Z] ---> Running in 6999c7f7621b [2023-02-22T22:11:13.190Z] Removing intermediate container 6999c7f7621b [2023-02-22T22:11:13.190Z] ---> 07e12a767661 [2023-02-22T22:11:13.190Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-22T22:11:13.460Z] ---> Running in 110cf32773dc [2023-02-22T22:11:13.729Z] Removing intermediate container 110cf32773dc [2023-02-22T22:11:13.729Z] ---> 6496f676f98f [2023-02-22T22:11:13.729Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-22T22:11:13.729Z] ---> Running in d9267d52054e [2023-02-22T22:11:15.192Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T22:11:15.192Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T22:11:16.159Z] OK: 221 MiB in 51 packages [2023-02-22T22:11:17.131Z] Removing intermediate container d9267d52054e [2023-02-22T22:11:17.131Z] ---> edcd90eac965 [2023-02-22T22:11:17.131Z] Step 7/12 : WORKDIR /app [2023-02-22T22:11:17.131Z] ---> Running in e7eaf8fbf366 [2023-02-22T22:11:17.398Z] Removing intermediate container e7eaf8fbf366 [2023-02-22T22:11:17.398Z] ---> 62eb58d2202d [2023-02-22T22:11:17.398Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-22T22:11:17.670Z] ---> 7cde94936572 [2023-02-22T22:11:17.670Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T22:11:17.942Z] ---> Running in cc2240adbf03 [2023-02-22T22:12:25.819Z] Removing intermediate container cc2240adbf03 [2023-02-22T22:12:25.819Z] ---> fd4d42ec0de1 [2023-02-22T22:12:25.819Z] Step 10/12 : COPY . . [2023-02-22T22:12:25.819Z] ---> 14bef0e943b4 [2023-02-22T22:12:25.819Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-22T22:12:25.819Z] ---> Running in 599a998be7f4 [2023-02-22T22:12:25.819Z] Removing intermediate container 599a998be7f4 [2023-02-22T22:12:25.819Z] ---> f1f17134a195 [2023-02-22T22:12:25.819Z] Step 12/12 : RUN $MAKE [2023-02-22T22:12:25.819Z] ---> Running in 5891fe585265 [2023-02-22T22:12:25.819Z] noop [2023-02-22T22:12:25.819Z] Removing intermediate container 5891fe585265 [2023-02-22T22:12:25.819Z] ---> 3c9956bc1917 [2023-02-22T22:12:25.819Z] Successfully built 3c9956bc1917 [2023-02-22T22:12:25.819Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:12:26.167Z] + docker inspect -f . ci-base-image-arm64 [2023-02-22T22:12:26.167Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:12:26.342Z] prd-ubuntu20.04-docker-arm64-4c-16g-7135 does not seem to be running inside a container [2023-02-22T22:12:26.404Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/135 -v /w/workspace/app-service-configurable/135:/w/workspace/app-service-configurable/135:rw,z -v /w/workspace/app-service-configurable/135@tmp:/w/workspace/app-service-configurable/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-22T22:12:29.420Z] $ docker top a69b78f7b3f70001ac4ad3c34b7bf001fc1d9bc8f4bc007273c6caf255724479 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T22:12:30.221Z] + go version [2023-02-22T22:12:30.221Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-22T22:12:30.239Z] $ docker stop --time=1 a69b78f7b3f70001ac4ad3c34b7bf001fc1d9bc8f4bc007273c6caf255724479 [2023-02-22T22:12:31.780Z] $ docker rm -f --volumes a69b78f7b3f70001ac4ad3c34b7bf001fc1d9bc8f4bc007273c6caf255724479 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:12:32.296Z] + docker inspect -f . ci-base-image-arm64 [2023-02-22T22:12:32.296Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:12:32.470Z] prd-ubuntu20.04-docker-arm64-4c-16g-7135 does not seem to be running inside a container [2023-02-22T22:12:32.532Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/135 -v /w/workspace/app-service-configurable/135:/w/workspace/app-service-configurable/135:rw,z -v /w/workspace/app-service-configurable/135@tmp:/w/workspace/app-service-configurable/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-22T22:12:33.627Z] $ docker top 3ae361b3c8b167a90161032a78a621ebdc4e65092362fe47b20ffb64c580ccd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T22:12:34.428Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/135 [Pipeline] fileExists [Pipeline] sh [2023-02-22T22:12:34.763Z] + make test [2023-02-22T22:12:34.763Z] go test -race -coverprofile=coverage.out ./... [2023-02-22T22:14:56.470Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-02-22T22:14:56.470Z] go vet ./... [2023-02-22T22:16:18.121Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-22T22:16:18.121Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-22T22:16:18.121Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-22T22:16:18.139Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-22T22:16:18.148Z] $ docker stop --time=1 3ae361b3c8b167a90161032a78a621ebdc4e65092362fe47b20ffb64c580ccd3 [2023-02-22T22:16:20.008Z] $ docker rm -f --volumes 3ae361b3c8b167a90161032a78a621ebdc4e65092362fe47b20ffb64c580ccd3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T22:16:21.267Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-22T22:16:21.283Z] Warning: overwriting stash ‘coverage-report’ [2023-02-22T22:16:21.720Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T22:16:22.103Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-22T22:16:22.423Z] + ls -al . [2023-02-22T22:16:22.423Z] total 168 [2023-02-22T22:16:22.423Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 22 22:12 . [2023-02-22T22:16:22.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 22:10 .. [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 22 22:10 .dockerignore [2023-02-22T22:16:22.423Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 22:10 .git [2023-02-22T22:16:22.423Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 22:10 .github [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 171 Feb 22 22:10 .gitignore [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 9320 Feb 22 22:10 Attribution.txt [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 29118 Feb 22 22:10 CHANGELOG.md [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 1898 Feb 22 22:10 Dockerfile [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 22:10 GOVERNANCE.md [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 688 Feb 22 22:10 Jenkinsfile [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 22 22:10 LICENSE [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 618 Feb 22 22:10 OWNERS.md [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 4369 Feb 22 22:10 README.md [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 22:08 VERSION [2023-02-22T22:16:22.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 22:10 bin [2023-02-22T22:16:22.423Z] -rw-r--r-- 1 jenkins jenkins 13 Feb 22 22:12 coverage.out [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 3308 Feb 22 22:10 go.mod [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 32598 Feb 22 22:10 go.sum [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 1949 Feb 22 22:10 main.go [2023-02-22T22:16:22.423Z] -rw-rw-r-- 1 jenkins jenkins 2078 Feb 22 22:10 makefile [2023-02-22T22:16:22.423Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 22:10 res [2023-02-22T22:16:22.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 22:10 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:16:22.757Z] + 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=38d2ea53745de48730f2be4fd311f21cab61737a --label arch=arm64 --label version=3.0.0-dev.18 . [2023-02-22T22:16:22.757Z] Sending build context to Docker daemon 179.7kB [2023-02-22T22:16:23.025Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T22:16:23.025Z] Step 2/26 : FROM ${BASE} AS builder [2023-02-22T22:16:23.025Z] ---> 3c9956bc1917 [2023-02-22T22:16:23.025Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-02-22T22:16:23.025Z] ---> Running in b2086a76c1a5 [2023-02-22T22:16:23.295Z] Removing intermediate container b2086a76c1a5 [2023-02-22T22:16:23.295Z] ---> f16ee1197700 [2023-02-22T22:16:23.295Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-02-22T22:16:23.565Z] ---> Running in 31899a07e9fa [2023-02-22T22:16:23.840Z] Removing intermediate container 31899a07e9fa [2023-02-22T22:16:23.840Z] ---> 9aeb84af7fa8 [2023-02-22T22:16:23.840Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-02-22T22:16:23.840Z] ---> Running in 08a0c8e14ca6 [2023-02-22T22:16:24.436Z] Removing intermediate container 08a0c8e14ca6 [2023-02-22T22:16:24.436Z] ---> 9d032f7d9d16 [2023-02-22T22:16:24.436Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-22T22:16:24.436Z] ---> Running in 581b0b7050b6 [2023-02-22T22:16:25.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T22:16:25.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T22:16:26.798Z] OK: 221 MiB in 51 packages [2023-02-22T22:16:27.760Z] Removing intermediate container 581b0b7050b6 [2023-02-22T22:16:27.760Z] ---> e480f319d8e2 [2023-02-22T22:16:27.760Z] Step 7/26 : WORKDIR /app [2023-02-22T22:16:27.760Z] ---> Running in 049fdee85a61 [2023-02-22T22:16:28.027Z] Removing intermediate container 049fdee85a61 [2023-02-22T22:16:28.027Z] ---> 4704c1795139 [2023-02-22T22:16:28.028Z] Step 8/26 : COPY go.mod vendor* ./ [2023-02-22T22:16:28.298Z] ---> f92830e4e308 [2023-02-22T22:16:28.298Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T22:16:28.567Z] ---> Running in f880756fce4a [2023-02-22T22:16:31.154Z] Removing intermediate container f880756fce4a [2023-02-22T22:16:31.154Z] ---> 2b28f36f80ee [2023-02-22T22:16:31.154Z] Step 10/26 : COPY . . [2023-02-22T22:16:31.743Z] ---> f5eda9887a38 [2023-02-22T22:16:31.743Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-22T22:16:31.743Z] ---> Running in ce7bc1092c1d [2023-02-22T22:16:32.011Z] Removing intermediate container ce7bc1092c1d [2023-02-22T22:16:32.011Z] ---> 3f2cf5b34564 [2023-02-22T22:16:32.011Z] Step 12/26 : RUN $MAKE [2023-02-22T22:16:32.011Z] ---> Running in 7b457e2e0ebe [2023-02-22T22:16:32.986Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.32 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.18" -trimpath -mod=readonly -o app-service-configurable [2023-02-22T22:18:40.445Z] Removing intermediate container 7b457e2e0ebe [2023-02-22T22:18:40.445Z] ---> 1f63659f9f94 [2023-02-22T22:18:40.446Z] Step 13/26 : FROM alpine:3.16 [2023-02-22T22:18:40.712Z] 3.16: Pulling from library/alpine [2023-02-22T22:18:40.712Z] 3760b48202b3: Pulling fs layer [2023-02-22T22:18:40.978Z] 3760b48202b3: Verifying Checksum [2023-02-22T22:18:40.978Z] 3760b48202b3: Download complete [2023-02-22T22:18:41.562Z] 3760b48202b3: Pull complete [2023-02-22T22:18:41.562Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-22T22:18:41.562Z] Status: Downloaded newer image for alpine:3.16 [2023-02-22T22:18:41.562Z] ---> 4c81e5bf8899 [2023-02-22T22:18:41.562Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-22T22:18:41.562Z] ---> Running in 71f062f9a96b [2023-02-22T22:18:41.836Z] Removing intermediate container 71f062f9a96b [2023-02-22T22:18:41.836Z] ---> 9d8f7800cc10 [2023-02-22T22:18:41.836Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-02-22T22:18:42.104Z] ---> Running in d03ba0ee24af [2023-02-22T22:18:42.372Z] Removing intermediate container d03ba0ee24af [2023-02-22T22:18:42.372Z] ---> 0c16626f6d27 [2023-02-22T22:18:42.372Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-22T22:18:42.372Z] ---> Running in 9e4c8f7ee265 [2023-02-22T22:18:43.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T22:18:43.609Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T22:18:44.569Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-22T22:18:44.836Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-22T22:18:44.836Z] Executing busybox-1.35.0-r17.trigger [2023-02-22T22:18:44.836Z] Executing ca-certificates-20220614-r0.trigger [2023-02-22T22:18:45.365Z] OK: 6 MiB in 16 packages [2023-02-22T22:18:46.397Z] Removing intermediate container 9e4c8f7ee265 [2023-02-22T22:18:46.397Z] ---> 9a3510130ac3 [2023-02-22T22:18:46.397Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-22T22:18:46.681Z] ---> 1e27bdf181c5 [2023-02-22T22:18:46.681Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-22T22:18:47.275Z] ---> 127f7053354d [2023-02-22T22:18:47.275Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-02-22T22:18:47.866Z] ---> 5c8ffc6f745a [2023-02-22T22:18:47.867Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-02-22T22:18:49.323Z] ---> b448546a041e [2023-02-22T22:18:49.323Z] Step 21/26 : EXPOSE 48095 [2023-02-22T22:18:49.323Z] ---> Running in 3e10161fc84d [2023-02-22T22:18:49.589Z] Removing intermediate container 3e10161fc84d [2023-02-22T22:18:49.589Z] ---> bde74180a35b [2023-02-22T22:18:49.589Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-02-22T22:18:49.589Z] ---> Running in f4e570c4befd [2023-02-22T22:18:49.854Z] Removing intermediate container f4e570c4befd [2023-02-22T22:18:49.854Z] ---> 0a5e3d014d29 [2023-02-22T22:18:49.854Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-22T22:18:49.855Z] ---> Running in 9cebf637bb81 [2023-02-22T22:18:50.434Z] Removing intermediate container 9cebf637bb81 [2023-02-22T22:18:50.434Z] ---> c4389b14763f [2023-02-22T22:18:50.434Z] Step 24/26 : LABEL arch=arm64 [2023-02-22T22:18:50.434Z] ---> Running in d6602a350c99 [2023-02-22T22:18:50.700Z] Removing intermediate container d6602a350c99 [2023-02-22T22:18:50.700Z] ---> 7cb399757c15 [2023-02-22T22:18:50.700Z] Step 25/26 : LABEL git_sha=38d2ea53745de48730f2be4fd311f21cab61737a [2023-02-22T22:18:51.014Z] ---> Running in 2b95e0eabfa4 [2023-02-22T22:18:51.279Z] Removing intermediate container 2b95e0eabfa4 [2023-02-22T22:18:51.279Z] ---> 0d67f9b63150 [2023-02-22T22:18:51.279Z] Step 26/26 : LABEL version=3.0.0-dev.18 [2023-02-22T22:18:51.279Z] ---> Running in ebb42485263e [2023-02-22T22:18:51.545Z] Removing intermediate container ebb42485263e [2023-02-22T22:18:51.545Z] ---> a49e6195f990 [2023-02-22T22:18:51.545Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-22T22:18:51.545Z] Successfully built a49e6195f990 [2023-02-22T22:18:51.811Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T22:18:51.907Z] provisioning config files... [2023-02-22T22:18:51.921Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/135@tmp/config1865426973004412405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:18:52.283Z] ---> docker-login.sh [2023-02-22T22:18:52.283Z] nexus3.edgexfoundry.org:10001 [2023-02-22T22:18:52.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:18:52.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:18:52.550Z] Configure a credential helper to remove this warning. See [2023-02-22T22:18:52.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:18:52.550Z] [2023-02-22T22:18:52.550Z] Login Succeeded [2023-02-22T22:18:52.550Z] nexus3.edgexfoundry.org:10002 [2023-02-22T22:18:52.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:18:52.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:18:52.817Z] Configure a credential helper to remove this warning. See [2023-02-22T22:18:52.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:18:52.817Z] [2023-02-22T22:18:52.817Z] Login Succeeded [2023-02-22T22:18:52.817Z] nexus3.edgexfoundry.org:10003 [2023-02-22T22:18:53.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:18:53.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:18:53.350Z] Configure a credential helper to remove this warning. See [2023-02-22T22:18:53.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:18:53.350Z] [2023-02-22T22:18:53.350Z] Login Succeeded [2023-02-22T22:18:53.350Z] nexus3.edgexfoundry.org:10004 [2023-02-22T22:18:53.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:18:53.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:18:53.629Z] Configure a credential helper to remove this warning. See [2023-02-22T22:18:53.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:18:53.629Z] [2023-02-22T22:18:53.629Z] Login Succeeded [2023-02-22T22:18:53.629Z] docker.io [2023-02-22T22:18:53.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T22:18:54.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T22:18:54.160Z] Configure a credential helper to remove this warning. See [2023-02-22T22:18:54.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T22:18:54.160Z] [2023-02-22T22:18:54.160Z] Login Succeeded [2023-02-22T22:18:54.160Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T22:18:54.172Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-22T22:18:54.199Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T22:18:54.214Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-02-22T22:18:54.214Z] 38d2ea53745de48730f2be4fd311f21cab61737a [2023-02-22T22:18:54.214Z] latest [2023-02-22T22:18:54.214Z] 3.0.0-dev.18 [2023-02-22T22:18:54.214Z] 38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 [2023-02-22T22:18:54.214Z] main [2023-02-22T22:18:54.214Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:18:54.546Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:18:54.883Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:38d2ea53745de48730f2be4fd311f21cab61737a [2023-02-22T22:18:54.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-22T22:18:54.883Z] 33732f728a26: Preparing [2023-02-22T22:18:54.883Z] 47602a728464: Preparing [2023-02-22T22:18:54.883Z] 4f1342e5750d: Preparing [2023-02-22T22:18:54.883Z] 92aa84978d74: Preparing [2023-02-22T22:18:54.883Z] 8e81ef09d239: Preparing [2023-02-22T22:18:54.883Z] f70ee36035b9: Preparing [2023-02-22T22:18:54.883Z] f70ee36035b9: Waiting [2023-02-22T22:18:55.148Z] 92aa84978d74: Pushed [2023-02-22T22:18:55.148Z] 4f1342e5750d: Pushed [2023-02-22T22:18:55.148Z] 47602a728464: Pushed [2023-02-22T22:18:55.148Z] f70ee36035b9: Layer already exists [2023-02-22T22:18:55.414Z] 8e81ef09d239: Pushed [2023-02-22T22:19:00.746Z] 33732f728a26: Pushed [2023-02-22T22:19:00.746Z] 38d2ea53745de48730f2be4fd311f21cab61737a: digest: sha256:7ba57ba054a7cb0d236c3ff02e6897c784c640e9f604f116906e243724945d27 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:01.094Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:01.437Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-02-22T22:19:01.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-22T22:19:01.437Z] 33732f728a26: Preparing [2023-02-22T22:19:01.437Z] 47602a728464: Preparing [2023-02-22T22:19:01.437Z] 4f1342e5750d: Preparing [2023-02-22T22:19:01.437Z] 92aa84978d74: Preparing [2023-02-22T22:19:01.437Z] 8e81ef09d239: Preparing [2023-02-22T22:19:01.437Z] f70ee36035b9: Preparing [2023-02-22T22:19:01.437Z] f70ee36035b9: Waiting [2023-02-22T22:19:01.437Z] 92aa84978d74: Layer already exists [2023-02-22T22:19:01.437Z] 8e81ef09d239: Layer already exists [2023-02-22T22:19:01.437Z] 4f1342e5750d: Layer already exists [2023-02-22T22:19:01.437Z] 47602a728464: Layer already exists [2023-02-22T22:19:01.437Z] 33732f728a26: Layer already exists [2023-02-22T22:19:01.437Z] f70ee36035b9: Layer already exists [2023-02-22T22:19:01.704Z] latest: digest: sha256:7ba57ba054a7cb0d236c3ff02e6897c784c640e9f604f116906e243724945d27 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:02.055Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:02.394Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.18 [2023-02-22T22:19:02.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-22T22:19:02.394Z] 33732f728a26: Preparing [2023-02-22T22:19:02.394Z] 47602a728464: Preparing [2023-02-22T22:19:02.394Z] 4f1342e5750d: Preparing [2023-02-22T22:19:02.394Z] 92aa84978d74: Preparing [2023-02-22T22:19:02.394Z] 8e81ef09d239: Preparing [2023-02-22T22:19:02.394Z] f70ee36035b9: Preparing [2023-02-22T22:19:02.394Z] f70ee36035b9: Waiting [2023-02-22T22:19:02.394Z] 92aa84978d74: Layer already exists [2023-02-22T22:19:02.394Z] 8e81ef09d239: Layer already exists [2023-02-22T22:19:02.394Z] 33732f728a26: Layer already exists [2023-02-22T22:19:02.394Z] 4f1342e5750d: Layer already exists [2023-02-22T22:19:02.394Z] 47602a728464: Layer already exists [2023-02-22T22:19:02.394Z] f70ee36035b9: Layer already exists [2023-02-22T22:19:02.662Z] 3.0.0-dev.18: digest: sha256:7ba57ba054a7cb0d236c3ff02e6897c784c640e9f604f116906e243724945d27 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:03.012Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:03.365Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 [2023-02-22T22:19:03.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-22T22:19:03.365Z] 33732f728a26: Preparing [2023-02-22T22:19:03.365Z] 47602a728464: Preparing [2023-02-22T22:19:03.365Z] 4f1342e5750d: Preparing [2023-02-22T22:19:03.365Z] 92aa84978d74: Preparing [2023-02-22T22:19:03.365Z] 8e81ef09d239: Preparing [2023-02-22T22:19:03.365Z] f70ee36035b9: Preparing [2023-02-22T22:19:03.365Z] f70ee36035b9: Waiting [2023-02-22T22:19:03.365Z] 8e81ef09d239: Layer already exists [2023-02-22T22:19:03.365Z] 33732f728a26: Layer already exists [2023-02-22T22:19:03.365Z] 47602a728464: Layer already exists [2023-02-22T22:19:03.365Z] 4f1342e5750d: Layer already exists [2023-02-22T22:19:03.365Z] 92aa84978d74: Layer already exists [2023-02-22T22:19:03.365Z] f70ee36035b9: Layer already exists [2023-02-22T22:19:03.631Z] 38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18: digest: sha256:7ba57ba054a7cb0d236c3ff02e6897c784c640e9f604f116906e243724945d27 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:03.990Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:04.338Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-02-22T22:19:04.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-22T22:19:04.338Z] 33732f728a26: Preparing [2023-02-22T22:19:04.338Z] 47602a728464: Preparing [2023-02-22T22:19:04.338Z] 4f1342e5750d: Preparing [2023-02-22T22:19:04.339Z] 92aa84978d74: Preparing [2023-02-22T22:19:04.339Z] 8e81ef09d239: Preparing [2023-02-22T22:19:04.339Z] f70ee36035b9: Preparing [2023-02-22T22:19:04.339Z] f70ee36035b9: Waiting [2023-02-22T22:19:04.339Z] 47602a728464: Layer already exists [2023-02-22T22:19:04.339Z] 92aa84978d74: Layer already exists [2023-02-22T22:19:04.339Z] 33732f728a26: Layer already exists [2023-02-22T22:19:04.339Z] 8e81ef09d239: Layer already exists [2023-02-22T22:19:04.339Z] 4f1342e5750d: Layer already exists [2023-02-22T22:19:04.339Z] f70ee36035b9: Layer already exists [2023-02-22T22:19:04.605Z] main: digest: sha256:7ba57ba054a7cb0d236c3ff02e6897c784c640e9f604f116906e243724945d27 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-22T22:19:04.662Z] ===================================================== [Pipeline] echo [2023-02-22T22:19:04.671Z] taggedImages: [2023-02-22T22:19:04.671Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:38d2ea53745de48730f2be4fd311f21cab61737a [2023-02-22T22:19:04.671Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-02-22T22:19:04.671Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.18 [2023-02-22T22:19:04.671Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 [2023-02-22T22:19:04.671Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:05.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T22:19:05.037Z] [2023-02-22T22:19:05.037Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:05.373Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T22:19:05.373Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-22T22:19:05.373Z] 8998bd30e6a1: Pulling fs layer [2023-02-22T22:19:05.373Z] 04944245beec: Pulling fs layer [2023-02-22T22:19:05.373Z] 699f458cf7ca: Pulling fs layer [2023-02-22T22:19:05.373Z] 765212b225bb: Pulling fs layer [2023-02-22T22:19:05.373Z] f23df028b6ca: Pulling fs layer [2023-02-22T22:19:05.373Z] d65c8cfc05b1: Pulling fs layer [2023-02-22T22:19:05.373Z] 2437ff75d9bd: Pulling fs layer [2023-02-22T22:19:05.373Z] 765212b225bb: Waiting [2023-02-22T22:19:05.373Z] f23df028b6ca: Waiting [2023-02-22T22:19:05.373Z] d65c8cfc05b1: Waiting [2023-02-22T22:19:05.373Z] 2437ff75d9bd: Waiting [2023-02-22T22:19:05.643Z] 04944245beec: Verifying Checksum [2023-02-22T22:19:05.643Z] 04944245beec: Download complete [2023-02-22T22:19:05.643Z] 765212b225bb: Verifying Checksum [2023-02-22T22:19:05.643Z] 765212b225bb: Download complete [2023-02-22T22:19:05.643Z] f23df028b6ca: Download complete [2023-02-22T22:19:05.643Z] d65c8cfc05b1: Verifying Checksum [2023-02-22T22:19:05.643Z] d65c8cfc05b1: Download complete [2023-02-22T22:19:05.914Z] 699f458cf7ca: Verifying Checksum [2023-02-22T22:19:05.914Z] 699f458cf7ca: Download complete [2023-02-22T22:19:06.185Z] 8998bd30e6a1: Download complete [2023-02-22T22:19:08.771Z] 2437ff75d9bd: Verifying Checksum [2023-02-22T22:19:08.771Z] 2437ff75d9bd: Download complete [2023-02-22T22:19:10.720Z] 8998bd30e6a1: Pull complete [2023-02-22T22:19:10.991Z] 04944245beec: Pull complete [2023-02-22T22:19:12.403Z] 699f458cf7ca: Pull complete [2023-02-22T22:19:12.671Z] 765212b225bb: Pull complete [2023-02-22T22:19:13.632Z] f23df028b6ca: Pull complete [2023-02-22T22:19:13.632Z] d65c8cfc05b1: Pull complete [2023-02-22T22:19:28.636Z] 2437ff75d9bd: Pull complete [2023-02-22T22:19:28.636Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-22T22:19:28.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T22:19:28.636Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:19:28.849Z] prd-ubuntu20.04-docker-arm64-4c-16g-7135 does not seem to be running inside a container [2023-02-22T22:19:28.921Z] $ 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/135 -v /w/workspace/app-service-configurable/135:/w/workspace/app-service-configurable/135:rw,z -v /w/workspace/app-service-configurable/135@tmp:/w/workspace/app-service-configurable/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-22T22:19:31.673Z] $ docker top a88c7e56b84cb61aa5b7808b1fb542ff434a5557e88521f892853bcc138fec33 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:19:32.510Z] ---> job-cost.sh [2023-02-22T22:19:32.510Z] lf-activate-venv: SKIPPING [2023-02-22T22:19:32.510Z] INFO: No Stack... [2023-02-22T22:19:33.095Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-22T22:19:33.680Z] INFO: Archiving Costs [Pipeline] sh [2023-02-22T22:19:34.594Z] + + cut -d, -f6 [2023-02-22T22:19:34.594Z] cat /w/workspace/app-service-configurable/135/archives/cost.csv [Pipeline] lock [2023-02-22T22:19:34.637Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] [2023-02-22T22:19:34.643Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] did not exist. Created. [2023-02-22T22:19:34.643Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T22:19:35.304Z] /w/workspace/app-service-configurable/135@tmp/durable-42b02c77/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-22T22:19:35.962Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-22T22:19:35.986Z] Warning: overwriting stash ‘stack-cost’ [2023-02-22T22:19:36.040Z] Stashed 1 file(s) [Pipeline] } [2023-02-22T22:19:36.046Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-22T22:19:36.066Z] $ docker stop --time=1 a88c7e56b84cb61aa5b7808b1fb542ff434a5557e88521f892853bcc138fec33 [2023-02-22T22:19:37.624Z] $ docker rm -f --volumes a88c7e56b84cb61aa5b7808b1fb542ff434a5557e88521f892853bcc138fec33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-22T22:19:38.027Z] provisioning config files... [2023-02-22T22:19:38.034Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8056288347527900395tmp [Pipeline] { [Pipeline] sh [2023-02-22T22:19:38.322Z] + set +x [2023-02-22T22:19:38.322Z] + curl -s https://codecov.io/bash [2023-02-22T22:19:38.322Z] + bash -s -- [2023-02-22T22:19:38.322Z] [2023-02-22T22:19:38.322Z] _____ _ [2023-02-22T22:19:38.322Z] / ____| | | [2023-02-22T22:19:38.322Z] | | ___ __| | ___ ___ _____ __ [2023-02-22T22:19:38.322Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-22T22:19:38.322Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-22T22:19:38.322Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-22T22:19:38.322Z] Bash-1.0.6 [2023-02-22T22:19:38.322Z] [2023-02-22T22:19:38.322Z] [2023-02-22T22:19:38.322Z] ==> git version 2.25.1 found [2023-02-22T22:19:38.322Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-22T22:19:38.322Z] Release-Date: 2020-01-08 [2023-02-22T22:19:38.322Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-22T22:19:38.322Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-22T22:19:38.322Z] ==> Jenkins CI detected. [2023-02-22T22:19:38.322Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-02-22T22:19:38.322Z] project root: . [2023-02-22T22:19:38.322Z] --> token set from env [2023-02-22T22:19:38.322Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-22T22:19:38.322Z] ==> Running gcov in . (disable via -X gcov) [2023-02-22T22:19:38.322Z] ==> Python coveragepy not found [2023-02-22T22:19:38.322Z] ==> Searching for coverage reports in: [2023-02-22T22:19:38.322Z] + . [2023-02-22T22:19:38.580Z] -> Found 1 reports [2023-02-22T22:19:38.580Z] ==> Detecting git/mercurial file structure [2023-02-22T22:19:38.580Z] ==> Reading reports [2023-02-22T22:19:38.580Z] + ./coverage.out bytes=13 [2023-02-22T22:19:38.580Z] ==> Appending adjustments [2023-02-22T22:19:38.580Z] https://docs.codecov.io/docs/fixing-reports [2023-02-22T22:19:38.580Z] + Found adjustments [2023-02-22T22:19:38.580Z] ==> Gzipping contents [2023-02-22T22:19:38.580Z] 4.0K /tmp/codecov.Cxb4w4.gz [2023-02-22T22:19:38.580Z] ==> Uploading reports [2023-02-22T22:19:38.580Z] url: https://codecov.io [2023-02-22T22:19:38.580Z] query: branch=main&commit=38d2ea53745de48730f2be4fd311f21cab61737a&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F135%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-22T22:19:38.580Z] -> Pinging Codecov [2023-02-22T22:19:38.580Z] 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=38d2ea53745de48730f2be4fd311f21cab61737a&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F135%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-22T22:19:38.580Z] -> Uploading to [2023-02-22T22:19:38.580Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-22/A97CA9966030D2A3747ED39772930CCE/38d2ea53745de48730f2be4fd311f21cab61737a/72687332-b0eb-4b1d-9d08-14cc1bd8b52f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230222T221938Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7522f046925b879a8bceac7aeca3fc45f630c9183f91d4053857ad1805134fb1 [2023-02-22T22:19:38.580Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-22T22:19:38.581Z] Dload Upload Total Spent Left Speed [2023-02-22T22:19:38.839Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 520 0 0 100 520 0 1811 --:--:-- --:--:-- --:--:-- 1805 [2023-02-22T22:19:39.097Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] } [2023-02-22T22:19:39.104Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-22T22:19:39.316Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-22T22:19:39.327Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:39.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T22:19:39.626Z] [2023-02-22T22:19:39.626Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:39.924Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T22:19:39.924Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-22T22:19:39.924Z] df9b9388f04a: Pulling fs layer [2023-02-22T22:19:39.924Z] 52dc419b0ee2: Pulling fs layer [2023-02-22T22:19:39.924Z] 25bc292e5bac: Pulling fs layer [2023-02-22T22:19:39.924Z] 114826534d7a: Pulling fs layer [2023-02-22T22:19:39.924Z] 4657fd5d0bcf: Pulling fs layer [2023-02-22T22:19:39.924Z] 6ad1cebc031e: Pulling fs layer [2023-02-22T22:19:39.924Z] 8a3aa393b2d8: Pulling fs layer [2023-02-22T22:19:39.924Z] 4657fd5d0bcf: Waiting [2023-02-22T22:19:39.924Z] 6ad1cebc031e: Waiting [2023-02-22T22:19:39.924Z] 114826534d7a: Waiting [2023-02-22T22:19:39.924Z] 8a3aa393b2d8: Waiting [2023-02-22T22:19:39.924Z] 25bc292e5bac: Download complete [2023-02-22T22:19:39.924Z] 52dc419b0ee2: Download complete [2023-02-22T22:19:39.924Z] 4657fd5d0bcf: Download complete [2023-02-22T22:19:39.924Z] df9b9388f04a: Verifying Checksum [2023-02-22T22:19:39.924Z] df9b9388f04a: Download complete [2023-02-22T22:19:40.185Z] df9b9388f04a: Pull complete [2023-02-22T22:19:40.185Z] 52dc419b0ee2: Pull complete [2023-02-22T22:19:40.185Z] 6ad1cebc031e: Verifying Checksum [2023-02-22T22:19:40.185Z] 6ad1cebc031e: Download complete [2023-02-22T22:19:40.185Z] 25bc292e5bac: Pull complete [2023-02-22T22:19:41.137Z] 114826534d7a: Verifying Checksum [2023-02-22T22:19:41.137Z] 114826534d7a: Download complete [2023-02-22T22:19:41.137Z] 8a3aa393b2d8: Verifying Checksum [2023-02-22T22:19:41.137Z] 8a3aa393b2d8: Download complete [2023-02-22T22:19:44.419Z] 114826534d7a: Pull complete [2023-02-22T22:19:44.419Z] 4657fd5d0bcf: Pull complete [2023-02-22T22:19:44.419Z] 6ad1cebc031e: Pull complete [2023-02-22T22:19:46.948Z] 8a3aa393b2d8: Pull complete [2023-02-22T22:19:46.948Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-22T22:19:46.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T22:19:46.948Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:19:47.022Z] prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container [2023-02-22T22:19:47.057Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-22T22:19:49.793Z] $ docker top 5ad3604d06bba1b8631d9f2c753c41356778470388d0bba46bc197f276d31e85 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-22T22:19:49.850Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-02-22T22:19:50.125Z] + set -o pipefail [2023-02-22T22:19:50.126Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-02-22T22:19:55.395Z] [2023-02-22T22:19:55.396Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-02-22T22:19:55.396Z] [2023-02-22T22:19:55.396Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/29678ce5-7f62-4ea0-a0d0-96e632edff04 [2023-02-22T22:19:55.396Z] [2023-02-22T22:19:55.396Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-22T22:19:55.396Z] [2023-02-22T22:19:55.396Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-22T22:19:55.396Z] [2023-02-22T22:19:55.656Z] [2023-02-22T22:19:55.656Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-22T22:19:55.656Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-22T22:19:55.656Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-22T22:19:55.707Z] $ docker stop --time=1 5ad3604d06bba1b8631d9f2c753c41356778470388d0bba46bc197f276d31e85 [2023-02-22T22:19:58.252Z] $ docker rm -f --volumes 5ad3604d06bba1b8631d9f2c753c41356778470388d0bba46bc197f276d31e85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T22:19:59.017Z] + git log --format=format:%s -1 38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] sh [2023-02-22T22:19:59.308Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T22:19:59.309Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:19:59.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T22:19:59.607Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:19:59.670Z] prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container [2023-02-22T22:19:59.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-22T22:20:00.063Z] $ docker top 24d536e6b5efdf4767e265c67a905462172411a5ea428862de9771339869ee3b -eo pid,comm [2023-02-22T22:20:00.114Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-22T22:20:00.114Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T22:20:00.154Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T22:20:00.154Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T22:20:00.267Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T22:20:00.270Z] $ docker exec 24d536e6b5efdf4767e265c67a905462172411a5ea428862de9771339869ee3b ssh-agent [2023-02-22T22:20:00.382Z] SSH_AUTH_SOCK=/tmp/ssh-dznAUCbBwosS/agent.31 [2023-02-22T22:20:00.382Z] SSH_AGENT_PID=37 [2023-02-22T22:20:00.386Z] Running ssh-add (command line suppressed) [2023-02-22T22:20:00.492Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_192903081940528774.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_192903081940528774.key) [2023-02-22T22:20:00.505Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T22:20:00.791Z] + git semver tag [2023-02-22T22:20:01.049Z] 2023-02-22 22:20:00,970 [run_tag] DEBUG tag force:False [2023-02-22T22:20:01.049Z] 2023-02-22 22:20:00,970 [check_head_tag] DEBUG check head tag [2023-02-22T22:20:01.049Z] 2023-02-22 22:20:00,971 [execute] INFO git cat-file --batch-check [2023-02-22T22:20:01.049Z] 2023-02-22 22:20:00,971 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-02-22T22:20:01.049Z] 2023-02-22 22:20:00,974 [execute] INFO git cat-file --batch [2023-02-22T22:20:01.049Z] 2023-02-22 22:20:00,975 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-02-22T22:20:01.049Z] 2023-02-22 22:20:00,995 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-22T22:20:01.049Z] 2023-02-22 22:20:00,995 [execute] INFO git tag -a v3.0.0-dev.18 -m v3.0.0-dev.18 [2023-02-22T22:20:01.049Z] 2023-02-22 22:20:00,995 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.18', '-m', 'v3.0.0-dev.18'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T22:20:01.049Z] 2023-02-22 22:20:00,999 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-22T22:20:01.049Z] 3.0.0-dev.18 [Pipeline] } [2023-02-22T22:20:01.058Z] $ docker exec --env ******** --env ******** 24d536e6b5efdf4767e265c67a905462172411a5ea428862de9771339869ee3b ssh-agent -k [2023-02-22T22:20:01.160Z] unset SSH_AUTH_SOCK; [2023-02-22T22:20:01.160Z] unset SSH_AGENT_PID; [2023-02-22T22:20:01.160Z] echo Agent pid 37 killed; [2023-02-22T22:20:01.168Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T22:20:01.470Z] + git semver [Pipeline] } [2023-02-22T22:20:01.741Z] $ docker stop --time=1 24d536e6b5efdf4767e265c67a905462172411a5ea428862de9771339869ee3b [2023-02-22T22:20:03.049Z] $ docker rm -f --volumes 24d536e6b5efdf4767e265c67a905462172411a5ea428862de9771339869ee3b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:20:03.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T22:20:03.422Z] [2023-02-22T22:20:03.422Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:20:03.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T22:20:03.724Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-22T22:20:03.724Z] ab5ef0e58194: Pulling fs layer [2023-02-22T22:20:03.724Z] 9712f1f96733: Pulling fs layer [2023-02-22T22:20:03.724Z] 63f879dbbcfc: Pulling fs layer [2023-02-22T22:20:03.724Z] 0d9ebad4ef96: Pulling fs layer [2023-02-22T22:20:03.724Z] e9a5061849ea: Pulling fs layer [2023-02-22T22:20:03.724Z] d747dcd14b5f: Pulling fs layer [2023-02-22T22:20:03.724Z] 2de7ff778b66: Pulling fs layer [2023-02-22T22:20:03.724Z] e9a5061849ea: Waiting [2023-02-22T22:20:03.724Z] d747dcd14b5f: Waiting [2023-02-22T22:20:03.724Z] 0d9ebad4ef96: Waiting [2023-02-22T22:20:03.724Z] 2de7ff778b66: Waiting [2023-02-22T22:20:03.724Z] 9712f1f96733: Download complete [2023-02-22T22:20:04.305Z] 63f879dbbcfc: Verifying Checksum [2023-02-22T22:20:04.305Z] 63f879dbbcfc: Download complete [2023-02-22T22:20:04.566Z] 0d9ebad4ef96: Verifying Checksum [2023-02-22T22:20:04.566Z] 0d9ebad4ef96: Download complete [2023-02-22T22:20:04.566Z] ab5ef0e58194: Download complete [2023-02-22T22:20:04.566Z] d747dcd14b5f: Download complete [2023-02-22T22:20:04.566Z] e9a5061849ea: Verifying Checksum [2023-02-22T22:20:04.566Z] e9a5061849ea: Download complete [2023-02-22T22:20:04.566Z] 2de7ff778b66: Verifying Checksum [2023-02-22T22:20:04.566Z] 2de7ff778b66: Download complete [2023-02-22T22:20:07.113Z] ab5ef0e58194: Pull complete [2023-02-22T22:20:07.113Z] 9712f1f96733: Pull complete [2023-02-22T22:20:08.052Z] 63f879dbbcfc: Pull complete [2023-02-22T22:20:11.336Z] 0d9ebad4ef96: Pull complete [2023-02-22T22:20:11.595Z] e9a5061849ea: Pull complete [2023-02-22T22:20:11.595Z] d747dcd14b5f: Pull complete [2023-02-22T22:20:12.968Z] 2de7ff778b66: Pull complete [2023-02-22T22:20:12.968Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-22T22:20:12.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T22:20:12.968Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:20:13.046Z] prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container [2023-02-22T22:20:13.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-22T22:20:16.397Z] $ docker top 8ec9fad20935a0eb7879094da4e65ad048f27fffb9e2342382f085c8698b2548 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-22T22:20:16.471Z] provisioning config files... [2023-02-22T22:20:16.477Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13980195286335178133tmp [2023-02-22T22:20:16.487Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3685648135888167692tmp [2023-02-22T22:20:16.497Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2907413917791231657tmp [Pipeline] { [Pipeline] echo [2023-02-22T22:20:16.512Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:20:16.792Z] ---> sigul-configuration.sh [2023-02-22T22:20:16.792Z] gpg: directory `/root/.gnupg' created [2023-02-22T22:20:16.792Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-22T22:20:16.792Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-22T22:20:16.792Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-22T22:20:16.792Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-22T22:20:16.792Z] gpg: CAST5 encrypted data [2023-02-22T22:20:16.792Z] gpg: encrypted with 1 passphrase [2023-02-22T22:20:16.792Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-22T22:20:17.077Z] + mkdir /home/jenkins [2023-02-22T22:20:17.077Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-22T22:20:17.363Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-22T22:20:17.372Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:20:17.653Z] ---> sigul-install.sh [2023-02-22T22:20:17.653Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-22T22:20:17.935Z] + git tag --list [2023-02-22T22:20:17.935Z] v1.0.0 [2023-02-22T22:20:17.935Z] v1.1.0 [2023-02-22T22:20:17.935Z] v1.2.0 [2023-02-22T22:20:17.935Z] v1.3.0 [2023-02-22T22:20:17.935Z] v1.3.1 [2023-02-22T22:20:17.935Z] v2.0.0 [2023-02-22T22:20:17.935Z] v2.0.1 [2023-02-22T22:20:17.935Z] v2.1.0 [2023-02-22T22:20:17.935Z] v2.1.1 [2023-02-22T22:20:17.935Z] v2.1.1-dev.1 [2023-02-22T22:20:17.935Z] v2.1.1-dev.2 [2023-02-22T22:20:17.935Z] v2.2.0 [2023-02-22T22:20:17.935Z] v2.2.1-dev.1 [2023-02-22T22:20:17.935Z] v2.2.1-dev.10 [2023-02-22T22:20:17.935Z] v2.2.1-dev.2 [2023-02-22T22:20:17.935Z] v2.2.1-dev.3 [2023-02-22T22:20:17.935Z] v2.2.1-dev.4 [2023-02-22T22:20:17.935Z] v2.2.1-dev.5 [2023-02-22T22:20:17.935Z] v2.2.1-dev.6 [2023-02-22T22:20:17.935Z] v2.2.1-dev.7 [2023-02-22T22:20:17.935Z] v2.2.1-dev.8 [2023-02-22T22:20:17.935Z] v2.2.1-dev.9 [2023-02-22T22:20:17.935Z] v2.3.0 [2023-02-22T22:20:17.935Z] v2.3.0-dev.10 [2023-02-22T22:20:17.935Z] v2.3.0-dev.11 [2023-02-22T22:20:17.935Z] v2.3.0-dev.12 [2023-02-22T22:20:17.936Z] v2.3.0-dev.13 [2023-02-22T22:20:17.936Z] v2.3.0-dev.14 [2023-02-22T22:20:17.936Z] v2.3.0-dev.15 [2023-02-22T22:20:17.936Z] v2.3.0-dev.16 [2023-02-22T22:20:17.936Z] v2.3.0-dev.17 [2023-02-22T22:20:17.936Z] v2.3.0-dev.18 [2023-02-22T22:20:17.936Z] v2.3.0-dev.19 [2023-02-22T22:20:17.936Z] v2.3.0-dev.20 [2023-02-22T22:20:17.936Z] v2.3.0-dev.21 [2023-02-22T22:20:17.936Z] v2.3.0-dev.22 [2023-02-22T22:20:17.936Z] v2.3.0-dev.23 [2023-02-22T22:20:17.936Z] v2.3.0-dev.24 [2023-02-22T22:20:17.936Z] v2.3.0-dev.25 [2023-02-22T22:20:17.936Z] v2.3.0-dev.26 [2023-02-22T22:20:17.936Z] v2.3.0-dev.27 [2023-02-22T22:20:17.936Z] v2.3.0-dev.28 [2023-02-22T22:20:17.936Z] v2.3.0-dev.29 [2023-02-22T22:20:17.936Z] v2.3.0-dev.30 [2023-02-22T22:20:17.936Z] v2.3.0-dev.31 [2023-02-22T22:20:17.936Z] v2.3.0-dev.32 [2023-02-22T22:20:17.936Z] v2.3.0-dev.33 [2023-02-22T22:20:17.936Z] v2.3.0-dev.34 [2023-02-22T22:20:17.936Z] v2.3.0-dev.35 [2023-02-22T22:20:17.936Z] v2.3.0-dev.36 [2023-02-22T22:20:17.936Z] v2.3.0-dev.37 [2023-02-22T22:20:17.936Z] v3.0.0-dev.1 [2023-02-22T22:20:17.936Z] v3.0.0-dev.10 [2023-02-22T22:20:17.936Z] v3.0.0-dev.11 [2023-02-22T22:20:17.936Z] v3.0.0-dev.12 [2023-02-22T22:20:17.936Z] v3.0.0-dev.13 [2023-02-22T22:20:17.936Z] v3.0.0-dev.14 [2023-02-22T22:20:17.936Z] v3.0.0-dev.15 [2023-02-22T22:20:17.936Z] v3.0.0-dev.16 [2023-02-22T22:20:17.936Z] v3.0.0-dev.17 [2023-02-22T22:20:17.936Z] v3.0.0-dev.18 [2023-02-22T22:20:17.936Z] v3.0.0-dev.2 [2023-02-22T22:20:17.936Z] v3.0.0-dev.3 [2023-02-22T22:20:17.936Z] v3.0.0-dev.4 [2023-02-22T22:20:17.936Z] v3.0.0-dev.5 [2023-02-22T22:20:17.936Z] v3.0.0-dev.6 [2023-02-22T22:20:17.936Z] v3.0.0-dev.7 [2023-02-22T22:20:17.936Z] v3.0.0-dev.8 [2023-02-22T22:20:17.936Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-22T22:20:18.225Z] + lftools sign git-tag v3.0.0-dev.18 [2023-02-22T22:20:18.797Z] Signing Git tag with Sigul... [2023-02-22T22:20:18.797Z] Signing v3.0.0-dev.18 [Pipeline] echo [2023-02-22T22:20:19.230Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:20:19.513Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-22T22:20:19.520Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-22T22:20:19.542Z] $ docker stop --time=1 8ec9fad20935a0eb7879094da4e65ad048f27fffb9e2342382f085c8698b2548 [2023-02-22T22:20:20.855Z] $ docker rm -f --volumes 8ec9fad20935a0eb7879094da4e65ad048f27fffb9e2342382f085c8698b2548 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-22T22:20:21.258Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T22:20:21.259Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:20:21.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T22:20:21.555Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:20:21.627Z] prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container [2023-02-22T22:20:21.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-22T22:20:22.064Z] $ docker top ed2284ba285b13af840d77da5038d5b78bd785339038326f4b53f6955a47a9e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T22:20:22.145Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T22:20:22.145Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T22:20:22.260Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T22:20:22.263Z] $ docker exec ed2284ba285b13af840d77da5038d5b78bd785339038326f4b53f6955a47a9e1 ssh-agent [2023-02-22T22:20:22.368Z] SSH_AUTH_SOCK=/tmp/ssh-CigMj891wEby/agent.31 [2023-02-22T22:20:22.368Z] SSH_AGENT_PID=37 [2023-02-22T22:20:22.374Z] Running ssh-add (command line suppressed) [2023-02-22T22:20:22.475Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4256400770507194440.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4256400770507194440.key) [2023-02-22T22:20:22.489Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T22:20:22.779Z] + git semver bump pre [2023-02-22T22:20:23.038Z] 2023-02-22 22:20:22,940 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-22T22:20:23.038Z] 2023-02-22 22:20:22,940 [bump_version] DEBUG bumping version:3.0.0-dev.18 on axis:pre with prefix:dev [2023-02-22T22:20:23.038Z] 2023-02-22 22:20:22,940 [bump_version] DEBUG bumped version:3.0.0-dev.19 [2023-02-22T22:20:23.038Z] 2023-02-22 22:20:22,940 [write_version] DEBUG write version:3.0.0-dev.19 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2023-02-22T22:20:23.038Z] 2023-02-22 22:20:22,940 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-22T22:20:23.038Z] 2023-02-22 22:20:22,940 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-22T22:20:23.038Z] 2023-02-22 22:20:22,943 [execute] INFO git cat-file --batch-check [2023-02-22T22:20:23.038Z] 2023-02-22 22:20:22,943 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T22:20:23.038Z] 2023-02-22 22:20:22,948 [execute] INFO git cat-file --batch [2023-02-22T22:20:23.038Z] 2023-02-22 22:20:22,948 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T22:20:23.038Z] 2023-02-22 22:20:22,953 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-22T22:20:23.038Z] 3.0.0-dev.19 [Pipeline] } [2023-02-22T22:20:23.049Z] $ docker exec --env ******** --env ******** ed2284ba285b13af840d77da5038d5b78bd785339038326f4b53f6955a47a9e1 ssh-agent -k [2023-02-22T22:20:23.141Z] unset SSH_AUTH_SOCK; [2023-02-22T22:20:23.142Z] unset SSH_AGENT_PID; [2023-02-22T22:20:23.142Z] echo Agent pid 37 killed; [2023-02-22T22:20:23.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T22:20:23.446Z] + git semver [Pipeline] } [2023-02-22T22:20:23.718Z] $ docker stop --time=1 ed2284ba285b13af840d77da5038d5b78bd785339038326f4b53f6955a47a9e1 [2023-02-22T22:20:24.996Z] $ docker rm -f --volumes ed2284ba285b13af840d77da5038d5b78bd785339038326f4b53f6955a47a9e1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T22:20:25.342Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T22:20:25.342Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:20:25.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T22:20:25.638Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:20:25.712Z] prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container [2023-02-22T22:20:25.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-22T22:20:26.115Z] $ docker top 3b3317cebc1fa66bc5329863c6c4cdc76fee6793c41bcf95f68bce1e0c7b014c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T22:20:26.204Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T22:20:26.204Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T22:20:26.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T22:20:26.321Z] $ docker exec 3b3317cebc1fa66bc5329863c6c4cdc76fee6793c41bcf95f68bce1e0c7b014c ssh-agent [2023-02-22T22:20:26.418Z] SSH_AUTH_SOCK=/tmp/ssh-cqphLSGuhDYn/agent.32 [2023-02-22T22:20:26.418Z] SSH_AGENT_PID=38 [2023-02-22T22:20:26.423Z] Running ssh-add (command line suppressed) [2023-02-22T22:20:26.535Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_15877907428103968471.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_15877907428103968471.key) [2023-02-22T22:20:26.550Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T22:20:26.835Z] + git semver push [2023-02-22T22:20:27.096Z] 2023-02-22 22:20:27,021 [run_push] DEBUG push [2023-02-22T22:20:27.096Z] 2023-02-22 22:20:27,022 [execute] INFO git cat-file --batch-check [2023-02-22T22:20:27.096Z] 2023-02-22 22:20:27,023 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T22:20:27.096Z] 2023-02-22 22:20:27,028 [execute] INFO git rev-list 65902dc978dddad874ab865ebe62b13134595e17 -- [2023-02-22T22:20:27.096Z] 2023-02-22 22:20:27,028 [execute] DEBUG Popen(['git', 'rev-list', '65902dc978dddad874ab865ebe62b13134595e17', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-22T22:20:27.096Z] 2023-02-22 22:20:27,039 [execute] INFO git fetch -v origin [2023-02-22T22:20:27.096Z] 2023-02-22 22:20:27,039 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-22T22:20:27.668Z] 2023-02-22 22:20:27,637 [run_push] DEBUG no remote changes detected [2023-02-22T22:20:27.668Z] 2023-02-22 22:20:27,638 [execute] INFO git push origin semver [2023-02-22T22:20:27.668Z] 2023-02-22 22:20:27,638 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-22T22:20:28.613Z] 2023-02-22 22:20:28,479 [run_push] DEBUG push all version tags [2023-02-22T22:20:28.613Z] 2023-02-22 22:20:28,479 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-22T22:20:28.613Z] 2023-02-22 22:20:28,480 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T22:20:29.552Z] 2023-02-22 22:20:29,273 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-22T22:20:29.552Z] 3.0.0-dev.19 [Pipeline] } [2023-02-22T22:20:29.563Z] $ docker exec --env ******** --env ******** 3b3317cebc1fa66bc5329863c6c4cdc76fee6793c41bcf95f68bce1e0c7b014c ssh-agent -k [2023-02-22T22:20:29.659Z] unset SSH_AUTH_SOCK; [2023-02-22T22:20:29.660Z] unset SSH_AGENT_PID; [2023-02-22T22:20:29.660Z] echo Agent pid 38 killed; [2023-02-22T22:20:29.674Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T22:20:29.977Z] + git semver [Pipeline] } [2023-02-22T22:20:30.250Z] $ docker stop --time=1 3b3317cebc1fa66bc5329863c6c4cdc76fee6793c41bcf95f68bce1e0c7b014c [2023-02-22T22:20:31.569Z] $ docker rm -f --volumes 3b3317cebc1fa66bc5329863c6c4cdc76fee6793c41bcf95f68bce1e0c7b014c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-22T22:20:33.286Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-02-22T22:20:33.286Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-02-22T22:20:33.286Z] total 16 [2023-02-22T22:20:33.286Z] drwxr-xr-x 3 root root 4096 Feb 22 22:10 . [2023-02-22T22:20:33.286Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 22 22:20 .. [2023-02-22T22:20:33.286Z] drwxr-xr-x 2 root root 4096 Feb 22 22:10 cost [2023-02-22T22:20:33.286Z] -rw-r--r-- 1 root root 96 Feb 22 22:10 cost.csv [2023-02-22T22:20:33.286Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-02-22T22:20:33.286Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-02-22T22:20:33.286Z] total 16 [2023-02-22T22:20:33.286Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 22:10 . [2023-02-22T22:20:33.286Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 22 22:20 .. [2023-02-22T22:20:33.286Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 22 22:10 cost [2023-02-22T22:20:33.286Z] -rw-r--r-- 1 jenkins jenkins 96 Feb 22 22:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:20:33.593Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:20:34.461Z] ---> package-listing.sh [2023-02-22T22:20:34.461Z] ++ facter osfamily [2023-02-22T22:20:34.461Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-22T22:20:34.733Z] + OS_FAMILY=debian [2023-02-22T22:20:34.733Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-02-22T22:20:34.733Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-22T22:20:34.733Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-22T22:20:34.733Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-22T22:20:34.733Z] + PACKAGES=/tmp/packages_start.txt [2023-02-22T22:20:34.733Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-02-22T22:20:34.733Z] + PACKAGES=/tmp/packages_end.txt [2023-02-22T22:20:34.733Z] + case "${OS_FAMILY}" in [2023-02-22T22:20:34.733Z] + dpkg -l [2023-02-22T22:20:34.733Z] + grep '^ii' [2023-02-22T22:20:34.733Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-22T22:20:34.733Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-22T22:20:34.733Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-22T22:20:34.733Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-02-22T22:20:34.733Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-02-22T22:20:34.733Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2023-02-22T22:20:34.744Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-22T22:20:35.022Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T22:20:35.585Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T22:20:35.585Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T22:20:35.749Z] prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container [2023-02-22T22:20:35.782Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-22T22:20:35.979Z] $ docker top e06799d7e9c614f423c8638eaa42959d39bcfeab6cb7f86281d0f908305da3af -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T22:20:36.399Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-22T22:20:36.686Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-22T22:20:36.969Z] + ls /var/log/sa-host [2023-02-22T22:20:36.969Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T22:20:37.032Z] provisioning config files... [2023-02-22T22:20:37.040Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2693273693120993920tmp [Pipeline] { [Pipeline] echo [2023-02-22T22:20:37.055Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:20:37.345Z] ---> create-netrc.sh [Pipeline] } [2023-02-22T22:20:37.352Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:20:37.678Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-22T22:20:37.687Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:20:37.970Z] ---> sudo-logs.sh [2023-02-22T22:20:37.970Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-22T22:20:37.995Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:20:38.276Z] ---> job-cost.sh [2023-02-22T22:20:38.276Z] lf-activate-venv: SKIPPING [2023-02-22T22:20:38.276Z] DEBUG: total: 0.2199999988079071 [2023-02-22T22:20:38.276Z] INFO: Retrieving Stack Cost... [2023-02-22T22:20:38.845Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-22T22:20:39.103Z] INFO: Archiving Costs [Pipeline] echo [2023-02-22T22:20:39.115Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T22:20:39.395Z] ---> logs-deploy.sh [2023-02-22T22:20:39.395Z] lf-activate-venv: SKIPPING [2023-02-22T22:20:39.395Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/135 [2023-02-22T22:20:39.395Z] INFO: archiving workspace using pattern(s): [2023-02-22T22:20:40.333Z] Archives upload complete. [2023-02-22T22:20:40.333Z] INFO: archiving logs to Nexus