Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 731cbe338f54dd8dac0167938734c2fced573176 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-ssh4354306087226552270.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10311699375324418344.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4424023425898181550.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6132825289036282124.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-ssh2170416671268872041.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6168 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 731cbe338f54dd8dac0167938734c2fced573176 (main) Commit message: "feat!: updates for common config (#518)" > 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 731cbe338f54dd8dac0167938734c2fced573176 # timeout=10 > git rev-list --no-walk 2fb2187aee5de59b88737c8c64f9f7346195a6a3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-15T18:19:30.703Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-15T18:19:30.761Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-15T18:19:30.784Z] ========================================================= [2023-02-15T18:19:30.784Z] EdgeX Global Pipelines Version Info [2023-02-15T18:19:30.784Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:19:31.497Z] ------------------- [2023-02-15T18:19:31.497Z] stable info: [2023-02-15T18:19:31.497Z] ------------------- [2023-02-15T18:19:31.497Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-15T18:19:31.497Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T18:19:31.497Z] Message: update stable to v1.0.244 [2023-02-15T18:19:32.068Z] ------------------- [2023-02-15T18:19:32.068Z] experimental info: [2023-02-15T18:19:32.068Z] ------------------- [2023-02-15T18:19:32.068Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-15T18:19:32.068Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T18:19:32.068Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-15T18:19:32.232Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-02-15T18:19:32.247Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-02-15T18:19:32.260Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-15T18:19:32.272Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-15T18:19:32.283Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-15T18:19:32.295Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-15T18:19:32.310Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-15T18:19:32.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-15T18:19:32.335Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-15T18:19:32.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-15T18:19:32.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-15T18:19:32.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-02-15T18:19:32.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-15T18:19:32.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-15T18:19:32.409Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T18:19:32.421Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T18:19:32.433Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-15T18:19:32.447Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-15T18:19:32.461Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-15T18:19:32.471Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-15T18:19:32.482Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-15T18:19:32.494Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-15T18:19:32.505Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-15T18:19:32.518Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-15T18:19:32.531Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-15T18:19:32.548Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-15T18:19:32.565Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-15T18:19:32.581Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-15T18:19:32.593Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-15T18:19:32.605Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-15T18:19:32.616Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] echo [2023-02-15T18:19:32.628Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 731cbe3 [Pipeline] echo [2023-02-15T18:19:32.641Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T18:19:32.686Z] provisioning config files... [2023-02-15T18:19:32.701Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3373862466261018072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:19:33.007Z] ---> docker-login.sh [2023-02-15T18:19:33.007Z] nexus3.edgexfoundry.org:10001 [2023-02-15T18:19:33.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:19:33.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:19:33.265Z] Configure a credential helper to remove this warning. See [2023-02-15T18:19:33.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:19:33.265Z] [2023-02-15T18:19:33.265Z] Login Succeeded [2023-02-15T18:19:33.265Z] nexus3.edgexfoundry.org:10002 [2023-02-15T18:19:33.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:19:33.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:19:33.265Z] Configure a credential helper to remove this warning. See [2023-02-15T18:19:33.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:19:33.265Z] [2023-02-15T18:19:33.265Z] Login Succeeded [2023-02-15T18:19:33.265Z] nexus3.edgexfoundry.org:10003 [2023-02-15T18:19:33.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:19:33.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:19:33.524Z] Configure a credential helper to remove this warning. See [2023-02-15T18:19:33.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:19:33.524Z] [2023-02-15T18:19:33.524Z] Login Succeeded [2023-02-15T18:19:33.524Z] nexus3.edgexfoundry.org:10004 [2023-02-15T18:19:33.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:19:33.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:19:33.524Z] Configure a credential helper to remove this warning. See [2023-02-15T18:19:33.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:19:33.524Z] [2023-02-15T18:19:33.524Z] Login Succeeded [2023-02-15T18:19:33.524Z] docker.io [2023-02-15T18:19:33.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:19:34.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:19:34.045Z] Configure a credential helper to remove this warning. See [2023-02-15T18:19:34.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:19:34.045Z] [2023-02-15T18:19:34.045Z] Login Succeeded [2023-02-15T18:19:34.045Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T18:19:34.052Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-15T18:19:34.401Z] + git rev-list -1 --merges 731cbe338f54dd8dac0167938734c2fced573176~1..731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] echo [2023-02-15T18:19:34.455Z] -----------> git rev-list -1 --merges 731cbe338f54dd8dac0167938734c2fced573176~1..731cbe338f54dd8dac0167938734c2fced573176 731cbe338f54dd8dac0167938734c2fced573176 [false] [Pipeline] sh [2023-02-15T18:19:34.745Z] + git log --format=format:%s -1 731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] echo [2023-02-15T18:19:34.761Z] ========================================================= [2023-02-15T18:19:34.761Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-15T18:19:34.761Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T18:19:35.101Z] + git log --format=format:%s -1 731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] echo [2023-02-15T18:19:35.112Z] [semverPrep] GIT_COMMIT: 731cbe338f54dd8dac0167938734c2fced573176, Commit Message: feat!: updates for common config (#518) [Pipeline] echo [2023-02-15T18:19:35.121Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-15T18:19:35.467Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T18:19:35.467Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-15T18:19:35.467Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-15T18:19:35.467Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-15T18:19:35.467Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-15T18:19:35.467Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-15T18:19:35.467Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:19:35.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T18:19:35.806Z] [2023-02-15T18:19:35.806Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:19:36.115Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T18:19:36.115Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-15T18:19:36.115Z] b85a868b505f: Pulling fs layer [2023-02-15T18:19:36.115Z] e2be974225ed: Pulling fs layer [2023-02-15T18:19:36.115Z] 339a4e72a1f5: Pulling fs layer [2023-02-15T18:19:36.115Z] 988bab9f4d93: Pulling fs layer [2023-02-15T18:19:36.115Z] 1469e6f7b9e6: Pulling fs layer [2023-02-15T18:19:36.115Z] eaf3925da568: Pulling fs layer [2023-02-15T18:19:36.115Z] bab4dde63d76: Pulling fs layer [2023-02-15T18:19:36.115Z] bde34c3a00c8: Pulling fs layer [2023-02-15T18:19:36.115Z] b352a97aabf1: Pulling fs layer [2023-02-15T18:19:36.115Z] 4872d77fe225: Pulling fs layer [2023-02-15T18:19:36.115Z] 5851b861e8e6: Pulling fs layer [2023-02-15T18:19:36.115Z] bde34c3a00c8: Waiting [2023-02-15T18:19:36.115Z] b352a97aabf1: Waiting [2023-02-15T18:19:36.115Z] 988bab9f4d93: Waiting [2023-02-15T18:19:36.115Z] 4872d77fe225: Waiting [2023-02-15T18:19:36.115Z] 5851b861e8e6: Waiting [2023-02-15T18:19:36.115Z] 1469e6f7b9e6: Waiting [2023-02-15T18:19:36.115Z] bab4dde63d76: Waiting [2023-02-15T18:19:36.115Z] eaf3925da568: Waiting [2023-02-15T18:19:36.115Z] e2be974225ed: Download complete [2023-02-15T18:19:36.115Z] 988bab9f4d93: Verifying Checksum [2023-02-15T18:19:36.115Z] 988bab9f4d93: Download complete [2023-02-15T18:19:36.378Z] 1469e6f7b9e6: Verifying Checksum [2023-02-15T18:19:36.378Z] 1469e6f7b9e6: Download complete [2023-02-15T18:19:36.378Z] eaf3925da568: Download complete [2023-02-15T18:19:36.378Z] 339a4e72a1f5: Verifying Checksum [2023-02-15T18:19:36.378Z] 339a4e72a1f5: Download complete [2023-02-15T18:19:36.378Z] bde34c3a00c8: Download complete [2023-02-15T18:19:36.378Z] b352a97aabf1: Verifying Checksum [2023-02-15T18:19:36.378Z] b352a97aabf1: Download complete [2023-02-15T18:19:36.638Z] 4872d77fe225: Verifying Checksum [2023-02-15T18:19:36.638Z] 4872d77fe225: Download complete [2023-02-15T18:19:36.638Z] 5851b861e8e6: Download complete [2023-02-15T18:19:36.638Z] b85a868b505f: Verifying Checksum [2023-02-15T18:19:36.638Z] b85a868b505f: Download complete [2023-02-15T18:19:36.897Z] bab4dde63d76: Verifying Checksum [2023-02-15T18:19:36.897Z] bab4dde63d76: Download complete [2023-02-15T18:19:37.833Z] b85a868b505f: Pull complete [2023-02-15T18:19:38.093Z] e2be974225ed: Pull complete [2023-02-15T18:19:38.696Z] 339a4e72a1f5: Pull complete [2023-02-15T18:19:38.697Z] 988bab9f4d93: Pull complete [2023-02-15T18:19:38.957Z] 1469e6f7b9e6: Pull complete [2023-02-15T18:19:38.957Z] eaf3925da568: Pull complete [2023-02-15T18:19:40.859Z] bab4dde63d76: Pull complete [2023-02-15T18:19:40.859Z] bde34c3a00c8: Pull complete [2023-02-15T18:19:41.118Z] b352a97aabf1: Pull complete [2023-02-15T18:19:41.118Z] 4872d77fe225: Pull complete [2023-02-15T18:19:41.377Z] 5851b861e8e6: Pull complete [2023-02-15T18:19:41.377Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-15T18:19:41.377Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T18:19:41.378Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:19:41.485Z] prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container [2023-02-15T18:19:41.505Z] $ 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-02-15T18:19:43.612Z] $ docker top 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b -eo pid,comm [2023-02-15T18:19:43.682Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-15T18:19:43.682Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T18:19:43.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T18:19:43.715Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T18:19:43.847Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T18:19:43.839Z] $ docker exec 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b ssh-agent [2023-02-15T18:19:43.961Z] SSH_AUTH_SOCK=/tmp/ssh-q8nyiDp9dR4o/agent.32 [2023-02-15T18:19:43.961Z] SSH_AGENT_PID=38 [2023-02-15T18:19:43.968Z] Running ssh-add (command line suppressed) [2023-02-15T18:19:44.055Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14771476351133360276.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14771476351133360276.key) [2023-02-15T18:19:44.078Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T18:19:44.363Z] + git tag --points-at HEAD [Pipeline] } [2023-02-15T18:19:44.365Z] $ docker exec --env ******** --env ******** 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b ssh-agent -k [2023-02-15T18:19:44.464Z] unset SSH_AUTH_SOCK; [2023-02-15T18:19:44.464Z] unset SSH_AGENT_PID; [2023-02-15T18:19:44.464Z] echo Agent pid 38 killed; [2023-02-15T18:19:44.485Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-15T18:19:44.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T18:19:44.518Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T18:19:44.637Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T18:19:44.629Z] $ docker exec 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b ssh-agent [2023-02-15T18:19:44.755Z] SSH_AUTH_SOCK=/tmp/ssh-RwxNaksltwwG/agent.71 [2023-02-15T18:19:44.755Z] SSH_AGENT_PID=76 [2023-02-15T18:19:44.760Z] Running ssh-add (command line suppressed) [2023-02-15T18:19:44.864Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2395284207968980185.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2395284207968980185.key) [2023-02-15T18:19:44.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T18:19:45.175Z] + git semver init [2023-02-15T18:19:45.435Z] 2023-02-15 18:19:45,367 [run_init] DEBUG init version:0.0.0 force:False [2023-02-15T18:19:45.435Z] 2023-02-15 18:19:45,368 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-02-15T18:19:45.435Z] 2023-02-15 18:19:45,368 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2023-02-15T18:19:45.435Z] 2023-02-15 18:19:45,369 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-02-15T18:19:46.824Z] 2023-02-15 18:19:46,463 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-02-15T18:19:46.824Z] 2023-02-15 18:19:46,464 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2023-02-15T18:19:46.824Z] 2023-02-15 18:19:46,464 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-15T18:19:46.824Z] 2023-02-15 18:19:46,464 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-15T18:19:46.824Z] 3.0.0-dev.16 [Pipeline] } [2023-02-15T18:19:46.825Z] $ docker exec --env ******** --env ******** 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b ssh-agent -k [2023-02-15T18:19:46.935Z] unset SSH_AUTH_SOCK; [2023-02-15T18:19:46.936Z] unset SSH_AGENT_PID; [2023-02-15T18:19:46.936Z] echo Agent pid 76 killed; [2023-02-15T18:19:46.954Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T18:19:47.258Z] + git semver [Pipeline] } [2023-02-15T18:19:47.521Z] $ docker stop --time=1 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b [2023-02-15T18:19:48.907Z] $ docker rm -f --volumes 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T18:19:49.245Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-15T18:19:49.440Z] Stashed 1 file(s) [Pipeline] echo [2023-02-15T18:19:49.444Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.16 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T18:19:49.603Z] provisioning config files... [2023-02-15T18:19:49.612Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12368700535623198173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:19:49.905Z] ---> docker-login.sh [2023-02-15T18:19:49.905Z] nexus3.edgexfoundry.org:10001 [2023-02-15T18:19:49.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:19:49.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:19:49.905Z] Configure a credential helper to remove this warning. See [2023-02-15T18:19:49.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:19:49.905Z] [2023-02-15T18:19:49.905Z] Login Succeeded [2023-02-15T18:19:49.905Z] nexus3.edgexfoundry.org:10002 [2023-02-15T18:19:49.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:19:49.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:19:49.905Z] Configure a credential helper to remove this warning. See [2023-02-15T18:19:49.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:19:49.905Z] [2023-02-15T18:19:49.905Z] Login Succeeded [2023-02-15T18:19:49.905Z] nexus3.edgexfoundry.org:10003 [2023-02-15T18:19:50.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:19:50.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:19:50.164Z] Configure a credential helper to remove this warning. See [2023-02-15T18:19:50.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:19:50.164Z] [2023-02-15T18:19:50.164Z] Login Succeeded [2023-02-15T18:19:50.164Z] nexus3.edgexfoundry.org:10004 [2023-02-15T18:19:50.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:19:50.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:19:50.164Z] Configure a credential helper to remove this warning. See [2023-02-15T18:19:50.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:19:50.164Z] [2023-02-15T18:19:50.164Z] Login Succeeded [2023-02-15T18:19:50.164Z] docker.io [2023-02-15T18:19:50.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:19:50.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:19:50.685Z] Configure a credential helper to remove this warning. See [2023-02-15T18:19:50.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:19:50.685Z] [2023-02-15T18:19:50.685Z] Login Succeeded [2023-02-15T18:19:50.685Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T18:19:50.692Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-15T18:19:50.753Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T18:19:50.765Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T18:19:50.774Z] ========================================================= [2023-02-15T18:19:50.774Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-15T18:19:50.774Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:19:51.089Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-15T18:19:51.089Z] Sending build context to Docker daemon 3.21MB [2023-02-15T18:19:51.089Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-15T18:19:51.089Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-15T18:19:51.089Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-15T18:19:51.089Z] 213ec9aee27d: Pulling fs layer [2023-02-15T18:19:51.089Z] 4583459ba037: Pulling fs layer [2023-02-15T18:19:51.089Z] 93c1e223e6f2: Pulling fs layer [2023-02-15T18:19:51.089Z] 53926ce57604: Pulling fs layer [2023-02-15T18:19:51.089Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-15T18:19:51.089Z] 22ff95d597cd: Pulling fs layer [2023-02-15T18:19:51.089Z] 12d6caf4c0d1: Pulling fs layer [2023-02-15T18:19:51.089Z] 96b7cbca73a9: Pulling fs layer [2023-02-15T18:19:51.089Z] a7acece74701: Pulling fs layer [2023-02-15T18:19:51.089Z] 21b2b0c7a3f4: Waiting [2023-02-15T18:19:51.089Z] 22ff95d597cd: Waiting [2023-02-15T18:19:51.089Z] 12d6caf4c0d1: Waiting [2023-02-15T18:19:51.089Z] 96b7cbca73a9: Waiting [2023-02-15T18:19:51.089Z] a7acece74701: Waiting [2023-02-15T18:19:51.089Z] 53926ce57604: Waiting [2023-02-15T18:19:51.089Z] 93c1e223e6f2: Verifying Checksum [2023-02-15T18:19:51.089Z] 93c1e223e6f2: Download complete [2023-02-15T18:19:51.089Z] 4583459ba037: Verifying Checksum [2023-02-15T18:19:51.089Z] 4583459ba037: Download complete [2023-02-15T18:19:51.089Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-15T18:19:51.089Z] 21b2b0c7a3f4: Download complete [2023-02-15T18:19:51.089Z] 22ff95d597cd: Download complete [2023-02-15T18:19:51.351Z] 213ec9aee27d: Verifying Checksum [2023-02-15T18:19:51.351Z] 213ec9aee27d: Download complete [2023-02-15T18:19:51.351Z] 12d6caf4c0d1: Download complete [2023-02-15T18:19:51.351Z] 213ec9aee27d: Pull complete [2023-02-15T18:19:51.641Z] 4583459ba037: Pull complete [2023-02-15T18:19:51.641Z] 93c1e223e6f2: Pull complete [2023-02-15T18:19:52.652Z] 53926ce57604: Verifying Checksum [2023-02-15T18:19:52.652Z] 53926ce57604: Download complete [2023-02-15T18:19:52.652Z] a7acece74701: Verifying Checksum [2023-02-15T18:19:52.652Z] a7acece74701: Download complete [2023-02-15T18:19:52.910Z] 96b7cbca73a9: Verifying Checksum [2023-02-15T18:19:52.910Z] 96b7cbca73a9: Download complete [2023-02-15T18:19:57.099Z] 53926ce57604: Pull complete [2023-02-15T18:19:57.099Z] 21b2b0c7a3f4: Pull complete [2023-02-15T18:19:57.099Z] 22ff95d597cd: Pull complete [2023-02-15T18:19:57.099Z] 12d6caf4c0d1: Pull complete [2023-02-15T18:19:59.006Z] 96b7cbca73a9: Pull complete [2023-02-15T18:19:59.946Z] a7acece74701: Pull complete [2023-02-15T18:19:59.946Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-15T18:19:59.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T18:19:59.946Z] ---> db6d94c90886 [2023-02-15T18:19:59.946Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-15T18:20:04.152Z] ---> Running in 24f68d62aba5 [2023-02-15T18:20:04.152Z] Removing intermediate container 24f68d62aba5 [2023-02-15T18:20:04.152Z] ---> 1d6bf6146785 [2023-02-15T18:20:04.152Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-15T18:20:04.152Z] ---> Running in 1ef1fbcbc750 [2023-02-15T18:20:04.152Z] Removing intermediate container 1ef1fbcbc750 [2023-02-15T18:20:04.152Z] ---> 3e2803267fcb [2023-02-15T18:20:04.152Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-15T18:20:04.411Z] ---> Running in 5a5b3fb393c5 [2023-02-15T18:20:04.411Z] Removing intermediate container 5a5b3fb393c5 [2023-02-15T18:20:04.411Z] ---> 4a6dda0197bd [2023-02-15T18:20:04.411Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-15T18:20:04.411Z] ---> Running in 5ff1b4881f53 [2023-02-15T18:20:04.556Z] Still waiting to schedule task [2023-02-15T18:20:04.557Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-15T18:20:04.670Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T18:20:04.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T18:20:05.187Z] OK: 211 MiB in 51 packages [2023-02-15T18:20:05.446Z] Removing intermediate container 5ff1b4881f53 [2023-02-15T18:20:05.446Z] ---> bc896be35a83 [2023-02-15T18:20:05.446Z] Step 7/12 : WORKDIR /app [2023-02-15T18:20:05.446Z] ---> Running in 5a0a65f0df91 [2023-02-15T18:20:05.704Z] Removing intermediate container 5a0a65f0df91 [2023-02-15T18:20:05.704Z] ---> 9093bfc7d86b [2023-02-15T18:20:05.704Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-15T18:20:05.704Z] ---> 9afac10e0dc0 [2023-02-15T18:20:05.704Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T18:20:05.704Z] ---> Running in 76e83db71953 [2023-02-15T18:20:37.856Z] Removing intermediate container 76e83db71953 [2023-02-15T18:20:37.856Z] ---> 0ab07123ac68 [2023-02-15T18:20:37.856Z] Step 10/12 : COPY . . [2023-02-15T18:20:37.856Z] ---> 6510d920aabe [2023-02-15T18:20:37.856Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-15T18:20:37.856Z] ---> Running in 30f83265ac7e [2023-02-15T18:20:37.856Z] Removing intermediate container 30f83265ac7e [2023-02-15T18:20:37.856Z] ---> 8d8a696759a4 [2023-02-15T18:20:37.856Z] Step 12/12 : RUN $MAKE [2023-02-15T18:20:37.856Z] ---> Running in 5be6223181a5 [2023-02-15T18:20:37.856Z] noop [2023-02-15T18:20:37.856Z] Removing intermediate container 5be6223181a5 [2023-02-15T18:20:37.856Z] ---> 019da5a8e5f8 [2023-02-15T18:20:37.856Z] Successfully built 019da5a8e5f8 [2023-02-15T18:20:37.856Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:20:38.168Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T18:20:38.168Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:20:38.238Z] prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container [2023-02-15T18:20:38.268Z] $ 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-02-15T18:20:38.586Z] $ docker top 7a283019194c36cde2ebb56488b7a033c39985192cb25e3d925e1df1b9f1678b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T18:20:38.922Z] + go version [2023-02-15T18:20:38.923Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-15T18:20:38.933Z] $ docker stop --time=1 7a283019194c36cde2ebb56488b7a033c39985192cb25e3d925e1df1b9f1678b [2023-02-15T18:20:40.180Z] $ docker rm -f --volumes 7a283019194c36cde2ebb56488b7a033c39985192cb25e3d925e1df1b9f1678b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:20:40.600Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T18:20:40.600Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:20:40.679Z] prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container [2023-02-15T18:20:40.709Z] $ 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-02-15T18:20:41.449Z] $ docker top 079e255167bb72f2685a13d4ed361374d8b38d746a81be6fd685b00dd5d43ad5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T18:20:41.782Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-02-15T18:20:42.081Z] + make test [2023-02-15T18:20:42.081Z] go test -race -coverprofile=coverage.out ./... [2023-02-15T18:21:04.014Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-02-15T18:21:04.014Z] go vet ./... [2023-02-15T18:21:12.116Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T18:21:12.116Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T18:21:12.116Z] ./bin/test-attribution-txt.sh [2023-02-15T18:21:12.116Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-15T18:21:12.116Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-15T18:21:12.128Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-15T18:21:12.138Z] $ docker stop --time=1 079e255167bb72f2685a13d4ed361374d8b38d746a81be6fd685b00dd5d43ad5 [2023-02-15T18:21:15.617Z] $ docker rm -f --volumes 079e255167bb72f2685a13d4ed361374d8b38d746a81be6fd685b00dd5d43ad5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T18:21:16.053Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-15T18:21:16.095Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-15T18:21:16.496Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-15T18:21:16.779Z] + ls -al . [2023-02-15T18:21:16.779Z] total 172 [2023-02-15T18:21:16.779Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:20 . [2023-02-15T18:21:16.779Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:19 .. [2023-02-15T18:21:16.779Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 15 18:19 .dockerignore [2023-02-15T18:21:16.779Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:19 .git [2023-02-15T18:21:16.779Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:19 .github [2023-02-15T18:21:16.779Z] -rw-rw-r-- 1 jenkins jenkins 171 Feb 15 18:19 .gitignore [2023-02-15T18:21:16.779Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 18:19 .semver [2023-02-15T18:21:16.779Z] -rw-rw-r-- 1 jenkins jenkins 9103 Feb 15 18:19 Attribution.txt [2023-02-15T18:21:16.779Z] -rw-rw-r-- 1 jenkins jenkins 29118 Feb 15 18:19 CHANGELOG.md [2023-02-15T18:21:16.779Z] -rw-rw-r-- 1 jenkins jenkins 1898 Feb 15 18:19 Dockerfile [2023-02-15T18:21:16.779Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 15 18:19 GOVERNANCE.md [2023-02-15T18:21:16.779Z] -rw-rw-r-- 1 jenkins jenkins 688 Feb 15 18:19 Jenkinsfile [2023-02-15T18:21:16.779Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 15 18:19 LICENSE [2023-02-15T18:21:16.779Z] -rw-rw-r-- 1 jenkins jenkins 618 Feb 15 18:19 OWNERS.md [2023-02-15T18:21:16.779Z] -rw-rw-r-- 1 jenkins jenkins 4369 Feb 15 18:19 README.md [2023-02-15T18:21:16.780Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 15 18:19 VERSION [2023-02-15T18:21:16.780Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 18:19 bin [2023-02-15T18:21:16.780Z] -rw-r--r-- 1 jenkins jenkins 13 Feb 15 18:20 coverage.out [2023-02-15T18:21:16.780Z] -rw-rw-r-- 1 jenkins jenkins 3308 Feb 15 18:19 go.mod [2023-02-15T18:21:16.780Z] -rw-rw-r-- 1 jenkins jenkins 32598 Feb 15 18:19 go.sum [2023-02-15T18:21:16.780Z] -rw-rw-r-- 1 jenkins jenkins 1949 Feb 15 18:19 main.go [2023-02-15T18:21:16.780Z] -rw-rw-r-- 1 jenkins jenkins 2078 Feb 15 18:19 makefile [2023-02-15T18:21:16.780Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 15 18:19 res [2023-02-15T18:21:16.780Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:19 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:17.081Z] + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=731cbe338f54dd8dac0167938734c2fced573176 --label arch=amd64 --label version=3.0.0-dev.16 . [2023-02-15T18:21:17.081Z] Sending build context to Docker daemon 3.211MB [2023-02-15T18:21:17.081Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-02-15T18:21:17.081Z] Step 2/26 : FROM ${BASE} AS builder [2023-02-15T18:21:17.081Z] ---> 019da5a8e5f8 [2023-02-15T18:21:17.081Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-02-15T18:21:17.081Z] ---> Running in 0ed3c50ed1fd [2023-02-15T18:21:17.340Z] Removing intermediate container 0ed3c50ed1fd [2023-02-15T18:21:17.340Z] ---> 4bb3d84569a3 [2023-02-15T18:21:17.340Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-02-15T18:21:17.340Z] ---> Running in da09b7a6c4ce [2023-02-15T18:21:17.340Z] Removing intermediate container da09b7a6c4ce [2023-02-15T18:21:17.340Z] ---> 43e280a298d5 [2023-02-15T18:21:17.340Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-02-15T18:21:17.340Z] ---> Running in aa9eb8fcfbeb [2023-02-15T18:21:17.340Z] Removing intermediate container aa9eb8fcfbeb [2023-02-15T18:21:17.340Z] ---> 4faf7c471d64 [2023-02-15T18:21:17.340Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-15T18:21:17.600Z] ---> Running in cb7ac911710d [2023-02-15T18:21:17.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T18:21:17.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T18:21:18.120Z] OK: 211 MiB in 51 packages [2023-02-15T18:21:18.689Z] Removing intermediate container cb7ac911710d [2023-02-15T18:21:18.689Z] ---> 086ccad891a9 [2023-02-15T18:21:18.689Z] Step 7/26 : WORKDIR /app [2023-02-15T18:21:18.689Z] ---> Running in 0469f64e955f [2023-02-15T18:21:18.689Z] Removing intermediate container 0469f64e955f [2023-02-15T18:21:18.689Z] ---> f37f454402c3 [2023-02-15T18:21:18.689Z] Step 8/26 : COPY go.mod vendor* ./ [2023-02-15T18:21:18.689Z] ---> a2d9e54c93e5 [2023-02-15T18:21:18.689Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T18:21:18.689Z] ---> Running in b86e90a065fc [2023-02-15T18:21:19.629Z] Removing intermediate container b86e90a065fc [2023-02-15T18:21:19.629Z] ---> 3355a7ed48fe [2023-02-15T18:21:19.629Z] Step 10/26 : COPY . . [2023-02-15T18:21:19.887Z] ---> 49c2840d0c35 [2023-02-15T18:21:19.887Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-15T18:21:19.887Z] ---> Running in 79239dc55dce [2023-02-15T18:21:20.147Z] Removing intermediate container 79239dc55dce [2023-02-15T18:21:20.147Z] ---> 1d8568be9e3e [2023-02-15T18:21:20.147Z] Step 12/26 : RUN $MAKE [2023-02-15T18:21:20.147Z] ---> Running in 2cb1bdf23f09 [2023-02-15T18:21:20.405Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.29 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.16" -trimpath -mod=readonly -o app-service-configurable [2023-02-15T18:21:42.329Z] Removing intermediate container 2cb1bdf23f09 [2023-02-15T18:21:42.329Z] ---> 74bf2d209980 [2023-02-15T18:21:42.329Z] Step 13/26 : FROM alpine:3.16 [2023-02-15T18:21:42.329Z] 3.16: Pulling from library/alpine [2023-02-15T18:21:42.329Z] ef5531b6e74e: Pulling fs layer [2023-02-15T18:21:42.588Z] ef5531b6e74e: Pull complete [2023-02-15T18:21:42.588Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T18:21:42.588Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T18:21:42.588Z] ---> dfd21b5a31f5 [2023-02-15T18:21:42.588Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-15T18:21:42.588Z] ---> Running in d1a437e237e5 [2023-02-15T18:21:42.846Z] Removing intermediate container d1a437e237e5 [2023-02-15T18:21:42.846Z] ---> cc1f0dfc06ac [2023-02-15T18:21:42.846Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-02-15T18:21:42.846Z] ---> Running in e66cb388da73 [2023-02-15T18:21:42.846Z] Removing intermediate container e66cb388da73 [2023-02-15T18:21:42.846Z] ---> 5d7b6e44824b [2023-02-15T18:21:42.846Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-15T18:21:42.846Z] ---> Running in aec593c161f2 [2023-02-15T18:21:43.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T18:21:43.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T18:21:43.462Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-15T18:21:43.462Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-15T18:21:43.462Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T18:21:43.462Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T18:21:43.462Z] OK: 6 MiB in 16 packages [2023-02-15T18:21:44.060Z] Removing intermediate container aec593c161f2 [2023-02-15T18:21:44.060Z] ---> 26db43695bef [2023-02-15T18:21:44.060Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-15T18:21:44.060Z] ---> 63a1d2e61d77 [2023-02-15T18:21:44.060Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-15T18:21:44.333Z] ---> 68b1c3a65965 [2023-02-15T18:21:44.333Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-02-15T18:21:44.333Z] ---> 611fec1a2a27 [2023-02-15T18:21:44.333Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-02-15T18:21:45.030Z] ---> 8f75a1627499 [2023-02-15T18:21:45.030Z] Step 21/26 : EXPOSE 48095 [2023-02-15T18:21:45.030Z] ---> Running in c306945acef8 [2023-02-15T18:21:45.030Z] Removing intermediate container c306945acef8 [2023-02-15T18:21:45.030Z] ---> b165ad3cb553 [2023-02-15T18:21:45.030Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-02-15T18:21:45.030Z] ---> Running in 153a91e4814d [2023-02-15T18:21:45.288Z] Removing intermediate container 153a91e4814d [2023-02-15T18:21:45.288Z] ---> d0e2db3d180c [2023-02-15T18:21:45.288Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T18:21:45.288Z] ---> Running in d1296490feba [2023-02-15T18:21:45.288Z] Removing intermediate container d1296490feba [2023-02-15T18:21:45.288Z] ---> 26eed1260167 [2023-02-15T18:21:45.288Z] Step 24/26 : LABEL arch=amd64 [2023-02-15T18:21:45.288Z] ---> Running in 66e69d47e2ae [2023-02-15T18:21:45.288Z] Removing intermediate container 66e69d47e2ae [2023-02-15T18:21:45.288Z] ---> 9bd0d3db3e73 [2023-02-15T18:21:45.288Z] Step 25/26 : LABEL git_sha=731cbe338f54dd8dac0167938734c2fced573176 [2023-02-15T18:21:45.288Z] ---> Running in 1549ae8a9f62 [2023-02-15T18:21:45.546Z] Removing intermediate container 1549ae8a9f62 [2023-02-15T18:21:45.546Z] ---> 862a142ada8b [2023-02-15T18:21:45.546Z] Step 26/26 : LABEL version=3.0.0-dev.16 [2023-02-15T18:21:45.546Z] ---> Running in a14370c7b410 [2023-02-15T18:21:45.546Z] Removing intermediate container a14370c7b410 [2023-02-15T18:21:45.546Z] ---> b419cc923fe2 [2023-02-15T18:21:45.546Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-15T18:21:45.546Z] Successfully built b419cc923fe2 [2023-02-15T18:21:45.546Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T18:21:45.625Z] provisioning config files... [2023-02-15T18:21:45.632Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10615239129680596812tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:21:45.925Z] ---> docker-login.sh [2023-02-15T18:21:45.925Z] nexus3.edgexfoundry.org:10001 [2023-02-15T18:21:45.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:21:45.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:21:45.925Z] Configure a credential helper to remove this warning. See [2023-02-15T18:21:45.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:21:45.925Z] [2023-02-15T18:21:45.925Z] Login Succeeded [2023-02-15T18:21:45.925Z] nexus3.edgexfoundry.org:10002 [2023-02-15T18:21:45.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:21:45.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:21:45.925Z] Configure a credential helper to remove this warning. See [2023-02-15T18:21:45.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:21:45.925Z] [2023-02-15T18:21:45.925Z] Login Succeeded [2023-02-15T18:21:45.925Z] nexus3.edgexfoundry.org:10003 [2023-02-15T18:21:46.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:21:46.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:21:46.184Z] Configure a credential helper to remove this warning. See [2023-02-15T18:21:46.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:21:46.184Z] [2023-02-15T18:21:46.184Z] Login Succeeded [2023-02-15T18:21:46.184Z] nexus3.edgexfoundry.org:10004 [2023-02-15T18:21:46.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:21:46.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:21:46.184Z] Configure a credential helper to remove this warning. See [2023-02-15T18:21:46.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:21:46.184Z] [2023-02-15T18:21:46.184Z] Login Succeeded [2023-02-15T18:21:46.184Z] docker.io [2023-02-15T18:21:46.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:21:46.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:21:46.445Z] Configure a credential helper to remove this warning. See [2023-02-15T18:21:46.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:21:46.445Z] [2023-02-15T18:21:46.445Z] Login Succeeded [2023-02-15T18:21:46.445Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T18:21:46.452Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T18:21:46.474Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T18:21:46.489Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-02-15T18:21:46.489Z] 731cbe338f54dd8dac0167938734c2fced573176 [2023-02-15T18:21:46.489Z] latest [2023-02-15T18:21:46.489Z] 3.0.0-dev.16 [2023-02-15T18:21:46.489Z] 731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 [2023-02-15T18:21:46.489Z] main [2023-02-15T18:21:46.489Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:46.790Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:47.090Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:731cbe338f54dd8dac0167938734c2fced573176 [2023-02-15T18:21:47.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-15T18:21:47.090Z] 36e8e87362a9: Preparing [2023-02-15T18:21:47.090Z] a99137175744: Preparing [2023-02-15T18:21:47.090Z] a1fd3ef9b7bf: Preparing [2023-02-15T18:21:47.090Z] 06f94591869c: Preparing [2023-02-15T18:21:47.090Z] 253b185516fd: Preparing [2023-02-15T18:21:47.090Z] aa5968d388b8: Preparing [2023-02-15T18:21:47.090Z] aa5968d388b8: Waiting [2023-02-15T18:21:47.090Z] a99137175744: Pushed [2023-02-15T18:21:47.090Z] 06f94591869c: Pushed [2023-02-15T18:21:47.090Z] a1fd3ef9b7bf: Pushed [2023-02-15T18:21:47.090Z] aa5968d388b8: Layer already exists [2023-02-15T18:21:47.090Z] 253b185516fd: Pushed [2023-02-15T18:21:49.631Z] 36e8e87362a9: Pushed [2023-02-15T18:21:49.631Z] 731cbe338f54dd8dac0167938734c2fced573176: digest: sha256:cb7bcb3b151e2d361974315a81004403248da8312b38114e105d892f2d5f6dd8 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:49.951Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:50.252Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-02-15T18:21:50.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-15T18:21:50.252Z] 36e8e87362a9: Preparing [2023-02-15T18:21:50.252Z] a99137175744: Preparing [2023-02-15T18:21:50.252Z] a1fd3ef9b7bf: Preparing [2023-02-15T18:21:50.252Z] 06f94591869c: Preparing [2023-02-15T18:21:50.252Z] 253b185516fd: Preparing [2023-02-15T18:21:50.252Z] aa5968d388b8: Preparing [2023-02-15T18:21:50.252Z] aa5968d388b8: Waiting [2023-02-15T18:21:50.252Z] 253b185516fd: Layer already exists [2023-02-15T18:21:50.252Z] 36e8e87362a9: Layer already exists [2023-02-15T18:21:50.252Z] a99137175744: Layer already exists [2023-02-15T18:21:50.252Z] 06f94591869c: Layer already exists [2023-02-15T18:21:50.252Z] a1fd3ef9b7bf: Layer already exists [2023-02-15T18:21:50.252Z] aa5968d388b8: Layer already exists [2023-02-15T18:21:50.252Z] latest: digest: sha256:cb7bcb3b151e2d361974315a81004403248da8312b38114e105d892f2d5f6dd8 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:50.555Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:50.860Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.16 [2023-02-15T18:21:50.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-15T18:21:50.860Z] 36e8e87362a9: Preparing [2023-02-15T18:21:50.860Z] a99137175744: Preparing [2023-02-15T18:21:50.860Z] a1fd3ef9b7bf: Preparing [2023-02-15T18:21:50.860Z] 06f94591869c: Preparing [2023-02-15T18:21:50.860Z] 253b185516fd: Preparing [2023-02-15T18:21:50.860Z] aa5968d388b8: Preparing [2023-02-15T18:21:50.860Z] 36e8e87362a9: Layer already exists [2023-02-15T18:21:50.860Z] a99137175744: Layer already exists [2023-02-15T18:21:50.860Z] a1fd3ef9b7bf: Layer already exists [2023-02-15T18:21:50.860Z] 253b185516fd: Layer already exists [2023-02-15T18:21:50.860Z] 06f94591869c: Layer already exists [2023-02-15T18:21:50.860Z] aa5968d388b8: Layer already exists [2023-02-15T18:21:50.860Z] 3.0.0-dev.16: digest: sha256:cb7bcb3b151e2d361974315a81004403248da8312b38114e105d892f2d5f6dd8 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:51.166Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:51.468Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 [2023-02-15T18:21:51.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-15T18:21:51.468Z] 36e8e87362a9: Preparing [2023-02-15T18:21:51.468Z] a99137175744: Preparing [2023-02-15T18:21:51.468Z] a1fd3ef9b7bf: Preparing [2023-02-15T18:21:51.468Z] 06f94591869c: Preparing [2023-02-15T18:21:51.468Z] 253b185516fd: Preparing [2023-02-15T18:21:51.468Z] aa5968d388b8: Preparing [2023-02-15T18:21:51.468Z] aa5968d388b8: Waiting [2023-02-15T18:21:51.468Z] 36e8e87362a9: Layer already exists [2023-02-15T18:21:51.468Z] 06f94591869c: Layer already exists [2023-02-15T18:21:51.468Z] a99137175744: Layer already exists [2023-02-15T18:21:51.468Z] 253b185516fd: Layer already exists [2023-02-15T18:21:51.468Z] a1fd3ef9b7bf: Layer already exists [2023-02-15T18:21:51.468Z] aa5968d388b8: Layer already exists [2023-02-15T18:21:51.468Z] 731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16: digest: sha256:cb7bcb3b151e2d361974315a81004403248da8312b38114e105d892f2d5f6dd8 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:51.776Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:52.077Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-02-15T18:21:52.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-02-15T18:21:52.077Z] 36e8e87362a9: Preparing [2023-02-15T18:21:52.077Z] a99137175744: Preparing [2023-02-15T18:21:52.077Z] a1fd3ef9b7bf: Preparing [2023-02-15T18:21:52.077Z] 06f94591869c: Preparing [2023-02-15T18:21:52.077Z] 253b185516fd: Preparing [2023-02-15T18:21:52.077Z] aa5968d388b8: Preparing [2023-02-15T18:21:52.077Z] aa5968d388b8: Waiting [2023-02-15T18:21:52.077Z] 253b185516fd: Layer already exists [2023-02-15T18:21:52.077Z] a1fd3ef9b7bf: Layer already exists [2023-02-15T18:21:52.077Z] a99137175744: Layer already exists [2023-02-15T18:21:52.077Z] 36e8e87362a9: Layer already exists [2023-02-15T18:21:52.077Z] 06f94591869c: Layer already exists [2023-02-15T18:21:52.077Z] aa5968d388b8: Layer already exists [2023-02-15T18:21:52.077Z] main: digest: sha256:cb7bcb3b151e2d361974315a81004403248da8312b38114e105d892f2d5f6dd8 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T18:21:52.113Z] ===================================================== [Pipeline] echo [2023-02-15T18:21:52.119Z] taggedImages: [2023-02-15T18:21:52.119Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:731cbe338f54dd8dac0167938734c2fced573176 [2023-02-15T18:21:52.119Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-02-15T18:21:52.119Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.16 [2023-02-15T18:21:52.119Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 [2023-02-15T18:21:52.119Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:52.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T18:21:52.480Z] [2023-02-15T18:21:52.480Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:21:52.788Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T18:21:52.788Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-15T18:21:52.788Z] 5eb5b503b376: Pulling fs layer [2023-02-15T18:21:52.788Z] 5c69ac0246d0: Pulling fs layer [2023-02-15T18:21:52.788Z] ec43610c2a17: Pulling fs layer [2023-02-15T18:21:52.788Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-15T18:21:52.788Z] 33b1e0a273af: Pulling fs layer [2023-02-15T18:21:52.788Z] 5d3b04190fa2: Pulling fs layer [2023-02-15T18:21:52.788Z] 2f39f015ded8: Pulling fs layer [2023-02-15T18:21:52.788Z] 5d3b04190fa2: Waiting [2023-02-15T18:21:52.788Z] 33b1e0a273af: Waiting [2023-02-15T18:21:52.788Z] 2f39f015ded8: Waiting [2023-02-15T18:21:52.788Z] 3a2ae6a8a46f: Waiting [2023-02-15T18:21:52.788Z] 5c69ac0246d0: Verifying Checksum [2023-02-15T18:21:52.788Z] 5c69ac0246d0: Download complete [2023-02-15T18:21:52.788Z] 3a2ae6a8a46f: Download complete [2023-02-15T18:21:53.050Z] 33b1e0a273af: Verifying Checksum [2023-02-15T18:21:53.050Z] 33b1e0a273af: Download complete [2023-02-15T18:21:53.050Z] 5d3b04190fa2: Download complete [2023-02-15T18:21:53.050Z] ec43610c2a17: Download complete [2023-02-15T18:21:53.311Z] 5eb5b503b376: Verifying Checksum [2023-02-15T18:21:53.311Z] 5eb5b503b376: Download complete [2023-02-15T18:21:53.879Z] 2f39f015ded8: Verifying Checksum [2023-02-15T18:21:53.879Z] 2f39f015ded8: Download complete [2023-02-15T18:21:54.443Z] 5eb5b503b376: Pull complete [2023-02-15T18:21:54.701Z] 5c69ac0246d0: Pull complete [2023-02-15T18:21:55.266Z] ec43610c2a17: Pull complete [2023-02-15T18:21:55.266Z] 3a2ae6a8a46f: Pull complete [2023-02-15T18:21:55.524Z] 33b1e0a273af: Pull complete [2023-02-15T18:21:55.524Z] 5d3b04190fa2: Pull complete [2023-02-15T18:21:59.707Z] 2f39f015ded8: Pull complete [2023-02-15T18:21:59.707Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-15T18:21:59.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T18:21:59.707Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:21:59.783Z] prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container [2023-02-15T18:21:59.814Z] $ 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-02-15T18:22:03.787Z] $ docker top e78be92ae1d875572c63e61a1206791a517997fccd5e304c68aedc4954f9abb9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:22:04.167Z] ---> job-cost.sh [2023-02-15T18:22:04.167Z] lf-activate-venv: SKIPPING [2023-02-15T18:22:04.167Z] INFO: No Stack... [2023-02-15T18:22:04.734Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T18:22:04.992Z] INFO: Archiving Costs [Pipeline] sh [2023-02-15T18:22:05.283Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2023-02-15T18:22:05.283Z] + cut -d, -f6 [Pipeline] lock [2023-02-15T18:22:05.298Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] [2023-02-15T18:22:05.304Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] did not exist. Created. [2023-02-15T18:22:05.304Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T18:22:05.597Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-15T18:22:05.631Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T18:22:05.636Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-15T18:22:05.653Z] $ docker stop --time=1 e78be92ae1d875572c63e61a1206791a517997fccd5e304c68aedc4954f9abb9 [2023-02-15T18:22:06.824Z] $ docker rm -f --volumes e78be92ae1d875572c63e61a1206791a517997fccd5e304c68aedc4954f9abb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-15T18:22:18.621Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6170 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-02-15T18:22:18.636Z] Running in /w/workspace/app-service-configurable/133 [Pipeline] { [Pipeline] checkout [2023-02-15T18:22:18.673Z] Selected Git installation does not exist. Using Default [2023-02-15T18:22:18.673Z] The recommended git tool is: NONE [2023-02-15T18:22:24.758Z] using credential edgex-jenkins-ssh [2023-02-15T18:22:24.778Z] Cloning the remote Git repository [2023-02-15T18:22:24.831Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-02-15T18:22:24.914Z] > git init /w/workspace/app-service-configurable/133 # timeout=10 [2023-02-15T18:22:25.087Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-02-15T18:22:25.089Z] > git --version # timeout=10 [2023-02-15T18:22:25.120Z] > git --version # 'git version 2.25.1' [2023-02-15T18:22:25.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T18:22:25.194Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T18:22:27.434Z] Avoid second fetch [2023-02-15T18:22:27.435Z] Checking out Revision 731cbe338f54dd8dac0167938734c2fced573176 (main) [2023-02-15T18:22:26.440Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-02-15T18:22:26.469Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T18:22:27.457Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T18:22:27.478Z] > git checkout -f 731cbe338f54dd8dac0167938734c2fced573176 # timeout=10 [2023-02-15T18:22:28.021Z] Commit message: "feat!: updates for common config (#518)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T18:22:29.073Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-15T18:22:29.073Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T18:22:29.073Z] Dload Upload Total Spent Left Speed [2023-02-15T18:22:29.073Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 211k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh [2023-02-15T18:22:29.763Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-15T18:22:30.105Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2023-02-15T18:22:30.106Z] /etc/docker/daemon.new [2023-02-15T18:22:30.106Z] { [2023-02-15T18:22:30.106Z] "registry-mirrors": [ [2023-02-15T18:22:30.106Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-15T18:22:30.106Z] ], [2023-02-15T18:22:30.106Z] "bip": "10.250.0.254/24", [2023-02-15T18:22:30.106Z] "hosts": [ [2023-02-15T18:22:30.106Z] "tcp://0.0.0.0:5555", [2023-02-15T18:22:30.106Z] "unix:///var/run/docker.sock" [2023-02-15T18:22:30.106Z] ], [2023-02-15T18:22:30.106Z] "mtu": 1458, [2023-02-15T18:22:30.106Z] "selinux-enabled": true, [2023-02-15T18:22:30.106Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-15T18:22:30.106Z] } [Pipeline] sh [2023-02-15T18:22:30.465Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-15T18:22:30.808Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T18:22:49.109Z] provisioning config files... [2023-02-15T18:22:49.137Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/133@tmp/config1936462654079463162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:22:49.491Z] ---> docker-login.sh [2023-02-15T18:22:49.491Z] nexus3.edgexfoundry.org:10001 [2023-02-15T18:22:50.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:22:50.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:22:50.083Z] Configure a credential helper to remove this warning. See [2023-02-15T18:22:50.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:22:50.083Z] [2023-02-15T18:22:50.083Z] Login Succeeded [2023-02-15T18:22:50.083Z] nexus3.edgexfoundry.org:10002 [2023-02-15T18:22:50.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:22:50.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:22:50.625Z] Configure a credential helper to remove this warning. See [2023-02-15T18:22:50.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:22:50.625Z] [2023-02-15T18:22:50.625Z] Login Succeeded [2023-02-15T18:22:50.625Z] nexus3.edgexfoundry.org:10003 [2023-02-15T18:22:50.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:22:50.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:22:50.894Z] Configure a credential helper to remove this warning. See [2023-02-15T18:22:50.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:22:50.894Z] [2023-02-15T18:22:50.894Z] Login Succeeded [2023-02-15T18:22:50.894Z] nexus3.edgexfoundry.org:10004 [2023-02-15T18:22:51.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:22:51.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:22:51.179Z] Configure a credential helper to remove this warning. See [2023-02-15T18:22:51.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:22:51.179Z] [2023-02-15T18:22:51.179Z] Login Succeeded [2023-02-15T18:22:51.179Z] docker.io [2023-02-15T18:22:51.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:22:51.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:22:51.721Z] Configure a credential helper to remove this warning. See [2023-02-15T18:22:51.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:22:51.721Z] [2023-02-15T18:22:51.721Z] Login Succeeded [2023-02-15T18:22:51.721Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T18:22:51.736Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-15T18:22:52.011Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T18:22:52.026Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T18:22:52.037Z] ========================================================= [2023-02-15T18:22:52.037Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-15T18:22:52.037Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:22:52.396Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-15T18:22:52.396Z] Sending build context to Docker daemon 178.2kB [2023-02-15T18:22:52.666Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-15T18:22:52.666Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-15T18:22:52.666Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-15T18:22:52.666Z] 9b18e9b68314: Pulling fs layer [2023-02-15T18:22:52.666Z] 35d82f9e3411: Pulling fs layer [2023-02-15T18:22:52.666Z] e16973657156: Pulling fs layer [2023-02-15T18:22:52.666Z] fc693d55d65f: Pulling fs layer [2023-02-15T18:22:52.666Z] 7e9fc2657dce: Pulling fs layer [2023-02-15T18:22:52.666Z] dda99020689f: Pulling fs layer [2023-02-15T18:22:52.666Z] db1c61fa0a46: Pulling fs layer [2023-02-15T18:22:52.666Z] 891c053d2c06: Pulling fs layer [2023-02-15T18:22:52.666Z] dda99020689f: Waiting [2023-02-15T18:22:52.666Z] db1c61fa0a46: Waiting [2023-02-15T18:22:52.666Z] 891c053d2c06: Waiting [2023-02-15T18:22:52.666Z] fc693d55d65f: Waiting [2023-02-15T18:22:52.666Z] 7e9fc2657dce: Waiting [2023-02-15T18:22:52.937Z] e16973657156: Verifying Checksum [2023-02-15T18:22:52.937Z] e16973657156: Download complete [2023-02-15T18:22:52.937Z] 35d82f9e3411: Download complete [2023-02-15T18:22:52.937Z] 7e9fc2657dce: Download complete [2023-02-15T18:22:52.937Z] dda99020689f: Verifying Checksum [2023-02-15T18:22:52.937Z] dda99020689f: Download complete [2023-02-15T18:22:52.937Z] 9b18e9b68314: Verifying Checksum [2023-02-15T18:22:52.937Z] 9b18e9b68314: Download complete [2023-02-15T18:22:53.908Z] 9b18e9b68314: Pull complete [2023-02-15T18:22:54.190Z] 891c053d2c06: Verifying Checksum [2023-02-15T18:22:54.190Z] 891c053d2c06: Download complete [2023-02-15T18:22:54.476Z] 35d82f9e3411: Pull complete [2023-02-15T18:22:54.752Z] e16973657156: Pull complete [2023-02-15T18:22:55.343Z] db1c61fa0a46: Verifying Checksum [2023-02-15T18:22:55.343Z] db1c61fa0a46: Download complete [2023-02-15T18:22:55.937Z] fc693d55d65f: Download complete [2023-02-15T18:23:11.016Z] fc693d55d65f: Pull complete [2023-02-15T18:23:11.016Z] 7e9fc2657dce: Pull complete [2023-02-15T18:23:11.287Z] dda99020689f: Pull complete [2023-02-15T18:23:17.963Z] db1c61fa0a46: Pull complete [2023-02-15T18:23:19.929Z] 891c053d2c06: Pull complete [2023-02-15T18:23:19.929Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-15T18:23:19.929Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T18:23:19.929Z] ---> f96f9c87975a [2023-02-15T18:23:19.929Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-15T18:23:20.516Z] ---> Running in 59508cfd984b [2023-02-15T18:23:20.785Z] Removing intermediate container 59508cfd984b [2023-02-15T18:23:20.785Z] ---> 0c0ee2d7577d [2023-02-15T18:23:20.785Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-15T18:23:20.785Z] ---> Running in 1656e80229a2 [2023-02-15T18:23:21.053Z] Removing intermediate container 1656e80229a2 [2023-02-15T18:23:21.053Z] ---> 603b2cc7a418 [2023-02-15T18:23:21.053Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-15T18:23:21.321Z] ---> Running in 7c144ff531e2 [2023-02-15T18:23:21.591Z] Removing intermediate container 7c144ff531e2 [2023-02-15T18:23:21.591Z] ---> cd770d8308ce [2023-02-15T18:23:21.591Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-15T18:23:21.591Z] ---> Running in 2e12c06a65b2 [2023-02-15T18:23:23.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T18:23:23.287Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T18:23:24.251Z] OK: 221 MiB in 51 packages [2023-02-15T18:23:25.217Z] Removing intermediate container 2e12c06a65b2 [2023-02-15T18:23:25.217Z] ---> 827afe313f1e [2023-02-15T18:23:25.217Z] Step 7/12 : WORKDIR /app [2023-02-15T18:23:25.217Z] ---> Running in 5eb6b9ba0f57 [2023-02-15T18:23:25.487Z] Removing intermediate container 5eb6b9ba0f57 [2023-02-15T18:23:25.487Z] ---> 2368187fcf4e [2023-02-15T18:23:25.487Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-15T18:23:26.074Z] ---> 43bc2f31d28c [2023-02-15T18:23:26.074Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T18:23:26.074Z] ---> Running in abbb70dbf0f9 [2023-02-15T18:24:47.864Z] Removing intermediate container abbb70dbf0f9 [2023-02-15T18:24:47.864Z] ---> 2776dab317d8 [2023-02-15T18:24:47.864Z] Step 10/12 : COPY . . [2023-02-15T18:24:47.864Z] ---> 26d0009579c9 [2023-02-15T18:24:47.864Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-15T18:24:47.864Z] ---> Running in 1dcdc366ffa3 [2023-02-15T18:24:47.864Z] Removing intermediate container 1dcdc366ffa3 [2023-02-15T18:24:47.864Z] ---> c3f42a559da9 [2023-02-15T18:24:47.864Z] Step 12/12 : RUN $MAKE [2023-02-15T18:24:47.864Z] ---> Running in f66a7e869579 [2023-02-15T18:24:47.864Z] noop [2023-02-15T18:24:47.864Z] Removing intermediate container f66a7e869579 [2023-02-15T18:24:47.864Z] ---> 5438b0cb55df [2023-02-15T18:24:47.865Z] Successfully built 5438b0cb55df [2023-02-15T18:24:47.865Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:24:48.204Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T18:24:48.204Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:24:48.393Z] prd-ubuntu20.04-docker-arm64-4c-16g-6170 does not seem to be running inside a container [2023-02-15T18:24:48.454Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/133 -v /w/workspace/app-service-configurable/133:/w/workspace/app-service-configurable/133:rw,z -v /w/workspace/app-service-configurable/133@tmp:/w/workspace/app-service-configurable/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-15T18:24:49.620Z] $ docker top c95baf0905ae5a908cb0d25a38e5aa339fdcaad9bca4331101ca7c89bae38889 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T18:24:50.466Z] + go version [2023-02-15T18:24:50.466Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-15T18:24:50.482Z] $ docker stop --time=1 c95baf0905ae5a908cb0d25a38e5aa339fdcaad9bca4331101ca7c89bae38889 [2023-02-15T18:24:52.116Z] $ docker rm -f --volumes c95baf0905ae5a908cb0d25a38e5aa339fdcaad9bca4331101ca7c89bae38889 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:24:52.668Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T18:24:52.668Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:24:52.840Z] prd-ubuntu20.04-docker-arm64-4c-16g-6170 does not seem to be running inside a container [2023-02-15T18:24:52.904Z] $ 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/133 -v /w/workspace/app-service-configurable/133:/w/workspace/app-service-configurable/133:rw,z -v /w/workspace/app-service-configurable/133@tmp:/w/workspace/app-service-configurable/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-15T18:24:54.021Z] $ docker top 6d67c677b3cdaaf330d2c2468e54ab4d8ef264b8d24ce723795d051f64f894aa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T18:24:54.528Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/133 [Pipeline] fileExists [Pipeline] sh [2023-02-15T18:24:55.185Z] + make test [2023-02-15T18:24:55.185Z] go test -race -coverprofile=coverage.out ./... [2023-02-15T18:27:31.939Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-02-15T18:27:31.939Z] go vet ./... [2023-02-15T18:28:53.557Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T18:28:53.557Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T18:28:53.557Z] ./bin/test-attribution-txt.sh [2023-02-15T18:28:53.557Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-15T18:28:53.557Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-15T18:28:53.576Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-15T18:28:53.591Z] $ docker stop --time=1 6d67c677b3cdaaf330d2c2468e54ab4d8ef264b8d24ce723795d051f64f894aa [2023-02-15T18:28:55.415Z] $ docker rm -f --volumes 6d67c677b3cdaaf330d2c2468e54ab4d8ef264b8d24ce723795d051f64f894aa [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T18:28:56.721Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-15T18:28:56.742Z] Warning: overwriting stash ‘coverage-report’ [2023-02-15T18:28:57.188Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T18:28:57.577Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-15T18:28:57.902Z] + ls -al . [2023-02-15T18:28:57.902Z] total 168 [2023-02-15T18:28:57.902Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 15 18:24 . [2023-02-15T18:28:57.902Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:22 .. [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 15 18:22 .dockerignore [2023-02-15T18:28:57.902Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:22 .git [2023-02-15T18:28:57.902Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:22 .github [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 171 Feb 15 18:22 .gitignore [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 9103 Feb 15 18:22 Attribution.txt [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 29118 Feb 15 18:22 CHANGELOG.md [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 1898 Feb 15 18:22 Dockerfile [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 15 18:22 GOVERNANCE.md [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 688 Feb 15 18:22 Jenkinsfile [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 15 18:22 LICENSE [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 618 Feb 15 18:22 OWNERS.md [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 4369 Feb 15 18:22 README.md [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 15 18:19 VERSION [2023-02-15T18:28:57.902Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 18:22 bin [2023-02-15T18:28:57.902Z] -rw-r--r-- 1 jenkins jenkins 13 Feb 15 18:24 coverage.out [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 3308 Feb 15 18:22 go.mod [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 32598 Feb 15 18:22 go.sum [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 1949 Feb 15 18:22 main.go [2023-02-15T18:28:57.902Z] -rw-rw-r-- 1 jenkins jenkins 2078 Feb 15 18:22 makefile [2023-02-15T18:28:57.902Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 15 18:22 res [2023-02-15T18:28:57.902Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:22 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:28:58.243Z] + 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=731cbe338f54dd8dac0167938734c2fced573176 --label arch=arm64 --label version=3.0.0-dev.16 . [2023-02-15T18:28:58.243Z] Sending build context to Docker daemon 179.2kB [2023-02-15T18:28:58.510Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-02-15T18:28:58.510Z] Step 2/26 : FROM ${BASE} AS builder [2023-02-15T18:28:58.510Z] ---> 5438b0cb55df [2023-02-15T18:28:58.510Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-02-15T18:28:58.510Z] ---> Running in f0cf8d8fab3e [2023-02-15T18:28:58.785Z] Removing intermediate container f0cf8d8fab3e [2023-02-15T18:28:58.785Z] ---> 456a6dd5dd3f [2023-02-15T18:28:58.785Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-02-15T18:28:59.052Z] ---> Running in 35800de06a74 [2023-02-15T18:28:59.321Z] Removing intermediate container 35800de06a74 [2023-02-15T18:28:59.321Z] ---> 2cc71d3273e4 [2023-02-15T18:28:59.321Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-02-15T18:28:59.321Z] ---> Running in 0ec656868f20 [2023-02-15T18:28:59.590Z] Removing intermediate container 0ec656868f20 [2023-02-15T18:28:59.590Z] ---> 3a5d293514c9 [2023-02-15T18:28:59.590Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-15T18:28:59.590Z] ---> Running in d62d146adc45 [2023-02-15T18:29:00.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T18:29:01.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T18:29:02.099Z] OK: 221 MiB in 51 packages [2023-02-15T18:29:03.059Z] Removing intermediate container d62d146adc45 [2023-02-15T18:29:03.059Z] ---> d2f4b5cf01b5 [2023-02-15T18:29:03.059Z] Step 7/26 : WORKDIR /app [2023-02-15T18:29:03.059Z] ---> Running in ac8f5395ff2f [2023-02-15T18:29:03.326Z] Removing intermediate container ac8f5395ff2f [2023-02-15T18:29:03.326Z] ---> ec2a905ba88f [2023-02-15T18:29:03.326Z] Step 8/26 : COPY go.mod vendor* ./ [2023-02-15T18:29:03.595Z] ---> fa9f34f4df60 [2023-02-15T18:29:03.595Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T18:29:03.862Z] ---> Running in fa3c020a0e0f [2023-02-15T18:29:06.440Z] Removing intermediate container fa3c020a0e0f [2023-02-15T18:29:06.440Z] ---> 3f9006197b25 [2023-02-15T18:29:06.440Z] Step 10/26 : COPY . . [2023-02-15T18:29:07.024Z] ---> f3b233788779 [2023-02-15T18:29:07.024Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-15T18:29:07.024Z] ---> Running in 1f7fce2cf8e0 [2023-02-15T18:29:07.291Z] Removing intermediate container 1f7fce2cf8e0 [2023-02-15T18:29:07.291Z] ---> 028ccca936d3 [2023-02-15T18:29:07.291Z] Step 12/26 : RUN $MAKE [2023-02-15T18:29:07.291Z] ---> Running in ac1f66ad7d7f [2023-02-15T18:29:08.251Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.29 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.16" -trimpath -mod=readonly -o app-service-configurable [2023-02-15T18:31:14.917Z] Removing intermediate container ac1f66ad7d7f [2023-02-15T18:31:14.917Z] ---> ce3fd9e26d68 [2023-02-15T18:31:14.917Z] Step 13/26 : FROM alpine:3.16 [2023-02-15T18:31:14.917Z] 3.16: Pulling from library/alpine [2023-02-15T18:31:14.917Z] 3760b48202b3: Pulling fs layer [2023-02-15T18:31:14.917Z] 3760b48202b3: Verifying Checksum [2023-02-15T18:31:14.917Z] 3760b48202b3: Download complete [2023-02-15T18:31:14.917Z] 3760b48202b3: Pull complete [2023-02-15T18:31:14.917Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T18:31:14.917Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T18:31:14.917Z] ---> 4c81e5bf8899 [2023-02-15T18:31:14.917Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-15T18:31:14.917Z] ---> Running in 007e9f3d3ac9 [2023-02-15T18:31:14.917Z] Removing intermediate container 007e9f3d3ac9 [2023-02-15T18:31:14.917Z] ---> c84c0cacfc72 [2023-02-15T18:31:14.917Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-02-15T18:31:14.917Z] ---> Running in 8dff4a08d0ed [2023-02-15T18:31:14.917Z] Removing intermediate container 8dff4a08d0ed [2023-02-15T18:31:14.917Z] ---> aa9890ce3b16 [2023-02-15T18:31:14.917Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-15T18:31:14.917Z] ---> Running in 32749e4dca28 [2023-02-15T18:31:14.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T18:31:14.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T18:31:14.917Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-15T18:31:14.917Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-15T18:31:14.917Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T18:31:14.917Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T18:31:14.917Z] OK: 6 MiB in 16 packages [2023-02-15T18:31:14.917Z] Removing intermediate container 32749e4dca28 [2023-02-15T18:31:14.917Z] ---> 3910fb9881f5 [2023-02-15T18:31:14.917Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-15T18:31:14.917Z] ---> ea464deacdb2 [2023-02-15T18:31:14.917Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-15T18:31:14.917Z] ---> 162a675d4b00 [2023-02-15T18:31:14.917Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-02-15T18:31:14.917Z] ---> bfd983b62c75 [2023-02-15T18:31:14.917Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-02-15T18:31:15.877Z] ---> 34e192c8cb56 [2023-02-15T18:31:15.877Z] Step 21/26 : EXPOSE 48095 [2023-02-15T18:31:16.155Z] ---> Running in ec5b4fddd65a [2023-02-15T18:31:16.421Z] Removing intermediate container ec5b4fddd65a [2023-02-15T18:31:16.421Z] ---> 5b23e98fd654 [2023-02-15T18:31:16.421Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-02-15T18:31:16.421Z] ---> Running in ae558a4208f9 [2023-02-15T18:31:16.687Z] Removing intermediate container ae558a4208f9 [2023-02-15T18:31:16.687Z] ---> 90b1316c7cb6 [2023-02-15T18:31:16.687Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T18:31:16.687Z] ---> Running in 253bad6237cf [2023-02-15T18:31:16.952Z] Removing intermediate container 253bad6237cf [2023-02-15T18:31:16.952Z] ---> dd7dc04e0194 [2023-02-15T18:31:16.952Z] Step 24/26 : LABEL arch=arm64 [2023-02-15T18:31:17.218Z] ---> Running in e0150945cfa6 [2023-02-15T18:31:17.486Z] Removing intermediate container e0150945cfa6 [2023-02-15T18:31:17.486Z] ---> e81e29b775e1 [2023-02-15T18:31:17.486Z] Step 25/26 : LABEL git_sha=731cbe338f54dd8dac0167938734c2fced573176 [2023-02-15T18:31:17.486Z] ---> Running in 6a5c8a977c2d [2023-02-15T18:31:17.751Z] Removing intermediate container 6a5c8a977c2d [2023-02-15T18:31:17.751Z] ---> ce4dc16ea3a5 [2023-02-15T18:31:17.751Z] Step 26/26 : LABEL version=3.0.0-dev.16 [2023-02-15T18:31:17.751Z] ---> Running in f5b2da088954 [2023-02-15T18:31:18.018Z] Removing intermediate container f5b2da088954 [2023-02-15T18:31:18.018Z] ---> 344b4d1fbb77 [2023-02-15T18:31:18.018Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-15T18:31:18.018Z] Successfully built 344b4d1fbb77 [2023-02-15T18:31:18.018Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T18:31:18.391Z] provisioning config files... [2023-02-15T18:31:18.405Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/133@tmp/config3524826018758500148tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:31:18.737Z] ---> docker-login.sh [2023-02-15T18:31:18.737Z] nexus3.edgexfoundry.org:10001 [2023-02-15T18:31:18.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:31:19.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:31:19.003Z] Configure a credential helper to remove this warning. See [2023-02-15T18:31:19.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:31:19.003Z] [2023-02-15T18:31:19.003Z] Login Succeeded [2023-02-15T18:31:19.003Z] nexus3.edgexfoundry.org:10002 [2023-02-15T18:31:19.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:31:19.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:31:19.534Z] Configure a credential helper to remove this warning. See [2023-02-15T18:31:19.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:31:19.534Z] [2023-02-15T18:31:19.534Z] Login Succeeded [2023-02-15T18:31:19.534Z] nexus3.edgexfoundry.org:10003 [2023-02-15T18:31:19.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:31:19.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:31:19.802Z] Configure a credential helper to remove this warning. See [2023-02-15T18:31:19.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:31:19.802Z] [2023-02-15T18:31:19.802Z] Login Succeeded [2023-02-15T18:31:19.802Z] nexus3.edgexfoundry.org:10004 [2023-02-15T18:31:20.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:31:20.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:31:20.068Z] Configure a credential helper to remove this warning. See [2023-02-15T18:31:20.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:31:20.068Z] [2023-02-15T18:31:20.068Z] Login Succeeded [2023-02-15T18:31:20.068Z] docker.io [2023-02-15T18:31:20.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:31:20.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:31:20.600Z] Configure a credential helper to remove this warning. See [2023-02-15T18:31:20.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:31:20.600Z] [2023-02-15T18:31:20.600Z] Login Succeeded [2023-02-15T18:31:20.600Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T18:31:20.612Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T18:31:20.646Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T18:31:20.667Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-02-15T18:31:20.667Z] 731cbe338f54dd8dac0167938734c2fced573176 [2023-02-15T18:31:20.667Z] latest [2023-02-15T18:31:20.667Z] 3.0.0-dev.16 [2023-02-15T18:31:20.667Z] 731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 [2023-02-15T18:31:20.667Z] main [2023-02-15T18:31:20.667Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:31:21.016Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:31:21.352Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:731cbe338f54dd8dac0167938734c2fced573176 [2023-02-15T18:31:21.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-15T18:31:21.352Z] 22af9eee7b72: Preparing [2023-02-15T18:31:21.352Z] 60d5441661ea: Preparing [2023-02-15T18:31:21.352Z] 111c2e392b60: Preparing [2023-02-15T18:31:21.352Z] b1533b238353: Preparing [2023-02-15T18:31:21.352Z] b0cd23e7153d: Preparing [2023-02-15T18:31:21.352Z] f70ee36035b9: Preparing [2023-02-15T18:31:21.352Z] f70ee36035b9: Waiting [2023-02-15T18:31:21.618Z] b1533b238353: Pushed [2023-02-15T18:31:21.618Z] 60d5441661ea: Pushed [2023-02-15T18:31:21.618Z] 111c2e392b60: Pushed [2023-02-15T18:31:21.618Z] f70ee36035b9: Layer already exists [2023-02-15T18:31:21.887Z] b0cd23e7153d: Pushed [2023-02-15T18:31:27.229Z] 22af9eee7b72: Pushed [2023-02-15T18:31:29.166Z] 731cbe338f54dd8dac0167938734c2fced573176: digest: sha256:b6e93d1541a5f6027ac3a8bd4f8b7c04386d325b781f7d3c06275cd8d85dfd28 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:31:29.514Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:31:29.852Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-02-15T18:31:29.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-15T18:31:29.852Z] 22af9eee7b72: Preparing [2023-02-15T18:31:29.852Z] 60d5441661ea: Preparing [2023-02-15T18:31:29.852Z] 111c2e392b60: Preparing [2023-02-15T18:31:29.852Z] b1533b238353: Preparing [2023-02-15T18:31:29.852Z] b0cd23e7153d: Preparing [2023-02-15T18:31:29.852Z] f70ee36035b9: Preparing [2023-02-15T18:31:29.852Z] f70ee36035b9: Waiting [2023-02-15T18:31:29.852Z] 22af9eee7b72: Layer already exists [2023-02-15T18:31:29.852Z] b1533b238353: Layer already exists [2023-02-15T18:31:29.852Z] 60d5441661ea: Layer already exists [2023-02-15T18:31:29.852Z] b0cd23e7153d: Layer already exists [2023-02-15T18:31:29.852Z] 111c2e392b60: Layer already exists [2023-02-15T18:31:29.852Z] f70ee36035b9: Layer already exists [2023-02-15T18:31:30.116Z] latest: digest: sha256:b6e93d1541a5f6027ac3a8bd4f8b7c04386d325b781f7d3c06275cd8d85dfd28 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:31:30.449Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:31:30.781Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.16 [2023-02-15T18:31:30.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-15T18:31:30.781Z] 22af9eee7b72: Preparing [2023-02-15T18:31:30.781Z] 60d5441661ea: Preparing [2023-02-15T18:31:30.781Z] 111c2e392b60: Preparing [2023-02-15T18:31:30.781Z] b1533b238353: Preparing [2023-02-15T18:31:30.781Z] b0cd23e7153d: Preparing [2023-02-15T18:31:30.781Z] f70ee36035b9: Preparing [2023-02-15T18:31:30.781Z] f70ee36035b9: Waiting [2023-02-15T18:31:30.781Z] 22af9eee7b72: Layer already exists [2023-02-15T18:31:30.781Z] b0cd23e7153d: Layer already exists [2023-02-15T18:31:30.781Z] 60d5441661ea: Layer already exists [2023-02-15T18:31:30.781Z] b1533b238353: Layer already exists [2023-02-15T18:31:30.781Z] 111c2e392b60: Layer already exists [2023-02-15T18:31:30.781Z] f70ee36035b9: Layer already exists [2023-02-15T18:31:30.781Z] 3.0.0-dev.16: digest: sha256:b6e93d1541a5f6027ac3a8bd4f8b7c04386d325b781f7d3c06275cd8d85dfd28 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:31:31.127Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:31:31.466Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 [2023-02-15T18:31:31.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-15T18:31:31.466Z] 22af9eee7b72: Preparing [2023-02-15T18:31:31.466Z] 60d5441661ea: Preparing [2023-02-15T18:31:31.466Z] 111c2e392b60: Preparing [2023-02-15T18:31:31.466Z] b1533b238353: Preparing [2023-02-15T18:31:31.466Z] b0cd23e7153d: Preparing [2023-02-15T18:31:31.466Z] f70ee36035b9: Preparing [2023-02-15T18:31:31.466Z] f70ee36035b9: Waiting [2023-02-15T18:31:31.466Z] 60d5441661ea: Layer already exists [2023-02-15T18:31:31.466Z] 111c2e392b60: Layer already exists [2023-02-15T18:31:31.466Z] b1533b238353: Layer already exists [2023-02-15T18:31:31.466Z] b0cd23e7153d: Layer already exists [2023-02-15T18:31:31.466Z] 22af9eee7b72: Layer already exists [2023-02-15T18:31:31.466Z] f70ee36035b9: Layer already exists [2023-02-15T18:31:31.466Z] 731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16: digest: sha256:b6e93d1541a5f6027ac3a8bd4f8b7c04386d325b781f7d3c06275cd8d85dfd28 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:31:32.105Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:31:32.449Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-02-15T18:31:32.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-02-15T18:31:32.449Z] 22af9eee7b72: Preparing [2023-02-15T18:31:32.449Z] 60d5441661ea: Preparing [2023-02-15T18:31:32.449Z] 111c2e392b60: Preparing [2023-02-15T18:31:32.449Z] b1533b238353: Preparing [2023-02-15T18:31:32.449Z] b0cd23e7153d: Preparing [2023-02-15T18:31:32.449Z] f70ee36035b9: Preparing [2023-02-15T18:31:32.449Z] f70ee36035b9: Waiting [2023-02-15T18:31:32.449Z] b0cd23e7153d: Layer already exists [2023-02-15T18:31:32.449Z] 60d5441661ea: Layer already exists [2023-02-15T18:31:32.449Z] 111c2e392b60: Layer already exists [2023-02-15T18:31:32.449Z] b1533b238353: Layer already exists [2023-02-15T18:31:32.449Z] 22af9eee7b72: Layer already exists [2023-02-15T18:31:32.449Z] f70ee36035b9: Layer already exists [2023-02-15T18:31:32.718Z] main: digest: sha256:b6e93d1541a5f6027ac3a8bd4f8b7c04386d325b781f7d3c06275cd8d85dfd28 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T18:31:32.761Z] ===================================================== [Pipeline] echo [2023-02-15T18:31:32.767Z] taggedImages: [2023-02-15T18:31:32.767Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:731cbe338f54dd8dac0167938734c2fced573176 [2023-02-15T18:31:32.767Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-02-15T18:31:32.767Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.16 [2023-02-15T18:31:32.767Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 [2023-02-15T18:31:32.767Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:31:33.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T18:31:33.136Z] [2023-02-15T18:31:33.136Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:31:33.485Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T18:31:33.485Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-15T18:31:33.485Z] 8998bd30e6a1: Pulling fs layer [2023-02-15T18:31:33.485Z] 04944245beec: Pulling fs layer [2023-02-15T18:31:33.485Z] 699f458cf7ca: Pulling fs layer [2023-02-15T18:31:33.485Z] 765212b225bb: Pulling fs layer [2023-02-15T18:31:33.485Z] f23df028b6ca: Pulling fs layer [2023-02-15T18:31:33.485Z] d65c8cfc05b1: Pulling fs layer [2023-02-15T18:31:33.485Z] 2437ff75d9bd: Pulling fs layer [2023-02-15T18:31:33.485Z] 765212b225bb: Waiting [2023-02-15T18:31:33.485Z] f23df028b6ca: Waiting [2023-02-15T18:31:33.485Z] d65c8cfc05b1: Waiting [2023-02-15T18:31:33.485Z] 2437ff75d9bd: Waiting [2023-02-15T18:31:33.772Z] 04944245beec: Verifying Checksum [2023-02-15T18:31:33.772Z] 04944245beec: Download complete [2023-02-15T18:31:33.772Z] 765212b225bb: Verifying Checksum [2023-02-15T18:31:33.772Z] 765212b225bb: Download complete [2023-02-15T18:31:33.772Z] f23df028b6ca: Verifying Checksum [2023-02-15T18:31:33.772Z] f23df028b6ca: Download complete [2023-02-15T18:31:33.772Z] d65c8cfc05b1: Verifying Checksum [2023-02-15T18:31:33.772Z] d65c8cfc05b1: Download complete [2023-02-15T18:31:34.042Z] 699f458cf7ca: Verifying Checksum [2023-02-15T18:31:34.042Z] 699f458cf7ca: Download complete [2023-02-15T18:31:34.313Z] 8998bd30e6a1: Download complete [2023-02-15T18:31:36.892Z] 2437ff75d9bd: Verifying Checksum [2023-02-15T18:31:36.892Z] 2437ff75d9bd: Download complete [2023-02-15T18:31:38.298Z] 8998bd30e6a1: Pull complete [2023-02-15T18:31:38.879Z] 04944245beec: Pull complete [2023-02-15T18:31:40.289Z] 699f458cf7ca: Pull complete [2023-02-15T18:31:40.290Z] 765212b225bb: Pull complete [2023-02-15T18:31:42.871Z] f23df028b6ca: Pull complete [2023-02-15T18:31:42.871Z] d65c8cfc05b1: Pull complete [2023-02-15T18:31:57.855Z] 2437ff75d9bd: Pull complete [2023-02-15T18:31:57.855Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-15T18:31:57.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T18:31:57.855Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:31:58.057Z] prd-ubuntu20.04-docker-arm64-4c-16g-6170 does not seem to be running inside a container [2023-02-15T18:31:58.121Z] $ 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/133 -v /w/workspace/app-service-configurable/133:/w/workspace/app-service-configurable/133:rw,z -v /w/workspace/app-service-configurable/133@tmp:/w/workspace/app-service-configurable/133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-15T18:32:00.658Z] $ docker top e616e10afe194c721df285151729ac30f7c57eb70abdfea0ee893a47d666130f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:32:01.493Z] ---> job-cost.sh [2023-02-15T18:32:01.493Z] lf-activate-venv: SKIPPING [2023-02-15T18:32:01.493Z] INFO: No Stack... [2023-02-15T18:32:02.075Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-15T18:32:02.663Z] INFO: Archiving Costs [Pipeline] sh [2023-02-15T18:32:02.981Z] + cat /w/workspace/app-service-configurable/133/archives/cost.csv [2023-02-15T18:32:02.981Z] + cut -d, -f6 [Pipeline] lock [2023-02-15T18:32:03.308Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] [2023-02-15T18:32:03.313Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] did not exist. Created. [2023-02-15T18:32:03.313Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T18:32:03.643Z] /w/workspace/app-service-configurable/133@tmp/durable-71b08085/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-15T18:32:03.964Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-15T18:32:03.989Z] Warning: overwriting stash ‘stack-cost’ [2023-02-15T18:32:04.038Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T18:32:04.049Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-15T18:32:04.070Z] $ docker stop --time=1 e616e10afe194c721df285151729ac30f7c57eb70abdfea0ee893a47d666130f [2023-02-15T18:32:05.520Z] $ docker rm -f --volumes e616e10afe194c721df285151729ac30f7c57eb70abdfea0ee893a47d666130f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-15T18:32:05.889Z] provisioning config files... [2023-02-15T18:32:05.897Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2215816353321534851tmp [Pipeline] { [Pipeline] sh [2023-02-15T18:32:06.188Z] + set +x [2023-02-15T18:32:06.188Z] + curl -s https://codecov.io/bash+ [2023-02-15T18:32:06.188Z] bash -s -- [2023-02-15T18:32:06.188Z] [2023-02-15T18:32:06.188Z] _____ _ [2023-02-15T18:32:06.188Z] / ____| | | [2023-02-15T18:32:06.188Z] | | ___ __| | ___ ___ _____ __ [2023-02-15T18:32:06.188Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-15T18:32:06.188Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-15T18:32:06.188Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-15T18:32:06.188Z] Bash-1.0.6 [2023-02-15T18:32:06.188Z] [2023-02-15T18:32:06.188Z] [2023-02-15T18:32:06.188Z] ==> git version 2.25.1 found [2023-02-15T18:32:06.188Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-15T18:32:06.188Z] Release-Date: 2020-01-08 [2023-02-15T18:32:06.188Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-15T18:32:06.188Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-15T18:32:06.188Z] ==> Jenkins CI detected. [2023-02-15T18:32:06.188Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-02-15T18:32:06.188Z] project root: . [2023-02-15T18:32:06.188Z] --> token set from env [2023-02-15T18:32:06.188Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-15T18:32:06.188Z] ==> Running gcov in . (disable via -X gcov) [2023-02-15T18:32:06.188Z] ==> Python coveragepy not found [2023-02-15T18:32:06.188Z] ==> Searching for coverage reports in: [2023-02-15T18:32:06.188Z] + . [2023-02-15T18:32:06.188Z] -> Found 1 reports [2023-02-15T18:32:06.188Z] ==> Detecting git/mercurial file structure [2023-02-15T18:32:06.188Z] ==> Reading reports [2023-02-15T18:32:06.188Z] + ./coverage.out bytes=13 [2023-02-15T18:32:06.188Z] ==> Appending adjustments [2023-02-15T18:32:06.188Z] https://docs.codecov.io/docs/fixing-reports [2023-02-15T18:32:06.188Z] + Found adjustments [2023-02-15T18:32:06.447Z] ==> Gzipping contents [2023-02-15T18:32:06.447Z] 4.0K /tmp/codecov.y9MekW.gz [2023-02-15T18:32:06.447Z] ==> Uploading reports [2023-02-15T18:32:06.447Z] url: https://codecov.io [2023-02-15T18:32:06.447Z] query: branch=main&commit=731cbe338f54dd8dac0167938734c2fced573176&build=133&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F133%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-15T18:32:06.447Z] -> Pinging Codecov [2023-02-15T18:32:06.447Z] 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=731cbe338f54dd8dac0167938734c2fced573176&build=133&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F133%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-15T18:32:06.448Z] -> Uploading to [2023-02-15T18:32:06.448Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-15/A97CA9966030D2A3747ED39772930CCE/731cbe338f54dd8dac0167938734c2fced573176/c461d5ac-c8ab-4310-a7b3-d1b414fbbcc6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T183206Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7bf07ddbb8ab6dfcbd600feeeaf655e4f51a32dcfedd588ab6c6d52f96540e03 [2023-02-15T18:32:06.448Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T18:32:06.448Z] Dload Upload Total Spent Left Speed [2023-02-15T18:32:06.707Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 520 0 0 100 520 0 1824 --:--:-- --:--:-- --:--:-- 1824 [2023-02-15T18:32:06.707Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] } [2023-02-15T18:32:06.714Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-15T18:32:06.893Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-15T18:32:06.902Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:32:07.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T18:32:07.193Z] [2023-02-15T18:32:07.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:32:07.491Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T18:32:07.491Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-15T18:32:07.491Z] df9b9388f04a: Pulling fs layer [2023-02-15T18:32:07.491Z] 52dc419b0ee2: Pulling fs layer [2023-02-15T18:32:07.491Z] 25bc292e5bac: Pulling fs layer [2023-02-15T18:32:07.491Z] 114826534d7a: Pulling fs layer [2023-02-15T18:32:07.491Z] 4657fd5d0bcf: Pulling fs layer [2023-02-15T18:32:07.491Z] 6ad1cebc031e: Pulling fs layer [2023-02-15T18:32:07.491Z] 8a3aa393b2d8: Pulling fs layer [2023-02-15T18:32:07.491Z] 114826534d7a: Waiting [2023-02-15T18:32:07.491Z] 4657fd5d0bcf: Waiting [2023-02-15T18:32:07.491Z] 6ad1cebc031e: Waiting [2023-02-15T18:32:07.491Z] 8a3aa393b2d8: Waiting [2023-02-15T18:32:07.491Z] 25bc292e5bac: Verifying Checksum [2023-02-15T18:32:07.491Z] 25bc292e5bac: Download complete [2023-02-15T18:32:07.491Z] 52dc419b0ee2: Download complete [2023-02-15T18:32:07.491Z] 4657fd5d0bcf: Verifying Checksum [2023-02-15T18:32:07.491Z] 4657fd5d0bcf: Download complete [2023-02-15T18:32:07.491Z] df9b9388f04a: Download complete [2023-02-15T18:32:07.760Z] df9b9388f04a: Pull complete [2023-02-15T18:32:07.760Z] 52dc419b0ee2: Pull complete [2023-02-15T18:32:08.039Z] 25bc292e5bac: Pull complete [2023-02-15T18:32:08.039Z] 6ad1cebc031e: Verifying Checksum [2023-02-15T18:32:08.039Z] 6ad1cebc031e: Download complete [2023-02-15T18:32:09.042Z] 114826534d7a: Verifying Checksum [2023-02-15T18:32:09.042Z] 114826534d7a: Download complete [2023-02-15T18:32:09.042Z] 8a3aa393b2d8: Verifying Checksum [2023-02-15T18:32:09.042Z] 8a3aa393b2d8: Download complete [2023-02-15T18:32:12.322Z] 114826534d7a: Pull complete [2023-02-15T18:32:12.322Z] 4657fd5d0bcf: Pull complete [2023-02-15T18:32:12.579Z] 6ad1cebc031e: Pull complete [2023-02-15T18:32:15.108Z] 8a3aa393b2d8: Pull complete [2023-02-15T18:32:15.108Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-15T18:32:15.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T18:32:15.108Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:32:15.188Z] prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container [2023-02-15T18:32:15.222Z] $ 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-02-15T18:32:18.257Z] $ docker top 3929943e0f999b36a9f69cb50b18e60c83a68a696780bb89d4ea38dac2ff83e9 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T18:32:18.322Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-02-15T18:32:18.600Z] + set -o pipefail [2023-02-15T18:32:18.600Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-02-15T18:32:23.884Z] [2023-02-15T18:32:23.884Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-02-15T18:32:23.884Z] [2023-02-15T18:32:23.884Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/c0081c34-2532-426b-bc3a-75b1b3d8e7b6 [2023-02-15T18:32:23.884Z] [2023-02-15T18:32:23.884Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-15T18:32:23.884Z] [2023-02-15T18:32:23.884Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-15T18:32:23.884Z] [2023-02-15T18:32:23.884Z] [2023-02-15T18:32:23.884Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-15T18:32:23.884Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-15T18:32:23.884Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-15T18:32:23.972Z] $ docker stop --time=1 3929943e0f999b36a9f69cb50b18e60c83a68a696780bb89d4ea38dac2ff83e9 [2023-02-15T18:32:26.645Z] $ docker rm -f --volumes 3929943e0f999b36a9f69cb50b18e60c83a68a696780bb89d4ea38dac2ff83e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T18:32:27.310Z] + git log --format=format:%s -1 731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] sh [2023-02-15T18:32:27.600Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T18:32:27.600Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:32:27.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T18:32:27.906Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:32:27.987Z] prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container [2023-02-15T18:32:28.021Z] $ 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-02-15T18:32:28.370Z] $ docker top dd32e246653cb721c3289a814ae2a3c1384a441ad520efbf95d7d41dbe897b22 -eo pid,comm [2023-02-15T18:32:28.414Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-15T18:32:28.414Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T18:32:28.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T18:32:28.455Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T18:32:28.564Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T18:32:28.568Z] $ docker exec dd32e246653cb721c3289a814ae2a3c1384a441ad520efbf95d7d41dbe897b22 ssh-agent [2023-02-15T18:32:28.669Z] SSH_AUTH_SOCK=/tmp/ssh-SMnW4dNCw5wF/agent.33 [2023-02-15T18:32:28.669Z] SSH_AGENT_PID=39 [2023-02-15T18:32:28.673Z] Running ssh-add (command line suppressed) [2023-02-15T18:32:28.771Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_11597387133199562022.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_11597387133199562022.key) [2023-02-15T18:32:28.782Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T18:32:29.074Z] + git semver tag [2023-02-15T18:32:29.332Z] 2023-02-15 18:32:29,249 [run_tag] DEBUG tag force:False [2023-02-15T18:32:29.332Z] 2023-02-15 18:32:29,249 [check_head_tag] DEBUG check head tag [2023-02-15T18:32:29.332Z] 2023-02-15 18:32:29,250 [execute] INFO git cat-file --batch-check [2023-02-15T18:32:29.332Z] 2023-02-15 18:32:29,250 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-02-15T18:32:29.332Z] 2023-02-15 18:32:29,252 [execute] INFO git cat-file --batch [2023-02-15T18:32:29.332Z] 2023-02-15 18:32:29,253 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-02-15T18:32:29.332Z] 2023-02-15 18:32:29,272 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-15T18:32:29.332Z] 2023-02-15 18:32:29,272 [execute] INFO git tag -a v3.0.0-dev.16 -m v3.0.0-dev.16 [2023-02-15T18:32:29.332Z] 2023-02-15 18:32:29,272 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.16', '-m', 'v3.0.0-dev.16'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-02-15T18:32:29.333Z] 2023-02-15 18:32:29,275 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-15T18:32:29.333Z] 3.0.0-dev.16 [Pipeline] } [2023-02-15T18:32:29.342Z] $ docker exec --env ******** --env ******** dd32e246653cb721c3289a814ae2a3c1384a441ad520efbf95d7d41dbe897b22 ssh-agent -k [2023-02-15T18:32:29.430Z] unset SSH_AUTH_SOCK; [2023-02-15T18:32:29.431Z] unset SSH_AGENT_PID; [2023-02-15T18:32:29.431Z] echo Agent pid 39 killed; [2023-02-15T18:32:29.439Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T18:32:29.754Z] + git semver [Pipeline] } [2023-02-15T18:32:30.027Z] $ docker stop --time=1 dd32e246653cb721c3289a814ae2a3c1384a441ad520efbf95d7d41dbe897b22 [2023-02-15T18:32:31.288Z] $ docker rm -f --volumes dd32e246653cb721c3289a814ae2a3c1384a441ad520efbf95d7d41dbe897b22 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:32:31.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T18:32:31.677Z] [2023-02-15T18:32:31.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:32:31.977Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T18:32:31.977Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-15T18:32:31.977Z] ab5ef0e58194: Pulling fs layer [2023-02-15T18:32:31.977Z] 9712f1f96733: Pulling fs layer [2023-02-15T18:32:31.977Z] 63f879dbbcfc: Pulling fs layer [2023-02-15T18:32:31.977Z] 0d9ebad4ef96: Pulling fs layer [2023-02-15T18:32:31.977Z] e9a5061849ea: Pulling fs layer [2023-02-15T18:32:31.977Z] d747dcd14b5f: Pulling fs layer [2023-02-15T18:32:31.977Z] 2de7ff778b66: Pulling fs layer [2023-02-15T18:32:31.977Z] 0d9ebad4ef96: Waiting [2023-02-15T18:32:31.977Z] e9a5061849ea: Waiting [2023-02-15T18:32:31.977Z] d747dcd14b5f: Waiting [2023-02-15T18:32:31.977Z] 2de7ff778b66: Waiting [2023-02-15T18:32:31.977Z] 9712f1f96733: Verifying Checksum [2023-02-15T18:32:31.977Z] 9712f1f96733: Download complete [2023-02-15T18:32:32.951Z] 63f879dbbcfc: Verifying Checksum [2023-02-15T18:32:32.951Z] 63f879dbbcfc: Download complete [2023-02-15T18:32:32.951Z] 0d9ebad4ef96: Verifying Checksum [2023-02-15T18:32:32.951Z] d747dcd14b5f: Verifying Checksum [2023-02-15T18:32:32.951Z] d747dcd14b5f: Download complete [2023-02-15T18:32:33.213Z] ab5ef0e58194: Verifying Checksum [2023-02-15T18:32:33.213Z] ab5ef0e58194: Download complete [2023-02-15T18:32:33.213Z] e9a5061849ea: Verifying Checksum [2023-02-15T18:32:33.213Z] e9a5061849ea: Download complete [2023-02-15T18:32:33.213Z] 2de7ff778b66: Verifying Checksum [2023-02-15T18:32:33.213Z] 2de7ff778b66: Download complete [2023-02-15T18:32:35.742Z] ab5ef0e58194: Pull complete [2023-02-15T18:32:35.999Z] 9712f1f96733: Pull complete [2023-02-15T18:32:36.563Z] 63f879dbbcfc: Pull complete [2023-02-15T18:32:40.756Z] 0d9ebad4ef96: Pull complete [2023-02-15T18:32:40.756Z] e9a5061849ea: Pull complete [2023-02-15T18:32:40.756Z] d747dcd14b5f: Pull complete [2023-02-15T18:32:42.136Z] 2de7ff778b66: Pull complete [2023-02-15T18:32:42.136Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-15T18:32:42.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T18:32:42.136Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:32:42.219Z] prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container [2023-02-15T18:32:42.251Z] $ 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-02-15T18:32:45.941Z] $ docker top 7aaf6c5eb1ec0bb4d15519d9a732b45055bb224660eac2d7649630b73beb7024 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-15T18:32:46.016Z] provisioning config files... [2023-02-15T18:32:46.022Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config17516404208453348118tmp [2023-02-15T18:32:46.032Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4651238772220344501tmp [2023-02-15T18:32:46.044Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7673927346887659969tmp [Pipeline] { [Pipeline] echo [2023-02-15T18:32:46.060Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:32:46.346Z] ---> sigul-configuration.sh [2023-02-15T18:32:46.346Z] gpg: directory `/root/.gnupg' created [2023-02-15T18:32:46.346Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-15T18:32:46.346Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-15T18:32:46.346Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-15T18:32:46.346Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-15T18:32:46.346Z] gpg: CAST5 encrypted data [2023-02-15T18:32:46.346Z] gpg: encrypted with 1 passphrase [2023-02-15T18:32:46.346Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-15T18:32:46.634Z] + mkdir /home/jenkins [2023-02-15T18:32:46.634Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-15T18:32:46.927Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-15T18:32:46.937Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:32:47.224Z] ---> sigul-install.sh [2023-02-15T18:32:47.224Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-15T18:32:47.518Z] + git tag --list [2023-02-15T18:32:47.518Z] v1.0.0 [2023-02-15T18:32:47.518Z] v1.1.0 [2023-02-15T18:32:47.518Z] v1.2.0 [2023-02-15T18:32:47.518Z] v1.3.0 [2023-02-15T18:32:47.518Z] v1.3.1 [2023-02-15T18:32:47.518Z] v2.0.0 [2023-02-15T18:32:47.518Z] v2.0.1 [2023-02-15T18:32:47.518Z] v2.1.0 [2023-02-15T18:32:47.518Z] v2.1.1 [2023-02-15T18:32:47.518Z] v2.1.1-dev.1 [2023-02-15T18:32:47.518Z] v2.1.1-dev.2 [2023-02-15T18:32:47.518Z] v2.2.0 [2023-02-15T18:32:47.518Z] v2.2.1-dev.1 [2023-02-15T18:32:47.518Z] v2.2.1-dev.10 [2023-02-15T18:32:47.518Z] v2.2.1-dev.2 [2023-02-15T18:32:47.518Z] v2.2.1-dev.3 [2023-02-15T18:32:47.518Z] v2.2.1-dev.4 [2023-02-15T18:32:47.518Z] v2.2.1-dev.5 [2023-02-15T18:32:47.518Z] v2.2.1-dev.6 [2023-02-15T18:32:47.518Z] v2.2.1-dev.7 [2023-02-15T18:32:47.518Z] v2.2.1-dev.8 [2023-02-15T18:32:47.518Z] v2.2.1-dev.9 [2023-02-15T18:32:47.518Z] v2.3.0 [2023-02-15T18:32:47.518Z] v2.3.0-dev.10 [2023-02-15T18:32:47.518Z] v2.3.0-dev.11 [2023-02-15T18:32:47.518Z] v2.3.0-dev.12 [2023-02-15T18:32:47.518Z] v2.3.0-dev.13 [2023-02-15T18:32:47.518Z] v2.3.0-dev.14 [2023-02-15T18:32:47.518Z] v2.3.0-dev.15 [2023-02-15T18:32:47.518Z] v2.3.0-dev.16 [2023-02-15T18:32:47.518Z] v2.3.0-dev.17 [2023-02-15T18:32:47.518Z] v2.3.0-dev.18 [2023-02-15T18:32:47.518Z] v2.3.0-dev.19 [2023-02-15T18:32:47.518Z] v2.3.0-dev.20 [2023-02-15T18:32:47.518Z] v2.3.0-dev.21 [2023-02-15T18:32:47.518Z] v2.3.0-dev.22 [2023-02-15T18:32:47.518Z] v2.3.0-dev.23 [2023-02-15T18:32:47.518Z] v2.3.0-dev.24 [2023-02-15T18:32:47.518Z] v2.3.0-dev.25 [2023-02-15T18:32:47.518Z] v2.3.0-dev.26 [2023-02-15T18:32:47.518Z] v2.3.0-dev.27 [2023-02-15T18:32:47.518Z] v2.3.0-dev.28 [2023-02-15T18:32:47.518Z] v2.3.0-dev.29 [2023-02-15T18:32:47.518Z] v2.3.0-dev.30 [2023-02-15T18:32:47.518Z] v2.3.0-dev.31 [2023-02-15T18:32:47.518Z] v2.3.0-dev.32 [2023-02-15T18:32:47.518Z] v2.3.0-dev.33 [2023-02-15T18:32:47.518Z] v2.3.0-dev.34 [2023-02-15T18:32:47.518Z] v2.3.0-dev.35 [2023-02-15T18:32:47.518Z] v2.3.0-dev.36 [2023-02-15T18:32:47.518Z] v2.3.0-dev.37 [2023-02-15T18:32:47.518Z] v3.0.0-dev.1 [2023-02-15T18:32:47.518Z] v3.0.0-dev.10 [2023-02-15T18:32:47.518Z] v3.0.0-dev.11 [2023-02-15T18:32:47.518Z] v3.0.0-dev.12 [2023-02-15T18:32:47.518Z] v3.0.0-dev.13 [2023-02-15T18:32:47.518Z] v3.0.0-dev.14 [2023-02-15T18:32:47.518Z] v3.0.0-dev.15 [2023-02-15T18:32:47.518Z] v3.0.0-dev.16 [2023-02-15T18:32:47.518Z] v3.0.0-dev.2 [2023-02-15T18:32:47.518Z] v3.0.0-dev.3 [2023-02-15T18:32:47.518Z] v3.0.0-dev.4 [2023-02-15T18:32:47.518Z] v3.0.0-dev.5 [2023-02-15T18:32:47.518Z] v3.0.0-dev.6 [2023-02-15T18:32:47.518Z] v3.0.0-dev.7 [2023-02-15T18:32:47.518Z] v3.0.0-dev.8 [2023-02-15T18:32:47.518Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-15T18:32:47.809Z] + lftools sign git-tag v3.0.0-dev.16 [2023-02-15T18:32:48.377Z] Signing Git tag with Sigul... [2023-02-15T18:32:48.377Z] Signing v3.0.0-dev.16 [Pipeline] echo [2023-02-15T18:32:49.765Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:32:50.050Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-15T18:32:50.057Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-15T18:32:50.076Z] $ docker stop --time=1 7aaf6c5eb1ec0bb4d15519d9a732b45055bb224660eac2d7649630b73beb7024 [2023-02-15T18:32:51.374Z] $ docker rm -f --volumes 7aaf6c5eb1ec0bb4d15519d9a732b45055bb224660eac2d7649630b73beb7024 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-15T18:32:51.799Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T18:32:51.799Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:32:52.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T18:32:52.105Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:32:52.177Z] prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container [2023-02-15T18:32:52.206Z] $ 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-02-15T18:32:52.541Z] $ docker top 4510b95a658391f54f325a8b8261350b5fb65009f3b79cfe92143289f8ada95c -eo pid,comm [2023-02-15T18:32:52.590Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-15T18:32:52.590Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T18:32:52.629Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T18:32:52.629Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T18:32:52.736Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T18:32:52.740Z] $ docker exec 4510b95a658391f54f325a8b8261350b5fb65009f3b79cfe92143289f8ada95c ssh-agent [2023-02-15T18:32:52.852Z] SSH_AUTH_SOCK=/tmp/ssh-OXilL9wBrOSX/agent.32 [2023-02-15T18:32:52.852Z] SSH_AGENT_PID=38 [2023-02-15T18:32:52.857Z] Running ssh-add (command line suppressed) [2023-02-15T18:32:52.946Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13278490497287540752.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13278490497287540752.key) [2023-02-15T18:32:52.958Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T18:32:53.246Z] + git semver bump pre [2023-02-15T18:32:53.504Z] 2023-02-15 18:32:53,413 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-15T18:32:53.504Z] 2023-02-15 18:32:53,413 [bump_version] DEBUG bumping version:3.0.0-dev.16 on axis:pre with prefix:dev [2023-02-15T18:32:53.504Z] 2023-02-15 18:32:53,413 [bump_version] DEBUG bumped version:3.0.0-dev.17 [2023-02-15T18:32:53.504Z] 2023-02-15 18:32:53,413 [write_version] DEBUG write version:3.0.0-dev.17 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2023-02-15T18:32:53.504Z] 2023-02-15 18:32:53,413 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-15T18:32:53.504Z] 2023-02-15 18:32:53,413 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-15T18:32:53.504Z] 2023-02-15 18:32:53,415 [execute] INFO git cat-file --batch-check [2023-02-15T18:32:53.504Z] 2023-02-15 18:32:53,415 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T18:32:53.504Z] 2023-02-15 18:32:53,420 [execute] INFO git cat-file --batch [2023-02-15T18:32:53.504Z] 2023-02-15 18:32:53,420 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T18:32:53.504Z] 2023-02-15 18:32:53,424 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-15T18:32:53.504Z] 3.0.0-dev.17 [Pipeline] } [2023-02-15T18:32:53.514Z] $ docker exec --env ******** --env ******** 4510b95a658391f54f325a8b8261350b5fb65009f3b79cfe92143289f8ada95c ssh-agent -k [2023-02-15T18:32:53.614Z] unset SSH_AUTH_SOCK; [2023-02-15T18:32:53.614Z] unset SSH_AGENT_PID; [2023-02-15T18:32:53.614Z] echo Agent pid 38 killed; [2023-02-15T18:32:53.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T18:32:53.915Z] + git semver [Pipeline] } [2023-02-15T18:32:54.185Z] $ docker stop --time=1 4510b95a658391f54f325a8b8261350b5fb65009f3b79cfe92143289f8ada95c [2023-02-15T18:32:55.463Z] $ docker rm -f --volumes 4510b95a658391f54f325a8b8261350b5fb65009f3b79cfe92143289f8ada95c [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T18:32:55.797Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T18:32:55.797Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:32:56.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T18:32:56.094Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:32:56.165Z] prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container [2023-02-15T18:32:56.211Z] $ 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-02-15T18:32:56.546Z] $ docker top efa52074dd44374794d525a826b17edef124c7ac938867db12f4ade44ce66d14 -eo pid,comm [2023-02-15T18:32:56.595Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-15T18:32:56.595Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T18:32:56.632Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T18:32:56.632Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T18:32:56.744Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T18:32:56.747Z] $ docker exec efa52074dd44374794d525a826b17edef124c7ac938867db12f4ade44ce66d14 ssh-agent [2023-02-15T18:32:56.855Z] SSH_AUTH_SOCK=/tmp/ssh-Okq0I9SaHCWq/agent.32 [2023-02-15T18:32:56.855Z] SSH_AGENT_PID=38 [2023-02-15T18:32:56.860Z] Running ssh-add (command line suppressed) [2023-02-15T18:32:56.968Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_212747249793287100.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_212747249793287100.key) [2023-02-15T18:32:56.980Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T18:32:57.268Z] + git semver push [2023-02-15T18:32:57.526Z] 2023-02-15 18:32:57,467 [run_push] DEBUG push [2023-02-15T18:32:57.526Z] 2023-02-15 18:32:57,468 [execute] INFO git cat-file --batch-check [2023-02-15T18:32:57.526Z] 2023-02-15 18:32:57,468 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T18:32:57.526Z] 2023-02-15 18:32:57,472 [execute] INFO git rev-list 8a8413f420bf7835c8e5e36ff6f9d5f4a8edae57 -- [2023-02-15T18:32:57.527Z] 2023-02-15 18:32:57,473 [execute] DEBUG Popen(['git', 'rev-list', '8a8413f420bf7835c8e5e36ff6f9d5f4a8edae57', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-15T18:32:57.527Z] 2023-02-15 18:32:57,482 [execute] INFO git fetch -v origin [2023-02-15T18:32:57.527Z] 2023-02-15 18:32:57,482 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-15T18:32:58.092Z] 2023-02-15 18:32:58,028 [run_push] DEBUG no remote changes detected [2023-02-15T18:32:58.092Z] 2023-02-15 18:32:58,028 [execute] INFO git push origin semver [2023-02-15T18:32:58.092Z] 2023-02-15 18:32:58,029 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-15T18:32:59.030Z] 2023-02-15 18:32:58,854 [run_push] DEBUG push all version tags [2023-02-15T18:32:59.030Z] 2023-02-15 18:32:58,855 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-15T18:32:59.030Z] 2023-02-15 18:32:58,855 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-02-15T18:32:59.968Z] 2023-02-15 18:32:59,681 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-02-15T18:32:59.968Z] 3.0.0-dev.17 [Pipeline] } [2023-02-15T18:32:59.980Z] $ docker exec --env ******** --env ******** efa52074dd44374794d525a826b17edef124c7ac938867db12f4ade44ce66d14 ssh-agent -k [2023-02-15T18:33:00.075Z] unset SSH_AUTH_SOCK; [2023-02-15T18:33:00.075Z] unset SSH_AGENT_PID; [2023-02-15T18:33:00.075Z] echo Agent pid 38 killed; [2023-02-15T18:33:00.086Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T18:33:00.384Z] + git semver [Pipeline] } [2023-02-15T18:33:00.658Z] $ docker stop --time=1 efa52074dd44374794d525a826b17edef124c7ac938867db12f4ade44ce66d14 [2023-02-15T18:33:01.940Z] $ docker rm -f --volumes efa52074dd44374794d525a826b17edef124c7ac938867db12f4ade44ce66d14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-15T18:33:02.469Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-02-15T18:33:02.469Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-02-15T18:33:02.469Z] total 16 [2023-02-15T18:33:02.469Z] drwxr-xr-x 3 root root 4096 Feb 15 18:22 . [2023-02-15T18:33:02.469Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 15 18:32 .. [2023-02-15T18:33:02.469Z] drwxr-xr-x 2 root root 4096 Feb 15 18:22 cost [2023-02-15T18:33:02.469Z] -rw-r--r-- 1 root root 96 Feb 15 18:22 cost.csv [2023-02-15T18:33:02.469Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-02-15T18:33:02.469Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-02-15T18:33:02.469Z] total 16 [2023-02-15T18:33:02.469Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 18:22 . [2023-02-15T18:33:02.469Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 15 18:32 .. [2023-02-15T18:33:02.469Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 18:22 cost [2023-02-15T18:33:02.469Z] -rw-r--r-- 1 jenkins jenkins 96 Feb 15 18:22 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:33:02.760Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:33:03.619Z] ---> package-listing.sh [2023-02-15T18:33:03.619Z] ++ facter osfamily [2023-02-15T18:33:03.619Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-15T18:33:03.879Z] + OS_FAMILY=debian [2023-02-15T18:33:03.879Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-02-15T18:33:03.879Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-15T18:33:03.879Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-15T18:33:03.879Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-15T18:33:03.879Z] + PACKAGES=/tmp/packages_start.txt [2023-02-15T18:33:03.879Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-02-15T18:33:03.879Z] + PACKAGES=/tmp/packages_end.txt [2023-02-15T18:33:03.879Z] + case "${OS_FAMILY}" in [2023-02-15T18:33:03.879Z] + dpkg -l [2023-02-15T18:33:03.879Z] + grep '^ii' [2023-02-15T18:33:03.879Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-15T18:33:03.879Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-15T18:33:03.879Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-15T18:33:03.879Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-02-15T18:33:03.879Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-02-15T18:33:03.879Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2023-02-15T18:33:03.891Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-15T18:33:04.168Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:33:04.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T18:33:04.727Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:33:04.792Z] prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container [2023-02-15T18:33:04.828Z] $ 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-02-15T18:33:05.070Z] $ docker top d96c65caad218337a99406672f206c17ba11fc9dd13daa623c63fc6a688eb630 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T18:33:05.406Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-15T18:33:05.689Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-15T18:33:05.971Z] + ls /var/log/sa-host [2023-02-15T18:33:05.972Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T18:33:06.039Z] provisioning config files... [2023-02-15T18:33:06.050Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6689777673489372271tmp [Pipeline] { [Pipeline] echo [2023-02-15T18:33:06.065Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:33:06.437Z] ---> create-netrc.sh [Pipeline] } [2023-02-15T18:33:06.491Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:33:06.893Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-15T18:33:06.920Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:33:07.201Z] ---> sudo-logs.sh [2023-02-15T18:33:07.201Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-15T18:33:07.226Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:33:07.506Z] ---> job-cost.sh [2023-02-15T18:33:07.506Z] lf-activate-venv: SKIPPING [2023-02-15T18:33:07.506Z] DEBUG: total: 0.2199999988079071 [2023-02-15T18:33:07.506Z] INFO: Retrieving Stack Cost... [2023-02-15T18:33:07.765Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T18:33:08.334Z] INFO: Archiving Costs [Pipeline] echo [2023-02-15T18:33:08.347Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:33:08.638Z] ---> logs-deploy.sh [2023-02-15T18:33:08.638Z] lf-activate-venv: SKIPPING [2023-02-15T18:33:08.638Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/133 [2023-02-15T18:33:08.638Z] INFO: archiving workspace using pattern(s): [2023-02-15T18:33:09.574Z] Archives upload complete. [2023-02-15T18:33:09.574Z] INFO: archiving logs to Nexus