Pull request #584 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jackchenjc for edgexfoundry/app-service-configurable Loading trusted files from base branch main at 26b93c6358d1976bbdea6c8c16d65e092b814248 rather than a43622ac43dc25ed43226d9ad7c49f5b900899b8 Obtained Jenkinsfile from 26b93c6358d1976bbdea6c8c16d65e092b814248 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-ssh12446393847423705835.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh11911789790993626415.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-584/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-584/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12823238533924315029.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-584/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14143872158889240888.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh12095952937519246987.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-584/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-584/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17013402935200157733.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3184 in /w/workspace/_app-service-configurable_PR-584 [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/_app-service-configurable_PR-584 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 26b93c6358d1976bbdea6c8c16d65e092b814248 into PR head commit a43622ac43dc25ed43226d9ad7c49f5b900899b8 Merge succeeded, producing a43622ac43dc25ed43226d9ad7c49f5b900899b8 Checking out Revision a43622ac43dc25ed43226d9ad7c49f5b900899b8 (PR-584) > git config core.sparsecheckout # timeout=10 > git checkout -f a43622ac43dc25ed43226d9ad7c49f5b900899b8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 26b93c6358d1976bbdea6c8c16d65e092b814248 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a43622ac43dc25ed43226d9ad7c49f5b900899b8 # timeout=10 Commit message: "Refactor: remove github.com/pkg/errors from Attribution.txt" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-09T07:56:23.896Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-09T07:56:24.083Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-09T07:56:24.185Z] ========================================================= [2023-08-09T07:56:24.185Z] EdgeX Global Pipelines Version Info [2023-08-09T07:56:24.185Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-09T07:56:24.922Z] ------------------- [2023-08-09T07:56:24.922Z] stable info: [2023-08-09T07:56:24.922Z] ------------------- [2023-08-09T07:56:24.922Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-09T07:56:24.922Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-08-09T07:56:24.922Z] Message: update stable to v1.0.250 [2023-08-09T07:56:25.492Z] ------------------- [2023-08-09T07:56:25.492Z] experimental info: [2023-08-09T07:56:25.492Z] ------------------- [2023-08-09T07:56:25.492Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-09T07:56:25.492Z] Commit SHA: e40317f62605a4f3b5f0b8a3ca7537e8fb1ff910 [2023-08-09T07:56:25.492Z] Message: update experimental to v1.0.252 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-09T07:56:25.766Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-08-09T07:56:25.808Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-08-09T07:56:25.852Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-09T07:56:25.894Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-09T07:56:25.933Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-09T07:56:25.971Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-09T07:56:26.011Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-09T07:56:26.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-09T07:56:26.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-09T07:56:26.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-09T07:56:26.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-09T07:56:26.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-08-09T07:56:26.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-09T07:56:26.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-09T07:56:26.342Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-09T07:56:26.382Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-09T07:56:26.422Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-09T07:56:26.462Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-09T07:56:26.503Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-09T07:56:26.542Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-09T07:56:26.587Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-09T07:56:26.626Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-09T07:56:26.671Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-09T07:56:26.718Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-09T07:56:26.756Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-09T07:56:26.796Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-09T07:56:26.836Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-09T07:56:26.877Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo [2023-08-09T07:56:26.921Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo [2023-08-09T07:56:26.960Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo [2023-08-09T07:56:27.000Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a43622ac43dc25ed43226d9ad7c49f5b900899b8 [Pipeline] echo [2023-08-09T07:56:27.038Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a43622a [Pipeline] echo [2023-08-09T07:56:27.084Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-09T07:56:27.207Z] provisioning config files... [2023-08-09T07:56:27.219Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-584@tmp/config7918494336287508559tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-09T07:56:27.587Z] ---> docker-login.sh [2023-08-09T07:56:27.587Z] nexus3.edgexfoundry.org:10001 [2023-08-09T07:56:27.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-09T07:56:28.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-09T07:56:28.158Z] Configure a credential helper to remove this warning. See [2023-08-09T07:56:28.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-09T07:56:28.158Z] [2023-08-09T07:56:28.158Z] Login Succeeded [2023-08-09T07:56:28.158Z] nexus3.edgexfoundry.org:10002 [2023-08-09T07:56:28.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-09T07:56:28.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-09T07:56:28.158Z] Configure a credential helper to remove this warning. See [2023-08-09T07:56:28.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-09T07:56:28.158Z] [2023-08-09T07:56:28.158Z] Login Succeeded [2023-08-09T07:56:28.158Z] nexus3.edgexfoundry.org:10003 [2023-08-09T07:56:28.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-09T07:56:28.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-09T07:56:28.158Z] Configure a credential helper to remove this warning. See [2023-08-09T07:56:28.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-09T07:56:28.158Z] [2023-08-09T07:56:28.158Z] Login Succeeded [2023-08-09T07:56:28.158Z] nexus3.edgexfoundry.org:10004 [2023-08-09T07:56:28.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-09T07:56:28.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-09T07:56:28.419Z] Configure a credential helper to remove this warning. See [2023-08-09T07:56:28.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-09T07:56:28.419Z] [2023-08-09T07:56:28.419Z] Login Succeeded [2023-08-09T07:56:28.419Z] docker.io [2023-08-09T07:56:28.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-09T07:56:28.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-09T07:56:28.681Z] Configure a credential helper to remove this warning. See [2023-08-09T07:56:28.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-09T07:56:28.681Z] [2023-08-09T07:56:28.681Z] Login Succeeded [2023-08-09T07:56:28.681Z] ---> docker-login.sh ends [Pipeline] } [2023-08-09T07:56:28.705Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-09T07:56:29.331Z] + git rev-list -1 --merges a43622ac43dc25ed43226d9ad7c49f5b900899b8~1..a43622ac43dc25ed43226d9ad7c49f5b900899b8 [Pipeline] echo [2023-08-09T07:56:29.404Z] -----------> git rev-list -1 --merges a43622ac43dc25ed43226d9ad7c49f5b900899b8~1..a43622ac43dc25ed43226d9ad7c49f5b900899b8 a43622ac43dc25ed43226d9ad7c49f5b900899b8 [false] [Pipeline] sh [2023-08-09T07:56:29.712Z] + git log --format=format:%s -1 a43622ac43dc25ed43226d9ad7c49f5b900899b8 [Pipeline] echo [2023-08-09T07:56:29.745Z] ========================================================= [2023-08-09T07:56:29.745Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-09T07:56:29.745Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-09T07:56:30.166Z] + git log --format=format:%s -1 a43622ac43dc25ed43226d9ad7c49f5b900899b8 [Pipeline] echo [2023-08-09T07:56:30.200Z] [semverPrep] GIT_COMMIT: a43622ac43dc25ed43226d9ad7c49f5b900899b8, Commit Message: Refactor: remove github.com/pkg/errors from Attribution.txt [Pipeline] echo [2023-08-09T07:56:30.229Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-09T07:56:30.612Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-09T07:56:30.612Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-09T07:56:30.613Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-09T07:56:30.613Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-09T07:56:30.613Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-09T07:56:30.613Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-09T07:56:30.613Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-09T07:56:31.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-09T07:56:31.109Z] [2023-08-09T07:56:31.109Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-09T07:56:31.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-09T07:56:31.476Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-09T07:56:31.476Z] b85a868b505f: Pulling fs layer [2023-08-09T07:56:31.476Z] e2be974225ed: Pulling fs layer [2023-08-09T07:56:31.476Z] 339a4e72a1f5: Pulling fs layer [2023-08-09T07:56:31.476Z] 988bab9f4d93: Pulling fs layer [2023-08-09T07:56:31.476Z] 1469e6f7b9e6: Pulling fs layer [2023-08-09T07:56:31.476Z] eaf3925da568: Pulling fs layer [2023-08-09T07:56:31.476Z] bab4dde63d76: Pulling fs layer [2023-08-09T07:56:31.476Z] bde34c3a00c8: Pulling fs layer [2023-08-09T07:56:31.476Z] b352a97aabf1: Pulling fs layer [2023-08-09T07:56:31.476Z] 4872d77fe225: Pulling fs layer [2023-08-09T07:56:31.476Z] 5851b861e8e6: Pulling fs layer [2023-08-09T07:56:31.476Z] bab4dde63d76: Waiting [2023-08-09T07:56:31.476Z] bde34c3a00c8: Waiting [2023-08-09T07:56:31.476Z] 988bab9f4d93: Waiting [2023-08-09T07:56:31.476Z] 4872d77fe225: Waiting [2023-08-09T07:56:31.476Z] b352a97aabf1: Waiting [2023-08-09T07:56:31.476Z] 1469e6f7b9e6: Waiting [2023-08-09T07:56:31.476Z] eaf3925da568: Waiting [2023-08-09T07:56:31.476Z] e2be974225ed: Download complete [2023-08-09T07:56:31.476Z] 988bab9f4d93: Verifying Checksum [2023-08-09T07:56:31.476Z] 988bab9f4d93: Download complete [2023-08-09T07:56:31.476Z] 1469e6f7b9e6: Verifying Checksum [2023-08-09T07:56:31.476Z] 1469e6f7b9e6: Download complete [2023-08-09T07:56:31.476Z] 339a4e72a1f5: Verifying Checksum [2023-08-09T07:56:31.476Z] 339a4e72a1f5: Download complete [2023-08-09T07:56:31.734Z] eaf3925da568: Download complete [2023-08-09T07:56:31.734Z] bde34c3a00c8: Download complete [2023-08-09T07:56:31.734Z] b352a97aabf1: Verifying Checksum [2023-08-09T07:56:31.734Z] b352a97aabf1: Download complete [2023-08-09T07:56:31.734Z] 4872d77fe225: Verifying Checksum [2023-08-09T07:56:31.734Z] 4872d77fe225: Download complete [2023-08-09T07:56:31.734Z] 5851b861e8e6: Download complete [2023-08-09T07:56:31.734Z] b85a868b505f: Verifying Checksum [2023-08-09T07:56:31.734Z] b85a868b505f: Download complete [2023-08-09T07:56:31.993Z] bab4dde63d76: Verifying Checksum [2023-08-09T07:56:31.993Z] bab4dde63d76: Download complete [2023-08-09T07:56:32.936Z] b85a868b505f: Pull complete [2023-08-09T07:56:32.936Z] e2be974225ed: Pull complete [2023-08-09T07:56:33.196Z] 339a4e72a1f5: Pull complete [2023-08-09T07:56:33.455Z] 988bab9f4d93: Pull complete [2023-08-09T07:56:33.715Z] 1469e6f7b9e6: Pull complete [2023-08-09T07:56:33.715Z] eaf3925da568: Pull complete [2023-08-09T07:56:35.091Z] bab4dde63d76: Pull complete [2023-08-09T07:56:35.350Z] bde34c3a00c8: Pull complete [2023-08-09T07:56:35.350Z] b352a97aabf1: Pull complete [2023-08-09T07:56:35.350Z] 4872d77fe225: Pull complete [2023-08-09T07:56:35.350Z] 5851b861e8e6: Pull complete [2023-08-09T07:56:35.351Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-09T07:56:35.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-09T07:56:35.609Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-09T07:56:35.846Z] prd-ubuntu20.04-docker-8c-8g-3184 does not seem to be running inside a container [2023-08-09T07:56:35.881Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-584 -v /w/workspace/_app-service-configurable_PR-584:/w/workspace/_app-service-configurable_PR-584:rw,z -v /w/workspace/_app-service-configurable_PR-584@tmp:/w/workspace/_app-service-configurable_PR-584@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-09T07:56:38.748Z] $ docker top 52cc7baeed5e4eceb094ad7415ccb38bc7fd2b9df071ff778e4b48dec1b718b0 -eo pid,comm [2023-08-09T07:56:38.790Z] 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-08-09T07:56:38.790Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-09T07:56:38.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-09T07:56:38.918Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-09T07:56:39.025Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-09T07:56:39.031Z] $ docker exec 52cc7baeed5e4eceb094ad7415ccb38bc7fd2b9df071ff778e4b48dec1b718b0 ssh-agent [2023-08-09T07:56:39.124Z] SSH_AUTH_SOCK=/tmp/ssh-nRidckjUNyOY/agent.32 [2023-08-09T07:56:39.124Z] SSH_AGENT_PID=38 [2023-08-09T07:56:39.130Z] Running ssh-add (command line suppressed) [2023-08-09T07:56:39.227Z] Identity added: /w/workspace/_app-service-configurable_PR-584@tmp/private_key_17397390602692152551.key (/w/workspace/_app-service-configurable_PR-584@tmp/private_key_17397390602692152551.key) [2023-08-09T07:56:39.236Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-09T07:56:39.565Z] + git tag --points-at HEAD [Pipeline] } [2023-08-09T07:56:39.597Z] $ docker exec --env ******** --env ******** 52cc7baeed5e4eceb094ad7415ccb38bc7fd2b9df071ff778e4b48dec1b718b0 ssh-agent -k [2023-08-09T07:56:39.695Z] unset SSH_AUTH_SOCK; [2023-08-09T07:56:39.695Z] unset SSH_AGENT_PID; [2023-08-09T07:56:39.695Z] echo Agent pid 38 killed; [2023-08-09T07:56:39.699Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-09T07:56:39.782Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-09T07:56:39.782Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-09T07:56:39.900Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-09T07:56:39.906Z] $ docker exec 52cc7baeed5e4eceb094ad7415ccb38bc7fd2b9df071ff778e4b48dec1b718b0 ssh-agent [2023-08-09T07:56:40.009Z] SSH_AUTH_SOCK=/tmp/ssh-0uIW5Qk5crJl/agent.70 [2023-08-09T07:56:40.009Z] SSH_AGENT_PID=76 [2023-08-09T07:56:40.014Z] Running ssh-add (command line suppressed) [2023-08-09T07:56:40.114Z] Identity added: /w/workspace/_app-service-configurable_PR-584@tmp/private_key_4478524326157891916.key (/w/workspace/_app-service-configurable_PR-584@tmp/private_key_4478524326157891916.key) [2023-08-09T07:56:40.123Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-09T07:56:40.458Z] + git semver init [2023-08-09T07:56:40.717Z] 2023-08-09 07:56:40,634 [run_init] DEBUG init version:0.0.0 force:False [2023-08-09T07:56:40.717Z] 2023-08-09 07:56:40,635 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-584/.semver [2023-08-09T07:56:40.717Z] 2023-08-09 07:56:40,635 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-584/.semver [2023-08-09T07:56:40.717Z] 2023-08-09 07:56:40,636 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-584/.semver'], cwd=/w/workspace/_app-service-configurable_PR-584, universal_newlines=False, shell=None, istream=None) [2023-08-09T07:56:41.654Z] 2023-08-09 07:56:41,413 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-584/.git/info/exclude [2023-08-09T07:56:41.654Z] 2023-08-09 07:56:41,413 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-584/.semver/PR-584 with force:False [2023-08-09T07:56:41.654Z] 2023-08-09 07:56:41,414 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-584/.semver/PR-584 [2023-08-09T07:56:41.654Z] 2023-08-09 07:56:41,418 [execute] INFO git cat-file --batch-check [2023-08-09T07:56:41.654Z] 2023-08-09 07:56:41,419 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-584/.semver, universal_newlines=False, shell=None, istream=) [2023-08-09T07:56:41.654Z] 2023-08-09 07:56:41,424 [execute] INFO git cat-file --batch [2023-08-09T07:56:41.654Z] 2023-08-09 07:56:41,424 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-584/.semver, universal_newlines=False, shell=None, istream=) [2023-08-09T07:56:41.654Z] 2023-08-09 07:56:41,429 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-584/.semver/PR-584 [2023-08-09T07:56:41.654Z] 0.0.0 [Pipeline] } [2023-08-09T07:56:41.683Z] $ docker exec --env ******** --env ******** 52cc7baeed5e4eceb094ad7415ccb38bc7fd2b9df071ff778e4b48dec1b718b0 ssh-agent -k [2023-08-09T07:56:41.774Z] unset SSH_AUTH_SOCK; [2023-08-09T07:56:41.775Z] unset SSH_AGENT_PID; [2023-08-09T07:56:41.775Z] echo Agent pid 76 killed; [2023-08-09T07:56:41.781Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-09T07:56:42.209Z] + git semver [Pipeline] } [2023-08-09T07:56:42.494Z] $ docker stop --time=1 52cc7baeed5e4eceb094ad7415ccb38bc7fd2b9df071ff778e4b48dec1b718b0 [2023-08-09T07:56:43.768Z] $ docker rm -f --volumes 52cc7baeed5e4eceb094ad7415ccb38bc7fd2b9df071ff778e4b48dec1b718b0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-09T07:56:44.157Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-09T07:56:44.415Z] Stashed 1 file(s) [Pipeline] echo [2023-08-09T07:56:44.433Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-08-09T07:56:45.039Z] provisioning config files... [2023-08-09T07:56:45.049Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-584@tmp/config5846185687735373419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-09T07:56:45.396Z] ---> docker-login.sh [2023-08-09T07:56:45.396Z] nexus3.edgexfoundry.org:10001 [2023-08-09T07:56:45.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-09T07:56:45.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-09T07:56:45.396Z] Configure a credential helper to remove this warning. See [2023-08-09T07:56:45.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-09T07:56:45.396Z] [2023-08-09T07:56:45.396Z] Login Succeeded [2023-08-09T07:56:45.396Z] nexus3.edgexfoundry.org:10002 [2023-08-09T07:56:45.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-09T07:56:45.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-09T07:56:45.396Z] Configure a credential helper to remove this warning. See [2023-08-09T07:56:45.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-09T07:56:45.396Z] [2023-08-09T07:56:45.396Z] Login Succeeded [2023-08-09T07:56:45.396Z] nexus3.edgexfoundry.org:10003 [2023-08-09T07:56:45.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-09T07:56:45.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-09T07:56:45.658Z] Configure a credential helper to remove this warning. See [2023-08-09T07:56:45.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-09T07:56:45.658Z] [2023-08-09T07:56:45.658Z] Login Succeeded [2023-08-09T07:56:45.658Z] nexus3.edgexfoundry.org:10004 [2023-08-09T07:56:45.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-09T07:56:45.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-09T07:56:45.658Z] Configure a credential helper to remove this warning. See [2023-08-09T07:56:45.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-09T07:56:45.658Z] [2023-08-09T07:56:45.658Z] Login Succeeded [2023-08-09T07:56:45.658Z] docker.io [2023-08-09T07:56:45.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-09T07:56:45.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-09T07:56:45.918Z] Configure a credential helper to remove this warning. See [2023-08-09T07:56:45.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-09T07:56:45.918Z] [2023-08-09T07:56:45.918Z] Login Succeeded [2023-08-09T07:56:45.918Z] ---> docker-login.sh ends [Pipeline] } [2023-08-09T07:56:45.947Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-09T07:56:46.162Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-09T07:56:46.203Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-09T07:56:46.237Z] ========================================================= [2023-08-09T07:56:46.237Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-09T07:56:46.237Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-09T07:56:46.720Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-09T07:56:46.720Z] Sending build context to Docker daemon 3.319MB [2023-08-09T07:56:46.720Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-09T07:56:46.720Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-09T07:56:46.720Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-09T07:56:46.720Z] 4db1b89c0bd1: Pulling fs layer [2023-08-09T07:56:46.720Z] 6911f1a30b25: Pulling fs layer [2023-08-09T07:56:46.720Z] e194b8c5c2a9: Pulling fs layer [2023-08-09T07:56:46.720Z] 6863d3e3a2b1: Pulling fs layer [2023-08-09T07:56:46.720Z] ec0bb842ea78: Pulling fs layer [2023-08-09T07:56:46.720Z] 40a00589a448: Pulling fs layer [2023-08-09T07:56:46.720Z] 6c08303d61cc: Pulling fs layer [2023-08-09T07:56:46.720Z] 798269fcf238: Pulling fs layer [2023-08-09T07:56:46.720Z] ec0bb842ea78: Waiting [2023-08-09T07:56:46.720Z] 40a00589a448: Waiting [2023-08-09T07:56:46.720Z] 798269fcf238: Waiting [2023-08-09T07:56:46.720Z] 6c08303d61cc: Waiting [2023-08-09T07:56:46.720Z] 6863d3e3a2b1: Waiting [2023-08-09T07:56:46.720Z] 6911f1a30b25: Verifying Checksum [2023-08-09T07:56:46.720Z] 6911f1a30b25: Download complete [2023-08-09T07:56:46.720Z] 6863d3e3a2b1: Verifying Checksum [2023-08-09T07:56:46.720Z] 6863d3e3a2b1: Download complete [2023-08-09T07:56:46.720Z] ec0bb842ea78: Verifying Checksum [2023-08-09T07:56:46.720Z] ec0bb842ea78: Download complete [2023-08-09T07:56:46.720Z] 4db1b89c0bd1: Download complete [2023-08-09T07:56:46.980Z] 40a00589a448: Verifying Checksum [2023-08-09T07:56:46.980Z] 40a00589a448: Download complete [2023-08-09T07:56:46.980Z] 4db1b89c0bd1: Pull complete [2023-08-09T07:56:47.240Z] 6911f1a30b25: Pull complete [2023-08-09T07:56:47.240Z] 798269fcf238: Verifying Checksum [2023-08-09T07:56:47.240Z] 798269fcf238: Download complete [2023-08-09T07:56:47.499Z] e194b8c5c2a9: Verifying Checksum [2023-08-09T07:56:47.499Z] e194b8c5c2a9: Download complete [2023-08-09T07:56:47.757Z] 6c08303d61cc: Verifying Checksum [2023-08-09T07:56:47.757Z] 6c08303d61cc: Download complete [2023-08-09T07:56:51.046Z] e194b8c5c2a9: Pull complete [2023-08-09T07:56:51.046Z] 6863d3e3a2b1: Pull complete [2023-08-09T07:56:51.046Z] ec0bb842ea78: Pull complete [2023-08-09T07:56:51.046Z] 40a00589a448: Pull complete [2023-08-09T07:56:52.948Z] 6c08303d61cc: Pull complete [2023-08-09T07:56:53.885Z] 798269fcf238: Pull complete [2023-08-09T07:56:53.885Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-09T07:56:53.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-09T07:56:53.885Z] ---> ec979cd7f677 [2023-08-09T07:56:53.885Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-09T07:56:58.078Z] ---> Running in 99b2f1099f29 [2023-08-09T07:56:58.078Z] Removing intermediate container 99b2f1099f29 [2023-08-09T07:56:58.078Z] ---> 48e793f676b7 [2023-08-09T07:56:58.078Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-09T07:56:58.078Z] ---> Running in 09625391e6d5 [2023-08-09T07:56:58.078Z] Removing intermediate container 09625391e6d5 [2023-08-09T07:56:58.078Z] ---> 8d3650eeecd6 [2023-08-09T07:56:58.078Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-09T07:56:58.078Z] ---> Running in 249fc9cae668 [2023-08-09T07:56:58.078Z] Removing intermediate container 249fc9cae668 [2023-08-09T07:56:58.078Z] ---> 0b0c3b809dd1 [2023-08-09T07:56:58.078Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-09T07:56:58.078Z] ---> Running in 33712babd067 [2023-08-09T07:56:58.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-09T07:56:58.337Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-09T07:56:58.596Z] OK: 265 MiB in 53 packages [2023-08-09T07:56:58.855Z] Removing intermediate container 33712babd067 [2023-08-09T07:56:58.855Z] ---> a9d7197cc9f0 [2023-08-09T07:56:58.855Z] Step 7/12 : WORKDIR /app [2023-08-09T07:56:58.855Z] ---> Running in 87e73e8fcf42 [2023-08-09T07:56:59.114Z] Removing intermediate container 87e73e8fcf42 [2023-08-09T07:56:59.114Z] ---> e945d494e26d [2023-08-09T07:56:59.114Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-09T07:56:59.114Z] ---> aa8ab07361fd [2023-08-09T07:56:59.114Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-09T07:56:59.114Z] ---> Running in 5c66da38fd11 [2023-08-09T07:56:59.850Z] Still waiting to schedule task [2023-08-09T07:56:59.851Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-08-09T07:57:55.346Z] Removing intermediate container 5c66da38fd11 [2023-08-09T07:57:55.346Z] ---> 10ef96bcda9d [2023-08-09T07:57:55.346Z] Step 10/12 : COPY . . [2023-08-09T07:57:55.346Z] ---> 64dde5848616 [2023-08-09T07:57:55.346Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-09T07:57:55.346Z] ---> Running in 238f7b129e3a [2023-08-09T07:57:55.346Z] Removing intermediate container 238f7b129e3a [2023-08-09T07:57:55.346Z] ---> e73968413786 [2023-08-09T07:57:55.346Z] Step 12/12 : RUN $MAKE [2023-08-09T07:57:55.347Z] ---> Running in 931080ff7264 [2023-08-09T07:57:55.347Z] noop [2023-08-09T07:57:55.347Z] Removing intermediate container 931080ff7264 [2023-08-09T07:57:55.347Z] ---> 4d5aed02f4bb [2023-08-09T07:57:55.347Z] Successfully built 4d5aed02f4bb [2023-08-09T07:57:55.347Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-09T07:57:55.799Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-09T07:57:55.799Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-09T07:57:56.024Z] prd-ubuntu20.04-docker-8c-8g-3184 does not seem to be running inside a container [2023-08-09T07:57:56.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-584 -v /w/workspace/_app-service-configurable_PR-584:/w/workspace/_app-service-configurable_PR-584:rw,z -v /w/workspace/_app-service-configurable_PR-584@tmp:/w/workspace/_app-service-configurable_PR-584@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-09T07:57:56.406Z] $ docker top d6673c80a08d4a2cbc6bc26344dbf21db47b57c8f59e71d003bc55e563d80afe -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-09T07:57:56.797Z] + go version [2023-08-09T07:57:56.797Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-09T07:57:56.830Z] $ docker stop --time=1 d6673c80a08d4a2cbc6bc26344dbf21db47b57c8f59e71d003bc55e563d80afe [2023-08-09T07:57:58.092Z] $ docker rm -f --volumes d6673c80a08d4a2cbc6bc26344dbf21db47b57c8f59e71d003bc55e563d80afe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-09T07:57:58.799Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-09T07:57:58.799Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-09T07:57:58.944Z] prd-ubuntu20.04-docker-8c-8g-3184 does not seem to be running inside a container [2023-08-09T07:57:58.974Z] $ 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_PR-584 -v /w/workspace/_app-service-configurable_PR-584:/w/workspace/_app-service-configurable_PR-584:rw,z -v /w/workspace/_app-service-configurable_PR-584@tmp:/w/workspace/_app-service-configurable_PR-584@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-09T07:57:59.289Z] $ docker top d4241383e37260660006c1ad14bf0de51e3c7ec93b13d6d693422e651d4ac1f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-09T07:57:59.677Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-584 [Pipeline] fileExists [Pipeline] sh [2023-08-09T07:58:00.040Z] + make test [2023-08-09T07:58:00.040Z] go test -race -coverprofile=coverage.out ./... [2023-08-09T07:58:18.117Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-08-09T07:58:32.594Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3185 in /w/workspace/_app-service-configurable_PR-584 [Pipeline] { [Pipeline] ws [2023-08-09T07:58:32.653Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-08-09T07:58:32.743Z] Selected Git installation does not exist. Using Default [2023-08-09T07:58:32.743Z] The recommended git tool is: NONE [2023-08-09T07:58:36.190Z] go vet ./... [2023-08-09T07:58:37.505Z] using credential edgex-jenkins-ssh [2023-08-09T07:58:37.521Z] Cloning the remote Git repository [2023-08-09T07:58:37.556Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-08-09T07:58:37.662Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-08-09T07:58:37.794Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-08-09T07:58:37.795Z] > git --version # timeout=10 [2023-08-09T07:58:37.815Z] > git --version # 'git version 2.25.1' [2023-08-09T07:58:37.817Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-09T07:58:37.957Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-09T07:58:39.480Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-09T07:58:39.480Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-09T07:58:39.480Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-09T07:58:39.516Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-09T07:58:39.548Z] $ docker stop --time=1 d4241383e37260660006c1ad14bf0de51e3c7ec93b13d6d693422e651d4ac1f5 [2023-08-09T07:58:39.024Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-08-09T07:58:39.048Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-09T07:58:39.843Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-08-09T07:58:39.888Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-08-09T07:58:39.889Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-09T07:58:39.903Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-08-09T07:58:40.450Z] Merging remotes/origin/main commit 26b93c6358d1976bbdea6c8c16d65e092b814248 into PR head commit a43622ac43dc25ed43226d9ad7c49f5b900899b8 [2023-08-09T07:58:40.466Z] > git config core.sparsecheckout # timeout=10 [2023-08-09T07:58:40.534Z] > git checkout -f a43622ac43dc25ed43226d9ad7c49f5b900899b8 # timeout=10 [2023-08-09T07:58:45.074Z] $ docker rm -f --volumes d4241383e37260660006c1ad14bf0de51e3c7ec93b13d6d693422e651d4ac1f5 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2023-08-09T07:58:45.629Z] + sudo chown -R jenkins:jenkins . [Pipeline] } [2023-08-09T07:58:45.671Z] Failed in branch arm64 [Pipeline] stash [2023-08-09T07:58:45.758Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-09T07:58:46.423Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-09T07:58:46.738Z] + ls -al . [2023-08-09T07:58:46.738Z] total 180 [2023-08-09T07:58:46.738Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 9 07:58 . [2023-08-09T07:58:46.738Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 9 07:56 .. [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 9 07:56 .dockerignore [2023-08-09T07:58:46.738Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 9 07:56 .git [2023-08-09T07:58:46.738Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 9 07:56 .github [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 171 Aug 9 07:56 .gitignore [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 9 07:56 .golangci.yml [2023-08-09T07:58:46.738Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 9 07:56 .semver [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 9636 Aug 9 07:56 Attribution.txt [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 35039 Aug 9 07:56 CHANGELOG.md [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 1898 Aug 9 07:56 Dockerfile [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 9 07:56 GOVERNANCE.md [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 688 Aug 9 07:56 Jenkinsfile [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 9 07:56 LICENSE [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 9 07:56 OWNERS.md [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 4885 Aug 9 07:56 README.md [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 9 07:56 VERSION [2023-08-09T07:58:46.738Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 9 07:56 bin [2023-08-09T07:58:46.738Z] -rw-r--r-- 1 jenkins jenkins 13 Aug 9 07:58 coverage.out [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 3469 Aug 9 07:56 go.mod [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 32452 Aug 9 07:56 go.sum [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 9 07:56 main.go [2023-08-09T07:58:46.738Z] -rw-rw-r-- 1 jenkins jenkins 2569 Aug 9 07:56 makefile [2023-08-09T07:58:46.738Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 9 07:56 res [2023-08-09T07:58:46.738Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 9 07:56 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-09T07:58:47.148Z] + 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=a43622ac43dc25ed43226d9ad7c49f5b900899b8 --label arch=amd64 --label version=0.0.0 . [2023-08-09T07:58:47.148Z] Sending build context to Docker daemon 3.32MB [2023-08-09T07:58:47.148Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-09T07:58:47.148Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-09T07:58:47.148Z] ---> 4d5aed02f4bb [2023-08-09T07:58:47.148Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-09T07:58:47.407Z] ---> Running in 209219d98cc0 [2023-08-09T07:58:47.407Z] Removing intermediate container 209219d98cc0 [2023-08-09T07:58:47.407Z] ---> 1b72aa0bc992 [2023-08-09T07:58:47.407Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-09T07:58:47.407Z] ---> Running in 82c4aaa4f9ef [2023-08-09T07:58:47.407Z] Removing intermediate container 82c4aaa4f9ef [2023-08-09T07:58:47.407Z] ---> 5148b96258ef [2023-08-09T07:58:47.407Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-09T07:58:47.407Z] ---> Running in c6e2993a5f66 [2023-08-09T07:58:47.407Z] Removing intermediate container c6e2993a5f66 [2023-08-09T07:58:47.407Z] ---> 4a19a420823a [2023-08-09T07:58:47.407Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-09T07:58:47.667Z] ---> Running in 2c3f39bb59f6 [2023-08-09T07:58:47.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-09T07:58:47.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-09T07:58:48.492Z] OK: 265 MiB in 53 packages [2023-08-09T07:58:48.751Z] Removing intermediate container 2c3f39bb59f6 [2023-08-09T07:58:48.751Z] ---> 38f4497ddcbe [2023-08-09T07:58:48.751Z] Step 7/26 : WORKDIR /app [2023-08-09T07:58:48.751Z] ---> Running in 823dc8766a39 [2023-08-09T07:58:49.008Z] Removing intermediate container 823dc8766a39 [2023-08-09T07:58:49.008Z] ---> f9840d751bcb [2023-08-09T07:58:49.008Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-09T07:58:49.008Z] ---> ec40e6af298d [2023-08-09T07:58:49.008Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-09T07:58:49.008Z] ---> Running in 7646894254ef [2023-08-09T07:58:49.972Z] Removing intermediate container 7646894254ef [2023-08-09T07:58:49.972Z] ---> 51af6c0267a7 [2023-08-09T07:58:49.972Z] Step 10/26 : COPY . . [2023-08-09T07:58:50.231Z] ---> c6d5039c4b1b [2023-08-09T07:58:50.231Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-09T07:58:50.231Z] ---> Running in 5efc7a096708 [2023-08-09T07:58:50.231Z] Removing intermediate container 5efc7a096708 [2023-08-09T07:58:50.231Z] ---> c05eaa44996e [2023-08-09T07:58:50.231Z] Step 12/26 : RUN $MAKE [2023-08-09T07:58:50.231Z] ---> Running in e2400600201e [2023-08-09T07:58:50.488Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.15 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-08-09T07:59:12.423Z] Removing intermediate container e2400600201e [2023-08-09T07:59:12.423Z] ---> 9e9d0802b45e [2023-08-09T07:59:12.423Z] Step 13/26 : FROM alpine:3.17 [2023-08-09T07:59:12.423Z] 3.17: Pulling from library/alpine [2023-08-09T07:59:12.423Z] 9398808236ff: Pulling fs layer [2023-08-09T07:59:12.423Z] 9398808236ff: Verifying Checksum [2023-08-09T07:59:12.423Z] 9398808236ff: Download complete [2023-08-09T07:59:12.423Z] 9398808236ff: Pull complete [2023-08-09T07:59:12.423Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-09T07:59:12.423Z] Status: Downloaded newer image for alpine:3.17 [2023-08-09T07:59:12.423Z] ---> 1e0b8b5322fc [2023-08-09T07:59:12.423Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-09T07:59:12.423Z] ---> Running in bc0d9005b198 [2023-08-09T07:59:12.423Z] Removing intermediate container bc0d9005b198 [2023-08-09T07:59:12.423Z] ---> c963cbcc5fdb [2023-08-09T07:59:12.423Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-08-09T07:59:12.423Z] ---> Running in 7eadf08e1228 [2023-08-09T07:59:12.423Z] Removing intermediate container 7eadf08e1228 [2023-08-09T07:59:12.423Z] ---> 928944254616 [2023-08-09T07:59:12.423Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-09T07:59:12.423Z] ---> Running in 7d876122bc48 [2023-08-09T07:59:12.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-09T07:59:12.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-09T07:59:12.423Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-09T07:59:12.423Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-09T07:59:12.423Z] Executing busybox-1.35.0-r29.trigger [2023-08-09T07:59:12.423Z] Executing ca-certificates-20230506-r0.trigger [2023-08-09T07:59:12.423Z] OK: 8 MiB in 17 packages [2023-08-09T07:59:12.423Z] Removing intermediate container 7d876122bc48 [2023-08-09T07:59:12.423Z] ---> 3ab4aef2d0f5 [2023-08-09T07:59:12.423Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-09T07:59:12.423Z] ---> 46246cc23a39 [2023-08-09T07:59:12.423Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-09T07:59:12.423Z] ---> 402d194129a1 [2023-08-09T07:59:12.423Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-09T07:59:12.423Z] ---> 6bea94832bbf [2023-08-09T07:59:12.423Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-08-09T07:59:12.423Z] ---> 3b9f8ef8876f [2023-08-09T07:59:12.423Z] Step 21/26 : EXPOSE 48095 [2023-08-09T07:59:12.423Z] ---> Running in 797f3d3172ea [2023-08-09T07:59:12.423Z] Removing intermediate container 797f3d3172ea [2023-08-09T07:59:12.423Z] ---> 443e8366096f [2023-08-09T07:59:12.423Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-08-09T07:59:12.423Z] ---> Running in 920897f0cea5 [2023-08-09T07:59:12.423Z] Removing intermediate container 920897f0cea5 [2023-08-09T07:59:12.423Z] ---> b72772d8dba0 [2023-08-09T07:59:12.423Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-09T07:59:12.423Z] ---> Running in d2cae4cb71b9 [2023-08-09T07:59:12.681Z] Removing intermediate container d2cae4cb71b9 [2023-08-09T07:59:12.681Z] ---> b472435a6190 [2023-08-09T07:59:12.681Z] Step 24/26 : LABEL arch=amd64 [2023-08-09T07:59:12.681Z] ---> Running in 4139de7d4b09 [2023-08-09T07:59:12.681Z] Removing intermediate container 4139de7d4b09 [2023-08-09T07:59:12.681Z] ---> 03601685d8ad [2023-08-09T07:59:12.681Z] Step 25/26 : LABEL git_sha=a43622ac43dc25ed43226d9ad7c49f5b900899b8 [2023-08-09T07:59:12.681Z] ---> Running in 623a12d3f417 [2023-08-09T07:59:12.681Z] Removing intermediate container 623a12d3f417 [2023-08-09T07:59:12.681Z] ---> 21239b8e9a22 [2023-08-09T07:59:12.681Z] Step 26/26 : LABEL version=0.0.0 [2023-08-09T07:59:12.681Z] ---> Running in 42b5579f2a24 [2023-08-09T07:59:12.940Z] Removing intermediate container 42b5579f2a24 [2023-08-09T07:59:12.940Z] ---> 7fa69418a0fe [2023-08-09T07:59:12.940Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-09T07:59:12.940Z] Successfully built 7fa69418a0fe [2023-08-09T07:59:12.940Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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-08-09T07:59:13.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-09T07:59:13.814Z] [2023-08-09T07:59:13.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-09T07:59:14.187Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-09T07:59:14.187Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-09T07:59:14.187Z] 5eb5b503b376: Pulling fs layer [2023-08-09T07:59:14.187Z] 5c69ac0246d0: Pulling fs layer [2023-08-09T07:59:14.187Z] ec43610c2a17: Pulling fs layer [2023-08-09T07:59:14.187Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-09T07:59:14.187Z] 33b1e0a273af: Pulling fs layer [2023-08-09T07:59:14.187Z] 5d3b04190fa2: Pulling fs layer [2023-08-09T07:59:14.187Z] 2f39f015ded8: Pulling fs layer [2023-08-09T07:59:14.187Z] 3a2ae6a8a46f: Waiting [2023-08-09T07:59:14.187Z] 5d3b04190fa2: Waiting [2023-08-09T07:59:14.187Z] 2f39f015ded8: Waiting [2023-08-09T07:59:14.187Z] 33b1e0a273af: Waiting [2023-08-09T07:59:14.187Z] 5c69ac0246d0: Verifying Checksum [2023-08-09T07:59:14.188Z] 5c69ac0246d0: Download complete [2023-08-09T07:59:14.188Z] 3a2ae6a8a46f: Download complete [2023-08-09T07:59:14.188Z] 33b1e0a273af: Verifying Checksum [2023-08-09T07:59:14.188Z] 33b1e0a273af: Download complete [2023-08-09T07:59:14.188Z] 5d3b04190fa2: Verifying Checksum [2023-08-09T07:59:14.188Z] 5d3b04190fa2: Download complete [2023-08-09T07:59:14.188Z] ec43610c2a17: Verifying Checksum [2023-08-09T07:59:14.188Z] ec43610c2a17: Download complete [2023-08-09T07:59:14.453Z] 5eb5b503b376: Verifying Checksum [2023-08-09T07:59:14.453Z] 5eb5b503b376: Download complete [2023-08-09T07:59:15.020Z] 2f39f015ded8: Verifying Checksum [2023-08-09T07:59:15.020Z] 2f39f015ded8: Download complete [2023-08-09T07:59:15.588Z] 5eb5b503b376: Pull complete [2023-08-09T07:59:15.846Z] 5c69ac0246d0: Pull complete [2023-08-09T07:59:16.105Z] ec43610c2a17: Pull complete [2023-08-09T07:59:16.105Z] 3a2ae6a8a46f: Pull complete [2023-08-09T07:59:16.366Z] 33b1e0a273af: Pull complete [2023-08-09T07:59:16.366Z] 5d3b04190fa2: Pull complete [2023-08-09T07:59:20.548Z] 2f39f015ded8: Pull complete [2023-08-09T07:59:20.548Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-09T07:59:20.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-09T07:59:20.548Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-09T07:59:20.760Z] prd-ubuntu20.04-docker-8c-8g-3184 does not seem to be running inside a container [2023-08-09T07:59:20.785Z] $ 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_PR-584 -v /w/workspace/_app-service-configurable_PR-584:/w/workspace/_app-service-configurable_PR-584:rw,z -v /w/workspace/_app-service-configurable_PR-584@tmp:/w/workspace/_app-service-configurable_PR-584@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-09T07:59:24.265Z] $ docker top 536cfc16ffe9b5f602f19f9f37abb7f90b8c325b7ae4a51f8c8eb655a609726d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-09T07:59:24.725Z] ---> job-cost.sh [2023-08-09T07:59:24.725Z] lf-activate-venv: SKIPPING [2023-08-09T07:59:24.725Z] INFO: No Stack... [2023-08-09T07:59:24.983Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-09T07:59:25.554Z] INFO: Archiving Costs [Pipeline] sh [2023-08-09T07:59:25.866Z] + cat /w/workspace/_app-service-configurable_PR-584/archives/cost.csv [2023-08-09T07:59:25.866Z] + cut -d, -f6 [Pipeline] lock [2023-08-09T07:59:25.906Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-584-1-stack-cost] [2023-08-09T07:59:25.911Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-584-1-stack-cost] did not exist. Created. [2023-08-09T07:59:25.911Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-584-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-09T07:59:26.370Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-09T07:59:26.421Z] Stashed 1 file(s) [Pipeline] } [2023-08-09T07:59:26.450Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-584-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-09T07:59:26.524Z] $ docker stop --time=1 536cfc16ffe9b5f602f19f9f37abb7f90b8c325b7ae4a51f8c8eb655a609726d [2023-08-09T07:59:27.668Z] $ docker rm -f --volumes 536cfc16ffe9b5f602f19f9f37abb7f90b8c325b7ae4a51f8c8eb655a609726d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-08-09T07:59:30.022Z] + [ -d /w/workspace/_app-service-configurable_PR-584/archives ] [2023-08-09T07:59:30.022Z] + ls -al /w/workspace/_app-service-configurable_PR-584/archives [2023-08-09T07:59:30.022Z] total 16 [2023-08-09T07:59:30.022Z] drwxr-xr-x 3 root root 4096 Aug 9 07:59 . [2023-08-09T07:59:30.022Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 9 07:59 .. [2023-08-09T07:59:30.022Z] drwxr-xr-x 2 root root 4096 Aug 9 07:59 cost [2023-08-09T07:59:30.022Z] -rw-r--r-- 1 root root 96 Aug 9 07:59 cost.csv [2023-08-09T07:59:30.022Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-584/archives [2023-08-09T07:59:30.022Z] + ls -al /w/workspace/_app-service-configurable_PR-584/archives [2023-08-09T07:59:30.022Z] total 16 [2023-08-09T07:59:30.022Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 9 07:59 . [2023-08-09T07:59:30.022Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 9 07:59 .. [2023-08-09T07:59:30.022Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 9 07:59 cost [2023-08-09T07:59:30.022Z] -rw-r--r-- 1 jenkins jenkins 96 Aug 9 07:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-09T07:59:30.346Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-09T07:59:31.225Z] ---> package-listing.sh [2023-08-09T07:59:31.225Z] ++ facter osfamily [2023-08-09T07:59:31.225Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-09T07:59:31.484Z] + OS_FAMILY=debian [2023-08-09T07:59:31.484Z] + workspace=/w/workspace/_app-service-configurable_PR-584 [2023-08-09T07:59:31.484Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-09T07:59:31.484Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-09T07:59:31.484Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-09T07:59:31.484Z] + PACKAGES=/tmp/packages_start.txt [2023-08-09T07:59:31.484Z] + '[' /w/workspace/_app-service-configurable_PR-584 ']' [2023-08-09T07:59:31.484Z] + PACKAGES=/tmp/packages_end.txt [2023-08-09T07:59:31.484Z] + case "${OS_FAMILY}" in [2023-08-09T07:59:31.484Z] + dpkg -l [2023-08-09T07:59:31.484Z] + grep '^ii' [2023-08-09T07:59:31.484Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-09T07:59:31.484Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-09T07:59:31.484Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-09T07:59:31.484Z] + '[' /w/workspace/_app-service-configurable_PR-584 ']' [2023-08-09T07:59:31.484Z] + mkdir -p /w/workspace/_app-service-configurable_PR-584/archives/ [2023-08-09T07:59:31.484Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-584/archives/ [Pipeline] echo [2023-08-09T07:59:31.517Z] 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/_app-service-configurable_PR-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-08-09T07:59:31.805Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-09T07:59:32.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-09T07:59:32.425Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-09T07:59:32.574Z] prd-ubuntu20.04-docker-8c-8g-3184 does not seem to be running inside a container [2023-08-09T07:59:32.604Z] $ 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/_app-service-configurable_PR-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-584 -v /w/workspace/_app-service-configurable_PR-584:/w/workspace/_app-service-configurable_PR-584:rw,z -v /w/workspace/_app-service-configurable_PR-584@tmp:/w/workspace/_app-service-configurable_PR-584@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-09T07:59:32.787Z] $ docker top 738dd082b6558ac24a7a148e34e7fa56d9217009c687a70ad556fcf6870d017e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-09T07:59:33.173Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-09T07:59:33.476Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-09T07:59:33.787Z] + ls /var/log/sa-host [2023-08-09T07:59:33.787Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-09T07:59:34.004Z] provisioning config files... [2023-08-09T07:59:34.012Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-584@tmp/config13884177851371471751tmp [Pipeline] { [Pipeline] echo [2023-08-09T07:59:34.059Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-09T07:59:34.367Z] ---> create-netrc.sh [Pipeline] } [2023-08-09T07:59:34.394Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-09T07:59:34.792Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-09T07:59:34.830Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-09T07:59:35.142Z] ---> sudo-logs.sh [2023-08-09T07:59:35.142Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-09T07:59:35.235Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-09T07:59:35.545Z] ---> job-cost.sh [2023-08-09T07:59:35.545Z] lf-activate-venv: SKIPPING [2023-08-09T07:59:35.545Z] DEBUG: total: 0.2199999988079071 [2023-08-09T07:59:35.545Z] INFO: Retrieving Stack Cost... [2023-08-09T07:59:35.545Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-09T07:59:36.114Z] INFO: Archiving Costs [Pipeline] echo [2023-08-09T07:59:36.148Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-09T07:59:36.465Z] ---> logs-deploy.sh [2023-08-09T07:59:36.465Z] lf-activate-venv: SKIPPING [2023-08-09T07:59:36.465Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-584/1 [2023-08-09T07:59:36.465Z] INFO: archiving workspace using pattern(s): [2023-08-09T07:59:37.403Z] Archives upload complete. [2023-08-09T07:59:37.403Z] INFO: archiving logs to Nexus