Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dd1354e29c7435bb79278fb9ff8e460793054574 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-ssh17131351691350389141.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-ssh9954976226343079714.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-ssh3818617975544422982.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-ssh12546502231728678366.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-ssh2691415389195292835.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 Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5444’ Running on prd-ubuntu20.04-docker-8c-8g-5446 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision dd1354e29c7435bb79278fb9ff8e460793054574 (main) Commit message: "fix(snap): Refactor to avoid conflicts with readonly config provider directory (#533)" > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dd1354e29c7435bb79278fb9ff8e460793054574 # timeout=10 > git rev-list --no-walk 11af183f2194c3fd12bdcc9d8b6be264b57aff6c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-23T11:38:04.400Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-23T11:38:04.462Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-23T11:38:04.483Z] ========================================================= [2023-03-23T11:38:04.483Z] EdgeX Global Pipelines Version Info [2023-03-23T11:38:04.483Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:38:05.268Z] ------------------- [2023-03-23T11:38:05.268Z] stable info: [2023-03-23T11:38:05.268Z] ------------------- [2023-03-23T11:38:05.268Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-23T11:38:05.268Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-23T11:38:05.268Z] Message: update stable to v1.0.245 [2023-03-23T11:38:05.839Z] ------------------- [2023-03-23T11:38:05.839Z] experimental info: [2023-03-23T11:38:05.839Z] ------------------- [2023-03-23T11:38:05.839Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-23T11:38:05.839Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-03-23T11:38:05.839Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-23T11:38:06.001Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-03-23T11:38:06.013Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-03-23T11:38:06.028Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-23T11:38:06.044Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-23T11:38:06.054Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-23T11:38:06.066Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-23T11:38:06.085Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-23T11:38:06.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-23T11:38:06.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-23T11:38:06.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-23T11:38:06.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-23T11:38:06.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-03-23T11:38:06.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-23T11:38:06.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-23T11:38:06.198Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-23T11:38:06.209Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-23T11:38:06.219Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-23T11:38:06.231Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-23T11:38:06.244Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-23T11:38:06.255Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-23T11:38:06.266Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-23T11:38:06.280Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-23T11:38:06.291Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-23T11:38:06.302Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-23T11:38:06.315Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-23T11:38:06.325Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-23T11:38:06.336Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-23T11:38:06.348Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-23T11:38:06.359Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-23T11:38:06.370Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-23T11:38:06.381Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] echo [2023-03-23T11:38:06.394Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dd1354e [Pipeline] echo [2023-03-23T11:38:06.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-23T11:38:06.444Z] provisioning config files... [2023-03-23T11:38:06.458Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13248548221574718837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:38:06.760Z] ---> docker-login.sh [2023-03-23T11:38:06.760Z] nexus3.edgexfoundry.org:10001 [2023-03-23T11:38:07.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:38:07.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:38:07.023Z] Configure a credential helper to remove this warning. See [2023-03-23T11:38:07.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:38:07.023Z] [2023-03-23T11:38:07.023Z] Login Succeeded [2023-03-23T11:38:07.023Z] nexus3.edgexfoundry.org:10002 [2023-03-23T11:38:07.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:38:07.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:38:07.023Z] Configure a credential helper to remove this warning. See [2023-03-23T11:38:07.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:38:07.023Z] [2023-03-23T11:38:07.023Z] Login Succeeded [2023-03-23T11:38:07.023Z] nexus3.edgexfoundry.org:10003 [2023-03-23T11:38:07.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:38:07.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:38:07.284Z] Configure a credential helper to remove this warning. See [2023-03-23T11:38:07.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:38:07.284Z] [2023-03-23T11:38:07.284Z] Login Succeeded [2023-03-23T11:38:07.284Z] nexus3.edgexfoundry.org:10004 [2023-03-23T11:38:07.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:38:07.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:38:07.284Z] Configure a credential helper to remove this warning. See [2023-03-23T11:38:07.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:38:07.284Z] [2023-03-23T11:38:07.284Z] Login Succeeded [2023-03-23T11:38:07.284Z] docker.io [2023-03-23T11:38:07.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:38:07.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:38:07.809Z] Configure a credential helper to remove this warning. See [2023-03-23T11:38:07.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:38:07.809Z] [2023-03-23T11:38:07.809Z] Login Succeeded [2023-03-23T11:38:07.809Z] ---> docker-login.sh ends [Pipeline] } [2023-03-23T11:38:07.818Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-23T11:38:08.205Z] + git rev-list -1 --merges dd1354e29c7435bb79278fb9ff8e460793054574~1..dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] echo [2023-03-23T11:38:08.279Z] -----------> git rev-list -1 --merges dd1354e29c7435bb79278fb9ff8e460793054574~1..dd1354e29c7435bb79278fb9ff8e460793054574 dd1354e29c7435bb79278fb9ff8e460793054574 [false] [Pipeline] sh [2023-03-23T11:38:08.582Z] + git log --format=format:%s -1 dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] echo [2023-03-23T11:38:08.598Z] ========================================================= [2023-03-23T11:38:08.598Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-23T11:38:08.598Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-23T11:38:08.942Z] + git log --format=format:%s -1 dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] echo [2023-03-23T11:38:08.953Z] [semverPrep] GIT_COMMIT: dd1354e29c7435bb79278fb9ff8e460793054574, Commit Message: fix(snap): Refactor to avoid conflicts with readonly config provider directory (#533) [Pipeline] echo [2023-03-23T11:38:08.963Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-23T11:38:09.303Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-23T11:38:09.303Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-23T11:38:09.303Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-23T11:38:09.303Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-23T11:38:09.303Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-23T11:38:09.303Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-23T11:38:09.303Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:38:09.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-23T11:38:09.639Z] [2023-03-23T11:38:09.639Z] 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-23T11:38:09.937Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-23T11:38:09.937Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-23T11:38:09.937Z] b85a868b505f: Pulling fs layer [2023-03-23T11:38:09.937Z] e2be974225ed: Pulling fs layer [2023-03-23T11:38:09.937Z] 339a4e72a1f5: Pulling fs layer [2023-03-23T11:38:09.937Z] 988bab9f4d93: Pulling fs layer [2023-03-23T11:38:09.937Z] 1469e6f7b9e6: Pulling fs layer [2023-03-23T11:38:09.937Z] eaf3925da568: Pulling fs layer [2023-03-23T11:38:09.937Z] 1469e6f7b9e6: Waiting [2023-03-23T11:38:09.937Z] 988bab9f4d93: Waiting [2023-03-23T11:38:09.937Z] bab4dde63d76: Pulling fs layer [2023-03-23T11:38:09.937Z] eaf3925da568: Waiting [2023-03-23T11:38:09.937Z] bde34c3a00c8: Pulling fs layer [2023-03-23T11:38:09.937Z] b352a97aabf1: Pulling fs layer [2023-03-23T11:38:09.937Z] bde34c3a00c8: Waiting [2023-03-23T11:38:09.937Z] 4872d77fe225: Pulling fs layer [2023-03-23T11:38:09.937Z] b352a97aabf1: Waiting [2023-03-23T11:38:09.937Z] 5851b861e8e6: Pulling fs layer [2023-03-23T11:38:09.937Z] 4872d77fe225: Waiting [2023-03-23T11:38:09.937Z] e2be974225ed: Verifying Checksum [2023-03-23T11:38:09.937Z] 988bab9f4d93: Download complete [2023-03-23T11:38:10.197Z] 1469e6f7b9e6: Verifying Checksum [2023-03-23T11:38:10.197Z] 1469e6f7b9e6: Download complete [2023-03-23T11:38:10.197Z] eaf3925da568: Verifying Checksum [2023-03-23T11:38:10.197Z] eaf3925da568: Download complete [2023-03-23T11:38:10.197Z] 339a4e72a1f5: Verifying Checksum [2023-03-23T11:38:10.197Z] 339a4e72a1f5: Download complete [2023-03-23T11:38:10.197Z] bde34c3a00c8: Verifying Checksum [2023-03-23T11:38:10.197Z] bde34c3a00c8: Download complete [2023-03-23T11:38:10.197Z] b352a97aabf1: Download complete [2023-03-23T11:38:10.197Z] 4872d77fe225: Verifying Checksum [2023-03-23T11:38:10.197Z] 4872d77fe225: Download complete [2023-03-23T11:38:10.197Z] 5851b861e8e6: Verifying Checksum [2023-03-23T11:38:10.197Z] 5851b861e8e6: Download complete [2023-03-23T11:38:10.197Z] b85a868b505f: Verifying Checksum [2023-03-23T11:38:10.197Z] b85a868b505f: Download complete [2023-03-23T11:38:10.456Z] bab4dde63d76: Verifying Checksum [2023-03-23T11:38:10.456Z] bab4dde63d76: Download complete [2023-03-23T11:38:11.840Z] b85a868b505f: Pull complete [2023-03-23T11:38:11.840Z] e2be974225ed: Pull complete [2023-03-23T11:38:12.407Z] 339a4e72a1f5: Pull complete [2023-03-23T11:38:12.407Z] 988bab9f4d93: Pull complete [2023-03-23T11:38:12.666Z] 1469e6f7b9e6: Pull complete [2023-03-23T11:38:12.925Z] eaf3925da568: Pull complete [2023-03-23T11:38:14.838Z] bab4dde63d76: Pull complete [2023-03-23T11:38:14.838Z] bde34c3a00c8: Pull complete [2023-03-23T11:38:14.838Z] b352a97aabf1: Pull complete [2023-03-23T11:38:15.097Z] 4872d77fe225: Pull complete [2023-03-23T11:38:15.097Z] 5851b861e8e6: Pull complete [2023-03-23T11:38:15.097Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-23T11:38:15.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-23T11:38:15.097Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:38:15.205Z] prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container [2023-03-23T11:38:15.234Z] $ 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-23T11:38:17.267Z] $ docker top beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc -eo pid,comm [2023-03-23T11:38:17.327Z] 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-23T11:38:17.327Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-23T11:38:17.367Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-23T11:38:17.367Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-23T11:38:17.488Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-23T11:38:17.489Z] $ docker exec beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc ssh-agent [2023-03-23T11:38:17.622Z] SSH_AUTH_SOCK=/tmp/ssh-VtUQeWEsrmZw/agent.32 [2023-03-23T11:38:17.622Z] SSH_AGENT_PID=38 [2023-03-23T11:38:17.629Z] Running ssh-add (command line suppressed) [2023-03-23T11:38:17.737Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2627396192543904565.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2627396192543904565.key) [2023-03-23T11:38:17.754Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-23T11:38:18.050Z] + git tag --points-at HEAD [Pipeline] } [2023-03-23T11:38:18.060Z] $ docker exec --env ******** --env ******** beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc ssh-agent -k [2023-03-23T11:38:18.165Z] unset SSH_AUTH_SOCK; [2023-03-23T11:38:18.165Z] unset SSH_AGENT_PID; [2023-03-23T11:38:18.165Z] echo Agent pid 38 killed; [2023-03-23T11:38:18.177Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-23T11:38:18.203Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-23T11:38:18.203Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-23T11:38:18.319Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-23T11:38:18.320Z] $ docker exec beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc ssh-agent [2023-03-23T11:38:18.451Z] SSH_AUTH_SOCK=/tmp/ssh-3pUTCru2Ll7F/agent.71 [2023-03-23T11:38:18.451Z] SSH_AGENT_PID=77 [2023-03-23T11:38:18.457Z] Running ssh-add (command line suppressed) [2023-03-23T11:38:18.591Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2213999097150106190.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2213999097150106190.key) [2023-03-23T11:38:18.609Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-23T11:38:18.899Z] + git semver init [2023-03-23T11:38:19.160Z] 2023-03-23 11:38:19,074 [run_init] DEBUG init version:0.0.0 force:False [2023-03-23T11:38:19.160Z] 2023-03-23 11:38:19,074 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-03-23T11:38:19.160Z] 2023-03-23 11:38:19,075 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2023-03-23T11:38:19.160Z] 2023-03-23 11:38:19,075 [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-23T11:38:20.102Z] 2023-03-23 11:38:19,844 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-03-23T11:38:20.102Z] 2023-03-23 11:38:19,845 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2023-03-23T11:38:20.102Z] 2023-03-23 11:38:19,846 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-23T11:38:20.102Z] 2023-03-23 11:38:19,846 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-23T11:38:20.102Z] 3.0.0-dev.25 [Pipeline] } [2023-03-23T11:38:20.110Z] $ docker exec --env ******** --env ******** beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc ssh-agent -k [2023-03-23T11:38:20.211Z] unset SSH_AUTH_SOCK; [2023-03-23T11:38:20.211Z] unset SSH_AGENT_PID; [2023-03-23T11:38:20.211Z] echo Agent pid 77 killed; [2023-03-23T11:38:20.228Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-23T11:38:20.536Z] + git semver [Pipeline] } [2023-03-23T11:38:20.812Z] $ docker stop --time=1 beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc [2023-03-23T11:38:22.234Z] $ docker rm -f --volumes beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-23T11:38:22.592Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-23T11:38:22.818Z] Stashed 1 file(s) [Pipeline] echo [2023-03-23T11:38:22.820Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.25 [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-23T11:38:22.971Z] provisioning config files... [2023-03-23T11:38:22.980Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16596792258969338058tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:38:23.281Z] ---> docker-login.sh [2023-03-23T11:38:23.281Z] nexus3.edgexfoundry.org:10001 [2023-03-23T11:38:23.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:38:23.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:38:23.281Z] Configure a credential helper to remove this warning. See [2023-03-23T11:38:23.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:38:23.281Z] [2023-03-23T11:38:23.281Z] Login Succeeded [2023-03-23T11:38:23.281Z] nexus3.edgexfoundry.org:10002 [2023-03-23T11:38:23.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:38:23.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:38:23.281Z] Configure a credential helper to remove this warning. See [2023-03-23T11:38:23.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:38:23.281Z] [2023-03-23T11:38:23.281Z] Login Succeeded [2023-03-23T11:38:23.541Z] nexus3.edgexfoundry.org:10003 [2023-03-23T11:38:23.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:38:23.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:38:23.541Z] Configure a credential helper to remove this warning. See [2023-03-23T11:38:23.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:38:23.541Z] [2023-03-23T11:38:23.541Z] Login Succeeded [2023-03-23T11:38:23.541Z] nexus3.edgexfoundry.org:10004 [2023-03-23T11:38:23.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:38:23.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:38:23.541Z] Configure a credential helper to remove this warning. See [2023-03-23T11:38:23.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:38:23.541Z] [2023-03-23T11:38:23.541Z] Login Succeeded [2023-03-23T11:38:23.541Z] docker.io [2023-03-23T11:38:23.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:38:24.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:38:24.062Z] Configure a credential helper to remove this warning. See [2023-03-23T11:38:24.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:38:24.062Z] [2023-03-23T11:38:24.062Z] Login Succeeded [2023-03-23T11:38:24.062Z] ---> docker-login.sh ends [Pipeline] } [2023-03-23T11:38:24.070Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-23T11:38:24.146Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-23T11:38:24.161Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-23T11:38:24.175Z] ========================================================= [2023-03-23T11:38:24.175Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-23T11:38:24.175Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:38:24.500Z] + 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-23T11:38:24.500Z] Sending build context to Docker daemon 3.24MB [2023-03-23T11:38:24.501Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-23T11:38:24.501Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-23T11:38:24.501Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-23T11:38:24.501Z] 63b65145d645: Pulling fs layer [2023-03-23T11:38:24.501Z] a2d21d5440eb: Pulling fs layer [2023-03-23T11:38:24.501Z] 935e6c44a52c: Pulling fs layer [2023-03-23T11:38:24.501Z] 94cc34f8dd06: Pulling fs layer [2023-03-23T11:38:24.501Z] 30dea6a524f1: Pulling fs layer [2023-03-23T11:38:24.501Z] a2aff8979fd8: Pulling fs layer [2023-03-23T11:38:24.501Z] 6808be2612f2: Pulling fs layer [2023-03-23T11:38:24.501Z] f25807f1079a: Pulling fs layer [2023-03-23T11:38:24.501Z] 30dea6a524f1: Waiting [2023-03-23T11:38:24.501Z] a2aff8979fd8: Waiting [2023-03-23T11:38:24.501Z] 6808be2612f2: Waiting [2023-03-23T11:38:24.501Z] f25807f1079a: Waiting [2023-03-23T11:38:24.501Z] 94cc34f8dd06: Waiting [2023-03-23T11:38:24.501Z] a2d21d5440eb: Verifying Checksum [2023-03-23T11:38:24.501Z] a2d21d5440eb: Download complete [2023-03-23T11:38:24.501Z] 94cc34f8dd06: Verifying Checksum [2023-03-23T11:38:24.501Z] 94cc34f8dd06: Download complete [2023-03-23T11:38:24.501Z] 30dea6a524f1: Verifying Checksum [2023-03-23T11:38:24.501Z] 30dea6a524f1: Download complete [2023-03-23T11:38:24.764Z] 63b65145d645: Verifying Checksum [2023-03-23T11:38:24.764Z] 63b65145d645: Download complete [2023-03-23T11:38:24.764Z] a2aff8979fd8: Verifying Checksum [2023-03-23T11:38:24.764Z] a2aff8979fd8: Download complete [2023-03-23T11:38:24.764Z] 63b65145d645: Pull complete [2023-03-23T11:38:25.030Z] a2d21d5440eb: Pull complete [2023-03-23T11:38:25.295Z] f25807f1079a: Verifying Checksum [2023-03-23T11:38:25.295Z] f25807f1079a: Download complete [2023-03-23T11:38:25.554Z] 935e6c44a52c: Verifying Checksum [2023-03-23T11:38:25.554Z] 935e6c44a52c: Download complete [2023-03-23T11:38:25.554Z] 6808be2612f2: Verifying Checksum [2023-03-23T11:38:25.554Z] 6808be2612f2: Download complete [2023-03-23T11:38:29.750Z] 935e6c44a52c: Pull complete [2023-03-23T11:38:29.750Z] 94cc34f8dd06: Pull complete [2023-03-23T11:38:29.750Z] 30dea6a524f1: Pull complete [2023-03-23T11:38:29.750Z] a2aff8979fd8: Pull complete [2023-03-23T11:38:32.281Z] 6808be2612f2: Pull complete [2023-03-23T11:38:32.850Z] f25807f1079a: Pull complete [2023-03-23T11:38:32.850Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-23T11:38:32.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-23T11:38:32.850Z] ---> 3b553350e43f [2023-03-23T11:38:32.850Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-23T11:38:34.778Z] ---> Running in b861cbf1e626 [2023-03-23T11:38:34.778Z] Removing intermediate container b861cbf1e626 [2023-03-23T11:38:34.778Z] ---> d14cf2738cb2 [2023-03-23T11:38:34.778Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-23T11:38:34.778Z] ---> Running in 1b624dad96f4 [2023-03-23T11:38:34.778Z] Removing intermediate container 1b624dad96f4 [2023-03-23T11:38:34.778Z] ---> ec2202c353f7 [2023-03-23T11:38:34.778Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-23T11:38:35.039Z] ---> Running in 471a12e07e3e [2023-03-23T11:38:35.039Z] Removing intermediate container 471a12e07e3e [2023-03-23T11:38:35.039Z] ---> 04fbbb7be68a [2023-03-23T11:38:35.039Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-23T11:38:35.039Z] ---> Running in b1c891f74b8c [2023-03-23T11:38:35.298Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-23T11:38:35.561Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-23T11:38:36.133Z] OK: 265 MiB in 53 packages [2023-03-23T11:38:36.392Z] Removing intermediate container b1c891f74b8c [2023-03-23T11:38:36.392Z] ---> 7571094ecc7b [2023-03-23T11:38:36.392Z] Step 7/12 : WORKDIR /app [2023-03-23T11:38:36.392Z] ---> Running in d403cde35e99 [2023-03-23T11:38:36.652Z] Removing intermediate container d403cde35e99 [2023-03-23T11:38:36.652Z] ---> 8f8fbe0cb730 [2023-03-23T11:38:36.652Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-23T11:38:36.652Z] ---> ab1fcd8d9895 [2023-03-23T11:38:36.652Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-23T11:38:36.652Z] ---> Running in 3eceb2187558 [2023-03-23T11:38:37.926Z] Still waiting to schedule task [2023-03-23T11:38:37.926Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5445’ [2023-03-23T11:39:08.761Z] Removing intermediate container 3eceb2187558 [2023-03-23T11:39:08.761Z] ---> 9e4895f0c288 [2023-03-23T11:39:08.761Z] Step 10/12 : COPY . . [2023-03-23T11:39:08.761Z] ---> b361bdd66429 [2023-03-23T11:39:08.761Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-23T11:39:08.761Z] ---> Running in fd8a00fd26e2 [2023-03-23T11:39:08.761Z] Removing intermediate container fd8a00fd26e2 [2023-03-23T11:39:08.761Z] ---> d55141a2de37 [2023-03-23T11:39:08.761Z] Step 12/12 : RUN $MAKE [2023-03-23T11:39:08.761Z] ---> Running in fb44fe037414 [2023-03-23T11:39:08.761Z] noop [2023-03-23T11:39:08.761Z] Removing intermediate container fb44fe037414 [2023-03-23T11:39:08.761Z] ---> 42c9bc69309d [2023-03-23T11:39:08.761Z] Successfully built 42c9bc69309d [2023-03-23T11:39:08.761Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:39:09.066Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-23T11:39:09.066Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:39:09.132Z] prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container [2023-03-23T11:39:09.159Z] $ 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-23T11:39:09.608Z] $ docker top 5333069b09458fe75467c448edeb70eb8a54fe6363b51df6ff58f2a85053676c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-23T11:39:09.960Z] + go version [2023-03-23T11:39:09.960Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-23T11:39:09.968Z] $ docker stop --time=1 5333069b09458fe75467c448edeb70eb8a54fe6363b51df6ff58f2a85053676c [2023-03-23T11:39:11.298Z] $ docker rm -f --volumes 5333069b09458fe75467c448edeb70eb8a54fe6363b51df6ff58f2a85053676c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:39:11.683Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-23T11:39:11.683Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:39:11.749Z] prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container [2023-03-23T11:39:11.779Z] $ 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-23T11:39:12.224Z] $ docker top a2bad5f1f93609ea4266629d6f610beed5b80a2f92c67790e1fced2f97f8c025 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-23T11:39:12.565Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-03-23T11:39:12.858Z] + make test [2023-03-23T11:39:12.858Z] go test -race -coverprofile=coverage.out ./... [2023-03-23T11:39:34.811Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-23T11:39:52.894Z] go vet ./... [2023-03-23T11:39:57.090Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-23T11:39:57.090Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-23T11:39:57.090Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-23T11:39:57.102Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-23T11:39:57.116Z] $ docker stop --time=1 a2bad5f1f93609ea4266629d6f610beed5b80a2f92c67790e1fced2f97f8c025 [2023-03-23T11:39:59.412Z] $ docker rm -f --volumes a2bad5f1f93609ea4266629d6f610beed5b80a2f92c67790e1fced2f97f8c025 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-23T11:39:59.913Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-23T11:39:59.966Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-23T11:40:00.427Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-23T11:40:00.715Z] + ls -al . [2023-03-23T11:40:00.715Z] total 176 [2023-03-23T11:40:00.715Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 11:39 . [2023-03-23T11:40:00.715Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 11:38 .. [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 23 11:38 .dockerignore [2023-03-23T11:40:00.715Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 11:38 .git [2023-03-23T11:40:00.715Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 11:38 .github [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 23 11:38 .gitignore [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 23 11:38 .golangci.yml [2023-03-23T11:40:00.715Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 23 11:38 .semver [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 9320 Mar 23 11:38 Attribution.txt [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 23 11:38 CHANGELOG.md [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 23 11:38 Dockerfile [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 23 11:38 GOVERNANCE.md [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 23 11:38 Jenkinsfile [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 23 11:38 LICENSE [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 23 11:38 OWNERS.md [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 23 11:38 README.md [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 23 11:38 VERSION [2023-03-23T11:40:00.715Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 11:38 bin [2023-03-23T11:40:00.715Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 23 11:39 coverage.out [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 3309 Mar 23 11:38 go.mod [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 30618 Mar 23 11:38 go.sum [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 23 11:38 main.go [2023-03-23T11:40:00.715Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 23 11:38 makefile [2023-03-23T11:40:00.715Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 23 11:38 res [2023-03-23T11:40:00.715Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 11:38 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:40:01.032Z] + 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=dd1354e29c7435bb79278fb9ff8e460793054574 --label arch=amd64 --label version=3.0.0-dev.25 . [2023-03-23T11:40:01.032Z] Sending build context to Docker daemon 3.241MB [2023-03-23T11:40:01.032Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-23T11:40:01.032Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-23T11:40:01.032Z] ---> 42c9bc69309d [2023-03-23T11:40:01.032Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-23T11:40:01.032Z] ---> Running in 1026c5e36303 [2023-03-23T11:40:01.293Z] Removing intermediate container 1026c5e36303 [2023-03-23T11:40:01.293Z] ---> 9793311d1532 [2023-03-23T11:40:01.293Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-23T11:40:01.293Z] ---> Running in b3bae00c6cd2 [2023-03-23T11:40:01.550Z] Removing intermediate container b3bae00c6cd2 [2023-03-23T11:40:01.550Z] ---> 0e40e1e08be8 [2023-03-23T11:40:01.550Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-23T11:40:01.550Z] ---> Running in 459eb0b5d890 [2023-03-23T11:40:01.550Z] Removing intermediate container 459eb0b5d890 [2023-03-23T11:40:01.550Z] ---> 975f3380a2e1 [2023-03-23T11:40:01.550Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-23T11:40:01.550Z] ---> Running in d34b9ef070bb [2023-03-23T11:40:02.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-23T11:40:02.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-23T11:40:02.377Z] OK: 265 MiB in 53 packages [2023-03-23T11:40:03.021Z] Removing intermediate container d34b9ef070bb [2023-03-23T11:40:03.021Z] ---> e1d944a42564 [2023-03-23T11:40:03.021Z] Step 7/26 : WORKDIR /app [2023-03-23T11:40:03.021Z] ---> Running in f4bd20b38837 [2023-03-23T11:40:03.021Z] Removing intermediate container f4bd20b38837 [2023-03-23T11:40:03.021Z] ---> c8818f101c04 [2023-03-23T11:40:03.021Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-23T11:40:03.021Z] ---> ac4b8800f1f9 [2023-03-23T11:40:03.021Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-23T11:40:03.308Z] ---> Running in ecb060c380f0 [2023-03-23T11:40:04.286Z] Removing intermediate container ecb060c380f0 [2023-03-23T11:40:04.286Z] ---> 1fa75b947a66 [2023-03-23T11:40:04.286Z] Step 10/26 : COPY . . [2023-03-23T11:40:04.286Z] ---> 66149b38588e [2023-03-23T11:40:04.286Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-23T11:40:04.286Z] ---> Running in 76e74fd5e1f0 [2023-03-23T11:40:04.546Z] Removing intermediate container 76e74fd5e1f0 [2023-03-23T11:40:04.546Z] ---> 540a3382a891 [2023-03-23T11:40:04.546Z] Step 12/26 : RUN $MAKE [2023-03-23T11:40:04.546Z] ---> Running in e4d3ec1d21e6 [2023-03-23T11:40:04.805Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.25" -trimpath -mod=readonly -o app-service-configurable [2023-03-23T11:40:22.891Z] Removing intermediate container e4d3ec1d21e6 [2023-03-23T11:40:22.891Z] ---> ae5c91b13f14 [2023-03-23T11:40:22.891Z] Step 13/26 : FROM alpine:3.17 [2023-03-23T11:40:23.151Z] 3.17: Pulling from library/alpine [2023-03-23T11:40:23.151Z] 63b65145d645: Already exists [2023-03-23T11:40:23.417Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-23T11:40:23.417Z] Status: Downloaded newer image for alpine:3.17 [2023-03-23T11:40:23.417Z] ---> b2aa39c304c2 [2023-03-23T11:40:23.417Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-23T11:40:23.417Z] ---> Running in 6b0fc2f13ebd [2023-03-23T11:40:23.417Z] Removing intermediate container 6b0fc2f13ebd [2023-03-23T11:40:23.417Z] ---> 42f14effd81e [2023-03-23T11:40:23.417Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-23T11:40:23.676Z] ---> Running in 72f9af17ea84 [2023-03-23T11:40:23.676Z] Removing intermediate container 72f9af17ea84 [2023-03-23T11:40:23.676Z] ---> 3578d8074301 [2023-03-23T11:40:23.676Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-23T11:40:23.676Z] ---> Running in da1780fc7b86 [2023-03-23T11:40:23.935Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-23T11:40:24.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-23T11:40:24.763Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-23T11:40:24.763Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-23T11:40:24.763Z] Executing busybox-1.35.0-r29.trigger [2023-03-23T11:40:24.763Z] Executing ca-certificates-20220614-r4.trigger [2023-03-23T11:40:24.763Z] OK: 8 MiB in 17 packages [2023-03-23T11:40:25.330Z] Removing intermediate container da1780fc7b86 [2023-03-23T11:40:25.330Z] ---> 7cbd536ac12c [2023-03-23T11:40:25.330Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-23T11:40:25.597Z] ---> d3d9d87e3365 [2023-03-23T11:40:25.597Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-23T11:40:25.858Z] ---> e81a78ce44d0 [2023-03-23T11:40:25.858Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-23T11:40:26.130Z] ---> 8c5baabca638 [2023-03-23T11:40:26.130Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-23T11:40:26.705Z] ---> 2141d02b6840 [2023-03-23T11:40:26.705Z] Step 21/26 : EXPOSE 48095 [2023-03-23T11:40:26.705Z] ---> Running in 1c761c15de65 [2023-03-23T11:40:26.705Z] Removing intermediate container 1c761c15de65 [2023-03-23T11:40:26.705Z] ---> a80fc5e76b9f [2023-03-23T11:40:26.705Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-23T11:40:26.964Z] ---> Running in 21af888d9ec7 [2023-03-23T11:40:26.964Z] Removing intermediate container 21af888d9ec7 [2023-03-23T11:40:26.964Z] ---> a006fac27af7 [2023-03-23T11:40:26.964Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-23T11:40:26.964Z] ---> Running in 4099cbefad23 [2023-03-23T11:40:27.229Z] Removing intermediate container 4099cbefad23 [2023-03-23T11:40:27.229Z] ---> 7ead78d85832 [2023-03-23T11:40:27.229Z] Step 24/26 : LABEL arch=amd64 [2023-03-23T11:40:27.229Z] ---> Running in f7ab179c8804 [2023-03-23T11:40:27.229Z] Removing intermediate container f7ab179c8804 [2023-03-23T11:40:27.229Z] ---> 8350f7fabd5c [2023-03-23T11:40:27.229Z] Step 25/26 : LABEL git_sha=dd1354e29c7435bb79278fb9ff8e460793054574 [2023-03-23T11:40:27.490Z] ---> Running in fb810229fb48 [2023-03-23T11:40:27.490Z] Removing intermediate container fb810229fb48 [2023-03-23T11:40:27.490Z] ---> 827392add6c3 [2023-03-23T11:40:27.490Z] Step 26/26 : LABEL version=3.0.0-dev.25 [2023-03-23T11:40:27.749Z] ---> Running in 21c2acf61f38 [2023-03-23T11:40:27.749Z] Removing intermediate container 21c2acf61f38 [2023-03-23T11:40:27.749Z] ---> 91c5921e3ca5 [2023-03-23T11:40:27.749Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-23T11:40:27.749Z] Successfully built 91c5921e3ca5 [2023-03-23T11:40:27.749Z] 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-23T11:40:27.853Z] provisioning config files... [2023-03-23T11:40:27.863Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16426719262048233273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:40:28.162Z] ---> docker-login.sh [2023-03-23T11:40:28.162Z] nexus3.edgexfoundry.org:10001 [2023-03-23T11:40:28.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:40:28.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:40:28.162Z] Configure a credential helper to remove this warning. See [2023-03-23T11:40:28.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:40:28.162Z] [2023-03-23T11:40:28.162Z] Login Succeeded [2023-03-23T11:40:28.162Z] nexus3.edgexfoundry.org:10002 [2023-03-23T11:40:28.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:40:28.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:40:28.162Z] Configure a credential helper to remove this warning. See [2023-03-23T11:40:28.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:40:28.162Z] [2023-03-23T11:40:28.162Z] Login Succeeded [2023-03-23T11:40:28.162Z] nexus3.edgexfoundry.org:10003 [2023-03-23T11:40:28.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:40:28.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:40:28.422Z] Configure a credential helper to remove this warning. See [2023-03-23T11:40:28.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:40:28.422Z] [2023-03-23T11:40:28.422Z] Login Succeeded [2023-03-23T11:40:28.422Z] nexus3.edgexfoundry.org:10004 [2023-03-23T11:40:28.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:40:28.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:40:28.422Z] Configure a credential helper to remove this warning. See [2023-03-23T11:40:28.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:40:28.422Z] [2023-03-23T11:40:28.422Z] Login Succeeded [2023-03-23T11:40:28.422Z] docker.io [2023-03-23T11:40:28.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:40:28.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:40:28.942Z] Configure a credential helper to remove this warning. See [2023-03-23T11:40:28.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:40:28.942Z] [2023-03-23T11:40:28.942Z] Login Succeeded [2023-03-23T11:40:28.942Z] ---> docker-login.sh ends [Pipeline] } [2023-03-23T11:40:28.949Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-23T11:40:28.986Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-23T11:40:29.008Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-03-23T11:40:29.008Z] dd1354e29c7435bb79278fb9ff8e460793054574 [2023-03-23T11:40:29.008Z] latest [2023-03-23T11:40:29.008Z] 3.0.0-dev.25 [2023-03-23T11:40:29.008Z] dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 [2023-03-23T11:40:29.008Z] main [2023-03-23T11:40:29.008Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:40:29.328Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:40:29.648Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:dd1354e29c7435bb79278fb9ff8e460793054574 [2023-03-23T11:40:29.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-23T11:40:29.648Z] 9c24418c2ab5: Preparing [2023-03-23T11:40:29.648Z] 69069071c791: Preparing [2023-03-23T11:40:29.648Z] f5481a9164fb: Preparing [2023-03-23T11:40:29.648Z] fc64f24b1bf4: Preparing [2023-03-23T11:40:29.648Z] 9faea8c74cba: Preparing [2023-03-23T11:40:29.648Z] 7cd52847ad77: Preparing [2023-03-23T11:40:29.648Z] 7cd52847ad77: Waiting [2023-03-23T11:40:29.648Z] fc64f24b1bf4: Pushed [2023-03-23T11:40:29.648Z] 69069071c791: Pushed [2023-03-23T11:40:29.648Z] f5481a9164fb: Pushed [2023-03-23T11:40:29.648Z] 7cd52847ad77: Layer already exists [2023-03-23T11:40:29.648Z] 9faea8c74cba: Pushed [2023-03-23T11:40:32.183Z] 9c24418c2ab5: Pushed [2023-03-23T11:40:32.442Z] dd1354e29c7435bb79278fb9ff8e460793054574: digest: sha256:38c4703e0a57d8bec2fff0166bf6b83ccdb069d46dd69c85e73fa41b555c42e1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:40:32.762Z] + 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-23T11:40:33.068Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-03-23T11:40:33.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-23T11:40:33.068Z] 9c24418c2ab5: Preparing [2023-03-23T11:40:33.068Z] 69069071c791: Preparing [2023-03-23T11:40:33.068Z] f5481a9164fb: Preparing [2023-03-23T11:40:33.068Z] fc64f24b1bf4: Preparing [2023-03-23T11:40:33.068Z] 9faea8c74cba: Preparing [2023-03-23T11:40:33.068Z] 7cd52847ad77: Preparing [2023-03-23T11:40:33.068Z] 7cd52847ad77: Waiting [2023-03-23T11:40:33.068Z] fc64f24b1bf4: Layer already exists [2023-03-23T11:40:33.068Z] 9faea8c74cba: Layer already exists [2023-03-23T11:40:33.068Z] 9c24418c2ab5: Layer already exists [2023-03-23T11:40:33.068Z] 69069071c791: Layer already exists [2023-03-23T11:40:33.068Z] f5481a9164fb: Layer already exists [2023-03-23T11:40:33.068Z] 7cd52847ad77: Layer already exists [2023-03-23T11:40:33.068Z] latest: digest: sha256:38c4703e0a57d8bec2fff0166bf6b83ccdb069d46dd69c85e73fa41b555c42e1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:40:33.373Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:40:33.677Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.25 [2023-03-23T11:40:33.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-23T11:40:33.677Z] 9c24418c2ab5: Preparing [2023-03-23T11:40:33.677Z] 69069071c791: Preparing [2023-03-23T11:40:33.677Z] f5481a9164fb: Preparing [2023-03-23T11:40:33.677Z] fc64f24b1bf4: Preparing [2023-03-23T11:40:33.677Z] 9faea8c74cba: Preparing [2023-03-23T11:40:33.677Z] 7cd52847ad77: Preparing [2023-03-23T11:40:33.677Z] 7cd52847ad77: Waiting [2023-03-23T11:40:33.677Z] 9faea8c74cba: Layer already exists [2023-03-23T11:40:33.677Z] fc64f24b1bf4: Layer already exists [2023-03-23T11:40:33.677Z] 69069071c791: Layer already exists [2023-03-23T11:40:33.677Z] f5481a9164fb: Layer already exists [2023-03-23T11:40:33.677Z] 9c24418c2ab5: Layer already exists [2023-03-23T11:40:33.677Z] 7cd52847ad77: Layer already exists [2023-03-23T11:40:33.677Z] 3.0.0-dev.25: digest: sha256:38c4703e0a57d8bec2fff0166bf6b83ccdb069d46dd69c85e73fa41b555c42e1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:40:33.991Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:40:34.298Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 [2023-03-23T11:40:34.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-23T11:40:34.298Z] 9c24418c2ab5: Preparing [2023-03-23T11:40:34.298Z] 69069071c791: Preparing [2023-03-23T11:40:34.298Z] f5481a9164fb: Preparing [2023-03-23T11:40:34.298Z] fc64f24b1bf4: Preparing [2023-03-23T11:40:34.298Z] 9faea8c74cba: Preparing [2023-03-23T11:40:34.298Z] 7cd52847ad77: Preparing [2023-03-23T11:40:34.298Z] 7cd52847ad77: Waiting [2023-03-23T11:40:34.298Z] f5481a9164fb: Layer already exists [2023-03-23T11:40:34.298Z] 9faea8c74cba: Layer already exists [2023-03-23T11:40:34.298Z] 69069071c791: Layer already exists [2023-03-23T11:40:34.298Z] fc64f24b1bf4: Layer already exists [2023-03-23T11:40:34.298Z] 9c24418c2ab5: Layer already exists [2023-03-23T11:40:34.298Z] 7cd52847ad77: Layer already exists [2023-03-23T11:40:34.298Z] dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25: digest: sha256:38c4703e0a57d8bec2fff0166bf6b83ccdb069d46dd69c85e73fa41b555c42e1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:40:34.605Z] + 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-23T11:40:34.912Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-03-23T11:40:34.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-23T11:40:34.912Z] 9c24418c2ab5: Preparing [2023-03-23T11:40:34.912Z] 69069071c791: Preparing [2023-03-23T11:40:34.912Z] f5481a9164fb: Preparing [2023-03-23T11:40:34.912Z] fc64f24b1bf4: Preparing [2023-03-23T11:40:34.912Z] 9faea8c74cba: Preparing [2023-03-23T11:40:34.912Z] 7cd52847ad77: Preparing [2023-03-23T11:40:34.912Z] 7cd52847ad77: Waiting [2023-03-23T11:40:34.912Z] f5481a9164fb: Layer already exists [2023-03-23T11:40:34.912Z] 69069071c791: Layer already exists [2023-03-23T11:40:34.912Z] fc64f24b1bf4: Layer already exists [2023-03-23T11:40:34.912Z] 9faea8c74cba: Layer already exists [2023-03-23T11:40:34.912Z] 9c24418c2ab5: Layer already exists [2023-03-23T11:40:34.912Z] 7cd52847ad77: Layer already exists [2023-03-23T11:40:34.912Z] main: digest: sha256:38c4703e0a57d8bec2fff0166bf6b83ccdb069d46dd69c85e73fa41b555c42e1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-23T11:40:34.949Z] ===================================================== [Pipeline] echo [2023-03-23T11:40:34.954Z] taggedImages: [2023-03-23T11:40:34.954Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:dd1354e29c7435bb79278fb9ff8e460793054574 [2023-03-23T11:40:34.954Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-03-23T11:40:34.954Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.25 [2023-03-23T11:40:34.954Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 [2023-03-23T11:40:34.954Z] - 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-23T11:40:35.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-23T11:40:35.325Z] [2023-03-23T11:40:35.325Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:40:35.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-23T11:40:35.625Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-23T11:40:35.625Z] 5eb5b503b376: Pulling fs layer [2023-03-23T11:40:35.625Z] 5c69ac0246d0: Pulling fs layer [2023-03-23T11:40:35.625Z] ec43610c2a17: Pulling fs layer [2023-03-23T11:40:35.625Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-23T11:40:35.625Z] 33b1e0a273af: Pulling fs layer [2023-03-23T11:40:35.625Z] 5d3b04190fa2: Pulling fs layer [2023-03-23T11:40:35.625Z] 2f39f015ded8: Pulling fs layer [2023-03-23T11:40:35.625Z] 33b1e0a273af: Waiting [2023-03-23T11:40:35.625Z] 5d3b04190fa2: Waiting [2023-03-23T11:40:35.625Z] 2f39f015ded8: Waiting [2023-03-23T11:40:35.625Z] 3a2ae6a8a46f: Waiting [2023-03-23T11:40:35.625Z] 5c69ac0246d0: Verifying Checksum [2023-03-23T11:40:35.625Z] 5c69ac0246d0: Download complete [2023-03-23T11:40:35.625Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-23T11:40:35.625Z] 3a2ae6a8a46f: Download complete [2023-03-23T11:40:35.887Z] 33b1e0a273af: Verifying Checksum [2023-03-23T11:40:35.887Z] 33b1e0a273af: Download complete [2023-03-23T11:40:35.887Z] 5d3b04190fa2: Verifying Checksum [2023-03-23T11:40:35.887Z] 5d3b04190fa2: Download complete [2023-03-23T11:40:35.887Z] ec43610c2a17: Verifying Checksum [2023-03-23T11:40:35.887Z] ec43610c2a17: Download complete [2023-03-23T11:40:35.887Z] 5eb5b503b376: Verifying Checksum [2023-03-23T11:40:35.887Z] 5eb5b503b376: Download complete [2023-03-23T11:40:36.823Z] 2f39f015ded8: Download complete [2023-03-23T11:40:37.083Z] 5eb5b503b376: Pull complete [2023-03-23T11:40:37.341Z] 5c69ac0246d0: Pull complete [2023-03-23T11:40:37.599Z] ec43610c2a17: Pull complete [2023-03-23T11:40:37.857Z] 3a2ae6a8a46f: Pull complete [2023-03-23T11:40:38.116Z] 33b1e0a273af: Pull complete [2023-03-23T11:40:38.116Z] 5d3b04190fa2: Pull complete [2023-03-23T11:40:42.298Z] 2f39f015ded8: Pull complete [2023-03-23T11:40:42.298Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-23T11:40:42.298Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-23T11:40:42.298Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:40:42.375Z] prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container [2023-03-23T11:40:42.404Z] $ 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-23T11:40:44.514Z] $ docker top d066eeace160b3d8c0b2d5e6c36ed9c297d552e957a5af011916e1245bbad5d1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:40:44.893Z] ---> job-cost.sh [2023-03-23T11:40:44.893Z] lf-activate-venv: SKIPPING [2023-03-23T11:40:44.893Z] INFO: No Stack... [2023-03-23T11:40:45.154Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-23T11:40:45.725Z] INFO: Archiving Costs [Pipeline] sh [2023-03-23T11:40:46.015Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2023-03-23T11:40:46.015Z] + cut -d, -f6 [Pipeline] lock [2023-03-23T11:40:46.030Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] [2023-03-23T11:40:46.038Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] did not exist. Created. [2023-03-23T11:40:46.038Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-23T11:40:46.335Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-23T11:40:46.375Z] Stashed 1 file(s) [Pipeline] } [2023-03-23T11:40:46.382Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-23T11:40:46.396Z] $ docker stop --time=1 d066eeace160b3d8c0b2d5e6c36ed9c297d552e957a5af011916e1245bbad5d1 [2023-03-23T11:40:47.593Z] $ docker rm -f --volumes d066eeace160b3d8c0b2d5e6c36ed9c297d552e957a5af011916e1245bbad5d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-23T11:42:01.893Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5447 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-03-23T11:42:01.907Z] Running in /w/workspace/app-service-configurable/142 [Pipeline] { [Pipeline] checkout [2023-03-23T11:42:01.953Z] Selected Git installation does not exist. Using Default [2023-03-23T11:42:01.953Z] The recommended git tool is: NONE [2023-03-23T11:42:08.042Z] using credential edgex-jenkins-ssh [2023-03-23T11:42:08.062Z] Cloning the remote Git repository [2023-03-23T11:42:08.120Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-03-23T11:42:08.234Z] > git init /w/workspace/app-service-configurable/142 # timeout=10 [2023-03-23T11:42:08.407Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-03-23T11:42:08.409Z] > git --version # timeout=10 [2023-03-23T11:42:08.431Z] > git --version # 'git version 2.25.1' [2023-03-23T11:42:08.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-23T11:42:08.604Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-23T11:42:13.608Z] Avoid second fetch [2023-03-23T11:42:13.608Z] Checking out Revision dd1354e29c7435bb79278fb9ff8e460793054574 (main) [2023-03-23T11:42:12.658Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-03-23T11:42:12.678Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-23T11:42:13.629Z] > git config core.sparsecheckout # timeout=10 [2023-03-23T11:42:13.718Z] > git checkout -f dd1354e29c7435bb79278fb9ff8e460793054574 # timeout=10 [2023-03-23T11:42:14.215Z] Commit message: "fix(snap): Refactor to avoid conflicts with readonly config provider directory (#533)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-23T11:42:15.209Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-23T11:42:15.209Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-23T11:42:15.209Z] Dload Upload Total Spent Left Speed [2023-03-23T11:42:15.209Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72862 0 --:--:-- --:--:-- --:--:-- 73281 [Pipeline] sh [2023-03-23T11:42:15.866Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-23T11:42:16.202Z] + sudo tee /etc/docker/daemon.new [2023-03-23T11:42:16.202Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-23T11:42:16.202Z] { [2023-03-23T11:42:16.202Z] "registry-mirrors": [ [2023-03-23T11:42:16.202Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-23T11:42:16.202Z] ], [2023-03-23T11:42:16.202Z] "bip": "10.250.0.254/24", [2023-03-23T11:42:16.202Z] "hosts": [ [2023-03-23T11:42:16.202Z] "tcp://0.0.0.0:5555", [2023-03-23T11:42:16.202Z] "unix:///var/run/docker.sock" [2023-03-23T11:42:16.202Z] ], [2023-03-23T11:42:16.202Z] "mtu": 1458, [2023-03-23T11:42:16.202Z] "selinux-enabled": true, [2023-03-23T11:42:16.202Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-23T11:42:16.202Z] } [Pipeline] sh [2023-03-23T11:42:16.538Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-23T11:42:16.893Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-23T11:42:35.186Z] provisioning config files... [2023-03-23T11:42:35.210Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/142@tmp/config11899042260535690637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:42:35.555Z] ---> docker-login.sh [2023-03-23T11:42:35.555Z] nexus3.edgexfoundry.org:10001 [2023-03-23T11:42:35.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:42:36.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:42:36.092Z] Configure a credential helper to remove this warning. See [2023-03-23T11:42:36.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:42:36.092Z] [2023-03-23T11:42:36.092Z] Login Succeeded [2023-03-23T11:42:36.092Z] nexus3.edgexfoundry.org:10002 [2023-03-23T11:42:36.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:42:36.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:42:36.358Z] Configure a credential helper to remove this warning. See [2023-03-23T11:42:36.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:42:36.358Z] [2023-03-23T11:42:36.358Z] Login Succeeded [2023-03-23T11:42:36.358Z] nexus3.edgexfoundry.org:10003 [2023-03-23T11:42:36.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:42:36.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:42:36.896Z] Configure a credential helper to remove this warning. See [2023-03-23T11:42:36.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:42:36.896Z] [2023-03-23T11:42:36.896Z] Login Succeeded [2023-03-23T11:42:36.896Z] nexus3.edgexfoundry.org:10004 [2023-03-23T11:42:37.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:42:37.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:42:37.166Z] Configure a credential helper to remove this warning. See [2023-03-23T11:42:37.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:42:37.166Z] [2023-03-23T11:42:37.166Z] Login Succeeded [2023-03-23T11:42:37.166Z] docker.io [2023-03-23T11:42:37.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:42:37.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:42:37.706Z] Configure a credential helper to remove this warning. See [2023-03-23T11:42:37.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:42:37.706Z] [2023-03-23T11:42:37.706Z] Login Succeeded [2023-03-23T11:42:37.706Z] ---> docker-login.sh ends [Pipeline] } [2023-03-23T11:42:37.721Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-23T11:42:37.991Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-23T11:42:38.004Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-23T11:42:38.012Z] ========================================================= [2023-03-23T11:42:38.012Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-23T11:42:38.012Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:42:38.358Z] + 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-23T11:42:38.358Z] Sending build context to Docker daemon 173.1kB [2023-03-23T11:42:38.627Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-23T11:42:38.627Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-23T11:42:39.214Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-23T11:42:39.214Z] af6eaf76a39c: Pulling fs layer [2023-03-23T11:42:39.214Z] 55522c791124: Pulling fs layer [2023-03-23T11:42:39.214Z] ce5c4a1c91eb: Pulling fs layer [2023-03-23T11:42:39.214Z] 169dfbe0d373: Pulling fs layer [2023-03-23T11:42:39.214Z] e1ff8fa3b103: Pulling fs layer [2023-03-23T11:42:39.214Z] 52ebb69f0ebf: Pulling fs layer [2023-03-23T11:42:39.214Z] 5abe8eddf0d5: Pulling fs layer [2023-03-23T11:42:39.214Z] 169dfbe0d373: Waiting [2023-03-23T11:42:39.214Z] e1ff8fa3b103: Waiting [2023-03-23T11:42:39.214Z] 52ebb69f0ebf: Waiting [2023-03-23T11:42:39.214Z] 5abe8eddf0d5: Waiting [2023-03-23T11:42:39.214Z] 55522c791124: Download complete [2023-03-23T11:42:39.214Z] 169dfbe0d373: Verifying Checksum [2023-03-23T11:42:39.214Z] 169dfbe0d373: Download complete [2023-03-23T11:42:39.483Z] e1ff8fa3b103: Verifying Checksum [2023-03-23T11:42:39.483Z] e1ff8fa3b103: Download complete [2023-03-23T11:42:39.483Z] af6eaf76a39c: Download complete [2023-03-23T11:42:40.461Z] af6eaf76a39c: Pull complete [2023-03-23T11:42:40.461Z] 5abe8eddf0d5: Verifying Checksum [2023-03-23T11:42:40.461Z] 5abe8eddf0d5: Download complete [2023-03-23T11:42:41.063Z] 55522c791124: Pull complete [2023-03-23T11:42:42.057Z] ce5c4a1c91eb: Verifying Checksum [2023-03-23T11:42:42.057Z] ce5c4a1c91eb: Download complete [2023-03-23T11:42:42.057Z] 52ebb69f0ebf: Verifying Checksum [2023-03-23T11:42:42.057Z] 52ebb69f0ebf: Download complete [2023-03-23T11:42:54.563Z] ce5c4a1c91eb: Pull complete [2023-03-23T11:42:54.563Z] 169dfbe0d373: Pull complete [2023-03-23T11:42:54.563Z] e1ff8fa3b103: Pull complete [2023-03-23T11:42:59.933Z] 52ebb69f0ebf: Pull complete [2023-03-23T11:43:00.891Z] 5abe8eddf0d5: Pull complete [2023-03-23T11:43:00.891Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-23T11:43:00.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-23T11:43:00.891Z] ---> 6cb57ee374ae [2023-03-23T11:43:00.891Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-23T11:43:02.842Z] ---> Running in a618ec0aec09 [2023-03-23T11:43:02.842Z] Removing intermediate container a618ec0aec09 [2023-03-23T11:43:02.842Z] ---> 71c97353f1ea [2023-03-23T11:43:02.842Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-23T11:43:03.109Z] ---> Running in 76f5db69cc93 [2023-03-23T11:43:03.376Z] Removing intermediate container 76f5db69cc93 [2023-03-23T11:43:03.376Z] ---> f870669fb4ed [2023-03-23T11:43:03.376Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-23T11:43:03.377Z] ---> Running in a9e313f50a25 [2023-03-23T11:43:03.648Z] Removing intermediate container a9e313f50a25 [2023-03-23T11:43:03.648Z] ---> 1d28f4209704 [2023-03-23T11:43:03.648Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-23T11:43:03.917Z] ---> Running in 14b2001d27f7 [2023-03-23T11:43:04.891Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-23T11:43:05.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-23T11:43:06.435Z] OK: 263 MiB in 53 packages [2023-03-23T11:43:07.397Z] Removing intermediate container 14b2001d27f7 [2023-03-23T11:43:07.397Z] ---> e14d23228a7b [2023-03-23T11:43:07.397Z] Step 7/12 : WORKDIR /app [2023-03-23T11:43:07.397Z] ---> Running in ff116afa280b [2023-03-23T11:43:07.664Z] Removing intermediate container ff116afa280b [2023-03-23T11:43:07.664Z] ---> 56cfc991a369 [2023-03-23T11:43:07.664Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-23T11:43:08.248Z] ---> 56a651683611 [2023-03-23T11:43:08.248Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-23T11:43:08.248Z] ---> Running in a014dc3aac68 [2023-03-23T11:44:29.875Z] Removing intermediate container a014dc3aac68 [2023-03-23T11:44:29.875Z] ---> ec9cab06df7d [2023-03-23T11:44:29.875Z] Step 10/12 : COPY . . [2023-03-23T11:44:29.875Z] ---> 349ec6033a92 [2023-03-23T11:44:29.875Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-23T11:44:29.875Z] ---> Running in 07ae3b5e4bff [2023-03-23T11:44:29.875Z] Removing intermediate container 07ae3b5e4bff [2023-03-23T11:44:29.875Z] ---> 2f5cee2d5d3e [2023-03-23T11:44:29.875Z] Step 12/12 : RUN $MAKE [2023-03-23T11:44:29.875Z] ---> Running in 14661fbe1dfe [2023-03-23T11:44:29.875Z] noop [2023-03-23T11:44:29.875Z] Removing intermediate container 14661fbe1dfe [2023-03-23T11:44:29.875Z] ---> a4fe721dc74b [2023-03-23T11:44:29.875Z] Successfully built a4fe721dc74b [2023-03-23T11:44:29.875Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:44:30.240Z] + docker inspect -f . ci-base-image-arm64 [2023-03-23T11:44:30.240Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:44:30.415Z] prd-ubuntu20.04-docker-arm64-4c-16g-5447 does not seem to be running inside a container [2023-03-23T11:44:30.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/142 -v /w/workspace/app-service-configurable/142:/w/workspace/app-service-configurable/142:rw,z -v /w/workspace/app-service-configurable/142@tmp:/w/workspace/app-service-configurable/142@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-23T11:44:31.603Z] $ docker top 494b3145f30f9c95ea57807caa26e8de9dd1571066ab03239bef7b1ae486c89c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-23T11:44:32.408Z] + go version [2023-03-23T11:44:32.409Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-23T11:44:32.427Z] $ docker stop --time=1 494b3145f30f9c95ea57807caa26e8de9dd1571066ab03239bef7b1ae486c89c [2023-03-23T11:44:34.009Z] $ docker rm -f --volumes 494b3145f30f9c95ea57807caa26e8de9dd1571066ab03239bef7b1ae486c89c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:44:34.533Z] + docker inspect -f . ci-base-image-arm64 [2023-03-23T11:44:34.533Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:44:34.705Z] prd-ubuntu20.04-docker-arm64-4c-16g-5447 does not seem to be running inside a container [2023-03-23T11:44:34.773Z] $ 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/142 -v /w/workspace/app-service-configurable/142:/w/workspace/app-service-configurable/142:rw,z -v /w/workspace/app-service-configurable/142@tmp:/w/workspace/app-service-configurable/142@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-23T11:44:36.455Z] $ docker top ceef20bd20e647798f0ab2df4f31742197d4ab6895048035605196d83ba88f08 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-23T11:44:36.947Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/142 [Pipeline] fileExists [Pipeline] sh [2023-03-23T11:44:37.285Z] + make test [2023-03-23T11:44:37.285Z] go test -race -coverprofile=coverage.out ./... [2023-03-23T11:47:29.030Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-23T11:47:29.030Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-23T11:47:29.030Z] go vet ./... [2023-03-23T11:49:35.705Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-23T11:49:35.705Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-23T11:49:35.705Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-23T11:49:35.723Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-23T11:49:35.734Z] $ docker stop --time=1 ceef20bd20e647798f0ab2df4f31742197d4ab6895048035605196d83ba88f08 [2023-03-23T11:49:37.630Z] $ docker rm -f --volumes ceef20bd20e647798f0ab2df4f31742197d4ab6895048035605196d83ba88f08 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-23T11:49:39.128Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-23T11:49:39.152Z] Warning: overwriting stash ‘coverage-report’ [2023-03-23T11:49:39.596Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-23T11:49:39.980Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-23T11:49:40.300Z] + ls -al . [2023-03-23T11:49:40.300Z] total 172 [2023-03-23T11:49:40.300Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 23 11:44 . [2023-03-23T11:49:40.300Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 11:42 .. [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 23 11:42 .dockerignore [2023-03-23T11:49:40.300Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 11:42 .git [2023-03-23T11:49:40.300Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 11:42 .github [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 23 11:42 .gitignore [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 23 11:42 .golangci.yml [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 9320 Mar 23 11:42 Attribution.txt [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 23 11:42 CHANGELOG.md [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 23 11:42 Dockerfile [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 23 11:42 GOVERNANCE.md [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 23 11:42 Jenkinsfile [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 23 11:42 LICENSE [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 23 11:42 OWNERS.md [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 23 11:42 README.md [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 23 11:38 VERSION [2023-03-23T11:49:40.300Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 11:42 bin [2023-03-23T11:49:40.300Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 23 11:44 coverage.out [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 3309 Mar 23 11:42 go.mod [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 30618 Mar 23 11:42 go.sum [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 23 11:42 main.go [2023-03-23T11:49:40.300Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 23 11:42 makefile [2023-03-23T11:49:40.300Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 23 11:42 res [2023-03-23T11:49:40.300Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 11:42 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:49:40.640Z] + 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=dd1354e29c7435bb79278fb9ff8e460793054574 --label arch=arm64 --label version=3.0.0-dev.25 . [2023-03-23T11:49:40.640Z] Sending build context to Docker daemon 174.1kB [2023-03-23T11:49:40.910Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-23T11:49:40.910Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-23T11:49:40.910Z] ---> a4fe721dc74b [2023-03-23T11:49:40.910Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-23T11:49:40.910Z] ---> Running in 3b27431383c2 [2023-03-23T11:49:41.180Z] Removing intermediate container 3b27431383c2 [2023-03-23T11:49:41.180Z] ---> 028c06829f3c [2023-03-23T11:49:41.180Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-23T11:49:41.448Z] ---> Running in bfa8b5bc514e [2023-03-23T11:49:41.716Z] Removing intermediate container bfa8b5bc514e [2023-03-23T11:49:41.717Z] ---> 1d8079194e81 [2023-03-23T11:49:41.717Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-23T11:49:41.717Z] ---> Running in 12cacf3804fb [2023-03-23T11:49:41.985Z] Removing intermediate container 12cacf3804fb [2023-03-23T11:49:41.985Z] ---> 175a3f9cb9e8 [2023-03-23T11:49:41.985Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-23T11:49:42.254Z] ---> Running in 54d01af3a09a [2023-03-23T11:49:43.213Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-23T11:49:43.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-23T11:49:44.776Z] OK: 263 MiB in 53 packages [2023-03-23T11:49:45.735Z] Removing intermediate container 54d01af3a09a [2023-03-23T11:49:45.735Z] ---> f17dbfd0b3c9 [2023-03-23T11:49:45.735Z] Step 7/26 : WORKDIR /app [2023-03-23T11:49:45.735Z] ---> Running in 88c2bd3ebd8d [2023-03-23T11:49:46.001Z] Removing intermediate container 88c2bd3ebd8d [2023-03-23T11:49:46.001Z] ---> 16c5a3c20538 [2023-03-23T11:49:46.001Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-23T11:49:46.267Z] ---> 5f07c7933dc7 [2023-03-23T11:49:46.267Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-23T11:49:46.537Z] ---> Running in f9d90ad0dd76 [2023-03-23T11:49:49.124Z] Removing intermediate container f9d90ad0dd76 [2023-03-23T11:49:49.124Z] ---> d8ab1da3f49e [2023-03-23T11:49:49.124Z] Step 10/26 : COPY . . [2023-03-23T11:49:49.711Z] ---> 3dcecfd37985 [2023-03-23T11:49:49.711Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-23T11:49:49.711Z] ---> Running in ddca6cbab9b3 [2023-03-23T11:49:49.981Z] Removing intermediate container ddca6cbab9b3 [2023-03-23T11:49:49.981Z] ---> 5eafcc412261 [2023-03-23T11:49:49.981Z] Step 12/26 : RUN $MAKE [2023-03-23T11:49:49.981Z] ---> Running in 3355769df664 [2023-03-23T11:49:50.949Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.25" -trimpath -mod=readonly -o app-service-configurable [2023-03-23T11:51:57.588Z] Removing intermediate container 3355769df664 [2023-03-23T11:51:57.588Z] ---> fe05dc8e6265 [2023-03-23T11:51:57.588Z] Step 13/26 : FROM alpine:3.17 [2023-03-23T11:51:57.588Z] 3.17: Pulling from library/alpine [2023-03-23T11:51:57.588Z] af6eaf76a39c: Already exists [2023-03-23T11:51:57.588Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-23T11:51:57.588Z] Status: Downloaded newer image for alpine:3.17 [2023-03-23T11:51:57.588Z] ---> d74e625d9115 [2023-03-23T11:51:57.588Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-23T11:51:57.588Z] ---> Running in d490a6666059 [2023-03-23T11:51:57.588Z] Removing intermediate container d490a6666059 [2023-03-23T11:51:57.588Z] ---> aebd909e5090 [2023-03-23T11:51:57.588Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-23T11:51:57.588Z] ---> Running in 1af039f5495b [2023-03-23T11:51:57.588Z] Removing intermediate container 1af039f5495b [2023-03-23T11:51:57.588Z] ---> 387b6607b4fa [2023-03-23T11:51:57.588Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-23T11:51:57.588Z] ---> Running in 7c166c97434e [2023-03-23T11:51:57.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-23T11:51:57.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-23T11:51:57.588Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-23T11:51:57.588Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-23T11:51:57.588Z] Executing busybox-1.35.0-r29.trigger [2023-03-23T11:51:57.588Z] Executing ca-certificates-20220614-r4.trigger [2023-03-23T11:51:57.588Z] OK: 8 MiB in 17 packages [2023-03-23T11:51:57.588Z] Removing intermediate container 7c166c97434e [2023-03-23T11:51:57.588Z] ---> f9a14e9df2ee [2023-03-23T11:51:57.588Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-23T11:51:57.588Z] ---> e65e3d6d8e32 [2023-03-23T11:51:57.588Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-23T11:51:57.588Z] ---> cf47e2094481 [2023-03-23T11:51:57.588Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-23T11:51:57.588Z] ---> 109f92f9ac43 [2023-03-23T11:51:57.588Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-23T11:51:58.548Z] ---> 8b83695081cc [2023-03-23T11:51:58.548Z] Step 21/26 : EXPOSE 48095 [2023-03-23T11:51:58.818Z] ---> Running in 4e610760bf02 [2023-03-23T11:51:59.084Z] Removing intermediate container 4e610760bf02 [2023-03-23T11:51:59.084Z] ---> 9b9754f3d3ad [2023-03-23T11:51:59.084Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-23T11:51:59.084Z] ---> Running in 4f900960657a [2023-03-23T11:51:59.349Z] Removing intermediate container 4f900960657a [2023-03-23T11:51:59.349Z] ---> 037f930c3d4e [2023-03-23T11:51:59.349Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-23T11:51:59.349Z] ---> Running in 4fb81b97a807 [2023-03-23T11:51:59.615Z] Removing intermediate container 4fb81b97a807 [2023-03-23T11:51:59.615Z] ---> ecb4f4e5fc68 [2023-03-23T11:51:59.615Z] Step 24/26 : LABEL arch=arm64 [2023-03-23T11:51:59.615Z] ---> Running in 7d8794bb1d61 [2023-03-23T11:51:59.879Z] Removing intermediate container 7d8794bb1d61 [2023-03-23T11:51:59.879Z] ---> 68396ffe6e94 [2023-03-23T11:51:59.879Z] Step 25/26 : LABEL git_sha=dd1354e29c7435bb79278fb9ff8e460793054574 [2023-03-23T11:52:00.144Z] ---> Running in 01d4db553061 [2023-03-23T11:52:00.411Z] Removing intermediate container 01d4db553061 [2023-03-23T11:52:00.411Z] ---> 21de7158e6dd [2023-03-23T11:52:00.411Z] Step 26/26 : LABEL version=3.0.0-dev.25 [2023-03-23T11:52:00.411Z] ---> Running in c2185b6e4c55 [2023-03-23T11:52:00.676Z] Removing intermediate container c2185b6e4c55 [2023-03-23T11:52:00.676Z] ---> 81227b47d6ca [2023-03-23T11:52:00.676Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-23T11:52:00.676Z] Successfully built 81227b47d6ca [2023-03-23T11:52:00.677Z] 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-23T11:52:00.798Z] provisioning config files... [2023-03-23T11:52:00.813Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/142@tmp/config13912756537018196544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:52:01.142Z] ---> docker-login.sh [2023-03-23T11:52:01.143Z] nexus3.edgexfoundry.org:10001 [2023-03-23T11:52:01.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:52:01.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:52:01.493Z] Configure a credential helper to remove this warning. See [2023-03-23T11:52:01.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:52:01.493Z] [2023-03-23T11:52:01.493Z] Login Succeeded [2023-03-23T11:52:01.493Z] nexus3.edgexfoundry.org:10002 [2023-03-23T11:52:01.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:52:01.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:52:01.757Z] Configure a credential helper to remove this warning. See [2023-03-23T11:52:01.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:52:01.757Z] [2023-03-23T11:52:01.757Z] Login Succeeded [2023-03-23T11:52:01.757Z] nexus3.edgexfoundry.org:10003 [2023-03-23T11:52:02.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:52:02.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:52:02.024Z] Configure a credential helper to remove this warning. See [2023-03-23T11:52:02.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:52:02.024Z] [2023-03-23T11:52:02.024Z] Login Succeeded [2023-03-23T11:52:02.024Z] nexus3.edgexfoundry.org:10004 [2023-03-23T11:52:02.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:52:02.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:52:02.291Z] Configure a credential helper to remove this warning. See [2023-03-23T11:52:02.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:52:02.291Z] [2023-03-23T11:52:02.291Z] Login Succeeded [2023-03-23T11:52:02.291Z] docker.io [2023-03-23T11:52:02.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T11:52:02.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T11:52:02.821Z] Configure a credential helper to remove this warning. See [2023-03-23T11:52:02.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T11:52:02.821Z] [2023-03-23T11:52:02.821Z] Login Succeeded [2023-03-23T11:52:02.821Z] ---> docker-login.sh ends [Pipeline] } [2023-03-23T11:52:02.833Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-23T11:52:02.858Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-23T11:52:02.873Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-03-23T11:52:02.873Z] dd1354e29c7435bb79278fb9ff8e460793054574 [2023-03-23T11:52:02.873Z] latest [2023-03-23T11:52:02.873Z] 3.0.0-dev.25 [2023-03-23T11:52:02.873Z] dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 [2023-03-23T11:52:02.873Z] main [2023-03-23T11:52:02.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:52:03.271Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:52:03.685Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:dd1354e29c7435bb79278fb9ff8e460793054574 [2023-03-23T11:52:03.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-23T11:52:03.685Z] bc0c87d0861a: Preparing [2023-03-23T11:52:03.685Z] 608b2e5b3655: Preparing [2023-03-23T11:52:03.685Z] dabddfc624d0: Preparing [2023-03-23T11:52:03.685Z] eafb28d57a17: Preparing [2023-03-23T11:52:03.685Z] 41c9bf89c2a2: Preparing [2023-03-23T11:52:03.685Z] edf70074bd40: Preparing [2023-03-23T11:52:03.685Z] edf70074bd40: Waiting [2023-03-23T11:52:03.953Z] dabddfc624d0: Pushed [2023-03-23T11:52:03.953Z] 608b2e5b3655: Pushed [2023-03-23T11:52:03.953Z] eafb28d57a17: Pushed [2023-03-23T11:52:03.953Z] edf70074bd40: Layer already exists [2023-03-23T11:52:04.221Z] 41c9bf89c2a2: Pushed [2023-03-23T11:52:09.570Z] bc0c87d0861a: Pushed [2023-03-23T11:52:09.570Z] dd1354e29c7435bb79278fb9ff8e460793054574: digest: sha256:b2cdf5b807947672a2b75d302e1c5f5e973fd2108dc835c07ad09f0bfefb5917 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:52:09.901Z] + 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-23T11:52:10.228Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-03-23T11:52:10.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-23T11:52:10.228Z] bc0c87d0861a: Preparing [2023-03-23T11:52:10.228Z] 608b2e5b3655: Preparing [2023-03-23T11:52:10.228Z] dabddfc624d0: Preparing [2023-03-23T11:52:10.228Z] eafb28d57a17: Preparing [2023-03-23T11:52:10.228Z] 41c9bf89c2a2: Preparing [2023-03-23T11:52:10.228Z] edf70074bd40: Preparing [2023-03-23T11:52:10.228Z] edf70074bd40: Waiting [2023-03-23T11:52:10.228Z] 608b2e5b3655: Layer already exists [2023-03-23T11:52:10.228Z] dabddfc624d0: Layer already exists [2023-03-23T11:52:10.228Z] bc0c87d0861a: Layer already exists [2023-03-23T11:52:10.228Z] 41c9bf89c2a2: Layer already exists [2023-03-23T11:52:10.228Z] eafb28d57a17: Layer already exists [2023-03-23T11:52:10.228Z] edf70074bd40: Layer already exists [2023-03-23T11:52:10.228Z] latest: digest: sha256:b2cdf5b807947672a2b75d302e1c5f5e973fd2108dc835c07ad09f0bfefb5917 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:52:10.825Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:52:11.159Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.25 [2023-03-23T11:52:11.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-23T11:52:11.159Z] bc0c87d0861a: Preparing [2023-03-23T11:52:11.159Z] 608b2e5b3655: Preparing [2023-03-23T11:52:11.159Z] dabddfc624d0: Preparing [2023-03-23T11:52:11.159Z] eafb28d57a17: Preparing [2023-03-23T11:52:11.159Z] 41c9bf89c2a2: Preparing [2023-03-23T11:52:11.159Z] edf70074bd40: Preparing [2023-03-23T11:52:11.159Z] 608b2e5b3655: Layer already exists [2023-03-23T11:52:11.159Z] bc0c87d0861a: Layer already exists [2023-03-23T11:52:11.159Z] 41c9bf89c2a2: Layer already exists [2023-03-23T11:52:11.159Z] eafb28d57a17: Layer already exists [2023-03-23T11:52:11.159Z] dabddfc624d0: Layer already exists [2023-03-23T11:52:11.159Z] edf70074bd40: Layer already exists [2023-03-23T11:52:11.159Z] 3.0.0-dev.25: digest: sha256:b2cdf5b807947672a2b75d302e1c5f5e973fd2108dc835c07ad09f0bfefb5917 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:52:11.501Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:52:11.831Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 [2023-03-23T11:52:11.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-23T11:52:11.832Z] bc0c87d0861a: Preparing [2023-03-23T11:52:11.832Z] 608b2e5b3655: Preparing [2023-03-23T11:52:11.832Z] dabddfc624d0: Preparing [2023-03-23T11:52:11.832Z] eafb28d57a17: Preparing [2023-03-23T11:52:11.832Z] 41c9bf89c2a2: Preparing [2023-03-23T11:52:11.832Z] edf70074bd40: Preparing [2023-03-23T11:52:11.832Z] edf70074bd40: Waiting [2023-03-23T11:52:11.832Z] 41c9bf89c2a2: Layer already exists [2023-03-23T11:52:11.832Z] dabddfc624d0: Layer already exists [2023-03-23T11:52:11.832Z] eafb28d57a17: Layer already exists [2023-03-23T11:52:11.832Z] 608b2e5b3655: Layer already exists [2023-03-23T11:52:11.832Z] bc0c87d0861a: Layer already exists [2023-03-23T11:52:11.832Z] edf70074bd40: Layer already exists [2023-03-23T11:52:11.832Z] dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25: digest: sha256:b2cdf5b807947672a2b75d302e1c5f5e973fd2108dc835c07ad09f0bfefb5917 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:52:12.438Z] + 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-23T11:52:12.774Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-03-23T11:52:12.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-23T11:52:12.774Z] bc0c87d0861a: Preparing [2023-03-23T11:52:12.774Z] 608b2e5b3655: Preparing [2023-03-23T11:52:12.774Z] dabddfc624d0: Preparing [2023-03-23T11:52:12.774Z] eafb28d57a17: Preparing [2023-03-23T11:52:12.774Z] 41c9bf89c2a2: Preparing [2023-03-23T11:52:12.774Z] edf70074bd40: Preparing [2023-03-23T11:52:12.774Z] edf70074bd40: Waiting [2023-03-23T11:52:12.774Z] 41c9bf89c2a2: Layer already exists [2023-03-23T11:52:12.774Z] bc0c87d0861a: Layer already exists [2023-03-23T11:52:12.774Z] eafb28d57a17: Layer already exists [2023-03-23T11:52:12.774Z] dabddfc624d0: Layer already exists [2023-03-23T11:52:12.774Z] 608b2e5b3655: Layer already exists [2023-03-23T11:52:12.774Z] edf70074bd40: Layer already exists [2023-03-23T11:52:13.040Z] main: digest: sha256:b2cdf5b807947672a2b75d302e1c5f5e973fd2108dc835c07ad09f0bfefb5917 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-23T11:52:13.085Z] ===================================================== [Pipeline] echo [2023-03-23T11:52:13.090Z] taggedImages: [2023-03-23T11:52:13.090Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:dd1354e29c7435bb79278fb9ff8e460793054574 [2023-03-23T11:52:13.090Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-03-23T11:52:13.090Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.25 [2023-03-23T11:52:13.090Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 [2023-03-23T11:52:13.090Z] - 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-23T11:52:13.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-23T11:52:13.438Z] [2023-03-23T11:52:13.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:52:13.765Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-23T11:52:13.765Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-23T11:52:13.765Z] 8998bd30e6a1: Pulling fs layer [2023-03-23T11:52:13.765Z] 04944245beec: Pulling fs layer [2023-03-23T11:52:13.765Z] 699f458cf7ca: Pulling fs layer [2023-03-23T11:52:13.765Z] 765212b225bb: Pulling fs layer [2023-03-23T11:52:13.765Z] f23df028b6ca: Pulling fs layer [2023-03-23T11:52:13.765Z] d65c8cfc05b1: Pulling fs layer [2023-03-23T11:52:13.765Z] 2437ff75d9bd: Pulling fs layer [2023-03-23T11:52:13.765Z] 765212b225bb: Waiting [2023-03-23T11:52:13.765Z] f23df028b6ca: Waiting [2023-03-23T11:52:13.765Z] d65c8cfc05b1: Waiting [2023-03-23T11:52:14.042Z] 04944245beec: Verifying Checksum [2023-03-23T11:52:14.042Z] 04944245beec: Download complete [2023-03-23T11:52:14.043Z] 765212b225bb: Download complete [2023-03-23T11:52:14.043Z] f23df028b6ca: Verifying Checksum [2023-03-23T11:52:14.043Z] f23df028b6ca: Download complete [2023-03-23T11:52:14.043Z] d65c8cfc05b1: Verifying Checksum [2023-03-23T11:52:14.043Z] d65c8cfc05b1: Download complete [2023-03-23T11:52:14.043Z] 699f458cf7ca: Verifying Checksum [2023-03-23T11:52:14.043Z] 699f458cf7ca: Download complete [2023-03-23T11:52:14.632Z] 8998bd30e6a1: Verifying Checksum [2023-03-23T11:52:14.632Z] 8998bd30e6a1: Download complete [2023-03-23T11:52:16.579Z] 2437ff75d9bd: Verifying Checksum [2023-03-23T11:52:16.579Z] 2437ff75d9bd: Download complete [2023-03-23T11:52:18.534Z] 8998bd30e6a1: Pull complete [2023-03-23T11:52:19.116Z] 04944245beec: Pull complete [2023-03-23T11:52:20.525Z] 699f458cf7ca: Pull complete [2023-03-23T11:52:20.525Z] 765212b225bb: Pull complete [2023-03-23T11:52:21.489Z] f23df028b6ca: Pull complete [2023-03-23T11:52:21.489Z] d65c8cfc05b1: Pull complete [2023-03-23T11:52:36.483Z] 2437ff75d9bd: Pull complete [2023-03-23T11:52:36.483Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-23T11:52:36.483Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-23T11:52:36.483Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:52:36.671Z] prd-ubuntu20.04-docker-arm64-4c-16g-5447 does not seem to be running inside a container [2023-03-23T11:52:36.732Z] $ 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/142 -v /w/workspace/app-service-configurable/142:/w/workspace/app-service-configurable/142:rw,z -v /w/workspace/app-service-configurable/142@tmp:/w/workspace/app-service-configurable/142@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-23T11:52:39.288Z] $ docker top 8cfe2230bbc77ac53c477094ec13f8d4aca914670cedff7acd7952505bd6ccfe -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:52:40.127Z] ---> job-cost.sh [2023-03-23T11:52:40.127Z] lf-activate-venv: SKIPPING [2023-03-23T11:52:40.127Z] INFO: No Stack... [2023-03-23T11:52:40.395Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-23T11:52:41.358Z] INFO: Archiving Costs [Pipeline] sh [2023-03-23T11:52:41.681Z] + cut -d, -f6 [2023-03-23T11:52:41.681Z] + cat /w/workspace/app-service-configurable/142/archives/cost.csv [Pipeline] lock [2023-03-23T11:52:41.712Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] [2023-03-23T11:52:41.719Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] did not exist. Created. [2023-03-23T11:52:41.719Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-23T11:52:42.057Z] /w/workspace/app-service-configurable/142@tmp/durable-0a1c836b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-23T11:52:42.704Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-23T11:52:42.726Z] Warning: overwriting stash ‘stack-cost’ [2023-03-23T11:52:42.768Z] Stashed 1 file(s) [Pipeline] } [2023-03-23T11:52:42.775Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-23T11:52:42.789Z] $ docker stop --time=1 8cfe2230bbc77ac53c477094ec13f8d4aca914670cedff7acd7952505bd6ccfe [2023-03-23T11:52:44.290Z] $ docker rm -f --volumes 8cfe2230bbc77ac53c477094ec13f8d4aca914670cedff7acd7952505bd6ccfe [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-23T11:52:44.701Z] provisioning config files... [2023-03-23T11:52:44.710Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config241279616034329524tmp [Pipeline] { [Pipeline] sh [2023-03-23T11:52:45.022Z] + set +x [2023-03-23T11:52:45.022Z] + bash -s -- [2023-03-23T11:52:45.022Z] + curl -s https://codecov.io/bash [2023-03-23T11:52:45.022Z] [2023-03-23T11:52:45.022Z] _____ _ [2023-03-23T11:52:45.022Z] / ____| | | [2023-03-23T11:52:45.022Z] | | ___ __| | ___ ___ _____ __ [2023-03-23T11:52:45.022Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-23T11:52:45.022Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-23T11:52:45.022Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-23T11:52:45.022Z] Bash-1.0.6 [2023-03-23T11:52:45.022Z] [2023-03-23T11:52:45.022Z] [2023-03-23T11:52:45.022Z] ==> git version 2.25.1 found [2023-03-23T11:52:45.022Z] ==> 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-23T11:52:45.022Z] Release-Date: 2020-01-08 [2023-03-23T11:52:45.022Z] 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-23T11:52:45.022Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-23T11:52:45.022Z] ==> Jenkins CI detected. [2023-03-23T11:52:45.022Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-03-23T11:52:45.022Z] project root: . [2023-03-23T11:52:45.022Z] --> token set from env [2023-03-23T11:52:45.022Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-23T11:52:45.022Z] ==> Running gcov in . (disable via -X gcov) [2023-03-23T11:52:45.022Z] ==> Python coveragepy not found [2023-03-23T11:52:45.022Z] ==> Searching for coverage reports in: [2023-03-23T11:52:45.022Z] + . [2023-03-23T11:52:45.022Z] -> Found 1 reports [2023-03-23T11:52:45.022Z] ==> Detecting git/mercurial file structure [2023-03-23T11:52:45.282Z] ==> Reading reports [2023-03-23T11:52:45.282Z] + ./coverage.out bytes=13 [2023-03-23T11:52:45.282Z] ==> Appending adjustments [2023-03-23T11:52:45.282Z] https://docs.codecov.io/docs/fixing-reports [2023-03-23T11:52:45.282Z] + Found adjustments [2023-03-23T11:52:45.282Z] ==> Gzipping contents [2023-03-23T11:52:45.282Z] 4.0K /tmp/codecov.KjWTy7.gz [2023-03-23T11:52:45.282Z] ==> Uploading reports [2023-03-23T11:52:45.282Z] url: https://codecov.io [2023-03-23T11:52:45.282Z] query: branch=main&commit=dd1354e29c7435bb79278fb9ff8e460793054574&build=142&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F142%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-23T11:52:45.282Z] -> Pinging Codecov [2023-03-23T11:52:45.282Z] 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=dd1354e29c7435bb79278fb9ff8e460793054574&build=142&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F142%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-23T11:52:45.543Z] -> Uploading to [2023-03-23T11:52:45.543Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-23/A97CA9966030D2A3747ED39772930CCE/dd1354e29c7435bb79278fb9ff8e460793054574/e78ef8db-7053-4074-9ed7-2140531a5ee8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230323T115245Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c7918029a70242e56b3c16848ccace070be43fe8b6ab3651abe8772559ed06de [2023-03-23T11:52:45.543Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-23T11:52:45.543Z] Dload Upload Total Spent Left Speed [2023-03-23T11:52:45.805Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 511 0 0 100 511 0 2094 --:--:-- --:--:-- --:--:-- 2085 [2023-03-23T11:52:45.805Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] } [2023-03-23T11:52:45.812Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-23T11:52:45.952Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-23T11:52:45.963Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:52:46.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-23T11:52:46.268Z] [2023-03-23T11:52:46.268Z] 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-23T11:52:46.579Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-23T11:52:46.579Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-23T11:52:46.579Z] df9b9388f04a: Pulling fs layer [2023-03-23T11:52:46.579Z] 52dc419b0ee2: Pulling fs layer [2023-03-23T11:52:46.579Z] 25bc292e5bac: Pulling fs layer [2023-03-23T11:52:46.579Z] 114826534d7a: Pulling fs layer [2023-03-23T11:52:46.579Z] 4657fd5d0bcf: Pulling fs layer [2023-03-23T11:52:46.579Z] 6ad1cebc031e: Pulling fs layer [2023-03-23T11:52:46.579Z] 8a3aa393b2d8: Pulling fs layer [2023-03-23T11:52:46.579Z] 114826534d7a: Waiting [2023-03-23T11:52:46.579Z] 4657fd5d0bcf: Waiting [2023-03-23T11:52:46.579Z] 6ad1cebc031e: Waiting [2023-03-23T11:52:46.579Z] 8a3aa393b2d8: Waiting [2023-03-23T11:52:46.579Z] 25bc292e5bac: Verifying Checksum [2023-03-23T11:52:46.579Z] 25bc292e5bac: Download complete [2023-03-23T11:52:46.579Z] 52dc419b0ee2: Verifying Checksum [2023-03-23T11:52:46.579Z] 52dc419b0ee2: Download complete [2023-03-23T11:52:46.579Z] 4657fd5d0bcf: Verifying Checksum [2023-03-23T11:52:46.579Z] 4657fd5d0bcf: Download complete [2023-03-23T11:52:46.579Z] df9b9388f04a: Download complete [2023-03-23T11:52:46.850Z] df9b9388f04a: Pull complete [2023-03-23T11:52:46.850Z] 6ad1cebc031e: Verifying Checksum [2023-03-23T11:52:46.850Z] 6ad1cebc031e: Download complete [2023-03-23T11:52:47.111Z] 52dc419b0ee2: Pull complete [2023-03-23T11:52:47.111Z] 25bc292e5bac: Pull complete [2023-03-23T11:52:47.678Z] 114826534d7a: Download complete [2023-03-23T11:52:47.678Z] 8a3aa393b2d8: Verifying Checksum [2023-03-23T11:52:47.678Z] 8a3aa393b2d8: Download complete [2023-03-23T11:52:51.867Z] 114826534d7a: Pull complete [2023-03-23T11:52:51.867Z] 4657fd5d0bcf: Pull complete [2023-03-23T11:52:51.867Z] 6ad1cebc031e: Pull complete [2023-03-23T11:52:55.150Z] 8a3aa393b2d8: Pull complete [2023-03-23T11:52:55.151Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-23T11:52:55.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-23T11:52:55.151Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:52:55.260Z] prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container [2023-03-23T11:52:55.308Z] $ 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-23T11:52:58.295Z] $ docker top 12441375e34a3c6bfe2c77741779d502947ed4908bcd9713d33522874a4f5b6b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-23T11:52:58.367Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-03-23T11:52:58.653Z] + set -o pipefail [2023-03-23T11:52:58.654Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-03-23T11:53:05.224Z] [2023-03-23T11:53:05.224Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-03-23T11:53:05.224Z] [2023-03-23T11:53:05.224Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/cf0e36c8-a903-4d26-836e-99da5c08e577 [2023-03-23T11:53:05.224Z] [2023-03-23T11:53:05.224Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-23T11:53:05.224Z] [2023-03-23T11:53:05.224Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-23T11:53:05.224Z] [2023-03-23T11:53:05.224Z] [2023-03-23T11:53:05.224Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-23T11:53:05.224Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-23T11:53:05.224Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-23T11:53:05.230Z] $ docker stop --time=1 12441375e34a3c6bfe2c77741779d502947ed4908bcd9713d33522874a4f5b6b [2023-03-23T11:53:08.075Z] $ docker rm -f --volumes 12441375e34a3c6bfe2c77741779d502947ed4908bcd9713d33522874a4f5b6b [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-23T11:53:08.791Z] + git log --format=format:%s -1 dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] sh [2023-03-23T11:53:09.081Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-23T11:53:09.081Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:53:09.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-23T11:53:09.381Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:53:09.454Z] prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container [2023-03-23T11:53:09.482Z] $ 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-23T11:53:09.982Z] $ docker top 7077b106f2334f35042fed9e35d385e9eab1722c63a95bea17591fe9a57fb287 -eo pid,comm [2023-03-23T11:53:10.032Z] 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-23T11:53:10.032Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-23T11:53:10.068Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-23T11:53:10.068Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-23T11:53:10.174Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-23T11:53:10.171Z] $ docker exec 7077b106f2334f35042fed9e35d385e9eab1722c63a95bea17591fe9a57fb287 ssh-agent [2023-03-23T11:53:10.289Z] SSH_AUTH_SOCK=/tmp/ssh-rvakneT0zKEI/agent.33 [2023-03-23T11:53:10.289Z] SSH_AGENT_PID=39 [2023-03-23T11:53:10.294Z] Running ssh-add (command line suppressed) [2023-03-23T11:53:10.395Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17588310121969718660.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17588310121969718660.key) [2023-03-23T11:53:10.417Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-23T11:53:10.707Z] + git semver tag [2023-03-23T11:53:10.968Z] 2023-03-23 11:53:10,875 [run_tag] DEBUG tag force:False [2023-03-23T11:53:10.968Z] 2023-03-23 11:53:10,876 [check_head_tag] DEBUG check head tag [2023-03-23T11:53:10.968Z] 2023-03-23 11:53:10,877 [execute] INFO git cat-file --batch-check [2023-03-23T11:53:10.968Z] 2023-03-23 11:53:10,877 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-03-23T11:53:10.968Z] 2023-03-23 11:53:10,881 [execute] INFO git cat-file --batch [2023-03-23T11:53:10.968Z] 2023-03-23 11:53:10,881 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-03-23T11:53:10.968Z] 2023-03-23 11:53:10,906 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-23T11:53:10.968Z] 2023-03-23 11:53:10,906 [execute] INFO git tag -a v3.0.0-dev.25 -m v3.0.0-dev.25 [2023-03-23T11:53:10.968Z] 2023-03-23 11:53:10,906 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.25', '-m', 'v3.0.0-dev.25'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-03-23T11:53:10.968Z] 2023-03-23 11:53:10,911 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-23T11:53:10.968Z] 3.0.0-dev.25 [Pipeline] } [2023-03-23T11:53:10.972Z] $ docker exec --env ******** --env ******** 7077b106f2334f35042fed9e35d385e9eab1722c63a95bea17591fe9a57fb287 ssh-agent -k [2023-03-23T11:53:11.082Z] unset SSH_AUTH_SOCK; [2023-03-23T11:53:11.082Z] unset SSH_AGENT_PID; [2023-03-23T11:53:11.082Z] echo Agent pid 39 killed; [2023-03-23T11:53:11.096Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-23T11:53:11.403Z] + git semver [Pipeline] } [2023-03-23T11:53:11.672Z] $ docker stop --time=1 7077b106f2334f35042fed9e35d385e9eab1722c63a95bea17591fe9a57fb287 [2023-03-23T11:53:13.260Z] $ docker rm -f --volumes 7077b106f2334f35042fed9e35d385e9eab1722c63a95bea17591fe9a57fb287 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:53:13.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-23T11:53:13.683Z] [2023-03-23T11:53:13.683Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:53:13.981Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-23T11:53:13.981Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-23T11:53:13.981Z] ab5ef0e58194: Pulling fs layer [2023-03-23T11:53:13.981Z] 9712f1f96733: Pulling fs layer [2023-03-23T11:53:13.981Z] 63f879dbbcfc: Pulling fs layer [2023-03-23T11:53:13.981Z] 0d9ebad4ef96: Pulling fs layer [2023-03-23T11:53:13.981Z] e9a5061849ea: Pulling fs layer [2023-03-23T11:53:13.981Z] d747dcd14b5f: Pulling fs layer [2023-03-23T11:53:13.981Z] 2de7ff778b66: Pulling fs layer [2023-03-23T11:53:13.981Z] e9a5061849ea: Waiting [2023-03-23T11:53:13.981Z] 2de7ff778b66: Waiting [2023-03-23T11:53:13.981Z] 0d9ebad4ef96: Waiting [2023-03-23T11:53:13.981Z] 9712f1f96733: Verifying Checksum [2023-03-23T11:53:13.981Z] 9712f1f96733: Download complete [2023-03-23T11:53:14.559Z] 63f879dbbcfc: Verifying Checksum [2023-03-23T11:53:14.559Z] 63f879dbbcfc: Download complete [2023-03-23T11:53:14.819Z] e9a5061849ea: Verifying Checksum [2023-03-23T11:53:14.819Z] e9a5061849ea: Download complete [2023-03-23T11:53:14.819Z] 0d9ebad4ef96: Verifying Checksum [2023-03-23T11:53:14.819Z] 0d9ebad4ef96: Download complete [2023-03-23T11:53:14.819Z] d747dcd14b5f: Verifying Checksum [2023-03-23T11:53:14.819Z] d747dcd14b5f: Download complete [2023-03-23T11:53:14.819Z] ab5ef0e58194: Verifying Checksum [2023-03-23T11:53:14.819Z] ab5ef0e58194: Download complete [2023-03-23T11:53:14.819Z] 2de7ff778b66: Verifying Checksum [2023-03-23T11:53:14.819Z] 2de7ff778b66: Download complete [2023-03-23T11:53:17.347Z] ab5ef0e58194: Pull complete [2023-03-23T11:53:17.347Z] 9712f1f96733: Pull complete [2023-03-23T11:53:18.282Z] 63f879dbbcfc: Pull complete [2023-03-23T11:53:22.469Z] 0d9ebad4ef96: Pull complete [2023-03-23T11:53:22.469Z] e9a5061849ea: Pull complete [2023-03-23T11:53:22.469Z] d747dcd14b5f: Pull complete [2023-03-23T11:53:23.036Z] 2de7ff778b66: Pull complete [2023-03-23T11:53:23.036Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-23T11:53:23.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-23T11:53:23.036Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:53:23.106Z] prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container [2023-03-23T11:53:23.121Z] $ 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-23T11:53:26.557Z] $ docker top 31c2d23ab7490d6f9bcb5c8d21abf84e7ec8702e8f7c3560a0daf40de2c788e4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-23T11:53:26.620Z] provisioning config files... [2023-03-23T11:53:26.628Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13909172778363548220tmp [2023-03-23T11:53:26.638Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14046493449807808070tmp [2023-03-23T11:53:26.648Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12847710839801366723tmp [Pipeline] { [Pipeline] echo [2023-03-23T11:53:26.662Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:53:26.943Z] ---> sigul-configuration.sh [2023-03-23T11:53:26.943Z] gpg: directory `/root/.gnupg' created [2023-03-23T11:53:26.943Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-23T11:53:26.943Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-23T11:53:26.943Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-23T11:53:26.943Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-23T11:53:26.943Z] gpg: CAST5 encrypted data [2023-03-23T11:53:26.943Z] gpg: encrypted with 1 passphrase [2023-03-23T11:53:26.943Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-23T11:53:27.240Z] + mkdir /home/jenkins [2023-03-23T11:53:27.240Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-23T11:53:27.522Z] + 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-23T11:53:27.530Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:53:27.814Z] ---> sigul-install.sh [2023-03-23T11:53:27.814Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-23T11:53:28.094Z] + git tag --list [2023-03-23T11:53:28.094Z] v1.0.0 [2023-03-23T11:53:28.094Z] v1.1.0 [2023-03-23T11:53:28.094Z] v1.2.0 [2023-03-23T11:53:28.094Z] v1.3.0 [2023-03-23T11:53:28.094Z] v1.3.1 [2023-03-23T11:53:28.094Z] v2.0.0 [2023-03-23T11:53:28.094Z] v2.0.1 [2023-03-23T11:53:28.094Z] v2.1.0 [2023-03-23T11:53:28.094Z] v2.1.1 [2023-03-23T11:53:28.094Z] v2.1.1-dev.1 [2023-03-23T11:53:28.094Z] v2.1.1-dev.2 [2023-03-23T11:53:28.094Z] v2.2.0 [2023-03-23T11:53:28.094Z] v2.2.1-dev.1 [2023-03-23T11:53:28.094Z] v2.2.1-dev.10 [2023-03-23T11:53:28.094Z] v2.2.1-dev.2 [2023-03-23T11:53:28.094Z] v2.2.1-dev.3 [2023-03-23T11:53:28.094Z] v2.2.1-dev.4 [2023-03-23T11:53:28.094Z] v2.2.1-dev.5 [2023-03-23T11:53:28.094Z] v2.2.1-dev.6 [2023-03-23T11:53:28.094Z] v2.2.1-dev.7 [2023-03-23T11:53:28.094Z] v2.2.1-dev.8 [2023-03-23T11:53:28.094Z] v2.2.1-dev.9 [2023-03-23T11:53:28.094Z] v2.3.0 [2023-03-23T11:53:28.094Z] v2.3.0-dev.10 [2023-03-23T11:53:28.094Z] v2.3.0-dev.11 [2023-03-23T11:53:28.094Z] v2.3.0-dev.12 [2023-03-23T11:53:28.094Z] v2.3.0-dev.13 [2023-03-23T11:53:28.094Z] v2.3.0-dev.14 [2023-03-23T11:53:28.094Z] v2.3.0-dev.15 [2023-03-23T11:53:28.094Z] v2.3.0-dev.16 [2023-03-23T11:53:28.094Z] v2.3.0-dev.17 [2023-03-23T11:53:28.094Z] v2.3.0-dev.18 [2023-03-23T11:53:28.094Z] v2.3.0-dev.19 [2023-03-23T11:53:28.094Z] v2.3.0-dev.20 [2023-03-23T11:53:28.094Z] v2.3.0-dev.21 [2023-03-23T11:53:28.094Z] v2.3.0-dev.22 [2023-03-23T11:53:28.094Z] v2.3.0-dev.23 [2023-03-23T11:53:28.094Z] v2.3.0-dev.24 [2023-03-23T11:53:28.094Z] v2.3.0-dev.25 [2023-03-23T11:53:28.094Z] v2.3.0-dev.26 [2023-03-23T11:53:28.094Z] v2.3.0-dev.27 [2023-03-23T11:53:28.094Z] v2.3.0-dev.28 [2023-03-23T11:53:28.094Z] v2.3.0-dev.29 [2023-03-23T11:53:28.094Z] v2.3.0-dev.30 [2023-03-23T11:53:28.094Z] v2.3.0-dev.31 [2023-03-23T11:53:28.094Z] v2.3.0-dev.32 [2023-03-23T11:53:28.094Z] v2.3.0-dev.33 [2023-03-23T11:53:28.094Z] v2.3.0-dev.34 [2023-03-23T11:53:28.094Z] v2.3.0-dev.35 [2023-03-23T11:53:28.094Z] v2.3.0-dev.36 [2023-03-23T11:53:28.094Z] v2.3.0-dev.37 [2023-03-23T11:53:28.094Z] v3.0.0-dev.1 [2023-03-23T11:53:28.094Z] v3.0.0-dev.10 [2023-03-23T11:53:28.094Z] v3.0.0-dev.11 [2023-03-23T11:53:28.094Z] v3.0.0-dev.12 [2023-03-23T11:53:28.094Z] v3.0.0-dev.13 [2023-03-23T11:53:28.094Z] v3.0.0-dev.14 [2023-03-23T11:53:28.094Z] v3.0.0-dev.15 [2023-03-23T11:53:28.094Z] v3.0.0-dev.16 [2023-03-23T11:53:28.094Z] v3.0.0-dev.17 [2023-03-23T11:53:28.094Z] v3.0.0-dev.18 [2023-03-23T11:53:28.094Z] v3.0.0-dev.19 [2023-03-23T11:53:28.094Z] v3.0.0-dev.2 [2023-03-23T11:53:28.094Z] v3.0.0-dev.20 [2023-03-23T11:53:28.094Z] v3.0.0-dev.21 [2023-03-23T11:53:28.094Z] v3.0.0-dev.22 [2023-03-23T11:53:28.094Z] v3.0.0-dev.23 [2023-03-23T11:53:28.094Z] v3.0.0-dev.24 [2023-03-23T11:53:28.094Z] v3.0.0-dev.25 [2023-03-23T11:53:28.094Z] v3.0.0-dev.3 [2023-03-23T11:53:28.094Z] v3.0.0-dev.4 [2023-03-23T11:53:28.094Z] v3.0.0-dev.5 [2023-03-23T11:53:28.094Z] v3.0.0-dev.6 [2023-03-23T11:53:28.094Z] v3.0.0-dev.7 [2023-03-23T11:53:28.094Z] v3.0.0-dev.8 [2023-03-23T11:53:28.094Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-23T11:53:28.376Z] + lftools sign git-tag v3.0.0-dev.25 [2023-03-23T11:53:28.943Z] Signing Git tag with Sigul... [2023-03-23T11:53:28.943Z] Signing v3.0.0-dev.25 [Pipeline] echo [2023-03-23T11:53:29.208Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:53:29.485Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-23T11:53:29.491Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-23T11:53:29.503Z] $ docker stop --time=1 31c2d23ab7490d6f9bcb5c8d21abf84e7ec8702e8f7c3560a0daf40de2c788e4 [2023-03-23T11:53:30.910Z] $ docker rm -f --volumes 31c2d23ab7490d6f9bcb5c8d21abf84e7ec8702e8f7c3560a0daf40de2c788e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-23T11:53:31.316Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-23T11:53:31.316Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:53:31.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-23T11:53:31.610Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:53:31.679Z] prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container [2023-03-23T11:53:31.706Z] $ 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-23T11:53:32.095Z] $ docker top ae1abcb0be9f696d71690c80443326689f0f161c1482238288585d013527c2fd -eo pid,comm [2023-03-23T11:53:32.145Z] 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-23T11:53:32.145Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-23T11:53:32.189Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-23T11:53:32.190Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-23T11:53:32.306Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-23T11:53:32.303Z] $ docker exec ae1abcb0be9f696d71690c80443326689f0f161c1482238288585d013527c2fd ssh-agent [2023-03-23T11:53:32.404Z] SSH_AUTH_SOCK=/tmp/ssh-Syy9z7FTYLxY/agent.33 [2023-03-23T11:53:32.404Z] SSH_AGENT_PID=39 [2023-03-23T11:53:32.407Z] Running ssh-add (command line suppressed) [2023-03-23T11:53:32.497Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_18217867301506424887.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_18217867301506424887.key) [2023-03-23T11:53:32.537Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-23T11:53:32.820Z] + git semver bump pre [2023-03-23T11:53:33.078Z] 2023-03-23 11:53:32,983 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-23T11:53:33.078Z] 2023-03-23 11:53:32,984 [bump_version] DEBUG bumping version:3.0.0-dev.25 on axis:pre with prefix:dev [2023-03-23T11:53:33.078Z] 2023-03-23 11:53:32,984 [bump_version] DEBUG bumped version:3.0.0-dev.26 [2023-03-23T11:53:33.078Z] 2023-03-23 11:53:32,984 [write_version] DEBUG write version:3.0.0-dev.26 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2023-03-23T11:53:33.078Z] 2023-03-23 11:53:32,984 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-23T11:53:33.078Z] 2023-03-23 11:53:32,984 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-23T11:53:33.078Z] 2023-03-23 11:53:32,988 [execute] INFO git cat-file --batch-check [2023-03-23T11:53:33.078Z] 2023-03-23 11:53:32,988 [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-23T11:53:33.078Z] 2023-03-23 11:53:32,994 [execute] INFO git cat-file --batch [2023-03-23T11:53:33.078Z] 2023-03-23 11:53:32,994 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-23T11:53:33.078Z] 2023-03-23 11:53:32,999 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-23T11:53:33.078Z] 3.0.0-dev.26 [Pipeline] } [2023-03-23T11:53:33.082Z] $ docker exec --env ******** --env ******** ae1abcb0be9f696d71690c80443326689f0f161c1482238288585d013527c2fd ssh-agent -k [2023-03-23T11:53:33.189Z] unset SSH_AUTH_SOCK; [2023-03-23T11:53:33.189Z] unset SSH_AGENT_PID; [2023-03-23T11:53:33.189Z] echo Agent pid 39 killed; [2023-03-23T11:53:33.202Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-23T11:53:33.501Z] + git semver [Pipeline] } [2023-03-23T11:53:33.771Z] $ docker stop --time=1 ae1abcb0be9f696d71690c80443326689f0f161c1482238288585d013527c2fd [2023-03-23T11:53:35.124Z] $ docker rm -f --volumes ae1abcb0be9f696d71690c80443326689f0f161c1482238288585d013527c2fd [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-23T11:53:35.492Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-23T11:53:35.492Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:53:35.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-23T11:53:35.968Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:53:36.064Z] prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container [2023-03-23T11:53:36.088Z] $ 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-23T11:53:36.499Z] $ docker top d3200733058ef4096daee7d724cf651e35d8099538af065d3028726c36c70043 -eo pid,comm [2023-03-23T11:53:36.553Z] 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-23T11:53:36.553Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-23T11:53:36.588Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-23T11:53:36.588Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-23T11:53:36.708Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-23T11:53:36.705Z] $ docker exec d3200733058ef4096daee7d724cf651e35d8099538af065d3028726c36c70043 ssh-agent [2023-03-23T11:53:36.836Z] SSH_AUTH_SOCK=/tmp/ssh-JLhc3KMcKPdg/agent.32 [2023-03-23T11:53:36.836Z] SSH_AGENT_PID=38 [2023-03-23T11:53:36.841Z] Running ssh-add (command line suppressed) [2023-03-23T11:53:36.945Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8655475564158978148.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8655475564158978148.key) [2023-03-23T11:53:36.965Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-23T11:53:37.250Z] + git semver push [2023-03-23T11:53:37.509Z] 2023-03-23 11:53:37,451 [run_push] DEBUG push [2023-03-23T11:53:37.509Z] 2023-03-23 11:53:37,452 [execute] INFO git cat-file --batch-check [2023-03-23T11:53:37.509Z] 2023-03-23 11:53:37,453 [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-23T11:53:37.509Z] 2023-03-23 11:53:37,457 [execute] INFO git rev-list 966f5da6d273382c8a77b30b331a34dbac85e50a -- [2023-03-23T11:53:37.509Z] 2023-03-23 11:53:37,458 [execute] DEBUG Popen(['git', 'rev-list', '966f5da6d273382c8a77b30b331a34dbac85e50a', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-23T11:53:37.509Z] 2023-03-23 11:53:37,468 [execute] INFO git fetch -v origin [2023-03-23T11:53:37.509Z] 2023-03-23 11:53:37,468 [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-23T11:53:38.076Z] 2023-03-23 11:53:37,954 [run_push] DEBUG no remote changes detected [2023-03-23T11:53:38.076Z] 2023-03-23 11:53:37,954 [execute] INFO git push origin semver [2023-03-23T11:53:38.076Z] 2023-03-23 11:53:37,954 [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-23T11:53:39.027Z] 2023-03-23 11:53:38,755 [run_push] DEBUG push all version tags [2023-03-23T11:53:39.027Z] 2023-03-23 11:53:38,756 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-23T11:53:39.027Z] 2023-03-23 11:53:38,756 [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-23T11:53:39.596Z] 2023-03-23 11:53:39,585 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-23T11:53:39.596Z] 3.0.0-dev.26 [Pipeline] } [2023-03-23T11:53:39.859Z] $ docker exec --env ******** --env ******** d3200733058ef4096daee7d724cf651e35d8099538af065d3028726c36c70043 ssh-agent -k [2023-03-23T11:53:39.956Z] unset SSH_AUTH_SOCK; [2023-03-23T11:53:39.956Z] unset SSH_AGENT_PID; [2023-03-23T11:53:39.957Z] echo Agent pid 38 killed; [2023-03-23T11:53:39.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-23T11:53:40.271Z] + git semver [Pipeline] } [2023-03-23T11:53:40.537Z] $ docker stop --time=1 d3200733058ef4096daee7d724cf651e35d8099538af065d3028726c36c70043 [2023-03-23T11:53:41.929Z] $ docker rm -f --volumes d3200733058ef4096daee7d724cf651e35d8099538af065d3028726c36c70043 [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-23T11:53:42.533Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-03-23T11:53:42.533Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-03-23T11:53:42.533Z] total 16 [2023-03-23T11:53:42.533Z] drwxr-xr-x 3 root root 4096 Mar 23 11:40 . [2023-03-23T11:53:42.533Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 23 11:53 .. [2023-03-23T11:53:42.533Z] drwxr-xr-x 2 root root 4096 Mar 23 11:40 cost [2023-03-23T11:53:42.533Z] -rw-r--r-- 1 root root 96 Mar 23 11:40 cost.csv [2023-03-23T11:53:42.533Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-03-23T11:53:42.533Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-03-23T11:53:42.533Z] total 16 [2023-03-23T11:53:42.533Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 23 11:40 . [2023-03-23T11:53:42.533Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 23 11:53 .. [2023-03-23T11:53:42.533Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 23 11:40 cost [2023-03-23T11:53:42.533Z] -rw-r--r-- 1 jenkins jenkins 96 Mar 23 11:40 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:53:42.822Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:53:43.677Z] ---> package-listing.sh [2023-03-23T11:53:43.677Z] ++ facter osfamily [2023-03-23T11:53:43.677Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-23T11:53:43.936Z] + OS_FAMILY=debian [2023-03-23T11:53:43.936Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-03-23T11:53:43.936Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-23T11:53:43.936Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-23T11:53:43.936Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-23T11:53:43.936Z] + PACKAGES=/tmp/packages_start.txt [2023-03-23T11:53:43.936Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-03-23T11:53:43.936Z] + PACKAGES=/tmp/packages_end.txt [2023-03-23T11:53:43.937Z] + case "${OS_FAMILY}" in [2023-03-23T11:53:43.937Z] + dpkg -l [2023-03-23T11:53:43.937Z] + grep '^ii' [2023-03-23T11:53:43.937Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-23T11:53:43.937Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-23T11:53:43.937Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-23T11:53:43.937Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-03-23T11:53:43.937Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-03-23T11:53:43.937Z] + 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-23T11:53:43.947Z] 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-23T11:53:44.224Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T11:53:44.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-23T11:53:44.775Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T11:53:44.842Z] prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container [2023-03-23T11:53:44.866Z] $ 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-23T11:53:45.177Z] $ docker top 1c2d9d5841c31e3e7cf8d9be9c82f5a6acdbc339656696beab79b4502414ed9f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-23T11:53:45.524Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-23T11:53:45.813Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-23T11:53:46.098Z] + ls /var/log/sa-host [2023-03-23T11:53:46.098Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-23T11:53:46.159Z] provisioning config files... [2023-03-23T11:53:46.168Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4274091161463605869tmp [Pipeline] { [Pipeline] echo [2023-03-23T11:53:46.182Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:53:46.465Z] ---> create-netrc.sh [Pipeline] } [2023-03-23T11:53:46.472Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:53:46.802Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-23T11:53:46.810Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:53:47.096Z] ---> sudo-logs.sh [2023-03-23T11:53:47.096Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-23T11:53:47.115Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:53:47.398Z] ---> job-cost.sh [2023-03-23T11:53:47.398Z] lf-activate-venv: SKIPPING [2023-03-23T11:53:47.398Z] DEBUG: total: 0.2199999988079071 [2023-03-23T11:53:47.398Z] INFO: Retrieving Stack Cost... [2023-03-23T11:53:47.965Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-23T11:53:48.224Z] INFO: Archiving Costs [Pipeline] echo [2023-03-23T11:53:48.234Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T11:53:48.515Z] ---> logs-deploy.sh [2023-03-23T11:53:48.515Z] lf-activate-venv: SKIPPING [2023-03-23T11:53:48.515Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/142 [2023-03-23T11:53:48.515Z] INFO: archiving workspace using pattern(s): [2023-03-23T11:53:49.451Z] Archives upload complete. [2023-03-23T11:53:49.451Z] INFO: archiving logs to Nexus