Pull request #535 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 marcpfuller for edgexfoundry/app-service-configurable Loading trusted files from base branch main at 11af183f2194c3fd12bdcc9d8b6be264b57aff6c rather than 2445641463aab16da5db84950a6ea9d646baa681 Obtained Jenkinsfile from 11af183f2194c3fd12bdcc9d8b6be264b57aff6c 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-ssh6143284605216485432.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5927331558144516526.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh 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-535/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-535/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11581691516171615659.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-535/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14401125159615889491.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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-ssh17252878648313315054.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-535/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-535/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh869018428665234351.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 66200e8eedfc470904d6b329e562ec5b45423d6a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-5335 in /w/workspace/_app-service-configurable_PR-535 [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-535 # 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 Merging remotes/origin/main commit 11af183f2194c3fd12bdcc9d8b6be264b57aff6c into PR head commit 2445641463aab16da5db84950a6ea9d646baa681 > 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/535/head:refs/remotes/origin/PR-535 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merge succeeded, producing 2445641463aab16da5db84950a6ea9d646baa681 Checking out Revision 2445641463aab16da5db84950a6ea9d646baa681 (PR-535) > git config core.sparsecheckout # timeout=10 > git checkout -f 2445641463aab16da5db84950a6ea9d646baa681 # 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 11af183f2194c3fd12bdcc9d8b6be264b57aff6c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2445641463aab16da5db84950a6ea9d646baa681 # timeout=10 Commit message: "refactor!:Change configuration profile formats to YAML" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-22T23:51:35.022Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-22T23:51:35.200Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-22T23:51:35.297Z] ========================================================= [2023-03-22T23:51:35.297Z] EdgeX Global Pipelines Version Info [2023-03-22T23:51:35.297Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-22T23:51:36.016Z] ------------------- [2023-03-22T23:51:36.016Z] stable info: [2023-03-22T23:51:36.016Z] ------------------- [2023-03-22T23:51:36.016Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-22T23:51:36.016Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-22T23:51:36.016Z] Message: update stable to v1.0.245 [2023-03-22T23:51:36.587Z] ------------------- [2023-03-22T23:51:36.587Z] experimental info: [2023-03-22T23:51:36.587Z] ------------------- [2023-03-22T23:51:36.587Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-22T23:51:36.587Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-03-22T23:51:36.587Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-22T23:51:36.848Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-03-22T23:51:36.882Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-03-22T23:51:36.918Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-22T23:51:36.962Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-22T23:51:37.000Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-22T23:51:37.037Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-22T23:51:37.076Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-22T23:51:37.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-22T23:51:37.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-22T23:51:37.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-22T23:51:37.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-22T23:51:37.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-03-22T23:51:37.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-22T23:51:37.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-22T23:51:37.403Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-22T23:51:37.446Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-22T23:51:37.547Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-22T23:51:37.590Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-22T23:51:37.630Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-22T23:51:37.672Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-22T23:51:37.710Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-22T23:51:37.750Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-22T23:51:37.790Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-22T23:51:37.829Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-22T23:51:37.868Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-22T23:51:37.908Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-22T23:51:37.952Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-22T23:51:37.992Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-535 [Pipeline] echo [2023-03-22T23:51:38.029Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-535 [Pipeline] echo [2023-03-22T23:51:38.068Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-535 [Pipeline] echo [2023-03-22T23:51:38.107Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2445641463aab16da5db84950a6ea9d646baa681 [Pipeline] echo [2023-03-22T23:51:38.147Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2445641 [Pipeline] echo [2023-03-22T23:51:38.191Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-22T23:51:38.305Z] provisioning config files... [2023-03-22T23:51:38.322Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-535@tmp/config2968077223508188658tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-22T23:51:38.660Z] ---> docker-login.sh [2023-03-22T23:51:38.660Z] nexus3.edgexfoundry.org:10001 [2023-03-22T23:51:38.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T23:51:38.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T23:51:38.919Z] Configure a credential helper to remove this warning. See [2023-03-22T23:51:38.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T23:51:38.919Z] [2023-03-22T23:51:38.919Z] Login Succeeded [2023-03-22T23:51:38.919Z] nexus3.edgexfoundry.org:10002 [2023-03-22T23:51:38.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T23:51:39.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T23:51:39.180Z] Configure a credential helper to remove this warning. See [2023-03-22T23:51:39.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T23:51:39.180Z] [2023-03-22T23:51:39.180Z] Login Succeeded [2023-03-22T23:51:39.180Z] nexus3.edgexfoundry.org:10003 [2023-03-22T23:51:39.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T23:51:39.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T23:51:39.180Z] Configure a credential helper to remove this warning. See [2023-03-22T23:51:39.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T23:51:39.180Z] [2023-03-22T23:51:39.180Z] Login Succeeded [2023-03-22T23:51:39.180Z] nexus3.edgexfoundry.org:10004 [2023-03-22T23:51:39.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T23:51:39.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T23:51:39.180Z] Configure a credential helper to remove this warning. See [2023-03-22T23:51:39.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T23:51:39.180Z] [2023-03-22T23:51:39.180Z] Login Succeeded [2023-03-22T23:51:39.180Z] docker.io [2023-03-22T23:51:39.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T23:51:39.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T23:51:39.440Z] Configure a credential helper to remove this warning. See [2023-03-22T23:51:39.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T23:51:39.440Z] [2023-03-22T23:51:39.440Z] Login Succeeded [2023-03-22T23:51:39.440Z] ---> docker-login.sh ends [Pipeline] } [2023-03-22T23:51:39.467Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-22T23:51:40.104Z] + git rev-list -1 --merges 2445641463aab16da5db84950a6ea9d646baa681~1..2445641463aab16da5db84950a6ea9d646baa681 [Pipeline] echo [2023-03-22T23:51:40.138Z] -----------> git rev-list -1 --merges 2445641463aab16da5db84950a6ea9d646baa681~1..2445641463aab16da5db84950a6ea9d646baa681 2445641463aab16da5db84950a6ea9d646baa681 [false] [Pipeline] sh [2023-03-22T23:51:40.445Z] + git log --format=format:%s -1 2445641463aab16da5db84950a6ea9d646baa681 [Pipeline] echo [2023-03-22T23:51:40.480Z] ========================================================= [2023-03-22T23:51:40.480Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-22T23:51:40.480Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-22T23:51:40.923Z] + git log --format=format:%s -1 2445641463aab16da5db84950a6ea9d646baa681 [Pipeline] echo [2023-03-22T23:51:40.960Z] [semverPrep] GIT_COMMIT: 2445641463aab16da5db84950a6ea9d646baa681, Commit Message: refactor!:Change configuration profile formats to YAML [Pipeline] echo [2023-03-22T23:51:40.989Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-22T23:51:41.379Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-22T23:51:41.379Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-22T23:51:41.379Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-22T23:51:41.379Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-22T23:51:41.379Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-22T23:51:41.379Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-22T23:51:41.379Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T23:51:41.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-22T23:51:41.867Z] [2023-03-22T23:51:41.867Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T23:51:42.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-22T23:51:42.241Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-22T23:51:42.241Z] b85a868b505f: Pulling fs layer [2023-03-22T23:51:42.241Z] e2be974225ed: Pulling fs layer [2023-03-22T23:51:42.241Z] 339a4e72a1f5: Pulling fs layer [2023-03-22T23:51:42.241Z] 988bab9f4d93: Pulling fs layer [2023-03-22T23:51:42.241Z] 1469e6f7b9e6: Pulling fs layer [2023-03-22T23:51:42.241Z] eaf3925da568: Pulling fs layer [2023-03-22T23:51:42.241Z] bab4dde63d76: Pulling fs layer [2023-03-22T23:51:42.241Z] bde34c3a00c8: Pulling fs layer [2023-03-22T23:51:42.241Z] b352a97aabf1: Pulling fs layer [2023-03-22T23:51:42.241Z] 4872d77fe225: Pulling fs layer [2023-03-22T23:51:42.241Z] 5851b861e8e6: Pulling fs layer [2023-03-22T23:51:42.241Z] 1469e6f7b9e6: Waiting [2023-03-22T23:51:42.241Z] 5851b861e8e6: Waiting [2023-03-22T23:51:42.241Z] bde34c3a00c8: Waiting [2023-03-22T23:51:42.241Z] bab4dde63d76: Waiting [2023-03-22T23:51:42.241Z] 4872d77fe225: Waiting [2023-03-22T23:51:42.241Z] 988bab9f4d93: Waiting [2023-03-22T23:51:42.241Z] eaf3925da568: Waiting [2023-03-22T23:51:42.241Z] b352a97aabf1: Waiting [2023-03-22T23:51:42.241Z] e2be974225ed: Verifying Checksum [2023-03-22T23:51:42.241Z] e2be974225ed: Download complete [2023-03-22T23:51:42.241Z] 988bab9f4d93: Verifying Checksum [2023-03-22T23:51:42.241Z] 988bab9f4d93: Download complete [2023-03-22T23:51:42.502Z] 1469e6f7b9e6: Verifying Checksum [2023-03-22T23:51:42.502Z] 1469e6f7b9e6: Download complete [2023-03-22T23:51:42.502Z] 339a4e72a1f5: Verifying Checksum [2023-03-22T23:51:42.502Z] 339a4e72a1f5: Download complete [2023-03-22T23:51:42.502Z] eaf3925da568: Download complete [2023-03-22T23:51:42.502Z] bde34c3a00c8: Download complete [2023-03-22T23:51:42.502Z] b352a97aabf1: Download complete [2023-03-22T23:51:42.502Z] 4872d77fe225: Verifying Checksum [2023-03-22T23:51:42.502Z] 4872d77fe225: Download complete [2023-03-22T23:51:42.502Z] 5851b861e8e6: Download complete [2023-03-22T23:51:42.502Z] b85a868b505f: Verifying Checksum [2023-03-22T23:51:42.502Z] b85a868b505f: Download complete [2023-03-22T23:51:42.761Z] bab4dde63d76: Verifying Checksum [2023-03-22T23:51:42.761Z] bab4dde63d76: Download complete [2023-03-22T23:51:43.698Z] b85a868b505f: Pull complete [2023-03-22T23:51:43.698Z] e2be974225ed: Pull complete [2023-03-22T23:51:44.265Z] 339a4e72a1f5: Pull complete [2023-03-22T23:51:44.265Z] 988bab9f4d93: Pull complete [2023-03-22T23:51:44.523Z] 1469e6f7b9e6: Pull complete [2023-03-22T23:51:44.523Z] eaf3925da568: Pull complete [2023-03-22T23:51:46.429Z] bab4dde63d76: Pull complete [2023-03-22T23:51:46.429Z] bde34c3a00c8: Pull complete [2023-03-22T23:51:46.429Z] b352a97aabf1: Pull complete [2023-03-22T23:51:46.429Z] 4872d77fe225: Pull complete [2023-03-22T23:51:46.429Z] 5851b861e8e6: Pull complete [2023-03-22T23:51:46.429Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-22T23:51:46.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-22T23:51:46.429Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T23:51:46.673Z] prd-ubuntu20.04-docker-8c-8g-5335 does not seem to be running inside a container [2023-03-22T23:51:46.700Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-535 -v /w/workspace/_app-service-configurable_PR-535:/w/workspace/_app-service-configurable_PR-535:rw,z -v /w/workspace/_app-service-configurable_PR-535@tmp:/w/workspace/_app-service-configurable_PR-535@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-03-22T23:51:47.818Z] $ docker top 69dfd3e1936b351e774f57845aaad9d4b1ae624598f8b856a5e21a98c46785a9 -eo pid,comm [2023-03-22T23:51:47.874Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-22T23:51:47.874Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-22T23:51:48.001Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-22T23:51:48.001Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-22T23:51:48.106Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-22T23:51:48.106Z] $ docker exec 69dfd3e1936b351e774f57845aaad9d4b1ae624598f8b856a5e21a98c46785a9 ssh-agent [2023-03-22T23:51:48.212Z] SSH_AUTH_SOCK=/tmp/ssh-WdiCQRP6HNNl/agent.32 [2023-03-22T23:51:48.212Z] SSH_AGENT_PID=38 [2023-03-22T23:51:48.219Z] Running ssh-add (command line suppressed) [2023-03-22T23:51:48.316Z] Identity added: /w/workspace/_app-service-configurable_PR-535@tmp/private_key_12875222045761877661.key (/w/workspace/_app-service-configurable_PR-535@tmp/private_key_12875222045761877661.key) [2023-03-22T23:51:48.339Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-22T23:51:48.670Z] + git tag --points-at HEAD [Pipeline] } [2023-03-22T23:51:48.691Z] $ docker exec --env ******** --env ******** 69dfd3e1936b351e774f57845aaad9d4b1ae624598f8b856a5e21a98c46785a9 ssh-agent -k [2023-03-22T23:51:48.785Z] unset SSH_AUTH_SOCK; [2023-03-22T23:51:48.785Z] unset SSH_AGENT_PID; [2023-03-22T23:51:48.785Z] echo Agent pid 38 killed; [2023-03-22T23:51:48.797Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-22T23:51:48.898Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-22T23:51:48.898Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-22T23:51:49.008Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-22T23:51:49.007Z] $ docker exec 69dfd3e1936b351e774f57845aaad9d4b1ae624598f8b856a5e21a98c46785a9 ssh-agent [2023-03-22T23:51:49.112Z] SSH_AUTH_SOCK=/tmp/ssh-2TjhIAC12ZX2/agent.70 [2023-03-22T23:51:49.112Z] SSH_AGENT_PID=76 [2023-03-22T23:51:49.117Z] Running ssh-add (command line suppressed) [2023-03-22T23:51:49.203Z] Identity added: /w/workspace/_app-service-configurable_PR-535@tmp/private_key_11269765357290634324.key (/w/workspace/_app-service-configurable_PR-535@tmp/private_key_11269765357290634324.key) [2023-03-22T23:51:49.218Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-22T23:51:49.537Z] + git semver init [2023-03-22T23:51:49.796Z] 2023-03-22 23:51:49,725 [run_init] DEBUG init version:0.0.0 force:False [2023-03-22T23:51:49.796Z] 2023-03-22 23:51:49,726 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-535/.semver [2023-03-22T23:51:49.796Z] 2023-03-22 23:51:49,726 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-535/.semver [2023-03-22T23:51:49.796Z] 2023-03-22 23:51:49,726 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-535/.semver'], cwd=/w/workspace/_app-service-configurable_PR-535, universal_newlines=False, shell=None, istream=None) [2023-03-22T23:51:50.732Z] 2023-03-22 23:51:50,479 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-535/.git/info/exclude [2023-03-22T23:51:50.732Z] 2023-03-22 23:51:50,479 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-535/.semver/PR-535 with force:False [2023-03-22T23:51:50.732Z] 2023-03-22 23:51:50,479 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-535/.semver/PR-535 [2023-03-22T23:51:50.732Z] 2023-03-22 23:51:50,483 [execute] INFO git cat-file --batch-check [2023-03-22T23:51:50.732Z] 2023-03-22 23:51:50,484 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-535/.semver, universal_newlines=False, shell=None, istream=) [2023-03-22T23:51:50.732Z] 2023-03-22 23:51:50,490 [execute] INFO git cat-file --batch [2023-03-22T23:51:50.732Z] 2023-03-22 23:51:50,490 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-535/.semver, universal_newlines=False, shell=None, istream=) [2023-03-22T23:51:50.732Z] 2023-03-22 23:51:50,495 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-535/.semver/PR-535 [2023-03-22T23:51:50.732Z] 0.0.0 [Pipeline] } [2023-03-22T23:51:50.756Z] $ docker exec --env ******** --env ******** 69dfd3e1936b351e774f57845aaad9d4b1ae624598f8b856a5e21a98c46785a9 ssh-agent -k [2023-03-22T23:51:50.876Z] unset SSH_AUTH_SOCK; [2023-03-22T23:51:50.877Z] unset SSH_AGENT_PID; [2023-03-22T23:51:50.877Z] echo Agent pid 76 killed; [2023-03-22T23:51:50.887Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-22T23:51:51.300Z] + git semver [Pipeline] } [2023-03-22T23:51:51.581Z] $ docker stop --time=1 69dfd3e1936b351e774f57845aaad9d4b1ae624598f8b856a5e21a98c46785a9 [2023-03-22T23:51:52.863Z] $ docker rm -f --volumes 69dfd3e1936b351e774f57845aaad9d4b1ae624598f8b856a5e21a98c46785a9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-22T23:51:53.265Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-22T23:51:53.539Z] Stashed 1 file(s) [Pipeline] echo [2023-03-22T23:51:53.556Z] [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-03-22T23:51:54.225Z] provisioning config files... [2023-03-22T23:51:54.236Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-535@tmp/config12075491598497158322tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-22T23:51:54.586Z] ---> docker-login.sh [2023-03-22T23:51:54.586Z] nexus3.edgexfoundry.org:10001 [2023-03-22T23:51:54.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T23:51:54.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T23:51:54.586Z] Configure a credential helper to remove this warning. See [2023-03-22T23:51:54.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T23:51:54.586Z] [2023-03-22T23:51:54.586Z] Login Succeeded [2023-03-22T23:51:54.586Z] nexus3.edgexfoundry.org:10002 [2023-03-22T23:51:54.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T23:51:54.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T23:51:54.586Z] Configure a credential helper to remove this warning. See [2023-03-22T23:51:54.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T23:51:54.586Z] [2023-03-22T23:51:54.586Z] Login Succeeded [2023-03-22T23:51:54.586Z] nexus3.edgexfoundry.org:10003 [2023-03-22T23:51:54.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T23:51:54.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T23:51:54.846Z] Configure a credential helper to remove this warning. See [2023-03-22T23:51:54.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T23:51:54.846Z] [2023-03-22T23:51:54.846Z] Login Succeeded [2023-03-22T23:51:54.846Z] nexus3.edgexfoundry.org:10004 [2023-03-22T23:51:54.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T23:51:54.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T23:51:54.846Z] Configure a credential helper to remove this warning. See [2023-03-22T23:51:54.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T23:51:54.846Z] [2023-03-22T23:51:54.846Z] Login Succeeded [2023-03-22T23:51:54.846Z] docker.io [2023-03-22T23:51:55.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T23:51:55.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T23:51:55.105Z] Configure a credential helper to remove this warning. See [2023-03-22T23:51:55.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T23:51:55.105Z] [2023-03-22T23:51:55.105Z] Login Succeeded [2023-03-22T23:51:55.105Z] ---> docker-login.sh ends [Pipeline] } [2023-03-22T23:51:55.134Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-22T23:51:55.319Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-22T23:51:55.352Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-22T23:51:55.383Z] ========================================================= [2023-03-22T23:51:55.383Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-22T23:51:55.383Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T23:51:55.841Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-22T23:51:55.841Z] Sending build context to Docker daemon 3.251MB [2023-03-22T23:51:55.841Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-22T23:51:55.841Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-22T23:51:55.841Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-22T23:51:55.841Z] 63b65145d645: Pulling fs layer [2023-03-22T23:51:55.841Z] a2d21d5440eb: Pulling fs layer [2023-03-22T23:51:55.841Z] 935e6c44a52c: Pulling fs layer [2023-03-22T23:51:55.841Z] 94cc34f8dd06: Pulling fs layer [2023-03-22T23:51:55.841Z] 30dea6a524f1: Pulling fs layer [2023-03-22T23:51:55.841Z] a2aff8979fd8: Pulling fs layer [2023-03-22T23:51:55.841Z] 6808be2612f2: Pulling fs layer [2023-03-22T23:51:55.841Z] f25807f1079a: Pulling fs layer [2023-03-22T23:51:55.841Z] 30dea6a524f1: Waiting [2023-03-22T23:51:55.841Z] 94cc34f8dd06: Waiting [2023-03-22T23:51:55.841Z] a2aff8979fd8: Waiting [2023-03-22T23:51:55.841Z] f25807f1079a: Waiting [2023-03-22T23:51:55.841Z] 6808be2612f2: Waiting [2023-03-22T23:51:55.841Z] a2d21d5440eb: Verifying Checksum [2023-03-22T23:51:55.841Z] a2d21d5440eb: Download complete [2023-03-22T23:51:55.841Z] 94cc34f8dd06: Download complete [2023-03-22T23:51:56.104Z] 30dea6a524f1: Verifying Checksum [2023-03-22T23:51:56.104Z] 30dea6a524f1: Download complete [2023-03-22T23:51:56.104Z] 63b65145d645: Verifying Checksum [2023-03-22T23:51:56.104Z] 63b65145d645: Download complete [2023-03-22T23:51:56.104Z] a2aff8979fd8: Verifying Checksum [2023-03-22T23:51:56.104Z] a2aff8979fd8: Download complete [2023-03-22T23:51:56.104Z] 63b65145d645: Pull complete [2023-03-22T23:51:56.377Z] a2d21d5440eb: Pull complete [2023-03-22T23:51:56.972Z] f25807f1079a: Verifying Checksum [2023-03-22T23:51:56.972Z] f25807f1079a: Download complete [2023-03-22T23:51:56.972Z] 935e6c44a52c: Verifying Checksum [2023-03-22T23:51:56.972Z] 935e6c44a52c: Download complete [2023-03-22T23:51:56.972Z] 6808be2612f2: Download complete [2023-03-22T23:52:00.254Z] 935e6c44a52c: Pull complete [2023-03-22T23:52:00.255Z] 94cc34f8dd06: Pull complete [2023-03-22T23:52:00.255Z] 30dea6a524f1: Pull complete [2023-03-22T23:52:00.255Z] a2aff8979fd8: Pull complete [2023-03-22T23:52:02.785Z] 6808be2612f2: Pull complete [2023-03-22T23:52:03.350Z] f25807f1079a: Pull complete [2023-03-22T23:52:03.350Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-22T23:52:03.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-22T23:52:03.350Z] ---> 3b553350e43f [2023-03-22T23:52:03.350Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-22T23:52:04.726Z] ---> Running in 68bb5c9cd9dd [2023-03-22T23:52:04.726Z] Removing intermediate container 68bb5c9cd9dd [2023-03-22T23:52:04.726Z] ---> 77e5a55b6428 [2023-03-22T23:52:04.726Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-22T23:52:04.726Z] ---> Running in ae98671a5221 [2023-03-22T23:52:04.985Z] Removing intermediate container ae98671a5221 [2023-03-22T23:52:04.985Z] ---> 0a123b3666d7 [2023-03-22T23:52:04.985Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-22T23:52:04.985Z] ---> Running in 6ba1f8169b6d [2023-03-22T23:52:04.985Z] Removing intermediate container 6ba1f8169b6d [2023-03-22T23:52:04.985Z] ---> 49a4b07e40a6 [2023-03-22T23:52:04.985Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-22T23:52:04.985Z] ---> Running in 74116786b37f [2023-03-22T23:52:05.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-22T23:52:05.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-22T23:52:05.503Z] OK: 265 MiB in 53 packages [2023-03-22T23:52:05.762Z] Removing intermediate container 74116786b37f [2023-03-22T23:52:05.763Z] ---> dd54adba8b9b [2023-03-22T23:52:05.763Z] Step 7/12 : WORKDIR /app [2023-03-22T23:52:06.021Z] ---> Running in 70b2da53654d [2023-03-22T23:52:06.022Z] Removing intermediate container 70b2da53654d [2023-03-22T23:52:06.022Z] ---> 46ace81b8a67 [2023-03-22T23:52:06.022Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-22T23:52:06.022Z] ---> 91c83838b257 [2023-03-22T23:52:06.022Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-22T23:52:06.022Z] ---> Running in 41689b9fad48 [2023-03-22T23:52:09.036Z] Still waiting to schedule task [2023-03-22T23:52:09.037Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-22T23:52:38.109Z] Removing intermediate container 41689b9fad48 [2023-03-22T23:52:38.109Z] ---> 6a7d6ee31c3c [2023-03-22T23:52:38.109Z] Step 10/12 : COPY . . [2023-03-22T23:52:38.109Z] ---> d34bf071baad [2023-03-22T23:52:38.109Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-22T23:52:38.109Z] ---> Running in 31d94d2b6597 [2023-03-22T23:52:38.109Z] Removing intermediate container 31d94d2b6597 [2023-03-22T23:52:38.109Z] ---> 05b537103e30 [2023-03-22T23:52:38.109Z] Step 12/12 : RUN $MAKE [2023-03-22T23:52:38.109Z] ---> Running in f8a0933fd9a4 [2023-03-22T23:52:38.109Z] noop [2023-03-22T23:52:38.109Z] Removing intermediate container f8a0933fd9a4 [2023-03-22T23:52:38.109Z] ---> 7a2f8e918bfe [2023-03-22T23:52:38.109Z] Successfully built 7a2f8e918bfe [2023-03-22T23:52:38.109Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T23:52:38.561Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-22T23:52:38.561Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T23:52:38.719Z] prd-ubuntu20.04-docker-8c-8g-5335 does not seem to be running inside a container [2023-03-22T23:52:38.746Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-535 -v /w/workspace/_app-service-configurable_PR-535:/w/workspace/_app-service-configurable_PR-535:rw,z -v /w/workspace/_app-service-configurable_PR-535@tmp:/w/workspace/_app-service-configurable_PR-535@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-03-22T23:52:39.088Z] $ docker top af29d22bf9dbd0819660c98acc40a93e9cf4a5915a2266518c7b007ac091da40 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T23:52:39.472Z] + go version [2023-03-22T23:52:39.473Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-22T23:52:39.500Z] $ docker stop --time=1 af29d22bf9dbd0819660c98acc40a93e9cf4a5915a2266518c7b007ac091da40 [2023-03-22T23:52:40.772Z] $ docker rm -f --volumes af29d22bf9dbd0819660c98acc40a93e9cf4a5915a2266518c7b007ac091da40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T23:52:41.469Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-22T23:52:41.469Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T23:52:41.609Z] prd-ubuntu20.04-docker-8c-8g-5335 does not seem to be running inside a container [2023-03-22T23:52:41.631Z] $ 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-535 -v /w/workspace/_app-service-configurable_PR-535:/w/workspace/_app-service-configurable_PR-535:rw,z -v /w/workspace/_app-service-configurable_PR-535@tmp:/w/workspace/_app-service-configurable_PR-535@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-03-22T23:52:41.934Z] $ docker top 45227cd70d1d57bd0e04bf4bb63bece3c51d7743bfaf642b5ef7474de26dc54f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T23:52:42.329Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-535 [Pipeline] fileExists [Pipeline] sh [2023-03-22T23:52:42.684Z] + make test [2023-03-22T23:52:42.685Z] go test -race -coverprofile=coverage.out ./... [2023-03-22T23:53:00.763Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-22T23:53:18.831Z] go vet ./... [2023-03-22T23:53:20.202Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-22T23:53:20.202Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-22T23:53:20.202Z] ./bin/test-attribution-txt.sh [2023-03-22T23:53:20.202Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-03-22T23:53:20.248Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-22T23:53:20.273Z] $ docker stop --time=1 45227cd70d1d57bd0e04bf4bb63bece3c51d7743bfaf642b5ef7474de26dc54f [2023-03-22T23:53:22.401Z] $ docker rm -f --volumes 45227cd70d1d57bd0e04bf4bb63bece3c51d7743bfaf642b5ef7474de26dc54f [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-22T23:53:22.964Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-22T23:53:23.026Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-22T23:53:23.699Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-22T23:53:24.007Z] + ls -al . [2023-03-22T23:53:24.007Z] total 176 [2023-03-22T23:53:24.007Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 22 23:52 . [2023-03-22T23:53:24.007Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 22 23:51 .. [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 22 23:51 .dockerignore [2023-03-22T23:53:24.007Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 22 23:51 .git [2023-03-22T23:53:24.007Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 22 23:51 .github [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 22 23:51 .gitignore [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 22 23:51 .golangci.yml [2023-03-22T23:53:24.007Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 22 23:51 .semver [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 9320 Mar 22 23:51 Attribution.txt [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 22 23:51 CHANGELOG.md [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 22 23:51 Dockerfile [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 22 23:51 GOVERNANCE.md [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 22 23:51 Jenkinsfile [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 22 23:51 LICENSE [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 22 23:51 OWNERS.md [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 22 23:51 README.md [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 22 23:51 VERSION [2023-03-22T23:53:24.007Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 22 23:51 bin [2023-03-22T23:53:24.007Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 22 23:52 coverage.out [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 3347 Mar 22 23:51 go.mod [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 31037 Mar 22 23:51 go.sum [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 22 23:51 main.go [2023-03-22T23:53:24.007Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 22 23:51 makefile [2023-03-22T23:53:24.007Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 22 23:51 res [2023-03-22T23:53:24.007Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 22 23:51 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T23:53:24.392Z] + 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=2445641463aab16da5db84950a6ea9d646baa681 --label arch=amd64 --label version=0.0.0 . [2023-03-22T23:53:24.392Z] Sending build context to Docker daemon 3.252MB [2023-03-22T23:53:24.392Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-22T23:53:24.392Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-22T23:53:24.392Z] ---> 7a2f8e918bfe [2023-03-22T23:53:24.392Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-22T23:53:24.392Z] ---> Running in 4f3aa965a153 [2023-03-22T23:53:24.392Z] Removing intermediate container 4f3aa965a153 [2023-03-22T23:53:24.392Z] ---> 5adb5a53b0de [2023-03-22T23:53:24.392Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-22T23:53:24.392Z] ---> Running in 4dba0803c6b0 [2023-03-22T23:53:24.650Z] Removing intermediate container 4dba0803c6b0 [2023-03-22T23:53:24.650Z] ---> 229b9439255c [2023-03-22T23:53:24.650Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-22T23:53:24.650Z] ---> Running in d24765b61a66 [2023-03-22T23:53:24.650Z] Removing intermediate container d24765b61a66 [2023-03-22T23:53:24.650Z] ---> 96cc5ab24024 [2023-03-22T23:53:24.650Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-22T23:53:24.650Z] ---> Running in ce44495bca4e [2023-03-22T23:53:24.907Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-22T23:53:25.166Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-22T23:53:25.166Z] OK: 265 MiB in 53 packages [2023-03-22T23:53:25.734Z] Removing intermediate container ce44495bca4e [2023-03-22T23:53:25.734Z] ---> 5011176cd008 [2023-03-22T23:53:25.734Z] Step 7/26 : WORKDIR /app [2023-03-22T23:53:25.734Z] ---> Running in 492070606fb4 [2023-03-22T23:53:25.734Z] Removing intermediate container 492070606fb4 [2023-03-22T23:53:25.734Z] ---> 972e4a366ca8 [2023-03-22T23:53:25.734Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-22T23:53:25.734Z] ---> 406f9154f8a7 [2023-03-22T23:53:25.734Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-22T23:53:25.734Z] ---> Running in 42d5eee28d7e [2023-03-22T23:53:26.670Z] Removing intermediate container 42d5eee28d7e [2023-03-22T23:53:26.670Z] ---> 2c9dc7bd8612 [2023-03-22T23:53:26.670Z] Step 10/26 : COPY . . [2023-03-22T23:53:26.670Z] ---> 763d6c34b21b [2023-03-22T23:53:26.670Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-22T23:53:26.670Z] ---> Running in 8ef61988c96e [2023-03-22T23:53:26.928Z] Removing intermediate container 8ef61988c96e [2023-03-22T23:53:26.928Z] ---> 3380c00ecf6c [2023-03-22T23:53:26.928Z] Step 12/26 : RUN $MAKE [2023-03-22T23:53:26.928Z] ---> Running in 1842a4ef2925 [2023-03-22T23:53:27.187Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-03-22T23:53:45.283Z] Removing intermediate container 1842a4ef2925 [2023-03-22T23:53:45.283Z] ---> 4f48e6e9881b [2023-03-22T23:53:45.283Z] Step 13/26 : FROM alpine:3.17 [2023-03-22T23:53:45.283Z] 3.17: Pulling from library/alpine [2023-03-22T23:53:45.283Z] 63b65145d645: Already exists [2023-03-22T23:53:45.283Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-22T23:53:45.283Z] Status: Downloaded newer image for alpine:3.17 [2023-03-22T23:53:45.283Z] ---> b2aa39c304c2 [2023-03-22T23:53:45.283Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-22T23:53:45.283Z] ---> Running in ef15d3dbe379 [2023-03-22T23:53:45.283Z] Removing intermediate container ef15d3dbe379 [2023-03-22T23:53:45.283Z] ---> 1603c3c69459 [2023-03-22T23:53:45.283Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-22T23:53:45.283Z] ---> Running in 75cc3f14b1da [2023-03-22T23:53:45.283Z] Removing intermediate container 75cc3f14b1da [2023-03-22T23:53:45.283Z] ---> 6f53a1e74cb0 [2023-03-22T23:53:45.283Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-22T23:53:45.283Z] ---> Running in b8f3f0d700c7 [2023-03-22T23:53:45.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-22T23:53:45.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-22T23:53:45.283Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-22T23:53:45.283Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-22T23:53:45.283Z] Executing busybox-1.35.0-r29.trigger [2023-03-22T23:53:45.283Z] Executing ca-certificates-20220614-r4.trigger [2023-03-22T23:53:45.283Z] OK: 8 MiB in 17 packages [2023-03-22T23:53:45.283Z] Removing intermediate container b8f3f0d700c7 [2023-03-22T23:53:45.284Z] ---> bfa9b889bcc4 [2023-03-22T23:53:45.284Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-22T23:53:45.284Z] ---> ff32cf2a4b49 [2023-03-22T23:53:45.284Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-22T23:53:45.284Z] ---> 579c2f2ea53c [2023-03-22T23:53:45.284Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-22T23:53:45.545Z] ---> e05c0f0e9d94 [2023-03-22T23:53:45.545Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-22T23:53:46.112Z] ---> 8f5a0a99b0e0 [2023-03-22T23:53:46.112Z] Step 21/26 : EXPOSE 48095 [2023-03-22T23:53:46.112Z] ---> Running in f4acbb0df1eb [2023-03-22T23:53:46.112Z] Removing intermediate container f4acbb0df1eb [2023-03-22T23:53:46.112Z] ---> 0a422196dfc6 [2023-03-22T23:53:46.112Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-22T23:53:46.112Z] ---> Running in 1d42211539ee [2023-03-22T23:53:46.112Z] Removing intermediate container 1d42211539ee [2023-03-22T23:53:46.112Z] ---> aad87e989a69 [2023-03-22T23:53:46.112Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-22T23:53:46.112Z] ---> Running in 2c91191be40a [2023-03-22T23:53:46.112Z] Removing intermediate container 2c91191be40a [2023-03-22T23:53:46.112Z] ---> 9595148655db [2023-03-22T23:53:46.112Z] Step 24/26 : LABEL arch=amd64 [2023-03-22T23:53:46.371Z] ---> Running in 99cd1b14ff1f [2023-03-22T23:53:46.371Z] Removing intermediate container 99cd1b14ff1f [2023-03-22T23:53:46.371Z] ---> a1161edaf59d [2023-03-22T23:53:46.371Z] Step 25/26 : LABEL git_sha=2445641463aab16da5db84950a6ea9d646baa681 [2023-03-22T23:53:46.371Z] ---> Running in 9174e8935bf0 [2023-03-22T23:53:46.371Z] Removing intermediate container 9174e8935bf0 [2023-03-22T23:53:46.371Z] ---> ef1679351884 [2023-03-22T23:53:46.371Z] Step 26/26 : LABEL version=0.0.0 [2023-03-22T23:53:46.371Z] ---> Running in 130666fc0380 [2023-03-22T23:53:46.629Z] Removing intermediate container 130666fc0380 [2023-03-22T23:53:46.629Z] ---> 08cf08ad4cd2 [2023-03-22T23:53:46.629Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-22T23:53:46.629Z] Successfully built 08cf08ad4cd2 [2023-03-22T23:53:46.629Z] 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-03-22T23:53:47.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-22T23:53:47.489Z] [2023-03-22T23:53:47.489Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T23:53:47.863Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-22T23:53:47.863Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-22T23:53:47.863Z] 5eb5b503b376: Pulling fs layer [2023-03-22T23:53:47.863Z] 5c69ac0246d0: Pulling fs layer [2023-03-22T23:53:47.863Z] ec43610c2a17: Pulling fs layer [2023-03-22T23:53:47.863Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-22T23:53:47.863Z] 33b1e0a273af: Pulling fs layer [2023-03-22T23:53:47.863Z] 5d3b04190fa2: Pulling fs layer [2023-03-22T23:53:47.863Z] 2f39f015ded8: Pulling fs layer [2023-03-22T23:53:47.863Z] 3a2ae6a8a46f: Waiting [2023-03-22T23:53:47.863Z] 33b1e0a273af: Waiting [2023-03-22T23:53:47.863Z] 5d3b04190fa2: Waiting [2023-03-22T23:53:47.863Z] 2f39f015ded8: Waiting [2023-03-22T23:53:47.863Z] 5c69ac0246d0: Verifying Checksum [2023-03-22T23:53:47.863Z] 5c69ac0246d0: Download complete [2023-03-22T23:53:47.863Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-22T23:53:47.863Z] 3a2ae6a8a46f: Download complete [2023-03-22T23:53:48.122Z] 33b1e0a273af: Verifying Checksum [2023-03-22T23:53:48.122Z] 33b1e0a273af: Download complete [2023-03-22T23:53:48.122Z] 5d3b04190fa2: Verifying Checksum [2023-03-22T23:53:48.122Z] 5d3b04190fa2: Download complete [2023-03-22T23:53:48.122Z] ec43610c2a17: Download complete [2023-03-22T23:53:48.122Z] 5eb5b503b376: Verifying Checksum [2023-03-22T23:53:48.122Z] 5eb5b503b376: Download complete [2023-03-22T23:53:48.690Z] 2f39f015ded8: Download complete [2023-03-22T23:53:49.259Z] 5eb5b503b376: Pull complete [2023-03-22T23:53:49.517Z] 5c69ac0246d0: Pull complete [2023-03-22T23:53:49.641Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5339 in /w/workspace/_app-service-configurable_PR-535 [Pipeline] { [Pipeline] ws [2023-03-22T23:53:49.713Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-03-22T23:53:49.776Z] ec43610c2a17: Pull complete [2023-03-22T23:53:49.790Z] Selected Git installation does not exist. Using Default [2023-03-22T23:53:49.790Z] The recommended git tool is: NONE [2023-03-22T23:53:50.034Z] 3a2ae6a8a46f: Pull complete [2023-03-22T23:53:50.035Z] 33b1e0a273af: Pull complete [2023-03-22T23:53:50.293Z] 5d3b04190fa2: Pull complete [2023-03-22T23:53:54.489Z] 2f39f015ded8: Pull complete [2023-03-22T23:53:54.489Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-22T23:53:54.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-22T23:53:54.489Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T23:53:54.714Z] prd-ubuntu20.04-docker-8c-8g-5335 does not seem to be running inside a container [2023-03-22T23:53:54.750Z] $ 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-535 -v /w/workspace/_app-service-configurable_PR-535:/w/workspace/_app-service-configurable_PR-535:rw,z -v /w/workspace/_app-service-configurable_PR-535@tmp:/w/workspace/_app-service-configurable_PR-535@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-03-22T23:53:55.885Z] $ docker top d0b8255f46ab667d25a62fdce95e72e93f7bc448a33456ab7734a158a74fa93e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-22T23:53:56.042Z] using credential edgex-jenkins-ssh [2023-03-22T23:53:56.061Z] Cloning the remote Git repository [2023-03-22T23:53:56.310Z] ---> job-cost.sh [2023-03-22T23:53:56.310Z] lf-activate-venv: SKIPPING [2023-03-22T23:53:56.310Z] INFO: No Stack... [2023-03-22T23:53:56.881Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-22T23:53:57.140Z] INFO: Archiving Costs [Pipeline] sh [2023-03-22T23:53:56.126Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-03-22T23:53:56.245Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-03-22T23:53:56.426Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-03-22T23:53:56.427Z] > git --version # timeout=10 [2023-03-22T23:53:56.450Z] > git --version # 'git version 2.25.1' [2023-03-22T23:53:56.454Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-22T23:53:56.629Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-22T23:53:57.452Z] + cat /w/workspace/_app-service-configurable_PR-535/archives/cost.csv [2023-03-22T23:53:57.452Z] + cut -d, -f6 [Pipeline] lock [2023-03-22T23:53:57.495Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-535-1-stack-cost] [2023-03-22T23:53:57.500Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-535-1-stack-cost] did not exist. Created. [2023-03-22T23:53:57.500Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-535-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-22T23:53:57.887Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-22T23:53:57.937Z] Stashed 1 file(s) [Pipeline] } [2023-03-22T23:53:57.959Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-535-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-22T23:53:58.033Z] $ docker stop --time=1 d0b8255f46ab667d25a62fdce95e72e93f7bc448a33456ab7734a158a74fa93e [2023-03-22T23:53:57.830Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-03-22T23:53:57.862Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-22T23:53:59.192Z] $ docker rm -f --volumes d0b8255f46ab667d25a62fdce95e72e93f7bc448a33456ab7734a158a74fa93e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-22T23:53:59.695Z] Merging remotes/origin/main commit 11af183f2194c3fd12bdcc9d8b6be264b57aff6c into PR head commit 2445641463aab16da5db84950a6ea9d646baa681 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2023-03-22T23:53:58.976Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-03-22T23:53:59.042Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-03-22T23:53:59.044Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-22T23:53:59.061Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/535/head:refs/remotes/origin/PR-535 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-22T23:53:59.720Z] > git config core.sparsecheckout # timeout=10 [2023-03-22T23:53:59.810Z] > git checkout -f 2445641463aab16da5db84950a6ea9d646baa681 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-22T23:54:00.129Z] Failed in branch arm64 [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-03-22T23:54:01.962Z] + [ -d /w/workspace/_app-service-configurable_PR-535/archives ] [2023-03-22T23:54:01.962Z] + ls -al /w/workspace/_app-service-configurable_PR-535/archives [2023-03-22T23:54:01.962Z] total 16 [2023-03-22T23:54:01.962Z] drwxr-xr-x 3 root root 4096 Mar 22 23:53 . [2023-03-22T23:54:01.962Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 22 23:53 .. [2023-03-22T23:54:01.962Z] drwxr-xr-x 2 root root 4096 Mar 22 23:53 cost [2023-03-22T23:54:01.962Z] -rw-r--r-- 1 root root 97 Mar 22 23:53 cost.csv [2023-03-22T23:54:01.962Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-535/archives [2023-03-22T23:54:01.962Z] + ls -al /w/workspace/_app-service-configurable_PR-535/archives [2023-03-22T23:54:01.962Z] total 16 [2023-03-22T23:54:01.962Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 22 23:53 . [2023-03-22T23:54:01.962Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 22 23:53 .. [2023-03-22T23:54:01.962Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 22 23:53 cost [2023-03-22T23:54:01.962Z] -rw-r--r-- 1 jenkins jenkins 97 Mar 22 23:53 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-22T23:54:02.288Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T23:54:03.169Z] ---> package-listing.sh [2023-03-22T23:54:03.169Z] ++ facter osfamily [2023-03-22T23:54:03.169Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-22T23:54:03.169Z] + OS_FAMILY=debian [2023-03-22T23:54:03.169Z] + workspace=/w/workspace/_app-service-configurable_PR-535 [2023-03-22T23:54:03.169Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-22T23:54:03.169Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-22T23:54:03.169Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-22T23:54:03.169Z] + PACKAGES=/tmp/packages_start.txt [2023-03-22T23:54:03.169Z] + '[' /w/workspace/_app-service-configurable_PR-535 ']' [2023-03-22T23:54:03.169Z] + PACKAGES=/tmp/packages_end.txt [2023-03-22T23:54:03.169Z] + case "${OS_FAMILY}" in [2023-03-22T23:54:03.169Z] + dpkg -l [2023-03-22T23:54:03.169Z] + grep '^ii' [2023-03-22T23:54:03.429Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-22T23:54:03.429Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-22T23:54:03.429Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-22T23:54:03.429Z] + '[' /w/workspace/_app-service-configurable_PR-535 ']' [2023-03-22T23:54:03.429Z] + mkdir -p /w/workspace/_app-service-configurable_PR-535/archives/ [2023-03-22T23:54:03.429Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-535/archives/ [Pipeline] echo [2023-03-22T23:54:03.469Z] 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-535/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-22T23:54:03.761Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T23:54:04.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-22T23:54:04.381Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T23:54:04.522Z] prd-ubuntu20.04-docker-8c-8g-5335 does not seem to be running inside a container [2023-03-22T23:54:04.546Z] $ 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-535/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-535 -v /w/workspace/_app-service-configurable_PR-535:/w/workspace/_app-service-configurable_PR-535:rw,z -v /w/workspace/_app-service-configurable_PR-535@tmp:/w/workspace/_app-service-configurable_PR-535@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-03-22T23:54:04.731Z] $ docker top f6608b90c51f9aa5213598667ba4219d1aa363cc353c5cf4403674d248d1903a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T23:54:05.121Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-22T23:54:05.439Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-22T23:54:05.748Z] + ls /var/log/sa-host [2023-03-22T23:54:05.748Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-22T23:54:05.959Z] provisioning config files... [2023-03-22T23:54:05.968Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-535@tmp/config3513317462345958933tmp [Pipeline] { [Pipeline] echo [2023-03-22T23:54:06.022Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T23:54:06.327Z] ---> create-netrc.sh [Pipeline] } [2023-03-22T23:54:06.357Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-22T23:54:06.810Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-22T23:54:06.852Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T23:54:07.212Z] ---> sudo-logs.sh [2023-03-22T23:54:07.212Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-22T23:54:07.296Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T23:54:07.601Z] ---> job-cost.sh [2023-03-22T23:54:07.601Z] lf-activate-venv: SKIPPING [2023-03-22T23:54:07.601Z] DEBUG: total: 0.2199999988079071 [2023-03-22T23:54:07.601Z] INFO: Retrieving Stack Cost... [2023-03-22T23:54:07.601Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-22T23:54:07.859Z] INFO: Archiving Costs [Pipeline] echo [2023-03-22T23:54:07.890Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T23:54:08.199Z] ---> logs-deploy.sh [2023-03-22T23:54:08.199Z] lf-activate-venv: SKIPPING [2023-03-22T23:54:08.199Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-535/1 [2023-03-22T23:54:08.199Z] INFO: archiving workspace using pattern(s): [2023-03-22T23:54:09.142Z] Archives upload complete. [2023-03-22T23:54:09.142Z] INFO: archiving logs to Nexus