Pull request #623 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 lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from bf3d3c63f86262a491838983764f3e9b3adf49b9+fa501d0b868425bc78724a428da105794fb8968b (7c3c126ae35f3f29d2ec88895f124b9ddc794327) 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-ssh9568833745497282346.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-ssh3449707383119625922.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-623/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-623/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12652084604555905410.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-623/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1086545080033314534.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6375147a0d0ca7a67a13085e8428bd7204efc6d4 # timeout=10 Commit message: "Merge pull request #446 from ernestojeda/add-go-lts-image" > 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-ssh16478332720609419704.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-623/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-623/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8189201414606985587.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-17493 in /w/workspace/_app-service-configurable_PR-623 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-623 # 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/623/head:refs/remotes/origin/PR-623 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit fa501d0b868425bc78724a428da105794fb8968b into PR head commit bf3d3c63f86262a491838983764f3e9b3adf49b9 Merge succeeded, producing bf3d3c63f86262a491838983764f3e9b3adf49b9 Checking out Revision bf3d3c63f86262a491838983764f3e9b3adf49b9 (PR-623) > git config core.sparsecheckout # timeout=10 > git checkout -f bf3d3c63f86262a491838983764f3e9b3adf49b9 # 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 fa501d0b868425bc78724a428da105794fb8968b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bf3d3c63f86262a491838983764f3e9b3adf49b9 # timeout=10 Commit message: "fix: Address CVE in Alpine base image" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-11-14T17:48:47.735Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-11-14T17:48:47.924Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-14T17:48:48.019Z] ========================================================= [2023-11-14T17:48:48.019Z] EdgeX Global Pipelines Version Info [2023-11-14T17:48:48.019Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-11-14T17:48:48.786Z] ------------------- [2023-11-14T17:48:48.786Z] stable info: [2023-11-14T17:48:48.786Z] ------------------- [2023-11-14T17:48:48.786Z] Commited By: ad_eojeda ad_eojeda@nswe-ubuntu01.amr.corp.intel.com [2023-11-14T17:48:48.786Z] Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [2023-11-14T17:48:48.786Z] Message: update stable to v1.0.257 [2023-11-14T17:48:49.359Z] ------------------- [2023-11-14T17:48:49.359Z] experimental info: [2023-11-14T17:48:49.359Z] ------------------- [2023-11-14T17:48:49.359Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-11-14T17:48:49.359Z] Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [2023-11-14T17:48:49.359Z] Message: update experimental to v1.0.257 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-11-14T17:48:49.658Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-11-14T17:48:49.704Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-11-14T17:48:49.752Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-11-14T17:48:49.796Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-11-14T17:48:49.844Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-11-14T17:48:49.890Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-11-14T17:48:49.934Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-11-14T17:48:49.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-11-14T17:48:50.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-11-14T17:48:50.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-11-14T17:48:50.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-11-14T17:48:50.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-11-14T17:48:50.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-11-14T17:48:50.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-11-14T17:48:50.292Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-11-14T17:48:50.334Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-11-14T17:48:50.382Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-11-14T17:48:50.428Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-11-14T17:48:50.473Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-11-14T17:48:50.518Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-11-14T17:48:50.561Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-11-14T17:48:50.600Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-11-14T17:48:50.638Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-11-14T17:48:50.683Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-11-14T17:48:50.725Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-11-14T17:48:50.764Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-11-14T17:48:50.808Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-11-14T17:48:50.846Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-623 [Pipeline] echo [2023-11-14T17:48:50.892Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-623 [Pipeline] echo [2023-11-14T17:48:50.934Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-623 [Pipeline] echo [2023-11-14T17:48:50.981Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bf3d3c63f86262a491838983764f3e9b3adf49b9 [Pipeline] echo [2023-11-14T17:48:51.024Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bf3d3c6 [Pipeline] echo [2023-11-14T17:48:51.068Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-14T17:48:51.202Z] provisioning config files... [2023-11-14T17:48:51.221Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-623@tmp/config4079316971562932198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-14T17:48:51.574Z] ---> docker-login.sh [2023-11-14T17:48:51.574Z] nexus3.edgexfoundry.org:10001 [2023-11-14T17:48:51.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-14T17:48:52.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-14T17:48:52.484Z] Configure a credential helper to remove this warning. See [2023-11-14T17:48:52.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-14T17:48:52.484Z] [2023-11-14T17:48:52.484Z] Login Succeeded [2023-11-14T17:48:52.484Z] nexus3.edgexfoundry.org:10002 [2023-11-14T17:48:52.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-14T17:48:52.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-14T17:48:52.484Z] Configure a credential helper to remove this warning. See [2023-11-14T17:48:52.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-14T17:48:52.484Z] [2023-11-14T17:48:52.484Z] Login Succeeded [2023-11-14T17:48:52.484Z] nexus3.edgexfoundry.org:10003 [2023-11-14T17:48:54.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-14T17:48:54.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-14T17:48:54.476Z] Configure a credential helper to remove this warning. See [2023-11-14T17:48:54.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-14T17:48:54.476Z] [2023-11-14T17:48:54.476Z] Login Succeeded [2023-11-14T17:48:54.476Z] nexus3.edgexfoundry.org:10004 [2023-11-14T17:48:54.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-14T17:48:54.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-14T17:48:54.476Z] Configure a credential helper to remove this warning. See [2023-11-14T17:48:54.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-14T17:48:54.476Z] [2023-11-14T17:48:54.476Z] Login Succeeded [2023-11-14T17:48:54.476Z] docker.io [2023-11-14T17:48:54.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-14T17:48:54.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-14T17:48:54.737Z] Configure a credential helper to remove this warning. See [2023-11-14T17:48:54.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-14T17:48:54.737Z] [2023-11-14T17:48:54.737Z] Login Succeeded [2023-11-14T17:48:54.737Z] ---> docker-login.sh ends [Pipeline] } [2023-11-14T17:48:54.764Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-11-14T17:48:55.408Z] + git rev-list -1 --merges bf3d3c63f86262a491838983764f3e9b3adf49b9~1..bf3d3c63f86262a491838983764f3e9b3adf49b9 [Pipeline] echo [2023-11-14T17:48:55.477Z] -----------> git rev-list -1 --merges bf3d3c63f86262a491838983764f3e9b3adf49b9~1..bf3d3c63f86262a491838983764f3e9b3adf49b9 bf3d3c63f86262a491838983764f3e9b3adf49b9 [false] [Pipeline] sh [2023-11-14T17:48:55.795Z] + git log --format=format:%s -1 bf3d3c63f86262a491838983764f3e9b3adf49b9 [Pipeline] echo [2023-11-14T17:48:55.830Z] ========================================================= [2023-11-14T17:48:55.830Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-11-14T17:48:55.830Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-14T17:48:56.270Z] + git log --format=format:%s -1 bf3d3c63f86262a491838983764f3e9b3adf49b9 [Pipeline] echo [2023-11-14T17:48:56.302Z] [semverPrep] GIT_COMMIT: bf3d3c63f86262a491838983764f3e9b3adf49b9, Commit Message: fix: Address CVE in Alpine base image [Pipeline] echo [2023-11-14T17:48:56.329Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-11-14T17:48:56.738Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-14T17:48:56.738Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-11-14T17:48:56.738Z] + [ -e /tmp/ssh_known_hosts ] [2023-11-14T17:48:56.738Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-11-14T17:48:56.738Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-11-14T17:48:56.738Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-11-14T17:48:56.738Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-14T17:48:57.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-14T17:48:57.238Z] [2023-11-14T17:48:57.238Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-14T17:48:57.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-14T17:48:57.625Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-11-14T17:48:57.625Z] b85a868b505f: Pulling fs layer [2023-11-14T17:48:57.625Z] e2be974225ed: Pulling fs layer [2023-11-14T17:48:57.625Z] 339a4e72a1f5: Pulling fs layer [2023-11-14T17:48:57.625Z] 988bab9f4d93: Pulling fs layer [2023-11-14T17:48:57.625Z] 1469e6f7b9e6: Pulling fs layer [2023-11-14T17:48:57.625Z] eaf3925da568: Pulling fs layer [2023-11-14T17:48:57.625Z] bab4dde63d76: Pulling fs layer [2023-11-14T17:48:57.625Z] bde34c3a00c8: Pulling fs layer [2023-11-14T17:48:57.625Z] b352a97aabf1: Pulling fs layer [2023-11-14T17:48:57.625Z] 4872d77fe225: Pulling fs layer [2023-11-14T17:48:57.625Z] 5851b861e8e6: Pulling fs layer [2023-11-14T17:48:57.625Z] bab4dde63d76: Waiting [2023-11-14T17:48:57.625Z] bde34c3a00c8: Waiting [2023-11-14T17:48:57.625Z] b352a97aabf1: Waiting [2023-11-14T17:48:57.625Z] 4872d77fe225: Waiting [2023-11-14T17:48:57.625Z] 5851b861e8e6: Waiting [2023-11-14T17:48:57.625Z] 1469e6f7b9e6: Waiting [2023-11-14T17:48:57.625Z] 988bab9f4d93: Waiting [2023-11-14T17:48:57.625Z] eaf3925da568: Waiting [2023-11-14T17:48:57.625Z] e2be974225ed: Verifying Checksum [2023-11-14T17:48:57.625Z] e2be974225ed: Download complete [2023-11-14T17:48:57.625Z] 988bab9f4d93: Download complete [2023-11-14T17:48:57.885Z] 1469e6f7b9e6: Verifying Checksum [2023-11-14T17:48:57.885Z] 1469e6f7b9e6: Download complete [2023-11-14T17:48:57.885Z] eaf3925da568: Verifying Checksum [2023-11-14T17:48:57.885Z] eaf3925da568: Download complete [2023-11-14T17:48:57.885Z] 339a4e72a1f5: Verifying Checksum [2023-11-14T17:48:57.885Z] 339a4e72a1f5: Download complete [2023-11-14T17:48:57.885Z] bde34c3a00c8: Download complete [2023-11-14T17:48:57.885Z] b352a97aabf1: Download complete [2023-11-14T17:48:57.885Z] 4872d77fe225: Download complete [2023-11-14T17:48:57.885Z] 5851b861e8e6: Download complete [2023-11-14T17:48:57.885Z] b85a868b505f: Verifying Checksum [2023-11-14T17:48:57.885Z] b85a868b505f: Download complete [2023-11-14T17:48:58.143Z] bab4dde63d76: Verifying Checksum [2023-11-14T17:48:58.143Z] bab4dde63d76: Download complete [2023-11-14T17:48:59.144Z] b85a868b505f: Pull complete [2023-11-14T17:48:59.414Z] e2be974225ed: Pull complete [2023-11-14T17:48:59.673Z] 339a4e72a1f5: Pull complete [2023-11-14T17:48:59.932Z] 988bab9f4d93: Pull complete [2023-11-14T17:49:00.190Z] 1469e6f7b9e6: Pull complete [2023-11-14T17:49:00.191Z] eaf3925da568: Pull complete [2023-11-14T17:49:02.096Z] bab4dde63d76: Pull complete [2023-11-14T17:49:02.096Z] bde34c3a00c8: Pull complete [2023-11-14T17:49:02.357Z] b352a97aabf1: Pull complete [2023-11-14T17:49:02.357Z] 4872d77fe225: Pull complete [2023-11-14T17:49:02.617Z] 5851b861e8e6: Pull complete [2023-11-14T17:49:02.617Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-11-14T17:49:02.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-14T17:49:02.617Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-14T17:49:02.849Z] prd-ubuntu20.04-docker-8c-8g-17493 does not seem to be running inside a container [2023-11-14T17:49:02.887Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-623 -v /w/workspace/_app-service-configurable_PR-623:/w/workspace/_app-service-configurable_PR-623:rw,z -v /w/workspace/_app-service-configurable_PR-623@tmp:/w/workspace/_app-service-configurable_PR-623@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-11-14T17:49:06.796Z] $ docker top 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a -eo pid,comm [2023-11-14T17:49:06.852Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-11-14T17:49:06.852Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-14T17:49:06.984Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-14T17:49:06.984Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-14T17:49:07.628Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-14T17:49:07.632Z] $ docker exec 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a ssh-agent [2023-11-14T17:49:10.559Z] SSH_AUTH_SOCK=/tmp/ssh-axC9CwYvh4pi/agent.32 [2023-11-14T17:49:10.559Z] SSH_AGENT_PID=38 [2023-11-14T17:49:10.572Z] Running ssh-add (command line suppressed) [2023-11-14T17:49:10.699Z] Identity added: /w/workspace/_app-service-configurable_PR-623@tmp/private_key_11329981459073920600.key (/w/workspace/_app-service-configurable_PR-623@tmp/private_key_11329981459073920600.key) [2023-11-14T17:49:11.840Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-14T17:49:12.998Z] + git tag --points-at HEAD [Pipeline] } [2023-11-14T17:49:13.872Z] $ docker exec --env ******** --env ******** 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a ssh-agent -k [2023-11-14T17:49:13.973Z] unset SSH_AUTH_SOCK; [2023-11-14T17:49:13.974Z] unset SSH_AGENT_PID; [2023-11-14T17:49:13.974Z] echo Agent pid 38 killed; [2023-11-14T17:49:13.982Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-11-14T17:49:14.071Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-14T17:49:14.071Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-14T17:49:14.185Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-14T17:49:14.189Z] $ docker exec 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a ssh-agent [2023-11-14T17:49:14.299Z] SSH_AUTH_SOCK=/tmp/ssh-0TkprlmJTagV/agent.70 [2023-11-14T17:49:14.299Z] SSH_AGENT_PID=76 [2023-11-14T17:49:14.305Z] Running ssh-add (command line suppressed) [2023-11-14T17:49:14.412Z] Identity added: /w/workspace/_app-service-configurable_PR-623@tmp/private_key_10889927813104983876.key (/w/workspace/_app-service-configurable_PR-623@tmp/private_key_10889927813104983876.key) [2023-11-14T17:49:14.429Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-14T17:49:14.760Z] + git semver init [2023-11-14T17:49:15.022Z] 2023-11-14 17:49:14,952 [run_init] DEBUG init version:0.0.0 force:False [2023-11-14T17:49:15.022Z] 2023-11-14 17:49:14,952 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-623/.semver [2023-11-14T17:49:15.022Z] 2023-11-14 17:49:14,953 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-623/.semver [2023-11-14T17:49:15.022Z] 2023-11-14 17:49:14,953 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-623/.semver'], cwd=/w/workspace/_app-service-configurable_PR-623, universal_newlines=False, shell=None, istream=None) [2023-11-14T17:49:15.964Z] 2023-11-14 17:49:15,886 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-623/.git/info/exclude [2023-11-14T17:49:15.964Z] 2023-11-14 17:49:15,887 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-623/.semver/PR-623 with force:False [2023-11-14T17:49:15.964Z] 2023-11-14 17:49:15,887 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-623/.semver/PR-623 [2023-11-14T17:49:15.964Z] 2023-11-14 17:49:15,891 [execute] INFO git cat-file --batch-check [2023-11-14T17:49:15.964Z] 2023-11-14 17:49:15,892 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-623/.semver, universal_newlines=False, shell=None, istream=) [2023-11-14T17:49:15.964Z] 2023-11-14 17:49:15,899 [execute] INFO git cat-file --batch [2023-11-14T17:49:15.964Z] 2023-11-14 17:49:15,900 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-623/.semver, universal_newlines=False, shell=None, istream=) [2023-11-14T17:49:15.964Z] 2023-11-14 17:49:15,905 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-623/.semver/PR-623 [2023-11-14T17:49:15.964Z] 0.0.0 [Pipeline] } [2023-11-14T17:49:15.989Z] $ docker exec --env ******** --env ******** 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a ssh-agent -k [2023-11-14T17:49:16.094Z] unset SSH_AUTH_SOCK; [2023-11-14T17:49:16.094Z] unset SSH_AGENT_PID; [2023-11-14T17:49:16.095Z] echo Agent pid 76 killed; [2023-11-14T17:49:16.104Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-14T17:49:16.543Z] + git semver [Pipeline] } [2023-11-14T17:49:16.829Z] $ docker stop --time=1 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a [2023-11-14T17:49:18.133Z] $ docker rm -f --volumes 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-14T17:49:18.535Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-11-14T17:49:18.808Z] Stashed 1 file(s) [Pipeline] echo [2023-11-14T17:49:18.826Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-14T17:49:19.470Z] provisioning config files... [2023-11-14T17:49:19.479Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-623@tmp/config13203706818710128119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-14T17:49:19.834Z] ---> docker-login.sh [2023-11-14T17:49:19.835Z] nexus3.edgexfoundry.org:10001 [2023-11-14T17:49:19.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-14T17:49:19.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-14T17:49:19.835Z] Configure a credential helper to remove this warning. See [2023-11-14T17:49:19.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-14T17:49:19.835Z] [2023-11-14T17:49:19.835Z] Login Succeeded [2023-11-14T17:49:19.835Z] nexus3.edgexfoundry.org:10002 [2023-11-14T17:49:19.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-14T17:49:19.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-14T17:49:19.835Z] Configure a credential helper to remove this warning. See [2023-11-14T17:49:19.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-14T17:49:19.835Z] [2023-11-14T17:49:19.835Z] Login Succeeded [2023-11-14T17:49:19.835Z] nexus3.edgexfoundry.org:10003 [2023-11-14T17:49:20.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-14T17:49:20.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-14T17:49:20.094Z] Configure a credential helper to remove this warning. See [2023-11-14T17:49:20.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-14T17:49:20.094Z] [2023-11-14T17:49:20.094Z] Login Succeeded [2023-11-14T17:49:20.094Z] nexus3.edgexfoundry.org:10004 [2023-11-14T17:49:20.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-14T17:49:20.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-14T17:49:20.094Z] Configure a credential helper to remove this warning. See [2023-11-14T17:49:20.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-14T17:49:20.094Z] [2023-11-14T17:49:20.094Z] Login Succeeded [2023-11-14T17:49:20.094Z] docker.io [2023-11-14T17:49:20.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-14T17:49:20.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-14T17:49:20.353Z] Configure a credential helper to remove this warning. See [2023-11-14T17:49:20.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-14T17:49:20.353Z] [2023-11-14T17:49:20.353Z] Login Succeeded [2023-11-14T17:49:20.353Z] ---> docker-login.sh ends [Pipeline] } [2023-11-14T17:49:20.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-14T17:49:20.571Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-14T17:49:20.611Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-14T17:49:20.647Z] ========================================================= [2023-11-14T17:49:20.647Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-11-14T17:49:20.647Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-14T17:49:21.121Z] + 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 . [2023-11-14T17:49:21.121Z] Sending build context to Docker daemon 3.382MB [2023-11-14T17:49:21.121Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-11-14T17:49:21.121Z] Step 2/12 : FROM ${BASE} AS builder [2023-11-14T17:49:21.121Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-11-14T17:49:21.121Z] 7264a8db6415: Pulling fs layer [2023-11-14T17:49:21.121Z] c4d48a809fc2: Pulling fs layer [2023-11-14T17:49:21.121Z] 4f1c88b9dad5: Pulling fs layer [2023-11-14T17:49:21.121Z] ad3a456e5733: Pulling fs layer [2023-11-14T17:49:21.121Z] 69c7f0334f64: Pulling fs layer [2023-11-14T17:49:21.121Z] 1f1c1a5573a3: Pulling fs layer [2023-11-14T17:49:21.121Z] ce7588e14bc9: Pulling fs layer [2023-11-14T17:49:21.121Z] b5e4710f87ac: Pulling fs layer [2023-11-14T17:49:21.121Z] ad3a456e5733: Waiting [2023-11-14T17:49:21.121Z] 69c7f0334f64: Waiting [2023-11-14T17:49:21.121Z] 1f1c1a5573a3: Waiting [2023-11-14T17:49:21.121Z] ce7588e14bc9: Waiting [2023-11-14T17:49:21.121Z] b5e4710f87ac: Waiting [2023-11-14T17:49:21.121Z] c4d48a809fc2: Verifying Checksum [2023-11-14T17:49:21.121Z] c4d48a809fc2: Download complete [2023-11-14T17:49:21.121Z] ad3a456e5733: Verifying Checksum [2023-11-14T17:49:21.121Z] ad3a456e5733: Download complete [2023-11-14T17:49:21.121Z] 69c7f0334f64: Verifying Checksum [2023-11-14T17:49:21.121Z] 69c7f0334f64: Download complete [2023-11-14T17:49:21.121Z] 7264a8db6415: Verifying Checksum [2023-11-14T17:49:21.121Z] 7264a8db6415: Download complete [2023-11-14T17:49:21.379Z] 1f1c1a5573a3: Verifying Checksum [2023-11-14T17:49:21.379Z] 1f1c1a5573a3: Download complete [2023-11-14T17:49:21.379Z] 7264a8db6415: Pull complete [2023-11-14T17:49:21.379Z] b5e4710f87ac: Verifying Checksum [2023-11-14T17:49:21.379Z] b5e4710f87ac: Download complete [2023-11-14T17:49:21.640Z] c4d48a809fc2: Pull complete [2023-11-14T17:49:21.901Z] 4f1c88b9dad5: Verifying Checksum [2023-11-14T17:49:21.901Z] 4f1c88b9dad5: Download complete [2023-11-14T17:49:22.164Z] ce7588e14bc9: Verifying Checksum [2023-11-14T17:49:22.164Z] ce7588e14bc9: Download complete [2023-11-14T17:49:25.533Z] 4f1c88b9dad5: Pull complete [2023-11-14T17:49:25.533Z] ad3a456e5733: Pull complete [2023-11-14T17:49:25.533Z] 69c7f0334f64: Pull complete [2023-11-14T17:49:25.533Z] 1f1c1a5573a3: Pull complete [2023-11-14T17:49:28.068Z] ce7588e14bc9: Pull complete [2023-11-14T17:49:28.068Z] b5e4710f87ac: Pull complete [2023-11-14T17:49:28.068Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2023-11-14T17:49:28.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-14T17:49:28.068Z] ---> 88b5674ff536 [2023-11-14T17:49:28.068Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-11-14T17:49:34.275Z] Still waiting to schedule task [2023-11-14T17:49:34.275Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-11-14T17:49:34.636Z] ---> Running in 3e04f78bea0d [2023-11-14T17:49:34.636Z] Removing intermediate container 3e04f78bea0d [2023-11-14T17:49:34.636Z] ---> 53b67735c1fc [2023-11-14T17:49:34.636Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-11-14T17:49:34.636Z] ---> Running in eb2018d72178 [2023-11-14T17:49:34.636Z] Removing intermediate container eb2018d72178 [2023-11-14T17:49:34.636Z] ---> 731cacf0f7da [2023-11-14T17:49:34.636Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-11-14T17:49:34.636Z] ---> Running in 7c1ea1fa1c5d [2023-11-14T17:49:34.636Z] Removing intermediate container 7c1ea1fa1c5d [2023-11-14T17:49:34.636Z] ---> 5c29587c8575 [2023-11-14T17:49:34.636Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-14T17:49:34.636Z] ---> Running in 43fc5cf9635d [2023-11-14T17:49:34.896Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-14T17:49:35.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-14T17:49:35.415Z] OK: 264 MiB in 52 packages [2023-11-14T17:49:35.673Z] Removing intermediate container 43fc5cf9635d [2023-11-14T17:49:35.673Z] ---> a1c119465a2b [2023-11-14T17:49:35.673Z] Step 7/12 : WORKDIR /app [2023-11-14T17:49:35.943Z] ---> Running in 8fbdd5f4030f [2023-11-14T17:49:35.943Z] Removing intermediate container 8fbdd5f4030f [2023-11-14T17:49:35.943Z] ---> db0cef541ae5 [2023-11-14T17:49:35.943Z] Step 8/12 : COPY go.mod vendor* ./ [2023-11-14T17:49:35.943Z] ---> 7b2820a6a9dc [2023-11-14T17:49:35.943Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-14T17:49:36.203Z] ---> Running in 4847d5c826ed [2023-11-14T17:50:32.487Z] Removing intermediate container 4847d5c826ed [2023-11-14T17:50:32.487Z] ---> 3696463550f2 [2023-11-14T17:50:32.487Z] Step 10/12 : COPY . . [2023-11-14T17:50:32.487Z] ---> d440b6360839 [2023-11-14T17:50:32.487Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-14T17:50:32.487Z] ---> Running in 78648aac8ff1 [2023-11-14T17:50:32.487Z] Removing intermediate container 78648aac8ff1 [2023-11-14T17:50:32.487Z] ---> 23dbff0266ff [2023-11-14T17:50:32.487Z] Step 12/12 : RUN $MAKE [2023-11-14T17:50:32.487Z] ---> Running in 41c3b7a652ff [2023-11-14T17:50:32.487Z] noop [2023-11-14T17:50:32.487Z] Removing intermediate container 41c3b7a652ff [2023-11-14T17:50:32.487Z] ---> ca8732c25e07 [2023-11-14T17:50:32.487Z] Successfully built ca8732c25e07 [2023-11-14T17:50:32.487Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-14T17:50:32.933Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-14T17:50:32.933Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-14T17:50:33.087Z] prd-ubuntu20.04-docker-8c-8g-17493 does not seem to be running inside a container [2023-11-14T17:50:33.121Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-623 -v /w/workspace/_app-service-configurable_PR-623:/w/workspace/_app-service-configurable_PR-623:rw,z -v /w/workspace/_app-service-configurable_PR-623@tmp:/w/workspace/_app-service-configurable_PR-623@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-11-14T17:50:33.485Z] $ docker top ff36f0338ce6a018b20dbdcd1d5148f6558c97270b2a1c9db1403cdea966baa5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-14T17:50:33.874Z] + go version [2023-11-14T17:50:33.874Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-11-14T17:50:33.908Z] $ docker stop --time=1 ff36f0338ce6a018b20dbdcd1d5148f6558c97270b2a1c9db1403cdea966baa5 [2023-11-14T17:50:35.217Z] $ docker rm -f --volumes ff36f0338ce6a018b20dbdcd1d5148f6558c97270b2a1c9db1403cdea966baa5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-14T17:50:35.941Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-14T17:50:35.941Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-14T17:50:36.092Z] prd-ubuntu20.04-docker-8c-8g-17493 does not seem to be running inside a container [2023-11-14T17:50:36.126Z] $ 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-623 -v /w/workspace/_app-service-configurable_PR-623:/w/workspace/_app-service-configurable_PR-623:rw,z -v /w/workspace/_app-service-configurable_PR-623@tmp:/w/workspace/_app-service-configurable_PR-623@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-11-14T17:50:36.473Z] $ docker top c6b99b5fafc8789380e87986161e9999e6a64729d0602b55a7123a0678dd7167 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-14T17:50:36.880Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-623 [Pipeline] fileExists [Pipeline] sh [2023-11-14T17:50:37.272Z] + make test [2023-11-14T17:50:37.272Z] go test -race -coverprofile=coverage.out ./... [2023-11-14T17:50:55.365Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-11-14T17:51:13.993Z] go vet ./... [2023-11-14T17:51:15.158Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-14T17:51:15.158Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-14T17:51:15.158Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-11-14T17:51:15.196Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-14T17:51:15.229Z] $ docker stop --time=1 c6b99b5fafc8789380e87986161e9999e6a64729d0602b55a7123a0678dd7167 [2023-11-14T17:51:16.961Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-17494 in /w/workspace/_app-service-configurable_PR-623 [2023-11-14T17:51:20.752Z] $ docker rm -f --volumes c6b99b5fafc8789380e87986161e9999e6a64729d0602b55a7123a0678dd7167 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] sh [Pipeline] ws [2023-11-14T17:51:21.100Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-11-14T17:51:21.186Z] Selected Git installation does not exist. Using Default [2023-11-14T17:51:21.186Z] The recommended git tool is: NONE [2023-11-14T17:51:21.320Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-14T17:51:21.383Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-11-14T17:51:22.067Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-14T17:51:22.377Z] + ls -al . [2023-11-14T17:51:22.377Z] total 184 [2023-11-14T17:51:22.377Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 14 17:50 . [2023-11-14T17:51:22.377Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 14 17:48 .. [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 119 Nov 14 17:48 .dockerignore [2023-11-14T17:51:22.377Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 14 17:50 .git [2023-11-14T17:51:22.377Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 14 17:48 .github [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 106 Nov 14 17:48 .gitignore [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 14 17:48 .golangci.yml [2023-11-14T17:51:22.377Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 14 17:49 .semver [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 10394 Nov 14 17:48 Attribution.txt [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 37263 Nov 14 17:48 CHANGELOG.md [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 1982 Nov 14 17:48 Dockerfile [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 14 17:48 GOVERNANCE.md [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 666 Nov 14 17:48 Jenkinsfile [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 10174 Nov 14 17:48 LICENSE [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 618 Nov 14 17:48 OWNERS.md [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 4582 Nov 14 17:48 README.md [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 14 17:49 VERSION [2023-11-14T17:51:22.377Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 14 17:48 bin [2023-11-14T17:51:22.377Z] -rw-r--r-- 1 jenkins jenkins 13 Nov 14 17:50 coverage.out [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 3684 Nov 14 17:48 go.mod [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 34823 Nov 14 17:48 go.sum [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 1937 Nov 14 17:48 main.go [2023-11-14T17:51:22.377Z] -rw-rw-r-- 1 jenkins jenkins 2569 Nov 14 17:48 makefile [2023-11-14T17:51:22.377Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 14 17:48 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-14T17:51:22.773Z] + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=bf3d3c63f86262a491838983764f3e9b3adf49b9 --label arch=amd64 --label version=0.0.0 . [2023-11-14T17:51:22.773Z] Sending build context to Docker daemon 3.383MB [2023-11-14T17:51:22.773Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2023-11-14T17:51:22.773Z] Step 2/27 : FROM ${BASE} AS builder [2023-11-14T17:51:22.773Z] ---> ca8732c25e07 [2023-11-14T17:51:22.773Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2023-11-14T17:51:23.033Z] ---> Running in 8f8be0c2789c [2023-11-14T17:51:23.033Z] Removing intermediate container 8f8be0c2789c [2023-11-14T17:51:23.033Z] ---> 914af89335e5 [2023-11-14T17:51:23.033Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2023-11-14T17:51:23.033Z] ---> Running in 67dea3cdf5ff [2023-11-14T17:51:23.033Z] Removing intermediate container 67dea3cdf5ff [2023-11-14T17:51:23.033Z] ---> 19101c6c8f30 [2023-11-14T17:51:23.033Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2023-11-14T17:51:23.033Z] ---> Running in 22a0e019f07f [2023-11-14T17:51:23.292Z] Removing intermediate container 22a0e019f07f [2023-11-14T17:51:23.292Z] ---> 3c924e290342 [2023-11-14T17:51:23.292Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-14T17:51:23.292Z] ---> Running in 24c3805bc32a [2023-11-14T17:51:23.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-14T17:51:23.817Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-14T17:51:24.077Z] OK: 264 MiB in 52 packages [2023-11-14T17:51:24.335Z] Removing intermediate container 24c3805bc32a [2023-11-14T17:51:24.335Z] ---> 15f5f1439649 [2023-11-14T17:51:24.335Z] Step 7/27 : WORKDIR /app [2023-11-14T17:51:24.335Z] ---> Running in d28eb5d7744d [2023-11-14T17:51:24.595Z] Removing intermediate container d28eb5d7744d [2023-11-14T17:51:24.595Z] ---> f7f724441e24 [2023-11-14T17:51:24.595Z] Step 8/27 : COPY go.mod vendor* ./ [2023-11-14T17:51:24.595Z] ---> fb7cd463bf0a [2023-11-14T17:51:24.595Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-14T17:51:24.595Z] ---> Running in 2c00679b3c99 [2023-11-14T17:51:25.625Z] Removing intermediate container 2c00679b3c99 [2023-11-14T17:51:25.625Z] ---> 3922ecfad1c1 [2023-11-14T17:51:25.625Z] Step 10/27 : COPY . . [2023-11-14T17:51:25.810Z] using credential edgex-jenkins-ssh [2023-11-14T17:51:25.825Z] Cloning the remote Git repository [2023-11-14T17:51:25.883Z] ---> 6da2de8459cf [2023-11-14T17:51:25.883Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-14T17:51:25.883Z] ---> Running in 1bedc80c7fe8 [2023-11-14T17:51:25.883Z] Removing intermediate container 1bedc80c7fe8 [2023-11-14T17:51:25.883Z] ---> 50ca1e2ea3e9 [2023-11-14T17:51:25.883Z] Step 12/27 : RUN $MAKE [2023-11-14T17:51:25.883Z] ---> Running in 3cca1bdbd592 [2023-11-14T17:51:25.867Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-11-14T17:51:25.957Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-11-14T17:51:26.141Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-11-14T17:51:26.105Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-11-14T17:51:26.106Z] > git --version # timeout=10 [2023-11-14T17:51:26.126Z] > git --version # 'git version 2.25.1' [2023-11-14T17:51:26.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-14T17:51:26.282Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-14T17:51:27.428Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-11-14T17:51:27.452Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-14T17:51:28.222Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-11-14T17:51:28.257Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-11-14T17:51:28.258Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-14T17:51:28.274Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/623/head:refs/remotes/origin/PR-623 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-11-14T17:51:28.900Z] Merging remotes/origin/main commit fa501d0b868425bc78724a428da105794fb8968b into PR head commit bf3d3c63f86262a491838983764f3e9b3adf49b9 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-11-14T17:51:29.300Z] Failed in branch arm64 [2023-11-14T17:51:28.914Z] > git config core.sparsecheckout # timeout=10 [2023-11-14T17:51:28.974Z] > git checkout -f bf3d3c63f86262a491838983764f3e9b3adf49b9 # timeout=10 [2023-11-14T17:51:48.063Z] Removing intermediate container 3cca1bdbd592 [2023-11-14T17:51:48.063Z] ---> b2d242c3ac5d [2023-11-14T17:51:48.063Z] Step 13/27 : FROM alpine:3.18 [2023-11-14T17:51:48.322Z] 3.18: Pulling from library/alpine [2023-11-14T17:51:48.582Z] 96526aa774ef: Pulling fs layer [2023-11-14T17:51:48.859Z] 96526aa774ef: Download complete [2023-11-14T17:51:48.859Z] 96526aa774ef: Pull complete [2023-11-14T17:51:48.859Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-14T17:51:48.859Z] Status: Downloaded newer image for alpine:3.18 [2023-11-14T17:51:48.859Z] ---> 8ca4688f4f35 [2023-11-14T17:51:48.859Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-11-14T17:51:49.119Z] ---> Running in 584ba3e11fc4 [2023-11-14T17:51:49.119Z] Removing intermediate container 584ba3e11fc4 [2023-11-14T17:51:49.119Z] ---> 208cea092d76 [2023-11-14T17:51:49.119Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2023-11-14T17:51:49.119Z] ---> Running in 50bbba97825c [2023-11-14T17:51:49.119Z] Removing intermediate container 50bbba97825c [2023-11-14T17:51:49.119Z] ---> f904e8a952b4 [2023-11-14T17:51:49.119Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-11-14T17:51:49.119Z] ---> Running in 2e13e7624f2f [2023-11-14T17:51:49.378Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-14T17:51:49.636Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-14T17:51:49.895Z] (1/2) Installing ca-certificates (20230506-r0) [2023-11-14T17:51:49.895Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-11-14T17:51:49.895Z] Executing busybox-1.36.1-r2.trigger [2023-11-14T17:51:49.895Z] Executing ca-certificates-20230506-r0.trigger [2023-11-14T17:51:49.895Z] OK: 8 MiB in 17 packages [2023-11-14T17:51:50.465Z] Removing intermediate container 2e13e7624f2f [2023-11-14T17:51:50.465Z] ---> abd9e5496550 [2023-11-14T17:51:50.465Z] Step 17/27 : RUN apk --no-cache upgrade [2023-11-14T17:51:50.465Z] ---> Running in fae14dfbfe20 [2023-11-14T17:51:50.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-14T17:51:50.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-14T17:51:50.982Z] (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-14T17:51:50.982Z] (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-14T17:51:50.982Z] Executing busybox-1.36.1-r5.post-upgrade [2023-11-14T17:51:50.982Z] (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-14T17:51:50.982Z] (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-14T17:51:50.982Z] (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-14T17:51:50.982Z] (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-14T17:51:50.982Z] (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-14T17:51:50.982Z] Executing busybox-1.36.1-r5.trigger [2023-11-14T17:51:50.982Z] Executing ca-certificates-20230506-r0.trigger [2023-11-14T17:51:50.982Z] OK: 8 MiB in 17 packages [2023-11-14T17:51:51.550Z] Removing intermediate container fae14dfbfe20 [2023-11-14T17:51:51.550Z] ---> 93e5e392713e [2023-11-14T17:51:51.550Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-11-14T17:51:51.811Z] ---> 8858041c99bc [2023-11-14T17:51:51.811Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2023-11-14T17:51:51.811Z] ---> 7150d6621ffb [2023-11-14T17:51:51.811Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2023-11-14T17:51:52.068Z] ---> 3b0879e44fbd [2023-11-14T17:51:52.068Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-11-14T17:51:52.953Z] ---> 1cedb50660fb [2023-11-14T17:51:52.953Z] Step 22/27 : EXPOSE 48095 [2023-11-14T17:51:52.953Z] ---> Running in a8448e2ac712 [2023-11-14T17:51:52.953Z] Removing intermediate container a8448e2ac712 [2023-11-14T17:51:52.953Z] ---> 6648464781a8 [2023-11-14T17:51:52.953Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2023-11-14T17:51:52.953Z] ---> Running in ff95013d240f [2023-11-14T17:51:53.212Z] Removing intermediate container ff95013d240f [2023-11-14T17:51:53.212Z] ---> b6d419e1b193 [2023-11-14T17:51:53.212Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-11-14T17:51:53.212Z] ---> Running in 61a16900b2c5 [2023-11-14T17:51:53.212Z] Removing intermediate container 61a16900b2c5 [2023-11-14T17:51:53.212Z] ---> 20953c7c1931 [2023-11-14T17:51:53.212Z] Step 25/27 : LABEL arch=amd64 [2023-11-14T17:51:53.212Z] ---> Running in cbceac03350d [2023-11-14T17:51:53.212Z] Removing intermediate container cbceac03350d [2023-11-14T17:51:53.212Z] ---> 23a1a9039be6 [2023-11-14T17:51:53.212Z] Step 26/27 : LABEL git_sha=bf3d3c63f86262a491838983764f3e9b3adf49b9 [2023-11-14T17:51:53.212Z] ---> Running in 3211b629508a [2023-11-14T17:51:53.471Z] Removing intermediate container 3211b629508a [2023-11-14T17:51:53.471Z] ---> f685e868ef93 [2023-11-14T17:51:53.471Z] Step 27/27 : LABEL version=0.0.0 [2023-11-14T17:51:53.471Z] ---> Running in 7886e690d722 [2023-11-14T17:51:53.472Z] Removing intermediate container 7886e690d722 [2023-11-14T17:51:53.472Z] ---> 0b44a37c99b9 [2023-11-14T17:51:53.472Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-14T17:51:53.472Z] Successfully built 0b44a37c99b9 [2023-11-14T17:51:53.472Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-14T17:51:54.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-14T17:51:54.374Z] [2023-11-14T17:51:54.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-14T17:51:54.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-14T17:51:54.751Z] latest: Pulling from edgex-lftools-log-publisher [2023-11-14T17:51:54.751Z] 5eb5b503b376: Pulling fs layer [2023-11-14T17:51:54.751Z] 5c69ac0246d0: Pulling fs layer [2023-11-14T17:51:54.751Z] ec43610c2a17: Pulling fs layer [2023-11-14T17:51:54.751Z] 3a2ae6a8a46f: Pulling fs layer [2023-11-14T17:51:54.751Z] 33b1e0a273af: Pulling fs layer [2023-11-14T17:51:54.751Z] 5d3b04190fa2: Pulling fs layer [2023-11-14T17:51:54.751Z] 2f39f015ded8: Pulling fs layer [2023-11-14T17:51:54.751Z] 33b1e0a273af: Waiting [2023-11-14T17:51:54.751Z] 5d3b04190fa2: Waiting [2023-11-14T17:51:54.751Z] 2f39f015ded8: Waiting [2023-11-14T17:51:54.751Z] 3a2ae6a8a46f: Waiting [2023-11-14T17:51:54.751Z] 5c69ac0246d0: Verifying Checksum [2023-11-14T17:51:54.751Z] 5c69ac0246d0: Download complete [2023-11-14T17:51:54.751Z] 3a2ae6a8a46f: Verifying Checksum [2023-11-14T17:51:54.751Z] 3a2ae6a8a46f: Download complete [2023-11-14T17:51:54.751Z] ec43610c2a17: Verifying Checksum [2023-11-14T17:51:54.751Z] ec43610c2a17: Download complete [2023-11-14T17:51:54.751Z] 33b1e0a273af: Verifying Checksum [2023-11-14T17:51:54.751Z] 33b1e0a273af: Download complete [2023-11-14T17:51:54.751Z] 5d3b04190fa2: Verifying Checksum [2023-11-14T17:51:54.751Z] 5d3b04190fa2: Download complete [2023-11-14T17:51:55.010Z] 5eb5b503b376: Verifying Checksum [2023-11-14T17:51:55.010Z] 5eb5b503b376: Download complete [2023-11-14T17:51:55.575Z] 2f39f015ded8: Download complete [2023-11-14T17:51:56.142Z] 5eb5b503b376: Pull complete [2023-11-14T17:51:56.142Z] 5c69ac0246d0: Pull complete [2023-11-14T17:51:56.711Z] ec43610c2a17: Pull complete [2023-11-14T17:51:56.711Z] 3a2ae6a8a46f: Pull complete [2023-11-14T17:51:56.711Z] 33b1e0a273af: Pull complete [2023-11-14T17:51:56.970Z] 5d3b04190fa2: Pull complete [2023-11-14T17:52:01.146Z] 2f39f015ded8: Pull complete [2023-11-14T17:52:01.146Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-11-14T17:52:01.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-14T17:52:01.146Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-14T17:52:01.367Z] prd-ubuntu20.04-docker-8c-8g-17493 does not seem to be running inside a container [2023-11-14T17:52:01.399Z] $ 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-623 -v /w/workspace/_app-service-configurable_PR-623:/w/workspace/_app-service-configurable_PR-623:rw,z -v /w/workspace/_app-service-configurable_PR-623@tmp:/w/workspace/_app-service-configurable_PR-623@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-11-14T17:52:08.954Z] $ docker top 07fd8b7178f0dcd6f4c56fb632da782004be53c46447412f1b6f0008947bb395 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-14T17:52:09.432Z] ---> job-cost.sh [2023-11-14T17:52:09.432Z] lf-activate-venv: SKIPPING [2023-11-14T17:52:09.432Z] INFO: No Stack... [2023-11-14T17:52:09.690Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-14T17:52:09.948Z] INFO: Archiving Costs [Pipeline] sh [2023-11-14T17:52:10.262Z] + cat /w/workspace/_app-service-configurable_PR-623/archives/cost.csv [2023-11-14T17:52:10.262Z] + cut -d, -f6 [Pipeline] lock [2023-11-14T17:52:10.302Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-623-1-stack-cost] [2023-11-14T17:52:10.307Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-623-1-stack-cost] did not exist. Created. [2023-11-14T17:52:10.307Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-623-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-14T17:52:10.714Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-11-14T17:52:10.761Z] Stashed 1 file(s) [Pipeline] } [2023-11-14T17:52:10.798Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-623-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-14T17:52:10.881Z] $ docker stop --time=1 07fd8b7178f0dcd6f4c56fb632da782004be53c46447412f1b6f0008947bb395 [2023-11-14T17:52:12.038Z] $ docker rm -f --volumes 07fd8b7178f0dcd6f4c56fb632da782004be53c46447412f1b6f0008947bb395 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-11-14T17:52:14.417Z] + [ -d /w/workspace/_app-service-configurable_PR-623/archives ] [2023-11-14T17:52:14.417Z] + ls -al /w/workspace/_app-service-configurable_PR-623/archives [2023-11-14T17:52:14.417Z] total 16 [2023-11-14T17:52:14.417Z] drwxr-xr-x 3 root root 4096 Nov 14 17:52 . [2023-11-14T17:52:14.417Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 14 17:52 .. [2023-11-14T17:52:14.417Z] drwxr-xr-x 2 root root 4096 Nov 14 17:52 cost [2023-11-14T17:52:14.417Z] -rw-r--r-- 1 root root 96 Nov 14 17:52 cost.csv [2023-11-14T17:52:14.417Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-623/archives [2023-11-14T17:52:14.417Z] + ls -al /w/workspace/_app-service-configurable_PR-623/archives [2023-11-14T17:52:14.417Z] total 16 [2023-11-14T17:52:14.417Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 14 17:52 . [2023-11-14T17:52:14.417Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 14 17:52 .. [2023-11-14T17:52:14.417Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 14 17:52 cost [2023-11-14T17:52:14.417Z] -rw-r--r-- 1 jenkins jenkins 96 Nov 14 17:52 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-11-14T17:52:14.746Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-14T17:52:15.642Z] ---> package-listing.sh [2023-11-14T17:52:15.642Z] ++ facter osfamily [2023-11-14T17:52:15.642Z] ++ tr '[:upper:]' '[:lower:]' [2023-11-14T17:52:15.902Z] + OS_FAMILY=debian [2023-11-14T17:52:15.902Z] + workspace=/w/workspace/_app-service-configurable_PR-623 [2023-11-14T17:52:15.902Z] + START_PACKAGES=/tmp/packages_start.txt [2023-11-14T17:52:15.902Z] + END_PACKAGES=/tmp/packages_end.txt [2023-11-14T17:52:15.902Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-11-14T17:52:15.902Z] + PACKAGES=/tmp/packages_start.txt [2023-11-14T17:52:15.902Z] + '[' /w/workspace/_app-service-configurable_PR-623 ']' [2023-11-14T17:52:15.902Z] + PACKAGES=/tmp/packages_end.txt [2023-11-14T17:52:15.902Z] + case "${OS_FAMILY}" in [2023-11-14T17:52:15.902Z] + dpkg -l [2023-11-14T17:52:15.902Z] + grep '^ii' [2023-11-14T17:52:15.902Z] + '[' -f /tmp/packages_start.txt ']' [2023-11-14T17:52:15.902Z] + '[' -f /tmp/packages_end.txt ']' [2023-11-14T17:52:15.902Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-11-14T17:52:15.902Z] + '[' /w/workspace/_app-service-configurable_PR-623 ']' [2023-11-14T17:52:15.902Z] + mkdir -p /w/workspace/_app-service-configurable_PR-623/archives/ [2023-11-14T17:52:15.902Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-623/archives/ [Pipeline] echo [2023-11-14T17:52:15.937Z] 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-623/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-11-14T17:52:16.231Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-14T17:52:16.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-14T17:52:16.863Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-14T17:52:17.007Z] prd-ubuntu20.04-docker-8c-8g-17493 does not seem to be running inside a container [2023-11-14T17:52:17.046Z] $ 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-623/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-623 -v /w/workspace/_app-service-configurable_PR-623:/w/workspace/_app-service-configurable_PR-623:rw,z -v /w/workspace/_app-service-configurable_PR-623@tmp:/w/workspace/_app-service-configurable_PR-623@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 [2023-11-14T17:52:17.245Z] $ docker top 97c18ce27091ae23415b4d554fbdb258d13349fbe3fe0dd6fa8411987ead847e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-14T17:52:17.644Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-11-14T17:52:17.958Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-11-14T17:52:18.269Z] + ls /var/log/sa-host [2023-11-14T17:52:18.269Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-14T17:52:18.490Z] provisioning config files... [2023-11-14T17:52:18.499Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-623@tmp/config14372781453382625308tmp [Pipeline] { [Pipeline] echo [2023-11-14T17:52:18.557Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-14T17:52:18.871Z] ---> create-netrc.sh [Pipeline] } [2023-11-14T17:52:18.901Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-11-14T17:52:19.321Z] ---> python-tools-install.sh [Pipeline] echo [2023-11-14T17:52:19.360Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-14T17:52:19.675Z] ---> sudo-logs.sh [2023-11-14T17:52:19.675Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-11-14T17:52:19.763Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-14T17:52:20.078Z] ---> job-cost.sh [2023-11-14T17:52:20.078Z] lf-activate-venv: SKIPPING [2023-11-14T17:52:20.078Z] DEBUG: total: 0.2199999988079071 [2023-11-14T17:52:20.078Z] INFO: Retrieving Stack Cost... [2023-11-14T17:52:20.078Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-14T17:52:20.338Z] INFO: Archiving Costs [Pipeline] echo [2023-11-14T17:52:20.374Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-14T17:52:20.684Z] ---> logs-deploy.sh [2023-11-14T17:52:20.684Z] lf-activate-venv: SKIPPING [2023-11-14T17:52:20.684Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-623/1 [2023-11-14T17:52:20.684Z] INFO: archiving workspace using pattern(s): [2023-11-14T17:52:21.623Z] Archives upload complete. [2023-11-14T17:52:21.623Z] INFO: archiving logs to Nexus