Pull request #579 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of cherrycl for edgexfoundry/app-service-configurable Loading trusted files from base branch main at c5f9822de111f2ad008e04cca8702a7116aaeba8 rather than 27f04b8be9641ab55644619a2a9bef97aabf9bd0 Obtained Jenkinsfile from c5f9822de111f2ad008e04cca8702a7116aaeba8 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-ssh16521389855046996092.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh9510378195601252802.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-579/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-579/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17685255500800195095.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-579/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16119735952358099082.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh3177906214293276080.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-579/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-579/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11049264621853722428.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-2312 in /w/workspace/_app-service-configurable_PR-579 [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-579 # 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/579/head:refs/remotes/origin/PR-579 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit c5f9822de111f2ad008e04cca8702a7116aaeba8 into PR head commit 27f04b8be9641ab55644619a2a9bef97aabf9bd0 Merge succeeded, producing 27f04b8be9641ab55644619a2a9bef97aabf9bd0 Checking out Revision 27f04b8be9641ab55644619a2a9bef97aabf9bd0 (PR-579) > git config core.sparsecheckout # timeout=10 > git checkout -f 27f04b8be9641ab55644619a2a9bef97aabf9bd0 # 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 c5f9822de111f2ad008e04cca8702a7116aaeba8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 27f04b8be9641ab55644619a2a9bef97aabf9bd0 # timeout=10 Commit message: "fix: Add InsecureSecrets section to external-mqtt-trigger profile" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-07-27T00:37:55.483Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-07-27T00:37:55.683Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-07-27T00:37:55.772Z] ========================================================= [2023-07-27T00:37:55.772Z] EdgeX Global Pipelines Version Info [2023-07-27T00:37:55.772Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:37:56.875Z] ------------------- [2023-07-27T00:37:56.875Z] stable info: [2023-07-27T00:37:56.875Z] ------------------- [2023-07-27T00:37:56.875Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-07-27T00:37:56.875Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-27T00:37:56.875Z] Message: update stable to v1.0.250 [2023-07-27T00:37:57.136Z] ------------------- [2023-07-27T00:37:57.136Z] experimental info: [2023-07-27T00:37:57.136Z] ------------------- [2023-07-27T00:37:57.136Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-07-27T00:37:57.136Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-27T00:37:57.136Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-07-27T00:37:57.432Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-07-27T00:37:57.471Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-07-27T00:37:57.508Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-07-27T00:37:57.554Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-07-27T00:37:57.594Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-07-27T00:37:57.634Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-07-27T00:37:57.679Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-07-27T00:37:57.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-07-27T00:37:57.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-07-27T00:37:57.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-07-27T00:37:57.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-07-27T00:37:57.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-07-27T00:37:57.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-07-27T00:37:57.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-07-27T00:37:58.011Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-07-27T00:37:58.051Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-07-27T00:37:58.098Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-07-27T00:37:58.140Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-07-27T00:37:58.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-07-27T00:37:58.229Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-07-27T00:37:58.273Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-07-27T00:37:58.317Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-07-27T00:37:58.355Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-07-27T00:37:58.396Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-07-27T00:37:58.436Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-07-27T00:37:58.478Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-07-27T00:37:58.521Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-07-27T00:37:58.562Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-579 [Pipeline] echo [2023-07-27T00:37:58.611Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-579 [Pipeline] echo [2023-07-27T00:37:58.653Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-579 [Pipeline] echo [2023-07-27T00:37:58.694Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 27f04b8be9641ab55644619a2a9bef97aabf9bd0 [Pipeline] echo [2023-07-27T00:37:58.730Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 27f04b8 [Pipeline] echo [2023-07-27T00:37:58.772Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-27T00:37:58.883Z] provisioning config files... [2023-07-27T00:37:58.910Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-579@tmp/config13058598996275025555tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:37:59.249Z] ---> docker-login.sh [2023-07-27T00:37:59.249Z] nexus3.edgexfoundry.org:10001 [2023-07-27T00:37:59.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:37:59.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:37:59.510Z] Configure a credential helper to remove this warning. See [2023-07-27T00:37:59.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:37:59.510Z] [2023-07-27T00:37:59.510Z] Login Succeeded [2023-07-27T00:37:59.510Z] nexus3.edgexfoundry.org:10002 [2023-07-27T00:37:59.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:37:59.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:37:59.770Z] Configure a credential helper to remove this warning. See [2023-07-27T00:37:59.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:37:59.770Z] [2023-07-27T00:37:59.770Z] Login Succeeded [2023-07-27T00:37:59.770Z] nexus3.edgexfoundry.org:10003 [2023-07-27T00:37:59.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:37:59.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:37:59.770Z] Configure a credential helper to remove this warning. See [2023-07-27T00:37:59.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:37:59.770Z] [2023-07-27T00:37:59.770Z] Login Succeeded [2023-07-27T00:37:59.770Z] nexus3.edgexfoundry.org:10004 [2023-07-27T00:37:59.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:38:00.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:38:00.030Z] Configure a credential helper to remove this warning. See [2023-07-27T00:38:00.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:38:00.030Z] [2023-07-27T00:38:00.030Z] Login Succeeded [2023-07-27T00:38:00.030Z] docker.io [2023-07-27T00:38:00.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:38:00.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:38:00.290Z] Configure a credential helper to remove this warning. See [2023-07-27T00:38:00.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:38:00.290Z] [2023-07-27T00:38:00.290Z] Login Succeeded [2023-07-27T00:38:00.290Z] ---> docker-login.sh ends [Pipeline] } [2023-07-27T00:38:00.317Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-07-27T00:38:00.965Z] + git rev-list -1 --merges 27f04b8be9641ab55644619a2a9bef97aabf9bd0~1..27f04b8be9641ab55644619a2a9bef97aabf9bd0 [Pipeline] echo [2023-07-27T00:38:01.023Z] -----------> git rev-list -1 --merges 27f04b8be9641ab55644619a2a9bef97aabf9bd0~1..27f04b8be9641ab55644619a2a9bef97aabf9bd0 27f04b8be9641ab55644619a2a9bef97aabf9bd0 [false] [Pipeline] sh [2023-07-27T00:38:01.332Z] + git log --format=format:%s -1 27f04b8be9641ab55644619a2a9bef97aabf9bd0 [Pipeline] echo [2023-07-27T00:38:01.366Z] ========================================================= [2023-07-27T00:38:01.366Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-07-27T00:38:01.366Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-27T00:38:01.788Z] + git log --format=format:%s -1 27f04b8be9641ab55644619a2a9bef97aabf9bd0 [Pipeline] echo [2023-07-27T00:38:01.825Z] [semverPrep] GIT_COMMIT: 27f04b8be9641ab55644619a2a9bef97aabf9bd0, Commit Message: fix: Add InsecureSecrets section to external-mqtt-trigger profile [Pipeline] echo [2023-07-27T00:38:01.853Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-07-27T00:38:02.227Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-27T00:38:02.227Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-07-27T00:38:02.227Z] + [ -e /tmp/ssh_known_hosts ] [2023-07-27T00:38:02.227Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-07-27T00:38:02.227Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-07-27T00:38:02.227Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-07-27T00:38:02.227Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:38:02.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-27T00:38:02.669Z] [2023-07-27T00:38:02.669Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:38:03.045Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-27T00:38:03.045Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-07-27T00:38:03.045Z] b85a868b505f: Pulling fs layer [2023-07-27T00:38:03.045Z] e2be974225ed: Pulling fs layer [2023-07-27T00:38:03.045Z] 339a4e72a1f5: Pulling fs layer [2023-07-27T00:38:03.045Z] 988bab9f4d93: Pulling fs layer [2023-07-27T00:38:03.045Z] 1469e6f7b9e6: Pulling fs layer [2023-07-27T00:38:03.045Z] eaf3925da568: Pulling fs layer [2023-07-27T00:38:03.045Z] bab4dde63d76: Pulling fs layer [2023-07-27T00:38:03.045Z] bde34c3a00c8: Pulling fs layer [2023-07-27T00:38:03.045Z] b352a97aabf1: Pulling fs layer [2023-07-27T00:38:03.045Z] 4872d77fe225: Pulling fs layer [2023-07-27T00:38:03.045Z] 5851b861e8e6: Pulling fs layer [2023-07-27T00:38:03.045Z] bab4dde63d76: Waiting [2023-07-27T00:38:03.045Z] bde34c3a00c8: Waiting [2023-07-27T00:38:03.045Z] 4872d77fe225: Waiting [2023-07-27T00:38:03.045Z] b352a97aabf1: Waiting [2023-07-27T00:38:03.045Z] 1469e6f7b9e6: Waiting [2023-07-27T00:38:03.045Z] eaf3925da568: Waiting [2023-07-27T00:38:03.045Z] 5851b861e8e6: Waiting [2023-07-27T00:38:03.045Z] e2be974225ed: Verifying Checksum [2023-07-27T00:38:03.045Z] e2be974225ed: Download complete [2023-07-27T00:38:03.045Z] 988bab9f4d93: Verifying Checksum [2023-07-27T00:38:03.045Z] 988bab9f4d93: Download complete [2023-07-27T00:38:03.305Z] 1469e6f7b9e6: Verifying Checksum [2023-07-27T00:38:03.305Z] 1469e6f7b9e6: Download complete [2023-07-27T00:38:03.305Z] eaf3925da568: Verifying Checksum [2023-07-27T00:38:03.305Z] eaf3925da568: Download complete [2023-07-27T00:38:03.305Z] 339a4e72a1f5: Verifying Checksum [2023-07-27T00:38:03.305Z] 339a4e72a1f5: Download complete [2023-07-27T00:38:03.305Z] bde34c3a00c8: Verifying Checksum [2023-07-27T00:38:03.305Z] bde34c3a00c8: Download complete [2023-07-27T00:38:03.305Z] b352a97aabf1: Download complete [2023-07-27T00:38:03.305Z] 4872d77fe225: Download complete [2023-07-27T00:38:03.305Z] 5851b861e8e6: Verifying Checksum [2023-07-27T00:38:03.305Z] 5851b861e8e6: Download complete [2023-07-27T00:38:03.305Z] b85a868b505f: Verifying Checksum [2023-07-27T00:38:03.563Z] bab4dde63d76: Verifying Checksum [2023-07-27T00:38:03.563Z] bab4dde63d76: Download complete [2023-07-27T00:38:04.555Z] b85a868b505f: Pull complete [2023-07-27T00:38:04.555Z] e2be974225ed: Pull complete [2023-07-27T00:38:05.122Z] 339a4e72a1f5: Pull complete [2023-07-27T00:38:05.122Z] 988bab9f4d93: Pull complete [2023-07-27T00:38:05.383Z] 1469e6f7b9e6: Pull complete [2023-07-27T00:38:05.383Z] eaf3925da568: Pull complete [2023-07-27T00:38:07.285Z] bab4dde63d76: Pull complete [2023-07-27T00:38:07.285Z] bde34c3a00c8: Pull complete [2023-07-27T00:38:07.285Z] b352a97aabf1: Pull complete [2023-07-27T00:38:07.285Z] 4872d77fe225: Pull complete [2023-07-27T00:38:07.285Z] 5851b861e8e6: Pull complete [2023-07-27T00:38:07.285Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-07-27T00:38:07.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-27T00:38:07.285Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-27T00:38:07.523Z] prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container [2023-07-27T00:38:07.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-579 -v /w/workspace/_app-service-configurable_PR-579:/w/workspace/_app-service-configurable_PR-579:rw,z -v /w/workspace/_app-service-configurable_PR-579@tmp:/w/workspace/_app-service-configurable_PR-579@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-devops/py-git-semver:0.1.4 cat [2023-07-27T00:38:10.634Z] $ docker top 2c2148008842e5662ea7ca656d2de860d9949692fc4cfa1ef4da76df37944e5a -eo pid,comm [2023-07-27T00:38:10.687Z] 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-07-27T00:38:10.687Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-27T00:38:10.818Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-27T00:38:10.818Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-27T00:38:10.919Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-27T00:38:10.923Z] $ docker exec 2c2148008842e5662ea7ca656d2de860d9949692fc4cfa1ef4da76df37944e5a ssh-agent [2023-07-27T00:38:11.031Z] SSH_AUTH_SOCK=/tmp/ssh-SLlHQZj3SzXN/agent.32 [2023-07-27T00:38:11.031Z] SSH_AGENT_PID=39 [2023-07-27T00:38:11.036Z] Running ssh-add (command line suppressed) [2023-07-27T00:38:11.129Z] Identity added: /w/workspace/_app-service-configurable_PR-579@tmp/private_key_9648515924169193628.key (/w/workspace/_app-service-configurable_PR-579@tmp/private_key_9648515924169193628.key) [2023-07-27T00:38:11.138Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-27T00:38:11.466Z] + git tag --points-at HEAD [Pipeline] } [2023-07-27T00:38:11.493Z] $ docker exec --env ******** --env ******** 2c2148008842e5662ea7ca656d2de860d9949692fc4cfa1ef4da76df37944e5a ssh-agent -k [2023-07-27T00:38:11.599Z] unset SSH_AUTH_SOCK; [2023-07-27T00:38:11.599Z] unset SSH_AGENT_PID; [2023-07-27T00:38:11.600Z] echo Agent pid 39 killed; [2023-07-27T00:38:11.609Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-07-27T00:38:11.691Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-27T00:38:11.691Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-27T00:38:11.800Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-27T00:38:11.804Z] $ docker exec 2c2148008842e5662ea7ca656d2de860d9949692fc4cfa1ef4da76df37944e5a ssh-agent [2023-07-27T00:38:11.916Z] SSH_AUTH_SOCK=/tmp/ssh-YDY6VfGaO09X/agent.71 [2023-07-27T00:38:11.916Z] SSH_AGENT_PID=77 [2023-07-27T00:38:11.920Z] Running ssh-add (command line suppressed) [2023-07-27T00:38:12.037Z] Identity added: /w/workspace/_app-service-configurable_PR-579@tmp/private_key_138286103711616277.key (/w/workspace/_app-service-configurable_PR-579@tmp/private_key_138286103711616277.key) [2023-07-27T00:38:12.047Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-27T00:38:12.374Z] + git semver init [2023-07-27T00:38:12.634Z] 2023-07-27 00:38:12,559 [run_init] DEBUG init version:0.0.0 force:False [2023-07-27T00:38:12.634Z] 2023-07-27 00:38:12,559 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-579/.semver [2023-07-27T00:38:12.634Z] 2023-07-27 00:38:12,560 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-579/.semver [2023-07-27T00:38:12.634Z] 2023-07-27 00:38:12,560 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-579/.semver'], cwd=/w/workspace/_app-service-configurable_PR-579, universal_newlines=False, shell=None, istream=None) [2023-07-27T00:38:13.575Z] 2023-07-27 00:38:13,473 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-579/.git/info/exclude [2023-07-27T00:38:13.575Z] 2023-07-27 00:38:13,474 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-579/.semver/PR-579 with force:False [2023-07-27T00:38:13.575Z] 2023-07-27 00:38:13,474 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-579/.semver/PR-579 [2023-07-27T00:38:13.575Z] 2023-07-27 00:38:13,476 [execute] INFO git cat-file --batch-check [2023-07-27T00:38:13.575Z] 2023-07-27 00:38:13,477 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-579/.semver, universal_newlines=False, shell=None, istream=) [2023-07-27T00:38:13.575Z] 2023-07-27 00:38:13,482 [execute] INFO git cat-file --batch [2023-07-27T00:38:13.575Z] 2023-07-27 00:38:13,482 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-579/.semver, universal_newlines=False, shell=None, istream=) [2023-07-27T00:38:13.575Z] 2023-07-27 00:38:13,487 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-579/.semver/PR-579 [2023-07-27T00:38:13.575Z] 0.0.0 [Pipeline] } [2023-07-27T00:38:13.601Z] $ docker exec --env ******** --env ******** 2c2148008842e5662ea7ca656d2de860d9949692fc4cfa1ef4da76df37944e5a ssh-agent -k [2023-07-27T00:38:13.698Z] unset SSH_AUTH_SOCK; [2023-07-27T00:38:13.698Z] unset SSH_AGENT_PID; [2023-07-27T00:38:13.698Z] echo Agent pid 77 killed; [2023-07-27T00:38:13.706Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-27T00:38:14.113Z] + git semver [Pipeline] } [2023-07-27T00:38:14.399Z] $ docker stop --time=1 2c2148008842e5662ea7ca656d2de860d9949692fc4cfa1ef4da76df37944e5a [2023-07-27T00:38:15.683Z] $ docker rm -f --volumes 2c2148008842e5662ea7ca656d2de860d9949692fc4cfa1ef4da76df37944e5a [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-27T00:38:16.088Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-07-27T00:38:16.361Z] Stashed 1 file(s) [Pipeline] echo [2023-07-27T00:38:16.382Z] [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-07-27T00:38:16.998Z] provisioning config files... [2023-07-27T00:38:17.006Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-579@tmp/config10056105702984966736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:38:17.353Z] ---> docker-login.sh [2023-07-27T00:38:17.353Z] nexus3.edgexfoundry.org:10001 [2023-07-27T00:38:17.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:38:17.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:38:17.353Z] Configure a credential helper to remove this warning. See [2023-07-27T00:38:17.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:38:17.353Z] [2023-07-27T00:38:17.353Z] Login Succeeded [2023-07-27T00:38:17.353Z] nexus3.edgexfoundry.org:10002 [2023-07-27T00:38:17.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:38:17.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:38:17.353Z] Configure a credential helper to remove this warning. See [2023-07-27T00:38:17.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:38:17.353Z] [2023-07-27T00:38:17.353Z] Login Succeeded [2023-07-27T00:38:17.353Z] nexus3.edgexfoundry.org:10003 [2023-07-27T00:38:17.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:38:17.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:38:17.611Z] Configure a credential helper to remove this warning. See [2023-07-27T00:38:17.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:38:17.611Z] [2023-07-27T00:38:17.611Z] Login Succeeded [2023-07-27T00:38:17.611Z] nexus3.edgexfoundry.org:10004 [2023-07-27T00:38:17.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:38:17.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:38:17.611Z] Configure a credential helper to remove this warning. See [2023-07-27T00:38:17.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:38:17.612Z] [2023-07-27T00:38:17.612Z] Login Succeeded [2023-07-27T00:38:17.612Z] docker.io [2023-07-27T00:38:17.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:38:17.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:38:17.870Z] Configure a credential helper to remove this warning. See [2023-07-27T00:38:17.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:38:17.870Z] [2023-07-27T00:38:17.870Z] Login Succeeded [2023-07-27T00:38:17.870Z] ---> docker-login.sh ends [Pipeline] } [2023-07-27T00:38:17.901Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-27T00:38:18.117Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-27T00:38:18.151Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-27T00:38:18.182Z] ========================================================= [2023-07-27T00:38:18.182Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-07-27T00:38:18.182Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:38:18.644Z] + 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-07-27T00:38:18.644Z] Sending build context to Docker daemon 3.31MB [2023-07-27T00:38:18.644Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-27T00:38:18.644Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-27T00:38:18.644Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-07-27T00:38:18.644Z] 4db1b89c0bd1: Pulling fs layer [2023-07-27T00:38:18.644Z] 6911f1a30b25: Pulling fs layer [2023-07-27T00:38:18.644Z] e194b8c5c2a9: Pulling fs layer [2023-07-27T00:38:18.644Z] 6863d3e3a2b1: Pulling fs layer [2023-07-27T00:38:18.644Z] ec0bb842ea78: Pulling fs layer [2023-07-27T00:38:18.644Z] 40a00589a448: Pulling fs layer [2023-07-27T00:38:18.644Z] 6c08303d61cc: Pulling fs layer [2023-07-27T00:38:18.644Z] 798269fcf238: Pulling fs layer [2023-07-27T00:38:18.644Z] 6863d3e3a2b1: Waiting [2023-07-27T00:38:18.644Z] ec0bb842ea78: Waiting [2023-07-27T00:38:18.644Z] 40a00589a448: Waiting [2023-07-27T00:38:18.644Z] 6c08303d61cc: Waiting [2023-07-27T00:38:18.644Z] 798269fcf238: Waiting [2023-07-27T00:38:18.644Z] 6911f1a30b25: Verifying Checksum [2023-07-27T00:38:18.644Z] 6911f1a30b25: Download complete [2023-07-27T00:38:18.644Z] 6863d3e3a2b1: Download complete [2023-07-27T00:38:18.644Z] ec0bb842ea78: Verifying Checksum [2023-07-27T00:38:18.644Z] ec0bb842ea78: Download complete [2023-07-27T00:38:18.644Z] 4db1b89c0bd1: Download complete [2023-07-27T00:38:18.921Z] 40a00589a448: Verifying Checksum [2023-07-27T00:38:18.921Z] 40a00589a448: Download complete [2023-07-27T00:38:18.921Z] 4db1b89c0bd1: Pull complete [2023-07-27T00:38:18.921Z] 6911f1a30b25: Pull complete [2023-07-27T00:38:19.490Z] 798269fcf238: Verifying Checksum [2023-07-27T00:38:19.490Z] 798269fcf238: Download complete [2023-07-27T00:38:19.490Z] e194b8c5c2a9: Verifying Checksum [2023-07-27T00:38:19.490Z] e194b8c5c2a9: Download complete [2023-07-27T00:38:19.751Z] 6c08303d61cc: Verifying Checksum [2023-07-27T00:38:19.751Z] 6c08303d61cc: Download complete [2023-07-27T00:38:23.035Z] e194b8c5c2a9: Pull complete [2023-07-27T00:38:23.035Z] 6863d3e3a2b1: Pull complete [2023-07-27T00:38:23.035Z] ec0bb842ea78: Pull complete [2023-07-27T00:38:23.035Z] 40a00589a448: Pull complete [2023-07-27T00:38:25.561Z] 6c08303d61cc: Pull complete [2023-07-27T00:38:26.127Z] 798269fcf238: Pull complete [2023-07-27T00:38:26.127Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-07-27T00:38:26.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-27T00:38:26.127Z] ---> ec979cd7f677 [2023-07-27T00:38:26.127Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-27T00:38:31.403Z] ---> Running in 31f670eba2a7 [2023-07-27T00:38:31.403Z] Removing intermediate container 31f670eba2a7 [2023-07-27T00:38:31.403Z] ---> 0a3827fdc7ac [2023-07-27T00:38:31.403Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-27T00:38:31.403Z] ---> Running in ef08f29901ed [2023-07-27T00:38:31.403Z] Removing intermediate container ef08f29901ed [2023-07-27T00:38:31.403Z] ---> 833f1852bb75 [2023-07-27T00:38:31.403Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-27T00:38:31.403Z] ---> Running in d989bc8cb8a3 [2023-07-27T00:38:31.403Z] Removing intermediate container d989bc8cb8a3 [2023-07-27T00:38:31.403Z] ---> 9bb1e5202f90 [2023-07-27T00:38:31.403Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-27T00:38:31.403Z] ---> Running in 56b95d04006b [2023-07-27T00:38:31.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-27T00:38:31.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-27T00:38:31.815Z] Still waiting to schedule task [2023-07-27T00:38:31.815Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-07-27T00:38:31.969Z] OK: 265 MiB in 53 packages [2023-07-27T00:38:31.969Z] Removing intermediate container 56b95d04006b [2023-07-27T00:38:31.969Z] ---> ddbe4789b057 [2023-07-27T00:38:31.970Z] Step 7/12 : WORKDIR /app [2023-07-27T00:38:32.228Z] ---> Running in 7dc728260846 [2023-07-27T00:38:32.228Z] Removing intermediate container 7dc728260846 [2023-07-27T00:38:32.228Z] ---> 8489bf6ea1e5 [2023-07-27T00:38:32.228Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-27T00:38:32.228Z] ---> b9a3b2be2229 [2023-07-27T00:38:32.228Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-27T00:38:32.228Z] ---> Running in 6b63e5721382 [2023-07-27T00:39:04.309Z] Removing intermediate container 6b63e5721382 [2023-07-27T00:39:04.309Z] ---> 4890700510fb [2023-07-27T00:39:04.309Z] Step 10/12 : COPY . . [2023-07-27T00:39:04.309Z] ---> ca1b96ee5d91 [2023-07-27T00:39:04.309Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-27T00:39:04.309Z] ---> Running in 858b607d3d64 [2023-07-27T00:39:04.309Z] Removing intermediate container 858b607d3d64 [2023-07-27T00:39:04.309Z] ---> afa7f30d6398 [2023-07-27T00:39:04.309Z] Step 12/12 : RUN $MAKE [2023-07-27T00:39:04.309Z] ---> Running in bd081bd03ce2 [2023-07-27T00:39:04.309Z] noop [2023-07-27T00:39:04.309Z] Removing intermediate container bd081bd03ce2 [2023-07-27T00:39:04.309Z] ---> b28cd1f31d8e [2023-07-27T00:39:04.309Z] Successfully built b28cd1f31d8e [2023-07-27T00:39:04.309Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:39:04.762Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-27T00:39:04.762Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-27T00:39:04.912Z] prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container [2023-07-27T00:39:04.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-579 -v /w/workspace/_app-service-configurable_PR-579:/w/workspace/_app-service-configurable_PR-579:rw,z -v /w/workspace/_app-service-configurable_PR-579@tmp:/w/workspace/_app-service-configurable_PR-579@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-07-27T00:39:05.309Z] $ docker top aab5b173cdb9ac3eb2bf1118f6630ebaa1d35368b2ac5c5cf123a5e89fee559e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-27T00:39:05.698Z] + go version [2023-07-27T00:39:05.698Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-07-27T00:39:05.728Z] $ docker stop --time=1 aab5b173cdb9ac3eb2bf1118f6630ebaa1d35368b2ac5c5cf123a5e89fee559e [2023-07-27T00:39:07.055Z] $ docker rm -f --volumes aab5b173cdb9ac3eb2bf1118f6630ebaa1d35368b2ac5c5cf123a5e89fee559e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:39:07.763Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-27T00:39:07.763Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-27T00:39:07.913Z] prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container [2023-07-27T00:39:07.943Z] $ 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-579 -v /w/workspace/_app-service-configurable_PR-579:/w/workspace/_app-service-configurable_PR-579:rw,z -v /w/workspace/_app-service-configurable_PR-579@tmp:/w/workspace/_app-service-configurable_PR-579@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-07-27T00:39:08.275Z] $ docker top a6806c204584608f994493581fe42037ec09d7a59f6034a3c73d9d7777ddd8e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-27T00:39:08.659Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-579 [Pipeline] fileExists [Pipeline] sh [2023-07-27T00:39:09.027Z] + make test [2023-07-27T00:39:09.027Z] go test -race -coverprofile=coverage.out ./... [2023-07-27T00:39:27.114Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-07-27T00:39:45.187Z] go vet ./... [2023-07-27T00:39:47.712Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-27T00:39:47.712Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-27T00:39:47.712Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-07-27T00:39:47.754Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-27T00:39:47.785Z] $ docker stop --time=1 a6806c204584608f994493581fe42037ec09d7a59f6034a3c73d9d7777ddd8e1 [2023-07-27T00:39:52.988Z] $ docker rm -f --volumes a6806c204584608f994493581fe42037ec09d7a59f6034a3c73d9d7777ddd8e1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-27T00:39:53.560Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-27T00:39:53.620Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-07-27T00:39:54.220Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-27T00:39:54.527Z] + ls -al . [2023-07-27T00:39:54.527Z] total 180 [2023-07-27T00:39:54.527Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 27 00:39 . [2023-07-27T00:39:54.527Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 27 00:37 .. [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 27 00:37 .dockerignore [2023-07-27T00:39:54.527Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 27 00:38 .git [2023-07-27T00:39:54.527Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 27 00:37 .github [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 171 Jul 27 00:37 .gitignore [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 27 00:37 .golangci.yml [2023-07-27T00:39:54.527Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 27 00:38 .semver [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 9736 Jul 27 00:37 Attribution.txt [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 34764 Jul 27 00:37 CHANGELOG.md [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 1898 Jul 27 00:37 Dockerfile [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 27 00:37 GOVERNANCE.md [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 688 Jul 27 00:37 Jenkinsfile [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 27 00:37 LICENSE [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 618 Jul 27 00:37 OWNERS.md [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 4885 Jul 27 00:37 README.md [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 27 00:38 VERSION [2023-07-27T00:39:54.527Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 27 00:37 bin [2023-07-27T00:39:54.527Z] -rw-r--r-- 1 jenkins jenkins 13 Jul 27 00:39 coverage.out [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 3469 Jul 27 00:37 go.mod [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 32452 Jul 27 00:37 go.sum [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 1937 Jul 27 00:37 main.go [2023-07-27T00:39:54.527Z] -rw-rw-r-- 1 jenkins jenkins 2569 Jul 27 00:37 makefile [2023-07-27T00:39:54.527Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 27 00:37 res [2023-07-27T00:39:54.527Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 27 00:37 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:39:54.931Z] + 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=27f04b8be9641ab55644619a2a9bef97aabf9bd0 --label arch=amd64 --label version=0.0.0 . [2023-07-27T00:39:54.931Z] Sending build context to Docker daemon 3.311MB [2023-07-27T00:39:54.931Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-07-27T00:39:54.931Z] Step 2/26 : FROM ${BASE} AS builder [2023-07-27T00:39:54.931Z] ---> b28cd1f31d8e [2023-07-27T00:39:54.931Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-07-27T00:39:55.190Z] ---> Running in 463cee61d875 [2023-07-27T00:39:55.190Z] Removing intermediate container 463cee61d875 [2023-07-27T00:39:55.190Z] ---> 725777806542 [2023-07-27T00:39:55.190Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-07-27T00:39:55.190Z] ---> Running in 8668a44c075e [2023-07-27T00:39:55.190Z] Removing intermediate container 8668a44c075e [2023-07-27T00:39:55.191Z] ---> b3daf2886552 [2023-07-27T00:39:55.191Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-07-27T00:39:55.191Z] ---> Running in c1c8eb591b00 [2023-07-27T00:39:55.451Z] Removing intermediate container c1c8eb591b00 [2023-07-27T00:39:55.451Z] ---> 16df36da7c99 [2023-07-27T00:39:55.451Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-27T00:39:55.451Z] ---> Running in 2ad1882f5713 [2023-07-27T00:39:55.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-27T00:39:55.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-27T00:39:56.228Z] OK: 265 MiB in 53 packages [2023-07-27T00:39:56.487Z] Removing intermediate container 2ad1882f5713 [2023-07-27T00:39:56.487Z] ---> 814925104250 [2023-07-27T00:39:56.487Z] Step 7/26 : WORKDIR /app [2023-07-27T00:39:56.487Z] ---> Running in 03622a171b8e [2023-07-27T00:39:56.745Z] Removing intermediate container 03622a171b8e [2023-07-27T00:39:56.745Z] ---> 2834a6693023 [2023-07-27T00:39:56.745Z] Step 8/26 : COPY go.mod vendor* ./ [2023-07-27T00:39:56.745Z] ---> 8cc785c0a681 [2023-07-27T00:39:56.745Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-27T00:39:56.745Z] ---> Running in c1d9f9ad1c14 [2023-07-27T00:39:57.736Z] Removing intermediate container c1d9f9ad1c14 [2023-07-27T00:39:57.736Z] ---> 56a5a36defb9 [2023-07-27T00:39:57.736Z] Step 10/26 : COPY . . [2023-07-27T00:39:57.996Z] ---> d881a039fea7 [2023-07-27T00:39:57.996Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-27T00:39:57.996Z] ---> Running in 2be9fb4fa2fc [2023-07-27T00:39:57.996Z] Removing intermediate container 2be9fb4fa2fc [2023-07-27T00:39:57.996Z] ---> 2190272e94db [2023-07-27T00:39:57.996Z] Step 12/26 : RUN $MAKE [2023-07-27T00:39:57.996Z] ---> Running in 24a2842b3fd8 [2023-07-27T00:39:58.254Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.12 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-07-27T00:40:20.173Z] Removing intermediate container 24a2842b3fd8 [2023-07-27T00:40:20.173Z] ---> 2281dc9154dc [2023-07-27T00:40:20.173Z] Step 13/26 : FROM alpine:3.17 [2023-07-27T00:40:20.173Z] 3.17: Pulling from library/alpine [2023-07-27T00:40:20.173Z] 4db1b89c0bd1: Already exists [2023-07-27T00:40:20.173Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-27T00:40:20.173Z] Status: Downloaded newer image for alpine:3.17 [2023-07-27T00:40:20.173Z] ---> 1f73a9d63274 [2023-07-27T00:40:20.173Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-27T00:40:20.173Z] ---> Running in 6bb61651e476 [2023-07-27T00:40:20.173Z] Removing intermediate container 6bb61651e476 [2023-07-27T00:40:20.173Z] ---> 1bdbe926b202 [2023-07-27T00:40:20.173Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-07-27T00:40:20.173Z] ---> Running in 4d974c9ca408 [2023-07-27T00:40:20.173Z] Removing intermediate container 4d974c9ca408 [2023-07-27T00:40:20.173Z] ---> 48644e47c257 [2023-07-27T00:40:20.173Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-27T00:40:20.173Z] ---> Running in 183747cf27b8 [2023-07-27T00:40:20.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-27T00:40:20.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-27T00:40:20.173Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-27T00:40:20.173Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-27T00:40:20.173Z] Executing busybox-1.35.0-r29.trigger [2023-07-27T00:40:20.173Z] Executing ca-certificates-20230506-r0.trigger [2023-07-27T00:40:20.173Z] OK: 8 MiB in 17 packages [2023-07-27T00:40:20.173Z] Removing intermediate container 183747cf27b8 [2023-07-27T00:40:20.173Z] ---> ff6870fc7300 [2023-07-27T00:40:20.173Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-27T00:40:20.173Z] ---> c65219ce8f8d [2023-07-27T00:40:20.173Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-27T00:40:20.173Z] ---> c72c202c9302 [2023-07-27T00:40:20.173Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-07-27T00:40:20.173Z] ---> 51697e1e5fd0 [2023-07-27T00:40:20.173Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-07-27T00:40:20.739Z] ---> ab5dc72d3562 [2023-07-27T00:40:20.739Z] Step 21/26 : EXPOSE 48095 [2023-07-27T00:40:20.999Z] ---> Running in a1636efc080f [2023-07-27T00:40:20.999Z] Removing intermediate container a1636efc080f [2023-07-27T00:40:20.999Z] ---> d474cd78b9b0 [2023-07-27T00:40:20.999Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-07-27T00:40:20.999Z] ---> Running in 823bf3dd2523 [2023-07-27T00:40:20.999Z] Removing intermediate container 823bf3dd2523 [2023-07-27T00:40:20.999Z] ---> 7820a736f1f8 [2023-07-27T00:40:20.999Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-07-27T00:40:20.999Z] ---> Running in 5e808b0c1b41 [2023-07-27T00:40:20.999Z] Removing intermediate container 5e808b0c1b41 [2023-07-27T00:40:20.999Z] ---> 447dae62e217 [2023-07-27T00:40:20.999Z] Step 24/26 : LABEL arch=amd64 [2023-07-27T00:40:21.258Z] ---> Running in 6c0eb746e202 [2023-07-27T00:40:21.258Z] Removing intermediate container 6c0eb746e202 [2023-07-27T00:40:21.258Z] ---> 8ae53f365851 [2023-07-27T00:40:21.258Z] Step 25/26 : LABEL git_sha=27f04b8be9641ab55644619a2a9bef97aabf9bd0 [2023-07-27T00:40:21.258Z] ---> Running in 753baee51aa0 [2023-07-27T00:40:21.258Z] Removing intermediate container 753baee51aa0 [2023-07-27T00:40:21.258Z] ---> 9982887632a3 [2023-07-27T00:40:21.258Z] Step 26/26 : LABEL version=0.0.0 [2023-07-27T00:40:21.258Z] ---> Running in 8f6f55043c30 [2023-07-27T00:40:21.517Z] Removing intermediate container 8f6f55043c30 [2023-07-27T00:40:21.517Z] ---> 45836b77a338 [2023-07-27T00:40:21.517Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-27T00:40:21.517Z] Successfully built 45836b77a338 [2023-07-27T00:40:21.517Z] 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-07-27T00:40:22.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-27T00:40:22.349Z] [2023-07-27T00:40:22.349Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:40:22.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-27T00:40:22.724Z] latest: Pulling from edgex-lftools-log-publisher [2023-07-27T00:40:22.724Z] 5eb5b503b376: Pulling fs layer [2023-07-27T00:40:22.724Z] 5c69ac0246d0: Pulling fs layer [2023-07-27T00:40:22.724Z] ec43610c2a17: Pulling fs layer [2023-07-27T00:40:22.724Z] 3a2ae6a8a46f: Pulling fs layer [2023-07-27T00:40:22.724Z] 33b1e0a273af: Pulling fs layer [2023-07-27T00:40:22.724Z] 5d3b04190fa2: Pulling fs layer [2023-07-27T00:40:22.724Z] 2f39f015ded8: Pulling fs layer [2023-07-27T00:40:22.724Z] 5d3b04190fa2: Waiting [2023-07-27T00:40:22.724Z] 3a2ae6a8a46f: Waiting [2023-07-27T00:40:22.724Z] 33b1e0a273af: Waiting [2023-07-27T00:40:22.724Z] 2f39f015ded8: Waiting [2023-07-27T00:40:22.724Z] 5c69ac0246d0: Download complete [2023-07-27T00:40:22.724Z] 3a2ae6a8a46f: Verifying Checksum [2023-07-27T00:40:22.724Z] 3a2ae6a8a46f: Download complete [2023-07-27T00:40:22.724Z] 33b1e0a273af: Verifying Checksum [2023-07-27T00:40:22.724Z] 33b1e0a273af: Download complete [2023-07-27T00:40:22.724Z] ec43610c2a17: Verifying Checksum [2023-07-27T00:40:22.724Z] ec43610c2a17: Download complete [2023-07-27T00:40:22.724Z] 5d3b04190fa2: Verifying Checksum [2023-07-27T00:40:22.724Z] 5d3b04190fa2: Download complete [2023-07-27T00:40:22.983Z] 5eb5b503b376: Download complete [2023-07-27T00:40:23.550Z] 2f39f015ded8: Download complete [2023-07-27T00:40:24.114Z] 5eb5b503b376: Pull complete [2023-07-27T00:40:24.114Z] 5c69ac0246d0: Pull complete [2023-07-27T00:40:24.681Z] ec43610c2a17: Pull complete [2023-07-27T00:40:24.681Z] 3a2ae6a8a46f: Pull complete [2023-07-27T00:40:24.937Z] 33b1e0a273af: Pull complete [2023-07-27T00:40:24.937Z] 5d3b04190fa2: Pull complete [2023-07-27T00:40:29.117Z] 2f39f015ded8: Pull complete [2023-07-27T00:40:29.117Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-07-27T00:40:29.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-27T00:40:29.117Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-27T00:40:29.324Z] prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container [2023-07-27T00:40:29.351Z] $ 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-579 -v /w/workspace/_app-service-configurable_PR-579:/w/workspace/_app-service-configurable_PR-579:rw,z -v /w/workspace/_app-service-configurable_PR-579@tmp:/w/workspace/_app-service-configurable_PR-579@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-07-27T00:40:32.831Z] $ docker top 036f9241526c0c84e9b2d98d3e0108662d38303292d2daabc8bd96648600e956 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:40:33.273Z] ---> job-cost.sh [2023-07-27T00:40:33.273Z] lf-activate-venv: SKIPPING [2023-07-27T00:40:33.273Z] INFO: No Stack... [2023-07-27T00:40:33.534Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-27T00:40:34.102Z] INFO: Archiving Costs [Pipeline] sh [2023-07-27T00:40:34.413Z] + cat /w/workspace/_app-service-configurable_PR-579/archives/cost.csv [2023-07-27T00:40:34.413Z] + cut -d, -f6 [Pipeline] lock [2023-07-27T00:40:34.456Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-579-1-stack-cost] [2023-07-27T00:40:34.461Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-579-1-stack-cost] did not exist. Created. [2023-07-27T00:40:34.461Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-579-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-27T00:40:34.871Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-07-27T00:40:34.918Z] Stashed 1 file(s) [Pipeline] } [2023-07-27T00:40:34.947Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-579-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-27T00:40:35.023Z] $ docker stop --time=1 036f9241526c0c84e9b2d98d3e0108662d38303292d2daabc8bd96648600e956 [2023-07-27T00:40:36.181Z] $ docker rm -f --volumes 036f9241526c0c84e9b2d98d3e0108662d38303292d2daabc8bd96648600e956 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-07-27T00:42:39.088Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2313 in /w/workspace/_app-service-configurable_PR-579 [Pipeline] { [Pipeline] ws [2023-07-27T00:42:39.143Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-07-27T00:42:39.225Z] Selected Git installation does not exist. Using Default [2023-07-27T00:42:39.225Z] The recommended git tool is: NONE [2023-07-27T00:42:44.556Z] using credential edgex-jenkins-ssh [2023-07-27T00:42:44.577Z] Cloning the remote Git repository [2023-07-27T00:42:44.627Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-07-27T00:42:44.736Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-07-27T00:42:44.892Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-07-27T00:42:44.893Z] > git --version # timeout=10 [2023-07-27T00:42:44.917Z] > git --version # 'git version 2.25.1' [2023-07-27T00:42:44.920Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-27T00:42:45.072Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-27T00:42:46.228Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-07-27T00:42:46.258Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-27T00:42:47.733Z] Merging remotes/origin/main commit c5f9822de111f2ad008e04cca8702a7116aaeba8 into PR head commit 27f04b8be9641ab55644619a2a9bef97aabf9bd0 [2023-07-27T00:42:48.004Z] Merge succeeded, producing 27f04b8be9641ab55644619a2a9bef97aabf9bd0 [2023-07-27T00:42:48.005Z] Checking out Revision 27f04b8be9641ab55644619a2a9bef97aabf9bd0 (PR-579) [2023-07-27T00:42:47.036Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-07-27T00:42:47.081Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-07-27T00:42:47.082Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-27T00:42:47.098Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/579/head:refs/remotes/origin/PR-579 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-07-27T00:42:47.753Z] > git config core.sparsecheckout # timeout=10 [2023-07-27T00:42:47.819Z] > git checkout -f 27f04b8be9641ab55644619a2a9bef97aabf9bd0 # timeout=10 [2023-07-27T00:42:47.908Z] > git remote # timeout=10 [2023-07-27T00:42:47.925Z] > git config --get remote.origin.url # timeout=10 [2023-07-27T00:42:47.951Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-27T00:42:47.964Z] > git merge c5f9822de111f2ad008e04cca8702a7116aaeba8 # timeout=10 [2023-07-27T00:42:47.989Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-07-27T00:42:48.013Z] > git config core.sparsecheckout # timeout=10 [2023-07-27T00:42:48.025Z] > git checkout -f 27f04b8be9641ab55644619a2a9bef97aabf9bd0 # timeout=10 [2023-07-27T00:42:51.478Z] Commit message: "fix: Add InsecureSecrets section to external-mqtt-trigger profile" [2023-07-27T00:42:51.528Z] > git --version # timeout=10 [2023-07-27T00:42:51.539Z] > git --version # 'git version 2.25.1' [2023-07-27T00:42:51.563Z] fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-27T00:42:52.625Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-07-27T00:42:52.625Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-27T00:42:52.625Z] Dload Upload Total Spent Left Speed [2023-07-27T00:42:52.625Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 97335 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 96598 [Pipeline] sh [2023-07-27T00:42:53.340Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-07-27T00:42:53.686Z] + sudo tee /etc/docker/daemon.new [2023-07-27T00:42:53.686Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-07-27T00:42:53.686Z] { [2023-07-27T00:42:53.686Z] "registry-mirrors": [ [2023-07-27T00:42:53.686Z] "https://nexus3.edgexfoundry.org:10001" [2023-07-27T00:42:53.686Z] ], [2023-07-27T00:42:53.686Z] "bip": "10.250.0.254/24", [2023-07-27T00:42:53.686Z] "hosts": [ [2023-07-27T00:42:53.686Z] "tcp://0.0.0.0:5555", [2023-07-27T00:42:53.686Z] "unix:///var/run/docker.sock" [2023-07-27T00:42:53.686Z] ], [2023-07-27T00:42:53.686Z] "mtu": 1458, [2023-07-27T00:42:53.686Z] "selinux-enabled": true, [2023-07-27T00:42:53.686Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-07-27T00:42:53.686Z] } [Pipeline] sh [2023-07-27T00:42:54.030Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-07-27T00:42:54.369Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-27T00:43:12.693Z] provisioning config files... [2023-07-27T00:43:12.719Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config15259510795669876272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:43:13.119Z] ---> docker-login.sh [2023-07-27T00:43:13.119Z] nexus3.edgexfoundry.org:10001 [2023-07-27T00:43:13.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:43:13.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:43:13.707Z] Configure a credential helper to remove this warning. See [2023-07-27T00:43:13.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:43:13.707Z] [2023-07-27T00:43:13.707Z] Login Succeeded [2023-07-27T00:43:13.707Z] nexus3.edgexfoundry.org:10002 [2023-07-27T00:43:13.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:43:14.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:43:14.246Z] Configure a credential helper to remove this warning. See [2023-07-27T00:43:14.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:43:14.246Z] [2023-07-27T00:43:14.246Z] Login Succeeded [2023-07-27T00:43:14.246Z] nexus3.edgexfoundry.org:10003 [2023-07-27T00:43:14.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:43:14.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:43:14.516Z] Configure a credential helper to remove this warning. See [2023-07-27T00:43:14.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:43:14.516Z] [2023-07-27T00:43:14.516Z] Login Succeeded [2023-07-27T00:43:14.516Z] nexus3.edgexfoundry.org:10004 [2023-07-27T00:43:14.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:43:14.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:43:14.786Z] Configure a credential helper to remove this warning. See [2023-07-27T00:43:14.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:43:14.786Z] [2023-07-27T00:43:14.786Z] Login Succeeded [2023-07-27T00:43:14.786Z] docker.io [2023-07-27T00:43:15.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-27T00:43:15.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-27T00:43:15.325Z] Configure a credential helper to remove this warning. See [2023-07-27T00:43:15.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-27T00:43:15.325Z] [2023-07-27T00:43:15.325Z] Login Succeeded [2023-07-27T00:43:15.325Z] ---> docker-login.sh ends [Pipeline] } [2023-07-27T00:43:15.354Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-27T00:43:15.721Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-27T00:43:15.759Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-27T00:43:15.797Z] ========================================================= [2023-07-27T00:43:15.797Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-07-27T00:43:15.797Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:43:16.290Z] + 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-07-27T00:43:16.290Z] Sending build context to Docker daemon 176.1kB [2023-07-27T00:43:16.563Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-27T00:43:16.563Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-27T00:43:16.563Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-07-27T00:43:16.563Z] edb6bdbacee9: Pulling fs layer [2023-07-27T00:43:16.563Z] 5f9638ab2659: Pulling fs layer [2023-07-27T00:43:16.563Z] 8d51d6327a98: Pulling fs layer [2023-07-27T00:43:16.563Z] 8b374f2dd631: Pulling fs layer [2023-07-27T00:43:16.563Z] ec14aa9079de: Pulling fs layer [2023-07-27T00:43:16.563Z] 2f466654f4bb: Pulling fs layer [2023-07-27T00:43:16.563Z] 554e91adad29: Pulling fs layer [2023-07-27T00:43:16.563Z] 8b374f2dd631: Waiting [2023-07-27T00:43:16.563Z] 2f466654f4bb: Waiting [2023-07-27T00:43:16.563Z] 554e91adad29: Waiting [2023-07-27T00:43:16.563Z] ec14aa9079de: Waiting [2023-07-27T00:43:16.563Z] 5f9638ab2659: Download complete [2023-07-27T00:43:16.834Z] 8b374f2dd631: Verifying Checksum [2023-07-27T00:43:16.834Z] 8b374f2dd631: Download complete [2023-07-27T00:43:16.834Z] ec14aa9079de: Verifying Checksum [2023-07-27T00:43:16.834Z] ec14aa9079de: Download complete [2023-07-27T00:43:16.834Z] edb6bdbacee9: Verifying Checksum [2023-07-27T00:43:16.834Z] edb6bdbacee9: Download complete [2023-07-27T00:43:17.807Z] edb6bdbacee9: Pull complete [2023-07-27T00:43:18.089Z] 554e91adad29: Verifying Checksum [2023-07-27T00:43:18.089Z] 554e91adad29: Download complete [2023-07-27T00:43:18.360Z] 5f9638ab2659: Pull complete [2023-07-27T00:43:19.337Z] 8d51d6327a98: Verifying Checksum [2023-07-27T00:43:19.337Z] 8d51d6327a98: Download complete [2023-07-27T00:43:19.337Z] 2f466654f4bb: Verifying Checksum [2023-07-27T00:43:19.337Z] 2f466654f4bb: Download complete [2023-07-27T00:43:31.661Z] 8d51d6327a98: Pull complete [2023-07-27T00:43:31.661Z] 8b374f2dd631: Pull complete [2023-07-27T00:43:31.661Z] ec14aa9079de: Pull complete [2023-07-27T00:43:37.049Z] 2f466654f4bb: Pull complete [2023-07-27T00:43:38.995Z] 554e91adad29: Pull complete [2023-07-27T00:43:38.995Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-07-27T00:43:38.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-27T00:43:38.995Z] ---> 1e15ea492957 [2023-07-27T00:43:38.995Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-27T00:43:40.942Z] ---> Running in fdea0d79ad0f [2023-07-27T00:43:40.942Z] Removing intermediate container fdea0d79ad0f [2023-07-27T00:43:40.942Z] ---> 194ebd7a8743 [2023-07-27T00:43:40.942Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-27T00:43:40.942Z] ---> Running in 48b9d6df2243 [2023-07-27T00:43:41.210Z] Removing intermediate container 48b9d6df2243 [2023-07-27T00:43:41.210Z] ---> 872e71469ef6 [2023-07-27T00:43:41.210Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-27T00:43:41.479Z] ---> Running in 0095f717dec7 [2023-07-27T00:43:41.749Z] Removing intermediate container 0095f717dec7 [2023-07-27T00:43:41.749Z] ---> 810046416887 [2023-07-27T00:43:41.749Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-27T00:43:41.749Z] ---> Running in 8731cb4d7eff [2023-07-27T00:43:42.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-27T00:43:43.290Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-27T00:43:44.250Z] OK: 263 MiB in 53 packages [2023-07-27T00:43:45.215Z] Removing intermediate container 8731cb4d7eff [2023-07-27T00:43:45.215Z] ---> 7a8da03b816b [2023-07-27T00:43:45.215Z] Step 7/12 : WORKDIR /app [2023-07-27T00:43:45.215Z] ---> Running in 5a046e78aa60 [2023-07-27T00:43:45.483Z] Removing intermediate container 5a046e78aa60 [2023-07-27T00:43:45.483Z] ---> 6b3844e08ded [2023-07-27T00:43:45.483Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-27T00:43:46.065Z] ---> 3acc4dbda10e [2023-07-27T00:43:46.065Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-27T00:43:46.065Z] ---> Running in 8381a0ac2312 [2023-07-27T00:44:53.967Z] Removing intermediate container 8381a0ac2312 [2023-07-27T00:44:53.967Z] ---> b74be00c17b9 [2023-07-27T00:44:53.967Z] Step 10/12 : COPY . . [2023-07-27T00:44:53.967Z] ---> 1021c5492ce8 [2023-07-27T00:44:53.967Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-27T00:44:53.967Z] ---> Running in eb1d8e060ca5 [2023-07-27T00:44:53.967Z] Removing intermediate container eb1d8e060ca5 [2023-07-27T00:44:53.967Z] ---> 282a68b16e42 [2023-07-27T00:44:53.967Z] Step 12/12 : RUN $MAKE [2023-07-27T00:44:53.967Z] ---> Running in d569244b775d [2023-07-27T00:44:53.967Z] noop [2023-07-27T00:44:53.967Z] Removing intermediate container d569244b775d [2023-07-27T00:44:53.967Z] ---> 9391dc19477d [2023-07-27T00:44:53.967Z] Successfully built 9391dc19477d [2023-07-27T00:44:53.967Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:44:54.436Z] + docker inspect -f . ci-base-image-arm64 [2023-07-27T00:44:54.436Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-27T00:44:54.727Z] prd-ubuntu20.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container [2023-07-27T00:44:54.793Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-07-27T00:44:55.968Z] $ docker top c7021be10c6cd20981be7395cac947d78cd9c54a80a68a305f8ecc7819e7a20d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-27T00:44:56.859Z] + go version [2023-07-27T00:44:56.859Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-07-27T00:44:56.894Z] $ docker stop --time=1 c7021be10c6cd20981be7395cac947d78cd9c54a80a68a305f8ecc7819e7a20d [2023-07-27T00:44:58.510Z] $ docker rm -f --volumes c7021be10c6cd20981be7395cac947d78cd9c54a80a68a305f8ecc7819e7a20d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:44:59.340Z] + docker inspect -f . ci-base-image-arm64 [2023-07-27T00:44:59.340Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-27T00:44:59.586Z] prd-ubuntu20.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container [2023-07-27T00:44:59.651Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-07-27T00:45:00.804Z] $ docker top 5550565ba8cfa67d97692bd5a8165ece603287cce792b700706e6f927ddf2008 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-27T00:45:01.371Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2023-07-27T00:45:02.079Z] + make test [2023-07-27T00:45:02.079Z] go test -race -coverprofile=coverage.out ./... [2023-07-27T00:48:08.875Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-07-27T00:48:08.875Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-07-27T00:48:08.875Z] go vet ./... [2023-07-27T00:50:15.615Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-27T00:50:15.615Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-27T00:50:15.615Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-07-27T00:50:15.656Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-27T00:50:15.682Z] $ docker stop --time=1 5550565ba8cfa67d97692bd5a8165ece603287cce792b700706e6f927ddf2008 [2023-07-27T00:50:17.488Z] $ docker rm -f --volumes 5550565ba8cfa67d97692bd5a8165ece603287cce792b700706e6f927ddf2008 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-27T00:50:19.160Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-27T00:50:19.194Z] Warning: overwriting stash ‘coverage-report’ [2023-07-27T00:50:19.698Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-27T00:50:20.290Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-27T00:50:20.651Z] + ls -al . [2023-07-27T00:50:20.651Z] total 176 [2023-07-27T00:50:20.651Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 27 00:45 . [2023-07-27T00:50:20.651Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 27 00:42 .. [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 27 00:42 .dockerignore [2023-07-27T00:50:20.651Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 27 00:42 .git [2023-07-27T00:50:20.651Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 27 00:42 .github [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 171 Jul 27 00:42 .gitignore [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 27 00:42 .golangci.yml [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 9736 Jul 27 00:42 Attribution.txt [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 34764 Jul 27 00:42 CHANGELOG.md [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 1898 Jul 27 00:42 Dockerfile [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 27 00:42 GOVERNANCE.md [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 688 Jul 27 00:42 Jenkinsfile [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 27 00:42 LICENSE [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 618 Jul 27 00:42 OWNERS.md [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 4885 Jul 27 00:42 README.md [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 27 00:38 VERSION [2023-07-27T00:50:20.651Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 27 00:42 bin [2023-07-27T00:50:20.651Z] -rw-r--r-- 1 jenkins jenkins 13 Jul 27 00:45 coverage.out [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 3469 Jul 27 00:42 go.mod [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 32452 Jul 27 00:42 go.sum [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 1937 Jul 27 00:42 main.go [2023-07-27T00:50:20.651Z] -rw-rw-r-- 1 jenkins jenkins 2569 Jul 27 00:42 makefile [2023-07-27T00:50:20.651Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 27 00:42 res [2023-07-27T00:50:20.651Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 27 00:42 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:50:21.087Z] + 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=27f04b8be9641ab55644619a2a9bef97aabf9bd0 --label arch=arm64 --label version=0.0.0 . [2023-07-27T00:50:21.087Z] Sending build context to Docker daemon 177.2kB [2023-07-27T00:50:21.366Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-07-27T00:50:21.366Z] Step 2/26 : FROM ${BASE} AS builder [2023-07-27T00:50:21.366Z] ---> 9391dc19477d [2023-07-27T00:50:21.366Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-07-27T00:50:21.366Z] ---> Running in eba73e6c69ae [2023-07-27T00:50:21.656Z] Removing intermediate container eba73e6c69ae [2023-07-27T00:50:21.656Z] ---> 997bbaefa976 [2023-07-27T00:50:21.656Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-07-27T00:50:21.656Z] ---> Running in ae6895466189 [2023-07-27T00:50:21.937Z] Removing intermediate container ae6895466189 [2023-07-27T00:50:21.937Z] ---> 6b9e16fe0fa0 [2023-07-27T00:50:21.937Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-07-27T00:50:22.206Z] ---> Running in 1c3e6ddc96ce [2023-07-27T00:50:22.480Z] Removing intermediate container 1c3e6ddc96ce [2023-07-27T00:50:22.480Z] ---> 76b36472e168 [2023-07-27T00:50:22.480Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-27T00:50:22.480Z] ---> Running in 50b4605e19f2 [2023-07-27T00:50:23.447Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-27T00:50:24.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-27T00:50:25.444Z] OK: 263 MiB in 53 packages [2023-07-27T00:50:26.035Z] Removing intermediate container 50b4605e19f2 [2023-07-27T00:50:26.035Z] ---> dae97183d0a8 [2023-07-27T00:50:26.035Z] Step 7/26 : WORKDIR /app [2023-07-27T00:50:26.035Z] ---> Running in 92dcafd47958 [2023-07-27T00:50:26.307Z] Removing intermediate container 92dcafd47958 [2023-07-27T00:50:26.307Z] ---> fbad2e93a4ed [2023-07-27T00:50:26.307Z] Step 8/26 : COPY go.mod vendor* ./ [2023-07-27T00:50:26.897Z] ---> c9f7a024480c [2023-07-27T00:50:26.897Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-27T00:50:26.897Z] ---> Running in 97c8832bd822 [2023-07-27T00:50:29.486Z] Removing intermediate container 97c8832bd822 [2023-07-27T00:50:29.486Z] ---> d4ca64f989e0 [2023-07-27T00:50:29.486Z] Step 10/26 : COPY . . [2023-07-27T00:50:29.755Z] ---> 5beb7d7e4c7c [2023-07-27T00:50:29.755Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-27T00:50:30.031Z] ---> Running in f73319cfa90e [2023-07-27T00:50:30.299Z] Removing intermediate container f73319cfa90e [2023-07-27T00:50:30.299Z] ---> a5f27e934879 [2023-07-27T00:50:30.299Z] Step 12/26 : RUN $MAKE [2023-07-27T00:50:30.299Z] ---> Running in b7b0d6938a78 [2023-07-27T00:50:31.263Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.12 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-07-27T00:52:52.981Z] Removing intermediate container b7b0d6938a78 [2023-07-27T00:52:52.981Z] ---> 82447e67fd95 [2023-07-27T00:52:52.981Z] Step 13/26 : FROM alpine:3.17 [2023-07-27T00:52:52.981Z] 3.17: Pulling from library/alpine [2023-07-27T00:52:52.981Z] edb6bdbacee9: Already exists [2023-07-27T00:52:52.981Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-27T00:52:52.981Z] Status: Downloaded newer image for alpine:3.17 [2023-07-27T00:52:52.981Z] ---> 779605e5fbc0 [2023-07-27T00:52:52.981Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-27T00:52:52.981Z] ---> Running in 038ff6c42c6d [2023-07-27T00:52:52.981Z] Removing intermediate container 038ff6c42c6d [2023-07-27T00:52:52.981Z] ---> 7ced846d740c [2023-07-27T00:52:52.981Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-07-27T00:52:52.981Z] ---> Running in fcad72fcaaf6 [2023-07-27T00:52:52.981Z] Removing intermediate container fcad72fcaaf6 [2023-07-27T00:52:52.981Z] ---> 7fb8aa37c5ba [2023-07-27T00:52:52.981Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-27T00:52:52.981Z] ---> Running in f945ea5d5516 [2023-07-27T00:52:52.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-27T00:52:52.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-27T00:52:52.981Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-27T00:52:52.981Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-27T00:52:52.981Z] Executing busybox-1.35.0-r29.trigger [2023-07-27T00:52:52.981Z] Executing ca-certificates-20230506-r0.trigger [2023-07-27T00:52:52.981Z] OK: 8 MiB in 17 packages [2023-07-27T00:52:52.981Z] Removing intermediate container f945ea5d5516 [2023-07-27T00:52:52.981Z] ---> 16336cbbdd6f [2023-07-27T00:52:52.981Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-27T00:52:52.981Z] ---> a6f4c412aec9 [2023-07-27T00:52:52.981Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-27T00:52:52.981Z] ---> 7f96258d5e15 [2023-07-27T00:52:52.981Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-07-27T00:52:52.981Z] ---> b655fb5638e9 [2023-07-27T00:52:52.981Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-07-27T00:52:53.565Z] ---> c77c4e2469f6 [2023-07-27T00:52:53.565Z] Step 21/26 : EXPOSE 48095 [2023-07-27T00:52:53.565Z] ---> Running in 3df9f02917e4 [2023-07-27T00:52:54.153Z] Removing intermediate container 3df9f02917e4 [2023-07-27T00:52:54.153Z] ---> 78fa45288a12 [2023-07-27T00:52:54.153Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-07-27T00:52:54.153Z] ---> Running in c3f505af9a46 [2023-07-27T00:52:54.422Z] Removing intermediate container c3f505af9a46 [2023-07-27T00:52:54.422Z] ---> 06aedbdfc933 [2023-07-27T00:52:54.422Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-07-27T00:52:54.422Z] ---> Running in 12a69f61b4ed [2023-07-27T00:52:54.691Z] Removing intermediate container 12a69f61b4ed [2023-07-27T00:52:54.691Z] ---> b1eb0a6faf15 [2023-07-27T00:52:54.691Z] Step 24/26 : LABEL arch=arm64 [2023-07-27T00:52:54.691Z] ---> Running in 47ce739bff15 [2023-07-27T00:52:54.962Z] Removing intermediate container 47ce739bff15 [2023-07-27T00:52:54.962Z] ---> 10350849b3b1 [2023-07-27T00:52:54.962Z] Step 25/26 : LABEL git_sha=27f04b8be9641ab55644619a2a9bef97aabf9bd0 [2023-07-27T00:52:55.230Z] ---> Running in 31de8a15624a [2023-07-27T00:52:55.498Z] Removing intermediate container 31de8a15624a [2023-07-27T00:52:55.498Z] ---> 65baaf7cfc73 [2023-07-27T00:52:55.498Z] Step 26/26 : LABEL version=0.0.0 [2023-07-27T00:52:55.498Z] ---> Running in da39715bee3d [2023-07-27T00:52:55.767Z] Removing intermediate container da39715bee3d [2023-07-27T00:52:55.767Z] ---> 2aa626ab325a [2023-07-27T00:52:55.767Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-27T00:52:55.767Z] Successfully built 2aa626ab325a [2023-07-27T00:52:55.767Z] 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-07-27T00:52:56.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-27T00:52:56.605Z] [2023-07-27T00:52:56.605Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:52:57.014Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-27T00:52:57.014Z] arm64: Pulling from edgex-lftools-log-publisher [2023-07-27T00:52:57.014Z] 8998bd30e6a1: Pulling fs layer [2023-07-27T00:52:57.014Z] 04944245beec: Pulling fs layer [2023-07-27T00:52:57.014Z] 699f458cf7ca: Pulling fs layer [2023-07-27T00:52:57.014Z] 765212b225bb: Pulling fs layer [2023-07-27T00:52:57.014Z] f23df028b6ca: Pulling fs layer [2023-07-27T00:52:57.014Z] d65c8cfc05b1: Pulling fs layer [2023-07-27T00:52:57.014Z] 2437ff75d9bd: Pulling fs layer [2023-07-27T00:52:57.014Z] f23df028b6ca: Waiting [2023-07-27T00:52:57.014Z] d65c8cfc05b1: Waiting [2023-07-27T00:52:57.014Z] 2437ff75d9bd: Waiting [2023-07-27T00:52:57.014Z] 765212b225bb: Waiting [2023-07-27T00:52:57.284Z] 04944245beec: Verifying Checksum [2023-07-27T00:52:57.284Z] 04944245beec: Download complete [2023-07-27T00:52:57.284Z] 765212b225bb: Verifying Checksum [2023-07-27T00:52:57.284Z] 765212b225bb: Download complete [2023-07-27T00:52:57.284Z] f23df028b6ca: Download complete [2023-07-27T00:52:57.284Z] d65c8cfc05b1: Verifying Checksum [2023-07-27T00:52:57.284Z] d65c8cfc05b1: Download complete [2023-07-27T00:52:57.556Z] 699f458cf7ca: Verifying Checksum [2023-07-27T00:52:57.556Z] 699f458cf7ca: Download complete [2023-07-27T00:52:57.824Z] 8998bd30e6a1: Verifying Checksum [2023-07-27T00:52:57.824Z] 8998bd30e6a1: Download complete [2023-07-27T00:53:00.409Z] 2437ff75d9bd: Verifying Checksum [2023-07-27T00:53:00.409Z] 2437ff75d9bd: Download complete [2023-07-27T00:53:01.819Z] 8998bd30e6a1: Pull complete [2023-07-27T00:53:02.406Z] 04944245beec: Pull complete [2023-07-27T00:53:03.823Z] 699f458cf7ca: Pull complete [2023-07-27T00:53:03.823Z] 765212b225bb: Pull complete [2023-07-27T00:53:04.791Z] f23df028b6ca: Pull complete [2023-07-27T00:53:04.791Z] d65c8cfc05b1: Pull complete [2023-07-27T00:53:19.788Z] 2437ff75d9bd: Pull complete [2023-07-27T00:53:19.788Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-07-27T00:53:19.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-27T00:53:19.788Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-27T00:53:20.116Z] prd-ubuntu20.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container [2023-07-27T00:53:20.181Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-07-27T00:53:22.952Z] $ docker top 3683b7300a061faee08b6b894e2b7142ec9f7d5ec260620a06e75aa3fbac71a4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:53:23.854Z] ---> job-cost.sh [2023-07-27T00:53:23.854Z] lf-activate-venv: SKIPPING [2023-07-27T00:53:23.854Z] INFO: No Stack... [2023-07-27T00:53:24.122Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-07-27T00:53:25.081Z] INFO: Archiving Costs [Pipeline] sh [2023-07-27T00:53:25.423Z] + cut -d, -f6 [2023-07-27T00:53:25.423Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [Pipeline] lock [2023-07-27T00:53:25.780Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-579-1-stack-cost] [2023-07-27T00:53:25.785Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-579-1-stack-cost] did not exist. Created. [2023-07-27T00:53:25.785Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-579-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-27T00:53:26.208Z] /w/workspace/app-service-configurable/1@tmp/durable-66fadbcb/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-07-27T00:53:26.602Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-07-27T00:53:26.904Z] Warning: overwriting stash ‘stack-cost’ [2023-07-27T00:53:26.967Z] Stashed 1 file(s) [Pipeline] } [2023-07-27T00:53:26.981Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-579-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-27T00:53:27.070Z] $ docker stop --time=1 3683b7300a061faee08b6b894e2b7142ec9f7d5ec260620a06e75aa3fbac71a4 [2023-07-27T00:53:32.551Z] $ docker rm -f --volumes 3683b7300a061faee08b6b894e2b7142ec9f7d5ec260620a06e75aa3fbac71a4 [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-07-27T00:53:33.620Z] provisioning config files... [2023-07-27T00:53:33.628Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-579@tmp/config7762787755235889176tmp [Pipeline] { [Pipeline] sh [2023-07-27T00:53:33.956Z] + set +x [2023-07-27T00:53:33.956Z] + curl -s https://codecov.io/bash [2023-07-27T00:53:33.956Z] + bash -s -- [2023-07-27T00:53:33.956Z] [2023-07-27T00:53:33.956Z] _____ _ [2023-07-27T00:53:33.956Z] / ____| | | [2023-07-27T00:53:33.956Z] | | ___ __| | ___ ___ _____ __ [2023-07-27T00:53:33.956Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-07-27T00:53:33.956Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-07-27T00:53:33.956Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-07-27T00:53:33.956Z] Bash-1.0.6 [2023-07-27T00:53:33.956Z] [2023-07-27T00:53:33.956Z] [2023-07-27T00:53:33.956Z] ==> git version 2.25.1 found [2023-07-27T00:53:33.956Z] ==> 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-07-27T00:53:33.956Z] Release-Date: 2020-01-08 [2023-07-27T00:53:33.956Z] 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-07-27T00:53:33.956Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-07-27T00:53:33.956Z] ==> Jenkins CI detected. [2023-07-27T00:53:33.956Z] current dir:  /w/workspace/_app-service-configurable_PR-579 [2023-07-27T00:53:33.956Z] project root: . [2023-07-27T00:53:33.956Z] --> token set from env [2023-07-27T00:53:33.956Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-07-27T00:53:33.956Z] ==> Running gcov in . (disable via -X gcov) [2023-07-27T00:53:33.956Z] ==> Python coveragepy not found [2023-07-27T00:53:33.956Z] ==> Searching for coverage reports in: [2023-07-27T00:53:33.956Z] + . [2023-07-27T00:53:33.956Z] -> Found 1 reports [2023-07-27T00:53:33.956Z] ==> Detecting git/mercurial file structure [2023-07-27T00:53:33.956Z] ==> Reading reports [2023-07-27T00:53:33.956Z] + ./coverage.out bytes=13 [2023-07-27T00:53:33.956Z] ==> Appending adjustments [2023-07-27T00:53:33.956Z] https://docs.codecov.io/docs/fixing-reports [2023-07-27T00:53:34.216Z] + Found adjustments [2023-07-27T00:53:34.216Z] ==> Gzipping contents [2023-07-27T00:53:34.216Z] 4.0K /tmp/codecov.D0OJaR.gz [2023-07-27T00:53:34.216Z] ==> Uploading reports [2023-07-27T00:53:34.216Z] url: https://codecov.io [2023-07-27T00:53:34.216Z] query: branch=PR-579&commit=27f04b8be9641ab55644619a2a9bef97aabf9bd0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-579%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=579&job=&cmd_args= [2023-07-27T00:53:34.216Z] -> Pinging Codecov [2023-07-27T00:53:34.216Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-579&commit=27f04b8be9641ab55644619a2a9bef97aabf9bd0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-579%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=579&job=&cmd_args= [2023-07-27T00:53:34.216Z] -> Uploading to [2023-07-27T00:53:34.216Z] https://storage.googleapis.com/codecov/v4/raw/2023-07-27/A97CA9966030D2A3747ED39772930CCE/27f04b8be9641ab55644619a2a9bef97aabf9bd0/3b366bba-c820-46b6-b2b6-2e2c36d45006.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230727%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230727T005334Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=57e30b0b80fdc07742b423621ff25a3e3e3a6987c43276d31aff2f765fce8ff2 [2023-07-27T00:53:34.216Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-27T00:53:34.216Z] Dload Upload Total Spent Left Speed [2023-07-27T00:53:34.475Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 2014 --:--:-- --:--:-- --:--:-- 2014 [2023-07-27T00:53:34.476Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/27f04b8be9641ab55644619a2a9bef97aabf9bd0 [Pipeline] } [2023-07-27T00:53:34.502Z] 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-07-27T00:53:36.256Z] + [ -d /w/workspace/_app-service-configurable_PR-579/archives ] [2023-07-27T00:53:36.256Z] + ls -al /w/workspace/_app-service-configurable_PR-579/archives [2023-07-27T00:53:36.256Z] total 16 [2023-07-27T00:53:36.256Z] drwxr-xr-x 3 root root 4096 Jul 27 00:40 . [2023-07-27T00:53:36.256Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 27 00:40 .. [2023-07-27T00:53:36.256Z] drwxr-xr-x 2 root root 4096 Jul 27 00:40 cost [2023-07-27T00:53:36.256Z] -rw-r--r-- 1 root root 96 Jul 27 00:40 cost.csv [2023-07-27T00:53:36.257Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-579/archives [2023-07-27T00:53:36.257Z] + ls -al /w/workspace/_app-service-configurable_PR-579/archives [2023-07-27T00:53:36.257Z] total 16 [2023-07-27T00:53:36.257Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 27 00:40 . [2023-07-27T00:53:36.257Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 27 00:40 .. [2023-07-27T00:53:36.257Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 27 00:40 cost [2023-07-27T00:53:36.257Z] -rw-r--r-- 1 jenkins jenkins 96 Jul 27 00:40 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:53:36.586Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:53:37.479Z] ---> package-listing.sh [2023-07-27T00:53:37.479Z] ++ facter osfamily [2023-07-27T00:53:37.479Z] ++ tr '[:upper:]' '[:lower:]' [2023-07-27T00:53:37.739Z] + OS_FAMILY=debian [2023-07-27T00:53:37.739Z] + workspace=/w/workspace/_app-service-configurable_PR-579 [2023-07-27T00:53:37.739Z] + START_PACKAGES=/tmp/packages_start.txt [2023-07-27T00:53:37.739Z] + END_PACKAGES=/tmp/packages_end.txt [2023-07-27T00:53:37.739Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-07-27T00:53:37.739Z] + PACKAGES=/tmp/packages_start.txt [2023-07-27T00:53:37.739Z] + '[' /w/workspace/_app-service-configurable_PR-579 ']' [2023-07-27T00:53:37.739Z] + PACKAGES=/tmp/packages_end.txt [2023-07-27T00:53:37.739Z] + case "${OS_FAMILY}" in [2023-07-27T00:53:37.739Z] + grep '^ii' [2023-07-27T00:53:37.739Z] + dpkg -l [2023-07-27T00:53:37.739Z] + '[' -f /tmp/packages_start.txt ']' [2023-07-27T00:53:37.739Z] + '[' -f /tmp/packages_end.txt ']' [2023-07-27T00:53:37.739Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-07-27T00:53:37.739Z] + '[' /w/workspace/_app-service-configurable_PR-579 ']' [2023-07-27T00:53:37.739Z] + mkdir -p /w/workspace/_app-service-configurable_PR-579/archives/ [2023-07-27T00:53:37.739Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-579/archives/ [Pipeline] echo [2023-07-27T00:53:37.772Z] 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-579/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-07-27T00:53:38.064Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-27T00:53:38.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-27T00:53:38.703Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-27T00:53:38.841Z] prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container [2023-07-27T00:53:38.870Z] $ 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-579/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-579 -v /w/workspace/_app-service-configurable_PR-579:/w/workspace/_app-service-configurable_PR-579:rw,z -v /w/workspace/_app-service-configurable_PR-579@tmp:/w/workspace/_app-service-configurable_PR-579@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-07-27T00:53:39.070Z] $ docker top 1ee15b1a9c2e3c634f6e5a1c4b15e0c6185185f4737218da68ae733ed7b3195d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-27T00:53:39.466Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-07-27T00:53:39.771Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-07-27T00:53:40.085Z] + ls /var/log/sa-host [2023-07-27T00:53:40.085Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-27T00:53:40.253Z] provisioning config files... [2023-07-27T00:53:40.262Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-579@tmp/config1064124926722582507tmp [Pipeline] { [Pipeline] echo [2023-07-27T00:53:40.316Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:53:40.629Z] ---> create-netrc.sh [Pipeline] } [2023-07-27T00:53:40.658Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:53:41.060Z] ---> python-tools-install.sh [Pipeline] echo [2023-07-27T00:53:41.092Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:53:41.404Z] ---> sudo-logs.sh [2023-07-27T00:53:41.405Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-07-27T00:53:41.486Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:53:41.800Z] ---> job-cost.sh [2023-07-27T00:53:41.800Z] lf-activate-venv: SKIPPING [2023-07-27T00:53:41.800Z] DEBUG: total: 0.2199999988079071 [2023-07-27T00:53:41.800Z] INFO: Retrieving Stack Cost... [2023-07-27T00:53:42.059Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-27T00:53:42.625Z] INFO: Archiving Costs [Pipeline] echo [2023-07-27T00:53:42.660Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-27T00:53:42.973Z] ---> logs-deploy.sh [2023-07-27T00:53:42.973Z] lf-activate-venv: SKIPPING [2023-07-27T00:53:42.973Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-579/1 [2023-07-27T00:53:42.973Z] INFO: archiving workspace using pattern(s): [2023-07-27T00:53:43.906Z] Archives upload complete. [2023-07-27T00:53:43.906Z] INFO: archiving logs to Nexus