Pull request #669 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 dovholuknf for edgexfoundry/app-service-configurable Loading trusted files from base branch main at 53688a1f891e61c3e2e535eb2e9ac0a8ccbceae2 rather than be6923d669411e53fcd5c356ddb3511fa1fa58d3 Obtained Jenkinsfile from 53688a1f891e61c3e2e535eb2e9ac0a8ccbceae2 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-ssh11178336669919026792.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh2429735459485415650.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 590556114a56c6d90cc8043840e039c2f74196dc 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-669/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-669/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6916024995086179722.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-669/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7642920347151257966.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh17616987260884955064.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-669/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-669/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15703047764502577422.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 590556114a56c6d90cc8043840e039c2f74196dc 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] ========================================================= [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.21 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-6680 in /w/workspace/_app-service-configurable_PR-669 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-669 # 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/669/head:refs/remotes/origin/PR-669 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 53688a1f891e61c3e2e535eb2e9ac0a8ccbceae2 into PR head commit be6923d669411e53fcd5c356ddb3511fa1fa58d3 Merge succeeded, producing be6923d669411e53fcd5c356ddb3511fa1fa58d3 Checking out Revision be6923d669411e53fcd5c356ddb3511fa1fa58d3 (PR-669) > git config core.sparsecheckout # timeout=10 > git checkout -f be6923d669411e53fcd5c356ddb3511fa1fa58d3 # 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 53688a1f891e61c3e2e535eb2e9ac0a8ccbceae2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be6923d669411e53fcd5c356ddb3511fa1fa58d3 # timeout=10 Commit message: "feat: update deps" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-29T15:36:17.478Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-29T15:36:17.702Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-29T15:36:17.828Z] ========================================================= [2024-07-29T15:36:17.829Z] EdgeX Global Pipelines Version Info [2024-07-29T15:36:17.829Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:36:18.591Z] ------------------- [2024-07-29T15:36:18.592Z] stable info: [2024-07-29T15:36:18.592Z] ------------------- [2024-07-29T15:36:18.592Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-29T15:36:18.592Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-29T15:36:18.592Z] Message: update stable to v1.0.260 [2024-07-29T15:36:19.165Z] ------------------- [2024-07-29T15:36:19.165Z] experimental info: [2024-07-29T15:36:19.165Z] ------------------- [2024-07-29T15:36:19.165Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-29T15:36:19.165Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-29T15:36:19.165Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-29T15:36:19.407Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2024-07-29T15:36:19.470Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2024-07-29T15:36:19.533Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-29T15:36:19.595Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-29T15:36:19.659Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-29T15:36:19.719Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-29T15:36:19.781Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-29T15:36:19.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-07-29T15:36:19.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-29T15:36:19.969Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-29T15:36:20.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-29T15:36:20.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2024-07-29T15:36:20.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-29T15:36:20.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-29T15:36:20.272Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-29T15:36:20.333Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-29T15:36:20.390Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-29T15:36:20.445Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-29T15:36:20.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-29T15:36:20.562Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-29T15:36:20.619Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-07-29T15:36:20.673Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-07-29T15:36:20.729Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-29T15:36:20.784Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-29T15:36:20.844Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-29T15:36:20.900Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-29T15:36:20.959Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-29T15:36:21.017Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-669 [Pipeline] echo [2024-07-29T15:36:21.083Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-669 [Pipeline] echo [2024-07-29T15:36:21.143Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-669 [Pipeline] echo [2024-07-29T15:36:21.198Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be6923d669411e53fcd5c356ddb3511fa1fa58d3 [Pipeline] echo [2024-07-29T15:36:21.252Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be6923d [Pipeline] echo [2024-07-29T15:36:21.311Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-29T15:36:21.476Z] provisioning config files... [2024-07-29T15:36:21.491Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-669@tmp/config2583758457786897700tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:36:21.907Z] ---> ****-login.sh [2024-07-29T15:36:21.907Z] nexus3.edgexfoundry.org:10001 [2024-07-29T15:36:21.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:36:22.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:36:22.169Z] Configure a credential helper to remove this warning. See [2024-07-29T15:36:22.169Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:36:22.169Z] [2024-07-29T15:36:22.169Z] Login Succeeded [2024-07-29T15:36:22.169Z] nexus3.edgexfoundry.org:10002 [2024-07-29T15:36:22.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:36:22.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:36:22.428Z] Configure a credential helper to remove this warning. See [2024-07-29T15:36:22.428Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:36:22.428Z] [2024-07-29T15:36:22.428Z] Login Succeeded [2024-07-29T15:36:22.428Z] nexus3.edgexfoundry.org:10003 [2024-07-29T15:36:22.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:36:22.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:36:22.429Z] Configure a credential helper to remove this warning. See [2024-07-29T15:36:22.429Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:36:22.429Z] [2024-07-29T15:36:22.429Z] Login Succeeded [2024-07-29T15:36:22.429Z] nexus3.edgexfoundry.org:10004 [2024-07-29T15:36:22.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:36:22.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:36:22.688Z] Configure a credential helper to remove this warning. See [2024-07-29T15:36:22.688Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:36:22.688Z] [2024-07-29T15:36:22.688Z] Login Succeeded [2024-07-29T15:36:22.688Z] ****.io [2024-07-29T15:36:22.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:36:22.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:36:22.948Z] Configure a credential helper to remove this warning. See [2024-07-29T15:36:22.948Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:36:22.948Z] [2024-07-29T15:36:22.948Z] Login Succeeded [2024-07-29T15:36:22.948Z] ---> ****-login.sh ends [Pipeline] } [2024-07-29T15:36:22.987Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-29T15:36:23.726Z] + git rev-list -1 --merges be6923d669411e53fcd5c356ddb3511fa1fa58d3~1..be6923d669411e53fcd5c356ddb3511fa1fa58d3 [Pipeline] echo [2024-07-29T15:36:23.775Z] -----------> git rev-list -1 --merges be6923d669411e53fcd5c356ddb3511fa1fa58d3~1..be6923d669411e53fcd5c356ddb3511fa1fa58d3 be6923d669411e53fcd5c356ddb3511fa1fa58d3 [false] [Pipeline] sh [2024-07-29T15:36:24.099Z] + git log --format=format:%s -1 be6923d669411e53fcd5c356ddb3511fa1fa58d3 [Pipeline] echo [2024-07-29T15:36:24.138Z] ========================================================= [2024-07-29T15:36:24.138Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-29T15:36:24.138Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-29T15:36:24.625Z] + git log --format=format:%s -1 be6923d669411e53fcd5c356ddb3511fa1fa58d3 [Pipeline] echo [2024-07-29T15:36:24.667Z] [semverPrep] GIT_COMMIT: be6923d669411e53fcd5c356ddb3511fa1fa58d3, Commit Message: feat: update deps [Pipeline] echo [2024-07-29T15:36:24.711Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-29T15:36:25.137Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-29T15:36:25.137Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-29T15:36:25.137Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-29T15:36:25.137Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-29T15:36:25.137Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-29T15:36:25.137Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-29T15:36:25.137Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:36:25.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-29T15:36:25.674Z] [2024-07-29T15:36:25.674Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:36:26.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-29T15:36:26.084Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-29T15:36:26.084Z] b85a868b505f: Pulling fs layer [2024-07-29T15:36:26.084Z] e2be974225ed: Pulling fs layer [2024-07-29T15:36:26.084Z] 339a4e72a1f5: Pulling fs layer [2024-07-29T15:36:26.084Z] 988bab9f4d93: Pulling fs layer [2024-07-29T15:36:26.084Z] 1469e6f7b9e6: Pulling fs layer [2024-07-29T15:36:26.084Z] eaf3925da568: Pulling fs layer [2024-07-29T15:36:26.084Z] bab4dde63d76: Pulling fs layer [2024-07-29T15:36:26.084Z] bde34c3a00c8: Pulling fs layer [2024-07-29T15:36:26.084Z] b352a97aabf1: Pulling fs layer [2024-07-29T15:36:26.084Z] 4872d77fe225: Pulling fs layer [2024-07-29T15:36:26.084Z] 5851b861e8e6: Pulling fs layer [2024-07-29T15:36:26.084Z] 988bab9f4d93: Waiting [2024-07-29T15:36:26.084Z] 1469e6f7b9e6: Waiting [2024-07-29T15:36:26.084Z] eaf3925da568: Waiting [2024-07-29T15:36:26.084Z] bab4dde63d76: Waiting [2024-07-29T15:36:26.084Z] bde34c3a00c8: Waiting [2024-07-29T15:36:26.084Z] b352a97aabf1: Waiting [2024-07-29T15:36:26.084Z] 4872d77fe225: Waiting [2024-07-29T15:36:26.084Z] 5851b861e8e6: Waiting [2024-07-29T15:36:26.084Z] e2be974225ed: Verifying Checksum [2024-07-29T15:36:26.084Z] e2be974225ed: Download complete [2024-07-29T15:36:26.084Z] 988bab9f4d93: Verifying Checksum [2024-07-29T15:36:26.084Z] 988bab9f4d93: Download complete [2024-07-29T15:36:26.343Z] 1469e6f7b9e6: Verifying Checksum [2024-07-29T15:36:26.343Z] 1469e6f7b9e6: Download complete [2024-07-29T15:36:26.343Z] 339a4e72a1f5: Verifying Checksum [2024-07-29T15:36:26.343Z] 339a4e72a1f5: Download complete [2024-07-29T15:36:26.343Z] eaf3925da568: Verifying Checksum [2024-07-29T15:36:26.343Z] eaf3925da568: Download complete [2024-07-29T15:36:26.343Z] bde34c3a00c8: Verifying Checksum [2024-07-29T15:36:26.343Z] bde34c3a00c8: Download complete [2024-07-29T15:36:26.343Z] b352a97aabf1: Verifying Checksum [2024-07-29T15:36:26.343Z] b352a97aabf1: Download complete [2024-07-29T15:36:26.343Z] 4872d77fe225: Download complete [2024-07-29T15:36:26.343Z] 5851b861e8e6: Verifying Checksum [2024-07-29T15:36:26.343Z] 5851b861e8e6: Download complete [2024-07-29T15:36:26.343Z] b85a868b505f: Download complete [2024-07-29T15:36:26.601Z] bab4dde63d76: Verifying Checksum [2024-07-29T15:36:26.602Z] bab4dde63d76: Download complete [2024-07-29T15:36:27.539Z] b85a868b505f: Pull complete [2024-07-29T15:36:27.797Z] e2be974225ed: Pull complete [2024-07-29T15:36:28.056Z] 339a4e72a1f5: Pull complete [2024-07-29T15:36:28.316Z] 988bab9f4d93: Pull complete [2024-07-29T15:36:28.575Z] 1469e6f7b9e6: Pull complete [2024-07-29T15:36:28.575Z] eaf3925da568: Pull complete [2024-07-29T15:36:32.249Z] bab4dde63d76: Pull complete [2024-07-29T15:36:32.249Z] bde34c3a00c8: Pull complete [2024-07-29T15:36:32.249Z] b352a97aabf1: Pull complete [2024-07-29T15:36:32.249Z] 4872d77fe225: Pull complete [2024-07-29T15:36:32.249Z] 5851b861e8e6: Pull complete [2024-07-29T15:36:32.249Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-29T15:36:32.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-29T15:36:32.249Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-29T15:36:32.528Z] prd-ubuntu20.04-docker-8c-8g-6680 does not seem to be running inside a container [2024-07-29T15:36:32.559Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-669 -v /w/workspace/_app-service-configurable_PR-669:/w/workspace/_app-service-configurable_PR-669:rw,z -v /w/workspace/_app-service-configurable_PR-669@tmp:/w/workspace/_app-service-configurable_PR-669@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-29T15:36:35.263Z] $ docker top 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f -eo pid,comm [2024-07-29T15:36:35.308Z] 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). [2024-07-29T15:36:35.308Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-29T15:37:02.384Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-29T15:37:02.384Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-29T15:37:02.500Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-29T15:37:02.501Z] $ docker exec 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f ssh-agent [2024-07-29T15:37:02.600Z] SSH_AUTH_SOCK=/tmp/ssh-cUaNfJ48raoI/agent.31 [2024-07-29T15:37:02.600Z] SSH_AGENT_PID=36 [2024-07-29T15:37:02.606Z] Running ssh-add (command line suppressed) [2024-07-29T15:37:02.703Z] Identity added: /w/workspace/_app-service-configurable_PR-669@tmp/private_key_7829398172849731161.key (/w/workspace/_app-service-configurable_PR-669@tmp/private_key_7829398172849731161.key) [2024-07-29T15:37:02.718Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-29T15:37:03.073Z] + git tag --points-at HEAD [Pipeline] } [2024-07-29T15:37:03.101Z] $ docker exec --env ******** --env ******** 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f ssh-agent -k [2024-07-29T15:37:03.199Z] unset SSH_AUTH_SOCK; [2024-07-29T15:37:03.200Z] unset SSH_AGENT_PID; [2024-07-29T15:37:03.200Z] echo Agent pid 36 killed; [2024-07-29T15:37:03.211Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-29T15:37:03.332Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-29T15:37:03.332Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-29T15:37:03.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-29T15:37:03.443Z] $ docker exec 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f ssh-agent [2024-07-29T15:37:03.557Z] SSH_AUTH_SOCK=/tmp/ssh-5JbP6aYO01Cw/agent.69 [2024-07-29T15:37:03.557Z] SSH_AGENT_PID=75 [2024-07-29T15:37:03.561Z] Running ssh-add (command line suppressed) [2024-07-29T15:37:03.650Z] Identity added: /w/workspace/_app-service-configurable_PR-669@tmp/private_key_3213838644624583089.key (/w/workspace/_app-service-configurable_PR-669@tmp/private_key_3213838644624583089.key) [2024-07-29T15:37:03.663Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-29T15:37:04.004Z] + git semver init [2024-07-29T15:37:04.263Z] 2024-07-29 15:37:04,159 [run_init] DEBUG init version:0.0.0 force:False [2024-07-29T15:37:04.263Z] 2024-07-29 15:37:04,160 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-669/.semver [2024-07-29T15:37:04.263Z] 2024-07-29 15:37:04,160 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-669/.semver [2024-07-29T15:37:04.263Z] 2024-07-29 15:37:04,160 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-669/.semver'], cwd=/w/workspace/_app-service-configurable_PR-669, universal_newlines=False, shell=None, istream=None) [2024-07-29T15:37:05.647Z] 2024-07-29 15:37:05,228 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-669/.git/info/exclude [2024-07-29T15:37:05.647Z] 2024-07-29 15:37:05,229 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-669/.semver/PR-669 with force:False [2024-07-29T15:37:05.647Z] 2024-07-29 15:37:05,229 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-669/.semver/PR-669 [2024-07-29T15:37:05.647Z] 2024-07-29 15:37:05,233 [execute] INFO git cat-file --batch-check [2024-07-29T15:37:05.647Z] 2024-07-29 15:37:05,233 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-669/.semver, universal_newlines=False, shell=None, istream=) [2024-07-29T15:37:05.647Z] 2024-07-29 15:37:05,239 [execute] INFO git cat-file --batch [2024-07-29T15:37:05.647Z] 2024-07-29 15:37:05,239 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-669/.semver, universal_newlines=False, shell=None, istream=) [2024-07-29T15:37:05.647Z] 2024-07-29 15:37:05,244 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-669/.semver/PR-669 [2024-07-29T15:37:05.647Z] 0.0.0 [Pipeline] } [2024-07-29T15:37:05.675Z] $ docker exec --env ******** --env ******** 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f ssh-agent -k [2024-07-29T15:37:05.769Z] unset SSH_AUTH_SOCK; [2024-07-29T15:37:05.769Z] unset SSH_AGENT_PID; [2024-07-29T15:37:05.770Z] echo Agent pid 75 killed; [2024-07-29T15:37:05.779Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-29T15:37:06.236Z] + git semver [Pipeline] } [2024-07-29T15:37:06.517Z] $ docker stop --time=1 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f [2024-07-29T15:37:07.785Z] $ docker rm -f --volumes 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-29T15:37:08.214Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-29T15:37:08.522Z] Stashed 1 file(s) [Pipeline] echo [2024-07-29T15:37:08.546Z] [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 [2024-07-29T15:37:09.323Z] provisioning config files... [2024-07-29T15:37:09.334Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-669@tmp/config6482630402532110570tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:37:09.705Z] ---> ****-login.sh [2024-07-29T15:37:09.705Z] nexus3.edgexfoundry.org:10001 [2024-07-29T15:37:09.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:37:09.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:37:09.705Z] Configure a credential helper to remove this warning. See [2024-07-29T15:37:09.705Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:37:09.705Z] [2024-07-29T15:37:09.705Z] Login Succeeded [2024-07-29T15:37:09.705Z] nexus3.edgexfoundry.org:10002 [2024-07-29T15:37:09.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:37:09.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:37:09.705Z] Configure a credential helper to remove this warning. See [2024-07-29T15:37:09.706Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:37:09.706Z] [2024-07-29T15:37:09.706Z] Login Succeeded [2024-07-29T15:37:09.706Z] nexus3.edgexfoundry.org:10003 [2024-07-29T15:37:09.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:37:09.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:37:09.965Z] Configure a credential helper to remove this warning. See [2024-07-29T15:37:09.965Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:37:09.965Z] [2024-07-29T15:37:09.965Z] Login Succeeded [2024-07-29T15:37:09.965Z] nexus3.edgexfoundry.org:10004 [2024-07-29T15:37:09.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:37:09.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:37:09.966Z] Configure a credential helper to remove this warning. See [2024-07-29T15:37:09.966Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:37:09.966Z] [2024-07-29T15:37:09.966Z] Login Succeeded [2024-07-29T15:37:09.966Z] ****.io [2024-07-29T15:37:09.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:37:10.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:37:10.228Z] Configure a credential helper to remove this warning. See [2024-07-29T15:37:10.228Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:37:10.228Z] [2024-07-29T15:37:10.228Z] Login Succeeded [2024-07-29T15:37:10.228Z] ---> ****-login.sh ends [Pipeline] } [2024-07-29T15:37:10.263Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-29T15:37:10.518Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-29T15:37:10.571Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-29T15:37:10.628Z] ========================================================= [2024-07-29T15:37:10.628Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-29T15:37:10.628Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:37:11.184Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-29T15:37:11.184Z] Sending build context to Docker daemon 9.142MB [2024-07-29T15:37:11.184Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-29T15:37:11.184Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-29T15:37:11.184Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-29T15:37:11.184Z] 619be1103602: Pulling fs layer [2024-07-29T15:37:11.184Z] 7862e08f4a3e: Pulling fs layer [2024-07-29T15:37:11.184Z] 5df492c9dc93: Pulling fs layer [2024-07-29T15:37:11.184Z] 7629e6793208: Pulling fs layer [2024-07-29T15:37:11.184Z] 4f4fb700ef54: Pulling fs layer [2024-07-29T15:37:11.184Z] fb5054dd5b73: Pulling fs layer [2024-07-29T15:37:11.184Z] eeca6798cff9: Pulling fs layer [2024-07-29T15:37:11.184Z] aa269ceb94a6: Pulling fs layer [2024-07-29T15:37:11.184Z] ada007ff1a6a: Pulling fs layer [2024-07-29T15:37:11.184Z] 4f4fb700ef54: Waiting [2024-07-29T15:37:11.184Z] 7629e6793208: Waiting [2024-07-29T15:37:11.184Z] fb5054dd5b73: Waiting [2024-07-29T15:37:11.185Z] eeca6798cff9: Waiting [2024-07-29T15:37:11.185Z] ada007ff1a6a: Waiting [2024-07-29T15:37:11.185Z] aa269ceb94a6: Waiting [2024-07-29T15:37:11.185Z] 7862e08f4a3e: Download complete [2024-07-29T15:37:11.185Z] 7629e6793208: Download complete [2024-07-29T15:37:11.185Z] 4f4fb700ef54: Download complete [2024-07-29T15:37:11.185Z] fb5054dd5b73: Download complete [2024-07-29T15:37:11.444Z] 619be1103602: Verifying Checksum [2024-07-29T15:37:11.444Z] 619be1103602: Download complete [2024-07-29T15:37:11.444Z] eeca6798cff9: Verifying Checksum [2024-07-29T15:37:11.444Z] eeca6798cff9: Download complete [2024-07-29T15:37:11.444Z] 619be1103602: Pull complete [2024-07-29T15:37:11.444Z] ada007ff1a6a: Verifying Checksum [2024-07-29T15:37:11.444Z] ada007ff1a6a: Download complete [2024-07-29T15:37:11.703Z] 7862e08f4a3e: Pull complete [2024-07-29T15:37:11.703Z] 5df492c9dc93: Verifying Checksum [2024-07-29T15:37:11.703Z] 5df492c9dc93: Download complete [2024-07-29T15:37:12.270Z] aa269ceb94a6: Verifying Checksum [2024-07-29T15:37:12.270Z] aa269ceb94a6: Download complete [2024-07-29T15:37:15.560Z] 5df492c9dc93: Pull complete [2024-07-29T15:37:15.560Z] 7629e6793208: Pull complete [2024-07-29T15:37:15.560Z] 4f4fb700ef54: Pull complete [2024-07-29T15:37:15.560Z] fb5054dd5b73: Pull complete [2024-07-29T15:37:15.560Z] eeca6798cff9: Pull complete [2024-07-29T15:37:18.095Z] aa269ceb94a6: Pull complete [2024-07-29T15:37:18.356Z] ada007ff1a6a: Pull complete [2024-07-29T15:37:18.356Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-29T15:37:18.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-29T15:37:18.356Z] ---> f489d0715acc [2024-07-29T15:37:18.356Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-07-29T15:37:22.584Z] ---> Running in b9ee0baac838 [2024-07-29T15:37:22.584Z] Removing intermediate container b9ee0baac838 [2024-07-29T15:37:22.584Z] ---> 0f56fd47995a [2024-07-29T15:37:22.584Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-29T15:37:22.584Z] ---> Running in 306c4ebb892d [2024-07-29T15:37:22.584Z] Removing intermediate container 306c4ebb892d [2024-07-29T15:37:22.584Z] ---> 4b9ce481ce73 [2024-07-29T15:37:22.584Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-07-29T15:37:22.584Z] ---> Running in 653933d8f8d4 [2024-07-29T15:37:22.584Z] Removing intermediate container 653933d8f8d4 [2024-07-29T15:37:22.584Z] ---> dfdcacba5611 [2024-07-29T15:37:22.584Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-29T15:37:22.584Z] ---> Running in 649c92456691 [2024-07-29T15:37:22.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-29T15:37:23.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-29T15:37:23.373Z] OK: 264 MiB in 52 packages [2024-07-29T15:37:23.635Z] Removing intermediate container 649c92456691 [2024-07-29T15:37:23.636Z] ---> 295997161cd1 [2024-07-29T15:37:23.636Z] Step 7/12 : WORKDIR /app [2024-07-29T15:37:23.636Z] ---> Running in 17ee1a78d748 [2024-07-29T15:37:23.636Z] Removing intermediate container 17ee1a78d748 [2024-07-29T15:37:23.636Z] ---> 31b9078d98a5 [2024-07-29T15:37:23.636Z] Step 8/12 : COPY go.mod vendor* ./ [2024-07-29T15:37:23.895Z] ---> adf2c076a7d8 [2024-07-29T15:37:23.895Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-29T15:37:23.895Z] ---> Running in ee35bf49c5a0 [2024-07-29T15:37:24.087Z] Still waiting to schedule task [2024-07-29T15:37:24.088Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-29T15:38:20.182Z] Removing intermediate container ee35bf49c5a0 [2024-07-29T15:38:20.182Z] ---> 25341ac87da1 [2024-07-29T15:38:20.182Z] Step 10/12 : COPY . . [2024-07-29T15:38:20.182Z] ---> 0dadbd078f2c [2024-07-29T15:38:20.182Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-29T15:38:20.182Z] ---> Running in fdfccb9aec35 [2024-07-29T15:38:20.182Z] Removing intermediate container fdfccb9aec35 [2024-07-29T15:38:20.182Z] ---> bc6e43fb675e [2024-07-29T15:38:20.182Z] Step 12/12 : RUN $MAKE [2024-07-29T15:38:20.182Z] ---> Running in 889dcd7dfd16 [2024-07-29T15:38:20.182Z] noop [2024-07-29T15:38:20.182Z] Removing intermediate container 889dcd7dfd16 [2024-07-29T15:38:20.182Z] ---> 36c89491d9ac [2024-07-29T15:38:20.182Z] Successfully built 36c89491d9ac [2024-07-29T15:38:20.182Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:38:20.705Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-29T15:38:20.705Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-29T15:38:20.880Z] prd-ubuntu20.04-docker-8c-8g-6680 does not seem to be running inside a container [2024-07-29T15:38:20.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-669 -v /w/workspace/_app-service-configurable_PR-669:/w/workspace/_app-service-configurable_PR-669:rw,z -v /w/workspace/_app-service-configurable_PR-669@tmp:/w/workspace/_app-service-configurable_PR-669@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 ******** ci-base-image-x86_64 cat [2024-07-29T15:38:21.225Z] $ docker top c56c3639f2e4c2d9db08941193f87eacb6e0c090cb819d0561895c8befdca30b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-29T15:38:21.653Z] + go version [2024-07-29T15:38:21.653Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-29T15:38:21.691Z] $ docker stop --time=1 c56c3639f2e4c2d9db08941193f87eacb6e0c090cb819d0561895c8befdca30b [2024-07-29T15:38:22.943Z] $ docker rm -f --volumes c56c3639f2e4c2d9db08941193f87eacb6e0c090cb819d0561895c8befdca30b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:38:23.791Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-29T15:38:23.791Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-29T15:38:23.981Z] prd-ubuntu20.04-docker-8c-8g-6680 does not seem to be running inside a container [2024-07-29T15:38:24.010Z] $ 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-669 -v /w/workspace/_app-service-configurable_PR-669:/w/workspace/_app-service-configurable_PR-669:rw,z -v /w/workspace/_app-service-configurable_PR-669@tmp:/w/workspace/_app-service-configurable_PR-669@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 ******** ci-base-image-x86_64 cat [2024-07-29T15:38:24.321Z] $ docker top 12a6fad39064691539c3cef3589be57234ad875ae4c00fd3e5d4f7a66e63bd40 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-29T15:38:24.742Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-669 [Pipeline] fileExists [Pipeline] sh [2024-07-29T15:38:25.130Z] + make test [2024-07-29T15:38:25.130Z] go test -race -coverprofile=coverage.out ./... [2024-07-29T15:38:25.697Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/environment/variables.go:32:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-configuration/v3/pkg/types (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config); to add: [2024-07-29T15:38:25.697Z] go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config@v3.2.0-dev.49 [2024-07-29T15:38:25.697Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/container/configuration.go:18:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-configuration/v3/configuration (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container); to add: [2024-07-29T15:38:25.697Z] go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container@v3.2.0-dev.49 [2024-07-29T15:38:25.697Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/container/messaging.go:20:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-messaging/v3/messaging (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container); to add: [2024-07-29T15:38:25.697Z] go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container@v3.2.0-dev.49 [2024-07-29T15:38:25.697Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/container/registry.go:20:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-registry/v3/registry (imported by github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces); to add: [2024-07-29T15:38:25.697Z] go get github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces@v3.2.0-dev.45 [2024-07-29T15:38:25.697Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/registration/registry.go:27:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-registry/v3/pkg/types (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers); to add: [2024-07-29T15:38:25.697Z] go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers@v3.2.0-dev.49 [2024-07-29T15:38:25.697Z] /go/pkg/mod/github.com/edgexfoundry/app-functions-sdk-go/v3@v3.2.0-dev.45/pkg/interfaces/backgroundmessage.go:20:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-messaging/v3/pkg/types (imported by github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces); to add: [2024-07-29T15:38:25.697Z] go get github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces@v3.2.0-dev.45 [2024-07-29T15:38:25.697Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/handlers/clients.go:29:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-messaging/v3/clients (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers); to add: [2024-07-29T15:38:25.697Z] go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers@v3.2.0-dev.49 [2024-07-29T15:38:25.697Z] make: *** [makefile:53: unittest] Error 1 [Pipeline] } [2024-07-29T15:38:25.753Z] $ docker stop --time=1 12a6fad39064691539c3cef3589be57234ad875ae4c00fd3e5d4f7a66e63bd40 [2024-07-29T15:38:27.116Z] $ docker rm -f --volumes 12a6fad39064691539c3cef3589be57234ad875ae4c00fd3e5d4f7a66e63bd40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:38:28.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-29T15:38:28.568Z] [2024-07-29T15:38:28.568Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:38:28.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-29T15:38:28.984Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-29T15:38:28.984Z] 5eb5b503b376: Pulling fs layer [2024-07-29T15:38:28.984Z] 5c69ac0246d0: Pulling fs layer [2024-07-29T15:38:28.984Z] ec43610c2a17: Pulling fs layer [2024-07-29T15:38:28.984Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-29T15:38:28.984Z] 33b1e0a273af: Pulling fs layer [2024-07-29T15:38:28.984Z] 5d3b04190fa2: Pulling fs layer [2024-07-29T15:38:28.984Z] 2f39f015ded8: Pulling fs layer [2024-07-29T15:38:28.984Z] 3a2ae6a8a46f: Waiting [2024-07-29T15:38:28.984Z] 33b1e0a273af: Waiting [2024-07-29T15:38:28.984Z] 5d3b04190fa2: Waiting [2024-07-29T15:38:28.984Z] 2f39f015ded8: Waiting [2024-07-29T15:38:28.985Z] 5c69ac0246d0: Download complete [2024-07-29T15:38:28.985Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-29T15:38:28.985Z] 3a2ae6a8a46f: Download complete [2024-07-29T15:38:28.985Z] 33b1e0a273af: Verifying Checksum [2024-07-29T15:38:28.985Z] 33b1e0a273af: Download complete [2024-07-29T15:38:28.985Z] 5d3b04190fa2: Verifying Checksum [2024-07-29T15:38:28.985Z] 5d3b04190fa2: Download complete [2024-07-29T15:38:28.985Z] ec43610c2a17: Verifying Checksum [2024-07-29T15:38:28.985Z] ec43610c2a17: Download complete [2024-07-29T15:38:29.245Z] 5eb5b503b376: Verifying Checksum [2024-07-29T15:38:29.245Z] 5eb5b503b376: Download complete [2024-07-29T15:38:29.810Z] 2f39f015ded8: Download complete [2024-07-29T15:38:30.380Z] 5eb5b503b376: Pull complete [2024-07-29T15:38:30.380Z] 5c69ac0246d0: Pull complete [2024-07-29T15:38:30.949Z] ec43610c2a17: Pull complete [2024-07-29T15:38:30.949Z] 3a2ae6a8a46f: Pull complete [2024-07-29T15:38:30.949Z] 33b1e0a273af: Pull complete [2024-07-29T15:38:31.208Z] 5d3b04190fa2: Pull complete [2024-07-29T15:38:35.439Z] 2f39f015ded8: Pull complete [2024-07-29T15:38:35.439Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-29T15:38:35.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-29T15:38:35.439Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-29T15:38:35.728Z] prd-ubuntu20.04-docker-8c-8g-6680 does not seem to be running inside a container [2024-07-29T15:38:35.756Z] $ 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-669 -v /w/workspace/_app-service-configurable_PR-669:/w/workspace/_app-service-configurable_PR-669:rw,z -v /w/workspace/_app-service-configurable_PR-669@tmp:/w/workspace/_app-service-configurable_PR-669@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-29T15:38:39.537Z] $ docker top 080580b8eee561e76c5918e8a8fe0b7598c9ad17b46ad74690425462e95223ba -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:38:40.045Z] ---> job-cost.sh [2024-07-29T15:38:40.045Z] lf-activate-venv: SKIPPING [2024-07-29T15:38:40.045Z] INFO: No Stack... [2024-07-29T15:38:40.310Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-29T15:38:40.569Z] INFO: Archiving Costs [Pipeline] sh [2024-07-29T15:38:40.892Z] + cat /w/workspace/_app-service-configurable_PR-669/archives/cost.csv [2024-07-29T15:38:40.892Z] + cut -d, -f6 [Pipeline] lock [2024-07-29T15:38:40.948Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] [2024-07-29T15:38:40.957Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] did not exist. Created. [2024-07-29T15:38:40.964Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-29T15:38:41.374Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-29T15:38:41.444Z] Stashed 1 file(s) [Pipeline] } [2024-07-29T15:38:41.478Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-29T15:38:41.573Z] $ docker stop --time=1 080580b8eee561e76c5918e8a8fe0b7598c9ad17b46ad74690425462e95223ba [2024-07-29T15:38:42.712Z] $ docker rm -f --volumes 080580b8eee561e76c5918e8a8fe0b7598c9ad17b46ad74690425462e95223ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-29T15:38:43.161Z] Failed in branch amd64 [2024-07-29T15:39:04.682Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6681 in /w/workspace/_app-service-configurable_PR-669 [Pipeline] { [Pipeline] ws [2024-07-29T15:39:04.762Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2024-07-29T15:39:04.875Z] The recommended git tool is: git [2024-07-29T15:39:12.879Z] using credential edgex-jenkins-ssh [2024-07-29T15:39:12.906Z] Cloning the remote Git repository [2024-07-29T15:39:12.968Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2024-07-29T15:39:13.222Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2024-07-29T15:39:13.469Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2024-07-29T15:39:13.470Z] > git --version # timeout=10 [2024-07-29T15:39:13.503Z] > git --version # 'git version 2.25.1' [2024-07-29T15:39:13.510Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-29T15:39:13.694Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-29T15:39:15.837Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2024-07-29T15:39:15.863Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-29T15:39:17.713Z] Merging remotes/origin/main commit 53688a1f891e61c3e2e535eb2e9ac0a8ccbceae2 into PR head commit be6923d669411e53fcd5c356ddb3511fa1fa58d3 [2024-07-29T15:39:18.070Z] Merge succeeded, producing be6923d669411e53fcd5c356ddb3511fa1fa58d3 [2024-07-29T15:39:18.070Z] Checking out Revision be6923d669411e53fcd5c356ddb3511fa1fa58d3 (PR-669) [2024-07-29T15:39:16.975Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2024-07-29T15:39:17.066Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2024-07-29T15:39:17.067Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-29T15:39:17.101Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/669/head:refs/remotes/origin/PR-669 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-07-29T15:39:17.726Z] > git config core.sparsecheckout # timeout=10 [2024-07-29T15:39:17.824Z] > git checkout -f be6923d669411e53fcd5c356ddb3511fa1fa58d3 # timeout=10 [2024-07-29T15:39:17.925Z] > git remote # timeout=10 [2024-07-29T15:39:17.960Z] > git config --get remote.origin.url # timeout=10 [2024-07-29T15:39:17.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-29T15:39:18.010Z] > git merge 53688a1f891e61c3e2e535eb2e9ac0a8ccbceae2 # timeout=10 [2024-07-29T15:39:18.040Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-07-29T15:39:18.075Z] > git config core.sparsecheckout # timeout=10 [2024-07-29T15:39:18.105Z] > git checkout -f be6923d669411e53fcd5c356ddb3511fa1fa58d3 # timeout=10 [2024-07-29T15:39:21.737Z] Commit message: "feat: update deps" [2024-07-29T15:39:21.787Z] > git --version # timeout=10 [2024-07-29T15:39:21.799Z] > git --version # 'git version 2.25.1' [2024-07-29T15:39:21.816Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-29T15:39:23.736Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-29T15:39:23.736Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-29T15:39:23.736Z] Dload Upload Total Spent Left Speed [2024-07-29T15:39:23.736Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2024-07-29T15:39:24.084Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-29T15:39:24.448Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-29T15:39:24.448Z] + sudo tee /etc/docker/daemon.new [2024-07-29T15:39:24.448Z] { [2024-07-29T15:39:24.448Z] "registry-mirrors": [ [2024-07-29T15:39:24.448Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-29T15:39:24.448Z] ], [2024-07-29T15:39:24.448Z] "bip": "10.250.0.254/24", [2024-07-29T15:39:24.448Z] "hosts": [ [2024-07-29T15:39:24.448Z] "tcp://0.0.0.0:5555", [2024-07-29T15:39:24.448Z] "unix:///var/run/docker.sock" [2024-07-29T15:39:24.448Z] ], [2024-07-29T15:39:24.448Z] "mtu": 1458, [2024-07-29T15:39:24.448Z] "selinux-enabled": true, [2024-07-29T15:39:24.448Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-29T15:39:24.448Z] } [Pipeline] sh [2024-07-29T15:39:24.804Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-29T15:39:25.171Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-29T15:39:43.546Z] provisioning config files... [2024-07-29T15:39:43.575Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config3165298281946732775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:39:44.087Z] ---> ****-login.sh [2024-07-29T15:39:44.087Z] nexus3.edgexfoundry.org:10001 [2024-07-29T15:39:44.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:39:44.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:39:44.633Z] Configure a credential helper to remove this warning. See [2024-07-29T15:39:44.633Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:39:44.633Z] [2024-07-29T15:39:44.633Z] Login Succeeded [2024-07-29T15:39:44.633Z] nexus3.edgexfoundry.org:10002 [2024-07-29T15:39:44.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:39:45.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:39:45.169Z] Configure a credential helper to remove this warning. See [2024-07-29T15:39:45.169Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:39:45.169Z] [2024-07-29T15:39:45.169Z] Login Succeeded [2024-07-29T15:39:45.169Z] nexus3.edgexfoundry.org:10003 [2024-07-29T15:39:45.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:39:45.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:39:45.442Z] Configure a credential helper to remove this warning. See [2024-07-29T15:39:45.442Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:39:45.442Z] [2024-07-29T15:39:45.442Z] Login Succeeded [2024-07-29T15:39:45.442Z] nexus3.edgexfoundry.org:10004 [2024-07-29T15:39:45.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:39:45.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:39:45.712Z] Configure a credential helper to remove this warning. See [2024-07-29T15:39:45.712Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:39:45.712Z] [2024-07-29T15:39:45.712Z] Login Succeeded [2024-07-29T15:39:45.712Z] ****.io [2024-07-29T15:39:45.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-29T15:39:46.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-29T15:39:46.254Z] Configure a credential helper to remove this warning. See [2024-07-29T15:39:46.254Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-29T15:39:46.254Z] [2024-07-29T15:39:46.254Z] Login Succeeded [2024-07-29T15:39:46.254Z] ---> ****-login.sh ends [Pipeline] } [2024-07-29T15:39:46.289Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-29T15:39:46.762Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-29T15:39:46.811Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-29T15:39:46.862Z] ========================================================= [2024-07-29T15:39:46.862Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-29T15:39:46.862Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:39:47.431Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-29T15:39:47.431Z] Sending build context to Docker daemon 238.6kB [2024-07-29T15:39:47.702Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-29T15:39:47.702Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-29T15:39:47.702Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-29T15:39:47.702Z] c6b39de5b339: Pulling fs layer [2024-07-29T15:39:47.702Z] a69c41024577: Pulling fs layer [2024-07-29T15:39:47.702Z] d6de4b400683: Pulling fs layer [2024-07-29T15:39:47.702Z] 35cb2a7552d0: Pulling fs layer [2024-07-29T15:39:47.702Z] 4f4fb700ef54: Pulling fs layer [2024-07-29T15:39:47.702Z] 464afbd9ba4c: Pulling fs layer [2024-07-29T15:39:47.702Z] 00f215d4a9da: Pulling fs layer [2024-07-29T15:39:47.702Z] d496ad576159: Pulling fs layer [2024-07-29T15:39:47.702Z] 35cb2a7552d0: Waiting [2024-07-29T15:39:47.702Z] 4f4fb700ef54: Waiting [2024-07-29T15:39:47.702Z] 464afbd9ba4c: Waiting [2024-07-29T15:39:47.702Z] 00f215d4a9da: Waiting [2024-07-29T15:39:47.702Z] d496ad576159: Waiting [2024-07-29T15:39:47.979Z] a69c41024577: Verifying Checksum [2024-07-29T15:39:47.979Z] a69c41024577: Download complete [2024-07-29T15:39:47.979Z] 35cb2a7552d0: Verifying Checksum [2024-07-29T15:39:47.979Z] 35cb2a7552d0: Download complete [2024-07-29T15:39:47.979Z] 4f4fb700ef54: Verifying Checksum [2024-07-29T15:39:47.979Z] 4f4fb700ef54: Download complete [2024-07-29T15:39:47.979Z] 464afbd9ba4c: Verifying Checksum [2024-07-29T15:39:47.979Z] 464afbd9ba4c: Download complete [2024-07-29T15:39:47.979Z] c6b39de5b339: Verifying Checksum [2024-07-29T15:39:47.979Z] c6b39de5b339: Download complete [2024-07-29T15:39:48.251Z] d496ad576159: Verifying Checksum [2024-07-29T15:39:48.251Z] d496ad576159: Download complete [2024-07-29T15:39:48.853Z] c6b39de5b339: Pull complete [2024-07-29T15:39:49.449Z] a69c41024577: Pull complete [2024-07-29T15:39:49.719Z] d6de4b400683: Verifying Checksum [2024-07-29T15:39:49.719Z] d6de4b400683: Download complete [2024-07-29T15:39:50.681Z] 00f215d4a9da: Download complete [2024-07-29T15:40:03.106Z] d6de4b400683: Pull complete [2024-07-29T15:40:03.106Z] 35cb2a7552d0: Pull complete [2024-07-29T15:40:03.106Z] 4f4fb700ef54: Pull complete [2024-07-29T15:40:03.106Z] 464afbd9ba4c: Pull complete [2024-07-29T15:40:11.342Z] 00f215d4a9da: Pull complete [2024-07-29T15:40:12.762Z] d496ad576159: Pull complete [2024-07-29T15:40:12.762Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-29T15:40:13.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-29T15:40:13.031Z] ---> f246e2811388 [2024-07-29T15:40:13.031Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-07-29T15:40:14.973Z] ---> Running in e111b617789f [2024-07-29T15:40:14.973Z] Removing intermediate container e111b617789f [2024-07-29T15:40:14.973Z] ---> e72d42f1a47b [2024-07-29T15:40:14.973Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-29T15:40:14.973Z] ---> Running in 0faf0434e472 [2024-07-29T15:40:15.244Z] Removing intermediate container 0faf0434e472 [2024-07-29T15:40:15.244Z] ---> d6de3dda0e13 [2024-07-29T15:40:15.244Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-07-29T15:40:15.244Z] ---> Running in b6960fa44e94 [2024-07-29T15:40:15.522Z] Removing intermediate container b6960fa44e94 [2024-07-29T15:40:15.522Z] ---> d02953910e76 [2024-07-29T15:40:15.522Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-29T15:40:15.522Z] ---> Running in 0d928296b63b [2024-07-29T15:40:16.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-29T15:40:17.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-29T15:40:18.158Z] OK: 266 MiB in 52 packages [2024-07-29T15:40:19.160Z] Removing intermediate container 0d928296b63b [2024-07-29T15:40:19.160Z] ---> c49e1babcf1a [2024-07-29T15:40:19.160Z] Step 7/12 : WORKDIR /app [2024-07-29T15:40:19.160Z] ---> Running in 47ed9de9fa7c [2024-07-29T15:40:19.434Z] Removing intermediate container 47ed9de9fa7c [2024-07-29T15:40:19.434Z] ---> 35ae0adf5fb3 [2024-07-29T15:40:19.434Z] Step 8/12 : COPY go.mod vendor* ./ [2024-07-29T15:40:20.862Z] ---> b32e0e221e5b [2024-07-29T15:40:20.862Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-29T15:40:21.132Z] ---> Running in 6399c29f25f1 [2024-07-29T15:42:12.820Z] Removing intermediate container 6399c29f25f1 [2024-07-29T15:42:12.820Z] ---> 7938ccf317b5 [2024-07-29T15:42:12.820Z] Step 10/12 : COPY . . [2024-07-29T15:42:12.820Z] ---> 83bd78da5d83 [2024-07-29T15:42:12.820Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-29T15:42:12.820Z] ---> Running in aa62dad67bd9 [2024-07-29T15:42:12.820Z] Removing intermediate container aa62dad67bd9 [2024-07-29T15:42:12.820Z] ---> c5ebf720bcb8 [2024-07-29T15:42:12.820Z] Step 12/12 : RUN $MAKE [2024-07-29T15:42:12.820Z] ---> Running in 4fe0fab83a05 [2024-07-29T15:42:12.820Z] noop [2024-07-29T15:42:12.820Z] Removing intermediate container 4fe0fab83a05 [2024-07-29T15:42:12.820Z] ---> 7ec9e0c10bc0 [2024-07-29T15:42:12.820Z] Successfully built 7ec9e0c10bc0 [2024-07-29T15:42:12.820Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:42:13.372Z] + docker inspect -f . ci-base-image-arm64 [2024-07-29T15:42:13.372Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-29T15:42:13.780Z] prd-ubuntu20.04-docker-arm64-4c-16g-6681 does not seem to be running inside a container [2024-07-29T15:42:13.846Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** ci-base-image-arm64 cat [2024-07-29T15:42:15.055Z] $ docker top a78efd8d62d5fff6b49e44b957a1f434140fa368bcfbabb87ac47ae11d8293bb -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-29T15:42:16.026Z] + go version [2024-07-29T15:42:16.026Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-29T15:42:16.060Z] $ docker stop --time=1 a78efd8d62d5fff6b49e44b957a1f434140fa368bcfbabb87ac47ae11d8293bb [2024-07-29T15:42:17.908Z] $ docker rm -f --volumes a78efd8d62d5fff6b49e44b957a1f434140fa368bcfbabb87ac47ae11d8293bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:42:18.882Z] + docker inspect -f . ci-base-image-arm64 [2024-07-29T15:42:18.882Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-29T15:42:19.166Z] prd-ubuntu20.04-docker-arm64-4c-16g-6681 does not seem to be running inside a container [2024-07-29T15:42:19.219Z] $ 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/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** ci-base-image-arm64 cat [2024-07-29T15:42:20.417Z] $ docker top 16d2cab113add071963f6b8bb253c62d6ae71f584a1585b33cc4334a53316566 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-29T15:42:21.307Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2024-07-29T15:42:22.056Z] + make test [2024-07-29T15:42:22.056Z] go test -race -coverprofile=coverage.out ./... [2024-07-29T15:42:27.414Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/environment/variables.go:32:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-configuration/v3/pkg/types (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config); to add: [2024-07-29T15:42:27.414Z] go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config@v3.2.0-dev.49 [2024-07-29T15:42:27.414Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/container/configuration.go:18:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-configuration/v3/configuration (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container); to add: [2024-07-29T15:42:27.414Z] go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container@v3.2.0-dev.49 [2024-07-29T15:42:27.414Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/container/messaging.go:20:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-messaging/v3/messaging (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container); to add: [2024-07-29T15:42:27.414Z] go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container@v3.2.0-dev.49 [2024-07-29T15:42:27.414Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/container/registry.go:20:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-registry/v3/registry (imported by github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces); to add: [2024-07-29T15:42:27.414Z] go get github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces@v3.2.0-dev.45 [2024-07-29T15:42:27.414Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/registration/registry.go:27:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-registry/v3/pkg/types (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers); to add: [2024-07-29T15:42:27.414Z] go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers@v3.2.0-dev.49 [2024-07-29T15:42:27.414Z] /go/pkg/mod/github.com/edgexfoundry/app-functions-sdk-go/v3@v3.2.0-dev.45/pkg/interfaces/backgroundmessage.go:20:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-messaging/v3/pkg/types (imported by github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces); to add: [2024-07-29T15:42:27.414Z] go get github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces@v3.2.0-dev.45 [2024-07-29T15:42:27.414Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/handlers/clients.go:29:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-messaging/v3/clients (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers); to add: [2024-07-29T15:42:27.415Z] go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers@v3.2.0-dev.49 [2024-07-29T15:42:27.415Z] make: *** [makefile:53: unittest] Error 1 [Pipeline] } [2024-07-29T15:42:27.477Z] $ docker stop --time=1 16d2cab113add071963f6b8bb253c62d6ae71f584a1585b33cc4334a53316566 [2024-07-29T15:42:29.256Z] $ docker rm -f --volumes 16d2cab113add071963f6b8bb253c62d6ae71f584a1585b33cc4334a53316566 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:42:30.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-29T15:42:30.685Z] [2024-07-29T15:42:30.685Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:42:31.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-29T15:42:31.368Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-29T15:42:31.368Z] 8998bd30e6a1: Pulling fs layer [2024-07-29T15:42:31.368Z] 04944245beec: Pulling fs layer [2024-07-29T15:42:31.368Z] 699f458cf7ca: Pulling fs layer [2024-07-29T15:42:31.368Z] 765212b225bb: Pulling fs layer [2024-07-29T15:42:31.368Z] f23df028b6ca: Pulling fs layer [2024-07-29T15:42:31.368Z] d65c8cfc05b1: Pulling fs layer [2024-07-29T15:42:31.368Z] 2437ff75d9bd: Pulling fs layer [2024-07-29T15:42:31.368Z] d65c8cfc05b1: Waiting [2024-07-29T15:42:31.368Z] 765212b225bb: Waiting [2024-07-29T15:42:31.368Z] f23df028b6ca: Waiting [2024-07-29T15:42:31.368Z] 2437ff75d9bd: Waiting [2024-07-29T15:42:31.368Z] 04944245beec: Verifying Checksum [2024-07-29T15:42:31.368Z] 04944245beec: Download complete [2024-07-29T15:42:31.368Z] 765212b225bb: Verifying Checksum [2024-07-29T15:42:31.368Z] 765212b225bb: Download complete [2024-07-29T15:42:31.368Z] f23df028b6ca: Verifying Checksum [2024-07-29T15:42:31.368Z] f23df028b6ca: Download complete [2024-07-29T15:42:31.368Z] d65c8cfc05b1: Verifying Checksum [2024-07-29T15:42:31.368Z] d65c8cfc05b1: Download complete [2024-07-29T15:42:31.634Z] 699f458cf7ca: Verifying Checksum [2024-07-29T15:42:31.634Z] 699f458cf7ca: Download complete [2024-07-29T15:42:31.902Z] 8998bd30e6a1: Verifying Checksum [2024-07-29T15:42:31.902Z] 8998bd30e6a1: Download complete [2024-07-29T15:42:34.484Z] 2437ff75d9bd: Verifying Checksum [2024-07-29T15:42:34.484Z] 2437ff75d9bd: Download complete [2024-07-29T15:42:36.435Z] 8998bd30e6a1: Pull complete [2024-07-29T15:42:36.704Z] 04944245beec: Pull complete [2024-07-29T15:42:38.120Z] 699f458cf7ca: Pull complete [2024-07-29T15:42:38.389Z] 765212b225bb: Pull complete [2024-07-29T15:42:39.349Z] f23df028b6ca: Pull complete [2024-07-29T15:42:39.349Z] d65c8cfc05b1: Pull complete [2024-07-29T15:42:57.557Z] 2437ff75d9bd: Pull complete [2024-07-29T15:42:57.557Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-29T15:42:57.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-29T15:42:57.557Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-29T15:42:57.914Z] prd-ubuntu20.04-docker-arm64-4c-16g-6681 does not seem to be running inside a container [2024-07-29T15:42:57.969Z] $ 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/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-07-29T15:43:00.529Z] $ docker top b7c7f0198c7fa5fbd1e0633b0fdb0326176a4f573739e7c8b0c08998d1e6ec6b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:43:01.453Z] ---> job-cost.sh [2024-07-29T15:43:01.453Z] lf-activate-venv: SKIPPING [2024-07-29T15:43:01.453Z] INFO: No Stack... [2024-07-29T15:43:01.720Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-29T15:43:02.674Z] INFO: Archiving Costs [Pipeline] sh [2024-07-29T15:43:03.022Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2024-07-29T15:43:03.023Z] + cut -d, -f6 [Pipeline] lock [2024-07-29T15:43:03.367Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] [2024-07-29T15:43:03.377Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] did not exist. Created. [2024-07-29T15:43:03.391Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-29T15:43:03.859Z] /w/workspace/app-service-configurable/1@tmp/durable-7e0d9361/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-29T15:43:04.199Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-29T15:43:04.244Z] Warning: overwriting stash ‘stack-cost’ [2024-07-29T15:43:04.620Z] Stashed 1 file(s) [Pipeline] } [2024-07-29T15:43:04.649Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-29T15:43:04.747Z] $ docker stop --time=1 b7c7f0198c7fa5fbd1e0633b0fdb0326176a4f573739e7c8b0c08998d1e6ec6b [2024-07-29T15:43:06.211Z] $ docker rm -f --volumes b7c7f0198c7fa5fbd1e0633b0fdb0326176a4f573739e7c8b0c08998d1e6ec6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-29T15:43:07.090Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-07-29T15:43:09.788Z] + [ -d /w/workspace/_app-service-configurable_PR-669/archives ] [2024-07-29T15:43:09.788Z] + ls -al /w/workspace/_app-service-configurable_PR-669/archives [2024-07-29T15:43:09.788Z] total 16 [2024-07-29T15:43:09.788Z] drwxr-xr-x 3 root root 4096 Jul 29 15:38 . [2024-07-29T15:43:09.788Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 29 15:38 .. [2024-07-29T15:43:09.788Z] drwxr-xr-x 2 root root 4096 Jul 29 15:38 cost [2024-07-29T15:43:09.788Z] -rw-r--r-- 1 root root 96 Jul 29 15:38 cost.csv [2024-07-29T15:43:09.788Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-669/archives [2024-07-29T15:43:09.788Z] + ls -al /w/workspace/_app-service-configurable_PR-669/archives [2024-07-29T15:43:09.788Z] total 16 [2024-07-29T15:43:09.788Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 29 15:38 . [2024-07-29T15:43:09.788Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 29 15:38 .. [2024-07-29T15:43:09.788Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 29 15:38 cost [2024-07-29T15:43:09.788Z] -rw-r--r-- 1 jenkins jenkins 96 Jul 29 15:38 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:43:10.134Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:43:11.051Z] ---> package-listing.sh [2024-07-29T15:43:11.051Z] ++ facter osfamily [2024-07-29T15:43:11.051Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-29T15:43:11.310Z] + OS_FAMILY=debian [2024-07-29T15:43:11.310Z] + workspace=/w/workspace/_app-service-configurable_PR-669 [2024-07-29T15:43:11.310Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-29T15:43:11.310Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-29T15:43:11.310Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-29T15:43:11.310Z] + PACKAGES=/tmp/packages_start.txt [2024-07-29T15:43:11.310Z] + '[' /w/workspace/_app-service-configurable_PR-669 ']' [2024-07-29T15:43:11.310Z] + PACKAGES=/tmp/packages_end.txt [2024-07-29T15:43:11.310Z] + case "${OS_FAMILY}" in [2024-07-29T15:43:11.310Z] + grep '^ii' [2024-07-29T15:43:11.310Z] + dpkg -l [2024-07-29T15:43:11.310Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-29T15:43:11.310Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-29T15:43:11.310Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-29T15:43:11.310Z] + '[' /w/workspace/_app-service-configurable_PR-669 ']' [2024-07-29T15:43:11.310Z] + mkdir -p /w/workspace/_app-service-configurable_PR-669/archives/ [2024-07-29T15:43:11.310Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-669/archives/ [Pipeline] echo [2024-07-29T15:43:11.350Z] 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-669/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-07-29T15:43:11.734Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-29T15:43:12.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-29T15:43:12.391Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-29T15:43:12.570Z] prd-ubuntu20.04-docker-8c-8g-6680 does not seem to be running inside a container [2024-07-29T15:43:12.591Z] $ 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-669/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-669 -v /w/workspace/_app-service-configurable_PR-669:/w/workspace/_app-service-configurable_PR-669:rw,z -v /w/workspace/_app-service-configurable_PR-669@tmp:/w/workspace/_app-service-configurable_PR-669@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-lftools-log-publisher:latest cat [2024-07-29T15:43:12.800Z] $ docker top b814dbbf802b3e6e49de0655793f634111b1e2a939027d924a61f1e2ffd23557 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-29T15:43:13.244Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-29T15:43:13.566Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-29T15:43:13.881Z] + ls /var/log/sa-host [2024-07-29T15:43:13.882Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-29T15:43:14.126Z] provisioning config files... [2024-07-29T15:43:14.135Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-669@tmp/config2602770351964371643tmp [Pipeline] { [Pipeline] echo [2024-07-29T15:43:14.207Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:43:14.538Z] ---> create-netrc.sh [Pipeline] } [2024-07-29T15:43:14.569Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:43:15.002Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-29T15:43:15.038Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:43:15.367Z] ---> sudo-logs.sh [2024-07-29T15:43:15.367Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-29T15:43:15.473Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:43:15.801Z] ---> job-cost.sh [2024-07-29T15:43:15.801Z] lf-activate-venv: SKIPPING [2024-07-29T15:43:15.801Z] DEBUG: total: 0.2199999988079071 [2024-07-29T15:43:15.801Z] INFO: Retrieving Stack Cost... [2024-07-29T15:43:16.060Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-29T15:43:16.318Z] INFO: Archiving Costs [Pipeline] echo [2024-07-29T15:43:16.360Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-29T15:43:16.685Z] ---> logs-deploy.sh [2024-07-29T15:43:16.685Z] lf-activate-venv: SKIPPING [2024-07-29T15:43:16.685Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-669/1 [2024-07-29T15:43:16.685Z] INFO: archiving workspace using pattern(s): [2024-07-29T15:43:17.622Z] Archives upload complete. [2024-07-29T15:43:17.622Z] INFO: archiving logs to Nexus