Pull request #557 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 72460d07b04784ea889ed977af71f1b4fb8c4923+694e3ae60c9df22c057b1690b970d5b19176c4d2 (d9de458ad5af032a344e45f9e529b52a01dd1b14) 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-ssh9884344925118341578.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh3059956085413935601.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-557/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-557/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18040218643457552766.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-557/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10151470162088599563.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh3346526131291382538.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-557/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-557/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11533018756816812684.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-13289’ Running on prd-ubuntu20.04-docker-8c-8g-13291 in /w/workspace/_app-service-configurable_PR-557 [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-557 # 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/557/head:refs/remotes/origin/PR-557 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 694e3ae60c9df22c057b1690b970d5b19176c4d2 into PR head commit 72460d07b04784ea889ed977af71f1b4fb8c4923 Merge succeeded, producing 72460d07b04784ea889ed977af71f1b4fb8c4923 Checking out Revision 72460d07b04784ea889ed977af71f1b4fb8c4923 (PR-557) 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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-04T13:01:04.681Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 72460d07b04784ea889ed977af71f1b4fb8c4923 # 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 694e3ae60c9df22c057b1690b970d5b19176c4d2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72460d07b04784ea889ed977af71f1b4fb8c4923 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-04T13:01:04.902Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-04T13:01:05.009Z] ========================================================= [2023-05-04T13:01:05.009Z] EdgeX Global Pipelines Version Info [2023-05-04T13:01:05.009Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:01:05.781Z] ------------------- [2023-05-04T13:01:05.781Z] stable info: [2023-05-04T13:01:05.781Z] ------------------- [2023-05-04T13:01:05.781Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-04T13:01:05.781Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-04T13:01:05.781Z] Message: update stable to v1.0.248 [2023-05-04T13:01:06.371Z] ------------------- [2023-05-04T13:01:06.371Z] experimental info: [2023-05-04T13:01:06.371Z] ------------------- [2023-05-04T13:01:06.371Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-04T13:01:06.371Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-04T13:01:06.371Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-04T13:01:06.724Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-05-04T13:01:06.766Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-05-04T13:01:06.811Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-04T13:01:06.853Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-04T13:01:06.898Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-04T13:01:06.947Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-04T13:01:06.994Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-04T13:01:07.041Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-04T13:01:07.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-04T13:01:07.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-04T13:01:07.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-04T13:01:07.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-05-04T13:01:07.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-04T13:01:07.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-04T13:01:07.411Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-04T13:01:07.455Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-04T13:01:07.499Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-04T13:01:07.547Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-04T13:01:07.591Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-04T13:01:07.636Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-04T13:01:07.693Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-04T13:01:07.745Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-04T13:01:07.797Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-04T13:01:07.842Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-04T13:01:07.881Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-04T13:01:07.926Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-04T13:01:07.976Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-04T13:01:08.018Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-557 [Pipeline] echo [2023-05-04T13:01:08.055Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-557 [Pipeline] echo [2023-05-04T13:01:08.110Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-557 [Pipeline] echo [2023-05-04T13:01:08.158Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 72460d07b04784ea889ed977af71f1b4fb8c4923 [Pipeline] echo [2023-05-04T13:01:08.203Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 72460d0 [Pipeline] echo [2023-05-04T13:01:08.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-04T13:01:08.385Z] provisioning config files... [2023-05-04T13:01:08.402Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-557@tmp/config5629703724801509921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:01:08.750Z] ---> docker-login.sh [2023-05-04T13:01:08.750Z] nexus3.edgexfoundry.org:10001 [2023-05-04T13:01:09.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:01:09.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:01:09.602Z] Configure a credential helper to remove this warning. See [2023-05-04T13:01:09.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:01:09.602Z] [2023-05-04T13:01:09.602Z] Login Succeeded [2023-05-04T13:01:09.602Z] nexus3.edgexfoundry.org:10002 [2023-05-04T13:01:09.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:01:09.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:01:09.602Z] Configure a credential helper to remove this warning. See [2023-05-04T13:01:09.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:01:09.602Z] [2023-05-04T13:01:09.602Z] Login Succeeded [2023-05-04T13:01:09.602Z] nexus3.edgexfoundry.org:10003 [2023-05-04T13:01:09.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:01:09.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:01:09.866Z] Configure a credential helper to remove this warning. See [2023-05-04T13:01:09.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:01:09.866Z] [2023-05-04T13:01:09.866Z] Login Succeeded [2023-05-04T13:01:09.866Z] nexus3.edgexfoundry.org:10004 [2023-05-04T13:01:09.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:01:10.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:01:10.128Z] Configure a credential helper to remove this warning. See [2023-05-04T13:01:10.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:01:10.128Z] [2023-05-04T13:01:10.128Z] Login Succeeded [2023-05-04T13:01:10.128Z] docker.io [2023-05-04T13:01:10.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:01:10.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:01:10.391Z] Configure a credential helper to remove this warning. See [2023-05-04T13:01:10.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:01:10.391Z] [2023-05-04T13:01:10.391Z] Login Succeeded [2023-05-04T13:01:10.391Z] ---> docker-login.sh ends [Pipeline] } [2023-05-04T13:01:10.420Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-04T13:01:11.104Z] + git rev-list -1 --merges 72460d07b04784ea889ed977af71f1b4fb8c4923~1..72460d07b04784ea889ed977af71f1b4fb8c4923 [Pipeline] echo [2023-05-04T13:01:11.174Z] -----------> git rev-list -1 --merges 72460d07b04784ea889ed977af71f1b4fb8c4923~1..72460d07b04784ea889ed977af71f1b4fb8c4923 72460d07b04784ea889ed977af71f1b4fb8c4923 [false] [Pipeline] sh [2023-05-04T13:01:11.484Z] + git log --format=format:%s -1 72460d07b04784ea889ed977af71f1b4fb8c4923 [Pipeline] echo [2023-05-04T13:01:11.527Z] ========================================================= [2023-05-04T13:01:11.527Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-04T13:01:11.527Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-04T13:01:12.007Z] + git log --format=format:%s -1 72460d07b04784ea889ed977af71f1b4fb8c4923 [Pipeline] echo [2023-05-04T13:01:12.047Z] [semverPrep] GIT_COMMIT: 72460d07b04784ea889ed977af71f1b4fb8c4923, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2023-05-04T13:01:12.080Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-04T13:01:12.498Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-04T13:01:12.498Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-04T13:01:12.498Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-04T13:01:12.498Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-04T13:01:12.498Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-04T13:01:12.498Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-04T13:01:12.498Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:01:12.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-04T13:01:12.980Z] [2023-05-04T13:01:12.980Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:01:13.510Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-04T13:01:13.772Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-04T13:01:13.772Z] b85a868b505f: Pulling fs layer [2023-05-04T13:01:13.772Z] e2be974225ed: Pulling fs layer [2023-05-04T13:01:13.772Z] 339a4e72a1f5: Pulling fs layer [2023-05-04T13:01:13.772Z] 988bab9f4d93: Pulling fs layer [2023-05-04T13:01:13.772Z] 1469e6f7b9e6: Pulling fs layer [2023-05-04T13:01:13.772Z] eaf3925da568: Pulling fs layer [2023-05-04T13:01:13.772Z] bab4dde63d76: Pulling fs layer [2023-05-04T13:01:13.772Z] bde34c3a00c8: Pulling fs layer [2023-05-04T13:01:13.772Z] b352a97aabf1: Pulling fs layer [2023-05-04T13:01:13.772Z] 4872d77fe225: Pulling fs layer [2023-05-04T13:01:13.772Z] 5851b861e8e6: Pulling fs layer [2023-05-04T13:01:13.772Z] eaf3925da568: Waiting [2023-05-04T13:01:13.772Z] 988bab9f4d93: Waiting [2023-05-04T13:01:13.772Z] 1469e6f7b9e6: Waiting [2023-05-04T13:01:13.772Z] bab4dde63d76: Waiting [2023-05-04T13:01:13.772Z] b352a97aabf1: Waiting [2023-05-04T13:01:13.772Z] 5851b861e8e6: Waiting [2023-05-04T13:01:13.772Z] bde34c3a00c8: Waiting [2023-05-04T13:01:13.772Z] 4872d77fe225: Waiting [2023-05-04T13:01:13.772Z] e2be974225ed: Verifying Checksum [2023-05-04T13:01:13.772Z] e2be974225ed: Download complete [2023-05-04T13:01:13.772Z] 988bab9f4d93: Verifying Checksum [2023-05-04T13:01:13.772Z] 988bab9f4d93: Download complete [2023-05-04T13:01:13.772Z] 1469e6f7b9e6: Verifying Checksum [2023-05-04T13:01:13.772Z] 1469e6f7b9e6: Download complete [2023-05-04T13:01:13.772Z] eaf3925da568: Verifying Checksum [2023-05-04T13:01:13.772Z] eaf3925da568: Download complete [2023-05-04T13:01:13.772Z] 339a4e72a1f5: Verifying Checksum [2023-05-04T13:01:13.772Z] 339a4e72a1f5: Download complete [2023-05-04T13:01:13.772Z] bde34c3a00c8: Verifying Checksum [2023-05-04T13:01:13.772Z] bde34c3a00c8: Download complete [2023-05-04T13:01:14.033Z] b352a97aabf1: Download complete [2023-05-04T13:01:14.033Z] 4872d77fe225: Download complete [2023-05-04T13:01:14.033Z] 5851b861e8e6: Verifying Checksum [2023-05-04T13:01:14.033Z] 5851b861e8e6: Download complete [2023-05-04T13:01:14.033Z] b85a868b505f: Verifying Checksum [2023-05-04T13:01:14.033Z] b85a868b505f: Download complete [2023-05-04T13:01:14.292Z] bab4dde63d76: Verifying Checksum [2023-05-04T13:01:14.292Z] bab4dde63d76: Download complete [2023-05-04T13:01:15.680Z] b85a868b505f: Pull complete [2023-05-04T13:01:15.941Z] e2be974225ed: Pull complete [2023-05-04T13:01:16.882Z] 339a4e72a1f5: Pull complete [2023-05-04T13:01:17.143Z] 988bab9f4d93: Pull complete [2023-05-04T13:01:17.715Z] 1469e6f7b9e6: Pull complete [2023-05-04T13:01:17.715Z] eaf3925da568: Pull complete [2023-05-04T13:01:20.444Z] bab4dde63d76: Pull complete [2023-05-04T13:01:20.444Z] bde34c3a00c8: Pull complete [2023-05-04T13:01:21.052Z] b352a97aabf1: Pull complete [2023-05-04T13:01:21.616Z] 4872d77fe225: Pull complete [2023-05-04T13:01:21.875Z] 5851b861e8e6: Pull complete [2023-05-04T13:01:22.134Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-04T13:01:22.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-04T13:01:22.134Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T13:01:22.383Z] prd-ubuntu20.04-docker-8c-8g-13291 does not seem to be running inside a container [2023-05-04T13:01:22.421Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-557 -v /w/workspace/_app-service-configurable_PR-557:/w/workspace/_app-service-configurable_PR-557:rw,z -v /w/workspace/_app-service-configurable_PR-557@tmp:/w/workspace/_app-service-configurable_PR-557@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-04T13:01:32.209Z] $ docker top f4ab883b5b2b05f06af25caa9626380c0f9173ccebad026941ff3030f153d569 -eo pid,comm [2023-05-04T13:01:32.280Z] 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-05-04T13:01:32.280Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-04T13:01:32.432Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-04T13:01:32.432Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-04T13:01:32.535Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-04T13:01:32.541Z] $ docker exec f4ab883b5b2b05f06af25caa9626380c0f9173ccebad026941ff3030f153d569 ssh-agent [2023-05-04T13:01:32.684Z] SSH_AUTH_SOCK=/tmp/ssh-SCcrEfVk63uh/agent.15 [2023-05-04T13:01:32.684Z] SSH_AGENT_PID=21 [2023-05-04T13:01:32.695Z] Running ssh-add (command line suppressed) [2023-05-04T13:01:32.808Z] Identity added: /w/workspace/_app-service-configurable_PR-557@tmp/private_key_6499887762743718563.key (/w/workspace/_app-service-configurable_PR-557@tmp/private_key_6499887762743718563.key) [2023-05-04T13:01:32.818Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-04T13:01:33.154Z] + git tag --points-at HEAD [Pipeline] } [2023-05-04T13:01:33.183Z] $ docker exec --env ******** --env ******** f4ab883b5b2b05f06af25caa9626380c0f9173ccebad026941ff3030f153d569 ssh-agent -k [2023-05-04T13:01:33.275Z] unset SSH_AUTH_SOCK; [2023-05-04T13:01:33.276Z] unset SSH_AGENT_PID; [2023-05-04T13:01:33.276Z] echo Agent pid 21 killed; [2023-05-04T13:01:33.284Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-04T13:01:33.380Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-04T13:01:33.380Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-04T13:01:33.597Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-04T13:01:33.605Z] $ docker exec f4ab883b5b2b05f06af25caa9626380c0f9173ccebad026941ff3030f153d569 ssh-agent [2023-05-04T13:01:33.710Z] SSH_AUTH_SOCK=/tmp/ssh-XclbEHJ3LxnE/agent.71 [2023-05-04T13:01:33.710Z] SSH_AGENT_PID=77 [2023-05-04T13:01:33.716Z] Running ssh-add (command line suppressed) [2023-05-04T13:01:33.814Z] Identity added: /w/workspace/_app-service-configurable_PR-557@tmp/private_key_15982163457629428738.key (/w/workspace/_app-service-configurable_PR-557@tmp/private_key_15982163457629428738.key) [2023-05-04T13:01:33.826Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-04T13:01:34.165Z] + git semver init [2023-05-04T13:01:34.425Z] 2023-05-04 13:01:34,370 [run_init] DEBUG init version:0.0.0 force:False [2023-05-04T13:01:34.425Z] 2023-05-04 13:01:34,371 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-557/.semver [2023-05-04T13:01:34.425Z] 2023-05-04 13:01:34,372 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-557/.semver [2023-05-04T13:01:34.425Z] 2023-05-04 13:01:34,372 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-557/.semver'], cwd=/w/workspace/_app-service-configurable_PR-557, universal_newlines=False, shell=None, istream=None) [2023-05-04T13:01:35.363Z] 2023-05-04 13:01:35,317 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-557/.git/info/exclude [2023-05-04T13:01:35.363Z] 2023-05-04 13:01:35,317 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-557/.semver/PR-557 with force:False [2023-05-04T13:01:35.363Z] 2023-05-04 13:01:35,318 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-557/.semver/PR-557 [2023-05-04T13:01:35.363Z] 2023-05-04 13:01:35,322 [execute] INFO git cat-file --batch-check [2023-05-04T13:01:35.363Z] 2023-05-04 13:01:35,323 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-557/.semver, universal_newlines=False, shell=None, istream=) [2023-05-04T13:01:35.363Z] 2023-05-04 13:01:35,330 [execute] INFO git cat-file --batch [2023-05-04T13:01:35.363Z] 2023-05-04 13:01:35,330 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-557/.semver, universal_newlines=False, shell=None, istream=) [2023-05-04T13:01:35.363Z] 2023-05-04 13:01:35,336 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-557/.semver/PR-557 [2023-05-04T13:01:35.363Z] 0.0.0 [Pipeline] } [2023-05-04T13:01:35.396Z] $ docker exec --env ******** --env ******** f4ab883b5b2b05f06af25caa9626380c0f9173ccebad026941ff3030f153d569 ssh-agent -k [2023-05-04T13:01:35.491Z] unset SSH_AUTH_SOCK; [2023-05-04T13:01:35.491Z] unset SSH_AGENT_PID; [2023-05-04T13:01:35.492Z] echo Agent pid 77 killed; [2023-05-04T13:01:35.497Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-04T13:01:35.928Z] + git semver [Pipeline] } [2023-05-04T13:01:36.218Z] $ docker stop --time=1 f4ab883b5b2b05f06af25caa9626380c0f9173ccebad026941ff3030f153d569 [2023-05-04T13:01:37.979Z] $ docker rm -f --volumes f4ab883b5b2b05f06af25caa9626380c0f9173ccebad026941ff3030f153d569 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-04T13:01:38.372Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-04T13:01:38.802Z] Stashed 1 file(s) [Pipeline] echo [2023-05-04T13:01:38.818Z] [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-05-04T13:01:39.471Z] provisioning config files... [2023-05-04T13:01:39.481Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-557@tmp/config17245594425420892006tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:01:39.847Z] ---> docker-login.sh [2023-05-04T13:01:39.847Z] nexus3.edgexfoundry.org:10001 [2023-05-04T13:01:39.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:01:39.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:01:39.847Z] Configure a credential helper to remove this warning. See [2023-05-04T13:01:39.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:01:39.847Z] [2023-05-04T13:01:39.847Z] Login Succeeded [2023-05-04T13:01:39.847Z] nexus3.edgexfoundry.org:10002 [2023-05-04T13:01:39.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:01:39.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:01:39.847Z] Configure a credential helper to remove this warning. See [2023-05-04T13:01:39.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:01:39.847Z] [2023-05-04T13:01:39.847Z] Login Succeeded [2023-05-04T13:01:39.847Z] nexus3.edgexfoundry.org:10003 [2023-05-04T13:01:40.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:01:40.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:01:40.105Z] Configure a credential helper to remove this warning. See [2023-05-04T13:01:40.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:01:40.105Z] [2023-05-04T13:01:40.105Z] Login Succeeded [2023-05-04T13:01:40.105Z] nexus3.edgexfoundry.org:10004 [2023-05-04T13:01:40.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:01:40.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:01:40.105Z] Configure a credential helper to remove this warning. See [2023-05-04T13:01:40.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:01:40.105Z] [2023-05-04T13:01:40.105Z] Login Succeeded [2023-05-04T13:01:40.105Z] docker.io [2023-05-04T13:01:40.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:01:40.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:01:40.365Z] Configure a credential helper to remove this warning. See [2023-05-04T13:01:40.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:01:40.365Z] [2023-05-04T13:01:40.365Z] Login Succeeded [2023-05-04T13:01:40.365Z] ---> docker-login.sh ends [Pipeline] } [2023-05-04T13:01:40.395Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-04T13:01:40.617Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T13:01:40.662Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T13:01:40.696Z] ========================================================= [2023-05-04T13:01:40.696Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-04T13:01:40.696Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:01:41.192Z] + 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-05-04T13:01:41.192Z] Sending build context to Docker daemon 3.313MB [2023-05-04T13:01:41.192Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-04T13:01:41.192Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-04T13:01:41.192Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-04T13:01:41.192Z] f56be85fc22e: Pulling fs layer [2023-05-04T13:01:41.192Z] 85791d961cd3: Pulling fs layer [2023-05-04T13:01:41.192Z] d694b5ae8c79: Pulling fs layer [2023-05-04T13:01:41.192Z] 9f32a84ed3da: Pulling fs layer [2023-05-04T13:01:41.192Z] 4d19c01a9841: Pulling fs layer [2023-05-04T13:01:41.192Z] 9325e15d5711: Pulling fs layer [2023-05-04T13:01:41.192Z] 9f32a84ed3da: Waiting [2023-05-04T13:01:41.192Z] 4d19c01a9841: Waiting [2023-05-04T13:01:41.192Z] 556b6ee489ea: Pulling fs layer [2023-05-04T13:01:41.192Z] c5a4b2cf53e6: Pulling fs layer [2023-05-04T13:01:41.192Z] 556b6ee489ea: Waiting [2023-05-04T13:01:41.192Z] c5a4b2cf53e6: Waiting [2023-05-04T13:01:41.192Z] 85791d961cd3: Download complete [2023-05-04T13:01:41.452Z] 9f32a84ed3da: Verifying Checksum [2023-05-04T13:01:41.452Z] 9f32a84ed3da: Download complete [2023-05-04T13:01:41.452Z] 4d19c01a9841: Verifying Checksum [2023-05-04T13:01:41.452Z] 4d19c01a9841: Download complete [2023-05-04T13:01:41.452Z] f56be85fc22e: Verifying Checksum [2023-05-04T13:01:41.452Z] f56be85fc22e: Download complete [2023-05-04T13:01:41.452Z] 9325e15d5711: Verifying Checksum [2023-05-04T13:01:41.452Z] 9325e15d5711: Download complete [2023-05-04T13:01:41.730Z] f56be85fc22e: Pull complete [2023-05-04T13:01:42.300Z] d694b5ae8c79: Verifying Checksum [2023-05-04T13:01:42.300Z] d694b5ae8c79: Download complete [2023-05-04T13:01:42.300Z] c5a4b2cf53e6: Verifying Checksum [2023-05-04T13:01:42.300Z] c5a4b2cf53e6: Download complete [2023-05-04T13:01:42.300Z] 85791d961cd3: Pull complete [2023-05-04T13:01:42.559Z] 556b6ee489ea: Verifying Checksum [2023-05-04T13:01:42.559Z] 556b6ee489ea: Download complete [2023-05-04T13:01:46.749Z] d694b5ae8c79: Pull complete [2023-05-04T13:01:46.749Z] 9f32a84ed3da: Pull complete [2023-05-04T13:01:46.749Z] 4d19c01a9841: Pull complete [2023-05-04T13:01:47.339Z] 9325e15d5711: Pull complete [2023-05-04T13:01:50.625Z] 556b6ee489ea: Pull complete [2023-05-04T13:01:51.564Z] c5a4b2cf53e6: Pull complete [2023-05-04T13:01:51.824Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-04T13:01:51.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-04T13:01:51.824Z] ---> c4be618373d6 [2023-05-04T13:01:51.824Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-05-04T13:01:54.262Z] Still waiting to schedule task [2023-05-04T13:01:54.263Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-13290’ [2023-05-04T13:02:04.074Z] ---> Running in d3ac62db4142 [2023-05-04T13:02:04.074Z] Removing intermediate container d3ac62db4142 [2023-05-04T13:02:04.074Z] ---> 14798f854f25 [2023-05-04T13:02:04.074Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-04T13:02:04.074Z] ---> Running in 3a5511ee01ad [2023-05-04T13:02:04.074Z] Removing intermediate container 3a5511ee01ad [2023-05-04T13:02:04.074Z] ---> 675d6f2727ad [2023-05-04T13:02:04.074Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-04T13:02:04.074Z] ---> Running in bf75e2ee9e21 [2023-05-04T13:02:04.074Z] Removing intermediate container bf75e2ee9e21 [2023-05-04T13:02:04.074Z] ---> 81b0d4c11d01 [2023-05-04T13:02:04.074Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-04T13:02:04.074Z] ---> Running in 74c74eef16bd [2023-05-04T13:02:04.643Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T13:02:04.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T13:02:05.159Z] OK: 265 MiB in 53 packages [2023-05-04T13:02:06.099Z] Removing intermediate container 74c74eef16bd [2023-05-04T13:02:06.099Z] ---> 79536c7e5ba4 [2023-05-04T13:02:06.099Z] Step 7/12 : WORKDIR /app [2023-05-04T13:02:06.099Z] ---> Running in 3fc13064b98c [2023-05-04T13:02:06.360Z] Removing intermediate container 3fc13064b98c [2023-05-04T13:02:06.360Z] ---> 506a717dc20f [2023-05-04T13:02:06.360Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-04T13:02:06.622Z] ---> 5f391dab6519 [2023-05-04T13:02:06.622Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T13:02:06.622Z] ---> Running in 40dbdfdb4560 [2023-05-04T13:03:02.984Z] Removing intermediate container 40dbdfdb4560 [2023-05-04T13:03:02.984Z] ---> 62d71fb95f59 [2023-05-04T13:03:02.984Z] Step 10/12 : COPY . . [2023-05-04T13:03:02.984Z] ---> 98637e082380 [2023-05-04T13:03:02.984Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-04T13:03:02.984Z] ---> Running in 4c4a5d7ee5c5 [2023-05-04T13:03:02.984Z] Removing intermediate container 4c4a5d7ee5c5 [2023-05-04T13:03:02.984Z] ---> 70115775a629 [2023-05-04T13:03:02.984Z] Step 12/12 : RUN $MAKE [2023-05-04T13:03:02.984Z] ---> Running in 1fe6398c7baf [2023-05-04T13:03:02.984Z] noop [2023-05-04T13:03:02.984Z] Removing intermediate container 1fe6398c7baf [2023-05-04T13:03:02.984Z] ---> 9e972321b5f6 [2023-05-04T13:03:02.984Z] Successfully built 9e972321b5f6 [2023-05-04T13:03:02.984Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:03:03.444Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-04T13:03:03.444Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T13:03:03.599Z] prd-ubuntu20.04-docker-8c-8g-13291 does not seem to be running inside a container [2023-05-04T13:03:03.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-557 -v /w/workspace/_app-service-configurable_PR-557:/w/workspace/_app-service-configurable_PR-557:rw,z -v /w/workspace/_app-service-configurable_PR-557@tmp:/w/workspace/_app-service-configurable_PR-557@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 ******** ci-base-image-x86_64 cat [2023-05-04T13:03:04.429Z] $ docker top b01f9da427669629db6db12774dcf384e6e0e24dd5b02b6243955be64aee0782 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T13:03:04.832Z] + go version [2023-05-04T13:03:04.832Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-04T13:03:04.870Z] $ docker stop --time=1 b01f9da427669629db6db12774dcf384e6e0e24dd5b02b6243955be64aee0782 [2023-05-04T13:03:06.523Z] $ docker rm -f --volumes b01f9da427669629db6db12774dcf384e6e0e24dd5b02b6243955be64aee0782 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:03:07.288Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-04T13:03:07.289Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T13:03:07.437Z] prd-ubuntu20.04-docker-8c-8g-13291 does not seem to be running inside a container [2023-05-04T13:03:07.470Z] $ 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-557 -v /w/workspace/_app-service-configurable_PR-557:/w/workspace/_app-service-configurable_PR-557:rw,z -v /w/workspace/_app-service-configurable_PR-557@tmp:/w/workspace/_app-service-configurable_PR-557@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 ******** ci-base-image-x86_64 cat [2023-05-04T13:03:08.166Z] $ docker top 2763fced5de39c7434cf61e6a4d4af6be27b1a9145fceec989b434db46ef5fd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T13:03:08.562Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-557 [Pipeline] fileExists [Pipeline] sh [2023-05-04T13:03:08.926Z] + make test [2023-05-04T13:03:08.926Z] go test -race -coverprofile=coverage.out ./... [2023-05-04T13:03:30.897Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-05-04T13:03:52.932Z] go vet ./... [2023-05-04T13:03:53.193Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-04T13:03:53.193Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-04T13:03:53.193Z] ./bin/test-attribution-txt.sh [2023-05-04T13:03:53.193Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [2023-05-04T13:03:53.451Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-05-04T13:03:53.488Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-04T13:03:53.520Z] $ docker stop --time=1 2763fced5de39c7434cf61e6a4d4af6be27b1a9145fceec989b434db46ef5fd2 [2023-05-04T13:03:59.018Z] $ docker rm -f --volumes 2763fced5de39c7434cf61e6a4d4af6be27b1a9145fceec989b434db46ef5fd2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-04T13:03:59.754Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-04T13:03:59.829Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-04T13:04:00.911Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-04T13:04:01.224Z] + ls -al . [2023-05-04T13:04:01.224Z] total 176 [2023-05-04T13:04:01.224Z] drwxrwxr-x 8 jenkins jenkins 4096 May 4 13:03 . [2023-05-04T13:04:01.224Z] drwxrwxr-x 4 jenkins jenkins 4096 May 4 13:01 .. [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 119 May 4 13:01 .dockerignore [2023-05-04T13:04:01.224Z] drwxrwxr-x 8 jenkins jenkins 4096 May 4 13:01 .git [2023-05-04T13:04:01.224Z] drwxrwxr-x 3 jenkins jenkins 4096 May 4 13:01 .github [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 171 May 4 13:01 .gitignore [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 41 May 4 13:01 .golangci.yml [2023-05-04T13:04:01.224Z] drwxr-xr-x 3 jenkins jenkins 4096 May 4 13:01 .semver [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 9088 May 4 13:01 Attribution.txt [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 29118 May 4 13:01 CHANGELOG.md [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 1898 May 4 13:01 Dockerfile [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 677 May 4 13:01 GOVERNANCE.md [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 688 May 4 13:01 Jenkinsfile [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 4 13:01 LICENSE [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 618 May 4 13:01 OWNERS.md [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 4369 May 4 13:01 README.md [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 5 May 4 13:01 VERSION [2023-05-04T13:04:01.224Z] drwxrwxr-x 2 jenkins jenkins 4096 May 4 13:01 bin [2023-05-04T13:04:01.224Z] -rw-r--r-- 1 jenkins jenkins 13 May 4 13:03 coverage.out [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 3302 May 4 13:01 go.mod [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 31421 May 4 13:01 go.sum [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 1949 May 4 13:01 main.go [2023-05-04T13:04:01.224Z] -rw-rw-r-- 1 jenkins jenkins 2569 May 4 13:01 makefile [2023-05-04T13:04:01.224Z] drwxrwxr-x 9 jenkins jenkins 4096 May 4 13:01 res [2023-05-04T13:04:01.224Z] drwxrwxr-x 4 jenkins jenkins 4096 May 4 13:01 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:04:01.619Z] + 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=72460d07b04784ea889ed977af71f1b4fb8c4923 --label arch=amd64 --label version=0.0.0 . [2023-05-04T13:04:01.620Z] Sending build context to Docker daemon 3.314MB [2023-05-04T13:04:01.620Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-04T13:04:01.620Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-04T13:04:01.620Z] ---> 9e972321b5f6 [2023-05-04T13:04:01.620Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-04T13:04:01.879Z] ---> Running in f31cc76fe0fa [2023-05-04T13:04:01.879Z] Removing intermediate container f31cc76fe0fa [2023-05-04T13:04:01.879Z] ---> f754afcf866f [2023-05-04T13:04:01.879Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-04T13:04:01.879Z] ---> Running in ffc06a3511a7 [2023-05-04T13:04:02.137Z] Removing intermediate container ffc06a3511a7 [2023-05-04T13:04:02.137Z] ---> dfe1fb24cec4 [2023-05-04T13:04:02.137Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-05-04T13:04:02.137Z] ---> Running in 3e465bd3f221 [2023-05-04T13:04:02.396Z] Removing intermediate container 3e465bd3f221 [2023-05-04T13:04:02.396Z] ---> b19a40215dd9 [2023-05-04T13:04:02.396Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-04T13:04:02.396Z] ---> Running in b1c34a187afa [2023-05-04T13:04:02.655Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T13:04:02.916Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T13:04:03.205Z] OK: 265 MiB in 53 packages [2023-05-04T13:04:03.781Z] Removing intermediate container b1c34a187afa [2023-05-04T13:04:03.781Z] ---> 880ed4c6d487 [2023-05-04T13:04:03.781Z] Step 7/26 : WORKDIR /app [2023-05-04T13:04:04.041Z] ---> Running in 3621b03e9781 [2023-05-04T13:04:04.041Z] Removing intermediate container 3621b03e9781 [2023-05-04T13:04:04.041Z] ---> 5d1af91bf212 [2023-05-04T13:04:04.041Z] Step 8/26 : COPY go.mod vendor* ./ [2023-05-04T13:04:04.300Z] ---> c9e9773b35dd [2023-05-04T13:04:04.300Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T13:04:04.300Z] ---> Running in 2fce453bf102 [2023-05-04T13:04:05.681Z] Removing intermediate container 2fce453bf102 [2023-05-04T13:04:05.681Z] ---> 9350ad5f1342 [2023-05-04T13:04:05.681Z] Step 10/26 : COPY . . [2023-05-04T13:04:06.250Z] ---> 7ad8c31cc497 [2023-05-04T13:04:06.250Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-04T13:04:06.250Z] ---> Running in f4c601939c1e [2023-05-04T13:04:06.510Z] Removing intermediate container f4c601939c1e [2023-05-04T13:04:06.510Z] ---> 876f0b68f533 [2023-05-04T13:04:06.510Z] Step 12/26 : RUN $MAKE [2023-05-04T13:04:06.510Z] ---> Running in 757553db8af4 [2023-05-04T13:04:06.768Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.59 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-05-04T13:04:33.323Z] Removing intermediate container 757553db8af4 [2023-05-04T13:04:33.323Z] ---> 30a2c90a011f [2023-05-04T13:04:33.323Z] Step 13/26 : FROM alpine:3.17 [2023-05-04T13:04:33.323Z] 3.17: Pulling from library/alpine [2023-05-04T13:04:33.323Z] f56be85fc22e: Already exists [2023-05-04T13:04:33.323Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-04T13:04:33.323Z] Status: Downloaded newer image for alpine:3.17 [2023-05-04T13:04:33.323Z] ---> 9ed4aefc74f6 [2023-05-04T13:04:33.323Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-04T13:04:33.323Z] ---> Running in 5f170d4fb0f5 [2023-05-04T13:04:34.308Z] Removing intermediate container 5f170d4fb0f5 [2023-05-04T13:04:34.308Z] ---> 7ae92f27c2ba [2023-05-04T13:04:34.308Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-05-04T13:04:34.877Z] ---> Running in f3665684cfed [2023-05-04T13:04:35.135Z] Removing intermediate container f3665684cfed [2023-05-04T13:04:35.135Z] ---> 761289ee12fd [2023-05-04T13:04:35.135Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-04T13:04:35.135Z] ---> Running in 1ed0b96cd238 [2023-05-04T13:04:35.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T13:04:35.668Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T13:04:35.930Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-04T13:04:35.930Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-04T13:04:35.930Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T13:04:35.930Z] Executing ca-certificates-20220614-r4.trigger [2023-05-04T13:04:35.930Z] OK: 8 MiB in 17 packages [2023-05-04T13:04:36.886Z] Removing intermediate container 1ed0b96cd238 [2023-05-04T13:04:36.886Z] ---> 29a59e380c2a [2023-05-04T13:04:36.886Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-05-04T13:04:37.146Z] ---> cee908eaf374 [2023-05-04T13:04:37.147Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-05-04T13:04:37.147Z] ---> d9bf89ed65d7 [2023-05-04T13:04:37.147Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-05-04T13:04:37.412Z] ---> e3b9af54b86d [2023-05-04T13:04:37.412Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-05-04T13:04:38.800Z] ---> 9d344c21f061 [2023-05-04T13:04:38.800Z] Step 21/26 : EXPOSE 48095 [2023-05-04T13:04:38.800Z] ---> Running in 63749566e5cf [2023-05-04T13:04:39.064Z] Removing intermediate container 63749566e5cf [2023-05-04T13:04:39.064Z] ---> bd721981aa93 [2023-05-04T13:04:39.064Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-05-04T13:04:39.064Z] ---> Running in 6714e848655c [2023-05-04T13:04:39.327Z] Removing intermediate container 6714e848655c [2023-05-04T13:04:39.327Z] ---> 31929d370af4 [2023-05-04T13:04:39.327Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-04T13:04:39.586Z] ---> Running in 9ec60ccf6916 [2023-05-04T13:04:40.168Z] Removing intermediate container 9ec60ccf6916 [2023-05-04T13:04:40.168Z] ---> a8ee87d76ddf [2023-05-04T13:04:40.168Z] Step 24/26 : LABEL arch=amd64 [2023-05-04T13:04:40.168Z] ---> Running in b8712026c5b5 [2023-05-04T13:04:40.168Z] Removing intermediate container b8712026c5b5 [2023-05-04T13:04:40.168Z] ---> 87888e7a10f7 [2023-05-04T13:04:40.168Z] Step 25/26 : LABEL git_sha=72460d07b04784ea889ed977af71f1b4fb8c4923 [2023-05-04T13:04:40.436Z] ---> Running in 21cba6025f55 [2023-05-04T13:04:40.699Z] Removing intermediate container 21cba6025f55 [2023-05-04T13:04:40.699Z] ---> b55689ab54ef [2023-05-04T13:04:40.699Z] Step 26/26 : LABEL version=0.0.0 [2023-05-04T13:04:40.699Z] ---> Running in f4904b4579ac [2023-05-04T13:04:40.960Z] Removing intermediate container f4904b4579ac [2023-05-04T13:04:40.960Z] ---> b5cd9c589115 [2023-05-04T13:04:40.960Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-04T13:04:40.960Z] Successfully built b5cd9c589115 [2023-05-04T13:04:40.960Z] 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-05-04T13:04:41.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-04T13:04:41.901Z] [2023-05-04T13:04:41.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:04:42.375Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-04T13:04:42.941Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-04T13:04:42.941Z] 5eb5b503b376: Pulling fs layer [2023-05-04T13:04:42.941Z] 5c69ac0246d0: Pulling fs layer [2023-05-04T13:04:42.941Z] ec43610c2a17: Pulling fs layer [2023-05-04T13:04:42.941Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-04T13:04:42.941Z] 33b1e0a273af: Pulling fs layer [2023-05-04T13:04:42.941Z] 5d3b04190fa2: Pulling fs layer [2023-05-04T13:04:42.941Z] 2f39f015ded8: Pulling fs layer [2023-05-04T13:04:42.941Z] 3a2ae6a8a46f: Waiting [2023-05-04T13:04:42.941Z] 2f39f015ded8: Waiting [2023-05-04T13:04:42.941Z] 5c69ac0246d0: Verifying Checksum [2023-05-04T13:04:42.941Z] 5c69ac0246d0: Download complete [2023-05-04T13:04:42.941Z] 3a2ae6a8a46f: Download complete [2023-05-04T13:04:43.201Z] ec43610c2a17: Verifying Checksum [2023-05-04T13:04:43.201Z] ec43610c2a17: Download complete [2023-05-04T13:04:43.201Z] 5d3b04190fa2: Verifying Checksum [2023-05-04T13:04:43.201Z] 5d3b04190fa2: Download complete [2023-05-04T13:04:43.201Z] 33b1e0a273af: Verifying Checksum [2023-05-04T13:04:43.201Z] 33b1e0a273af: Download complete [2023-05-04T13:04:43.462Z] 5eb5b503b376: Verifying Checksum [2023-05-04T13:04:43.462Z] 5eb5b503b376: Download complete [2023-05-04T13:04:44.038Z] 2f39f015ded8: Verifying Checksum [2023-05-04T13:04:44.039Z] 2f39f015ded8: Download complete [2023-05-04T13:04:44.613Z] 5eb5b503b376: Pull complete [2023-05-04T13:04:44.872Z] 5c69ac0246d0: Pull complete [2023-05-04T13:04:45.441Z] ec43610c2a17: Pull complete [2023-05-04T13:04:45.702Z] 3a2ae6a8a46f: Pull complete [2023-05-04T13:04:45.960Z] 33b1e0a273af: Pull complete [2023-05-04T13:04:46.218Z] 5d3b04190fa2: Pull complete [2023-05-04T13:04:50.446Z] 2f39f015ded8: Pull complete [2023-05-04T13:04:50.446Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-04T13:04:50.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-04T13:04:50.446Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T13:04:50.674Z] prd-ubuntu20.04-docker-8c-8g-13291 does not seem to be running inside a container [2023-05-04T13:04:50.713Z] $ 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-557 -v /w/workspace/_app-service-configurable_PR-557:/w/workspace/_app-service-configurable_PR-557:rw,z -v /w/workspace/_app-service-configurable_PR-557@tmp:/w/workspace/_app-service-configurable_PR-557@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-05-04T13:04:59.341Z] $ docker top b7c05e24f97b65b9c5de09a65eb106cce70ce5a5682f612b20f57a46040575d7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:04:59.769Z] ---> job-cost.sh [2023-05-04T13:04:59.769Z] lf-activate-venv: SKIPPING [2023-05-04T13:04:59.769Z] INFO: No Stack... [2023-05-04T13:05:00.340Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-04T13:05:00.601Z] INFO: Archiving Costs [Pipeline] sh [2023-05-04T13:05:00.920Z] + cat+ cut /w/workspace/_app-service-configurable_PR-557/archives/cost.csv -d, [2023-05-04T13:05:00.920Z] -f6 [Pipeline] lock [2023-05-04T13:05:00.965Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-557-1-stack-cost] [2023-05-04T13:05:00.971Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-557-1-stack-cost] did not exist. Created. [2023-05-04T13:05:00.971Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-557-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-04T13:05:01.377Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-04T13:05:01.444Z] Stashed 1 file(s) [Pipeline] } [2023-05-04T13:05:01.470Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-557-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-04T13:05:01.560Z] $ docker stop --time=1 b7c05e24f97b65b9c5de09a65eb106cce70ce5a5682f612b20f57a46040575d7 [2023-05-04T13:05:02.831Z] $ docker rm -f --volumes b7c05e24f97b65b9c5de09a65eb106cce70ce5a5682f612b20f57a46040575d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-04T13:05:19.471Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-13293 in /w/workspace/_app-service-configurable_PR-557 [Pipeline] { [Pipeline] ws [2023-05-04T13:05:19.530Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-05-04T13:05:19.617Z] Selected Git installation does not exist. Using Default [2023-05-04T13:05:19.617Z] The recommended git tool is: NONE [2023-05-04T13:05:24.847Z] using credential edgex-jenkins-ssh [2023-05-04T13:05:24.871Z] Cloning the remote Git repository [2023-05-04T13:05:24.919Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-05-04T13:05:25.044Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-05-04T13:05:25.177Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-05-04T13:05:25.178Z] > git --version # timeout=10 [2023-05-04T13:05:25.197Z] > git --version # 'git version 2.25.1' [2023-05-04T13:05:25.199Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-04T13:05:25.451Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-04T13:05:26.788Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-05-04T13:05:26.813Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-04T13:05:28.271Z] Merging remotes/origin/main commit 694e3ae60c9df22c057b1690b970d5b19176c4d2 into PR head commit 72460d07b04784ea889ed977af71f1b4fb8c4923 [2023-05-04T13:05:27.672Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-05-04T13:05:27.710Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-05-04T13:05:27.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-04T13:05:27.724Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/557/head:refs/remotes/origin/PR-557 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-04T13:05:28.289Z] > git config core.sparsecheckout # timeout=10 [2023-05-04T13:05:28.539Z] Merge succeeded, producing 72460d07b04784ea889ed977af71f1b4fb8c4923 [2023-05-04T13:05:28.539Z] Checking out Revision 72460d07b04784ea889ed977af71f1b4fb8c4923 (PR-557) [2023-05-04T13:05:29.022Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2023-05-04T13:05:29.070Z] > git --version # timeout=10 [2023-05-04T13:05:29.081Z] > git --version # 'git version 2.25.1' [2023-05-04T13:05:29.091Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [2023-05-04T13:05:28.370Z] > git checkout -f 72460d07b04784ea889ed977af71f1b4fb8c4923 # timeout=10 [2023-05-04T13:05:28.452Z] > git remote # timeout=10 [2023-05-04T13:05:28.471Z] > git config --get remote.origin.url # timeout=10 [2023-05-04T13:05:28.487Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-04T13:05:28.499Z] > git merge 694e3ae60c9df22c057b1690b970d5b19176c4d2 # timeout=10 [2023-05-04T13:05:28.525Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-04T13:05:28.546Z] > git config core.sparsecheckout # timeout=10 [2023-05-04T13:05:28.558Z] > git checkout -f 72460d07b04784ea889ed977af71f1b4fb8c4923 # timeout=10 [Pipeline] { [Pipeline] sh [2023-05-04T13:05:30.241Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-04T13:05:30.241Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-04T13:05:30.241Z] Dload Upload Total Spent Left Speed [2023-05-04T13:05:30.241Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 94451 0 --:--:-- --:--:-- --:--:-- 95156 [Pipeline] sh [2023-05-04T13:05:30.820Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-04T13:05:31.164Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-04T13:05:31.164Z] + sudo tee /etc/docker/daemon.new [2023-05-04T13:05:31.164Z] { [2023-05-04T13:05:31.164Z] "registry-mirrors": [ [2023-05-04T13:05:31.164Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-04T13:05:31.164Z] ], [2023-05-04T13:05:31.164Z] "bip": "10.250.0.254/24", [2023-05-04T13:05:31.164Z] "hosts": [ [2023-05-04T13:05:31.164Z] "tcp://0.0.0.0:5555", [2023-05-04T13:05:31.164Z] "unix:///var/run/docker.sock" [2023-05-04T13:05:31.164Z] ], [2023-05-04T13:05:31.164Z] "mtu": 1458, [2023-05-04T13:05:31.164Z] "selinux-enabled": true, [2023-05-04T13:05:31.164Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-04T13:05:31.164Z] } [Pipeline] sh [2023-05-04T13:05:31.507Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-04T13:05:31.869Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-04T13:05:50.184Z] provisioning config files... [2023-05-04T13:05:50.209Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config13303572583791056254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:05:50.600Z] ---> docker-login.sh [2023-05-04T13:05:50.601Z] nexus3.edgexfoundry.org:10001 [2023-05-04T13:05:50.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:05:51.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:05:51.141Z] Configure a credential helper to remove this warning. See [2023-05-04T13:05:51.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:05:51.141Z] [2023-05-04T13:05:51.141Z] Login Succeeded [2023-05-04T13:05:51.141Z] nexus3.edgexfoundry.org:10002 [2023-05-04T13:05:51.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:05:51.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:05:51.411Z] Configure a credential helper to remove this warning. See [2023-05-04T13:05:51.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:05:51.411Z] [2023-05-04T13:05:51.411Z] Login Succeeded [2023-05-04T13:05:51.411Z] nexus3.edgexfoundry.org:10003 [2023-05-04T13:05:51.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:05:51.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:05:51.680Z] Configure a credential helper to remove this warning. See [2023-05-04T13:05:51.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:05:51.680Z] [2023-05-04T13:05:51.961Z] Login Succeeded [2023-05-04T13:05:51.961Z] nexus3.edgexfoundry.org:10004 [2023-05-04T13:05:51.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:05:52.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:05:52.232Z] Configure a credential helper to remove this warning. See [2023-05-04T13:05:52.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:05:52.232Z] [2023-05-04T13:05:52.232Z] Login Succeeded [2023-05-04T13:05:52.232Z] docker.io [2023-05-04T13:05:52.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T13:05:52.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T13:05:52.769Z] Configure a credential helper to remove this warning. See [2023-05-04T13:05:52.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T13:05:52.769Z] [2023-05-04T13:05:52.769Z] Login Succeeded [2023-05-04T13:05:52.769Z] ---> docker-login.sh ends [Pipeline] } [2023-05-04T13:05:52.801Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-04T13:05:53.196Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T13:05:53.233Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T13:05:53.273Z] ========================================================= [2023-05-04T13:05:53.273Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-04T13:05:53.273Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:05:53.781Z] + 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-05-04T13:05:53.781Z] Sending build context to Docker daemon 168.4kB [2023-05-04T13:05:54.052Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-04T13:05:54.052Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-04T13:05:54.052Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-04T13:05:54.052Z] c41833b44d91: Pulling fs layer [2023-05-04T13:05:54.052Z] ed15518f5707: Pulling fs layer [2023-05-04T13:05:54.052Z] feae8fd75edb: Pulling fs layer [2023-05-04T13:05:54.052Z] 242c74f7c9fa: Pulling fs layer [2023-05-04T13:05:54.052Z] 3cdef696dda3: Pulling fs layer [2023-05-04T13:05:54.052Z] 2ced38df9373: Pulling fs layer [2023-05-04T13:05:54.052Z] 58f1dce35555: Pulling fs layer [2023-05-04T13:05:54.052Z] 242c74f7c9fa: Waiting [2023-05-04T13:05:54.052Z] 3cdef696dda3: Waiting [2023-05-04T13:05:54.052Z] 2ced38df9373: Waiting [2023-05-04T13:05:54.052Z] 58f1dce35555: Waiting [2023-05-04T13:05:54.052Z] ed15518f5707: Download complete [2023-05-04T13:05:54.052Z] 242c74f7c9fa: Verifying Checksum [2023-05-04T13:05:54.052Z] 242c74f7c9fa: Download complete [2023-05-04T13:05:54.321Z] 3cdef696dda3: Verifying Checksum [2023-05-04T13:05:54.321Z] 3cdef696dda3: Download complete [2023-05-04T13:05:54.321Z] c41833b44d91: Verifying Checksum [2023-05-04T13:05:54.321Z] c41833b44d91: Download complete [2023-05-04T13:05:55.285Z] c41833b44d91: Pull complete [2023-05-04T13:05:55.567Z] 58f1dce35555: Verifying Checksum [2023-05-04T13:05:55.567Z] 58f1dce35555: Download complete [2023-05-04T13:05:55.846Z] ed15518f5707: Pull complete [2023-05-04T13:05:56.809Z] feae8fd75edb: Verifying Checksum [2023-05-04T13:05:56.809Z] feae8fd75edb: Download complete [2023-05-04T13:05:56.809Z] 2ced38df9373: Verifying Checksum [2023-05-04T13:05:56.809Z] 2ced38df9373: Download complete [2023-05-04T13:06:07.070Z] feae8fd75edb: Pull complete [2023-05-04T13:06:07.070Z] 242c74f7c9fa: Pull complete [2023-05-04T13:06:07.070Z] 3cdef696dda3: Pull complete [2023-05-04T13:06:13.724Z] 2ced38df9373: Pull complete [2023-05-04T13:06:15.691Z] 58f1dce35555: Pull complete [2023-05-04T13:06:15.691Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-04T13:06:15.691Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-04T13:06:15.691Z] ---> fadd8f120f05 [2023-05-04T13:06:15.691Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-05-04T13:06:17.642Z] ---> Running in 90bb832be79f [2023-05-04T13:06:17.642Z] Removing intermediate container 90bb832be79f [2023-05-04T13:06:17.642Z] ---> 8aacba23275f [2023-05-04T13:06:17.642Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-04T13:06:17.642Z] ---> Running in 93287bffa184 [2023-05-04T13:06:17.911Z] Removing intermediate container 93287bffa184 [2023-05-04T13:06:17.911Z] ---> f44e835b772a [2023-05-04T13:06:17.911Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-04T13:06:18.179Z] ---> Running in a0b0a240985c [2023-05-04T13:06:18.447Z] Removing intermediate container a0b0a240985c [2023-05-04T13:06:18.447Z] ---> 911fb6274428 [2023-05-04T13:06:18.447Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-04T13:06:18.447Z] ---> Running in 73de165c45ad [2023-05-04T13:06:19.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T13:06:20.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T13:06:21.345Z] OK: 263 MiB in 53 packages [2023-05-04T13:06:22.323Z] Removing intermediate container 73de165c45ad [2023-05-04T13:06:22.323Z] ---> 4aa3c997a383 [2023-05-04T13:06:22.323Z] Step 7/12 : WORKDIR /app [2023-05-04T13:06:22.323Z] ---> Running in dc568f6b3461 [2023-05-04T13:06:22.593Z] Removing intermediate container dc568f6b3461 [2023-05-04T13:06:22.593Z] ---> baad402d05f2 [2023-05-04T13:06:22.593Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-04T13:06:23.180Z] ---> 961bc158283c [2023-05-04T13:06:23.180Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T13:06:23.180Z] ---> Running in 4a8f8c681297 [2023-05-04T13:07:31.076Z] Removing intermediate container 4a8f8c681297 [2023-05-04T13:07:31.076Z] ---> 6766ce32dae0 [2023-05-04T13:07:31.076Z] Step 10/12 : COPY . . [2023-05-04T13:07:31.076Z] ---> cc6eb084e1b7 [2023-05-04T13:07:31.076Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-04T13:07:31.076Z] ---> Running in 4daec89952a0 [2023-05-04T13:07:31.076Z] Removing intermediate container 4daec89952a0 [2023-05-04T13:07:31.076Z] ---> e5281c38f165 [2023-05-04T13:07:31.076Z] Step 12/12 : RUN $MAKE [2023-05-04T13:07:31.076Z] ---> Running in 3162f6b30b2b [2023-05-04T13:07:31.076Z] noop [2023-05-04T13:07:31.076Z] Removing intermediate container 3162f6b30b2b [2023-05-04T13:07:31.076Z] ---> 797ababde35b [2023-05-04T13:07:31.076Z] Successfully built 797ababde35b [2023-05-04T13:07:31.076Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:07:31.598Z] + docker inspect -f . ci-base-image-arm64 [2023-05-04T13:07:31.599Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T13:07:31.912Z] prd-ubuntu20.04-docker-arm64-4c-16g-13293 does not seem to be running inside a container [2023-05-04T13:07:32.080Z] $ 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-05-04T13:07:33.313Z] $ docker top b490f5d852c2b562a6111342fa0cc8ecc6241999f44ba4a1f241b627cca39711 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T13:07:34.204Z] + go version [2023-05-04T13:07:34.204Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-04T13:07:34.251Z] $ docker stop --time=1 b490f5d852c2b562a6111342fa0cc8ecc6241999f44ba4a1f241b627cca39711 [2023-05-04T13:07:35.895Z] $ docker rm -f --volumes b490f5d852c2b562a6111342fa0cc8ecc6241999f44ba4a1f241b627cca39711 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:07:36.758Z] + docker inspect -f . ci-base-image-arm64 [2023-05-04T13:07:36.758Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T13:07:37.026Z] prd-ubuntu20.04-docker-arm64-4c-16g-13293 does not seem to be running inside a container [2023-05-04T13:07:37.094Z] $ 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-05-04T13:07:38.247Z] $ docker top f256c7f6952412cee5ed33c006ef4d23571abdabed30b58be7b3cea652149fbf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T13:07:38.793Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2023-05-04T13:07:39.194Z] + make test [2023-05-04T13:07:39.461Z] go test -race -coverprofile=coverage.out ./... [2023-05-04T13:10:31.230Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-05-04T13:10:31.230Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-04T13:10:31.230Z] go vet ./... [2023-05-04T13:12:37.902Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-04T13:12:37.902Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-04T13:12:37.902Z] ./bin/test-attribution-txt.sh [2023-05-04T13:12:37.902Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [2023-05-04T13:12:37.902Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-05-04T13:12:37.945Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-04T13:12:37.989Z] $ docker stop --time=1 f256c7f6952412cee5ed33c006ef4d23571abdabed30b58be7b3cea652149fbf [2023-05-04T13:12:39.823Z] $ docker rm -f --volumes f256c7f6952412cee5ed33c006ef4d23571abdabed30b58be7b3cea652149fbf [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-04T13:12:41.351Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-04T13:12:41.388Z] Warning: overwriting stash ‘coverage-report’ [2023-05-04T13:12:41.831Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-04T13:12:42.426Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-04T13:12:42.766Z] + ls -al . [2023-05-04T13:12:42.766Z] total 172 [2023-05-04T13:12:42.766Z] drwxrwxr-x 7 jenkins jenkins 4096 May 4 13:07 . [2023-05-04T13:12:42.766Z] drwxrwxr-x 4 jenkins jenkins 4096 May 4 13:05 .. [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 119 May 4 13:05 .dockerignore [2023-05-04T13:12:42.766Z] drwxrwxr-x 8 jenkins jenkins 4096 May 4 13:05 .git [2023-05-04T13:12:42.766Z] drwxrwxr-x 3 jenkins jenkins 4096 May 4 13:05 .github [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 171 May 4 13:05 .gitignore [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 41 May 4 13:05 .golangci.yml [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 9088 May 4 13:05 Attribution.txt [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 29118 May 4 13:05 CHANGELOG.md [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 1898 May 4 13:05 Dockerfile [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 677 May 4 13:05 GOVERNANCE.md [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 688 May 4 13:05 Jenkinsfile [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 4 13:05 LICENSE [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 618 May 4 13:05 OWNERS.md [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 4369 May 4 13:05 README.md [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 5 May 4 13:01 VERSION [2023-05-04T13:12:42.766Z] drwxrwxr-x 2 jenkins jenkins 4096 May 4 13:05 bin [2023-05-04T13:12:42.766Z] -rw-r--r-- 1 jenkins jenkins 13 May 4 13:07 coverage.out [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 3302 May 4 13:05 go.mod [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 31421 May 4 13:05 go.sum [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 1949 May 4 13:05 main.go [2023-05-04T13:12:42.766Z] -rw-rw-r-- 1 jenkins jenkins 2569 May 4 13:05 makefile [2023-05-04T13:12:42.766Z] drwxrwxr-x 9 jenkins jenkins 4096 May 4 13:05 res [2023-05-04T13:12:42.766Z] drwxrwxr-x 4 jenkins jenkins 4096 May 4 13:05 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:12:43.190Z] + 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=72460d07b04784ea889ed977af71f1b4fb8c4923 --label arch=arm64 --label version=0.0.0 . [2023-05-04T13:12:43.190Z] Sending build context to Docker daemon 169.5kB [2023-05-04T13:12:43.460Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-04T13:12:43.460Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-04T13:12:43.460Z] ---> 797ababde35b [2023-05-04T13:12:43.460Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-04T13:12:43.460Z] ---> Running in eca7b365055b [2023-05-04T13:12:43.728Z] Removing intermediate container eca7b365055b [2023-05-04T13:12:43.729Z] ---> 5de3dc879f01 [2023-05-04T13:12:43.729Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-04T13:12:43.729Z] ---> Running in f0c4bd31a1e7 [2023-05-04T13:12:44.002Z] Removing intermediate container f0c4bd31a1e7 [2023-05-04T13:12:44.002Z] ---> 6800fddd21c3 [2023-05-04T13:12:44.002Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-05-04T13:12:44.270Z] ---> Running in 11933d8a685e [2023-05-04T13:12:44.543Z] Removing intermediate container 11933d8a685e [2023-05-04T13:12:44.543Z] ---> d33863e9a69f [2023-05-04T13:12:44.543Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-04T13:12:44.543Z] ---> Running in b45918dab7b6 [2023-05-04T13:12:45.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T13:12:46.483Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T13:12:47.444Z] OK: 263 MiB in 53 packages [2023-05-04T13:12:49.390Z] Removing intermediate container b45918dab7b6 [2023-05-04T13:12:49.390Z] ---> 32c3e7cf066e [2023-05-04T13:12:49.390Z] Step 7/26 : WORKDIR /app [2023-05-04T13:12:49.390Z] ---> Running in 01b11c6fa36e [2023-05-04T13:12:49.659Z] Removing intermediate container 01b11c6fa36e [2023-05-04T13:12:49.659Z] ---> 9203cdfee7c6 [2023-05-04T13:12:49.659Z] Step 8/26 : COPY go.mod vendor* ./ [2023-05-04T13:12:50.250Z] ---> 845e67bb703c [2023-05-04T13:12:50.250Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T13:12:50.250Z] ---> Running in 5b4a2465c910 [2023-05-04T13:12:52.830Z] Removing intermediate container 5b4a2465c910 [2023-05-04T13:12:52.830Z] ---> c5acd36e4cac [2023-05-04T13:12:52.830Z] Step 10/26 : COPY . . [2023-05-04T13:12:53.415Z] ---> 0c42616325f2 [2023-05-04T13:12:53.415Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-04T13:12:53.415Z] ---> Running in 4f7add0367f2 [2023-05-04T13:12:53.686Z] Removing intermediate container 4f7add0367f2 [2023-05-04T13:12:53.686Z] ---> 394a01352b0c [2023-05-04T13:12:53.686Z] Step 12/26 : RUN $MAKE [2023-05-04T13:12:53.956Z] ---> Running in 5176a42e8eb6 [2023-05-04T13:12:54.935Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.59 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-05-04T13:15:16.662Z] Removing intermediate container 5176a42e8eb6 [2023-05-04T13:15:16.662Z] ---> d7b26ee4a426 [2023-05-04T13:15:16.662Z] Step 13/26 : FROM alpine:3.17 [2023-05-04T13:15:16.662Z] 3.17: Pulling from library/alpine [2023-05-04T13:15:16.662Z] c41833b44d91: Already exists [2023-05-04T13:15:16.662Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-04T13:15:16.662Z] Status: Downloaded newer image for alpine:3.17 [2023-05-04T13:15:16.662Z] ---> 51e60588ff2c [2023-05-04T13:15:16.662Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-04T13:15:16.662Z] ---> Running in 4baa7ac26ab5 [2023-05-04T13:15:16.662Z] Removing intermediate container 4baa7ac26ab5 [2023-05-04T13:15:16.662Z] ---> 3b88251d77a2 [2023-05-04T13:15:16.662Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-05-04T13:15:16.662Z] ---> Running in 00cda0ef1637 [2023-05-04T13:15:16.662Z] Removing intermediate container 00cda0ef1637 [2023-05-04T13:15:16.662Z] ---> 643094e3efe7 [2023-05-04T13:15:16.662Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-04T13:15:16.662Z] ---> Running in f0bcbb370807 [2023-05-04T13:15:16.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T13:15:16.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T13:15:16.662Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-04T13:15:16.662Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-04T13:15:16.662Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T13:15:16.662Z] Executing ca-certificates-20220614-r4.trigger [2023-05-04T13:15:16.662Z] OK: 8 MiB in 17 packages [2023-05-04T13:15:16.662Z] Removing intermediate container f0bcbb370807 [2023-05-04T13:15:16.662Z] ---> 0d11c456c407 [2023-05-04T13:15:16.662Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-05-04T13:15:16.662Z] ---> 299e9c232117 [2023-05-04T13:15:16.662Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-05-04T13:15:16.662Z] ---> 7a24dd123980 [2023-05-04T13:15:16.662Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-05-04T13:15:16.662Z] ---> 6ad320386c79 [2023-05-04T13:15:16.662Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-05-04T13:15:16.662Z] ---> 5e9085e8118c [2023-05-04T13:15:16.662Z] Step 21/26 : EXPOSE 48095 [2023-05-04T13:15:16.662Z] ---> Running in 0d18017f2e81 [2023-05-04T13:15:16.662Z] Removing intermediate container 0d18017f2e81 [2023-05-04T13:15:16.662Z] ---> fc4ecb566cb1 [2023-05-04T13:15:16.662Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-05-04T13:15:16.662Z] ---> Running in 5a6577ef5123 [2023-05-04T13:15:16.662Z] Removing intermediate container 5a6577ef5123 [2023-05-04T13:15:16.662Z] ---> b51c3e3bcc8b [2023-05-04T13:15:16.662Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-04T13:15:16.662Z] ---> Running in dba73081a927 [2023-05-04T13:15:16.662Z] Removing intermediate container dba73081a927 [2023-05-04T13:15:16.662Z] ---> 001770f62631 [2023-05-04T13:15:16.662Z] Step 24/26 : LABEL arch=arm64 [2023-05-04T13:15:16.662Z] ---> Running in fc2bdb9afdf9 [2023-05-04T13:15:16.662Z] Removing intermediate container fc2bdb9afdf9 [2023-05-04T13:15:16.662Z] ---> de7d09b77537 [2023-05-04T13:15:16.662Z] Step 25/26 : LABEL git_sha=72460d07b04784ea889ed977af71f1b4fb8c4923 [2023-05-04T13:15:16.662Z] ---> Running in 97499abb8822 [2023-05-04T13:15:16.936Z] Removing intermediate container 97499abb8822 [2023-05-04T13:15:16.936Z] ---> edebe9dd2d09 [2023-05-04T13:15:16.936Z] Step 26/26 : LABEL version=0.0.0 [2023-05-04T13:15:16.936Z] ---> Running in 469fd27fbc58 [2023-05-04T13:15:17.204Z] Removing intermediate container 469fd27fbc58 [2023-05-04T13:15:17.204Z] ---> 12fbd4990310 [2023-05-04T13:15:17.204Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-04T13:15:17.204Z] Successfully built 12fbd4990310 [2023-05-04T13:15:17.204Z] 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-05-04T13:15:18.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-04T13:15:18.202Z] [2023-05-04T13:15:18.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:15:18.633Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-04T13:15:18.633Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-04T13:15:18.633Z] 8998bd30e6a1: Pulling fs layer [2023-05-04T13:15:18.633Z] 04944245beec: Pulling fs layer [2023-05-04T13:15:18.633Z] 699f458cf7ca: Pulling fs layer [2023-05-04T13:15:18.633Z] 765212b225bb: Pulling fs layer [2023-05-04T13:15:18.633Z] f23df028b6ca: Pulling fs layer [2023-05-04T13:15:18.633Z] d65c8cfc05b1: Pulling fs layer [2023-05-04T13:15:18.633Z] 2437ff75d9bd: Pulling fs layer [2023-05-04T13:15:18.633Z] 765212b225bb: Waiting [2023-05-04T13:15:18.633Z] f23df028b6ca: Waiting [2023-05-04T13:15:18.633Z] d65c8cfc05b1: Waiting [2023-05-04T13:15:18.633Z] 2437ff75d9bd: Waiting [2023-05-04T13:15:18.900Z] 04944245beec: Verifying Checksum [2023-05-04T13:15:18.900Z] 04944245beec: Download complete [2023-05-04T13:15:18.900Z] 765212b225bb: Download complete [2023-05-04T13:15:18.900Z] f23df028b6ca: Verifying Checksum [2023-05-04T13:15:18.900Z] f23df028b6ca: Download complete [2023-05-04T13:15:18.900Z] d65c8cfc05b1: Verifying Checksum [2023-05-04T13:15:18.900Z] d65c8cfc05b1: Download complete [2023-05-04T13:15:19.167Z] 699f458cf7ca: Verifying Checksum [2023-05-04T13:15:19.167Z] 699f458cf7ca: Download complete [2023-05-04T13:15:19.442Z] 8998bd30e6a1: Download complete [2023-05-04T13:15:22.046Z] 2437ff75d9bd: Verifying Checksum [2023-05-04T13:15:22.046Z] 2437ff75d9bd: Download complete [2023-05-04T13:15:23.996Z] 8998bd30e6a1: Pull complete [2023-05-04T13:15:24.266Z] 04944245beec: Pull complete [2023-05-04T13:15:25.674Z] 699f458cf7ca: Pull complete [2023-05-04T13:15:25.942Z] 765212b225bb: Pull complete [2023-05-04T13:15:26.528Z] f23df028b6ca: Pull complete [2023-05-04T13:15:26.797Z] d65c8cfc05b1: Pull complete [2023-05-04T13:15:41.997Z] 2437ff75d9bd: Pull complete [2023-05-04T13:15:42.578Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-04T13:15:42.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-04T13:15:42.578Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T13:15:42.883Z] prd-ubuntu20.04-docker-arm64-4c-16g-13293 does not seem to be running inside a container [2023-05-04T13:15:42.954Z] $ 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-05-04T13:15:45.646Z] $ docker top b7a8d0c7ca7f4b89c536ea1cf09e598733597f93dedc7d7780c7c81248bf4119 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:15:46.533Z] ---> job-cost.sh [2023-05-04T13:15:46.533Z] lf-activate-venv: SKIPPING [2023-05-04T13:15:46.533Z] INFO: No Stack... [2023-05-04T13:15:46.802Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-04T13:15:47.763Z] INFO: Archiving Costs [Pipeline] sh [2023-05-04T13:15:48.426Z] + cut -d, -f6 [2023-05-04T13:15:48.426Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [Pipeline] lock [2023-05-04T13:15:48.524Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-557-1-stack-cost] [2023-05-04T13:15:48.529Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-557-1-stack-cost] did not exist. Created. [2023-05-04T13:15:48.529Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-557-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-04T13:15:48.950Z] /w/workspace/app-service-configurable/1@tmp/durable-9eea869b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-04T13:15:49.337Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-04T13:15:49.373Z] Warning: overwriting stash ‘stack-cost’ [2023-05-04T13:15:49.426Z] Stashed 1 file(s) [Pipeline] } [2023-05-04T13:15:49.441Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-557-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-04T13:15:49.607Z] $ docker stop --time=1 b7a8d0c7ca7f4b89c536ea1cf09e598733597f93dedc7d7780c7c81248bf4119 [2023-05-04T13:15:51.074Z] $ docker rm -f --volumes b7a8d0c7ca7f4b89c536ea1cf09e598733597f93dedc7d7780c7c81248bf4119 [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-05-04T13:15:52.029Z] provisioning config files... [2023-05-04T13:15:52.037Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-557@tmp/config10300144352564513122tmp [Pipeline] { [Pipeline] sh [2023-05-04T13:15:52.369Z] + set +x [2023-05-04T13:15:52.369Z] + curl -s https://codecov.io/bash [2023-05-04T13:15:52.369Z] + bash -s -- [2023-05-04T13:15:52.369Z] [2023-05-04T13:15:52.369Z] _____ _ [2023-05-04T13:15:52.369Z] / ____| | | [2023-05-04T13:15:52.369Z] | | ___ __| | ___ ___ _____ __ [2023-05-04T13:15:52.369Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-04T13:15:52.369Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-04T13:15:52.369Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-04T13:15:52.369Z] Bash-1.0.6 [2023-05-04T13:15:52.369Z] [2023-05-04T13:15:52.369Z] [2023-05-04T13:15:52.369Z] ==> git version 2.25.1 found [2023-05-04T13:15:52.369Z] ==> 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-05-04T13:15:52.369Z] Release-Date: 2020-01-08 [2023-05-04T13:15:52.369Z] 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-05-04T13:15:52.369Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-04T13:15:52.369Z] ==> Jenkins CI detected. [2023-05-04T13:15:52.369Z] current dir:  /w/workspace/_app-service-configurable_PR-557 [2023-05-04T13:15:52.369Z] project root: . [2023-05-04T13:15:52.369Z] --> token set from env [2023-05-04T13:15:52.369Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-04T13:15:52.369Z] ==> Running gcov in . (disable via -X gcov) [2023-05-04T13:15:52.369Z] ==> Python coveragepy not found [2023-05-04T13:15:52.369Z] ==> Searching for coverage reports in: [2023-05-04T13:15:52.369Z] + . [2023-05-04T13:15:52.632Z] -> Found 1 reports [2023-05-04T13:15:52.632Z] ==> Detecting git/mercurial file structure [2023-05-04T13:15:52.632Z] ==> Reading reports [2023-05-04T13:15:52.632Z] + ./coverage.out bytes=13 [2023-05-04T13:15:52.632Z] ==> Appending adjustments [2023-05-04T13:15:52.632Z] https://docs.codecov.io/docs/fixing-reports [2023-05-04T13:15:52.632Z] + Found adjustments [2023-05-04T13:15:52.632Z] ==> Gzipping contents [2023-05-04T13:15:52.632Z] 4.0K /tmp/codecov.kPsPMl.gz [2023-05-04T13:15:52.632Z] ==> Uploading reports [2023-05-04T13:15:52.632Z] url: https://codecov.io [2023-05-04T13:15:52.632Z] query: branch=PR-557&commit=72460d07b04784ea889ed977af71f1b4fb8c4923&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-557%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=557&job=&cmd_args= [2023-05-04T13:15:52.632Z] -> Pinging Codecov [2023-05-04T13:15:52.632Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-557&commit=72460d07b04784ea889ed977af71f1b4fb8c4923&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-557%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=557&job=&cmd_args= [2023-05-04T13:15:52.891Z] -> Uploading to [2023-05-04T13:15:52.891Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-04/A97CA9966030D2A3747ED39772930CCE/72460d07b04784ea889ed977af71f1b4fb8c4923/4d4c3628-e462-4890-a7e8-267b5d79f929.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230504%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230504T131552Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=139e0d9733956b2f43b071d5acbe89da436aa3f742f3f069b5aa93089d881c2d [2023-05-04T13:15:52.891Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-04T13:15:52.891Z] Dload Upload Total Spent Left Speed [2023-05-04T13:15:52.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 1825 --:--:-- --:--:-- --:--:-- 1825 [2023-05-04T13:15:53.150Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/72460d07b04784ea889ed977af71f1b4fb8c4923 [Pipeline] } [2023-05-04T13:15:53.177Z] 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-05-04T13:15:55.085Z] + [ -d /w/workspace/_app-service-configurable_PR-557/archives ] [2023-05-04T13:15:55.085Z] + ls -al /w/workspace/_app-service-configurable_PR-557/archives [2023-05-04T13:15:55.085Z] total 16 [2023-05-04T13:15:55.085Z] drwxr-xr-x 3 root root 4096 May 4 13:05 . [2023-05-04T13:15:55.085Z] drwxrwxr-x 9 jenkins jenkins 4096 May 4 13:05 .. [2023-05-04T13:15:55.085Z] drwxr-xr-x 2 root root 4096 May 4 13:05 cost [2023-05-04T13:15:55.085Z] -rw-r--r-- 1 root root 96 May 4 13:05 cost.csv [2023-05-04T13:15:55.085Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-557/archives [2023-05-04T13:15:55.085Z] + ls -al /w/workspace/_app-service-configurable_PR-557/archives [2023-05-04T13:15:55.085Z] total 16 [2023-05-04T13:15:55.085Z] drwxr-xr-x 3 jenkins jenkins 4096 May 4 13:05 . [2023-05-04T13:15:55.085Z] drwxrwxr-x 9 jenkins jenkins 4096 May 4 13:05 .. [2023-05-04T13:15:55.085Z] drwxr-xr-x 2 jenkins jenkins 4096 May 4 13:05 cost [2023-05-04T13:15:55.085Z] -rw-r--r-- 1 jenkins jenkins 96 May 4 13:05 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:15:55.403Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:15:56.289Z] ---> package-listing.sh [2023-05-04T13:15:56.289Z] ++ facter osfamily [2023-05-04T13:15:56.289Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-04T13:15:56.547Z] + OS_FAMILY=debian [2023-05-04T13:15:56.547Z] + workspace=/w/workspace/_app-service-configurable_PR-557 [2023-05-04T13:15:56.547Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-04T13:15:56.547Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-04T13:15:56.547Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-04T13:15:56.547Z] + PACKAGES=/tmp/packages_start.txt [2023-05-04T13:15:56.547Z] + '[' /w/workspace/_app-service-configurable_PR-557 ']' [2023-05-04T13:15:56.547Z] + PACKAGES=/tmp/packages_end.txt [2023-05-04T13:15:56.547Z] + case "${OS_FAMILY}" in [2023-05-04T13:15:56.547Z] + dpkg -l [2023-05-04T13:15:56.547Z] + grep '^ii' [2023-05-04T13:15:56.547Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-04T13:15:56.547Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-04T13:15:56.547Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-04T13:15:56.547Z] + '[' /w/workspace/_app-service-configurable_PR-557 ']' [2023-05-04T13:15:56.547Z] + mkdir -p /w/workspace/_app-service-configurable_PR-557/archives/ [2023-05-04T13:15:56.547Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-557/archives/ [Pipeline] echo [2023-05-04T13:15:56.580Z] 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-557/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-04T13:15:56.871Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T13:15:57.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-04T13:15:57.492Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T13:15:57.626Z] prd-ubuntu20.04-docker-8c-8g-13291 does not seem to be running inside a container [2023-05-04T13:15:57.656Z] $ 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-557/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-557 -v /w/workspace/_app-service-configurable_PR-557:/w/workspace/_app-service-configurable_PR-557:rw,z -v /w/workspace/_app-service-configurable_PR-557@tmp:/w/workspace/_app-service-configurable_PR-557@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-04T13:15:57.822Z] $ docker top 26d421f6bf7fafbf1f74fbb7145af07563f9912cd3cb1e925a32395908d82085 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T13:15:58.196Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-04T13:15:58.493Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-04T13:15:58.803Z] + ls /var/log/sa-host [2023-05-04T13:15:58.803Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-04T13:15:58.932Z] provisioning config files... [2023-05-04T13:15:58.939Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-557@tmp/config7798210806945920097tmp [Pipeline] { [Pipeline] echo [2023-05-04T13:15:58.991Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:15:59.296Z] ---> create-netrc.sh [Pipeline] } [2023-05-04T13:15:59.320Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:15:59.702Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-04T13:15:59.734Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:16:00.044Z] ---> sudo-logs.sh [2023-05-04T13:16:00.044Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-04T13:16:00.123Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:16:00.430Z] ---> job-cost.sh [2023-05-04T13:16:00.430Z] lf-activate-venv: SKIPPING [2023-05-04T13:16:00.430Z] DEBUG: total: 0.2199999988079071 [2023-05-04T13:16:00.430Z] INFO: Retrieving Stack Cost... [2023-05-04T13:16:00.690Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-04T13:16:01.259Z] INFO: Archiving Costs [Pipeline] echo [2023-05-04T13:16:01.297Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T13:16:01.612Z] ---> logs-deploy.sh [2023-05-04T13:16:01.612Z] lf-activate-venv: SKIPPING [2023-05-04T13:16:01.612Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-557/1 [2023-05-04T13:16:01.612Z] INFO: archiving workspace using pattern(s): [2023-05-04T13:16:02.994Z] Archives upload complete. [2023-05-04T13:16:02.994Z] INFO: archiving logs to Nexus