Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d5263f74fc64eb658f1bf96042e543191ec86855 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-ssh9102789758706120004.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh5908424966326158639.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh6157324209154797776.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh11390849001852637466.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-ssh4986628153385062828.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.20 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 Running on prd-ubuntu20.04-docker-8c-8g-6329 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d5263f74fc64eb658f1bf96042e543191ec86855 (main) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#540)" > git config core.sparsecheckout # timeout=10 > git checkout -f d5263f74fc64eb658f1bf96042e543191ec86855 # timeout=10 > git rev-list --no-walk 5f6c3d7eed65e56d98ee920414fc019449f434db # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-29T23:32:28.593Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-29T23:32:28.650Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-29T23:32:28.670Z] ========================================================= [2023-03-29T23:32:28.670Z] EdgeX Global Pipelines Version Info [2023-03-29T23:32:28.670Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:32:29.389Z] ------------------- [2023-03-29T23:32:29.389Z] stable info: [2023-03-29T23:32:29.389Z] ------------------- [2023-03-29T23:32:29.389Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-29T23:32:29.389Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-29T23:32:29.389Z] Message: update stable to v1.0.245 [2023-03-29T23:32:29.956Z] ------------------- [2023-03-29T23:32:29.956Z] experimental info: [2023-03-29T23:32:29.956Z] ------------------- [2023-03-29T23:32:29.956Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-29T23:32:29.957Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-03-29T23:32:29.957Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-29T23:32:30.112Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-03-29T23:32:30.124Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-03-29T23:32:30.135Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-29T23:32:30.149Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-29T23:32:30.159Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-29T23:32:30.170Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-29T23:32:30.186Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-29T23:32:30.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-29T23:32:30.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-29T23:32:30.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-29T23:32:30.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-29T23:32:30.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-03-29T23:32:30.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-29T23:32:30.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-29T23:32:30.286Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-29T23:32:30.303Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-29T23:32:30.319Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-29T23:32:30.329Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-29T23:32:30.340Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-29T23:32:30.351Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-29T23:32:30.364Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-29T23:32:30.375Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-29T23:32:30.387Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-29T23:32:30.401Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-29T23:32:30.412Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-29T23:32:30.427Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-29T23:32:30.439Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-29T23:32:30.448Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-29T23:32:30.459Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-29T23:32:30.475Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-29T23:32:30.489Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] echo [2023-03-29T23:32:30.502Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d5263f7 [Pipeline] echo [2023-03-29T23:32:30.516Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-29T23:32:30.554Z] provisioning config files... [2023-03-29T23:32:30.567Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2222362275603409179tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:32:30.861Z] ---> docker-login.sh [2023-03-29T23:32:30.861Z] nexus3.edgexfoundry.org:10001 [2023-03-29T23:32:31.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:32:31.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:32:31.800Z] Configure a credential helper to remove this warning. See [2023-03-29T23:32:31.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:32:31.800Z] [2023-03-29T23:32:31.800Z] Login Succeeded [2023-03-29T23:32:31.800Z] nexus3.edgexfoundry.org:10002 [2023-03-29T23:32:31.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:32:32.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:32:32.060Z] Configure a credential helper to remove this warning. See [2023-03-29T23:32:32.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:32:32.060Z] [2023-03-29T23:32:32.060Z] Login Succeeded [2023-03-29T23:32:32.060Z] nexus3.edgexfoundry.org:10003 [2023-03-29T23:32:32.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:32:32.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:32:32.060Z] Configure a credential helper to remove this warning. See [2023-03-29T23:32:32.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:32:32.060Z] [2023-03-29T23:32:32.060Z] Login Succeeded [2023-03-29T23:32:32.060Z] nexus3.edgexfoundry.org:10004 [2023-03-29T23:32:32.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:32:32.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:32:32.321Z] Configure a credential helper to remove this warning. See [2023-03-29T23:32:32.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:32:32.321Z] [2023-03-29T23:32:32.321Z] Login Succeeded [2023-03-29T23:32:32.321Z] docker.io [2023-03-29T23:32:32.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:32:32.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:32:32.579Z] Configure a credential helper to remove this warning. See [2023-03-29T23:32:32.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:32:32.579Z] [2023-03-29T23:32:32.579Z] Login Succeeded [2023-03-29T23:32:32.579Z] ---> docker-login.sh ends [Pipeline] } [2023-03-29T23:32:32.603Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-29T23:32:32.965Z] + git rev-list -1 --merges d5263f74fc64eb658f1bf96042e543191ec86855~1..d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] echo [2023-03-29T23:32:33.065Z] -----------> git rev-list -1 --merges d5263f74fc64eb658f1bf96042e543191ec86855~1..d5263f74fc64eb658f1bf96042e543191ec86855 d5263f74fc64eb658f1bf96042e543191ec86855 [false] [Pipeline] sh [2023-03-29T23:32:33.367Z] + git log --format=format:%s -1 d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] echo [2023-03-29T23:32:33.439Z] ========================================================= [2023-03-29T23:32:33.439Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-29T23:32:33.439Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-29T23:32:33.750Z] + git log --format=format:%s -1 d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] echo [2023-03-29T23:32:33.760Z] [semverPrep] GIT_COMMIT: d5263f74fc64eb658f1bf96042e543191ec86855, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#540) [Pipeline] echo [2023-03-29T23:32:33.767Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-29T23:32:34.113Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-29T23:32:34.113Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-29T23:32:34.114Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-29T23:32:34.114Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-29T23:32:34.114Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-29T23:32:34.114Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-29T23:32:34.114Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:32:34.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-29T23:32:34.522Z] [2023-03-29T23:32:34.522Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:32:34.819Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-29T23:32:35.082Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-29T23:32:35.082Z] b85a868b505f: Pulling fs layer [2023-03-29T23:32:35.082Z] e2be974225ed: Pulling fs layer [2023-03-29T23:32:35.082Z] 339a4e72a1f5: Pulling fs layer [2023-03-29T23:32:35.082Z] 988bab9f4d93: Pulling fs layer [2023-03-29T23:32:35.082Z] 1469e6f7b9e6: Pulling fs layer [2023-03-29T23:32:35.082Z] eaf3925da568: Pulling fs layer [2023-03-29T23:32:35.082Z] bab4dde63d76: Pulling fs layer [2023-03-29T23:32:35.082Z] bde34c3a00c8: Pulling fs layer [2023-03-29T23:32:35.082Z] b352a97aabf1: Pulling fs layer [2023-03-29T23:32:35.082Z] 4872d77fe225: Pulling fs layer [2023-03-29T23:32:35.082Z] 5851b861e8e6: Pulling fs layer [2023-03-29T23:32:35.082Z] 1469e6f7b9e6: Waiting [2023-03-29T23:32:35.082Z] eaf3925da568: Waiting [2023-03-29T23:32:35.082Z] bab4dde63d76: Waiting [2023-03-29T23:32:35.082Z] bde34c3a00c8: Waiting [2023-03-29T23:32:35.082Z] 5851b861e8e6: Waiting [2023-03-29T23:32:35.082Z] 988bab9f4d93: Waiting [2023-03-29T23:32:35.082Z] b352a97aabf1: Waiting [2023-03-29T23:32:35.082Z] e2be974225ed: Verifying Checksum [2023-03-29T23:32:35.082Z] e2be974225ed: Download complete [2023-03-29T23:32:35.082Z] 988bab9f4d93: Download complete [2023-03-29T23:32:35.082Z] 1469e6f7b9e6: Verifying Checksum [2023-03-29T23:32:35.082Z] 1469e6f7b9e6: Download complete [2023-03-29T23:32:35.082Z] 339a4e72a1f5: Verifying Checksum [2023-03-29T23:32:35.082Z] 339a4e72a1f5: Download complete [2023-03-29T23:32:35.082Z] eaf3925da568: Download complete [2023-03-29T23:32:35.082Z] bde34c3a00c8: Download complete [2023-03-29T23:32:35.345Z] b352a97aabf1: Verifying Checksum [2023-03-29T23:32:35.345Z] b352a97aabf1: Download complete [2023-03-29T23:32:35.345Z] 4872d77fe225: Verifying Checksum [2023-03-29T23:32:35.345Z] 4872d77fe225: Download complete [2023-03-29T23:32:35.345Z] 5851b861e8e6: Verifying Checksum [2023-03-29T23:32:35.345Z] 5851b861e8e6: Download complete [2023-03-29T23:32:35.345Z] b85a868b505f: Download complete [2023-03-29T23:32:35.604Z] bab4dde63d76: Verifying Checksum [2023-03-29T23:32:35.604Z] bab4dde63d76: Download complete [2023-03-29T23:32:36.540Z] b85a868b505f: Pull complete [2023-03-29T23:32:36.799Z] e2be974225ed: Pull complete [2023-03-29T23:32:37.366Z] 339a4e72a1f5: Pull complete [2023-03-29T23:32:37.934Z] 988bab9f4d93: Pull complete [2023-03-29T23:32:38.195Z] 1469e6f7b9e6: Pull complete [2023-03-29T23:32:38.452Z] eaf3925da568: Pull complete [2023-03-29T23:32:40.364Z] bab4dde63d76: Pull complete [2023-03-29T23:32:40.624Z] bde34c3a00c8: Pull complete [2023-03-29T23:32:40.882Z] b352a97aabf1: Pull complete [2023-03-29T23:32:41.146Z] 4872d77fe225: Pull complete [2023-03-29T23:32:41.405Z] 5851b861e8e6: Pull complete [2023-03-29T23:32:41.665Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-29T23:32:41.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-29T23:32:41.665Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:32:41.766Z] prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container [2023-03-29T23:32:41.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-29T23:32:52.642Z] $ docker top 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 -eo pid,comm [2023-03-29T23:32:52.693Z] 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-03-29T23:32:52.693Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-29T23:32:52.731Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-29T23:32:52.731Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-29T23:32:52.835Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-29T23:32:52.836Z] $ docker exec 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 ssh-agent [2023-03-29T23:32:52.934Z] SSH_AUTH_SOCK=/tmp/ssh-i5FsE3mwxrw6/agent.13 [2023-03-29T23:32:52.934Z] SSH_AGENT_PID=19 [2023-03-29T23:32:52.940Z] Running ssh-add (command line suppressed) [2023-03-29T23:32:53.039Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_16860716071863310830.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_16860716071863310830.key) [2023-03-29T23:32:53.062Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-29T23:32:53.347Z] + git tag --points-at HEAD [Pipeline] } [2023-03-29T23:32:53.355Z] $ docker exec --env ******** --env ******** 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 ssh-agent -k [2023-03-29T23:32:53.425Z] unset SSH_AUTH_SOCK; [2023-03-29T23:32:53.425Z] unset SSH_AGENT_PID; [2023-03-29T23:32:53.426Z] echo Agent pid 19 killed; [2023-03-29T23:32:53.436Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-29T23:32:53.460Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-29T23:32:53.460Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-29T23:32:53.578Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-29T23:32:53.578Z] $ docker exec 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 ssh-agent [2023-03-29T23:32:53.686Z] SSH_AUTH_SOCK=/tmp/ssh-TseUwvztpAEy/agent.68 [2023-03-29T23:32:53.687Z] SSH_AGENT_PID=74 [2023-03-29T23:32:53.691Z] Running ssh-add (command line suppressed) [2023-03-29T23:32:53.783Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_16320705673929645768.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_16320705673929645768.key) [2023-03-29T23:32:53.797Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-29T23:32:54.077Z] + git semver init [2023-03-29T23:32:54.335Z] 2023-03-29 23:32:54,244 [run_init] DEBUG init version:0.0.0 force:False [2023-03-29T23:32:54.335Z] 2023-03-29 23:32:54,245 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-03-29T23:32:54.335Z] 2023-03-29 23:32:54,245 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2023-03-29T23:32:54.335Z] 2023-03-29 23:32:54,246 [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-03-29T23:32:55.272Z] 2023-03-29 23:32:55,250 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-03-29T23:32:55.272Z] 2023-03-29 23:32:55,251 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2023-03-29T23:32:55.272Z] 2023-03-29 23:32:55,251 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-29T23:32:55.272Z] 2023-03-29 23:32:55,251 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-29T23:32:55.272Z] 3.0.0-dev.29 [Pipeline] } [2023-03-29T23:32:55.279Z] $ docker exec --env ******** --env ******** 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 ssh-agent -k [2023-03-29T23:32:55.373Z] unset SSH_AUTH_SOCK; [2023-03-29T23:32:55.373Z] unset SSH_AGENT_PID; [2023-03-29T23:32:55.373Z] echo Agent pid 74 killed; [2023-03-29T23:32:55.384Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-29T23:32:55.689Z] + git semver [Pipeline] } [2023-03-29T23:32:55.961Z] $ docker stop --time=1 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 [2023-03-29T23:32:57.784Z] $ docker rm -f --volumes 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-29T23:32:58.161Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-29T23:32:58.388Z] Stashed 1 file(s) [Pipeline] echo [2023-03-29T23:32:58.391Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.29 [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-03-29T23:32:58.536Z] provisioning config files... [2023-03-29T23:32:58.544Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3622433859697672327tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:32:58.838Z] ---> docker-login.sh [2023-03-29T23:32:58.838Z] nexus3.edgexfoundry.org:10001 [2023-03-29T23:32:58.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:32:58.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:32:58.838Z] Configure a credential helper to remove this warning. See [2023-03-29T23:32:58.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:32:58.838Z] [2023-03-29T23:32:58.838Z] Login Succeeded [2023-03-29T23:32:58.838Z] nexus3.edgexfoundry.org:10002 [2023-03-29T23:32:58.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:32:58.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:32:58.838Z] Configure a credential helper to remove this warning. See [2023-03-29T23:32:58.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:32:58.838Z] [2023-03-29T23:32:58.838Z] Login Succeeded [2023-03-29T23:32:58.838Z] nexus3.edgexfoundry.org:10003 [2023-03-29T23:32:58.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:32:59.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:32:59.096Z] Configure a credential helper to remove this warning. See [2023-03-29T23:32:59.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:32:59.096Z] [2023-03-29T23:32:59.096Z] Login Succeeded [2023-03-29T23:32:59.096Z] nexus3.edgexfoundry.org:10004 [2023-03-29T23:32:59.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:32:59.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:32:59.096Z] Configure a credential helper to remove this warning. See [2023-03-29T23:32:59.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:32:59.096Z] [2023-03-29T23:32:59.096Z] Login Succeeded [2023-03-29T23:32:59.096Z] docker.io [2023-03-29T23:32:59.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:32:59.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:32:59.354Z] Configure a credential helper to remove this warning. See [2023-03-29T23:32:59.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:32:59.354Z] [2023-03-29T23:32:59.354Z] Login Succeeded [2023-03-29T23:32:59.354Z] ---> docker-login.sh ends [Pipeline] } [2023-03-29T23:32:59.360Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-29T23:32:59.415Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-29T23:32:59.426Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-29T23:32:59.432Z] ========================================================= [2023-03-29T23:32:59.432Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-29T23:32:59.432Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:32:59.743Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-29T23:32:59.743Z] Sending build context to Docker daemon 3.252MB [2023-03-29T23:32:59.743Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-29T23:32:59.743Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-29T23:33:00.008Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-29T23:33:00.008Z] 63b65145d645: Pulling fs layer [2023-03-29T23:33:00.008Z] a2d21d5440eb: Pulling fs layer [2023-03-29T23:33:00.008Z] 935e6c44a52c: Pulling fs layer [2023-03-29T23:33:00.008Z] 94cc34f8dd06: Pulling fs layer [2023-03-29T23:33:00.008Z] 30dea6a524f1: Pulling fs layer [2023-03-29T23:33:00.008Z] a2aff8979fd8: Pulling fs layer [2023-03-29T23:33:00.008Z] 6808be2612f2: Pulling fs layer [2023-03-29T23:33:00.008Z] f25807f1079a: Pulling fs layer [2023-03-29T23:33:00.008Z] 94cc34f8dd06: Waiting [2023-03-29T23:33:00.008Z] 30dea6a524f1: Waiting [2023-03-29T23:33:00.008Z] a2aff8979fd8: Waiting [2023-03-29T23:33:00.008Z] 6808be2612f2: Waiting [2023-03-29T23:33:00.008Z] f25807f1079a: Waiting [2023-03-29T23:33:00.008Z] a2d21d5440eb: Download complete [2023-03-29T23:33:00.008Z] 94cc34f8dd06: Download complete [2023-03-29T23:33:00.008Z] 30dea6a524f1: Verifying Checksum [2023-03-29T23:33:00.008Z] 30dea6a524f1: Download complete [2023-03-29T23:33:00.008Z] 63b65145d645: Verifying Checksum [2023-03-29T23:33:00.008Z] 63b65145d645: Download complete [2023-03-29T23:33:00.008Z] a2aff8979fd8: Verifying Checksum [2023-03-29T23:33:00.008Z] a2aff8979fd8: Download complete [2023-03-29T23:33:00.266Z] 63b65145d645: Pull complete [2023-03-29T23:33:00.266Z] a2d21d5440eb: Pull complete [2023-03-29T23:33:00.525Z] f25807f1079a: Verifying Checksum [2023-03-29T23:33:00.525Z] f25807f1079a: Download complete [2023-03-29T23:33:00.782Z] 935e6c44a52c: Verifying Checksum [2023-03-29T23:33:00.782Z] 935e6c44a52c: Download complete [2023-03-29T23:33:00.782Z] 6808be2612f2: Verifying Checksum [2023-03-29T23:33:00.782Z] 6808be2612f2: Download complete [2023-03-29T23:33:04.975Z] 935e6c44a52c: Pull complete [2023-03-29T23:33:04.975Z] 94cc34f8dd06: Pull complete [2023-03-29T23:33:05.234Z] 30dea6a524f1: Pull complete [2023-03-29T23:33:05.234Z] a2aff8979fd8: Pull complete [2023-03-29T23:33:07.816Z] 6808be2612f2: Pull complete [2023-03-29T23:33:08.750Z] f25807f1079a: Pull complete [2023-03-29T23:33:08.750Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-29T23:33:08.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-29T23:33:08.750Z] ---> 3b553350e43f [2023-03-29T23:33:08.750Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-29T23:33:13.484Z] Still waiting to schedule task [2023-03-29T23:33:13.484Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-29T23:33:16.862Z] ---> Running in aae3788ee210 [2023-03-29T23:33:16.862Z] Removing intermediate container aae3788ee210 [2023-03-29T23:33:16.862Z] ---> 1016a289e9a8 [2023-03-29T23:33:16.862Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-29T23:33:16.862Z] ---> Running in 3b92c64ccced [2023-03-29T23:33:17.121Z] Removing intermediate container 3b92c64ccced [2023-03-29T23:33:17.121Z] ---> 7e7a38ab39ce [2023-03-29T23:33:17.121Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-29T23:33:17.121Z] ---> Running in b6ee49ad1aa8 [2023-03-29T23:33:17.379Z] Removing intermediate container b6ee49ad1aa8 [2023-03-29T23:33:17.379Z] ---> 0ba4e9650c39 [2023-03-29T23:33:17.379Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-29T23:33:17.379Z] ---> Running in e5bc368825d6 [2023-03-29T23:33:17.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-29T23:33:17.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-29T23:33:17.897Z] OK: 265 MiB in 53 packages [2023-03-29T23:33:18.606Z] Removing intermediate container e5bc368825d6 [2023-03-29T23:33:18.606Z] ---> c0ce4e0e0c5a [2023-03-29T23:33:18.606Z] Step 7/12 : WORKDIR /app [2023-03-29T23:33:18.606Z] ---> Running in fe22c519a484 [2023-03-29T23:33:18.606Z] Removing intermediate container fe22c519a484 [2023-03-29T23:33:18.606Z] ---> 020d33d25725 [2023-03-29T23:33:18.606Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-29T23:33:18.866Z] ---> 6d58ece372d9 [2023-03-29T23:33:18.866Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-29T23:33:18.866Z] ---> Running in 27e186149458 [2023-03-29T23:33:57.653Z] Removing intermediate container 27e186149458 [2023-03-29T23:33:57.653Z] ---> 45d55bef4e01 [2023-03-29T23:33:57.653Z] Step 10/12 : COPY . . [2023-03-29T23:33:57.653Z] ---> 34ac27ee5799 [2023-03-29T23:33:57.653Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-29T23:33:57.910Z] ---> Running in 8a9132aff78e [2023-03-29T23:33:57.910Z] Removing intermediate container 8a9132aff78e [2023-03-29T23:33:57.910Z] ---> 15eecd231f10 [2023-03-29T23:33:57.910Z] Step 12/12 : RUN $MAKE [2023-03-29T23:33:57.910Z] ---> Running in f0efe0c09d5a [2023-03-29T23:33:58.168Z] noop [2023-03-29T23:33:58.735Z] Removing intermediate container f0efe0c09d5a [2023-03-29T23:33:58.735Z] ---> 31b40be9e651 [2023-03-29T23:33:58.735Z] Successfully built 31b40be9e651 [2023-03-29T23:33:58.735Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:33:59.042Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-29T23:33:59.042Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:33:59.118Z] prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container [2023-03-29T23:33:59.144Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-29T23:33:59.847Z] $ docker top ef32d797f45e5c02d3966d6ed979a484454d46a27b83b28795ecf1b4d212843a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-29T23:34:00.193Z] + go version [2023-03-29T23:34:00.193Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-29T23:34:00.197Z] $ docker stop --time=1 ef32d797f45e5c02d3966d6ed979a484454d46a27b83b28795ecf1b4d212843a [2023-03-29T23:34:02.175Z] $ docker rm -f --volumes ef32d797f45e5c02d3966d6ed979a484454d46a27b83b28795ecf1b4d212843a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:34:02.619Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-29T23:34:02.619Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:34:02.681Z] prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container [2023-03-29T23:34:02.707Z] $ 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 ******** ci-base-image-x86_64 cat [2023-03-29T23:34:03.594Z] $ docker top 37817d5b888eb3a869b7671ac8152fdfee99443e8fd20815d8de9bf64784e361 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-29T23:34:03.940Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-03-29T23:34:04.236Z] + make test [2023-03-29T23:34:04.236Z] go test -race -coverprofile=coverage.out ./... [2023-03-29T23:34:26.164Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-29T23:34:44.231Z] go vet ./... [2023-03-29T23:34:47.508Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-29T23:34:47.508Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-29T23:34:47.508Z] ./bin/test-attribution-txt.sh [2023-03-29T23:34:47.508Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-03-29T23:34:47.519Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-29T23:34:47.526Z] $ docker stop --time=1 37817d5b888eb3a869b7671ac8152fdfee99443e8fd20815d8de9bf64784e361 [2023-03-29T23:34:56.004Z] $ docker rm -f --volumes 37817d5b888eb3a869b7671ac8152fdfee99443e8fd20815d8de9bf64784e361 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-29T23:34:56.547Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-29T23:34:56.603Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-29T23:34:57.037Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-29T23:34:57.316Z] + ls -al . [2023-03-29T23:34:57.316Z] total 176 [2023-03-29T23:34:57.316Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 23:34 . [2023-03-29T23:34:57.316Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 23:32 .. [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 29 23:32 .dockerignore [2023-03-29T23:34:57.316Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 23:32 .git [2023-03-29T23:34:57.316Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 23:32 .github [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 29 23:32 .gitignore [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 29 23:32 .golangci.yml [2023-03-29T23:34:57.316Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 29 23:32 .semver [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 9088 Mar 29 23:32 Attribution.txt [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 29 23:32 CHANGELOG.md [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 29 23:32 Dockerfile [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 29 23:32 GOVERNANCE.md [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 29 23:32 Jenkinsfile [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 29 23:32 LICENSE [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 29 23:32 OWNERS.md [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 29 23:32 README.md [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 29 23:32 VERSION [2023-03-29T23:34:57.316Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 23:32 bin [2023-03-29T23:34:57.316Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 29 23:34 coverage.out [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 3299 Mar 29 23:32 go.mod [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 31336 Mar 29 23:32 go.sum [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 29 23:32 main.go [2023-03-29T23:34:57.316Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 29 23:32 makefile [2023-03-29T23:34:57.316Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 29 23:32 res [2023-03-29T23:34:57.316Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 23:32 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:34:57.612Z] + 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=d5263f74fc64eb658f1bf96042e543191ec86855 --label arch=amd64 --label version=3.0.0-dev.29 . [2023-03-29T23:34:57.612Z] Sending build context to Docker daemon 3.253MB [2023-03-29T23:34:57.612Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-29T23:34:57.612Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-29T23:34:57.612Z] ---> 31b40be9e651 [2023-03-29T23:34:57.612Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-29T23:34:58.179Z] ---> Running in f60dd37b747c [2023-03-29T23:34:58.438Z] Removing intermediate container f60dd37b747c [2023-03-29T23:34:58.438Z] ---> c123c02c7470 [2023-03-29T23:34:58.439Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-29T23:34:58.698Z] ---> Running in 22f36e0ffb61 [2023-03-29T23:34:58.956Z] Removing intermediate container 22f36e0ffb61 [2023-03-29T23:34:58.956Z] ---> cb3cf16def43 [2023-03-29T23:34:58.956Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-29T23:34:58.956Z] ---> Running in 3ad4e5904c28 [2023-03-29T23:34:59.214Z] Removing intermediate container 3ad4e5904c28 [2023-03-29T23:34:59.214Z] ---> 3091a2582ec0 [2023-03-29T23:34:59.214Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-29T23:34:59.214Z] ---> Running in e87d661aed55 [2023-03-29T23:34:59.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-29T23:34:59.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-29T23:34:59.732Z] OK: 265 MiB in 53 packages [2023-03-29T23:35:00.299Z] Removing intermediate container e87d661aed55 [2023-03-29T23:35:00.299Z] ---> 1383ade5114d [2023-03-29T23:35:00.299Z] Step 7/26 : WORKDIR /app [2023-03-29T23:35:00.299Z] ---> Running in 657a4d072189 [2023-03-29T23:35:00.557Z] Removing intermediate container 657a4d072189 [2023-03-29T23:35:00.557Z] ---> 3c3950b829f2 [2023-03-29T23:35:00.557Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-29T23:35:00.557Z] ---> 85ed9cdd6538 [2023-03-29T23:35:00.557Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-29T23:35:00.557Z] ---> Running in 729ab0bbcad9 [2023-03-29T23:35:01.496Z] Removing intermediate container 729ab0bbcad9 [2023-03-29T23:35:01.496Z] ---> 855d4c4abf09 [2023-03-29T23:35:01.496Z] Step 10/26 : COPY . . [2023-03-29T23:35:01.755Z] ---> 8536742bedf0 [2023-03-29T23:35:01.755Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-29T23:35:02.018Z] ---> Running in cc255ea9452f [2023-03-29T23:35:02.018Z] Removing intermediate container cc255ea9452f [2023-03-29T23:35:02.018Z] ---> ea789482cacd [2023-03-29T23:35:02.018Z] Step 12/26 : RUN $MAKE [2023-03-29T23:35:02.018Z] ---> Running in cee511da850d [2023-03-29T23:35:02.583Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.48 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.29" -trimpath -mod=readonly -o app-service-configurable [2023-03-29T23:35:24.568Z] Removing intermediate container cee511da850d [2023-03-29T23:35:24.568Z] ---> ae28f86431ca [2023-03-29T23:35:24.568Z] Step 13/26 : FROM alpine:3.17 [2023-03-29T23:35:24.568Z] 3.17: Pulling from library/alpine [2023-03-29T23:35:24.568Z] f56be85fc22e: Pulling fs layer [2023-03-29T23:35:24.568Z] f56be85fc22e: Verifying Checksum [2023-03-29T23:35:24.568Z] f56be85fc22e: Download complete [2023-03-29T23:35:24.568Z] f56be85fc22e: Pull complete [2023-03-29T23:35:24.568Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-03-29T23:35:24.568Z] Status: Downloaded newer image for alpine:3.17 [2023-03-29T23:35:24.568Z] ---> 9ed4aefc74f6 [2023-03-29T23:35:24.568Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-29T23:35:24.568Z] ---> Running in bed0f0b4c3d9 [2023-03-29T23:35:24.568Z] Removing intermediate container bed0f0b4c3d9 [2023-03-29T23:35:24.568Z] ---> dfa2d22277ff [2023-03-29T23:35:24.568Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-29T23:35:24.568Z] ---> Running in 48b2b3b71373 [2023-03-29T23:35:24.568Z] Removing intermediate container 48b2b3b71373 [2023-03-29T23:35:24.568Z] ---> bb8885b5e1cc [2023-03-29T23:35:24.568Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-29T23:35:24.568Z] ---> Running in 7bd8de582b86 [2023-03-29T23:35:24.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-29T23:35:25.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-29T23:35:25.191Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-29T23:35:25.191Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-29T23:35:25.191Z] Executing busybox-1.35.0-r29.trigger [2023-03-29T23:35:25.191Z] Executing ca-certificates-20220614-r4.trigger [2023-03-29T23:35:25.471Z] OK: 8 MiB in 17 packages [2023-03-29T23:35:26.080Z] Removing intermediate container 7bd8de582b86 [2023-03-29T23:35:26.080Z] ---> a925eeae1c0b [2023-03-29T23:35:26.080Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-29T23:35:26.337Z] ---> e89f2afa4274 [2023-03-29T23:35:26.337Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-29T23:35:26.595Z] ---> 810bec48725d [2023-03-29T23:35:26.595Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-29T23:35:26.595Z] ---> ce7f77381605 [2023-03-29T23:35:26.595Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-29T23:35:28.610Z] ---> 4e6c608b6352 [2023-03-29T23:35:28.610Z] Step 21/26 : EXPOSE 48095 [2023-03-29T23:35:28.610Z] ---> Running in 79c681036701 [2023-03-29T23:35:28.610Z] Removing intermediate container 79c681036701 [2023-03-29T23:35:28.610Z] ---> c89a81a308b1 [2023-03-29T23:35:28.610Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-29T23:35:28.610Z] ---> Running in e3bee9cda629 [2023-03-29T23:35:28.868Z] Removing intermediate container e3bee9cda629 [2023-03-29T23:35:28.868Z] ---> bb679c06b223 [2023-03-29T23:35:28.868Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-29T23:35:28.868Z] ---> Running in b0d459525192 [2023-03-29T23:35:29.127Z] Removing intermediate container b0d459525192 [2023-03-29T23:35:29.127Z] ---> c4459371fe29 [2023-03-29T23:35:29.127Z] Step 24/26 : LABEL arch=amd64 [2023-03-29T23:35:29.387Z] ---> Running in ca0a0737c6dd [2023-03-29T23:35:29.387Z] Removing intermediate container ca0a0737c6dd [2023-03-29T23:35:29.387Z] ---> 0785551a8344 [2023-03-29T23:35:29.387Z] Step 25/26 : LABEL git_sha=d5263f74fc64eb658f1bf96042e543191ec86855 [2023-03-29T23:35:29.668Z] ---> Running in 3d9b34817c6c [2023-03-29T23:35:29.927Z] Removing intermediate container 3d9b34817c6c [2023-03-29T23:35:29.927Z] ---> 8da1329eaea3 [2023-03-29T23:35:29.927Z] Step 26/26 : LABEL version=3.0.0-dev.29 [2023-03-29T23:35:29.927Z] ---> Running in 2ed6ea681613 [2023-03-29T23:35:29.927Z] Removing intermediate container 2ed6ea681613 [2023-03-29T23:35:29.927Z] ---> 9ddd29b34531 [2023-03-29T23:35:29.927Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-29T23:35:29.927Z] Successfully built 9ddd29b34531 [2023-03-29T23:35:29.927Z] 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-03-29T23:35:30.029Z] provisioning config files... [2023-03-29T23:35:30.037Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14567115141072791272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:35:30.332Z] ---> docker-login.sh [2023-03-29T23:35:30.332Z] nexus3.edgexfoundry.org:10001 [2023-03-29T23:35:30.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:35:30.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:35:30.332Z] Configure a credential helper to remove this warning. See [2023-03-29T23:35:30.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:35:30.332Z] [2023-03-29T23:35:30.332Z] Login Succeeded [2023-03-29T23:35:30.332Z] nexus3.edgexfoundry.org:10002 [2023-03-29T23:35:30.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:35:30.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:35:30.332Z] Configure a credential helper to remove this warning. See [2023-03-29T23:35:30.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:35:30.332Z] [2023-03-29T23:35:30.332Z] Login Succeeded [2023-03-29T23:35:30.332Z] nexus3.edgexfoundry.org:10003 [2023-03-29T23:35:30.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:35:30.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:35:30.592Z] Configure a credential helper to remove this warning. See [2023-03-29T23:35:30.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:35:30.592Z] [2023-03-29T23:35:30.592Z] Login Succeeded [2023-03-29T23:35:30.592Z] nexus3.edgexfoundry.org:10004 [2023-03-29T23:35:30.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:35:30.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:35:30.592Z] Configure a credential helper to remove this warning. See [2023-03-29T23:35:30.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:35:30.592Z] [2023-03-29T23:35:30.592Z] Login Succeeded [2023-03-29T23:35:30.592Z] docker.io [2023-03-29T23:35:30.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:35:30.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:35:30.850Z] Configure a credential helper to remove this warning. See [2023-03-29T23:35:30.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:35:30.850Z] [2023-03-29T23:35:30.850Z] Login Succeeded [2023-03-29T23:35:30.850Z] ---> docker-login.sh ends [Pipeline] } [2023-03-29T23:35:30.856Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-29T23:35:30.879Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-29T23:35:30.893Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-03-29T23:35:30.893Z] d5263f74fc64eb658f1bf96042e543191ec86855 [2023-03-29T23:35:30.893Z] latest [2023-03-29T23:35:30.893Z] 3.0.0-dev.29 [2023-03-29T23:35:30.893Z] d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 [2023-03-29T23:35:30.893Z] main [2023-03-29T23:35:30.893Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:35:31.195Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:35:31.495Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:d5263f74fc64eb658f1bf96042e543191ec86855 [2023-03-29T23:35:31.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-29T23:35:31.495Z] 1d477ae3c618: Preparing [2023-03-29T23:35:31.495Z] f1d8c2472b40: Preparing [2023-03-29T23:35:31.495Z] ffc141c81974: Preparing [2023-03-29T23:35:31.495Z] c84ca3eaa60a: Preparing [2023-03-29T23:35:31.495Z] f6770bdf089e: Preparing [2023-03-29T23:35:31.495Z] f1417ff83b31: Preparing [2023-03-29T23:35:31.495Z] f1417ff83b31: Waiting [2023-03-29T23:35:31.495Z] c84ca3eaa60a: Pushed [2023-03-29T23:35:31.495Z] ffc141c81974: Pushed [2023-03-29T23:35:31.495Z] f1d8c2472b40: Pushed [2023-03-29T23:35:31.495Z] f6770bdf089e: Pushed [2023-03-29T23:35:31.753Z] f1417ff83b31: Layer already exists [2023-03-29T23:35:33.650Z] 1d477ae3c618: Pushed [2023-03-29T23:35:33.651Z] d5263f74fc64eb658f1bf96042e543191ec86855: digest: sha256:9b69384704dbff9d10602599a2c1ca4b837832da26aed28849baafd2e08bafe1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:35:33.956Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:35:34.262Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-03-29T23:35:34.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-29T23:35:34.262Z] 1d477ae3c618: Preparing [2023-03-29T23:35:34.262Z] f1d8c2472b40: Preparing [2023-03-29T23:35:34.262Z] ffc141c81974: Preparing [2023-03-29T23:35:34.262Z] c84ca3eaa60a: Preparing [2023-03-29T23:35:34.262Z] f6770bdf089e: Preparing [2023-03-29T23:35:34.262Z] f1417ff83b31: Preparing [2023-03-29T23:35:34.262Z] f1417ff83b31: Waiting [2023-03-29T23:35:34.262Z] f6770bdf089e: Layer already exists [2023-03-29T23:35:34.262Z] c84ca3eaa60a: Layer already exists [2023-03-29T23:35:34.262Z] f1d8c2472b40: Layer already exists [2023-03-29T23:35:34.262Z] 1d477ae3c618: Layer already exists [2023-03-29T23:35:34.262Z] ffc141c81974: Layer already exists [2023-03-29T23:35:34.262Z] f1417ff83b31: Layer already exists [2023-03-29T23:35:34.262Z] latest: digest: sha256:9b69384704dbff9d10602599a2c1ca4b837832da26aed28849baafd2e08bafe1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:35:34.573Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:35:34.885Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.29 [2023-03-29T23:35:34.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-29T23:35:34.885Z] 1d477ae3c618: Preparing [2023-03-29T23:35:34.885Z] f1d8c2472b40: Preparing [2023-03-29T23:35:34.885Z] ffc141c81974: Preparing [2023-03-29T23:35:34.885Z] c84ca3eaa60a: Preparing [2023-03-29T23:35:34.885Z] f6770bdf089e: Preparing [2023-03-29T23:35:34.885Z] f1417ff83b31: Preparing [2023-03-29T23:35:34.885Z] f1417ff83b31: Waiting [2023-03-29T23:35:34.885Z] 1d477ae3c618: Layer already exists [2023-03-29T23:35:34.885Z] c84ca3eaa60a: Layer already exists [2023-03-29T23:35:34.885Z] ffc141c81974: Layer already exists [2023-03-29T23:35:34.885Z] f1d8c2472b40: Layer already exists [2023-03-29T23:35:34.885Z] f6770bdf089e: Layer already exists [2023-03-29T23:35:34.885Z] f1417ff83b31: Layer already exists [2023-03-29T23:35:34.885Z] 3.0.0-dev.29: digest: sha256:9b69384704dbff9d10602599a2c1ca4b837832da26aed28849baafd2e08bafe1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:35:35.190Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:35:35.498Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 [2023-03-29T23:35:35.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-29T23:35:35.498Z] 1d477ae3c618: Preparing [2023-03-29T23:35:35.498Z] f1d8c2472b40: Preparing [2023-03-29T23:35:35.498Z] ffc141c81974: Preparing [2023-03-29T23:35:35.498Z] c84ca3eaa60a: Preparing [2023-03-29T23:35:35.498Z] f6770bdf089e: Preparing [2023-03-29T23:35:35.498Z] f1417ff83b31: Preparing [2023-03-29T23:35:35.498Z] f1417ff83b31: Waiting [2023-03-29T23:35:35.498Z] 1d477ae3c618: Layer already exists [2023-03-29T23:35:35.498Z] ffc141c81974: Layer already exists [2023-03-29T23:35:35.498Z] f6770bdf089e: Layer already exists [2023-03-29T23:35:35.498Z] c84ca3eaa60a: Layer already exists [2023-03-29T23:35:35.498Z] f1d8c2472b40: Layer already exists [2023-03-29T23:35:35.498Z] f1417ff83b31: Layer already exists [2023-03-29T23:35:35.498Z] d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29: digest: sha256:9b69384704dbff9d10602599a2c1ca4b837832da26aed28849baafd2e08bafe1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:35:35.806Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:35:36.113Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-03-29T23:35:36.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-29T23:35:36.113Z] 1d477ae3c618: Preparing [2023-03-29T23:35:36.113Z] f1d8c2472b40: Preparing [2023-03-29T23:35:36.113Z] ffc141c81974: Preparing [2023-03-29T23:35:36.113Z] c84ca3eaa60a: Preparing [2023-03-29T23:35:36.113Z] f6770bdf089e: Preparing [2023-03-29T23:35:36.113Z] f1417ff83b31: Preparing [2023-03-29T23:35:36.113Z] f1417ff83b31: Waiting [2023-03-29T23:35:36.113Z] 1d477ae3c618: Layer already exists [2023-03-29T23:35:36.113Z] ffc141c81974: Layer already exists [2023-03-29T23:35:36.113Z] f1d8c2472b40: Layer already exists [2023-03-29T23:35:36.113Z] f6770bdf089e: Layer already exists [2023-03-29T23:35:36.113Z] c84ca3eaa60a: Layer already exists [2023-03-29T23:35:36.113Z] f1417ff83b31: Layer already exists [2023-03-29T23:35:36.113Z] main: digest: sha256:9b69384704dbff9d10602599a2c1ca4b837832da26aed28849baafd2e08bafe1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-29T23:35:36.166Z] ===================================================== [Pipeline] echo [2023-03-29T23:35:36.175Z] taggedImages: [2023-03-29T23:35:36.175Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:d5263f74fc64eb658f1bf96042e543191ec86855 [2023-03-29T23:35:36.175Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-03-29T23:35:36.175Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.29 [2023-03-29T23:35:36.175Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 [2023-03-29T23:35:36.175Z] - 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-03-29T23:35:36.527Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-29T23:35:36.527Z] [2023-03-29T23:35:36.527Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:35:36.821Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-29T23:35:36.821Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-29T23:35:36.821Z] 5eb5b503b376: Pulling fs layer [2023-03-29T23:35:36.821Z] 5c69ac0246d0: Pulling fs layer [2023-03-29T23:35:36.821Z] ec43610c2a17: Pulling fs layer [2023-03-29T23:35:36.821Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-29T23:35:36.821Z] 33b1e0a273af: Pulling fs layer [2023-03-29T23:35:36.821Z] 5d3b04190fa2: Pulling fs layer [2023-03-29T23:35:36.821Z] 2f39f015ded8: Pulling fs layer [2023-03-29T23:35:36.821Z] 3a2ae6a8a46f: Waiting [2023-03-29T23:35:36.821Z] 33b1e0a273af: Waiting [2023-03-29T23:35:36.821Z] 5d3b04190fa2: Waiting [2023-03-29T23:35:36.821Z] 2f39f015ded8: Waiting [2023-03-29T23:35:36.821Z] 5c69ac0246d0: Verifying Checksum [2023-03-29T23:35:36.821Z] 5c69ac0246d0: Download complete [2023-03-29T23:35:36.821Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-29T23:35:36.821Z] 3a2ae6a8a46f: Download complete [2023-03-29T23:35:37.079Z] 33b1e0a273af: Verifying Checksum [2023-03-29T23:35:37.079Z] 33b1e0a273af: Download complete [2023-03-29T23:35:37.079Z] ec43610c2a17: Verifying Checksum [2023-03-29T23:35:37.079Z] ec43610c2a17: Download complete [2023-03-29T23:35:37.079Z] 5d3b04190fa2: Verifying Checksum [2023-03-29T23:35:37.079Z] 5d3b04190fa2: Download complete [2023-03-29T23:35:37.079Z] 5eb5b503b376: Verifying Checksum [2023-03-29T23:35:37.079Z] 5eb5b503b376: Download complete [2023-03-29T23:35:37.660Z] 2f39f015ded8: Download complete [2023-03-29T23:35:38.225Z] 5eb5b503b376: Pull complete [2023-03-29T23:35:38.225Z] 5c69ac0246d0: Pull complete [2023-03-29T23:35:38.790Z] ec43610c2a17: Pull complete [2023-03-29T23:35:39.047Z] 3a2ae6a8a46f: Pull complete [2023-03-29T23:35:39.306Z] 33b1e0a273af: Pull complete [2023-03-29T23:35:39.563Z] 5d3b04190fa2: Pull complete [2023-03-29T23:35:43.745Z] 2f39f015ded8: Pull complete [2023-03-29T23:35:43.745Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-29T23:35:43.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-29T23:35:43.745Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:35:43.947Z] prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container [2023-03-29T23:35:43.968Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-29T23:35:49.628Z] $ docker top 7b4cfd0fe60c2e6ea03658271e435735686154fff43094ce5aac692b0228783e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:35:50.005Z] ---> job-cost.sh [2023-03-29T23:35:50.005Z] lf-activate-venv: SKIPPING [2023-03-29T23:35:50.005Z] INFO: No Stack... [2023-03-29T23:35:50.264Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-29T23:35:50.832Z] INFO: Archiving Costs [Pipeline] sh [2023-03-29T23:35:51.119Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2023-03-29T23:35:51.119Z] + cut -d, -f6 [Pipeline] lock [2023-03-29T23:35:51.132Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] [2023-03-29T23:35:51.146Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] did not exist. Created. [2023-03-29T23:35:51.146Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-29T23:35:51.445Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-29T23:35:51.472Z] Stashed 1 file(s) [Pipeline] } [2023-03-29T23:35:51.478Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-29T23:35:51.489Z] $ docker stop --time=1 7b4cfd0fe60c2e6ea03658271e435735686154fff43094ce5aac692b0228783e [2023-03-29T23:35:52.670Z] $ docker rm -f --volumes 7b4cfd0fe60c2e6ea03658271e435735686154fff43094ce5aac692b0228783e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-29T23:47:30.407Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6409 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-03-29T23:47:30.419Z] Running in /w/workspace/app-service-configurable/146 [Pipeline] { [Pipeline] checkout [2023-03-29T23:47:30.462Z] Selected Git installation does not exist. Using Default [2023-03-29T23:47:30.462Z] The recommended git tool is: NONE [2023-03-29T23:47:36.753Z] using credential edgex-jenkins-ssh [2023-03-29T23:47:36.769Z] Cloning the remote Git repository [2023-03-29T23:47:36.820Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-03-29T23:47:36.929Z] > git init /w/workspace/app-service-configurable/146 # timeout=10 [2023-03-29T23:47:37.094Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-03-29T23:47:37.095Z] > git --version # timeout=10 [2023-03-29T23:47:37.120Z] > git --version # 'git version 2.25.1' [2023-03-29T23:47:37.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-29T23:47:37.311Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-29T23:47:38.568Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-03-29T23:47:38.598Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-29T23:47:39.696Z] Avoid second fetch [2023-03-29T23:47:39.696Z] Checking out Revision d5263f74fc64eb658f1bf96042e543191ec86855 (main) [2023-03-29T23:47:40.385Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#540)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-29T23:47:39.722Z] > git config core.sparsecheckout # timeout=10 [2023-03-29T23:47:39.818Z] > git checkout -f d5263f74fc64eb658f1bf96042e543191ec86855 # timeout=10 [2023-03-29T23:47:41.312Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-29T23:47:41.312Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-29T23:47:41.312Z] Dload Upload Total Spent Left Speed [2023-03-29T23:47:41.312Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh [2023-03-29T23:47:42.017Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-29T23:47:42.356Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-29T23:47:42.356Z] + sudo tee /etc/docker/daemon.new [2023-03-29T23:47:42.356Z] { [2023-03-29T23:47:42.356Z] "registry-mirrors": [ [2023-03-29T23:47:42.356Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-29T23:47:42.356Z] ], [2023-03-29T23:47:42.356Z] "bip": "10.250.0.254/24", [2023-03-29T23:47:42.356Z] "hosts": [ [2023-03-29T23:47:42.356Z] "tcp://0.0.0.0:5555", [2023-03-29T23:47:42.356Z] "unix:///var/run/docker.sock" [2023-03-29T23:47:42.356Z] ], [2023-03-29T23:47:42.356Z] "mtu": 1458, [2023-03-29T23:47:42.356Z] "selinux-enabled": true, [2023-03-29T23:47:42.356Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-29T23:47:42.356Z] } [Pipeline] sh [2023-03-29T23:47:42.697Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-29T23:47:43.036Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-29T23:48:01.342Z] provisioning config files... [2023-03-29T23:48:01.376Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/146@tmp/config10462537767000005280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:48:01.752Z] ---> docker-login.sh [2023-03-29T23:48:01.752Z] nexus3.edgexfoundry.org:10001 [2023-03-29T23:48:02.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:48:02.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:48:02.347Z] Configure a credential helper to remove this warning. See [2023-03-29T23:48:02.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:48:02.347Z] [2023-03-29T23:48:02.347Z] Login Succeeded [2023-03-29T23:48:02.347Z] nexus3.edgexfoundry.org:10002 [2023-03-29T23:48:02.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:48:02.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:48:02.888Z] Configure a credential helper to remove this warning. See [2023-03-29T23:48:02.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:48:02.888Z] [2023-03-29T23:48:02.888Z] Login Succeeded [2023-03-29T23:48:02.888Z] nexus3.edgexfoundry.org:10003 [2023-03-29T23:48:03.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:48:03.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:48:03.159Z] Configure a credential helper to remove this warning. See [2023-03-29T23:48:03.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:48:03.159Z] [2023-03-29T23:48:03.159Z] Login Succeeded [2023-03-29T23:48:03.159Z] nexus3.edgexfoundry.org:10004 [2023-03-29T23:48:03.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:48:03.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:48:03.704Z] Configure a credential helper to remove this warning. See [2023-03-29T23:48:03.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:48:03.704Z] [2023-03-29T23:48:03.704Z] Login Succeeded [2023-03-29T23:48:03.704Z] docker.io [2023-03-29T23:48:03.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:48:03.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:48:03.975Z] Configure a credential helper to remove this warning. See [2023-03-29T23:48:03.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:48:03.975Z] [2023-03-29T23:48:03.975Z] Login Succeeded [2023-03-29T23:48:03.975Z] ---> docker-login.sh ends [Pipeline] } [2023-03-29T23:48:03.990Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-29T23:48:04.289Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-29T23:48:04.305Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-29T23:48:04.314Z] ========================================================= [2023-03-29T23:48:04.314Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-29T23:48:04.314Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:48:04.668Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-29T23:48:04.669Z] Sending build context to Docker daemon 169kB [2023-03-29T23:48:04.939Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-29T23:48:04.939Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-29T23:48:05.211Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-29T23:48:05.211Z] af6eaf76a39c: Pulling fs layer [2023-03-29T23:48:05.211Z] 55522c791124: Pulling fs layer [2023-03-29T23:48:05.211Z] ce5c4a1c91eb: Pulling fs layer [2023-03-29T23:48:05.211Z] 169dfbe0d373: Pulling fs layer [2023-03-29T23:48:05.211Z] e1ff8fa3b103: Pulling fs layer [2023-03-29T23:48:05.211Z] 52ebb69f0ebf: Pulling fs layer [2023-03-29T23:48:05.211Z] 5abe8eddf0d5: Pulling fs layer [2023-03-29T23:48:05.211Z] 169dfbe0d373: Waiting [2023-03-29T23:48:05.211Z] 52ebb69f0ebf: Waiting [2023-03-29T23:48:05.211Z] e1ff8fa3b103: Waiting [2023-03-29T23:48:05.211Z] 5abe8eddf0d5: Waiting [2023-03-29T23:48:05.211Z] 55522c791124: Verifying Checksum [2023-03-29T23:48:05.211Z] 55522c791124: Download complete [2023-03-29T23:48:05.211Z] 169dfbe0d373: Verifying Checksum [2023-03-29T23:48:05.211Z] 169dfbe0d373: Download complete [2023-03-29T23:48:05.211Z] e1ff8fa3b103: Download complete [2023-03-29T23:48:05.211Z] af6eaf76a39c: Verifying Checksum [2023-03-29T23:48:05.211Z] af6eaf76a39c: Download complete [2023-03-29T23:48:06.191Z] af6eaf76a39c: Pull complete [2023-03-29T23:48:06.463Z] 5abe8eddf0d5: Verifying Checksum [2023-03-29T23:48:06.464Z] 5abe8eddf0d5: Download complete [2023-03-29T23:48:06.749Z] 55522c791124: Pull complete [2023-03-29T23:48:08.191Z] 52ebb69f0ebf: Verifying Checksum [2023-03-29T23:48:08.191Z] 52ebb69f0ebf: Download complete [2023-03-29T23:48:08.191Z] ce5c4a1c91eb: Verifying Checksum [2023-03-29T23:48:08.191Z] ce5c4a1c91eb: Download complete [2023-03-29T23:48:18.328Z] ce5c4a1c91eb: Pull complete [2023-03-29T23:48:18.600Z] 169dfbe0d373: Pull complete [2023-03-29T23:48:18.871Z] e1ff8fa3b103: Pull complete [2023-03-29T23:48:25.552Z] 52ebb69f0ebf: Pull complete [2023-03-29T23:48:28.162Z] 5abe8eddf0d5: Pull complete [2023-03-29T23:48:28.162Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-29T23:48:28.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-29T23:48:28.162Z] ---> 6cb57ee374ae [2023-03-29T23:48:28.162Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-29T23:48:30.124Z] ---> Running in 54cf39eb6a31 [2023-03-29T23:48:30.394Z] Removing intermediate container 54cf39eb6a31 [2023-03-29T23:48:30.394Z] ---> 1a16e9e23e8a [2023-03-29T23:48:30.394Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-29T23:48:30.394Z] ---> Running in 4efc7e265419 [2023-03-29T23:48:30.664Z] Removing intermediate container 4efc7e265419 [2023-03-29T23:48:30.664Z] ---> b400f7fe2c16 [2023-03-29T23:48:30.664Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-29T23:48:30.935Z] ---> Running in 509c469f6ec8 [2023-03-29T23:48:31.205Z] Removing intermediate container 509c469f6ec8 [2023-03-29T23:48:31.205Z] ---> ec45b78ed8f8 [2023-03-29T23:48:31.205Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-29T23:48:31.205Z] ---> Running in 46e9b368d25f [2023-03-29T23:48:32.734Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-29T23:48:33.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-29T23:48:34.428Z] OK: 263 MiB in 53 packages [2023-03-29T23:48:35.015Z] Removing intermediate container 46e9b368d25f [2023-03-29T23:48:35.015Z] ---> a7c2bd001207 [2023-03-29T23:48:35.015Z] Step 7/12 : WORKDIR /app [2023-03-29T23:48:35.288Z] ---> Running in 813808a35df7 [2023-03-29T23:48:35.556Z] Removing intermediate container 813808a35df7 [2023-03-29T23:48:35.556Z] ---> ce9a0d6c620b [2023-03-29T23:48:35.556Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-29T23:48:36.145Z] ---> a9ddfc323cce [2023-03-29T23:48:36.145Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-29T23:48:36.145Z] ---> Running in cfe7d132ac55 [2023-03-29T23:49:44.066Z] Removing intermediate container cfe7d132ac55 [2023-03-29T23:49:44.066Z] ---> 8115a063b0b4 [2023-03-29T23:49:44.066Z] Step 10/12 : COPY . . [2023-03-29T23:49:44.066Z] ---> dc3a992a714b [2023-03-29T23:49:44.066Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-29T23:49:44.066Z] ---> Running in 04964e7f76d6 [2023-03-29T23:49:44.066Z] Removing intermediate container 04964e7f76d6 [2023-03-29T23:49:44.066Z] ---> aeaafd5a95df [2023-03-29T23:49:44.066Z] Step 12/12 : RUN $MAKE [2023-03-29T23:49:44.066Z] ---> Running in 437e2d154563 [2023-03-29T23:49:44.066Z] noop [2023-03-29T23:49:44.066Z] Removing intermediate container 437e2d154563 [2023-03-29T23:49:44.066Z] ---> ea761936fd97 [2023-03-29T23:49:44.066Z] Successfully built ea761936fd97 [2023-03-29T23:49:44.066Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:49:44.433Z] + docker inspect -f . ci-base-image-arm64 [2023-03-29T23:49:44.433Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:49:44.659Z] prd-ubuntu20.04-docker-arm64-4c-16g-6409 does not seem to be running inside a container [2023-03-29T23:49:44.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/146 -v /w/workspace/app-service-configurable/146:/w/workspace/app-service-configurable/146:rw,z -v /w/workspace/app-service-configurable/146@tmp:/w/workspace/app-service-configurable/146@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-03-29T23:49:46.144Z] $ docker top fc86403652271aa5c34e6b5cad1c2d77ca327c26d6a6de8b3699bd32f7cafe1b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-29T23:49:47.010Z] + go version [2023-03-29T23:49:47.011Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-29T23:49:47.038Z] $ docker stop --time=1 fc86403652271aa5c34e6b5cad1c2d77ca327c26d6a6de8b3699bd32f7cafe1b [2023-03-29T23:49:48.710Z] $ docker rm -f --volumes fc86403652271aa5c34e6b5cad1c2d77ca327c26d6a6de8b3699bd32f7cafe1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:49:49.274Z] + docker inspect -f . ci-base-image-arm64 [2023-03-29T23:49:49.274Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:49:49.478Z] prd-ubuntu20.04-docker-arm64-4c-16g-6409 does not seem to be running inside a container [2023-03-29T23:49:49.570Z] $ 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/146 -v /w/workspace/app-service-configurable/146:/w/workspace/app-service-configurable/146:rw,z -v /w/workspace/app-service-configurable/146@tmp:/w/workspace/app-service-configurable/146@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-03-29T23:49:50.802Z] $ docker top 30697d90e715ba4365d4de6ecb567c7be6d032fe5b7a4e562e9d1b468074cd93 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-29T23:49:51.644Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/146 [Pipeline] fileExists [Pipeline] sh [2023-03-29T23:49:52.303Z] + make test [2023-03-29T23:49:52.303Z] go test -race -coverprofile=coverage.out ./... [2023-03-29T23:52:59.142Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-29T23:52:59.142Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-29T23:52:59.142Z] go vet ./... [2023-03-29T23:55:35.944Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-29T23:55:35.944Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-29T23:55:35.944Z] ./bin/test-attribution-txt.sh [2023-03-29T23:55:35.944Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-03-29T23:55:35.962Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-29T23:55:35.988Z] $ docker stop --time=1 30697d90e715ba4365d4de6ecb567c7be6d032fe5b7a4e562e9d1b468074cd93 [2023-03-29T23:55:37.867Z] $ docker rm -f --volumes 30697d90e715ba4365d4de6ecb567c7be6d032fe5b7a4e562e9d1b468074cd93 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-29T23:55:39.383Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-29T23:55:39.406Z] Warning: overwriting stash ‘coverage-report’ [2023-03-29T23:55:39.878Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-29T23:55:40.249Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-29T23:55:40.572Z] + ls -al . [2023-03-29T23:55:40.572Z] total 172 [2023-03-29T23:55:40.572Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 29 23:49 . [2023-03-29T23:55:40.572Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 23:47 .. [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 29 23:47 .dockerignore [2023-03-29T23:55:40.572Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 23:47 .git [2023-03-29T23:55:40.572Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 23:47 .github [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 29 23:47 .gitignore [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 29 23:47 .golangci.yml [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 9088 Mar 29 23:47 Attribution.txt [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 29 23:47 CHANGELOG.md [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 29 23:47 Dockerfile [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 29 23:47 GOVERNANCE.md [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 29 23:47 Jenkinsfile [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 29 23:47 LICENSE [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 29 23:47 OWNERS.md [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 29 23:47 README.md [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 29 23:32 VERSION [2023-03-29T23:55:40.572Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 23:47 bin [2023-03-29T23:55:40.572Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 29 23:49 coverage.out [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 3299 Mar 29 23:47 go.mod [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 31336 Mar 29 23:47 go.sum [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 29 23:47 main.go [2023-03-29T23:55:40.572Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 29 23:47 makefile [2023-03-29T23:55:40.572Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 29 23:47 res [2023-03-29T23:55:40.572Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 23:47 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:55:40.915Z] + 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=d5263f74fc64eb658f1bf96042e543191ec86855 --label arch=arm64 --label version=3.0.0-dev.29 . [2023-03-29T23:55:40.915Z] Sending build context to Docker daemon 170kB [2023-03-29T23:55:41.182Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-29T23:55:41.182Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-29T23:55:41.182Z] ---> ea761936fd97 [2023-03-29T23:55:41.182Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-29T23:55:41.182Z] ---> Running in 2d98360c7a84 [2023-03-29T23:55:41.460Z] Removing intermediate container 2d98360c7a84 [2023-03-29T23:55:41.460Z] ---> b4b79b71b82e [2023-03-29T23:55:41.460Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-29T23:55:41.729Z] ---> Running in 876f6341525b [2023-03-29T23:55:41.995Z] Removing intermediate container 876f6341525b [2023-03-29T23:55:41.995Z] ---> fb6e94bd7375 [2023-03-29T23:55:41.995Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-29T23:55:41.995Z] ---> Running in b75246028132 [2023-03-29T23:55:42.264Z] Removing intermediate container b75246028132 [2023-03-29T23:55:42.264Z] ---> bf186b142d27 [2023-03-29T23:55:42.264Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-29T23:55:42.264Z] ---> Running in 8f9ee0da59cc [2023-03-29T23:55:43.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-29T23:55:43.944Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-29T23:55:45.354Z] OK: 263 MiB in 53 packages [2023-03-29T23:55:46.316Z] Removing intermediate container 8f9ee0da59cc [2023-03-29T23:55:46.316Z] ---> a2e174d66836 [2023-03-29T23:55:46.316Z] Step 7/26 : WORKDIR /app [2023-03-29T23:55:46.316Z] ---> Running in 4462ffa9d8b0 [2023-03-29T23:55:46.587Z] Removing intermediate container 4462ffa9d8b0 [2023-03-29T23:55:46.587Z] ---> cf957f0bb041 [2023-03-29T23:55:46.587Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-29T23:55:47.173Z] ---> b21a01a3d9e0 [2023-03-29T23:55:47.173Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-29T23:55:47.173Z] ---> Running in 2f5c75b392fd [2023-03-29T23:55:49.762Z] Removing intermediate container 2f5c75b392fd [2023-03-29T23:55:49.762Z] ---> 0b96ed10c1dd [2023-03-29T23:55:49.762Z] Step 10/26 : COPY . . [2023-03-29T23:55:50.346Z] ---> 299070c16ec1 [2023-03-29T23:55:50.346Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-29T23:55:50.619Z] ---> Running in 63bc3a5ee595 [2023-03-29T23:55:50.886Z] Removing intermediate container 63bc3a5ee595 [2023-03-29T23:55:50.886Z] ---> 0676dc65edaf [2023-03-29T23:55:50.886Z] Step 12/26 : RUN $MAKE [2023-03-29T23:55:50.886Z] ---> Running in 25ba1d77680d [2023-03-29T23:55:51.849Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.48 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.29" -trimpath -mod=readonly -o app-service-configurable [2023-03-29T23:58:13.581Z] Removing intermediate container 25ba1d77680d [2023-03-29T23:58:13.581Z] ---> 50ab6eca57d3 [2023-03-29T23:58:13.581Z] Step 13/26 : FROM alpine:3.17 [2023-03-29T23:58:13.581Z] 3.17: Pulling from library/alpine [2023-03-29T23:58:13.581Z] c41833b44d91: Pulling fs layer [2023-03-29T23:58:13.581Z] c41833b44d91: Verifying Checksum [2023-03-29T23:58:13.581Z] c41833b44d91: Pull complete [2023-03-29T23:58:13.581Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-03-29T23:58:13.581Z] Status: Downloaded newer image for alpine:3.17 [2023-03-29T23:58:13.581Z] ---> 51e60588ff2c [2023-03-29T23:58:13.581Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-29T23:58:13.581Z] ---> Running in 1d0cb44ee568 [2023-03-29T23:58:13.581Z] Removing intermediate container 1d0cb44ee568 [2023-03-29T23:58:13.581Z] ---> e6a1ff9bb11c [2023-03-29T23:58:13.581Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-29T23:58:13.581Z] ---> Running in 05742f54fc8c [2023-03-29T23:58:13.581Z] Removing intermediate container 05742f54fc8c [2023-03-29T23:58:13.581Z] ---> c24c1d47c5dd [2023-03-29T23:58:13.581Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-29T23:58:13.581Z] ---> Running in 5bb148a52206 [2023-03-29T23:58:13.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-29T23:58:13.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-29T23:58:13.581Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-29T23:58:13.581Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-29T23:58:13.581Z] Executing busybox-1.35.0-r29.trigger [2023-03-29T23:58:13.581Z] Executing ca-certificates-20220614-r4.trigger [2023-03-29T23:58:13.581Z] OK: 8 MiB in 17 packages [2023-03-29T23:58:13.581Z] Removing intermediate container 5bb148a52206 [2023-03-29T23:58:13.581Z] ---> 0be3a1d73647 [2023-03-29T23:58:13.581Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-29T23:58:14.167Z] ---> e884d3dae53a [2023-03-29T23:58:14.167Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-29T23:58:14.750Z] ---> 5b10d510055f [2023-03-29T23:58:14.750Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-29T23:58:15.337Z] ---> aa2f17eaf8b3 [2023-03-29T23:58:15.337Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-29T23:58:16.750Z] ---> 50424bd01039 [2023-03-29T23:58:16.750Z] Step 21/26 : EXPOSE 48095 [2023-03-29T23:58:16.750Z] ---> Running in 395082ad4a10 [2023-03-29T23:58:17.018Z] Removing intermediate container 395082ad4a10 [2023-03-29T23:58:17.018Z] ---> 8ad15368cdd3 [2023-03-29T23:58:17.018Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-29T23:58:17.018Z] ---> Running in f40b6aeee796 [2023-03-29T23:58:17.286Z] Removing intermediate container f40b6aeee796 [2023-03-29T23:58:17.286Z] ---> 1ce1f95883b4 [2023-03-29T23:58:17.286Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-29T23:58:17.553Z] ---> Running in 58916f6977be [2023-03-29T23:58:17.820Z] Removing intermediate container 58916f6977be [2023-03-29T23:58:17.820Z] ---> f91470f090ad [2023-03-29T23:58:17.820Z] Step 24/26 : LABEL arch=arm64 [2023-03-29T23:58:17.820Z] ---> Running in 7651a9b112cd [2023-03-29T23:58:18.090Z] Removing intermediate container 7651a9b112cd [2023-03-29T23:58:18.090Z] ---> a28e90b05d0e [2023-03-29T23:58:18.090Z] Step 25/26 : LABEL git_sha=d5263f74fc64eb658f1bf96042e543191ec86855 [2023-03-29T23:58:18.090Z] ---> Running in c3302767bba6 [2023-03-29T23:58:18.675Z] Removing intermediate container c3302767bba6 [2023-03-29T23:58:18.675Z] ---> b386429524a4 [2023-03-29T23:58:18.675Z] Step 26/26 : LABEL version=3.0.0-dev.29 [2023-03-29T23:58:18.675Z] ---> Running in 4145fd6b8dd6 [2023-03-29T23:58:18.943Z] Removing intermediate container 4145fd6b8dd6 [2023-03-29T23:58:18.943Z] ---> 06f85c459860 [2023-03-29T23:58:18.943Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-29T23:58:18.943Z] Successfully built 06f85c459860 [2023-03-29T23:58:18.943Z] 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-03-29T23:58:19.045Z] provisioning config files... [2023-03-29T23:58:19.060Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/146@tmp/config1857483917441298110tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:58:19.395Z] ---> docker-login.sh [2023-03-29T23:58:19.395Z] nexus3.edgexfoundry.org:10001 [2023-03-29T23:58:19.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:58:19.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:58:19.662Z] Configure a credential helper to remove this warning. See [2023-03-29T23:58:19.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:58:19.662Z] [2023-03-29T23:58:19.662Z] Login Succeeded [2023-03-29T23:58:19.662Z] nexus3.edgexfoundry.org:10002 [2023-03-29T23:58:19.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:58:19.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:58:19.930Z] Configure a credential helper to remove this warning. See [2023-03-29T23:58:19.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:58:19.930Z] [2023-03-29T23:58:19.930Z] Login Succeeded [2023-03-29T23:58:19.930Z] nexus3.edgexfoundry.org:10003 [2023-03-29T23:58:20.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:58:20.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:58:20.465Z] Configure a credential helper to remove this warning. See [2023-03-29T23:58:20.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:58:20.465Z] [2023-03-29T23:58:20.465Z] Login Succeeded [2023-03-29T23:58:20.465Z] nexus3.edgexfoundry.org:10004 [2023-03-29T23:58:20.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:58:20.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:58:20.730Z] Configure a credential helper to remove this warning. See [2023-03-29T23:58:20.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:58:20.730Z] [2023-03-29T23:58:20.730Z] Login Succeeded [2023-03-29T23:58:20.730Z] docker.io [2023-03-29T23:58:20.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:58:21.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:58:21.262Z] Configure a credential helper to remove this warning. See [2023-03-29T23:58:21.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:58:21.262Z] [2023-03-29T23:58:21.262Z] Login Succeeded [2023-03-29T23:58:21.262Z] ---> docker-login.sh ends [Pipeline] } [2023-03-29T23:58:21.276Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-29T23:58:21.301Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-29T23:58:21.316Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-03-29T23:58:21.316Z] d5263f74fc64eb658f1bf96042e543191ec86855 [2023-03-29T23:58:21.316Z] latest [2023-03-29T23:58:21.316Z] 3.0.0-dev.29 [2023-03-29T23:58:21.316Z] d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 [2023-03-29T23:58:21.316Z] main [2023-03-29T23:58:21.316Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:58:21.647Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:58:21.994Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d5263f74fc64eb658f1bf96042e543191ec86855 [2023-03-29T23:58:21.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-29T23:58:21.995Z] 72622b505d29: Preparing [2023-03-29T23:58:21.995Z] 60421c6ccab7: Preparing [2023-03-29T23:58:21.995Z] d6da01b9c602: Preparing [2023-03-29T23:58:21.995Z] 9297e47eff62: Preparing [2023-03-29T23:58:21.995Z] 16f43a806cc9: Preparing [2023-03-29T23:58:21.995Z] 26cbea5cba74: Preparing [2023-03-29T23:58:21.995Z] 26cbea5cba74: Waiting [2023-03-29T23:58:22.265Z] 60421c6ccab7: Pushed [2023-03-29T23:58:22.265Z] d6da01b9c602: Pushed [2023-03-29T23:58:22.265Z] 9297e47eff62: Pushed [2023-03-29T23:58:22.265Z] 26cbea5cba74: Layer already exists [2023-03-29T23:58:22.532Z] 16f43a806cc9: Pushed [2023-03-29T23:58:27.883Z] 72622b505d29: Pushed [2023-03-29T23:58:27.883Z] d5263f74fc64eb658f1bf96042e543191ec86855: digest: sha256:47bca9961fab78778e1d9855df3e1f42f78377919f9da0ba9ff9d67a059147f3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:58:28.248Z] + 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-03-29T23:58:28.597Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-03-29T23:58:28.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-29T23:58:28.597Z] 72622b505d29: Preparing [2023-03-29T23:58:28.597Z] 60421c6ccab7: Preparing [2023-03-29T23:58:28.597Z] d6da01b9c602: Preparing [2023-03-29T23:58:28.597Z] 9297e47eff62: Preparing [2023-03-29T23:58:28.597Z] 16f43a806cc9: Preparing [2023-03-29T23:58:28.597Z] 26cbea5cba74: Preparing [2023-03-29T23:58:28.597Z] 26cbea5cba74: Waiting [2023-03-29T23:58:28.597Z] 16f43a806cc9: Layer already exists [2023-03-29T23:58:28.597Z] d6da01b9c602: Layer already exists [2023-03-29T23:58:28.597Z] 72622b505d29: Layer already exists [2023-03-29T23:58:28.597Z] 60421c6ccab7: Layer already exists [2023-03-29T23:58:28.597Z] 9297e47eff62: Layer already exists [2023-03-29T23:58:28.597Z] 26cbea5cba74: Layer already exists [2023-03-29T23:58:28.864Z] latest: digest: sha256:47bca9961fab78778e1d9855df3e1f42f78377919f9da0ba9ff9d67a059147f3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:58:29.207Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:58:29.546Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.29 [2023-03-29T23:58:29.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-29T23:58:29.546Z] 72622b505d29: Preparing [2023-03-29T23:58:29.546Z] 60421c6ccab7: Preparing [2023-03-29T23:58:29.546Z] d6da01b9c602: Preparing [2023-03-29T23:58:29.546Z] 9297e47eff62: Preparing [2023-03-29T23:58:29.546Z] 16f43a806cc9: Preparing [2023-03-29T23:58:29.546Z] 26cbea5cba74: Preparing [2023-03-29T23:58:29.546Z] 26cbea5cba74: Waiting [2023-03-29T23:58:29.546Z] 60421c6ccab7: Layer already exists [2023-03-29T23:58:29.546Z] 72622b505d29: Layer already exists [2023-03-29T23:58:29.546Z] 9297e47eff62: Layer already exists [2023-03-29T23:58:29.546Z] 16f43a806cc9: Layer already exists [2023-03-29T23:58:29.546Z] d6da01b9c602: Layer already exists [2023-03-29T23:58:29.546Z] 26cbea5cba74: Layer already exists [2023-03-29T23:58:29.546Z] 3.0.0-dev.29: digest: sha256:47bca9961fab78778e1d9855df3e1f42f78377919f9da0ba9ff9d67a059147f3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:58:30.238Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:58:30.587Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 [2023-03-29T23:58:30.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-29T23:58:30.587Z] 72622b505d29: Preparing [2023-03-29T23:58:30.587Z] 60421c6ccab7: Preparing [2023-03-29T23:58:30.587Z] d6da01b9c602: Preparing [2023-03-29T23:58:30.587Z] 9297e47eff62: Preparing [2023-03-29T23:58:30.587Z] 16f43a806cc9: Preparing [2023-03-29T23:58:30.587Z] 26cbea5cba74: Preparing [2023-03-29T23:58:30.587Z] 26cbea5cba74: Waiting [2023-03-29T23:58:30.587Z] d6da01b9c602: Layer already exists [2023-03-29T23:58:30.587Z] 9297e47eff62: Layer already exists [2023-03-29T23:58:30.587Z] 16f43a806cc9: Layer already exists [2023-03-29T23:58:30.587Z] 72622b505d29: Layer already exists [2023-03-29T23:58:30.587Z] 60421c6ccab7: Layer already exists [2023-03-29T23:58:30.587Z] 26cbea5cba74: Layer already exists [2023-03-29T23:58:30.860Z] d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29: digest: sha256:47bca9961fab78778e1d9855df3e1f42f78377919f9da0ba9ff9d67a059147f3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:58:31.353Z] + 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-03-29T23:58:31.704Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-03-29T23:58:31.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-29T23:58:31.704Z] 72622b505d29: Preparing [2023-03-29T23:58:31.704Z] 60421c6ccab7: Preparing [2023-03-29T23:58:31.704Z] d6da01b9c602: Preparing [2023-03-29T23:58:31.704Z] 9297e47eff62: Preparing [2023-03-29T23:58:31.704Z] 16f43a806cc9: Preparing [2023-03-29T23:58:31.704Z] 26cbea5cba74: Preparing [2023-03-29T23:58:31.704Z] 26cbea5cba74: Waiting [2023-03-29T23:58:31.704Z] 60421c6ccab7: Layer already exists [2023-03-29T23:58:31.704Z] d6da01b9c602: Layer already exists [2023-03-29T23:58:31.704Z] 9297e47eff62: Layer already exists [2023-03-29T23:58:31.704Z] 72622b505d29: Layer already exists [2023-03-29T23:58:31.704Z] 16f43a806cc9: Layer already exists [2023-03-29T23:58:31.704Z] 26cbea5cba74: Layer already exists [2023-03-29T23:58:31.979Z] main: digest: sha256:47bca9961fab78778e1d9855df3e1f42f78377919f9da0ba9ff9d67a059147f3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-29T23:58:32.045Z] ===================================================== [Pipeline] echo [2023-03-29T23:58:32.054Z] taggedImages: [2023-03-29T23:58:32.054Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d5263f74fc64eb658f1bf96042e543191ec86855 [2023-03-29T23:58:32.054Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-03-29T23:58:32.054Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.29 [2023-03-29T23:58:32.054Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 [2023-03-29T23:58:32.054Z] - 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-03-29T23:58:32.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-29T23:58:32.421Z] [2023-03-29T23:58:32.421Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:58:32.757Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-29T23:58:32.757Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-29T23:58:32.757Z] 8998bd30e6a1: Pulling fs layer [2023-03-29T23:58:32.757Z] 04944245beec: Pulling fs layer [2023-03-29T23:58:32.757Z] 699f458cf7ca: Pulling fs layer [2023-03-29T23:58:32.757Z] 765212b225bb: Pulling fs layer [2023-03-29T23:58:32.757Z] f23df028b6ca: Pulling fs layer [2023-03-29T23:58:32.757Z] d65c8cfc05b1: Pulling fs layer [2023-03-29T23:58:32.757Z] 2437ff75d9bd: Pulling fs layer [2023-03-29T23:58:32.757Z] f23df028b6ca: Waiting [2023-03-29T23:58:32.757Z] d65c8cfc05b1: Waiting [2023-03-29T23:58:32.757Z] 2437ff75d9bd: Waiting [2023-03-29T23:58:32.757Z] 765212b225bb: Waiting [2023-03-29T23:58:33.027Z] 04944245beec: Verifying Checksum [2023-03-29T23:58:33.027Z] 04944245beec: Download complete [2023-03-29T23:58:33.027Z] 765212b225bb: Verifying Checksum [2023-03-29T23:58:33.027Z] 765212b225bb: Download complete [2023-03-29T23:58:33.027Z] f23df028b6ca: Verifying Checksum [2023-03-29T23:58:33.027Z] f23df028b6ca: Download complete [2023-03-29T23:58:33.027Z] d65c8cfc05b1: Verifying Checksum [2023-03-29T23:58:33.027Z] d65c8cfc05b1: Download complete [2023-03-29T23:58:33.296Z] 699f458cf7ca: Verifying Checksum [2023-03-29T23:58:33.567Z] 8998bd30e6a1: Verifying Checksum [2023-03-29T23:58:33.567Z] 8998bd30e6a1: Download complete [2023-03-29T23:58:36.151Z] 2437ff75d9bd: Verifying Checksum [2023-03-29T23:58:36.151Z] 2437ff75d9bd: Download complete [2023-03-29T23:58:37.570Z] 8998bd30e6a1: Pull complete [2023-03-29T23:58:38.153Z] 04944245beec: Pull complete [2023-03-29T23:58:41.498Z] 699f458cf7ca: Pull complete [2023-03-29T23:58:41.498Z] 765212b225bb: Pull complete [2023-03-29T23:58:42.083Z] f23df028b6ca: Pull complete [2023-03-29T23:58:42.349Z] d65c8cfc05b1: Pull complete [2023-03-29T23:58:57.347Z] 2437ff75d9bd: Pull complete [2023-03-29T23:58:57.347Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-29T23:58:57.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-29T23:58:57.347Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:58:57.550Z] prd-ubuntu20.04-docker-arm64-4c-16g-6409 does not seem to be running inside a container [2023-03-29T23:58:57.630Z] $ 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/146 -v /w/workspace/app-service-configurable/146:/w/workspace/app-service-configurable/146:rw,z -v /w/workspace/app-service-configurable/146@tmp:/w/workspace/app-service-configurable/146@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-03-29T23:59:00.252Z] $ docker top 6423f86612926f96c54ae482a62951438283b68aa975b59b1af205cbc1647dab -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:59:01.088Z] ---> job-cost.sh [2023-03-29T23:59:01.088Z] lf-activate-venv: SKIPPING [2023-03-29T23:59:01.088Z] INFO: No Stack... [2023-03-29T23:59:01.353Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-29T23:59:02.313Z] INFO: Archiving Costs [Pipeline] sh [2023-03-29T23:59:02.956Z] + cat /w/workspace/app-service-configurable/146/archives/cost.csv [2023-03-29T23:59:02.956Z] + cut -d, -f6 [Pipeline] lock [2023-03-29T23:59:03.030Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] [2023-03-29T23:59:03.037Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] did not exist. Created. [2023-03-29T23:59:03.037Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-29T23:59:03.689Z] /w/workspace/app-service-configurable/146@tmp/durable-1c553192/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-29T23:59:04.350Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-29T23:59:04.374Z] Warning: overwriting stash ‘stack-cost’ [2023-03-29T23:59:04.428Z] Stashed 1 file(s) [Pipeline] } [2023-03-29T23:59:04.434Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-29T23:59:04.461Z] $ docker stop --time=1 6423f86612926f96c54ae482a62951438283b68aa975b59b1af205cbc1647dab [2023-03-29T23:59:06.045Z] $ docker rm -f --volumes 6423f86612926f96c54ae482a62951438283b68aa975b59b1af205cbc1647dab [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-03-29T23:59:06.372Z] provisioning config files... [2023-03-29T23:59:06.380Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config17908455403921830424tmp [Pipeline] { [Pipeline] sh [2023-03-29T23:59:06.668Z] + set +x [2023-03-29T23:59:06.668Z] + curl -s https://codecov.io/bash [2023-03-29T23:59:06.668Z] + bash -s -- [2023-03-29T23:59:06.668Z] [2023-03-29T23:59:06.668Z] _____ _ [2023-03-29T23:59:06.668Z] / ____| | | [2023-03-29T23:59:06.668Z] | | ___ __| | ___ ___ _____ __ [2023-03-29T23:59:06.668Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-29T23:59:06.668Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-29T23:59:06.668Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-29T23:59:06.668Z] Bash-1.0.6 [2023-03-29T23:59:06.668Z] [2023-03-29T23:59:06.668Z] [2023-03-29T23:59:06.668Z] ==> git version 2.25.1 found [2023-03-29T23:59:06.668Z] ==> 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-03-29T23:59:06.668Z] Release-Date: 2020-01-08 [2023-03-29T23:59:06.668Z] 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-03-29T23:59:06.668Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-29T23:59:06.668Z] ==> Jenkins CI detected. [2023-03-29T23:59:06.668Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-03-29T23:59:06.668Z] project root: . [2023-03-29T23:59:06.668Z] --> token set from env [2023-03-29T23:59:06.668Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-29T23:59:06.668Z] ==> Running gcov in . (disable via -X gcov) [2023-03-29T23:59:06.668Z] ==> Python coveragepy not found [2023-03-29T23:59:06.668Z] ==> Searching for coverage reports in: [2023-03-29T23:59:06.668Z] + . [2023-03-29T23:59:06.668Z] -> Found 1 reports [2023-03-29T23:59:06.668Z] ==> Detecting git/mercurial file structure [2023-03-29T23:59:06.668Z] ==> Reading reports [2023-03-29T23:59:06.668Z] + ./coverage.out bytes=13 [2023-03-29T23:59:06.668Z] ==> Appending adjustments [2023-03-29T23:59:06.668Z] https://docs.codecov.io/docs/fixing-reports [2023-03-29T23:59:06.668Z] + Found adjustments [2023-03-29T23:59:06.668Z] ==> Gzipping contents [2023-03-29T23:59:06.668Z] 4.0K /tmp/codecov.Ur7Ddn.gz [2023-03-29T23:59:06.926Z] ==> Uploading reports [2023-03-29T23:59:06.926Z] url: https://codecov.io [2023-03-29T23:59:06.926Z] query: branch=main&commit=d5263f74fc64eb658f1bf96042e543191ec86855&build=146&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F146%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-29T23:59:06.926Z] -> Pinging Codecov [2023-03-29T23:59:06.926Z] 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=d5263f74fc64eb658f1bf96042e543191ec86855&build=146&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F146%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-29T23:59:06.926Z] -> Uploading to [2023-03-29T23:59:06.926Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-29/A97CA9966030D2A3747ED39772930CCE/d5263f74fc64eb658f1bf96042e543191ec86855/499ae2d4-e892-4496-bc2e-37a9aa96d7dd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230329T235906Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a97eb38efa8da0c213fe52ac910ec8df1a6597a0e9bea083484cee0d89d6255d [2023-03-29T23:59:06.926Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-29T23:59:06.926Z] Dload Upload Total Spent Left Speed [2023-03-29T23:59:07.185Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 2123 --:--:-- --:--:-- --:--:-- 2113 100 429 0 0 100 429 0 1631 --:--:-- --:--:-- --:--:-- 1625 [2023-03-29T23:59:07.185Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] } [2023-03-29T23:59:07.192Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-29T23:59:07.395Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-29T23:59:07.407Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:59:07.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-29T23:59:07.702Z] [2023-03-29T23:59:07.702Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:59:08.000Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-29T23:59:08.000Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-29T23:59:08.000Z] df9b9388f04a: Pulling fs layer [2023-03-29T23:59:08.000Z] 52dc419b0ee2: Pulling fs layer [2023-03-29T23:59:08.000Z] 25bc292e5bac: Pulling fs layer [2023-03-29T23:59:08.000Z] 114826534d7a: Pulling fs layer [2023-03-29T23:59:08.000Z] 4657fd5d0bcf: Pulling fs layer [2023-03-29T23:59:08.000Z] 6ad1cebc031e: Pulling fs layer [2023-03-29T23:59:08.000Z] 8a3aa393b2d8: Pulling fs layer [2023-03-29T23:59:08.000Z] 114826534d7a: Waiting [2023-03-29T23:59:08.000Z] 8a3aa393b2d8: Waiting [2023-03-29T23:59:08.000Z] 25bc292e5bac: Verifying Checksum [2023-03-29T23:59:08.000Z] 25bc292e5bac: Download complete [2023-03-29T23:59:08.000Z] 52dc419b0ee2: Download complete [2023-03-29T23:59:08.000Z] 4657fd5d0bcf: Download complete [2023-03-29T23:59:08.000Z] df9b9388f04a: Download complete [2023-03-29T23:59:08.259Z] df9b9388f04a: Pull complete [2023-03-29T23:59:08.259Z] 6ad1cebc031e: Verifying Checksum [2023-03-29T23:59:08.259Z] 6ad1cebc031e: Download complete [2023-03-29T23:59:08.259Z] 52dc419b0ee2: Pull complete [2023-03-29T23:59:08.259Z] 25bc292e5bac: Pull complete [2023-03-29T23:59:08.826Z] 114826534d7a: Verifying Checksum [2023-03-29T23:59:08.826Z] 114826534d7a: Download complete [2023-03-29T23:59:08.826Z] 8a3aa393b2d8: Verifying Checksum [2023-03-29T23:59:08.826Z] 8a3aa393b2d8: Download complete [2023-03-29T23:59:12.106Z] 114826534d7a: Pull complete [2023-03-29T23:59:12.106Z] 4657fd5d0bcf: Pull complete [2023-03-29T23:59:12.106Z] 6ad1cebc031e: Pull complete [2023-03-29T23:59:14.636Z] 8a3aa393b2d8: Pull complete [2023-03-29T23:59:14.636Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-29T23:59:14.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-29T23:59:14.636Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:59:14.712Z] prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container [2023-03-29T23:59:14.734Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-29T23:59:25.238Z] $ docker top da49a19f34dd3b872c12a91750395c9a106eca09b542ae110abde5062cd495e4 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-29T23:59:25.302Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-03-29T23:59:25.579Z] + set -o pipefail [2023-03-29T23:59:25.579Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-03-29T23:59:30.850Z] [2023-03-29T23:59:30.850Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-03-29T23:59:30.850Z] [2023-03-29T23:59:30.850Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/1f554e47-d0d9-466c-bd58-5a91b0c21587 [2023-03-29T23:59:30.850Z] [2023-03-29T23:59:30.850Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-29T23:59:30.850Z] [2023-03-29T23:59:30.850Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-29T23:59:30.850Z] [2023-03-29T23:59:30.850Z] [2023-03-29T23:59:30.850Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-29T23:59:30.850Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-29T23:59:30.850Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-29T23:59:30.937Z] $ docker stop --time=1 da49a19f34dd3b872c12a91750395c9a106eca09b542ae110abde5062cd495e4 [2023-03-29T23:59:36.800Z] $ docker rm -f --volumes da49a19f34dd3b872c12a91750395c9a106eca09b542ae110abde5062cd495e4 [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-03-29T23:59:37.458Z] + git log --format=format:%s -1 d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] sh [2023-03-29T23:59:37.747Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-29T23:59:37.747Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:59:38.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-29T23:59:38.046Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:59:38.126Z] prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container [2023-03-29T23:59:38.148Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-29T23:59:38.609Z] $ docker top 17fe62ccfa888f57615f117fcd2fce44bea685b621c25665add3343bb0076dba -eo pid,comm [2023-03-29T23:59:38.656Z] 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-03-29T23:59:38.656Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-29T23:59:38.692Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-29T23:59:38.692Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-29T23:59:38.799Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-29T23:59:38.794Z] $ docker exec 17fe62ccfa888f57615f117fcd2fce44bea685b621c25665add3343bb0076dba ssh-agent [2023-03-29T23:59:38.909Z] SSH_AUTH_SOCK=/tmp/ssh-vcTQU1Iyn7aA/agent.32 [2023-03-29T23:59:38.909Z] SSH_AGENT_PID=38 [2023-03-29T23:59:38.914Z] Running ssh-add (command line suppressed) [2023-03-29T23:59:38.990Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17450856719634956564.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17450856719634956564.key) [2023-03-29T23:59:39.010Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-29T23:59:39.298Z] + git semver tag [2023-03-29T23:59:39.558Z] 2023-03-29 23:59:39,456 [run_tag] DEBUG tag force:False [2023-03-29T23:59:39.558Z] 2023-03-29 23:59:39,456 [check_head_tag] DEBUG check head tag [2023-03-29T23:59:39.558Z] 2023-03-29 23:59:39,457 [execute] INFO git cat-file --batch-check [2023-03-29T23:59:39.558Z] 2023-03-29 23:59:39,457 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-03-29T23:59:39.558Z] 2023-03-29 23:59:39,460 [execute] INFO git cat-file --batch [2023-03-29T23:59:39.558Z] 2023-03-29 23:59:39,461 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-03-29T23:59:39.558Z] 2023-03-29 23:59:39,485 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-29T23:59:39.558Z] 2023-03-29 23:59:39,485 [execute] INFO git tag -a v3.0.0-dev.29 -m v3.0.0-dev.29 [2023-03-29T23:59:39.558Z] 2023-03-29 23:59:39,485 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.29', '-m', 'v3.0.0-dev.29'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-03-29T23:59:39.558Z] 2023-03-29 23:59:39,490 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-29T23:59:39.558Z] 3.0.0-dev.29 [Pipeline] } [2023-03-29T23:59:39.560Z] $ docker exec --env ******** --env ******** 17fe62ccfa888f57615f117fcd2fce44bea685b621c25665add3343bb0076dba ssh-agent -k [2023-03-29T23:59:39.661Z] unset SSH_AUTH_SOCK; [2023-03-29T23:59:39.661Z] unset SSH_AGENT_PID; [2023-03-29T23:59:39.661Z] echo Agent pid 38 killed; [2023-03-29T23:59:39.677Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-29T23:59:39.975Z] + git semver [Pipeline] } [2023-03-29T23:59:40.238Z] $ docker stop --time=1 17fe62ccfa888f57615f117fcd2fce44bea685b621c25665add3343bb0076dba [2023-03-29T23:59:41.464Z] $ docker rm -f --volumes 17fe62ccfa888f57615f117fcd2fce44bea685b621c25665add3343bb0076dba [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:59:41.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-29T23:59:41.857Z] [2023-03-29T23:59:41.857Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:59:42.155Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-29T23:59:42.155Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-29T23:59:42.155Z] ab5ef0e58194: Pulling fs layer [2023-03-29T23:59:42.155Z] 9712f1f96733: Pulling fs layer [2023-03-29T23:59:42.155Z] 63f879dbbcfc: Pulling fs layer [2023-03-29T23:59:42.155Z] 0d9ebad4ef96: Pulling fs layer [2023-03-29T23:59:42.155Z] e9a5061849ea: Pulling fs layer [2023-03-29T23:59:42.155Z] d747dcd14b5f: Pulling fs layer [2023-03-29T23:59:42.155Z] 2de7ff778b66: Pulling fs layer [2023-03-29T23:59:42.155Z] 0d9ebad4ef96: Waiting [2023-03-29T23:59:42.155Z] d747dcd14b5f: Waiting [2023-03-29T23:59:42.155Z] e9a5061849ea: Waiting [2023-03-29T23:59:42.155Z] 9712f1f96733: Verifying Checksum [2023-03-29T23:59:42.155Z] 9712f1f96733: Download complete [2023-03-29T23:59:42.724Z] 63f879dbbcfc: Verifying Checksum [2023-03-29T23:59:42.724Z] 63f879dbbcfc: Download complete [2023-03-29T23:59:42.724Z] e9a5061849ea: Verifying Checksum [2023-03-29T23:59:42.724Z] e9a5061849ea: Download complete [2023-03-29T23:59:42.724Z] d747dcd14b5f: Verifying Checksum [2023-03-29T23:59:42.724Z] d747dcd14b5f: Download complete [2023-03-29T23:59:42.724Z] ab5ef0e58194: Download complete [2023-03-29T23:59:42.724Z] 2de7ff778b66: Verifying Checksum [2023-03-29T23:59:42.724Z] 2de7ff778b66: Download complete [2023-03-29T23:59:42.724Z] 0d9ebad4ef96: Verifying Checksum [2023-03-29T23:59:42.724Z] 0d9ebad4ef96: Download complete [2023-03-29T23:59:45.252Z] ab5ef0e58194: Pull complete [2023-03-29T23:59:45.252Z] 9712f1f96733: Pull complete [2023-03-29T23:59:45.818Z] 63f879dbbcfc: Pull complete [2023-03-29T23:59:49.151Z] 0d9ebad4ef96: Pull complete [2023-03-29T23:59:49.718Z] e9a5061849ea: Pull complete [2023-03-29T23:59:49.718Z] d747dcd14b5f: Pull complete [2023-03-29T23:59:50.652Z] 2de7ff778b66: Pull complete [2023-03-29T23:59:50.652Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-29T23:59:50.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-29T23:59:50.652Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:59:50.725Z] prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container [2023-03-29T23:59:50.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-29T23:59:59.102Z] $ docker top 9cd139d16de98a46e30fe66487e16ed91ab1edb207d092e840349927efe38901 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-29T23:59:59.171Z] provisioning config files... [2023-03-29T23:59:59.177Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3939980069609263876tmp [2023-03-29T23:59:59.184Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9452143546953144261tmp [2023-03-29T23:59:59.192Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13691526702524386057tmp [Pipeline] { [Pipeline] echo [2023-03-29T23:59:59.205Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:59:59.481Z] ---> sigul-configuration.sh [2023-03-29T23:59:59.481Z] gpg: directory `/root/.gnupg' created [2023-03-29T23:59:59.481Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-29T23:59:59.481Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-29T23:59:59.481Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-29T23:59:59.481Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-29T23:59:59.481Z] gpg: CAST5 encrypted data [2023-03-29T23:59:59.481Z] gpg: encrypted with 1 passphrase [2023-03-29T23:59:59.481Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-29T23:59:59.761Z] + mkdir /home/jenkins [2023-03-29T23:59:59.761Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-30T00:00:00.046Z] + 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-03-30T00:00:00.055Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-30T00:00:00.336Z] ---> sigul-install.sh [2023-03-30T00:00:00.336Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-30T00:00:00.676Z] + git tag --list [2023-03-30T00:00:00.676Z] v1.0.0 [2023-03-30T00:00:00.676Z] v1.1.0 [2023-03-30T00:00:00.676Z] v1.2.0 [2023-03-30T00:00:00.676Z] v1.3.0 [2023-03-30T00:00:00.676Z] v1.3.1 [2023-03-30T00:00:00.676Z] v2.0.0 [2023-03-30T00:00:00.676Z] v2.0.1 [2023-03-30T00:00:00.676Z] v2.1.0 [2023-03-30T00:00:00.676Z] v2.1.1 [2023-03-30T00:00:00.676Z] v2.1.1-dev.1 [2023-03-30T00:00:00.676Z] v2.1.1-dev.2 [2023-03-30T00:00:00.676Z] v2.2.0 [2023-03-30T00:00:00.676Z] v2.2.1-dev.1 [2023-03-30T00:00:00.676Z] v2.2.1-dev.10 [2023-03-30T00:00:00.676Z] v2.2.1-dev.2 [2023-03-30T00:00:00.676Z] v2.2.1-dev.3 [2023-03-30T00:00:00.676Z] v2.2.1-dev.4 [2023-03-30T00:00:00.676Z] v2.2.1-dev.5 [2023-03-30T00:00:00.676Z] v2.2.1-dev.6 [2023-03-30T00:00:00.676Z] v2.2.1-dev.7 [2023-03-30T00:00:00.676Z] v2.2.1-dev.8 [2023-03-30T00:00:00.676Z] v2.2.1-dev.9 [2023-03-30T00:00:00.676Z] v2.3.0 [2023-03-30T00:00:00.676Z] v2.3.0-dev.10 [2023-03-30T00:00:00.676Z] v2.3.0-dev.11 [2023-03-30T00:00:00.676Z] v2.3.0-dev.12 [2023-03-30T00:00:00.676Z] v2.3.0-dev.13 [2023-03-30T00:00:00.676Z] v2.3.0-dev.14 [2023-03-30T00:00:00.676Z] v2.3.0-dev.15 [2023-03-30T00:00:00.676Z] v2.3.0-dev.16 [2023-03-30T00:00:00.676Z] v2.3.0-dev.17 [2023-03-30T00:00:00.676Z] v2.3.0-dev.18 [2023-03-30T00:00:00.676Z] v2.3.0-dev.19 [2023-03-30T00:00:00.676Z] v2.3.0-dev.20 [2023-03-30T00:00:00.676Z] v2.3.0-dev.21 [2023-03-30T00:00:00.676Z] v2.3.0-dev.22 [2023-03-30T00:00:00.676Z] v2.3.0-dev.23 [2023-03-30T00:00:00.676Z] v2.3.0-dev.24 [2023-03-30T00:00:00.676Z] v2.3.0-dev.25 [2023-03-30T00:00:00.676Z] v2.3.0-dev.26 [2023-03-30T00:00:00.676Z] v2.3.0-dev.27 [2023-03-30T00:00:00.676Z] v2.3.0-dev.28 [2023-03-30T00:00:00.676Z] v2.3.0-dev.29 [2023-03-30T00:00:00.676Z] v2.3.0-dev.30 [2023-03-30T00:00:00.676Z] v2.3.0-dev.31 [2023-03-30T00:00:00.676Z] v2.3.0-dev.32 [2023-03-30T00:00:00.676Z] v2.3.0-dev.33 [2023-03-30T00:00:00.676Z] v2.3.0-dev.34 [2023-03-30T00:00:00.676Z] v2.3.0-dev.35 [2023-03-30T00:00:00.676Z] v2.3.0-dev.36 [2023-03-30T00:00:00.676Z] v2.3.0-dev.37 [2023-03-30T00:00:00.676Z] v3.0.0-dev.1 [2023-03-30T00:00:00.676Z] v3.0.0-dev.10 [2023-03-30T00:00:00.676Z] v3.0.0-dev.11 [2023-03-30T00:00:00.676Z] v3.0.0-dev.12 [2023-03-30T00:00:00.676Z] v3.0.0-dev.13 [2023-03-30T00:00:00.676Z] v3.0.0-dev.14 [2023-03-30T00:00:00.676Z] v3.0.0-dev.15 [2023-03-30T00:00:00.676Z] v3.0.0-dev.16 [2023-03-30T00:00:00.676Z] v3.0.0-dev.17 [2023-03-30T00:00:00.676Z] v3.0.0-dev.18 [2023-03-30T00:00:00.676Z] v3.0.0-dev.19 [2023-03-30T00:00:00.676Z] v3.0.0-dev.2 [2023-03-30T00:00:00.676Z] v3.0.0-dev.20 [2023-03-30T00:00:00.676Z] v3.0.0-dev.21 [2023-03-30T00:00:00.676Z] v3.0.0-dev.22 [2023-03-30T00:00:00.676Z] v3.0.0-dev.23 [2023-03-30T00:00:00.676Z] v3.0.0-dev.24 [2023-03-30T00:00:00.676Z] v3.0.0-dev.25 [2023-03-30T00:00:00.676Z] v3.0.0-dev.26 [2023-03-30T00:00:00.676Z] v3.0.0-dev.27 [2023-03-30T00:00:00.676Z] v3.0.0-dev.28 [2023-03-30T00:00:00.676Z] v3.0.0-dev.29 [2023-03-30T00:00:00.676Z] v3.0.0-dev.3 [2023-03-30T00:00:00.676Z] v3.0.0-dev.4 [2023-03-30T00:00:00.676Z] v3.0.0-dev.5 [2023-03-30T00:00:00.676Z] v3.0.0-dev.6 [2023-03-30T00:00:00.676Z] v3.0.0-dev.7 [2023-03-30T00:00:00.676Z] v3.0.0-dev.8 [2023-03-30T00:00:00.676Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-30T00:00:00.958Z] + lftools sign git-tag v3.0.0-dev.29 [2023-03-30T00:00:01.532Z] Signing Git tag with Sigul... [2023-03-30T00:00:01.532Z] Signing v3.0.0-dev.29 [Pipeline] echo [2023-03-30T00:00:02.104Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-30T00:00:02.485Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-30T00:00:02.507Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-30T00:00:02.518Z] $ docker stop --time=1 9cd139d16de98a46e30fe66487e16ed91ab1edb207d092e840349927efe38901 [2023-03-30T00:00:03.783Z] $ docker rm -f --volumes 9cd139d16de98a46e30fe66487e16ed91ab1edb207d092e840349927efe38901 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-30T00:00:04.185Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-30T00:00:04.185Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-30T00:00:04.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-30T00:00:04.481Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-30T00:00:04.612Z] prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container [2023-03-30T00:00:04.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-30T00:00:04.925Z] $ docker top f0a4f9f0c3304064d92045b1fcdc1bf241a5120b687109f7d7c1ab01bf9ea44a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-30T00:00:05.009Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-30T00:00:05.009Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-30T00:00:05.122Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-30T00:00:05.116Z] $ docker exec f0a4f9f0c3304064d92045b1fcdc1bf241a5120b687109f7d7c1ab01bf9ea44a ssh-agent [2023-03-30T00:00:05.222Z] SSH_AUTH_SOCK=/tmp/ssh-g99BeBWKOR9s/agent.32 [2023-03-30T00:00:05.222Z] SSH_AGENT_PID=38 [2023-03-30T00:00:05.226Z] Running ssh-add (command line suppressed) [2023-03-30T00:00:05.302Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3626220699229815976.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3626220699229815976.key) [2023-03-30T00:00:05.320Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-30T00:00:05.602Z] + git semver bump pre [2023-03-30T00:00:05.860Z] 2023-03-30 00:00:05,851 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-30T00:00:05.860Z] 2023-03-30 00:00:05,851 [bump_version] DEBUG bumping version:3.0.0-dev.29 on axis:pre with prefix:dev [2023-03-30T00:00:05.860Z] 2023-03-30 00:00:05,851 [bump_version] DEBUG bumped version:3.0.0-dev.30 [2023-03-30T00:00:05.860Z] 2023-03-30 00:00:05,852 [write_version] DEBUG write version:3.0.0-dev.30 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2023-03-30T00:00:05.860Z] 2023-03-30 00:00:05,852 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-30T00:00:05.860Z] 2023-03-30 00:00:05,852 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-30T00:00:06.118Z] 2023-03-30 00:00:05,854 [execute] INFO git cat-file --batch-check [2023-03-30T00:00:06.118Z] 2023-03-30 00:00:05,854 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-30T00:00:06.118Z] 2023-03-30 00:00:05,859 [execute] INFO git cat-file --batch [2023-03-30T00:00:06.118Z] 2023-03-30 00:00:05,859 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-30T00:00:06.118Z] 2023-03-30 00:00:05,864 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-30T00:00:06.118Z] 3.0.0-dev.30 [Pipeline] } [2023-03-30T00:00:06.119Z] $ docker exec --env ******** --env ******** f0a4f9f0c3304064d92045b1fcdc1bf241a5120b687109f7d7c1ab01bf9ea44a ssh-agent -k [2023-03-30T00:00:06.208Z] unset SSH_AUTH_SOCK; [2023-03-30T00:00:06.208Z] unset SSH_AGENT_PID; [2023-03-30T00:00:06.208Z] echo Agent pid 38 killed; [2023-03-30T00:00:06.226Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-30T00:00:06.532Z] + git semver [Pipeline] } [2023-03-30T00:00:06.795Z] $ docker stop --time=1 f0a4f9f0c3304064d92045b1fcdc1bf241a5120b687109f7d7c1ab01bf9ea44a [2023-03-30T00:00:08.040Z] $ docker rm -f --volumes f0a4f9f0c3304064d92045b1fcdc1bf241a5120b687109f7d7c1ab01bf9ea44a [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-30T00:00:08.403Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-30T00:00:08.403Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-30T00:00:08.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-30T00:00:08.698Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-30T00:00:08.764Z] prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container [2023-03-30T00:00:08.784Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-30T00:00:09.125Z] $ docker top c6daf2df4acd3308ab017b1d7cbdfe464e0f3b36378d6676098208c2600a78d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-30T00:00:09.202Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-30T00:00:09.202Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-30T00:00:09.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-30T00:00:09.298Z] $ docker exec c6daf2df4acd3308ab017b1d7cbdfe464e0f3b36378d6676098208c2600a78d8 ssh-agent [2023-03-30T00:00:09.412Z] SSH_AUTH_SOCK=/tmp/ssh-RZPWSfHvAEKA/agent.32 [2023-03-30T00:00:09.412Z] SSH_AGENT_PID=38 [2023-03-30T00:00:09.416Z] Running ssh-add (command line suppressed) [2023-03-30T00:00:09.512Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8463477457479984995.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8463477457479984995.key) [2023-03-30T00:00:09.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-30T00:00:09.818Z] + git semver push [2023-03-30T00:00:10.076Z] 2023-03-30 00:00:09,974 [run_push] DEBUG push [2023-03-30T00:00:10.076Z] 2023-03-30 00:00:09,975 [execute] INFO git cat-file --batch-check [2023-03-30T00:00:10.076Z] 2023-03-30 00:00:09,975 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-30T00:00:10.076Z] 2023-03-30 00:00:09,978 [execute] INFO git rev-list 83574c8c0abb3ca962973d04d40af9ea55b193f6 -- [2023-03-30T00:00:10.076Z] 2023-03-30 00:00:09,979 [execute] DEBUG Popen(['git', 'rev-list', '83574c8c0abb3ca962973d04d40af9ea55b193f6', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-30T00:00:10.076Z] 2023-03-30 00:00:09,988 [execute] INFO git fetch -v origin [2023-03-30T00:00:10.076Z] 2023-03-30 00:00:09,988 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-30T00:00:10.641Z] 2023-03-30 00:00:10,466 [run_push] DEBUG no remote changes detected [2023-03-30T00:00:10.641Z] 2023-03-30 00:00:10,467 [execute] INFO git push origin semver [2023-03-30T00:00:10.641Z] 2023-03-30 00:00:10,467 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-30T00:00:11.578Z] 2023-03-30 00:00:11,266 [run_push] DEBUG push all version tags [2023-03-30T00:00:11.578Z] 2023-03-30 00:00:11,266 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-30T00:00:11.578Z] 2023-03-30 00:00:11,266 [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-03-30T00:00:12.144Z] 2023-03-30 00:00:12,053 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-30T00:00:12.144Z] 3.0.0-dev.30 [Pipeline] } [2023-03-30T00:00:12.145Z] $ docker exec --env ******** --env ******** c6daf2df4acd3308ab017b1d7cbdfe464e0f3b36378d6676098208c2600a78d8 ssh-agent -k [2023-03-30T00:00:12.233Z] unset SSH_AUTH_SOCK; [2023-03-30T00:00:12.233Z] unset SSH_AGENT_PID; [2023-03-30T00:00:12.233Z] echo Agent pid 38 killed; [2023-03-30T00:00:12.249Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-30T00:00:12.554Z] + git semver [Pipeline] } [2023-03-30T00:00:12.815Z] $ docker stop --time=1 c6daf2df4acd3308ab017b1d7cbdfe464e0f3b36378d6676098208c2600a78d8 [2023-03-30T00:00:14.085Z] $ docker rm -f --volumes c6daf2df4acd3308ab017b1d7cbdfe464e0f3b36378d6676098208c2600a78d8 [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-03-30T00:00:14.605Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-03-30T00:00:14.605Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-03-30T00:00:14.605Z] total 16 [2023-03-30T00:00:14.605Z] drwxr-xr-x 3 root root 4096 Mar 29 23:35 . [2023-03-30T00:00:14.605Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 30 00:00 .. [2023-03-30T00:00:14.605Z] drwxr-xr-x 2 root root 4096 Mar 29 23:35 cost [2023-03-30T00:00:14.605Z] -rw-r--r-- 1 root root 96 Mar 29 23:35 cost.csv [2023-03-30T00:00:14.605Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-03-30T00:00:14.605Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-03-30T00:00:14.605Z] total 16 [2023-03-30T00:00:14.605Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 29 23:35 . [2023-03-30T00:00:14.605Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 30 00:00 .. [2023-03-30T00:00:14.605Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 29 23:35 cost [2023-03-30T00:00:14.605Z] -rw-r--r-- 1 jenkins jenkins 96 Mar 29 23:35 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-30T00:00:14.890Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-30T00:00:15.737Z] ---> package-listing.sh [2023-03-30T00:00:15.737Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-30T00:00:15.737Z] ++ facter osfamily [2023-03-30T00:00:15.996Z] + OS_FAMILY=debian [2023-03-30T00:00:15.996Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-03-30T00:00:15.996Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-30T00:00:15.996Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-30T00:00:15.996Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-30T00:00:15.996Z] + PACKAGES=/tmp/packages_start.txt [2023-03-30T00:00:15.996Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-03-30T00:00:15.996Z] + PACKAGES=/tmp/packages_end.txt [2023-03-30T00:00:15.996Z] + case "${OS_FAMILY}" in [2023-03-30T00:00:15.996Z] + dpkg -l [2023-03-30T00:00:15.996Z] + grep '^ii' [2023-03-30T00:00:15.996Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-30T00:00:15.996Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-30T00:00:15.996Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-30T00:00:15.996Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-03-30T00:00:15.996Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-03-30T00:00:15.996Z] + 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-03-30T00:00:16.004Z] 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-03-30T00:00:16.276Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-30T00:00:16.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-30T00:00:16.827Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-30T00:00:16.887Z] prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container [2023-03-30T00:00:16.906Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-30T00:00:17.082Z] $ docker top cc7488d2683fdf9714f1a4d5dcfa88472b7ec749ed295351ba5606fc593683c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-30T00:00:17.418Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-30T00:00:17.696Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-30T00:00:17.977Z] + ls /var/log/sa-host [2023-03-30T00:00:17.977Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-30T00:00:18.037Z] provisioning config files... [2023-03-30T00:00:18.045Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9392148791608149318tmp [Pipeline] { [Pipeline] echo [2023-03-30T00:00:18.059Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-30T00:00:18.334Z] ---> create-netrc.sh [Pipeline] } [2023-03-30T00:00:18.341Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-30T00:00:18.648Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-30T00:00:18.661Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-30T00:00:18.938Z] ---> sudo-logs.sh [2023-03-30T00:00:18.938Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-30T00:00:18.967Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-30T00:00:19.244Z] ---> job-cost.sh [2023-03-30T00:00:19.244Z] lf-activate-venv: SKIPPING [2023-03-30T00:00:19.244Z] DEBUG: total: 0.2199999988079071 [2023-03-30T00:00:19.244Z] INFO: Retrieving Stack Cost... [2023-03-30T00:00:19.503Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-30T00:00:20.071Z] INFO: Archiving Costs [Pipeline] echo [2023-03-30T00:00:20.081Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-30T00:00:20.362Z] ---> logs-deploy.sh [2023-03-30T00:00:20.363Z] lf-activate-venv: SKIPPING [2023-03-30T00:00:20.363Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/146 [2023-03-30T00:00:20.363Z] INFO: archiving workspace using pattern(s): [2023-03-30T00:00:21.296Z] Archives upload complete. [2023-03-30T00:00:21.296Z] INFO: archiving logs to Nexus