Pull request #586 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1dcee2aa9eb9cffdad61a8fef9704de49d368357+16836912c680c3f649fe41edaa45e5d9bccd0a74 (05252354bf7aa0d3d6fafa2253ee6ea0052e2799) 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-ssh7975692553022283132.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh13499051455199966121.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-586/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-586/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10063238111260541813.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-586/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1732818036590119145.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh16796785045147015381.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-586/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-586/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6531573864166729381.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3783 in /w/workspace/_app-service-configurable_PR-586 [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-586 # 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/586/head:refs/remotes/origin/PR-586 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 16836912c680c3f649fe41edaa45e5d9bccd0a74 into PR head commit 1dcee2aa9eb9cffdad61a8fef9704de49d368357 Merge succeeded, producing 1dcee2aa9eb9cffdad61a8fef9704de49d368357 Checking out Revision 1dcee2aa9eb9cffdad61a8fef9704de49d368357 (PR-586) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-16T12:53:06.255Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 1dcee2aa9eb9cffdad61a8fef9704de49d368357 # 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 16836912c680c3f649fe41edaa45e5d9bccd0a74 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1dcee2aa9eb9cffdad61a8fef9704de49d368357 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-16T12:53:06.436Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-16T12:53:06.539Z] ========================================================= [2023-08-16T12:53:06.539Z] EdgeX Global Pipelines Version Info [2023-08-16T12:53:06.539Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-16T12:53:07.277Z] ------------------- [2023-08-16T12:53:07.277Z] stable info: [2023-08-16T12:53:07.277Z] ------------------- [2023-08-16T12:53:07.277Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-16T12:53:07.277Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-16T12:53:07.277Z] Message: update stable to v1.0.253 [2023-08-16T12:53:07.846Z] ------------------- [2023-08-16T12:53:07.846Z] experimental info: [2023-08-16T12:53:07.846Z] ------------------- [2023-08-16T12:53:07.846Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-16T12:53:07.846Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-16T12:53:07.846Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-16T12:53:08.253Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-08-16T12:53:08.298Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-08-16T12:53:08.517Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-16T12:53:08.553Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-16T12:53:08.713Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-16T12:53:08.750Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-16T12:53:08.843Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-16T12:53:08.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-16T12:53:08.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-16T12:53:08.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-16T12:53:08.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-16T12:53:09.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-08-16T12:53:09.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-16T12:53:09.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-16T12:53:09.177Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-16T12:53:09.217Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-16T12:53:09.264Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-16T12:53:09.304Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-16T12:53:09.352Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-16T12:53:09.394Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-16T12:53:09.442Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-16T12:53:09.484Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-16T12:53:09.529Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-16T12:53:09.569Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-16T12:53:09.614Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-16T12:53:09.661Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-16T12:53:09.704Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-16T12:53:09.742Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-586 [Pipeline] echo [2023-08-16T12:53:09.788Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-586 [Pipeline] echo [2023-08-16T12:53:09.831Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-586 [Pipeline] echo [2023-08-16T12:53:09.871Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1dcee2aa9eb9cffdad61a8fef9704de49d368357 [Pipeline] echo [2023-08-16T12:53:09.914Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1dcee2a [Pipeline] echo [2023-08-16T12:53:09.956Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-16T12:53:10.070Z] provisioning config files... [2023-08-16T12:53:10.090Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-586@tmp/config17497129270723649700tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T12:53:10.436Z] ---> docker-login.sh [2023-08-16T12:53:10.436Z] nexus3.edgexfoundry.org:10001 [2023-08-16T12:53:10.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:53:10.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:53:10.701Z] Configure a credential helper to remove this warning. See [2023-08-16T12:53:10.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:53:10.701Z] [2023-08-16T12:53:10.701Z] Login Succeeded [2023-08-16T12:53:10.701Z] nexus3.edgexfoundry.org:10002 [2023-08-16T12:53:10.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:53:10.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:53:10.964Z] Configure a credential helper to remove this warning. See [2023-08-16T12:53:10.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:53:10.964Z] [2023-08-16T12:53:10.964Z] Login Succeeded [2023-08-16T12:53:10.964Z] nexus3.edgexfoundry.org:10003 [2023-08-16T12:53:10.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:53:10.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:53:10.964Z] Configure a credential helper to remove this warning. See [2023-08-16T12:53:10.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:53:10.964Z] [2023-08-16T12:53:10.964Z] Login Succeeded [2023-08-16T12:53:10.964Z] nexus3.edgexfoundry.org:10004 [2023-08-16T12:53:10.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:53:11.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:53:11.223Z] Configure a credential helper to remove this warning. See [2023-08-16T12:53:11.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:53:11.223Z] [2023-08-16T12:53:11.223Z] Login Succeeded [2023-08-16T12:53:11.223Z] docker.io [2023-08-16T12:53:11.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:53:11.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:53:11.483Z] Configure a credential helper to remove this warning. See [2023-08-16T12:53:11.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:53:11.483Z] [2023-08-16T12:53:11.483Z] Login Succeeded [2023-08-16T12:53:11.483Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T12:53:11.508Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-16T12:53:12.120Z] + git rev-list -1 --merges 1dcee2aa9eb9cffdad61a8fef9704de49d368357~1..1dcee2aa9eb9cffdad61a8fef9704de49d368357 [Pipeline] echo [2023-08-16T12:53:12.181Z] -----------> git rev-list -1 --merges 1dcee2aa9eb9cffdad61a8fef9704de49d368357~1..1dcee2aa9eb9cffdad61a8fef9704de49d368357 1dcee2aa9eb9cffdad61a8fef9704de49d368357 [false] [Pipeline] sh [2023-08-16T12:53:12.489Z] + git log --format=format:%s -1 1dcee2aa9eb9cffdad61a8fef9704de49d368357 [Pipeline] echo [2023-08-16T12:53:12.528Z] ========================================================= [2023-08-16T12:53:12.528Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-16T12:53:12.528Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-16T12:53:12.956Z] + git log --format=format:%s -1 1dcee2aa9eb9cffdad61a8fef9704de49d368357 [Pipeline] echo [2023-08-16T12:53:12.990Z] [semverPrep] GIT_COMMIT: 1dcee2aa9eb9cffdad61a8fef9704de49d368357, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2023-08-16T12:53:13.019Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-16T12:53:13.427Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-16T12:53:13.427Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-16T12:53:13.427Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-16T12:53:13.427Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-16T12:53:13.427Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-16T12:53:13.427Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-16T12:53:13.427Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T12:53:13.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T12:53:13.945Z] [2023-08-16T12:53:13.945Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T12:53:14.316Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T12:53:14.316Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-16T12:53:14.316Z] b85a868b505f: Pulling fs layer [2023-08-16T12:53:14.316Z] e2be974225ed: Pulling fs layer [2023-08-16T12:53:14.316Z] 339a4e72a1f5: Pulling fs layer [2023-08-16T12:53:14.316Z] 988bab9f4d93: Pulling fs layer [2023-08-16T12:53:14.316Z] 1469e6f7b9e6: Pulling fs layer [2023-08-16T12:53:14.316Z] eaf3925da568: Pulling fs layer [2023-08-16T12:53:14.316Z] bab4dde63d76: Pulling fs layer [2023-08-16T12:53:14.316Z] bde34c3a00c8: Pulling fs layer [2023-08-16T12:53:14.316Z] b352a97aabf1: Pulling fs layer [2023-08-16T12:53:14.316Z] 4872d77fe225: Pulling fs layer [2023-08-16T12:53:14.316Z] 5851b861e8e6: Pulling fs layer [2023-08-16T12:53:14.316Z] 4872d77fe225: Waiting [2023-08-16T12:53:14.316Z] bab4dde63d76: Waiting [2023-08-16T12:53:14.316Z] 988bab9f4d93: Waiting [2023-08-16T12:53:14.316Z] bde34c3a00c8: Waiting [2023-08-16T12:53:14.316Z] b352a97aabf1: Waiting [2023-08-16T12:53:14.316Z] 5851b861e8e6: Waiting [2023-08-16T12:53:14.316Z] eaf3925da568: Waiting [2023-08-16T12:53:14.316Z] e2be974225ed: Download complete [2023-08-16T12:53:14.316Z] 988bab9f4d93: Verifying Checksum [2023-08-16T12:53:14.316Z] 988bab9f4d93: Download complete [2023-08-16T12:53:14.576Z] 1469e6f7b9e6: Verifying Checksum [2023-08-16T12:53:14.576Z] 1469e6f7b9e6: Download complete [2023-08-16T12:53:14.576Z] eaf3925da568: Verifying Checksum [2023-08-16T12:53:14.576Z] eaf3925da568: Download complete [2023-08-16T12:53:14.576Z] 339a4e72a1f5: Verifying Checksum [2023-08-16T12:53:14.576Z] 339a4e72a1f5: Download complete [2023-08-16T12:53:14.576Z] bde34c3a00c8: Download complete [2023-08-16T12:53:14.576Z] b352a97aabf1: Download complete [2023-08-16T12:53:14.576Z] 4872d77fe225: Download complete [2023-08-16T12:53:14.576Z] 5851b861e8e6: Verifying Checksum [2023-08-16T12:53:14.576Z] 5851b861e8e6: Download complete [2023-08-16T12:53:14.576Z] b85a868b505f: Verifying Checksum [2023-08-16T12:53:14.576Z] b85a868b505f: Download complete [2023-08-16T12:53:14.835Z] bab4dde63d76: Verifying Checksum [2023-08-16T12:53:14.835Z] bab4dde63d76: Download complete [2023-08-16T12:53:15.768Z] b85a868b505f: Pull complete [2023-08-16T12:53:15.768Z] e2be974225ed: Pull complete [2023-08-16T12:53:16.336Z] 339a4e72a1f5: Pull complete [2023-08-16T12:53:16.336Z] 988bab9f4d93: Pull complete [2023-08-16T12:53:16.595Z] 1469e6f7b9e6: Pull complete [2023-08-16T12:53:16.595Z] eaf3925da568: Pull complete [2023-08-16T12:53:17.968Z] bab4dde63d76: Pull complete [2023-08-16T12:53:18.227Z] bde34c3a00c8: Pull complete [2023-08-16T12:53:18.227Z] b352a97aabf1: Pull complete [2023-08-16T12:53:18.227Z] 4872d77fe225: Pull complete [2023-08-16T12:53:18.486Z] 5851b861e8e6: Pull complete [2023-08-16T12:53:18.486Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-16T12:53:18.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T12:53:18.486Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T12:53:18.707Z] prd-ubuntu20.04-docker-8c-8g-3783 does not seem to be running inside a container [2023-08-16T12:53:18.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-586 -v /w/workspace/_app-service-configurable_PR-586:/w/workspace/_app-service-configurable_PR-586:rw,z -v /w/workspace/_app-service-configurable_PR-586@tmp:/w/workspace/_app-service-configurable_PR-586@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-16T12:53:23.080Z] $ docker top a0c565bf4c4c1270e5de676d9afb200b33e1144507c3f1a10d8a6127b6196e31 -eo pid,comm [2023-08-16T12:53:23.138Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-08-16T12:53:23.138Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-16T12:53:23.271Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-16T12:53:23.271Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-16T12:53:23.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-16T12:53:23.365Z] $ docker exec a0c565bf4c4c1270e5de676d9afb200b33e1144507c3f1a10d8a6127b6196e31 ssh-agent [2023-08-16T12:53:23.462Z] SSH_AUTH_SOCK=/tmp/ssh-MYRIHZNTF58F/agent.32 [2023-08-16T12:53:23.463Z] SSH_AGENT_PID=38 [2023-08-16T12:53:23.470Z] Running ssh-add (command line suppressed) [2023-08-16T12:53:23.562Z] Identity added: /w/workspace/_app-service-configurable_PR-586@tmp/private_key_3099910272055213618.key (/w/workspace/_app-service-configurable_PR-586@tmp/private_key_3099910272055213618.key) [2023-08-16T12:53:23.579Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-16T12:53:23.950Z] + git tag --points-at HEAD [Pipeline] } [2023-08-16T12:53:23.976Z] $ docker exec --env ******** --env ******** a0c565bf4c4c1270e5de676d9afb200b33e1144507c3f1a10d8a6127b6196e31 ssh-agent -k [2023-08-16T12:53:24.064Z] unset SSH_AUTH_SOCK; [2023-08-16T12:53:24.065Z] unset SSH_AGENT_PID; [2023-08-16T12:53:24.065Z] echo Agent pid 38 killed; [2023-08-16T12:53:24.079Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-16T12:53:24.287Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-16T12:53:24.287Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-16T12:53:24.397Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-16T12:53:24.397Z] $ docker exec a0c565bf4c4c1270e5de676d9afb200b33e1144507c3f1a10d8a6127b6196e31 ssh-agent [2023-08-16T12:53:24.492Z] SSH_AUTH_SOCK=/tmp/ssh-1bdqYJ7Pzzh0/agent.70 [2023-08-16T12:53:24.492Z] SSH_AGENT_PID=76 [2023-08-16T12:53:24.496Z] Running ssh-add (command line suppressed) [2023-08-16T12:53:24.591Z] Identity added: /w/workspace/_app-service-configurable_PR-586@tmp/private_key_3908486809553801922.key (/w/workspace/_app-service-configurable_PR-586@tmp/private_key_3908486809553801922.key) [2023-08-16T12:53:24.607Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-16T12:53:24.932Z] + git semver init [2023-08-16T12:53:25.190Z] 2023-08-16 12:53:25,095 [run_init] DEBUG init version:0.0.0 force:False [2023-08-16T12:53:25.190Z] 2023-08-16 12:53:25,095 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-586/.semver [2023-08-16T12:53:25.191Z] 2023-08-16 12:53:25,096 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-586/.semver [2023-08-16T12:53:25.191Z] 2023-08-16 12:53:25,096 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-586/.semver'], cwd=/w/workspace/_app-service-configurable_PR-586, universal_newlines=False, shell=None, istream=None) [2023-08-16T12:53:26.188Z] 2023-08-16 12:53:25,944 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-586/.git/info/exclude [2023-08-16T12:53:26.188Z] 2023-08-16 12:53:25,945 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-586/.semver/PR-586 with force:False [2023-08-16T12:53:26.188Z] 2023-08-16 12:53:25,945 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-586/.semver/PR-586 [2023-08-16T12:53:26.188Z] 2023-08-16 12:53:25,949 [execute] INFO git cat-file --batch-check [2023-08-16T12:53:26.188Z] 2023-08-16 12:53:25,950 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-586/.semver, universal_newlines=False, shell=None, istream=) [2023-08-16T12:53:26.188Z] 2023-08-16 12:53:25,957 [execute] INFO git cat-file --batch [2023-08-16T12:53:26.188Z] 2023-08-16 12:53:25,957 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-586/.semver, universal_newlines=False, shell=None, istream=) [2023-08-16T12:53:26.188Z] 2023-08-16 12:53:25,964 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-586/.semver/PR-586 [2023-08-16T12:53:26.188Z] 0.0.0 [Pipeline] } [2023-08-16T12:53:26.212Z] $ docker exec --env ******** --env ******** a0c565bf4c4c1270e5de676d9afb200b33e1144507c3f1a10d8a6127b6196e31 ssh-agent -k [2023-08-16T12:53:26.372Z] unset SSH_AUTH_SOCK; [2023-08-16T12:53:26.374Z] unset SSH_AGENT_PID; [2023-08-16T12:53:26.375Z] echo Agent pid 76 killed; [2023-08-16T12:53:26.407Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-16T12:53:26.877Z] + git semver [Pipeline] } [2023-08-16T12:53:27.168Z] $ docker stop --time=1 a0c565bf4c4c1270e5de676d9afb200b33e1144507c3f1a10d8a6127b6196e31 [2023-08-16T12:53:28.643Z] $ docker rm -f --volumes a0c565bf4c4c1270e5de676d9afb200b33e1144507c3f1a10d8a6127b6196e31 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-16T12:53:29.041Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-16T12:53:29.297Z] Stashed 1 file(s) [Pipeline] echo [2023-08-16T12:53:29.312Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-16T12:53:29.926Z] provisioning config files... [2023-08-16T12:53:29.935Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-586@tmp/config5296272305031931302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T12:53:30.284Z] ---> docker-login.sh [2023-08-16T12:53:30.284Z] nexus3.edgexfoundry.org:10001 [2023-08-16T12:53:30.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:53:30.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:53:30.284Z] Configure a credential helper to remove this warning. See [2023-08-16T12:53:30.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:53:30.284Z] [2023-08-16T12:53:30.284Z] Login Succeeded [2023-08-16T12:53:30.284Z] nexus3.edgexfoundry.org:10002 [2023-08-16T12:53:30.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:53:30.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:53:30.284Z] Configure a credential helper to remove this warning. See [2023-08-16T12:53:30.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:53:30.284Z] [2023-08-16T12:53:30.284Z] Login Succeeded [2023-08-16T12:53:30.284Z] nexus3.edgexfoundry.org:10003 [2023-08-16T12:53:30.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:53:30.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:53:30.545Z] Configure a credential helper to remove this warning. See [2023-08-16T12:53:30.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:53:30.545Z] [2023-08-16T12:53:30.545Z] Login Succeeded [2023-08-16T12:53:30.545Z] nexus3.edgexfoundry.org:10004 [2023-08-16T12:53:30.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:53:30.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:53:30.545Z] Configure a credential helper to remove this warning. See [2023-08-16T12:53:30.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:53:30.545Z] [2023-08-16T12:53:30.545Z] Login Succeeded [2023-08-16T12:53:30.545Z] docker.io [2023-08-16T12:53:30.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:53:30.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:53:30.804Z] Configure a credential helper to remove this warning. See [2023-08-16T12:53:30.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:53:30.804Z] [2023-08-16T12:53:30.804Z] Login Succeeded [2023-08-16T12:53:30.804Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T12:53:30.833Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-16T12:53:31.083Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T12:53:31.123Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T12:53:31.161Z] ========================================================= [2023-08-16T12:53:31.161Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-16T12:53:31.161Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T12:53:31.629Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-16T12:53:31.629Z] Sending build context to Docker daemon 3.321MB [2023-08-16T12:53:31.629Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-16T12:53:31.629Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-16T12:53:31.629Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-16T12:53:31.629Z] 4db1b89c0bd1: Pulling fs layer [2023-08-16T12:53:31.629Z] 6911f1a30b25: Pulling fs layer [2023-08-16T12:53:31.629Z] e194b8c5c2a9: Pulling fs layer [2023-08-16T12:53:31.629Z] 6863d3e3a2b1: Pulling fs layer [2023-08-16T12:53:31.629Z] ec0bb842ea78: Pulling fs layer [2023-08-16T12:53:31.629Z] 40a00589a448: Pulling fs layer [2023-08-16T12:53:31.629Z] 6c08303d61cc: Pulling fs layer [2023-08-16T12:53:31.629Z] 798269fcf238: Pulling fs layer [2023-08-16T12:53:31.629Z] ec0bb842ea78: Waiting [2023-08-16T12:53:31.629Z] 40a00589a448: Waiting [2023-08-16T12:53:31.629Z] 6c08303d61cc: Waiting [2023-08-16T12:53:31.629Z] 798269fcf238: Waiting [2023-08-16T12:53:31.629Z] 6863d3e3a2b1: Waiting [2023-08-16T12:53:31.629Z] 6911f1a30b25: Download complete [2023-08-16T12:53:31.629Z] 6863d3e3a2b1: Verifying Checksum [2023-08-16T12:53:31.629Z] 6863d3e3a2b1: Download complete [2023-08-16T12:53:31.629Z] ec0bb842ea78: Verifying Checksum [2023-08-16T12:53:31.629Z] ec0bb842ea78: Download complete [2023-08-16T12:53:31.629Z] 4db1b89c0bd1: Verifying Checksum [2023-08-16T12:53:31.629Z] 4db1b89c0bd1: Download complete [2023-08-16T12:53:31.888Z] 40a00589a448: Verifying Checksum [2023-08-16T12:53:31.888Z] 40a00589a448: Download complete [2023-08-16T12:53:31.888Z] 4db1b89c0bd1: Pull complete [2023-08-16T12:53:32.195Z] 6911f1a30b25: Pull complete [2023-08-16T12:53:32.472Z] 798269fcf238: Download complete [2023-08-16T12:53:32.472Z] e194b8c5c2a9: Verifying Checksum [2023-08-16T12:53:32.472Z] e194b8c5c2a9: Download complete [2023-08-16T12:53:32.729Z] 6c08303d61cc: Verifying Checksum [2023-08-16T12:53:32.729Z] 6c08303d61cc: Download complete [2023-08-16T12:53:36.027Z] e194b8c5c2a9: Pull complete [2023-08-16T12:53:36.027Z] 6863d3e3a2b1: Pull complete [2023-08-16T12:53:36.285Z] ec0bb842ea78: Pull complete [2023-08-16T12:53:36.285Z] 40a00589a448: Pull complete [2023-08-16T12:53:38.815Z] 6c08303d61cc: Pull complete [2023-08-16T12:53:39.383Z] 798269fcf238: Pull complete [2023-08-16T12:53:39.383Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-16T12:53:39.383Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-16T12:53:39.383Z] ---> ec979cd7f677 [2023-08-16T12:53:39.383Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-16T12:53:44.728Z] Still waiting to schedule task [2023-08-16T12:53:44.728Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-08-16T12:53:47.536Z] ---> Running in f89544afda6d [2023-08-16T12:53:47.536Z] Removing intermediate container f89544afda6d [2023-08-16T12:53:47.536Z] ---> 15c3b9570b9c [2023-08-16T12:53:47.536Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-16T12:53:47.536Z] ---> Running in bcb78505c89b [2023-08-16T12:53:47.536Z] Removing intermediate container bcb78505c89b [2023-08-16T12:53:47.536Z] ---> 2084fabb4879 [2023-08-16T12:53:47.536Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-16T12:53:47.536Z] ---> Running in abd2cffdc994 [2023-08-16T12:53:47.536Z] Removing intermediate container abd2cffdc994 [2023-08-16T12:53:47.536Z] ---> f5cd740a78a2 [2023-08-16T12:53:47.536Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-16T12:53:47.536Z] ---> Running in 0f90b4a5e2ed [2023-08-16T12:53:47.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-16T12:53:47.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-16T12:53:47.796Z] OK: 265 MiB in 53 packages [2023-08-16T12:53:48.055Z] Removing intermediate container 0f90b4a5e2ed [2023-08-16T12:53:48.055Z] ---> a3e5c4d2677f [2023-08-16T12:53:48.055Z] Step 7/12 : WORKDIR /app [2023-08-16T12:53:48.055Z] ---> Running in ca22bdb8b767 [2023-08-16T12:53:48.314Z] Removing intermediate container ca22bdb8b767 [2023-08-16T12:53:48.314Z] ---> d2f6a7d7c521 [2023-08-16T12:53:48.314Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-16T12:53:48.314Z] ---> 6a3c24b4cac0 [2023-08-16T12:53:48.314Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-16T12:53:48.314Z] ---> Running in a0901359e0b2 [2023-08-16T12:54:56.039Z] Removing intermediate container a0901359e0b2 [2023-08-16T12:54:56.039Z] ---> 44c3a108a559 [2023-08-16T12:54:56.039Z] Step 10/12 : COPY . . [2023-08-16T12:54:56.039Z] ---> 1a573d363957 [2023-08-16T12:54:56.039Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-16T12:54:56.039Z] ---> Running in 978e1f513696 [2023-08-16T12:54:56.039Z] Removing intermediate container 978e1f513696 [2023-08-16T12:54:56.039Z] ---> f932b3336446 [2023-08-16T12:54:56.039Z] Step 12/12 : RUN $MAKE [2023-08-16T12:54:56.039Z] ---> Running in 83f56dacb5e3 [2023-08-16T12:54:56.039Z] noop [2023-08-16T12:54:56.039Z] Removing intermediate container 83f56dacb5e3 [2023-08-16T12:54:56.039Z] ---> 2a803f323af2 [2023-08-16T12:54:56.039Z] Successfully built 2a803f323af2 [2023-08-16T12:54:56.039Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T12:54:56.589Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-16T12:54:56.589Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T12:54:56.742Z] prd-ubuntu20.04-docker-8c-8g-3783 does not seem to be running inside a container [2023-08-16T12:54:56.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-586 -v /w/workspace/_app-service-configurable_PR-586:/w/workspace/_app-service-configurable_PR-586:rw,z -v /w/workspace/_app-service-configurable_PR-586@tmp:/w/workspace/_app-service-configurable_PR-586@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 ******** ci-base-image-x86_64 cat [2023-08-16T12:54:57.111Z] $ docker top e6ab4202734897c35ccb602ac410f41aba7180dbfa10071e0f25a268c67d03c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T12:54:57.495Z] + go version [2023-08-16T12:54:57.495Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-16T12:54:57.533Z] $ docker stop --time=1 e6ab4202734897c35ccb602ac410f41aba7180dbfa10071e0f25a268c67d03c4 [2023-08-16T12:54:58.960Z] $ docker rm -f --volumes e6ab4202734897c35ccb602ac410f41aba7180dbfa10071e0f25a268c67d03c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T12:54:59.709Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-16T12:54:59.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T12:54:59.863Z] prd-ubuntu20.04-docker-8c-8g-3783 does not seem to be running inside a container [2023-08-16T12:54:59.900Z] $ 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-586 -v /w/workspace/_app-service-configurable_PR-586:/w/workspace/_app-service-configurable_PR-586:rw,z -v /w/workspace/_app-service-configurable_PR-586@tmp:/w/workspace/_app-service-configurable_PR-586@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 ******** ci-base-image-x86_64 cat [2023-08-16T12:55:00.224Z] $ docker top df5749bf2b1b14b85c693d43ac85f30b75dc9d2308c628ff7cedb23887da74d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T12:55:00.605Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-586 [Pipeline] fileExists [Pipeline] sh [2023-08-16T12:55:00.959Z] + make test [2023-08-16T12:55:00.959Z] go test -race -coverprofile=coverage.out ./... [2023-08-16T12:55:19.191Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-08-16T12:55:21.919Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3784 in /w/workspace/_app-service-configurable_PR-586 [Pipeline] { [Pipeline] ws [2023-08-16T12:55:21.979Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-08-16T12:55:22.058Z] Selected Git installation does not exist. Using Default [2023-08-16T12:55:22.058Z] The recommended git tool is: NONE [2023-08-16T12:55:26.914Z] using credential edgex-jenkins-ssh [2023-08-16T12:55:26.941Z] Cloning the remote Git repository [2023-08-16T12:55:26.991Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-08-16T12:55:27.078Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-08-16T12:55:27.208Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-08-16T12:55:27.209Z] > git --version # timeout=10 [2023-08-16T12:55:27.235Z] > git --version # 'git version 2.25.1' [2023-08-16T12:55:27.237Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-16T12:55:27.377Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-16T12:55:28.442Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-08-16T12:55:28.463Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-16T12:55:29.268Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-08-16T12:55:29.306Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-08-16T12:55:29.307Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-16T12:55:29.322Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/586/head:refs/remotes/origin/PR-586 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-08-16T12:55:29.783Z] Merging remotes/origin/main commit 16836912c680c3f649fe41edaa45e5d9bccd0a74 into PR head commit 1dcee2aa9eb9cffdad61a8fef9704de49d368357 [2023-08-16T12:55:30.051Z] Merge succeeded, producing 1dcee2aa9eb9cffdad61a8fef9704de49d368357 [2023-08-16T12:55:30.052Z] Checking out Revision 1dcee2aa9eb9cffdad61a8fef9704de49d368357 (PR-586) [2023-08-16T12:55:30.531Z] Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2023-08-16T12:55:30.580Z] > git --version # timeout=10 [2023-08-16T12:55:30.591Z] > git --version # 'git version 2.25.1' [2023-08-16T12:55:30.608Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-16T12:55:29.800Z] > git config core.sparsecheckout # timeout=10 [2023-08-16T12:55:29.867Z] > git checkout -f 1dcee2aa9eb9cffdad61a8fef9704de49d368357 # timeout=10 [2023-08-16T12:55:29.953Z] > git remote # timeout=10 [2023-08-16T12:55:29.973Z] > git config --get remote.origin.url # timeout=10 [2023-08-16T12:55:29.995Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-16T12:55:30.013Z] > git merge 16836912c680c3f649fe41edaa45e5d9bccd0a74 # timeout=10 [2023-08-16T12:55:30.036Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-08-16T12:55:30.057Z] > git config core.sparsecheckout # timeout=10 [2023-08-16T12:55:30.075Z] > git checkout -f 1dcee2aa9eb9cffdad61a8fef9704de49d368357 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-16T12:55:31.776Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-16T12:55:31.776Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-16T12:55:31.776Z] Dload Upload Total Spent Left Speed [2023-08-16T12:55:31.776Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 168k 0 --:--:-- --:--:-- --:--:-- 168k [Pipeline] sh [2023-08-16T12:55:32.371Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-16T12:55:32.726Z] + sudo tee /etc/docker/daemon.new [2023-08-16T12:55:32.726Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-16T12:55:32.726Z] { [2023-08-16T12:55:32.726Z] "registry-mirrors": [ [2023-08-16T12:55:32.726Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-16T12:55:32.726Z] ], [2023-08-16T12:55:32.726Z] "bip": "10.250.0.254/24", [2023-08-16T12:55:32.726Z] "hosts": [ [2023-08-16T12:55:32.726Z] "tcp://0.0.0.0:5555", [2023-08-16T12:55:32.726Z] "unix:///var/run/docker.sock" [2023-08-16T12:55:32.726Z] ], [2023-08-16T12:55:32.726Z] "mtu": 1458, [2023-08-16T12:55:32.726Z] "selinux-enabled": true, [2023-08-16T12:55:32.726Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-16T12:55:32.726Z] } [Pipeline] sh [2023-08-16T12:55:33.067Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-16T12:55:33.426Z] + sudo service docker restart [2023-08-16T12:55:37.493Z] go vet ./... [2023-08-16T12:55:40.021Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-16T12:55:40.021Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-16T12:55:40.021Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-16T12:55:40.073Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-16T12:55:40.109Z] $ docker stop --time=1 df5749bf2b1b14b85c693d43ac85f30b75dc9d2308c628ff7cedb23887da74d8 [2023-08-16T12:55:48.011Z] $ docker rm -f --volumes df5749bf2b1b14b85c693d43ac85f30b75dc9d2308c628ff7cedb23887da74d8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-16T12:55:48.575Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-16T12:55:48.645Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-16T12:55:49.405Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-16T12:55:49.719Z] + ls -al . [2023-08-16T12:55:49.719Z] total 180 [2023-08-16T12:55:49.719Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 12:55 . [2023-08-16T12:55:49.719Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 12:53 .. [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 16 12:53 .dockerignore [2023-08-16T12:55:49.719Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 12:53 .git [2023-08-16T12:55:49.719Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 12:53 .github [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 171 Aug 16 12:53 .gitignore [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 16 12:53 .golangci.yml [2023-08-16T12:55:49.719Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 16 12:53 .semver [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 9636 Aug 16 12:53 Attribution.txt [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 35039 Aug 16 12:53 CHANGELOG.md [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 1898 Aug 16 12:53 Dockerfile [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 16 12:53 GOVERNANCE.md [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 688 Aug 16 12:53 Jenkinsfile [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 16 12:53 LICENSE [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 16 12:53 OWNERS.md [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 4885 Aug 16 12:53 README.md [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 16 12:53 VERSION [2023-08-16T12:55:49.719Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 12:53 bin [2023-08-16T12:55:49.719Z] -rw-r--r-- 1 jenkins jenkins 13 Aug 16 12:55 coverage.out [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 3469 Aug 16 12:53 go.mod [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 32452 Aug 16 12:53 go.sum [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 16 12:53 main.go [2023-08-16T12:55:49.719Z] -rw-rw-r-- 1 jenkins jenkins 2569 Aug 16 12:53 makefile [2023-08-16T12:55:49.719Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 16 12:53 res [2023-08-16T12:55:49.719Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 12:53 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T12:55:50.212Z] + 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=1dcee2aa9eb9cffdad61a8fef9704de49d368357 --label arch=amd64 --label version=0.0.0 . [2023-08-16T12:55:50.212Z] Sending build context to Docker daemon 3.322MB [2023-08-16T12:55:50.212Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-16T12:55:50.212Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-16T12:55:50.212Z] ---> 2a803f323af2 [2023-08-16T12:55:50.212Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-16T12:55:50.212Z] ---> Running in 9b95d23cc4bd [2023-08-16T12:55:50.472Z] Removing intermediate container 9b95d23cc4bd [2023-08-16T12:55:50.472Z] ---> 20bb909e10f8 [2023-08-16T12:55:50.472Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-16T12:55:50.472Z] ---> Running in 506a56af6f2b [2023-08-16T12:55:50.472Z] Removing intermediate container 506a56af6f2b [2023-08-16T12:55:50.472Z] ---> 3c5ce2709539 [2023-08-16T12:55:50.472Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-16T12:55:50.472Z] ---> Running in da102084ec34 [2023-08-16T12:55:50.472Z] Removing intermediate container da102084ec34 [2023-08-16T12:55:50.472Z] ---> c0270dcb4124 [2023-08-16T12:55:50.472Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-16T12:55:50.472Z] ---> Running in 4387a813f6fe [2023-08-16T12:55:50.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-16T12:55:50.989Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-16T12:55:51.247Z] OK: 265 MiB in 53 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-16T12:55:51.811Z] provisioning config files... [2023-08-16T12:55:51.838Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config744105851032895129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T12:55:52.219Z] ---> docker-login.sh [2023-08-16T12:55:52.219Z] nexus3.edgexfoundry.org:10001 [2023-08-16T12:55:52.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:55:52.625Z] Removing intermediate container 4387a813f6fe [2023-08-16T12:55:52.625Z] ---> dc20c072a3ba [2023-08-16T12:55:52.625Z] Step 7/26 : WORKDIR /app [2023-08-16T12:55:52.625Z] ---> Running in a90fdd2f9bb7 [2023-08-16T12:55:52.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:55:52.759Z] Configure a credential helper to remove this warning. See [2023-08-16T12:55:52.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:55:52.759Z] [2023-08-16T12:55:52.759Z] Login Succeeded [2023-08-16T12:55:52.759Z] nexus3.edgexfoundry.org:10002 [2023-08-16T12:55:53.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:55:53.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:55:53.030Z] Configure a credential helper to remove this warning. See [2023-08-16T12:55:53.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:55:53.030Z] [2023-08-16T12:55:53.030Z] Login Succeeded [2023-08-16T12:55:53.030Z] nexus3.edgexfoundry.org:10003 [2023-08-16T12:55:53.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:55:53.569Z] Removing intermediate container a90fdd2f9bb7 [2023-08-16T12:55:53.569Z] ---> 9cea1171458a [2023-08-16T12:55:53.569Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-16T12:55:53.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:55:53.570Z] Configure a credential helper to remove this warning. See [2023-08-16T12:55:53.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:55:53.570Z] [2023-08-16T12:55:53.570Z] Login Succeeded [2023-08-16T12:55:53.570Z] nexus3.edgexfoundry.org:10004 [2023-08-16T12:55:53.827Z] ---> 57f20564fd90 [2023-08-16T12:55:53.827Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-16T12:55:53.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:55:53.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:55:53.843Z] Configure a credential helper to remove this warning. See [2023-08-16T12:55:53.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:55:53.843Z] [2023-08-16T12:55:53.843Z] Login Succeeded [2023-08-16T12:55:53.843Z] docker.io [2023-08-16T12:55:54.105Z] ---> Running in 764c5bcfd361 [2023-08-16T12:55:54.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T12:55:54.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T12:55:54.373Z] Configure a credential helper to remove this warning. See [2023-08-16T12:55:54.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T12:55:54.373Z] [2023-08-16T12:55:54.373Z] Login Succeeded [2023-08-16T12:55:54.373Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T12:55:54.406Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-16T12:55:54.771Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T12:55:54.807Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T12:55:54.844Z] ========================================================= [2023-08-16T12:55:54.844Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-16T12:55:54.844Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [2023-08-16T12:55:55.041Z] Removing intermediate container 764c5bcfd361 [2023-08-16T12:55:55.041Z] ---> e236a06730ba [2023-08-16T12:55:55.041Z] Step 10/26 : COPY . . [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T12:55:55.299Z] ---> 35753f3cbb77 [2023-08-16T12:55:55.299Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-16T12:55:55.299Z] ---> Running in e50c435c4819 [2023-08-16T12:55:55.299Z] Removing intermediate container e50c435c4819 [2023-08-16T12:55:55.299Z] ---> 57f6d629135d [2023-08-16T12:55:55.299Z] Step 12/26 : RUN $MAKE [2023-08-16T12:55:55.486Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-16T12:55:55.486Z] Sending build context to Docker daemon 176.1kB [2023-08-16T12:55:55.559Z] ---> Running in 7d5d1765933d [2023-08-16T12:55:55.756Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-16T12:55:55.756Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-16T12:55:55.756Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-16T12:55:55.756Z] edb6bdbacee9: Pulling fs layer [2023-08-16T12:55:55.756Z] 5f9638ab2659: Pulling fs layer [2023-08-16T12:55:55.756Z] 8d51d6327a98: Pulling fs layer [2023-08-16T12:55:55.756Z] 8b374f2dd631: Pulling fs layer [2023-08-16T12:55:55.756Z] ec14aa9079de: Pulling fs layer [2023-08-16T12:55:55.756Z] 2f466654f4bb: Pulling fs layer [2023-08-16T12:55:55.756Z] 554e91adad29: Pulling fs layer [2023-08-16T12:55:55.756Z] 2f466654f4bb: Waiting [2023-08-16T12:55:55.756Z] 8b374f2dd631: Waiting [2023-08-16T12:55:55.756Z] ec14aa9079de: Waiting [2023-08-16T12:55:55.756Z] 554e91adad29: Waiting [2023-08-16T12:55:55.756Z] 5f9638ab2659: Download complete [2023-08-16T12:55:55.756Z] 8b374f2dd631: Download complete [2023-08-16T12:55:55.818Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-08-16T12:55:56.029Z] ec14aa9079de: Verifying Checksum [2023-08-16T12:55:56.029Z] ec14aa9079de: Download complete [2023-08-16T12:55:56.029Z] edb6bdbacee9: Verifying Checksum [2023-08-16T12:55:56.029Z] edb6bdbacee9: Download complete [2023-08-16T12:55:57.009Z] edb6bdbacee9: Pull complete [2023-08-16T12:55:57.278Z] 554e91adad29: Verifying Checksum [2023-08-16T12:55:57.278Z] 554e91adad29: Download complete [2023-08-16T12:55:57.547Z] 5f9638ab2659: Pull complete [2023-08-16T12:55:58.512Z] 8d51d6327a98: Verifying Checksum [2023-08-16T12:55:58.512Z] 8d51d6327a98: Download complete [2023-08-16T12:55:58.512Z] 2f466654f4bb: Verifying Checksum [2023-08-16T12:55:58.512Z] 2f466654f4bb: Download complete [2023-08-16T12:56:10.930Z] 8d51d6327a98: Pull complete [2023-08-16T12:56:10.930Z] 8b374f2dd631: Pull complete [2023-08-16T12:56:10.930Z] ec14aa9079de: Pull complete [2023-08-16T12:56:16.313Z] 2f466654f4bb: Pull complete [2023-08-16T12:56:17.748Z] Removing intermediate container 7d5d1765933d [2023-08-16T12:56:17.748Z] ---> f0c206ab0ae5 [2023-08-16T12:56:17.748Z] Step 13/26 : FROM alpine:3.17 [2023-08-16T12:56:17.748Z] 3.17: Pulling from library/alpine [2023-08-16T12:56:17.748Z] 9398808236ff: Pulling fs layer [2023-08-16T12:56:17.748Z] 9398808236ff: Verifying Checksum [2023-08-16T12:56:17.748Z] 9398808236ff: Download complete [2023-08-16T12:56:17.748Z] 9398808236ff: Pull complete [2023-08-16T12:56:17.748Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-16T12:56:17.748Z] Status: Downloaded newer image for alpine:3.17 [2023-08-16T12:56:17.748Z] ---> 1e0b8b5322fc [2023-08-16T12:56:17.748Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-16T12:56:17.748Z] ---> Running in 5ddf8877eaf1 [2023-08-16T12:56:17.748Z] Removing intermediate container 5ddf8877eaf1 [2023-08-16T12:56:17.748Z] ---> e4663775dd97 [2023-08-16T12:56:17.748Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-08-16T12:56:17.748Z] ---> Running in e429bf5aa7ce [2023-08-16T12:56:17.748Z] Removing intermediate container e429bf5aa7ce [2023-08-16T12:56:17.748Z] ---> c64501301fd1 [2023-08-16T12:56:17.748Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-16T12:56:17.748Z] ---> Running in 6a78fe0495a9 [2023-08-16T12:56:17.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-16T12:56:17.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-16T12:56:17.748Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-16T12:56:17.748Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-16T12:56:17.748Z] Executing busybox-1.35.0-r29.trigger [2023-08-16T12:56:17.748Z] Executing ca-certificates-20230506-r0.trigger [2023-08-16T12:56:17.748Z] OK: 8 MiB in 17 packages [2023-08-16T12:56:17.748Z] Removing intermediate container 6a78fe0495a9 [2023-08-16T12:56:17.748Z] ---> f04deb71316a [2023-08-16T12:56:17.748Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-16T12:56:17.748Z] ---> 4a69c49b08b9 [2023-08-16T12:56:17.748Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-16T12:56:17.748Z] ---> 36570fb71e48 [2023-08-16T12:56:17.748Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-16T12:56:17.748Z] ---> 0197e421bab8 [2023-08-16T12:56:17.748Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-08-16T12:56:18.689Z] ---> b4e0487fcf30 [2023-08-16T12:56:18.689Z] Step 21/26 : EXPOSE 48095 [2023-08-16T12:56:18.689Z] ---> Running in 83b55927f22a [2023-08-16T12:56:18.906Z] 554e91adad29: Pull complete [2023-08-16T12:56:18.906Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-16T12:56:18.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-16T12:56:18.906Z] ---> 1e15ea492957 [2023-08-16T12:56:18.906Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-16T12:56:18.947Z] Removing intermediate container 83b55927f22a [2023-08-16T12:56:18.947Z] ---> ff0c69cd3d37 [2023-08-16T12:56:18.947Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-08-16T12:56:18.947Z] ---> Running in a1ac3c3c87c0 [2023-08-16T12:56:18.947Z] Removing intermediate container a1ac3c3c87c0 [2023-08-16T12:56:18.947Z] ---> 85e4d11c7df6 [2023-08-16T12:56:18.947Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-16T12:56:18.947Z] ---> Running in 29607a2d3a9b [2023-08-16T12:56:18.947Z] Removing intermediate container 29607a2d3a9b [2023-08-16T12:56:18.947Z] ---> 2241707f8d8e [2023-08-16T12:56:18.947Z] Step 24/26 : LABEL arch=amd64 [2023-08-16T12:56:18.947Z] ---> Running in e0e1431d097e [2023-08-16T12:56:19.206Z] Removing intermediate container e0e1431d097e [2023-08-16T12:56:19.206Z] ---> 6901051ed8da [2023-08-16T12:56:19.206Z] Step 25/26 : LABEL git_sha=1dcee2aa9eb9cffdad61a8fef9704de49d368357 [2023-08-16T12:56:19.206Z] ---> Running in 49a975efc8d4 [2023-08-16T12:56:19.206Z] Removing intermediate container 49a975efc8d4 [2023-08-16T12:56:19.206Z] ---> ac361ad58d0c [2023-08-16T12:56:19.206Z] Step 26/26 : LABEL version=0.0.0 [2023-08-16T12:56:19.206Z] ---> Running in 41dee5b99949 [2023-08-16T12:56:19.206Z] Removing intermediate container 41dee5b99949 [2023-08-16T12:56:19.206Z] ---> 0a697a18c547 [2023-08-16T12:56:19.206Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-16T12:56:19.206Z] Successfully built 0a697a18c547 [2023-08-16T12:56:19.206Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T12:56:20.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-16T12:56:20.109Z] [2023-08-16T12:56:20.109Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T12:56:20.325Z] ---> Running in 376992d3d9b1 [2023-08-16T12:56:20.573Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-16T12:56:20.573Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-16T12:56:20.573Z] 5eb5b503b376: Pulling fs layer [2023-08-16T12:56:20.573Z] 5c69ac0246d0: Pulling fs layer [2023-08-16T12:56:20.573Z] ec43610c2a17: Pulling fs layer [2023-08-16T12:56:20.573Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-16T12:56:20.573Z] 33b1e0a273af: Pulling fs layer [2023-08-16T12:56:20.573Z] 5d3b04190fa2: Pulling fs layer [2023-08-16T12:56:20.573Z] 2f39f015ded8: Pulling fs layer [2023-08-16T12:56:20.573Z] 3a2ae6a8a46f: Waiting [2023-08-16T12:56:20.573Z] 33b1e0a273af: Waiting [2023-08-16T12:56:20.573Z] 2f39f015ded8: Waiting [2023-08-16T12:56:20.573Z] 5d3b04190fa2: Waiting [2023-08-16T12:56:20.573Z] 5c69ac0246d0: Verifying Checksum [2023-08-16T12:56:20.573Z] 5c69ac0246d0: Download complete [2023-08-16T12:56:20.573Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-16T12:56:20.573Z] 3a2ae6a8a46f: Download complete [2023-08-16T12:56:20.573Z] 33b1e0a273af: Verifying Checksum [2023-08-16T12:56:20.573Z] 33b1e0a273af: Download complete [2023-08-16T12:56:20.573Z] 5d3b04190fa2: Verifying Checksum [2023-08-16T12:56:20.573Z] 5d3b04190fa2: Download complete [2023-08-16T12:56:20.573Z] ec43610c2a17: Verifying Checksum [2023-08-16T12:56:20.573Z] ec43610c2a17: Download complete [2023-08-16T12:56:20.597Z] Removing intermediate container 376992d3d9b1 [2023-08-16T12:56:20.597Z] ---> dfc01c407c56 [2023-08-16T12:56:20.597Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-16T12:56:20.597Z] ---> Running in c74bd4fb7784 [2023-08-16T12:56:20.831Z] 5eb5b503b376: Verifying Checksum [2023-08-16T12:56:20.831Z] 5eb5b503b376: Download complete [2023-08-16T12:56:20.871Z] Removing intermediate container c74bd4fb7784 [2023-08-16T12:56:20.871Z] ---> efbd03573f3e [2023-08-16T12:56:20.871Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-16T12:56:20.871Z] ---> Running in 8b91b726913a [2023-08-16T12:56:21.139Z] Removing intermediate container 8b91b726913a [2023-08-16T12:56:21.139Z] ---> e046bb0fcb69 [2023-08-16T12:56:21.139Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-16T12:56:21.398Z] 2f39f015ded8: Download complete [2023-08-16T12:56:21.407Z] ---> Running in 7cf1e5777cc5 [2023-08-16T12:56:21.965Z] 5eb5b503b376: Pull complete [2023-08-16T12:56:21.965Z] 5c69ac0246d0: Pull complete [2023-08-16T12:56:22.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-16T12:56:22.534Z] ec43610c2a17: Pull complete [2023-08-16T12:56:22.534Z] 3a2ae6a8a46f: Pull complete [2023-08-16T12:56:22.534Z] 33b1e0a273af: Pull complete [2023-08-16T12:56:22.534Z] 5d3b04190fa2: Pull complete [2023-08-16T12:56:23.044Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-16T12:56:24.003Z] OK: 263 MiB in 53 packages [2023-08-16T12:56:26.775Z] 2f39f015ded8: Pull complete [2023-08-16T12:56:26.775Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-16T12:56:26.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-16T12:56:26.775Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T12:56:27.026Z] prd-ubuntu20.04-docker-8c-8g-3783 does not seem to be running inside a container [2023-08-16T12:56:27.072Z] $ 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-586 -v /w/workspace/_app-service-configurable_PR-586:/w/workspace/_app-service-configurable_PR-586:rw,z -v /w/workspace/_app-service-configurable_PR-586@tmp:/w/workspace/_app-service-configurable_PR-586@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-16T12:56:28.265Z] Removing intermediate container 7cf1e5777cc5 [2023-08-16T12:56:28.265Z] ---> 1c8292e9e080 [2023-08-16T12:56:28.265Z] Step 7/12 : WORKDIR /app [2023-08-16T12:56:28.533Z] ---> Running in 414854bdd921 [2023-08-16T12:56:28.802Z] Removing intermediate container 414854bdd921 [2023-08-16T12:56:28.802Z] ---> f6b03c9beca8 [2023-08-16T12:56:28.802Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-16T12:56:29.388Z] ---> 94088c7a9195 [2023-08-16T12:56:29.388Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-16T12:56:29.388Z] ---> Running in 4214b3d679fc [2023-08-16T12:56:32.045Z] $ docker top f7611db8486c941d3412498eae6b6bca1d98112341e0cd89ce1548b0e004cc05 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T12:56:32.568Z] ---> job-cost.sh [2023-08-16T12:56:32.568Z] lf-activate-venv: SKIPPING [2023-08-16T12:56:32.568Z] INFO: No Stack... [2023-08-16T12:56:32.827Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-16T12:56:33.395Z] INFO: Archiving Costs [Pipeline] sh [2023-08-16T12:56:33.711Z] + cat /w/workspace/_app-service-configurable_PR-586/archives/cost.csv [2023-08-16T12:56:33.711Z] + cut -d, -f6 [Pipeline] lock [2023-08-16T12:56:33.760Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-586-1-stack-cost] [2023-08-16T12:56:33.765Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-586-1-stack-cost] did not exist. Created. [2023-08-16T12:56:33.765Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-586-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-16T12:56:34.176Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-16T12:56:34.227Z] Stashed 1 file(s) [Pipeline] } [2023-08-16T12:56:34.255Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-586-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-16T12:56:34.347Z] $ docker stop --time=1 f7611db8486c941d3412498eae6b6bca1d98112341e0cd89ce1548b0e004cc05 [2023-08-16T12:56:35.485Z] $ docker rm -f --volumes f7611db8486c941d3412498eae6b6bca1d98112341e0cd89ce1548b0e004cc05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-16T12:57:37.305Z] Removing intermediate container 4214b3d679fc [2023-08-16T12:57:37.305Z] ---> 4f1f4a029f23 [2023-08-16T12:57:37.305Z] Step 10/12 : COPY . . [2023-08-16T12:57:37.305Z] ---> 4dc7379dec06 [2023-08-16T12:57:37.305Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-16T12:57:37.305Z] ---> Running in f011edb96d92 [2023-08-16T12:57:37.305Z] Removing intermediate container f011edb96d92 [2023-08-16T12:57:37.305Z] ---> 90276894a331 [2023-08-16T12:57:37.305Z] Step 12/12 : RUN $MAKE [2023-08-16T12:57:37.305Z] ---> Running in 1d7ca82d375b [2023-08-16T12:57:37.305Z] noop [2023-08-16T12:57:37.305Z] Removing intermediate container 1d7ca82d375b [2023-08-16T12:57:37.305Z] ---> 28a5de9ad434 [2023-08-16T12:57:37.305Z] Successfully built 28a5de9ad434 [2023-08-16T12:57:37.305Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T12:57:37.788Z] + docker inspect -f . ci-base-image-arm64 [2023-08-16T12:57:37.788Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T12:57:38.065Z] prd-ubuntu20.04-docker-arm64-4c-16g-3784 does not seem to be running inside a container [2023-08-16T12:57:38.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-16T12:57:39.402Z] $ docker top 9090ef8e2e31c667648dff49c3c6e12d232d06e8e3a0e8761f5b2d52662ea68a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T12:57:40.281Z] + go version [2023-08-16T12:57:40.281Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-16T12:57:40.313Z] $ docker stop --time=1 9090ef8e2e31c667648dff49c3c6e12d232d06e8e3a0e8761f5b2d52662ea68a [2023-08-16T12:57:41.915Z] $ docker rm -f --volumes 9090ef8e2e31c667648dff49c3c6e12d232d06e8e3a0e8761f5b2d52662ea68a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T12:57:42.798Z] + docker inspect -f . ci-base-image-arm64 [2023-08-16T12:57:42.798Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T12:57:43.040Z] prd-ubuntu20.04-docker-arm64-4c-16g-3784 does not seem to be running inside a container [2023-08-16T12:57:43.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-16T12:57:44.251Z] $ docker top 033dcc7678ed59e29544279a3645dea7f4e913db7f12a9cc5ec3f3dbd87332e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T12:57:44.807Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2023-08-16T12:57:45.202Z] + make test [2023-08-16T12:57:45.202Z] go test -race -coverprofile=coverage.out ./... [2023-08-16T13:00:21.913Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-08-16T13:00:21.913Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-16T13:00:21.913Z] go vet ./... [2023-08-16T13:02:32.278Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-16T13:02:32.278Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-16T13:02:32.278Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-16T13:02:32.318Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-16T13:02:32.346Z] $ docker stop --time=1 033dcc7678ed59e29544279a3645dea7f4e913db7f12a9cc5ec3f3dbd87332e6 [2023-08-16T13:02:34.160Z] $ docker rm -f --volumes 033dcc7678ed59e29544279a3645dea7f4e913db7f12a9cc5ec3f3dbd87332e6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-16T13:02:35.605Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-16T13:02:35.640Z] Warning: overwriting stash ‘coverage-report’ [2023-08-16T13:02:36.027Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-16T13:02:36.617Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-16T13:02:36.953Z] + ls -al . [2023-08-16T13:02:36.953Z] total 176 [2023-08-16T13:02:36.953Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 16 12:57 . [2023-08-16T13:02:36.953Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 12:55 .. [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 16 12:55 .dockerignore [2023-08-16T13:02:36.953Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 12:55 .git [2023-08-16T13:02:36.953Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 12:55 .github [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 171 Aug 16 12:55 .gitignore [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 16 12:55 .golangci.yml [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 9636 Aug 16 12:55 Attribution.txt [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 35039 Aug 16 12:55 CHANGELOG.md [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 1898 Aug 16 12:55 Dockerfile [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 16 12:55 GOVERNANCE.md [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 688 Aug 16 12:55 Jenkinsfile [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 16 12:55 LICENSE [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 16 12:55 OWNERS.md [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 4885 Aug 16 12:55 README.md [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 16 12:53 VERSION [2023-08-16T13:02:36.953Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 12:55 bin [2023-08-16T13:02:36.953Z] -rw-r--r-- 1 jenkins jenkins 13 Aug 16 12:57 coverage.out [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 3469 Aug 16 12:55 go.mod [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 32452 Aug 16 12:55 go.sum [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 16 12:55 main.go [2023-08-16T13:02:36.953Z] -rw-rw-r-- 1 jenkins jenkins 2569 Aug 16 12:55 makefile [2023-08-16T13:02:36.953Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 16 12:55 res [2023-08-16T13:02:36.953Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 12:55 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T13:02:37.391Z] + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1dcee2aa9eb9cffdad61a8fef9704de49d368357 --label arch=arm64 --label version=0.0.0 . [2023-08-16T13:02:37.391Z] Sending build context to Docker daemon 177.2kB [2023-08-16T13:02:37.660Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-16T13:02:37.660Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-16T13:02:37.660Z] ---> 28a5de9ad434 [2023-08-16T13:02:37.660Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-16T13:02:37.660Z] ---> Running in 640ad4ae25fd [2023-08-16T13:02:37.928Z] Removing intermediate container 640ad4ae25fd [2023-08-16T13:02:37.928Z] ---> 334933b38860 [2023-08-16T13:02:37.928Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-16T13:02:37.928Z] ---> Running in ab54ebaa440d [2023-08-16T13:02:38.196Z] Removing intermediate container ab54ebaa440d [2023-08-16T13:02:38.196Z] ---> 60ca882db416 [2023-08-16T13:02:38.196Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-16T13:02:38.463Z] ---> Running in 88bbc121aad7 [2023-08-16T13:02:38.732Z] Removing intermediate container 88bbc121aad7 [2023-08-16T13:02:38.732Z] ---> b819ebcc2cb5 [2023-08-16T13:02:38.732Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-16T13:02:38.732Z] ---> Running in c37bffe0358c [2023-08-16T13:02:39.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-16T13:02:40.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-16T13:02:41.242Z] OK: 263 MiB in 53 packages [2023-08-16T13:02:42.206Z] Removing intermediate container c37bffe0358c [2023-08-16T13:02:42.206Z] ---> 1227007f2b94 [2023-08-16T13:02:42.206Z] Step 7/26 : WORKDIR /app [2023-08-16T13:02:42.206Z] ---> Running in b1f0f82003e1 [2023-08-16T13:02:42.474Z] Removing intermediate container b1f0f82003e1 [2023-08-16T13:02:42.474Z] ---> 5643dbfca927 [2023-08-16T13:02:42.474Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-16T13:02:42.742Z] ---> 4fdc0f194fe9 [2023-08-16T13:02:42.742Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-16T13:02:43.013Z] ---> Running in 07d007fb09e9 [2023-08-16T13:02:45.591Z] Removing intermediate container 07d007fb09e9 [2023-08-16T13:02:45.591Z] ---> 614e013147cf [2023-08-16T13:02:45.591Z] Step 10/26 : COPY . . [2023-08-16T13:02:45.858Z] ---> 2bf5bb0d2d3b [2023-08-16T13:02:45.858Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-16T13:02:46.129Z] ---> Running in 6c8adb4bcde7 [2023-08-16T13:02:46.395Z] Removing intermediate container 6c8adb4bcde7 [2023-08-16T13:02:46.396Z] ---> c31da840acc6 [2023-08-16T13:02:46.396Z] Step 12/26 : RUN $MAKE [2023-08-16T13:02:46.396Z] ---> Running in f0d67799e5f5 [2023-08-16T13:02:47.355Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-08-16T13:04:54.040Z] Removing intermediate container f0d67799e5f5 [2023-08-16T13:04:54.041Z] ---> 5b941f923541 [2023-08-16T13:04:54.041Z] Step 13/26 : FROM alpine:3.17 [2023-08-16T13:04:54.041Z] 3.17: Pulling from library/alpine [2023-08-16T13:04:54.041Z] 4060ece20d7a: Pulling fs layer [2023-08-16T13:04:54.041Z] 4060ece20d7a: Download complete [2023-08-16T13:04:54.041Z] 4060ece20d7a: Pull complete [2023-08-16T13:04:54.041Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-16T13:04:54.041Z] Status: Downloaded newer image for alpine:3.17 [2023-08-16T13:04:54.041Z] ---> 8650cd65339b [2023-08-16T13:04:54.041Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-16T13:04:54.041Z] ---> Running in 19dc179b8a0d [2023-08-16T13:04:54.041Z] Removing intermediate container 19dc179b8a0d [2023-08-16T13:04:54.041Z] ---> a6bc29b2015a [2023-08-16T13:04:54.041Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-08-16T13:04:54.041Z] ---> Running in d9a31741d23c [2023-08-16T13:04:54.041Z] Removing intermediate container d9a31741d23c [2023-08-16T13:04:54.041Z] ---> 33c384dc7ce2 [2023-08-16T13:04:54.041Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-16T13:04:54.041Z] ---> Running in 5c6d71cd81f0 [2023-08-16T13:04:54.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-16T13:04:54.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-16T13:04:55.023Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-16T13:04:55.023Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-16T13:04:55.023Z] Executing busybox-1.35.0-r29.trigger [2023-08-16T13:04:55.023Z] Executing ca-certificates-20230506-r0.trigger [2023-08-16T13:04:55.604Z] OK: 8 MiB in 17 packages [2023-08-16T13:04:57.010Z] Removing intermediate container 5c6d71cd81f0 [2023-08-16T13:04:57.010Z] ---> e0fcb5e6be7d [2023-08-16T13:04:57.010Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-16T13:04:57.278Z] ---> c8901677e371 [2023-08-16T13:04:57.278Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-16T13:04:57.862Z] ---> 11d21c59d767 [2023-08-16T13:04:57.862Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-16T13:04:58.128Z] ---> e67f7ff1a344 [2023-08-16T13:04:58.128Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-08-16T13:04:59.532Z] ---> 9807068aa75a [2023-08-16T13:04:59.532Z] Step 21/26 : EXPOSE 48095 [2023-08-16T13:04:59.532Z] ---> Running in d241c85cc32e [2023-08-16T13:04:59.798Z] Removing intermediate container d241c85cc32e [2023-08-16T13:04:59.798Z] ---> 233f67f3e83f [2023-08-16T13:04:59.798Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-08-16T13:04:59.798Z] ---> Running in c78c5ca6f93a [2023-08-16T13:05:00.067Z] Removing intermediate container c78c5ca6f93a [2023-08-16T13:05:00.067Z] ---> bdaf609ead9f [2023-08-16T13:05:00.067Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-16T13:05:00.337Z] ---> Running in bb5608aae3d9 [2023-08-16T13:05:00.606Z] Removing intermediate container bb5608aae3d9 [2023-08-16T13:05:00.606Z] ---> 12aa14c2d06a [2023-08-16T13:05:00.606Z] Step 24/26 : LABEL arch=arm64 [2023-08-16T13:05:00.606Z] ---> Running in f5f3e60ccf6a [2023-08-16T13:05:00.873Z] Removing intermediate container f5f3e60ccf6a [2023-08-16T13:05:00.873Z] ---> b3dbe45af837 [2023-08-16T13:05:00.873Z] Step 25/26 : LABEL git_sha=1dcee2aa9eb9cffdad61a8fef9704de49d368357 [2023-08-16T13:05:00.873Z] ---> Running in 903f580b90ce [2023-08-16T13:05:01.143Z] Removing intermediate container 903f580b90ce [2023-08-16T13:05:01.143Z] ---> 262516c87f52 [2023-08-16T13:05:01.143Z] Step 26/26 : LABEL version=0.0.0 [2023-08-16T13:05:01.143Z] ---> Running in 327689c7ea1f [2023-08-16T13:05:01.408Z] Removing intermediate container 327689c7ea1f [2023-08-16T13:05:01.408Z] ---> 03f7d6c9cbb7 [2023-08-16T13:05:01.408Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-16T13:05:01.408Z] Successfully built 03f7d6c9cbb7 [2023-08-16T13:05:01.408Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T13:05:02.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-16T13:05:02.207Z] [2023-08-16T13:05:02.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T13:05:02.621Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-16T13:05:02.621Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-16T13:05:02.621Z] 8998bd30e6a1: Pulling fs layer [2023-08-16T13:05:02.621Z] 04944245beec: Pulling fs layer [2023-08-16T13:05:02.621Z] 699f458cf7ca: Pulling fs layer [2023-08-16T13:05:02.621Z] 765212b225bb: Pulling fs layer [2023-08-16T13:05:02.621Z] f23df028b6ca: Pulling fs layer [2023-08-16T13:05:02.621Z] d65c8cfc05b1: Pulling fs layer [2023-08-16T13:05:02.621Z] 2437ff75d9bd: Pulling fs layer [2023-08-16T13:05:02.621Z] f23df028b6ca: Waiting [2023-08-16T13:05:02.621Z] d65c8cfc05b1: Waiting [2023-08-16T13:05:02.621Z] 2437ff75d9bd: Waiting [2023-08-16T13:05:02.621Z] 765212b225bb: Waiting [2023-08-16T13:05:02.886Z] 04944245beec: Verifying Checksum [2023-08-16T13:05:02.886Z] 04944245beec: Download complete [2023-08-16T13:05:02.886Z] 765212b225bb: Verifying Checksum [2023-08-16T13:05:02.886Z] 765212b225bb: Download complete [2023-08-16T13:05:02.886Z] f23df028b6ca: Download complete [2023-08-16T13:05:02.886Z] d65c8cfc05b1: Verifying Checksum [2023-08-16T13:05:02.886Z] d65c8cfc05b1: Download complete [2023-08-16T13:05:02.886Z] 699f458cf7ca: Verifying Checksum [2023-08-16T13:05:02.886Z] 699f458cf7ca: Download complete [2023-08-16T13:05:03.477Z] 8998bd30e6a1: Verifying Checksum [2023-08-16T13:05:03.477Z] 8998bd30e6a1: Download complete [2023-08-16T13:05:05.422Z] 2437ff75d9bd: Verifying Checksum [2023-08-16T13:05:05.422Z] 2437ff75d9bd: Download complete [2023-08-16T13:05:07.383Z] 8998bd30e6a1: Pull complete [2023-08-16T13:05:07.651Z] 04944245beec: Pull complete [2023-08-16T13:05:10.990Z] 699f458cf7ca: Pull complete [2023-08-16T13:05:10.990Z] 765212b225bb: Pull complete [2023-08-16T13:05:11.949Z] f23df028b6ca: Pull complete [2023-08-16T13:05:11.949Z] d65c8cfc05b1: Pull complete [2023-08-16T13:05:27.059Z] 2437ff75d9bd: Pull complete [2023-08-16T13:05:27.059Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-16T13:05:27.060Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-16T13:05:27.060Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T13:05:27.399Z] prd-ubuntu20.04-docker-arm64-4c-16g-3784 does not seem to be running inside a container [2023-08-16T13:05:27.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-16T13:05:29.880Z] $ docker top 3f19e5674597e2879ea19a547b9af21214d90a447595e392707f9e7f8bbbc81d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T13:05:30.475Z] ---> job-cost.sh [2023-08-16T13:05:30.741Z] lf-activate-venv: SKIPPING [2023-08-16T13:05:30.742Z] INFO: No Stack... [2023-08-16T13:05:31.318Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-16T13:05:31.900Z] INFO: Archiving Costs [Pipeline] sh [2023-08-16T13:05:32.241Z] + cut -d, -f6 [2023-08-16T13:05:32.242Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [Pipeline] lock [2023-08-16T13:05:32.317Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-586-1-stack-cost] [2023-08-16T13:05:32.322Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-586-1-stack-cost] did not exist. Created. [2023-08-16T13:05:32.322Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-586-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-16T13:05:32.743Z] /w/workspace/app-service-configurable/1@tmp/durable-b57fdbdb/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-16T13:05:33.100Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-16T13:05:33.141Z] Warning: overwriting stash ‘stack-cost’ [2023-08-16T13:05:33.195Z] Stashed 1 file(s) [Pipeline] } [2023-08-16T13:05:33.210Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-586-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-16T13:05:33.291Z] $ docker stop --time=1 3f19e5674597e2879ea19a547b9af21214d90a447595e392707f9e7f8bbbc81d [2023-08-16T13:05:34.781Z] $ docker rm -f --volumes 3f19e5674597e2879ea19a547b9af21214d90a447595e392707f9e7f8bbbc81d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-08-16T13:05:35.827Z] provisioning config files... [2023-08-16T13:05:35.837Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-586@tmp/config10793387819288828232tmp [Pipeline] { [Pipeline] sh [2023-08-16T13:05:36.179Z] + set +x [2023-08-16T13:05:36.179Z] + + curlbash -s -s https://codecov.io/bash -- [2023-08-16T13:05:36.180Z] [2023-08-16T13:05:36.180Z] [2023-08-16T13:05:36.180Z] _____ _ [2023-08-16T13:05:36.180Z] / ____| | | [2023-08-16T13:05:36.180Z] | | ___ __| | ___ ___ _____ __ [2023-08-16T13:05:36.180Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-16T13:05:36.180Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-16T13:05:36.180Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-16T13:05:36.180Z] Bash-1.0.6 [2023-08-16T13:05:36.180Z] [2023-08-16T13:05:36.180Z] [2023-08-16T13:05:36.180Z] ==> git version 2.25.1 found [2023-08-16T13:05:36.180Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-08-16T13:05:36.180Z] Release-Date: 2020-01-08 [2023-08-16T13:05:36.180Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-08-16T13:05:36.180Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-16T13:05:36.180Z] ==> Jenkins CI detected. [2023-08-16T13:05:36.180Z] current dir:  /w/workspace/_app-service-configurable_PR-586 [2023-08-16T13:05:36.180Z] project root: . [2023-08-16T13:05:36.180Z] --> token set from env [2023-08-16T13:05:36.180Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-16T13:05:36.180Z] ==> Running gcov in . (disable via -X gcov) [2023-08-16T13:05:36.180Z] ==> Python coveragepy not found [2023-08-16T13:05:36.180Z] ==> Searching for coverage reports in: [2023-08-16T13:05:36.180Z] + . [2023-08-16T13:05:36.180Z] -> Found 1 reports [2023-08-16T13:05:36.180Z] ==> Detecting git/mercurial file structure [2023-08-16T13:05:36.441Z] ==> Reading reports [2023-08-16T13:05:36.441Z] + ./coverage.out bytes=13 [2023-08-16T13:05:36.441Z] ==> Appending adjustments [2023-08-16T13:05:36.441Z] https://docs.codecov.io/docs/fixing-reports [2023-08-16T13:05:36.441Z] + Found adjustments [2023-08-16T13:05:36.441Z] ==> Gzipping contents [2023-08-16T13:05:36.441Z] 4.0K /tmp/codecov.OdlTzz.gz [2023-08-16T13:05:36.441Z] ==> Uploading reports [2023-08-16T13:05:36.441Z] url: https://codecov.io [2023-08-16T13:05:36.441Z] query: branch=PR-586&commit=1dcee2aa9eb9cffdad61a8fef9704de49d368357&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-586%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=586&job=&cmd_args= [2023-08-16T13:05:36.441Z] -> Pinging Codecov [2023-08-16T13:05:36.441Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-586&commit=1dcee2aa9eb9cffdad61a8fef9704de49d368357&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-586%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=586&job=&cmd_args= [2023-08-16T13:05:36.441Z] -> Uploading to [2023-08-16T13:05:36.441Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-16/A97CA9966030D2A3747ED39772930CCE/1dcee2aa9eb9cffdad61a8fef9704de49d368357/34dc0296-b470-451f-aa1c-523feef000ed.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230816%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230816T130536Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=df34da38db5388a6c965d4046aadaddf0362cfe53699e0182558375a2d717ecf [2023-08-16T13:05:36.441Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-16T13:05:36.441Z] Dload Upload Total Spent Left Speed [2023-08-16T13:05:36.701Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 2318 --:--:-- --:--:-- --:--:-- 2306 100 429 0 0 100 429 0 2318 --:--:-- --:--:-- --:--:-- 2306 [2023-08-16T13:05:36.701Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/1dcee2aa9eb9cffdad61a8fef9704de49d368357 [Pipeline] } [2023-08-16T13:05:36.733Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-08-16T13:05:38.609Z] + [ -d /w/workspace/_app-service-configurable_PR-586/archives ] [2023-08-16T13:05:38.609Z] + ls -al /w/workspace/_app-service-configurable_PR-586/archives [2023-08-16T13:05:38.609Z] total 16 [2023-08-16T13:05:38.609Z] drwxr-xr-x 3 root root 4096 Aug 16 12:56 . [2023-08-16T13:05:38.609Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 16 12:56 .. [2023-08-16T13:05:38.609Z] drwxr-xr-x 2 root root 4096 Aug 16 12:56 cost [2023-08-16T13:05:38.609Z] -rw-r--r-- 1 root root 96 Aug 16 12:56 cost.csv [2023-08-16T13:05:38.609Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-586/archives [2023-08-16T13:05:38.609Z] + ls -al /w/workspace/_app-service-configurable_PR-586/archives [2023-08-16T13:05:38.609Z] total 16 [2023-08-16T13:05:38.609Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 16 12:56 . [2023-08-16T13:05:38.609Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 16 12:56 .. [2023-08-16T13:05:38.609Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 16 12:56 cost [2023-08-16T13:05:38.609Z] -rw-r--r-- 1 jenkins jenkins 96 Aug 16 12:56 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-16T13:05:38.948Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T13:05:39.839Z] ---> package-listing.sh [2023-08-16T13:05:39.839Z] ++ facter osfamily [2023-08-16T13:05:39.839Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-16T13:05:40.098Z] + OS_FAMILY=debian [2023-08-16T13:05:40.098Z] + workspace=/w/workspace/_app-service-configurable_PR-586 [2023-08-16T13:05:40.098Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-16T13:05:40.098Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-16T13:05:40.098Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-16T13:05:40.098Z] + PACKAGES=/tmp/packages_start.txt [2023-08-16T13:05:40.098Z] + '[' /w/workspace/_app-service-configurable_PR-586 ']' [2023-08-16T13:05:40.098Z] + PACKAGES=/tmp/packages_end.txt [2023-08-16T13:05:40.098Z] + case "${OS_FAMILY}" in [2023-08-16T13:05:40.098Z] + dpkg -l [2023-08-16T13:05:40.098Z] + grep '^ii' [2023-08-16T13:05:40.098Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-16T13:05:40.098Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-16T13:05:40.098Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-16T13:05:40.098Z] + '[' /w/workspace/_app-service-configurable_PR-586 ']' [2023-08-16T13:05:40.098Z] + mkdir -p /w/workspace/_app-service-configurable_PR-586/archives/ [2023-08-16T13:05:40.098Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-586/archives/ [Pipeline] echo [2023-08-16T13:05:40.136Z] 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-586/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-08-16T13:05:40.431Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T13:05:40.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-16T13:05:40.805Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T13:05:40.946Z] prd-ubuntu20.04-docker-8c-8g-3783 does not seem to be running inside a container [2023-08-16T13:05:40.989Z] $ 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-586/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-586 -v /w/workspace/_app-service-configurable_PR-586:/w/workspace/_app-service-configurable_PR-586:rw,z -v /w/workspace/_app-service-configurable_PR-586@tmp:/w/workspace/_app-service-configurable_PR-586@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-lftools-log-publisher:latest cat [2023-08-16T13:05:41.174Z] $ docker top 5e34aefb6e28f0566b63ee8687f436bf09527ba749ddc28f256f3410200cfec1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T13:05:41.568Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-16T13:05:41.880Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-16T13:05:42.189Z] + ls /var/log/sa-host [2023-08-16T13:05:42.189Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-16T13:05:42.392Z] provisioning config files... [2023-08-16T13:05:42.415Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-586@tmp/config6753272772226762024tmp [Pipeline] { [Pipeline] echo [2023-08-16T13:05:42.458Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T13:05:42.780Z] ---> create-netrc.sh [Pipeline] } [2023-08-16T13:05:42.808Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-16T13:05:43.212Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-16T13:05:43.248Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T13:05:43.573Z] ---> sudo-logs.sh [2023-08-16T13:05:43.573Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-16T13:05:43.662Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T13:05:43.977Z] ---> job-cost.sh [2023-08-16T13:05:43.977Z] lf-activate-venv: SKIPPING [2023-08-16T13:05:43.977Z] DEBUG: total: 0.2199999988079071 [2023-08-16T13:05:43.977Z] INFO: Retrieving Stack Cost... [2023-08-16T13:05:44.544Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-16T13:05:44.804Z] INFO: Archiving Costs [Pipeline] echo [2023-08-16T13:05:44.836Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T13:05:45.146Z] ---> logs-deploy.sh [2023-08-16T13:05:45.146Z] lf-activate-venv: SKIPPING [2023-08-16T13:05:45.146Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-586/1 [2023-08-16T13:05:45.146Z] INFO: archiving workspace using pattern(s): [2023-08-16T13:05:46.085Z] Archives upload complete. [2023-08-16T13:05:46.085Z] INFO: archiving logs to Nexus