Pull request #430 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 f69c762bd0d67b07c82dbfa7455c2636093d2390+1efec17b9cd6fa36347b51e5d2e9f1185cb0218f (87e64847cf8734b9e63cdd551851b2ee9c2d28ed) 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-ssh11534249937843114885.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh4954435140192288503.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-430/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-430/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12547735459488856263.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-430/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh119617737971246383.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh14740386827311926787.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-430/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-430/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11332030927826943825.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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.17 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-15371 in /w/workspace/_app-service-configurable_PR-430 [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-430 # 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/430/head:refs/remotes/origin/PR-430 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1efec17b9cd6fa36347b51e5d2e9f1185cb0218f into PR head commit f69c762bd0d67b07c82dbfa7455c2636093d2390 Merge succeeded, producing f69c762bd0d67b07c82dbfa7455c2636093d2390 Checking out Revision f69c762bd0d67b07c82dbfa7455c2636093d2390 (PR-430) > git config core.sparsecheckout # timeout=10 > git checkout -f f69c762bd0d67b07c82dbfa7455c2636093d2390 # 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 1efec17b9cd6fa36347b51e5d2e9f1185cb0218f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f69c762bd0d67b07c82dbfa7455c2636093d2390 # timeout=10 Commit message: "build: Optimize test-attribution-txt.sh to use go.mod, not vendor" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-22T22:46:56.762Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-22T22:46:56.930Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-22T22:46:57.028Z] ========================================================= [2022-06-22T22:46:57.028Z] EdgeX Global Pipelines Version Info [2022-06-22T22:46:57.028Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-22T22:46:57.783Z] ------------------- [2022-06-22T22:46:57.783Z] stable info: [2022-06-22T22:46:57.783Z] ------------------- [2022-06-22T22:46:57.783Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-22T22:46:57.783Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-22T22:46:57.783Z] Message: update stable to v1.0.234 [2022-06-22T22:46:58.354Z] ------------------- [2022-06-22T22:46:58.354Z] experimental info: [2022-06-22T22:46:58.354Z] ------------------- [2022-06-22T22:46:58.354Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-06-22T22:46:58.354Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-22T22:46:58.354Z] Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-22T22:46:58.709Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-06-22T22:46:58.750Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-06-22T22:46:58.792Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-22T22:46:58.832Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-22T22:46:58.869Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-22T22:46:58.911Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-22T22:46:58.950Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-22T22:46:58.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-06-22T22:46:59.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-22T22:46:59.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-22T22:46:59.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-22T22:46:59.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-06-22T22:46:59.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-22T22:46:59.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-22T22:46:59.350Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-22T22:46:59.392Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-22T22:46:59.429Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-22T22:46:59.471Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-22T22:46:59.513Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-22T22:46:59.555Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-22T22:46:59.593Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-06-22T22:46:59.635Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-06-22T22:46:59.672Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-22T22:46:59.714Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-22T22:46:59.755Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-06-22T22:46:59.792Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-22T22:46:59.831Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-22T22:46:59.870Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-430 [Pipeline] echo [2022-06-22T22:46:59.909Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-430 [Pipeline] echo [2022-06-22T22:46:59.950Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-430 [Pipeline] echo [2022-06-22T22:46:59.990Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f69c762bd0d67b07c82dbfa7455c2636093d2390 [Pipeline] echo [2022-06-22T22:47:00.026Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f69c762 [Pipeline] echo [2022-06-22T22:47:00.069Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-22T22:47:00.183Z] provisioning config files... [2022-06-22T22:47:00.197Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-430@tmp/config909583995515127728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-22T22:47:00.562Z] ---> docker-login.sh [2022-06-22T22:47:00.562Z] nexus3.edgexfoundry.org:10001 [2022-06-22T22:47:00.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-22T22:47:00.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-22T22:47:00.824Z] Configure a credential helper to remove this warning. See [2022-06-22T22:47:00.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-22T22:47:00.824Z] [2022-06-22T22:47:00.824Z] Login Succeeded [2022-06-22T22:47:00.824Z] nexus3.edgexfoundry.org:10002 [2022-06-22T22:47:01.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-22T22:47:01.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-22T22:47:01.086Z] Configure a credential helper to remove this warning. See [2022-06-22T22:47:01.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-22T22:47:01.086Z] [2022-06-22T22:47:01.086Z] Login Succeeded [2022-06-22T22:47:01.086Z] nexus3.edgexfoundry.org:10003 [2022-06-22T22:47:01.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-22T22:47:01.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-22T22:47:01.348Z] Configure a credential helper to remove this warning. See [2022-06-22T22:47:01.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-22T22:47:01.348Z] [2022-06-22T22:47:01.348Z] Login Succeeded [2022-06-22T22:47:01.348Z] nexus3.edgexfoundry.org:10004 [2022-06-22T22:47:01.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-22T22:47:01.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-22T22:47:01.348Z] Configure a credential helper to remove this warning. See [2022-06-22T22:47:01.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-22T22:47:01.348Z] [2022-06-22T22:47:01.348Z] Login Succeeded [2022-06-22T22:47:01.348Z] docker.io [2022-06-22T22:47:01.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-22T22:47:01.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-22T22:47:01.921Z] Configure a credential helper to remove this warning. See [2022-06-22T22:47:01.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-22T22:47:01.921Z] [2022-06-22T22:47:01.921Z] Login Succeeded [2022-06-22T22:47:01.921Z] ---> docker-login.sh ends [Pipeline] } [2022-06-22T22:47:01.946Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-22T22:47:02.525Z] + git rev-list -1 --merges f69c762bd0d67b07c82dbfa7455c2636093d2390~1..f69c762bd0d67b07c82dbfa7455c2636093d2390 [Pipeline] echo [2022-06-22T22:47:02.573Z] -----------> git rev-list -1 --merges f69c762bd0d67b07c82dbfa7455c2636093d2390~1..f69c762bd0d67b07c82dbfa7455c2636093d2390 f69c762bd0d67b07c82dbfa7455c2636093d2390 [false] [Pipeline] sh [2022-06-22T22:47:02.884Z] + git log --format=format:%s -1 f69c762bd0d67b07c82dbfa7455c2636093d2390 [Pipeline] echo [2022-06-22T22:47:02.919Z] ========================================================= [2022-06-22T22:47:02.919Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-22T22:47:02.919Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-22T22:47:03.355Z] + git log --format=format:%s -1 f69c762bd0d67b07c82dbfa7455c2636093d2390 [Pipeline] echo [2022-06-22T22:47:03.387Z] [semverPrep] GIT_COMMIT: f69c762bd0d67b07c82dbfa7455c2636093d2390, Commit Message: build: Optimize test-attribution-txt.sh to use go.mod, not vendor [Pipeline] echo [2022-06-22T22:47:03.417Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-22T22:47:03.810Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-22T22:47:03.810Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-22T22:47:03.810Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-22T22:47:03.810Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-22T22:47:03.810Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-22T22:47:03.810Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-22T22:47:03.810Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T22:47:04.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-22T22:47:04.244Z] [2022-06-22T22:47:04.244Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T22:47:04.619Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-22T22:47:04.619Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-06-22T22:47:04.619Z] 42c077c10790: Pulling fs layer [2022-06-22T22:47:04.619Z] f63e77b7563a: Pulling fs layer [2022-06-22T22:47:04.619Z] bd5fdadae976: Pulling fs layer [2022-06-22T22:47:04.619Z] 205491f53016: Pulling fs layer [2022-06-22T22:47:04.619Z] df18705c85c3: Pulling fs layer [2022-06-22T22:47:04.619Z] bdb3f477010e: Pulling fs layer [2022-06-22T22:47:04.619Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-22T22:47:04.619Z] 2c6e9b1d212d: Pulling fs layer [2022-06-22T22:47:04.619Z] bdb8f0575790: Pulling fs layer [2022-06-22T22:47:04.619Z] 386e3cb2ff24: Pulling fs layer [2022-06-22T22:47:04.619Z] 2343380bae48: Pulling fs layer [2022-06-22T22:47:04.619Z] c8a8fc8e1c8f: Waiting [2022-06-22T22:47:04.619Z] 205491f53016: Waiting [2022-06-22T22:47:04.619Z] 2343380bae48: Waiting [2022-06-22T22:47:04.619Z] 386e3cb2ff24: Waiting [2022-06-22T22:47:04.619Z] 2c6e9b1d212d: Waiting [2022-06-22T22:47:04.619Z] bdb8f0575790: Waiting [2022-06-22T22:47:04.619Z] df18705c85c3: Waiting [2022-06-22T22:47:04.619Z] bdb3f477010e: Waiting [2022-06-22T22:47:04.619Z] f63e77b7563a: Download complete [2022-06-22T22:47:04.619Z] 205491f53016: Verifying Checksum [2022-06-22T22:47:04.619Z] 205491f53016: Download complete [2022-06-22T22:47:04.880Z] df18705c85c3: Verifying Checksum [2022-06-22T22:47:04.880Z] df18705c85c3: Download complete [2022-06-22T22:47:04.880Z] bd5fdadae976: Verifying Checksum [2022-06-22T22:47:04.880Z] bd5fdadae976: Download complete [2022-06-22T22:47:04.880Z] bdb3f477010e: Verifying Checksum [2022-06-22T22:47:04.880Z] bdb3f477010e: Download complete [2022-06-22T22:47:04.880Z] 2c6e9b1d212d: Download complete [2022-06-22T22:47:04.880Z] bdb8f0575790: Download complete [2022-06-22T22:47:04.880Z] 386e3cb2ff24: Verifying Checksum [2022-06-22T22:47:04.880Z] 386e3cb2ff24: Download complete [2022-06-22T22:47:04.880Z] 2343380bae48: Verifying Checksum [2022-06-22T22:47:04.880Z] 2343380bae48: Download complete [2022-06-22T22:47:04.880Z] 42c077c10790: Verifying Checksum [2022-06-22T22:47:04.880Z] 42c077c10790: Download complete [2022-06-22T22:47:05.139Z] c8a8fc8e1c8f: Verifying Checksum [2022-06-22T22:47:05.139Z] c8a8fc8e1c8f: Download complete [2022-06-22T22:47:06.077Z] 42c077c10790: Pull complete [2022-06-22T22:47:06.077Z] f63e77b7563a: Pull complete [2022-06-22T22:47:06.646Z] bd5fdadae976: Pull complete [2022-06-22T22:47:06.646Z] 205491f53016: Pull complete [2022-06-22T22:47:06.908Z] df18705c85c3: Pull complete [2022-06-22T22:47:06.908Z] bdb3f477010e: Pull complete [2022-06-22T22:47:08.816Z] c8a8fc8e1c8f: Pull complete [2022-06-22T22:47:08.816Z] 2c6e9b1d212d: Pull complete [2022-06-22T22:47:09.078Z] bdb8f0575790: Pull complete [2022-06-22T22:47:09.078Z] 386e3cb2ff24: Pull complete [2022-06-22T22:47:09.078Z] 2343380bae48: Pull complete [2022-06-22T22:47:09.078Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-22T22:47:09.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-22T22:47:09.078Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-22T22:47:09.299Z] prd-ubuntu20.04-docker-8c-8g-15371 does not seem to be running inside a container [2022-06-22T22:47:09.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-430 -v /w/workspace/_app-service-configurable_PR-430:/w/workspace/_app-service-configurable_PR-430:rw,z -v /w/workspace/_app-service-configurable_PR-430@tmp:/w/workspace/_app-service-configurable_PR-430@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 [2022-06-22T22:47:10.719Z] $ docker top 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 -eo pid,comm [2022-06-22T22:47:10.779Z] 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). [2022-06-22T22:47:10.779Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-22T22:47:10.891Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-22T22:47:10.891Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-22T22:47:11.024Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-22T22:47:11.030Z] $ docker exec 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 ssh-agent [2022-06-22T22:47:11.139Z] SSH_AUTH_SOCK=/tmp/ssh-bg9TE8n3VwlI/agent.32 [2022-06-22T22:47:11.139Z] SSH_AGENT_PID=38 [2022-06-22T22:47:11.146Z] Running ssh-add (command line suppressed) [2022-06-22T22:47:11.267Z] Identity added: /w/workspace/_app-service-configurable_PR-430@tmp/private_key_8987228078617896109.key (/w/workspace/_app-service-configurable_PR-430@tmp/private_key_8987228078617896109.key) [2022-06-22T22:47:11.280Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-22T22:47:11.610Z] + git tag --points-at HEAD [Pipeline] } [2022-06-22T22:47:11.637Z] $ docker exec --env ******** --env ******** 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 ssh-agent -k [2022-06-22T22:47:11.754Z] unset SSH_AUTH_SOCK; [2022-06-22T22:47:11.754Z] unset SSH_AGENT_PID; [2022-06-22T22:47:11.754Z] echo Agent pid 38 killed; [2022-06-22T22:47:11.763Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-22T22:47:11.845Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-22T22:47:11.845Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-22T22:47:11.976Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-22T22:47:11.981Z] $ docker exec 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 ssh-agent [2022-06-22T22:47:12.098Z] SSH_AUTH_SOCK=/tmp/ssh-cV20dgXUVwb6/agent.70 [2022-06-22T22:47:12.098Z] SSH_AGENT_PID=77 [2022-06-22T22:47:12.104Z] Running ssh-add (command line suppressed) [2022-06-22T22:47:12.218Z] Identity added: /w/workspace/_app-service-configurable_PR-430@tmp/private_key_6327958053081734397.key (/w/workspace/_app-service-configurable_PR-430@tmp/private_key_6327958053081734397.key) [2022-06-22T22:47:12.229Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-22T22:47:12.562Z] + git semver init [2022-06-22T22:47:12.822Z] 2022-06-22 22:47:12,764 [run_init] DEBUG init version:0.0.0 force:False [2022-06-22T22:47:12.822Z] 2022-06-22 22:47:12,764 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-430/.semver [2022-06-22T22:47:12.822Z] 2022-06-22 22:47:12,765 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-430/.semver [2022-06-22T22:47:12.822Z] 2022-06-22 22:47:12,765 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-430/.semver'], cwd=/w/workspace/_app-service-configurable_PR-430, universal_newlines=False, shell=None, istream=None) [2022-06-22T22:47:13.763Z] 2022-06-22 22:47:13,485 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-430/.git/info/exclude [2022-06-22T22:47:13.763Z] 2022-06-22 22:47:13,486 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-430/.semver/PR-430 with force:False [2022-06-22T22:47:13.763Z] 2022-06-22 22:47:13,486 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-430/.semver/PR-430 [2022-06-22T22:47:13.763Z] 2022-06-22 22:47:13,490 [execute] INFO git cat-file --batch-check [2022-06-22T22:47:13.763Z] 2022-06-22 22:47:13,491 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-430/.semver, universal_newlines=False, shell=None, istream=) [2022-06-22T22:47:13.763Z] 2022-06-22 22:47:13,497 [execute] INFO git cat-file --batch [2022-06-22T22:47:13.763Z] 2022-06-22 22:47:13,498 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-430/.semver, universal_newlines=False, shell=None, istream=) [2022-06-22T22:47:13.763Z] 2022-06-22 22:47:13,503 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-430/.semver/PR-430 [2022-06-22T22:47:13.763Z] 0.0.0 [Pipeline] } [2022-06-22T22:47:13.792Z] $ docker exec --env ******** --env ******** 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 ssh-agent -k [2022-06-22T22:47:13.894Z] unset SSH_AUTH_SOCK; [2022-06-22T22:47:13.895Z] unset SSH_AGENT_PID; [2022-06-22T22:47:13.895Z] echo Agent pid 77 killed; [2022-06-22T22:47:13.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-22T22:47:14.308Z] + git semver [Pipeline] } [2022-06-22T22:47:14.592Z] $ docker stop --time=1 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 [2022-06-22T22:47:15.923Z] $ docker rm -f 9d31e1a05c32418729c45877ca7bfcb7fe263da70dbcccab1caa51671a2ca2b0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-22T22:47:16.335Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-22T22:47:16.636Z] Stashed 1 file(s) [Pipeline] echo [2022-06-22T22:47:16.652Z] [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 [2022-06-22T22:47:17.208Z] provisioning config files... [2022-06-22T22:47:17.220Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-430@tmp/config2726187728193689141tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-22T22:47:17.565Z] ---> docker-login.sh [2022-06-22T22:47:17.565Z] nexus3.edgexfoundry.org:10001 [2022-06-22T22:47:17.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-22T22:47:17.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-22T22:47:17.565Z] Configure a credential helper to remove this warning. See [2022-06-22T22:47:17.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-22T22:47:17.565Z] [2022-06-22T22:47:17.565Z] Login Succeeded [2022-06-22T22:47:17.565Z] nexus3.edgexfoundry.org:10002 [2022-06-22T22:47:17.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-22T22:47:17.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-22T22:47:17.565Z] Configure a credential helper to remove this warning. See [2022-06-22T22:47:17.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-22T22:47:17.565Z] [2022-06-22T22:47:17.565Z] Login Succeeded [2022-06-22T22:47:17.825Z] nexus3.edgexfoundry.org:10003 [2022-06-22T22:47:17.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-22T22:47:17.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-22T22:47:17.825Z] Configure a credential helper to remove this warning. See [2022-06-22T22:47:17.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-22T22:47:17.825Z] [2022-06-22T22:47:17.825Z] Login Succeeded [2022-06-22T22:47:17.825Z] nexus3.edgexfoundry.org:10004 [2022-06-22T22:47:17.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-22T22:47:17.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-22T22:47:17.825Z] Configure a credential helper to remove this warning. See [2022-06-22T22:47:17.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-22T22:47:17.825Z] [2022-06-22T22:47:17.825Z] Login Succeeded [2022-06-22T22:47:17.825Z] docker.io [2022-06-22T22:47:18.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-22T22:47:18.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-22T22:47:18.349Z] Configure a credential helper to remove this warning. See [2022-06-22T22:47:18.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-22T22:47:18.349Z] [2022-06-22T22:47:18.349Z] Login Succeeded [2022-06-22T22:47:18.349Z] ---> docker-login.sh ends [Pipeline] } [2022-06-22T22:47:18.378Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-22T22:47:18.568Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-22T22:47:18.607Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-22T22:47:18.638Z] ========================================================= [2022-06-22T22:47:18.638Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-06-22T22:47:18.638Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T22:47:19.098Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-06-22T22:47:19.098Z] Sending build context to Docker daemon 3.079MB [2022-06-22T22:47:19.098Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-06-22T22:47:19.098Z] Step 2/13 : FROM ${BASE} AS builder [2022-06-22T22:47:19.098Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-06-22T22:47:19.098Z] 59bf1c3509f3: Pulling fs layer [2022-06-22T22:47:19.098Z] 666ba61612fd: Pulling fs layer [2022-06-22T22:47:19.098Z] 8ed8ca486205: Pulling fs layer [2022-06-22T22:47:19.098Z] cc1cd167ecdc: Pulling fs layer [2022-06-22T22:47:19.098Z] c516ae0d96e1: Pulling fs layer [2022-06-22T22:47:19.098Z] cc1cd167ecdc: Waiting [2022-06-22T22:47:19.098Z] c516ae0d96e1: Waiting [2022-06-22T22:47:19.098Z] 684cea983483: Pulling fs layer [2022-06-22T22:47:19.098Z] dd3240ac7de5: Pulling fs layer [2022-06-22T22:47:19.098Z] b1e948a4e11c: Pulling fs layer [2022-06-22T22:47:19.098Z] a8fd76ee1af6: Pulling fs layer [2022-06-22T22:47:19.098Z] 646ad004c059: Pulling fs layer [2022-06-22T22:47:19.098Z] 684cea983483: Waiting [2022-06-22T22:47:19.098Z] b1e948a4e11c: Waiting [2022-06-22T22:47:19.098Z] 646ad004c059: Waiting [2022-06-22T22:47:19.098Z] a8fd76ee1af6: Waiting [2022-06-22T22:47:19.098Z] dd3240ac7de5: Waiting [2022-06-22T22:47:19.098Z] 8ed8ca486205: Verifying Checksum [2022-06-22T22:47:19.098Z] 8ed8ca486205: Download complete [2022-06-22T22:47:19.098Z] 666ba61612fd: Verifying Checksum [2022-06-22T22:47:19.098Z] 666ba61612fd: Download complete [2022-06-22T22:47:19.098Z] c516ae0d96e1: Verifying Checksum [2022-06-22T22:47:19.098Z] c516ae0d96e1: Download complete [2022-06-22T22:47:19.098Z] 684cea983483: Download complete [2022-06-22T22:47:19.098Z] 59bf1c3509f3: Verifying Checksum [2022-06-22T22:47:19.098Z] 59bf1c3509f3: Download complete [2022-06-22T22:47:19.098Z] dd3240ac7de5: Verifying Checksum [2022-06-22T22:47:19.098Z] dd3240ac7de5: Download complete [2022-06-22T22:47:19.363Z] b1e948a4e11c: Verifying Checksum [2022-06-22T22:47:19.363Z] b1e948a4e11c: Download complete [2022-06-22T22:47:19.363Z] 59bf1c3509f3: Pull complete [2022-06-22T22:47:19.631Z] 666ba61612fd: Pull complete [2022-06-22T22:47:19.632Z] 8ed8ca486205: Pull complete [2022-06-22T22:47:19.632Z] 646ad004c059: Verifying Checksum [2022-06-22T22:47:19.632Z] 646ad004c059: Download complete [2022-06-22T22:47:19.895Z] a8fd76ee1af6: Verifying Checksum [2022-06-22T22:47:19.895Z] a8fd76ee1af6: Download complete [2022-06-22T22:47:19.895Z] cc1cd167ecdc: Verifying Checksum [2022-06-22T22:47:19.895Z] cc1cd167ecdc: Download complete [2022-06-22T22:47:23.182Z] cc1cd167ecdc: Pull complete [2022-06-22T22:47:23.441Z] c516ae0d96e1: Pull complete [2022-06-22T22:47:23.441Z] 684cea983483: Pull complete [2022-06-22T22:47:23.441Z] dd3240ac7de5: Pull complete [2022-06-22T22:47:23.441Z] b1e948a4e11c: Pull complete [2022-06-22T22:47:25.349Z] a8fd76ee1af6: Pull complete [2022-06-22T22:47:26.306Z] 646ad004c059: Pull complete [2022-06-22T22:47:26.306Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-06-22T22:47:26.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-22T22:47:26.306Z] ---> 8f69c11f6b0c [2022-06-22T22:47:26.306Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-22T22:47:28.217Z] ---> Running in 807b95dc1482 [2022-06-22T22:47:28.217Z] Removing intermediate container 807b95dc1482 [2022-06-22T22:47:28.217Z] ---> 12479d94ebc2 [2022-06-22T22:47:28.217Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-06-22T22:47:28.217Z] ---> Running in 2285cde1ca26 [2022-06-22T22:47:28.478Z] Removing intermediate container 2285cde1ca26 [2022-06-22T22:47:28.478Z] ---> a7e9a0e2f7ef [2022-06-22T22:47:28.478Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-22T22:47:28.478Z] ---> Running in a5252e262407 [2022-06-22T22:47:28.478Z] Removing intermediate container a5252e262407 [2022-06-22T22:47:28.478Z] ---> 0d560bc39446 [2022-06-22T22:47:28.478Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T22:47:28.478Z] ---> Running in bc5917c8fc67 [2022-06-22T22:47:29.418Z] Removing intermediate container bc5917c8fc67 [2022-06-22T22:47:29.418Z] ---> ab71ba6e4fe7 [2022-06-22T22:47:29.418Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-22T22:47:29.418Z] ---> Running in 60a36312c4c4 [2022-06-22T22:47:29.418Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-22T22:47:30.360Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-22T22:47:30.620Z] OK: 221 MiB in 52 packages [2022-06-22T22:47:30.884Z] Removing intermediate container 60a36312c4c4 [2022-06-22T22:47:30.884Z] ---> 14ca02d220a3 [2022-06-22T22:47:30.884Z] Step 8/13 : WORKDIR /app [2022-06-22T22:47:30.884Z] ---> Running in b0bc886eceb4 [2022-06-22T22:47:31.144Z] Removing intermediate container b0bc886eceb4 [2022-06-22T22:47:31.144Z] ---> 5109a4a0c667 [2022-06-22T22:47:31.144Z] Step 9/13 : COPY go.mod vendor* ./ [2022-06-22T22:47:31.144Z] ---> b3c8c9f84c59 [2022-06-22T22:47:31.144Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T22:47:31.144Z] ---> Running in e6188956b6de [2022-06-22T22:47:32.037Z] Still waiting to schedule task [2022-06-22T22:47:32.037Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-06-22T22:47:46.052Z] Removing intermediate container e6188956b6de [2022-06-22T22:47:46.052Z] ---> 047231dd088d [2022-06-22T22:47:46.052Z] Step 11/13 : COPY . . [2022-06-22T22:47:46.052Z] ---> b6265912e31d [2022-06-22T22:47:46.052Z] Step 12/13 : ARG MAKE="make build" [2022-06-22T22:47:46.052Z] ---> Running in 80f842e8bde3 [2022-06-22T22:47:46.052Z] Removing intermediate container 80f842e8bde3 [2022-06-22T22:47:46.052Z] ---> fcea7355e7bf [2022-06-22T22:47:46.052Z] Step 13/13 : RUN $MAKE [2022-06-22T22:47:46.052Z] ---> Running in 81e9a16f0bed [2022-06-22T22:47:46.052Z] noop [2022-06-22T22:47:46.052Z] Removing intermediate container 81e9a16f0bed [2022-06-22T22:47:46.052Z] ---> 01e283430031 [2022-06-22T22:47:46.052Z] Successfully built 01e283430031 [2022-06-22T22:47:46.052Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T22:47:46.499Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-22T22:47:46.499Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-22T22:47:46.663Z] prd-ubuntu20.04-docker-8c-8g-15371 does not seem to be running inside a container [2022-06-22T22:47:46.699Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-430 -v /w/workspace/_app-service-configurable_PR-430:/w/workspace/_app-service-configurable_PR-430:rw,z -v /w/workspace/_app-service-configurable_PR-430@tmp:/w/workspace/_app-service-configurable_PR-430@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 [2022-06-22T22:47:47.303Z] $ docker top 6ac80319cbe88e53fb37d096e0b94bea50a6f75d3826f840c40212da5e36d205 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-22T22:47:47.702Z] + go version [2022-06-22T22:47:47.702Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-06-22T22:47:47.737Z] $ docker stop --time=1 6ac80319cbe88e53fb37d096e0b94bea50a6f75d3826f840c40212da5e36d205 [2022-06-22T22:47:49.061Z] $ docker rm -f 6ac80319cbe88e53fb37d096e0b94bea50a6f75d3826f840c40212da5e36d205 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T22:47:49.815Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-22T22:47:49.815Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-22T22:47:50.006Z] prd-ubuntu20.04-docker-8c-8g-15371 does not seem to be running inside a container [2022-06-22T22:47:50.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-430 -v /w/workspace/_app-service-configurable_PR-430:/w/workspace/_app-service-configurable_PR-430:rw,z -v /w/workspace/_app-service-configurable_PR-430@tmp:/w/workspace/_app-service-configurable_PR-430@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 [2022-06-22T22:47:50.465Z] $ docker top 242e1a42ce273fa567ae4797ea87086c2a745e9f5d088213c66016e5b780c9d7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-22T22:47:50.922Z] + make test [2022-06-22T22:47:50.922Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-06-22T22:48:00.909Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-06-22T22:48:00.909Z] CGO_ENABLED=1 go vet ./... [2022-06-22T22:48:03.448Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-22T22:48:03.448Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-22T22:48:03.448Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-22T22:48:03.488Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-22T22:48:03.521Z] $ docker stop --time=1 242e1a42ce273fa567ae4797ea87086c2a745e9f5d088213c66016e5b780c9d7 [2022-06-22T22:48:05.266Z] $ docker rm -f 242e1a42ce273fa567ae4797ea87086c2a745e9f5d088213c66016e5b780c9d7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-22T22:48:05.716Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-22T22:48:05.770Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-06-22T22:48:06.446Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-22T22:48:06.761Z] + ls -al . [2022-06-22T22:48:06.761Z] total 168 [2022-06-22T22:48:06.761Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 22:47 . [2022-06-22T22:48:06.761Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 22:46 .. [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 22 22:46 .dockerignore [2022-06-22T22:48:06.761Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 22:47 .git [2022-06-22T22:48:06.761Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 22:46 .github [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 104 Jun 22 22:46 .gitignore [2022-06-22T22:48:06.761Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 22 22:47 .semver [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 8698 Jun 22 22:46 Attribution.txt [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 27269 Jun 22 22:46 CHANGELOG.md [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 2087 Jun 22 22:46 Dockerfile [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 22 22:46 GOVERNANCE.md [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 688 Jun 22 22:46 Jenkinsfile [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 22 22:46 LICENSE [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 618 Jun 22 22:46 OWNERS.md [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 3718 Jun 22 22:46 README.md [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 22 22:47 VERSION [2022-06-22T22:48:06.761Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 22:46 bin [2022-06-22T22:48:06.761Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 22 22:47 coverage.out [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 3273 Jun 22 22:46 go.mod [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 34709 Jun 22 22:46 go.sum [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jun 22 22:46 main.go [2022-06-22T22:48:06.761Z] -rw-rw-r-- 1 jenkins jenkins 1972 Jun 22 22:46 makefile [2022-06-22T22:48:06.761Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 22 22:46 res [2022-06-22T22:48:06.761Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 22:46 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T22:48:07.152Z] + 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=f69c762bd0d67b07c82dbfa7455c2636093d2390 --label arch=amd64 --label version=0.0.0 . [2022-06-22T22:48:07.152Z] Sending build context to Docker daemon 3.08MB [2022-06-22T22:48:07.152Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-06-22T22:48:07.152Z] Step 2/27 : FROM ${BASE} AS builder [2022-06-22T22:48:07.153Z] ---> 01e283430031 [2022-06-22T22:48:07.153Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-22T22:48:07.153Z] ---> Running in b548e18dd5a2 [2022-06-22T22:48:07.413Z] Removing intermediate container b548e18dd5a2 [2022-06-22T22:48:07.413Z] ---> 6b0b14049501 [2022-06-22T22:48:07.413Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-06-22T22:48:07.413Z] ---> Running in 0fecd5c7be4c [2022-06-22T22:48:07.413Z] Removing intermediate container 0fecd5c7be4c [2022-06-22T22:48:07.413Z] ---> 8f9e1bd68187 [2022-06-22T22:48:07.413Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-22T22:48:07.413Z] ---> Running in a0a8a2d77ca9 [2022-06-22T22:48:07.674Z] Removing intermediate container a0a8a2d77ca9 [2022-06-22T22:48:07.675Z] ---> 66ad66ace712 [2022-06-22T22:48:07.675Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T22:48:07.675Z] ---> Running in 81edbcfa04e7 [2022-06-22T22:48:08.245Z] Removing intermediate container 81edbcfa04e7 [2022-06-22T22:48:08.245Z] ---> 6817cf008fec [2022-06-22T22:48:08.245Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-22T22:48:08.245Z] ---> Running in 6140256d3c48 [2022-06-22T22:48:08.505Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-22T22:48:09.446Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-22T22:48:09.706Z] OK: 221 MiB in 52 packages [2022-06-22T22:48:09.966Z] Removing intermediate container 6140256d3c48 [2022-06-22T22:48:09.966Z] ---> 6e35570b0bed [2022-06-22T22:48:09.966Z] Step 8/27 : WORKDIR /app [2022-06-22T22:48:09.966Z] ---> Running in cec3a16cb99b [2022-06-22T22:48:09.966Z] Removing intermediate container cec3a16cb99b [2022-06-22T22:48:09.966Z] ---> bbda07bc634d [2022-06-22T22:48:09.966Z] Step 9/27 : COPY go.mod vendor* ./ [2022-06-22T22:48:10.231Z] ---> 7b0635a72588 [2022-06-22T22:48:10.231Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T22:48:10.231Z] ---> Running in 814fac09d2bb [2022-06-22T22:48:10.799Z] Removing intermediate container 814fac09d2bb [2022-06-22T22:48:10.799Z] ---> 19b35a02ea39 [2022-06-22T22:48:10.799Z] Step 11/27 : COPY . . [2022-06-22T22:48:11.059Z] ---> 81357405dfe7 [2022-06-22T22:48:11.059Z] Step 12/27 : ARG MAKE="make build" [2022-06-22T22:48:11.059Z] ---> Running in 5575e7b0828c [2022-06-22T22:48:11.322Z] Removing intermediate container 5575e7b0828c [2022-06-22T22:48:11.322Z] ---> a2d67fc27c04 [2022-06-22T22:48:11.322Z] Step 13/27 : RUN $MAKE [2022-06-22T22:48:11.322Z] ---> Running in c5ead09219a9 [2022-06-22T22:48:11.582Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.7 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-06-22T22:48:33.545Z] Removing intermediate container c5ead09219a9 [2022-06-22T22:48:33.545Z] ---> 531630dbd790 [2022-06-22T22:48:33.545Z] Step 14/27 : FROM alpine:3.14 [2022-06-22T22:48:33.545Z] 3.14: Pulling from library/alpine [2022-06-22T22:48:33.545Z] 8663204ce13b: Pulling fs layer [2022-06-22T22:48:33.545Z] 8663204ce13b: Verifying Checksum [2022-06-22T22:48:33.545Z] 8663204ce13b: Download complete [2022-06-22T22:48:33.545Z] 8663204ce13b: Pull complete [2022-06-22T22:48:33.545Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-22T22:48:33.545Z] Status: Downloaded newer image for alpine:3.14 [2022-06-22T22:48:33.545Z] ---> e04c818066af [2022-06-22T22:48:33.545Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-22T22:48:33.545Z] ---> Running in 234910d30155 [2022-06-22T22:48:33.545Z] Removing intermediate container 234910d30155 [2022-06-22T22:48:33.545Z] ---> 749efd102a6f [2022-06-22T22:48:33.545Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-06-22T22:48:33.545Z] ---> Running in a150b73b0e46 [2022-06-22T22:48:33.545Z] Removing intermediate container a150b73b0e46 [2022-06-22T22:48:33.545Z] ---> 38809eb6eb90 [2022-06-22T22:48:33.545Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-06-22T22:48:33.545Z] ---> Running in 061cbd2d3c8e [2022-06-22T22:48:33.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-22T22:48:33.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-22T22:48:33.545Z] (1/7) Installing ca-certificates (20211220-r0) [2022-06-22T22:48:33.545Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-06-22T22:48:33.545Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-06-22T22:48:33.545Z] (4/7) Installing libsodium (1.0.18-r0) [2022-06-22T22:48:33.545Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-22T22:48:33.545Z] (6/7) Installing libzmq (4.3.4-r0) [2022-06-22T22:48:33.545Z] (7/7) Installing zeromq (4.3.4-r0) [2022-06-22T22:48:33.545Z] Executing busybox-1.33.1-r7.trigger [2022-06-22T22:48:33.545Z] Executing ca-certificates-20211220-r0.trigger [2022-06-22T22:48:33.545Z] OK: 9 MiB in 21 packages [2022-06-22T22:48:33.545Z] Removing intermediate container 061cbd2d3c8e [2022-06-22T22:48:33.545Z] ---> c994aba0e870 [2022-06-22T22:48:33.545Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-06-22T22:48:33.545Z] ---> b5c0e75800bb [2022-06-22T22:48:33.545Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-06-22T22:48:33.545Z] ---> 98bfe8441985 [2022-06-22T22:48:33.545Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-06-22T22:48:33.545Z] ---> 7b0cd72fa30c [2022-06-22T22:48:33.545Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-06-22T22:48:33.807Z] ---> ffe4c13c1ce9 [2022-06-22T22:48:33.807Z] Step 22/27 : EXPOSE 48095 [2022-06-22T22:48:33.807Z] ---> Running in aa3dec8b0c1d [2022-06-22T22:48:33.807Z] Removing intermediate container aa3dec8b0c1d [2022-06-22T22:48:33.807Z] ---> 6b51707eca31 [2022-06-22T22:48:33.807Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-06-22T22:48:33.807Z] ---> Running in ff91c8a666e1 [2022-06-22T22:48:34.068Z] Removing intermediate container ff91c8a666e1 [2022-06-22T22:48:34.068Z] ---> 6967ff36b8f1 [2022-06-22T22:48:34.068Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-22T22:48:34.068Z] ---> Running in 008a6d0f1a7f [2022-06-22T22:48:34.068Z] Removing intermediate container 008a6d0f1a7f [2022-06-22T22:48:34.068Z] ---> 50b706852e1a [2022-06-22T22:48:34.068Z] Step 25/27 : LABEL arch=amd64 [2022-06-22T22:48:34.068Z] ---> Running in 72d21d587db3 [2022-06-22T22:48:34.330Z] Removing intermediate container 72d21d587db3 [2022-06-22T22:48:34.330Z] ---> 508cd25bbccd [2022-06-22T22:48:34.330Z] Step 26/27 : LABEL git_sha=f69c762bd0d67b07c82dbfa7455c2636093d2390 [2022-06-22T22:48:34.330Z] ---> Running in 327b67b8adac [2022-06-22T22:48:34.330Z] Removing intermediate container 327b67b8adac [2022-06-22T22:48:34.330Z] ---> 8bf9b13cab40 [2022-06-22T22:48:34.330Z] Step 27/27 : LABEL version=0.0.0 [2022-06-22T22:48:34.330Z] ---> Running in 2bd17417aec5 [2022-06-22T22:48:34.591Z] Removing intermediate container 2bd17417aec5 [2022-06-22T22:48:34.591Z] ---> fb152207047e [2022-06-22T22:48:34.591Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-22T22:48:34.591Z] Successfully built fb152207047e [2022-06-22T22:48:34.591Z] 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 [2022-06-22T22:48:35.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-22T22:48:35.483Z] [2022-06-22T22:48:35.483Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T22:48:35.866Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-22T22:48:35.866Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-22T22:48:35.866Z] 5eb5b503b376: Pulling fs layer [2022-06-22T22:48:35.866Z] 5c69ac0246d0: Pulling fs layer [2022-06-22T22:48:35.866Z] ec43610c2a17: Pulling fs layer [2022-06-22T22:48:35.866Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-22T22:48:35.866Z] 33b1e0a273af: Pulling fs layer [2022-06-22T22:48:35.866Z] 5d3b04190fa2: Pulling fs layer [2022-06-22T22:48:35.866Z] 2f39f015ded8: Pulling fs layer [2022-06-22T22:48:35.866Z] 3a2ae6a8a46f: Waiting [2022-06-22T22:48:35.866Z] 33b1e0a273af: Waiting [2022-06-22T22:48:35.866Z] 2f39f015ded8: Waiting [2022-06-22T22:48:35.866Z] 5d3b04190fa2: Waiting [2022-06-22T22:48:35.866Z] 5c69ac0246d0: Verifying Checksum [2022-06-22T22:48:35.866Z] 5c69ac0246d0: Download complete [2022-06-22T22:48:35.866Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-22T22:48:35.866Z] 3a2ae6a8a46f: Download complete [2022-06-22T22:48:35.866Z] 33b1e0a273af: Verifying Checksum [2022-06-22T22:48:35.866Z] 33b1e0a273af: Download complete [2022-06-22T22:48:35.866Z] ec43610c2a17: Verifying Checksum [2022-06-22T22:48:35.866Z] ec43610c2a17: Download complete [2022-06-22T22:48:35.866Z] 5d3b04190fa2: Download complete [2022-06-22T22:48:36.126Z] 5eb5b503b376: Verifying Checksum [2022-06-22T22:48:36.126Z] 5eb5b503b376: Download complete [2022-06-22T22:48:36.695Z] 2f39f015ded8: Download complete [2022-06-22T22:48:37.265Z] 5eb5b503b376: Pull complete [2022-06-22T22:48:37.524Z] 5c69ac0246d0: Pull complete [2022-06-22T22:48:37.784Z] ec43610c2a17: Pull complete [2022-06-22T22:48:38.044Z] 3a2ae6a8a46f: Pull complete [2022-06-22T22:48:38.044Z] 33b1e0a273af: Pull complete [2022-06-22T22:48:38.303Z] 5d3b04190fa2: Pull complete [2022-06-22T22:48:42.502Z] 2f39f015ded8: Pull complete [2022-06-22T22:48:42.502Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-22T22:48:42.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-22T22:48:42.502Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-22T22:48:42.734Z] prd-ubuntu20.04-docker-8c-8g-15371 does not seem to be running inside a container [2022-06-22T22:48:42.771Z] $ 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-430 -v /w/workspace/_app-service-configurable_PR-430:/w/workspace/_app-service-configurable_PR-430:rw,z -v /w/workspace/_app-service-configurable_PR-430@tmp:/w/workspace/_app-service-configurable_PR-430@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 [2022-06-22T22:48:44.494Z] $ docker top 3e8818a884756596777b4281c29f01bdc188381185b63f71a9c92561e400d080 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-22T22:48:44.943Z] ---> job-cost.sh [2022-06-22T22:48:44.943Z] lf-activate-venv: SKIPPING [2022-06-22T22:48:44.943Z] INFO: No Stack... [2022-06-22T22:48:45.204Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-22T22:48:45.774Z] INFO: Archiving Costs [Pipeline] sh [2022-06-22T22:48:46.092Z] + cat /w/workspace/_app-service-configurable_PR-430/archives/cost.csv [2022-06-22T22:48:46.092Z] + cut -d, -f6 [Pipeline] lock [2022-06-22T22:48:46.130Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-430-1-stack-cost] [2022-06-22T22:48:46.134Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-430-1-stack-cost] did not exist. Created. [2022-06-22T22:48:46.134Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-430-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-22T22:48:46.532Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-22T22:48:46.581Z] Stashed 1 file(s) [Pipeline] } [2022-06-22T22:48:46.602Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-430-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-22T22:48:46.680Z] $ docker stop --time=1 3e8818a884756596777b4281c29f01bdc188381185b63f71a9c92561e400d080 [2022-06-22T22:48:47.888Z] $ docker rm -f 3e8818a884756596777b4281c29f01bdc188381185b63f71a9c92561e400d080 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-22T22:49:07.484Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-15372 in /w/workspace/_app-service-configurable_PR-430 [Pipeline] { [Pipeline] ws [2022-06-22T22:49:07.526Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2022-06-22T22:49:07.608Z] Selected Git installation does not exist. Using Default [2022-06-22T22:49:07.608Z] The recommended git tool is: NONE [2022-06-22T22:49:14.493Z] using credential edgex-jenkins-ssh [2022-06-22T22:49:14.520Z] Cloning the remote Git repository [2022-06-22T22:49:14.576Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-06-22T22:49:14.647Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2022-06-22T22:49:14.716Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-06-22T22:49:14.717Z] > git --version # timeout=10 [2022-06-22T22:49:14.743Z] > git --version # 'git version 2.25.1' [2022-06-22T22:49:14.745Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-22T22:49:14.846Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-22T22:49:16.461Z] Merging remotes/origin/main commit 1efec17b9cd6fa36347b51e5d2e9f1185cb0218f into PR head commit f69c762bd0d67b07c82dbfa7455c2636093d2390 [Pipeline] } [Pipeline] // ws [2022-06-22T22:49:15.783Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-06-22T22:49:15.801Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-22T22:49:15.866Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-06-22T22:49:15.929Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-06-22T22:49:15.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-22T22:49:15.944Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/430/head:refs/remotes/origin/PR-430 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-06-22T22:49:16.482Z] > git config core.sparsecheckout # timeout=10 [2022-06-22T22:49:16.501Z] > git checkout -f f69c762bd0d67b07c82dbfa7455c2636093d2390 # timeout=10 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-22T22:49:16.795Z] 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 [2022-06-22T22:49:18.623Z] + [ -d /w/workspace/_app-service-configurable_PR-430/archives ] [2022-06-22T22:49:18.623Z] + ls -al /w/workspace/_app-service-configurable_PR-430/archives [2022-06-22T22:49:18.623Z] total 16 [2022-06-22T22:49:18.623Z] drwxr-xr-x 3 root root 4096 Jun 22 22:48 . [2022-06-22T22:49:18.623Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 22 22:48 .. [2022-06-22T22:49:18.623Z] drwxr-xr-x 2 root root 4096 Jun 22 22:48 cost [2022-06-22T22:49:18.623Z] -rw-r--r-- 1 root root 95 Jun 22 22:48 cost.csv [2022-06-22T22:49:18.623Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-430/archives [2022-06-22T22:49:18.623Z] + ls -al /w/workspace/_app-service-configurable_PR-430/archives [2022-06-22T22:49:18.623Z] total 16 [2022-06-22T22:49:18.623Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 22 22:48 . [2022-06-22T22:49:18.623Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 22 22:48 .. [2022-06-22T22:49:18.623Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 22 22:48 cost [2022-06-22T22:49:18.623Z] -rw-r--r-- 1 jenkins jenkins 95 Jun 22 22:48 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-22T22:49:18.953Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-22T22:49:19.846Z] ---> package-listing.sh [2022-06-22T22:49:19.846Z] ++ facter osfamily [2022-06-22T22:49:19.846Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-22T22:49:19.846Z] + OS_FAMILY=debian [2022-06-22T22:49:19.846Z] + workspace=/w/workspace/_app-service-configurable_PR-430 [2022-06-22T22:49:19.846Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-22T22:49:19.846Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-22T22:49:19.846Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-22T22:49:19.846Z] + PACKAGES=/tmp/packages_start.txt [2022-06-22T22:49:19.846Z] + '[' /w/workspace/_app-service-configurable_PR-430 ']' [2022-06-22T22:49:19.846Z] + PACKAGES=/tmp/packages_end.txt [2022-06-22T22:49:19.846Z] + case "${OS_FAMILY}" in [2022-06-22T22:49:19.846Z] + dpkg -l [2022-06-22T22:49:19.846Z] + grep '^ii' [2022-06-22T22:49:20.107Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-22T22:49:20.107Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-22T22:49:20.107Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-22T22:49:20.107Z] + '[' /w/workspace/_app-service-configurable_PR-430 ']' [2022-06-22T22:49:20.107Z] + mkdir -p /w/workspace/_app-service-configurable_PR-430/archives/ [2022-06-22T22:49:20.107Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-430/archives/ [Pipeline] echo [2022-06-22T22:49:20.137Z] 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-430/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-06-22T22:49:20.430Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T22:49:21.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-22T22:49:21.117Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-22T22:49:21.266Z] prd-ubuntu20.04-docker-8c-8g-15371 does not seem to be running inside a container [2022-06-22T22:49:21.300Z] $ 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-430/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-430 -v /w/workspace/_app-service-configurable_PR-430:/w/workspace/_app-service-configurable_PR-430:rw,z -v /w/workspace/_app-service-configurable_PR-430@tmp:/w/workspace/_app-service-configurable_PR-430@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 [2022-06-22T22:49:21.557Z] $ docker top 4688a814064ccaf017ea65150d90a4dfdaef4045788e20f470900b1591e68f0b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-22T22:49:21.964Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-22T22:49:22.278Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-22T22:49:22.593Z] + ls /var/log/sa-host [2022-06-22T22:49:22.593Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-22T22:49:22.776Z] provisioning config files... [2022-06-22T22:49:22.786Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-430@tmp/config2927388756371962934tmp [Pipeline] { [Pipeline] echo [2022-06-22T22:49:22.838Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-22T22:49:23.150Z] ---> create-netrc.sh [Pipeline] } [2022-06-22T22:49:23.178Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-22T22:49:23.581Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-22T22:49:23.613Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-22T22:49:23.926Z] ---> sudo-logs.sh [2022-06-22T22:49:23.926Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-22T22:49:24.002Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-22T22:49:24.310Z] ---> job-cost.sh [2022-06-22T22:49:24.310Z] lf-activate-venv: SKIPPING [2022-06-22T22:49:24.310Z] DEBUG: total: 0.2199999988079071 [2022-06-22T22:49:24.310Z] INFO: Retrieving Stack Cost... [2022-06-22T22:49:24.570Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-22T22:49:25.142Z] INFO: Archiving Costs [Pipeline] echo [2022-06-22T22:49:25.175Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-22T22:49:25.492Z] ---> logs-deploy.sh [2022-06-22T22:49:25.492Z] lf-activate-venv: SKIPPING [2022-06-22T22:49:25.492Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-430/1 [2022-06-22T22:49:25.492Z] INFO: archiving workspace using pattern(s): [2022-06-22T22:49:26.430Z] Archives upload complete. [2022-06-22T22:49:26.430Z] INFO: archiving logs to Nexus