Pull request #673 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6c2ba4a0c884392e751460449e212a813c87918f+99abc15c93f70f8386f8be99e96e68a0293bb7bf (b588159071e1f1b77619b3e49437c96f90ddadb3) 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-ssh1778842220920251867.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3350a1713306dce7682ed7e37d5774890d03277 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-ssh4090841765816082529.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 f3350a1713306dce7682ed7e37d5774890d03277 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-673/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-673/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2351200278921977625.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-673/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10368263853293690401.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3350a1713306dce7682ed7e37d5774890d03277 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3350a1713306dce7682ed7e37d5774890d03277 # timeout=10 Commit message: "Merge pull request #455 from cherrycl/issue-452-3" > 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-ssh16532601139180665106.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-673/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-673/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1572832108554259540.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 f3350a1713306dce7682ed7e37d5774890d03277 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] ========================================================= [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.21 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 ‘prd-ubuntu20.04-docker-8c-8g-8799’ is offline Running on prd-ubuntu20.04-docker-8c-8g-8802 in /w/workspace/_app-service-configurable_PR-673 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-673 # 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/673/head:refs/remotes/origin/PR-673 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 99abc15c93f70f8386f8be99e96e68a0293bb7bf into PR head commit 6c2ba4a0c884392e751460449e212a813c87918f Merge succeeded, producing 6c2ba4a0c884392e751460449e212a813c87918f Checking out Revision 6c2ba4a0c884392e751460449e212a813c87918f (PR-673) Commit message: "feat: Add postgres db init start script" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f3350a1713306dce7682ed7e37d5774890d03277 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c2ba4a0c884392e751460449e212a813c87918f # 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 99abc15c93f70f8386f8be99e96e68a0293bb7bf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c2ba4a0c884392e751460449e212a813c87918f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-08-27T09:52:45.693Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-08-27T09:52:45.920Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-08-27T09:52:46.067Z] ========================================================= [2024-08-27T09:52:46.067Z] EdgeX Global Pipelines Version Info [2024-08-27T09:52:46.067Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-08-27T09:52:46.862Z] ------------------- [2024-08-27T09:52:46.862Z] stable info: [2024-08-27T09:52:46.862Z] ------------------- [2024-08-27T09:52:46.862Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-08-27T09:52:46.862Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-08-27T09:52:46.862Z] Message: update stable to v1.0.263 [2024-08-27T09:52:47.805Z] ------------------- [2024-08-27T09:52:47.805Z] experimental info: [2024-08-27T09:52:47.805Z] ------------------- [2024-08-27T09:52:47.805Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-08-27T09:52:47.805Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-08-27T09:52:47.805Z] Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-08-27T09:52:48.040Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2024-08-27T09:52:48.100Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2024-08-27T09:52:48.158Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-08-27T09:52:48.216Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-08-27T09:52:48.286Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-08-27T09:52:48.347Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-08-27T09:52:48.407Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-08-27T09:52:48.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-08-27T09:52:48.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-08-27T09:52:48.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-08-27T09:52:48.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-08-27T09:52:48.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2024-08-27T09:52:48.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-08-27T09:52:48.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-08-27T09:52:48.934Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-08-27T09:52:49.000Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-08-27T09:52:49.061Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-08-27T09:52:49.119Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-08-27T09:52:49.177Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-08-27T09:52:49.238Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-08-27T09:52:49.296Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-08-27T09:52:49.357Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-08-27T09:52:49.418Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-08-27T09:52:49.479Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-08-27T09:52:49.544Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-08-27T09:52:49.607Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-08-27T09:52:49.668Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-08-27T09:52:49.726Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-673 [Pipeline] echo [2024-08-27T09:52:49.789Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-673 [Pipeline] echo [2024-08-27T09:52:49.858Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-673 [Pipeline] echo [2024-08-27T09:52:49.926Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c2ba4a0c884392e751460449e212a813c87918f [Pipeline] echo [2024-08-27T09:52:49.989Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c2ba4a [Pipeline] echo [2024-08-27T09:52:50.050Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-27T09:52:50.226Z] provisioning config files... [2024-08-27T09:52:50.241Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-673@tmp/config17051839743750161942tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-27T09:52:50.639Z] ---> ****-login.sh [2024-08-27T09:52:50.639Z] nexus3.edgexfoundry.org:10001 [2024-08-27T09:52:50.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:52:50.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:52:50.905Z] Configure a credential helper to remove this warning. See [2024-08-27T09:52:50.905Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:52:50.905Z] [2024-08-27T09:52:50.905Z] Login Succeeded [2024-08-27T09:52:50.905Z] nexus3.edgexfoundry.org:10002 [2024-08-27T09:52:50.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:52:51.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:52:51.170Z] Configure a credential helper to remove this warning. See [2024-08-27T09:52:51.170Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:52:51.170Z] [2024-08-27T09:52:51.170Z] Login Succeeded [2024-08-27T09:52:51.170Z] nexus3.edgexfoundry.org:10003 [2024-08-27T09:52:51.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:52:51.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:52:51.170Z] Configure a credential helper to remove this warning. See [2024-08-27T09:52:51.170Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:52:51.170Z] [2024-08-27T09:52:51.170Z] Login Succeeded [2024-08-27T09:52:51.170Z] nexus3.edgexfoundry.org:10004 [2024-08-27T09:52:51.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:52:51.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:52:51.170Z] Configure a credential helper to remove this warning. See [2024-08-27T09:52:51.170Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:52:51.170Z] [2024-08-27T09:52:51.170Z] Login Succeeded [2024-08-27T09:52:51.431Z] ****.io [2024-08-27T09:52:51.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:52:51.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:52:51.693Z] Configure a credential helper to remove this warning. See [2024-08-27T09:52:51.693Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:52:51.693Z] [2024-08-27T09:52:51.693Z] Login Succeeded [2024-08-27T09:52:51.693Z] ---> ****-login.sh ends [Pipeline] } [2024-08-27T09:52:51.726Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-08-27T09:52:52.464Z] + git rev-list -1 --merges 6c2ba4a0c884392e751460449e212a813c87918f~1..6c2ba4a0c884392e751460449e212a813c87918f [Pipeline] echo [2024-08-27T09:52:52.513Z] -----------> git rev-list -1 --merges 6c2ba4a0c884392e751460449e212a813c87918f~1..6c2ba4a0c884392e751460449e212a813c87918f 6c2ba4a0c884392e751460449e212a813c87918f [false] [Pipeline] sh [2024-08-27T09:52:52.837Z] + git log --format=format:%s -1 6c2ba4a0c884392e751460449e212a813c87918f [Pipeline] echo [2024-08-27T09:52:52.885Z] ========================================================= [2024-08-27T09:52:52.885Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-08-27T09:52:52.885Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-27T09:52:53.358Z] + git log --format=format:%s -1 6c2ba4a0c884392e751460449e212a813c87918f [Pipeline] echo [2024-08-27T09:52:53.397Z] [semverPrep] GIT_COMMIT: 6c2ba4a0c884392e751460449e212a813c87918f, Commit Message: feat: Add postgres db init start script [Pipeline] echo [2024-08-27T09:52:53.442Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-08-27T09:52:53.863Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-27T09:52:53.863Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-08-27T09:52:53.863Z] + [ -e /tmp/ssh_known_hosts ] [2024-08-27T09:52:53.863Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-08-27T09:52:53.863Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-08-27T09:52:53.863Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-08-27T09:52:53.863Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-27T09:52:54.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-27T09:52:54.322Z] [2024-08-27T09:52:54.322Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-27T09:52:54.828Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-27T09:52:54.828Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-08-27T09:52:54.828Z] b85a868b505f: Pulling fs layer [2024-08-27T09:52:54.828Z] e2be974225ed: Pulling fs layer [2024-08-27T09:52:54.828Z] 339a4e72a1f5: Pulling fs layer [2024-08-27T09:52:54.828Z] 988bab9f4d93: Pulling fs layer [2024-08-27T09:52:54.828Z] 1469e6f7b9e6: Pulling fs layer [2024-08-27T09:52:54.828Z] eaf3925da568: Pulling fs layer [2024-08-27T09:52:54.828Z] bab4dde63d76: Pulling fs layer [2024-08-27T09:52:54.828Z] bde34c3a00c8: Pulling fs layer [2024-08-27T09:52:54.828Z] b352a97aabf1: Pulling fs layer [2024-08-27T09:52:54.828Z] 4872d77fe225: Pulling fs layer [2024-08-27T09:52:54.828Z] 5851b861e8e6: Pulling fs layer [2024-08-27T09:52:54.828Z] 988bab9f4d93: Waiting [2024-08-27T09:52:54.828Z] 1469e6f7b9e6: Waiting [2024-08-27T09:52:54.828Z] eaf3925da568: Waiting [2024-08-27T09:52:54.828Z] bab4dde63d76: Waiting [2024-08-27T09:52:54.828Z] bde34c3a00c8: Waiting [2024-08-27T09:52:54.828Z] b352a97aabf1: Waiting [2024-08-27T09:52:54.828Z] 4872d77fe225: Waiting [2024-08-27T09:52:54.828Z] 5851b861e8e6: Waiting [2024-08-27T09:52:54.828Z] e2be974225ed: Verifying Checksum [2024-08-27T09:52:54.828Z] e2be974225ed: Download complete [2024-08-27T09:52:54.828Z] 988bab9f4d93: Verifying Checksum [2024-08-27T09:52:54.828Z] 988bab9f4d93: Download complete [2024-08-27T09:52:55.087Z] 1469e6f7b9e6: Verifying Checksum [2024-08-27T09:52:55.087Z] 1469e6f7b9e6: Download complete [2024-08-27T09:52:55.087Z] 339a4e72a1f5: Verifying Checksum [2024-08-27T09:52:55.087Z] 339a4e72a1f5: Download complete [2024-08-27T09:52:55.087Z] eaf3925da568: Download complete [2024-08-27T09:52:55.087Z] bde34c3a00c8: Verifying Checksum [2024-08-27T09:52:55.087Z] bde34c3a00c8: Download complete [2024-08-27T09:52:55.087Z] b352a97aabf1: Verifying Checksum [2024-08-27T09:52:55.087Z] b352a97aabf1: Download complete [2024-08-27T09:52:55.087Z] 4872d77fe225: Verifying Checksum [2024-08-27T09:52:55.087Z] 4872d77fe225: Download complete [2024-08-27T09:52:55.087Z] 5851b861e8e6: Verifying Checksum [2024-08-27T09:52:55.087Z] 5851b861e8e6: Download complete [2024-08-27T09:52:55.087Z] b85a868b505f: Download complete [2024-08-27T09:52:55.346Z] bab4dde63d76: Verifying Checksum [2024-08-27T09:52:55.346Z] bab4dde63d76: Download complete [2024-08-27T09:52:56.282Z] b85a868b505f: Pull complete [2024-08-27T09:52:56.542Z] e2be974225ed: Pull complete [2024-08-27T09:52:57.112Z] 339a4e72a1f5: Pull complete [2024-08-27T09:52:57.112Z] 988bab9f4d93: Pull complete [2024-08-27T09:52:57.372Z] 1469e6f7b9e6: Pull complete [2024-08-27T09:52:57.372Z] eaf3925da568: Pull complete [2024-08-27T09:52:59.281Z] bab4dde63d76: Pull complete [2024-08-27T09:52:59.281Z] bde34c3a00c8: Pull complete [2024-08-27T09:52:59.541Z] b352a97aabf1: Pull complete [2024-08-27T09:52:59.541Z] 4872d77fe225: Pull complete [2024-08-27T09:52:59.541Z] 5851b861e8e6: Pull complete [2024-08-27T09:52:59.802Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-08-27T09:52:59.802Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-27T09:52:59.802Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-27T09:53:00.123Z] prd-ubuntu20.04-docker-8c-8g-8802 does not seem to be running inside a container [2024-08-27T09:53:00.154Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-673 -v /w/workspace/_app-service-configurable_PR-673:/w/workspace/_app-service-configurable_PR-673:rw,z -v /w/workspace/_app-service-configurable_PR-673@tmp:/w/workspace/_app-service-configurable_PR-673@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-27T09:53:03.803Z] $ docker top 3353d0f5c6b8736f26d2e3172af03bc36aa8f1507cfc4b6b12e8df08265e5d27 -eo pid,comm [2024-08-27T09:53:03.857Z] 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). [2024-08-27T09:53:03.857Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-27T09:53:04.037Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-27T09:53:04.037Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-27T09:53:04.150Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-27T09:53:04.152Z] $ docker exec 3353d0f5c6b8736f26d2e3172af03bc36aa8f1507cfc4b6b12e8df08265e5d27 ssh-agent [2024-08-27T09:53:04.269Z] SSH_AUTH_SOCK=/tmp/ssh-wfitPXYcJgSF/agent.31 [2024-08-27T09:53:04.269Z] SSH_AGENT_PID=37 [2024-08-27T09:53:04.276Z] Running ssh-add (command line suppressed) [2024-08-27T09:53:04.365Z] Identity added: /w/workspace/_app-service-configurable_PR-673@tmp/private_key_4684689622458716148.key (/w/workspace/_app-service-configurable_PR-673@tmp/private_key_4684689622458716148.key) [2024-08-27T09:53:04.381Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-27T09:53:04.730Z] + git tag --points-at HEAD [Pipeline] } [2024-08-27T09:53:04.761Z] $ docker exec --env ******** --env ******** 3353d0f5c6b8736f26d2e3172af03bc36aa8f1507cfc4b6b12e8df08265e5d27 ssh-agent -k [2024-08-27T09:53:04.853Z] unset SSH_AUTH_SOCK; [2024-08-27T09:53:04.854Z] unset SSH_AGENT_PID; [2024-08-27T09:53:04.854Z] echo Agent pid 37 killed; [2024-08-27T09:53:04.867Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-08-27T09:53:04.986Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-27T09:53:04.986Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-27T09:53:05.094Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-27T09:53:05.096Z] $ docker exec 3353d0f5c6b8736f26d2e3172af03bc36aa8f1507cfc4b6b12e8df08265e5d27 ssh-agent [2024-08-27T09:53:05.217Z] SSH_AUTH_SOCK=/tmp/ssh-urysX5dvh2CE/agent.70 [2024-08-27T09:53:05.217Z] SSH_AGENT_PID=76 [2024-08-27T09:53:05.223Z] Running ssh-add (command line suppressed) [2024-08-27T09:53:05.320Z] Identity added: /w/workspace/_app-service-configurable_PR-673@tmp/private_key_12346653374332802593.key (/w/workspace/_app-service-configurable_PR-673@tmp/private_key_12346653374332802593.key) [2024-08-27T09:53:05.336Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-27T09:53:05.685Z] + git semver init [2024-08-27T09:53:05.946Z] 2024-08-27 09:53:05,885 [run_init] DEBUG init version:0.0.0 force:False [2024-08-27T09:53:05.946Z] 2024-08-27 09:53:05,886 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-673/.semver [2024-08-27T09:53:05.946Z] 2024-08-27 09:53:05,886 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-673/.semver [2024-08-27T09:53:05.946Z] 2024-08-27 09:53:05,886 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-673/.semver'], cwd=/w/workspace/_app-service-configurable_PR-673, universal_newlines=False, shell=None, istream=None) [2024-08-27T09:53:07.330Z] 2024-08-27 09:53:07,018 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-673/.git/info/exclude [2024-08-27T09:53:07.330Z] 2024-08-27 09:53:07,019 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-673/.semver/PR-673 with force:False [2024-08-27T09:53:07.330Z] 2024-08-27 09:53:07,019 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-673/.semver/PR-673 [2024-08-27T09:53:07.330Z] 2024-08-27 09:53:07,030 [execute] INFO git cat-file --batch-check [2024-08-27T09:53:07.330Z] 2024-08-27 09:53:07,031 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-673/.semver, universal_newlines=False, shell=None, istream=) [2024-08-27T09:53:07.330Z] 2024-08-27 09:53:07,038 [execute] INFO git cat-file --batch [2024-08-27T09:53:07.330Z] 2024-08-27 09:53:07,038 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-673/.semver, universal_newlines=False, shell=None, istream=) [2024-08-27T09:53:07.330Z] 2024-08-27 09:53:07,044 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-673/.semver/PR-673 [2024-08-27T09:53:07.330Z] 0.0.0 [Pipeline] } [2024-08-27T09:53:07.363Z] $ docker exec --env ******** --env ******** 3353d0f5c6b8736f26d2e3172af03bc36aa8f1507cfc4b6b12e8df08265e5d27 ssh-agent -k [2024-08-27T09:53:07.458Z] unset SSH_AUTH_SOCK; [2024-08-27T09:53:07.459Z] unset SSH_AGENT_PID; [2024-08-27T09:53:07.459Z] echo Agent pid 76 killed; [2024-08-27T09:53:07.476Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-27T09:53:07.963Z] + git semver [Pipeline] } [2024-08-27T09:53:08.255Z] $ docker stop --time=1 3353d0f5c6b8736f26d2e3172af03bc36aa8f1507cfc4b6b12e8df08265e5d27 [2024-08-27T09:53:09.560Z] $ docker rm -f --volumes 3353d0f5c6b8736f26d2e3172af03bc36aa8f1507cfc4b6b12e8df08265e5d27 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-27T09:53:10.001Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-08-27T09:53:10.370Z] Stashed 1 file(s) [Pipeline] echo [2024-08-27T09:53:10.399Z] [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 [2024-08-27T09:53:11.198Z] provisioning config files... [2024-08-27T09:53:11.209Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-673@tmp/config14894848322454148160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-27T09:53:11.575Z] ---> ****-login.sh [2024-08-27T09:53:11.575Z] nexus3.edgexfoundry.org:10001 [2024-08-27T09:53:11.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:53:11.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:53:11.575Z] Configure a credential helper to remove this warning. See [2024-08-27T09:53:11.575Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:53:11.575Z] [2024-08-27T09:53:11.575Z] Login Succeeded [2024-08-27T09:53:11.575Z] nexus3.edgexfoundry.org:10002 [2024-08-27T09:53:11.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:53:11.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:53:11.576Z] Configure a credential helper to remove this warning. See [2024-08-27T09:53:11.576Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:53:11.576Z] [2024-08-27T09:53:11.576Z] Login Succeeded [2024-08-27T09:53:11.576Z] nexus3.edgexfoundry.org:10003 [2024-08-27T09:53:11.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:53:11.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:53:11.837Z] Configure a credential helper to remove this warning. See [2024-08-27T09:53:11.837Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:53:11.837Z] [2024-08-27T09:53:11.837Z] Login Succeeded [2024-08-27T09:53:11.837Z] nexus3.edgexfoundry.org:10004 [2024-08-27T09:53:11.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:53:11.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:53:11.837Z] Configure a credential helper to remove this warning. See [2024-08-27T09:53:11.837Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:53:11.837Z] [2024-08-27T09:53:11.837Z] Login Succeeded [2024-08-27T09:53:11.837Z] ****.io [2024-08-27T09:53:12.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:53:12.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:53:12.098Z] Configure a credential helper to remove this warning. See [2024-08-27T09:53:12.098Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:53:12.098Z] [2024-08-27T09:53:12.098Z] Login Succeeded [2024-08-27T09:53:12.098Z] ---> ****-login.sh ends [Pipeline] } [2024-08-27T09:53:12.135Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-08-27T09:53:12.366Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-27T09:53:12.418Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-27T09:53:12.464Z] ========================================================= [2024-08-27T09:53:12.464Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-08-27T09:53:12.464Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-27T09:53:12.976Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-08-27T09:53:12.976Z] Sending build context to Docker daemon 9.147MB [2024-08-27T09:53:12.976Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-08-27T09:53:12.976Z] Step 2/12 : FROM ${BASE} AS builder [2024-08-27T09:53:12.976Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-08-27T09:53:12.976Z] 619be1103602: Pulling fs layer [2024-08-27T09:53:12.976Z] 7862e08f4a3e: Pulling fs layer [2024-08-27T09:53:12.976Z] 5df492c9dc93: Pulling fs layer [2024-08-27T09:53:12.976Z] 7629e6793208: Pulling fs layer [2024-08-27T09:53:12.976Z] 4f4fb700ef54: Pulling fs layer [2024-08-27T09:53:12.976Z] fb5054dd5b73: Pulling fs layer [2024-08-27T09:53:12.976Z] eeca6798cff9: Pulling fs layer [2024-08-27T09:53:12.976Z] aa269ceb94a6: Pulling fs layer [2024-08-27T09:53:12.976Z] ada007ff1a6a: Pulling fs layer [2024-08-27T09:53:12.976Z] 4f4fb700ef54: Waiting [2024-08-27T09:53:12.976Z] fb5054dd5b73: Waiting [2024-08-27T09:53:12.976Z] eeca6798cff9: Waiting [2024-08-27T09:53:12.976Z] aa269ceb94a6: Waiting [2024-08-27T09:53:12.976Z] ada007ff1a6a: Waiting [2024-08-27T09:53:12.976Z] 7629e6793208: Waiting [2024-08-27T09:53:12.976Z] 7862e08f4a3e: Verifying Checksum [2024-08-27T09:53:12.976Z] 7862e08f4a3e: Download complete [2024-08-27T09:53:12.976Z] 7629e6793208: Verifying Checksum [2024-08-27T09:53:12.976Z] 7629e6793208: Download complete [2024-08-27T09:53:12.976Z] 4f4fb700ef54: Verifying Checksum [2024-08-27T09:53:12.976Z] 4f4fb700ef54: Download complete [2024-08-27T09:53:12.976Z] fb5054dd5b73: Verifying Checksum [2024-08-27T09:53:12.976Z] fb5054dd5b73: Download complete [2024-08-27T09:53:13.238Z] 619be1103602: Verifying Checksum [2024-08-27T09:53:13.238Z] 619be1103602: Download complete [2024-08-27T09:53:13.238Z] eeca6798cff9: Verifying Checksum [2024-08-27T09:53:13.238Z] eeca6798cff9: Download complete [2024-08-27T09:53:13.238Z] 619be1103602: Pull complete [2024-08-27T09:53:13.238Z] ada007ff1a6a: Download complete [2024-08-27T09:53:13.497Z] 7862e08f4a3e: Pull complete [2024-08-27T09:53:13.498Z] 5df492c9dc93: Verifying Checksum [2024-08-27T09:53:13.498Z] 5df492c9dc93: Download complete [2024-08-27T09:53:14.065Z] aa269ceb94a6: Verifying Checksum [2024-08-27T09:53:14.065Z] aa269ceb94a6: Download complete [2024-08-27T09:53:16.603Z] 5df492c9dc93: Pull complete [2024-08-27T09:53:16.603Z] 7629e6793208: Pull complete [2024-08-27T09:53:16.603Z] 4f4fb700ef54: Pull complete [2024-08-27T09:53:16.862Z] fb5054dd5b73: Pull complete [2024-08-27T09:53:16.862Z] eeca6798cff9: Pull complete [2024-08-27T09:53:19.391Z] aa269ceb94a6: Pull complete [2024-08-27T09:53:19.650Z] ada007ff1a6a: Pull complete [2024-08-27T09:53:19.650Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-08-27T09:53:19.650Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-27T09:53:19.650Z] ---> f489d0715acc [2024-08-27T09:53:19.650Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-08-27T09:53:25.965Z] Still waiting to schedule task [2024-08-27T09:53:25.967Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-8803’ is offline [2024-08-27T09:53:26.300Z] ---> Running in 7ba4faaa670d [2024-08-27T09:53:26.300Z] Removing intermediate container 7ba4faaa670d [2024-08-27T09:53:26.300Z] ---> cc1a6c178115 [2024-08-27T09:53:26.300Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-08-27T09:53:26.300Z] ---> Running in c5478153bc70 [2024-08-27T09:53:26.300Z] Removing intermediate container c5478153bc70 [2024-08-27T09:53:26.300Z] ---> 091568b0e6bb [2024-08-27T09:53:26.300Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-08-27T09:53:26.300Z] ---> Running in b3098e8d0f85 [2024-08-27T09:53:26.300Z] Removing intermediate container b3098e8d0f85 [2024-08-27T09:53:26.300Z] ---> 5d5bfd2e6780 [2024-08-27T09:53:26.300Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-08-27T09:53:26.300Z] ---> Running in 3e8015692867 [2024-08-27T09:53:26.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-27T09:53:26.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-27T09:53:26.559Z] OK: 264 MiB in 52 packages [2024-08-27T09:53:26.817Z] Removing intermediate container 3e8015692867 [2024-08-27T09:53:26.817Z] ---> b8304c6bcfa0 [2024-08-27T09:53:26.817Z] Step 7/12 : WORKDIR /app [2024-08-27T09:53:27.076Z] ---> Running in b8e02df70d27 [2024-08-27T09:53:27.076Z] Removing intermediate container b8e02df70d27 [2024-08-27T09:53:27.076Z] ---> df60ff65e3ce [2024-08-27T09:53:27.076Z] Step 8/12 : COPY go.mod vendor* ./ [2024-08-27T09:53:27.076Z] ---> 5fd8021d546b [2024-08-27T09:53:27.076Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-27T09:53:27.076Z] ---> Running in 8c1bbe7b72f6 [2024-08-27T09:54:23.342Z] Removing intermediate container 8c1bbe7b72f6 [2024-08-27T09:54:23.342Z] ---> f787269b6344 [2024-08-27T09:54:23.342Z] Step 10/12 : COPY . . [2024-08-27T09:54:23.342Z] ---> 3778c7c5015c [2024-08-27T09:54:23.342Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-08-27T09:54:23.342Z] ---> Running in 6500bd7ccbcc [2024-08-27T09:54:23.342Z] Removing intermediate container 6500bd7ccbcc [2024-08-27T09:54:23.342Z] ---> 8f3e3f9c7b9b [2024-08-27T09:54:23.342Z] Step 12/12 : RUN $MAKE [2024-08-27T09:54:23.342Z] ---> Running in 7bae04a34265 [2024-08-27T09:54:23.342Z] noop [2024-08-27T09:54:23.342Z] Removing intermediate container 7bae04a34265 [2024-08-27T09:54:23.342Z] ---> 6fbed509b7a2 [2024-08-27T09:54:23.342Z] Successfully built 6fbed509b7a2 [2024-08-27T09:54:23.342Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-27T09:54:23.855Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-27T09:54:23.855Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-27T09:54:24.110Z] prd-ubuntu20.04-docker-8c-8g-8802 does not seem to be running inside a container [2024-08-27T09:54:24.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-673 -v /w/workspace/_app-service-configurable_PR-673:/w/workspace/_app-service-configurable_PR-673:rw,z -v /w/workspace/_app-service-configurable_PR-673@tmp:/w/workspace/_app-service-configurable_PR-673@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-27T09:54:24.484Z] $ docker top 90df0242071cbc5cdb46af61af98bcd0abf3b917d5060686d4164b3274d2d0a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-27T09:54:24.900Z] + go version [2024-08-27T09:54:24.900Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-08-27T09:54:24.943Z] $ docker stop --time=1 90df0242071cbc5cdb46af61af98bcd0abf3b917d5060686d4164b3274d2d0a0 [2024-08-27T09:54:26.230Z] $ docker rm -f --volumes 90df0242071cbc5cdb46af61af98bcd0abf3b917d5060686d4164b3274d2d0a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-27T09:54:27.042Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-27T09:54:27.042Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-27T09:54:27.216Z] prd-ubuntu20.04-docker-8c-8g-8802 does not seem to be running inside a container [2024-08-27T09:54:27.247Z] $ 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-673 -v /w/workspace/_app-service-configurable_PR-673:/w/workspace/_app-service-configurable_PR-673:rw,z -v /w/workspace/_app-service-configurable_PR-673@tmp:/w/workspace/_app-service-configurable_PR-673@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-27T09:54:27.560Z] $ docker top 869ce6777b58bfa9c0893d096dc0b2b8bddd3bded5a9020f50888d2b855df34f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-27T09:54:27.971Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-673 [Pipeline] fileExists [Pipeline] sh [2024-08-27T09:54:28.354Z] + make test [2024-08-27T09:54:28.354Z] go test -race -coverprofile=coverage.out ./... [2024-08-27T09:55:00.625Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2024-08-27T09:55:27.167Z] go vet ./... [2024-08-27T09:55:33.731Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-27T09:55:33.731Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-27T09:55:33.731Z] ./bin/test-attribution-txt.sh [2024-08-27T09:55:33.731Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-08-27T09:55:33.731Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-08-27T09:55:33.731Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo [2024-08-27T09:55:33.785Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-08-27T09:55:33.827Z] $ docker stop --time=1 869ce6777b58bfa9c0893d096dc0b2b8bddd3bded5a9020f50888d2b855df34f [2024-08-27T09:55:37.841Z] $ docker rm -f --volumes 869ce6777b58bfa9c0893d096dc0b2b8bddd3bded5a9020f50888d2b855df34f [2024-08-27T09:55:51.205Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8804 in /w/workspace/_app-service-configurable_PR-673 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] { [Pipeline] ws [2024-08-27T09:55:51.400Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2024-08-27T09:55:51.507Z] The recommended git tool is: git [2024-08-27T09:55:51.568Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-08-27T09:55:51.645Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-08-27T09:55:52.306Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-08-27T09:55:52.628Z] + ls -al . [2024-08-27T09:55:52.628Z] total 260 [2024-08-27T09:55:52.628Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 27 09:54 . [2024-08-27T09:55:52.628Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 27 09:52 .. [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 27 09:52 .dockerignore [2024-08-27T09:55:52.628Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 27 09:54 .git [2024-08-27T09:55:52.628Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 27 09:52 .github [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 106 Aug 27 09:52 .gitignore [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 27 09:52 .golangci.yml [2024-08-27T09:55:52.628Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 27 09:53 .semver [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 18981 Aug 27 09:52 Attribution.txt [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 37263 Aug 27 09:52 CHANGELOG.md [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 2007 Aug 27 09:52 Dockerfile [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 27 09:52 GOVERNANCE.md [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 666 Aug 27 09:52 Jenkinsfile [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 27 09:52 LICENSE [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 27 09:52 OWNERS.md [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 4582 Aug 27 09:52 README.md [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 27 09:53 VERSION [2024-08-27T09:55:52.628Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 27 09:52 bin [2024-08-27T09:55:52.628Z] -rw-r--r-- 1 jenkins jenkins 13 Aug 27 09:54 coverage.out [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 7048 Aug 27 09:52 go.mod [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 101448 Aug 27 09:52 go.sum [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 27 09:52 main.go [2024-08-27T09:55:52.628Z] -rw-rw-r-- 1 jenkins jenkins 2572 Aug 27 09:52 makefile [2024-08-27T09:55:52.628Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 27 09:52 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-27T09:55:53.073Z] + 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=6c2ba4a0c884392e751460449e212a813c87918f --label arch=amd64 --label version=0.0.0 . [2024-08-27T09:55:53.073Z] Sending build context to Docker daemon 9.148MB [2024-08-27T09:55:53.073Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-08-27T09:55:53.073Z] Step 2/27 : FROM ${BASE} AS builder [2024-08-27T09:55:53.073Z] ---> 6fbed509b7a2 [2024-08-27T09:55:53.073Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-08-27T09:55:53.332Z] ---> Running in b14bc502cbf6 [2024-08-27T09:55:53.332Z] Removing intermediate container b14bc502cbf6 [2024-08-27T09:55:53.332Z] ---> 21cc27bdb3d6 [2024-08-27T09:55:53.332Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-08-27T09:55:53.332Z] ---> Running in 1abc85b92d99 [2024-08-27T09:55:53.332Z] Removing intermediate container 1abc85b92d99 [2024-08-27T09:55:53.332Z] ---> 597ea60b19a8 [2024-08-27T09:55:53.332Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-08-27T09:55:53.332Z] ---> Running in 603f7c2dec0a [2024-08-27T09:55:53.592Z] Removing intermediate container 603f7c2dec0a [2024-08-27T09:55:53.592Z] ---> 2a82f7439b32 [2024-08-27T09:55:53.592Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-08-27T09:55:53.592Z] ---> Running in c611061426f5 [2024-08-27T09:55:53.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-27T09:55:53.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-27T09:55:54.112Z] OK: 264 MiB in 52 packages [2024-08-27T09:55:54.371Z] Removing intermediate container c611061426f5 [2024-08-27T09:55:54.371Z] ---> ab30fd13e427 [2024-08-27T09:55:54.371Z] Step 7/27 : WORKDIR /app [2024-08-27T09:55:54.371Z] ---> Running in 07f07ae772c0 [2024-08-27T09:55:54.630Z] Removing intermediate container 07f07ae772c0 [2024-08-27T09:55:54.630Z] ---> 5d04c94c93c1 [2024-08-27T09:55:54.630Z] Step 8/27 : COPY go.mod vendor* ./ [2024-08-27T09:55:54.630Z] ---> edb044420e4d [2024-08-27T09:55:54.630Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-27T09:55:54.630Z] ---> Running in 3d2a5fddda6b [2024-08-27T09:55:55.564Z] Removing intermediate container 3d2a5fddda6b [2024-08-27T09:55:55.564Z] ---> 5e07dfdda6a2 [2024-08-27T09:55:55.564Z] Step 10/27 : COPY . . [2024-08-27T09:55:56.132Z] ---> 3141f6e85788 [2024-08-27T09:55:56.133Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-08-27T09:55:56.133Z] ---> Running in ee5924ef3a5f [2024-08-27T09:55:56.133Z] Removing intermediate container ee5924ef3a5f [2024-08-27T09:55:56.133Z] ---> 041b3a3ce7a4 [2024-08-27T09:55:56.133Z] Step 12/27 : RUN $MAKE [2024-08-27T09:55:56.133Z] ---> Running in 6788a4e5ea79 [2024-08-27T09:55:56.392Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2024-08-27T09:56:00.358Z] using credential edgex-jenkins-ssh [2024-08-27T09:56:00.389Z] Cloning the remote Git repository [2024-08-27T09:56:00.449Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2024-08-27T09:56:00.616Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2024-08-27T09:56:00.813Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2024-08-27T09:56:00.815Z] > git --version # timeout=10 [2024-08-27T09:56:00.860Z] > git --version # 'git version 2.25.1' [2024-08-27T09:56:00.863Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-27T09:56:01.033Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-27T09:56:03.404Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2024-08-27T09:56:03.447Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-27T09:56:04.678Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2024-08-27T09:56:04.760Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2024-08-27T09:56:04.761Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-27T09:56:04.800Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/673/head:refs/remotes/origin/PR-673 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-08-27T09:56:05.435Z] Merging remotes/origin/main commit 99abc15c93f70f8386f8be99e96e68a0293bb7bf into PR head commit 6c2ba4a0c884392e751460449e212a813c87918f [2024-08-27T09:56:05.783Z] Merge succeeded, producing 6c2ba4a0c884392e751460449e212a813c87918f [2024-08-27T09:56:05.784Z] Checking out Revision 6c2ba4a0c884392e751460449e212a813c87918f (PR-673) [2024-08-27T09:56:06.415Z] Commit message: "feat: Add postgres db init start script" [2024-08-27T09:56:06.470Z] > git --version # timeout=10 [2024-08-27T09:56:06.483Z] > git --version # 'git version 2.25.1' [2024-08-27T09:56:06.505Z] fatal: bad object f3350a1713306dce7682ed7e37d5774890d03277 [2024-08-27T09:56:05.482Z] > git config core.sparsecheckout # timeout=10 [2024-08-27T09:56:05.571Z] > git checkout -f 6c2ba4a0c884392e751460449e212a813c87918f # timeout=10 [2024-08-27T09:56:05.666Z] > git remote # timeout=10 [2024-08-27T09:56:05.690Z] > git config --get remote.origin.url # timeout=10 [2024-08-27T09:56:05.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-27T09:56:05.737Z] > git merge 99abc15c93f70f8386f8be99e96e68a0293bb7bf # timeout=10 [2024-08-27T09:56:05.766Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-08-27T09:56:05.793Z] > git config core.sparsecheckout # timeout=10 [2024-08-27T09:56:05.806Z] > git checkout -f 6c2ba4a0c884392e751460449e212a813c87918f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-27T09:56:11.512Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-08-27T09:56:11.512Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-27T09:56:11.512Z] Dload Upload Total Spent Left Speed [2024-08-27T09:56:11.512Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 231k 0 --:--:-- --:--:-- --:--:-- 236k [Pipeline] sh [2024-08-27T09:56:11.874Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-08-27T09:56:12.241Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-08-27T09:56:12.241Z] + sudo tee /etc/docker/daemon.new [2024-08-27T09:56:12.241Z] { [2024-08-27T09:56:12.241Z] "registry-mirrors": [ [2024-08-27T09:56:12.241Z] "https://nexus3.edgexfoundry.org:10001" [2024-08-27T09:56:12.241Z] ], [2024-08-27T09:56:12.242Z] "bip": "10.250.0.254/24", [2024-08-27T09:56:12.242Z] "hosts": [ [2024-08-27T09:56:12.242Z] "tcp://0.0.0.0:5555", [2024-08-27T09:56:12.242Z] "unix:///var/run/docker.sock" [2024-08-27T09:56:12.242Z] ], [2024-08-27T09:56:12.242Z] "mtu": 1458, [2024-08-27T09:56:12.242Z] "selinux-enabled": true, [2024-08-27T09:56:12.242Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-08-27T09:56:12.242Z] } [Pipeline] sh [2024-08-27T09:56:12.604Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-08-27T09:56:12.970Z] + sudo service docker restart [2024-08-27T09:56:28.461Z] Removing intermediate container 6788a4e5ea79 [2024-08-27T09:56:28.461Z] ---> 3cd7b0766443 [2024-08-27T09:56:28.461Z] Step 13/27 : FROM alpine:3.18 [2024-08-27T09:56:28.461Z] 3.18: Pulling from library/alpine [2024-08-27T09:56:28.461Z] 930bdd4d222e: Pulling fs layer [2024-08-27T09:56:28.461Z] 930bdd4d222e: Verifying Checksum [2024-08-27T09:56:28.461Z] 930bdd4d222e: Download complete [2024-08-27T09:56:28.722Z] 930bdd4d222e: Pull complete [2024-08-27T09:56:28.722Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-27T09:56:28.722Z] Status: Downloaded newer image for alpine:3.18 [2024-08-27T09:56:28.722Z] ---> 18f865063206 [2024-08-27T09:56:28.722Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-08-27T09:56:28.722Z] ---> Running in 4f229da0db33 [2024-08-27T09:56:28.985Z] Removing intermediate container 4f229da0db33 [2024-08-27T09:56:28.985Z] ---> 27a5518cbbfd [2024-08-27T09:56:28.985Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2024-08-27T09:56:28.985Z] ---> Running in b8de76d174eb [2024-08-27T09:56:28.985Z] Removing intermediate container b8de76d174eb [2024-08-27T09:56:28.985Z] ---> 6aba68081b19 [2024-08-27T09:56:28.985Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-27T09:56:28.985Z] ---> Running in dd3fe6cd3bfa [2024-08-27T09:56:29.247Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-27T09:56:29.507Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-27T09:56:29.767Z] (1/2) Installing ca-certificates (20240226-r0) [2024-08-27T09:56:29.768Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-08-27T09:56:29.768Z] Executing busybox-1.36.1-r7.trigger [2024-08-27T09:56:29.768Z] Executing ca-certificates-20240226-r0.trigger [2024-08-27T09:56:29.768Z] OK: 8 MiB in 17 packages [2024-08-27T09:56:30.337Z] Removing intermediate container dd3fe6cd3bfa [2024-08-27T09:56:30.337Z] ---> 22c475db7dd8 [2024-08-27T09:56:30.337Z] Step 17/27 : RUN apk --no-cache upgrade [2024-08-27T09:56:30.337Z] ---> Running in ec7dce4b39cd [2024-08-27T09:56:30.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-27T09:56:30.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-27T09:56:30.862Z] OK: 8 MiB in 17 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-27T09:56:31.372Z] provisioning config files... [2024-08-27T09:56:31.398Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config14787011260791632397tmp [Pipeline] { [2024-08-27T09:56:31.441Z] Removing intermediate container ec7dce4b39cd [2024-08-27T09:56:31.441Z] ---> 9336220ac245 [2024-08-27T09:56:31.441Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-08-27T09:56:31.441Z] ---> ed9a52429ee6 [2024-08-27T09:56:31.441Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [Pipeline] libraryResource [Pipeline] sh [2024-08-27T09:56:31.701Z] ---> 7fcb1607df0b [2024-08-27T09:56:31.701Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-08-27T09:56:31.701Z] ---> e43e62f6cdcf [2024-08-27T09:56:31.701Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2024-08-27T09:56:31.946Z] ---> ****-login.sh [2024-08-27T09:56:31.946Z] nexus3.edgexfoundry.org:10001 [2024-08-27T09:56:32.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:56:32.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:56:32.492Z] Configure a credential helper to remove this warning. See [2024-08-27T09:56:32.492Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:56:32.492Z] [2024-08-27T09:56:32.492Z] Login Succeeded [2024-08-27T09:56:32.492Z] nexus3.edgexfoundry.org:10002 [2024-08-27T09:56:32.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:56:33.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:56:33.032Z] Configure a credential helper to remove this warning. See [2024-08-27T09:56:33.032Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:56:33.032Z] [2024-08-27T09:56:33.032Z] Login Succeeded [2024-08-27T09:56:33.032Z] nexus3.edgexfoundry.org:10003 [2024-08-27T09:56:33.116Z] ---> 7f2b68ed0776 [2024-08-27T09:56:33.117Z] Step 22/27 : EXPOSE 48095 [2024-08-27T09:56:33.117Z] ---> Running in a24c8ae15f81 [2024-08-27T09:56:33.117Z] Removing intermediate container a24c8ae15f81 [2024-08-27T09:56:33.117Z] ---> 335e46010e12 [2024-08-27T09:56:33.117Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2024-08-27T09:56:33.117Z] ---> Running in 0206ae51930d [2024-08-27T09:56:33.117Z] Removing intermediate container 0206ae51930d [2024-08-27T09:56:33.117Z] ---> 61c77f3889d6 [2024-08-27T09:56:33.117Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-08-27T09:56:33.117Z] ---> Running in a52900e217b8 [2024-08-27T09:56:33.117Z] Removing intermediate container a52900e217b8 [2024-08-27T09:56:33.117Z] ---> e2ef3978916f [2024-08-27T09:56:33.117Z] Step 25/27 : LABEL arch=amd64 [2024-08-27T09:56:33.117Z] ---> Running in b8595f628d4e [2024-08-27T09:56:33.117Z] Removing intermediate container b8595f628d4e [2024-08-27T09:56:33.117Z] ---> 3b55c3f61092 [2024-08-27T09:56:33.117Z] Step 26/27 : LABEL git_sha=6c2ba4a0c884392e751460449e212a813c87918f [2024-08-27T09:56:33.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:56:33.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:56:33.305Z] Configure a credential helper to remove this warning. See [2024-08-27T09:56:33.305Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:56:33.305Z] [2024-08-27T09:56:33.305Z] Login Succeeded [2024-08-27T09:56:33.305Z] nexus3.edgexfoundry.org:10004 [2024-08-27T09:56:33.376Z] ---> Running in e5dc234cbda1 [2024-08-27T09:56:33.376Z] Removing intermediate container e5dc234cbda1 [2024-08-27T09:56:33.376Z] ---> 7f19ebd3a7c5 [2024-08-27T09:56:33.376Z] Step 27/27 : LABEL version=0.0.0 [2024-08-27T09:56:33.376Z] ---> Running in 88693b06825e [2024-08-27T09:56:33.376Z] Removing intermediate container 88693b06825e [2024-08-27T09:56:33.376Z] ---> 699ff4124e3d [2024-08-27T09:56:33.376Z] [Warning] One or more build-args [ARCH] were not consumed [2024-08-27T09:56:33.376Z] Successfully built 699ff4124e3d [2024-08-27T09:56:33.376Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2024-08-27T09:56:33.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-27T09:56:33.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:56:33.578Z] Configure a credential helper to remove this warning. See [2024-08-27T09:56:33.578Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:56:33.578Z] [2024-08-27T09:56:33.578Z] Login Succeeded [2024-08-27T09:56:33.578Z] ****.io [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [2024-08-27T09:56:33.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [2024-08-27T09:56:34.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-27T09:56:34.116Z] Configure a credential helper to remove this warning. See [2024-08-27T09:56:34.116Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-27T09:56:34.116Z] [2024-08-27T09:56:34.116Z] Login Succeeded [2024-08-27T09:56:34.116Z] ---> ****-login.sh ends [Pipeline] } [2024-08-27T09:56:34.158Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] echo [2024-08-27T09:56:34.574Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-27T09:56:34.626Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [2024-08-27T09:56:34.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-27T09:56:34.660Z] [2024-08-27T09:56:34.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] echo [2024-08-27T09:56:34.671Z] ========================================================= [2024-08-27T09:56:34.671Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-08-27T09:56:34.671Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2024-08-27T09:56:35.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-27T09:56:35.216Z] latest: Pulling from edgex-lftools-log-publisher [2024-08-27T09:56:35.216Z] 5eb5b503b376: Pulling fs layer [2024-08-27T09:56:35.216Z] 5c69ac0246d0: Pulling fs layer [2024-08-27T09:56:35.216Z] ec43610c2a17: Pulling fs layer [2024-08-27T09:56:35.216Z] 3a2ae6a8a46f: Pulling fs layer [2024-08-27T09:56:35.216Z] 33b1e0a273af: Pulling fs layer [2024-08-27T09:56:35.216Z] 5d3b04190fa2: Pulling fs layer [2024-08-27T09:56:35.216Z] 2f39f015ded8: Pulling fs layer [2024-08-27T09:56:35.216Z] 33b1e0a273af: Waiting [2024-08-27T09:56:35.216Z] 5d3b04190fa2: Waiting [2024-08-27T09:56:35.216Z] 3a2ae6a8a46f: Waiting [2024-08-27T09:56:35.216Z] 2f39f015ded8: Waiting [2024-08-27T09:56:35.216Z] 5c69ac0246d0: Verifying Checksum [2024-08-27T09:56:35.216Z] 5c69ac0246d0: Download complete [2024-08-27T09:56:35.216Z] 3a2ae6a8a46f: Verifying Checksum [2024-08-27T09:56:35.216Z] 3a2ae6a8a46f: Download complete [2024-08-27T09:56:35.216Z] 33b1e0a273af: Verifying Checksum [2024-08-27T09:56:35.216Z] 33b1e0a273af: Download complete [2024-08-27T09:56:35.216Z] 5d3b04190fa2: Verifying Checksum [2024-08-27T09:56:35.216Z] 5d3b04190fa2: Download complete [2024-08-27T09:56:35.216Z] ec43610c2a17: Verifying Checksum [2024-08-27T09:56:35.216Z] ec43610c2a17: Download complete [2024-08-27T09:56:35.309Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-08-27T09:56:35.309Z] Sending build context to Docker daemon 241.2kB [2024-08-27T09:56:35.475Z] 5eb5b503b376: Verifying Checksum [2024-08-27T09:56:35.475Z] 5eb5b503b376: Download complete [2024-08-27T09:56:35.582Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-08-27T09:56:35.582Z] Step 2/12 : FROM ${BASE} AS builder [2024-08-27T09:56:35.582Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-08-27T09:56:35.582Z] c6b39de5b339: Pulling fs layer [2024-08-27T09:56:35.582Z] a69c41024577: Pulling fs layer [2024-08-27T09:56:35.582Z] d6de4b400683: Pulling fs layer [2024-08-27T09:56:35.582Z] 35cb2a7552d0: Pulling fs layer [2024-08-27T09:56:35.582Z] 4f4fb700ef54: Pulling fs layer [2024-08-27T09:56:35.582Z] 464afbd9ba4c: Pulling fs layer [2024-08-27T09:56:35.582Z] 00f215d4a9da: Pulling fs layer [2024-08-27T09:56:35.582Z] d496ad576159: Pulling fs layer [2024-08-27T09:56:35.582Z] 35cb2a7552d0: Waiting [2024-08-27T09:56:35.582Z] 4f4fb700ef54: Waiting [2024-08-27T09:56:35.582Z] 464afbd9ba4c: Waiting [2024-08-27T09:56:35.582Z] 00f215d4a9da: Waiting [2024-08-27T09:56:35.582Z] d496ad576159: Waiting [2024-08-27T09:56:35.852Z] a69c41024577: Download complete [2024-08-27T09:56:35.852Z] 35cb2a7552d0: Verifying Checksum [2024-08-27T09:56:35.852Z] 35cb2a7552d0: Download complete [2024-08-27T09:56:35.852Z] 4f4fb700ef54: Verifying Checksum [2024-08-27T09:56:35.852Z] 4f4fb700ef54: Download complete [2024-08-27T09:56:35.852Z] 464afbd9ba4c: Verifying Checksum [2024-08-27T09:56:35.852Z] 464afbd9ba4c: Download complete [2024-08-27T09:56:35.852Z] c6b39de5b339: Verifying Checksum [2024-08-27T09:56:35.852Z] c6b39de5b339: Download complete [2024-08-27T09:56:36.042Z] 2f39f015ded8: Download complete [2024-08-27T09:56:36.444Z] d496ad576159: Verifying Checksum [2024-08-27T09:56:36.444Z] d496ad576159: Download complete [2024-08-27T09:56:36.714Z] c6b39de5b339: Pull complete [2024-08-27T09:56:36.979Z] 5eb5b503b376: Pull complete [2024-08-27T09:56:36.979Z] 5c69ac0246d0: Pull complete [2024-08-27T09:56:37.302Z] a69c41024577: Pull complete [2024-08-27T09:56:37.546Z] ec43610c2a17: Pull complete [2024-08-27T09:56:37.546Z] 3a2ae6a8a46f: Pull complete [2024-08-27T09:56:37.571Z] d6de4b400683: Verifying Checksum [2024-08-27T09:56:37.571Z] d6de4b400683: Download complete [2024-08-27T09:56:37.806Z] 33b1e0a273af: Pull complete [2024-08-27T09:56:37.806Z] 5d3b04190fa2: Pull complete [2024-08-27T09:56:38.980Z] 00f215d4a9da: Verifying Checksum [2024-08-27T09:56:38.980Z] 00f215d4a9da: Download complete [2024-08-27T09:56:41.991Z] 2f39f015ded8: Pull complete [2024-08-27T09:56:41.991Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-08-27T09:56:41.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-27T09:56:41.991Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-27T09:56:42.262Z] prd-ubuntu20.04-docker-8c-8g-8802 does not seem to be running inside a container [2024-08-27T09:56:42.284Z] $ 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-673 -v /w/workspace/_app-service-configurable_PR-673:/w/workspace/_app-service-configurable_PR-673:rw,z -v /w/workspace/_app-service-configurable_PR-673@tmp:/w/workspace/_app-service-configurable_PR-673@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-08-27T09:56:46.710Z] $ docker top c711115cfdb42966d73678b76b0cf76871034081f68783c948cdfd64df19fb13 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-27T09:56:47.203Z] ---> job-cost.sh [2024-08-27T09:56:47.203Z] lf-activate-venv: SKIPPING [2024-08-27T09:56:47.203Z] INFO: No Stack... [2024-08-27T09:56:47.771Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-27T09:56:48.029Z] INFO: Archiving Costs [Pipeline] sh [2024-08-27T09:56:48.368Z] + cat /w/workspace/_app-service-configurable_PR-673/archives/cost.csv [2024-08-27T09:56:48.369Z] + cut -d, -f6 [Pipeline] lock [2024-08-27T09:56:48.421Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-673-1-stack-cost] [2024-08-27T09:56:48.453Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-673-1-stack-cost] did not exist. Created. [2024-08-27T09:56:48.462Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-673-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-27T09:56:48.950Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-08-27T09:56:49.017Z] Stashed 1 file(s) [Pipeline] } [2024-08-27T09:56:49.061Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-673-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-27T09:56:49.163Z] $ docker stop --time=1 c711115cfdb42966d73678b76b0cf76871034081f68783c948cdfd64df19fb13 [2024-08-27T09:56:50.321Z] $ docker rm -f --volumes c711115cfdb42966d73678b76b0cf76871034081f68783c948cdfd64df19fb13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-08-27T09:56:51.311Z] d6de4b400683: Pull complete [2024-08-27T09:56:51.311Z] 35cb2a7552d0: Pull complete [2024-08-27T09:56:51.311Z] 4f4fb700ef54: Pull complete [2024-08-27T09:56:51.311Z] 464afbd9ba4c: Pull complete [2024-08-27T09:57:01.439Z] 00f215d4a9da: Pull complete [2024-08-27T09:57:02.029Z] d496ad576159: Pull complete [2024-08-27T09:57:02.029Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-08-27T09:57:02.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-27T09:57:02.029Z] ---> f246e2811388 [2024-08-27T09:57:02.029Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-08-27T09:57:02.626Z] ---> Running in 6e2da07719d4 [2024-08-27T09:57:03.220Z] Removing intermediate container 6e2da07719d4 [2024-08-27T09:57:03.220Z] ---> 3b5206f33094 [2024-08-27T09:57:03.220Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-08-27T09:57:03.220Z] ---> Running in 9258fe888aa1 [2024-08-27T09:57:03.487Z] Removing intermediate container 9258fe888aa1 [2024-08-27T09:57:03.487Z] ---> 212511be0547 [2024-08-27T09:57:03.487Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-08-27T09:57:03.487Z] ---> Running in 860dcbc918ea [2024-08-27T09:57:03.758Z] Removing intermediate container 860dcbc918ea [2024-08-27T09:57:03.758Z] ---> 673662870858 [2024-08-27T09:57:03.758Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-08-27T09:57:03.758Z] ---> Running in 6b19dda45680 [2024-08-27T09:57:05.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-27T09:57:05.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-27T09:57:06.415Z] OK: 266 MiB in 52 packages [2024-08-27T09:57:07.838Z] Removing intermediate container 6b19dda45680 [2024-08-27T09:57:07.838Z] ---> 596589606176 [2024-08-27T09:57:07.838Z] Step 7/12 : WORKDIR /app [2024-08-27T09:57:07.838Z] ---> Running in baa9bd97a545 [2024-08-27T09:57:08.104Z] Removing intermediate container baa9bd97a545 [2024-08-27T09:57:08.104Z] ---> dd2caaecc830 [2024-08-27T09:57:08.104Z] Step 8/12 : COPY go.mod vendor* ./ [2024-08-27T09:57:08.695Z] ---> d031dba6fb1f [2024-08-27T09:57:08.695Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-27T09:57:08.695Z] ---> Running in 4a0ca31b212f [2024-08-27T09:59:30.388Z] Removing intermediate container 4a0ca31b212f [2024-08-27T09:59:30.388Z] ---> 88264750ba8f [2024-08-27T09:59:30.388Z] Step 10/12 : COPY . . [2024-08-27T09:59:30.388Z] ---> 69d102d2778e [2024-08-27T09:59:30.388Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-08-27T09:59:30.388Z] ---> Running in f955a48334ca [2024-08-27T09:59:30.388Z] Removing intermediate container f955a48334ca [2024-08-27T09:59:30.388Z] ---> 9d84bc1043ee [2024-08-27T09:59:30.388Z] Step 12/12 : RUN $MAKE [2024-08-27T09:59:30.388Z] ---> Running in c217f780f952 [2024-08-27T09:59:30.388Z] noop [2024-08-27T09:59:30.388Z] Removing intermediate container c217f780f952 [2024-08-27T09:59:30.388Z] ---> ec1b2ad66f62 [2024-08-27T09:59:30.388Z] Successfully built ec1b2ad66f62 [2024-08-27T09:59:30.388Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-27T09:59:30.904Z] + docker inspect -f . ci-base-image-arm64 [2024-08-27T09:59:30.904Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-27T09:59:31.198Z] prd-ubuntu20.04-docker-arm64-4c-16g-8804 does not seem to be running inside a container [2024-08-27T09:59:31.262Z] $ 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 [2024-08-27T09:59:32.477Z] $ docker top 1f94359adb586c529dede6f05ad56ed519d0732b065798085ec3e6f96cba76b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-27T09:59:33.376Z] + go version [2024-08-27T09:59:33.376Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-08-27T09:59:33.421Z] $ docker stop --time=1 1f94359adb586c529dede6f05ad56ed519d0732b065798085ec3e6f96cba76b1 [2024-08-27T09:59:35.070Z] $ docker rm -f --volumes 1f94359adb586c529dede6f05ad56ed519d0732b065798085ec3e6f96cba76b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-27T09:59:36.029Z] + docker inspect -f . ci-base-image-arm64 [2024-08-27T09:59:36.029Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-27T09:59:36.320Z] prd-ubuntu20.04-docker-arm64-4c-16g-8804 does not seem to be running inside a container [2024-08-27T09:59:36.382Z] $ 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 [2024-08-27T09:59:37.515Z] $ docker top b14ca4deb6925d3a9f0080223bcdb9d7e6e5cb3ad746daacafc76cb2ad052b0b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-27T09:59:38.093Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2024-08-27T09:59:38.829Z] + make test [2024-08-27T09:59:38.829Z] go test -race -coverprofile=coverage.out ./... [2024-08-27T10:03:47.858Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2024-08-27T10:03:47.858Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-08-27T10:03:47.858Z] go vet ./... [2024-08-27T10:07:39.665Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-27T10:07:39.665Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-27T10:07:39.665Z] ./bin/test-attribution-txt.sh [2024-08-27T10:07:39.665Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-08-27T10:07:39.665Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-08-27T10:07:39.665Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo [2024-08-27T10:07:39.722Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-08-27T10:07:39.771Z] $ docker stop --time=1 b14ca4deb6925d3a9f0080223bcdb9d7e6e5cb3ad746daacafc76cb2ad052b0b [2024-08-27T10:07:41.667Z] $ docker rm -f --volumes b14ca4deb6925d3a9f0080223bcdb9d7e6e5cb3ad746daacafc76cb2ad052b0b [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-27T10:07:43.917Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-08-27T10:07:43.962Z] Warning: overwriting stash ‘coverage-report’ [2024-08-27T10:07:44.401Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-27T10:07:45.047Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-08-27T10:07:45.393Z] + ls -al . [2024-08-27T10:07:45.393Z] total 256 [2024-08-27T10:07:45.393Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 27 09:59 . [2024-08-27T10:07:45.393Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 27 09:56 .. [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 27 09:56 .dockerignore [2024-08-27T10:07:45.393Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 27 09:56 .git [2024-08-27T10:07:45.393Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 27 09:56 .github [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 106 Aug 27 09:56 .gitignore [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 27 09:56 .golangci.yml [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 18981 Aug 27 09:56 Attribution.txt [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 37263 Aug 27 09:56 CHANGELOG.md [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 2007 Aug 27 09:56 Dockerfile [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 27 09:56 GOVERNANCE.md [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 666 Aug 27 09:56 Jenkinsfile [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 27 09:56 LICENSE [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 27 09:56 OWNERS.md [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 4582 Aug 27 09:56 README.md [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 27 09:53 VERSION [2024-08-27T10:07:45.393Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 27 09:56 bin [2024-08-27T10:07:45.393Z] -rw-r--r-- 1 jenkins jenkins 13 Aug 27 09:59 coverage.out [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 7048 Aug 27 09:56 go.mod [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 101448 Aug 27 09:56 go.sum [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 27 09:56 main.go [2024-08-27T10:07:45.393Z] -rw-rw-r-- 1 jenkins jenkins 2572 Aug 27 09:56 makefile [2024-08-27T10:07:45.393Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 27 09:56 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-27T10:07:45.836Z] + 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=6c2ba4a0c884392e751460449e212a813c87918f --label arch=arm64 --label version=0.0.0 . [2024-08-27T10:07:45.836Z] Sending build context to Docker daemon 242.2kB [2024-08-27T10:07:46.102Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-08-27T10:07:46.102Z] Step 2/27 : FROM ${BASE} AS builder [2024-08-27T10:07:46.102Z] ---> ec1b2ad66f62 [2024-08-27T10:07:46.102Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-08-27T10:07:46.102Z] ---> Running in 5ac7c1e4caa6 [2024-08-27T10:07:46.368Z] Removing intermediate container 5ac7c1e4caa6 [2024-08-27T10:07:46.368Z] ---> 939620c45147 [2024-08-27T10:07:46.368Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-08-27T10:07:46.368Z] ---> Running in 4ad4e05e320e [2024-08-27T10:07:46.633Z] Removing intermediate container 4ad4e05e320e [2024-08-27T10:07:46.633Z] ---> 921dce10dc34 [2024-08-27T10:07:46.633Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-08-27T10:07:46.901Z] ---> Running in 970de542125b [2024-08-27T10:07:47.168Z] Removing intermediate container 970de542125b [2024-08-27T10:07:47.168Z] ---> 0206592c88f9 [2024-08-27T10:07:47.168Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-08-27T10:07:47.168Z] ---> Running in d376d06eb0f3 [2024-08-27T10:07:48.123Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-27T10:07:48.388Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-27T10:07:49.345Z] OK: 266 MiB in 52 packages [2024-08-27T10:07:50.312Z] Removing intermediate container d376d06eb0f3 [2024-08-27T10:07:50.312Z] ---> 6d5f44a79e5c [2024-08-27T10:07:50.312Z] Step 7/27 : WORKDIR /app [2024-08-27T10:07:50.312Z] ---> Running in b4271890c45d [2024-08-27T10:07:50.582Z] Removing intermediate container b4271890c45d [2024-08-27T10:07:50.582Z] ---> a76c79757ac3 [2024-08-27T10:07:50.582Z] Step 8/27 : COPY go.mod vendor* ./ [2024-08-27T10:07:51.166Z] ---> cb4d7cb131e3 [2024-08-27T10:07:51.166Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-27T10:07:51.433Z] ---> Running in 028116954d04 [2024-08-27T10:07:54.068Z] Removing intermediate container 028116954d04 [2024-08-27T10:07:54.068Z] ---> ad07da14b337 [2024-08-27T10:07:54.068Z] Step 10/27 : COPY . . [2024-08-27T10:07:54.682Z] ---> 25988c70c651 [2024-08-27T10:07:54.682Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-08-27T10:07:54.682Z] ---> Running in 33b5a458c4b6 [2024-08-27T10:07:54.962Z] Removing intermediate container 33b5a458c4b6 [2024-08-27T10:07:54.962Z] ---> ba88a9206949 [2024-08-27T10:07:54.962Z] Step 12/27 : RUN $MAKE [2024-08-27T10:07:55.254Z] ---> Running in 83d1ac51022b [2024-08-27T10:07:56.246Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2024-08-27T10:11:18.056Z] Removing intermediate container 83d1ac51022b [2024-08-27T10:11:18.056Z] ---> 82f7121915f4 [2024-08-27T10:11:18.056Z] Step 13/27 : FROM alpine:3.18 [2024-08-27T10:11:18.056Z] 3.18: Pulling from library/alpine [2024-08-27T10:11:18.056Z] 4983c3fe2029: Pulling fs layer [2024-08-27T10:11:18.056Z] 4983c3fe2029: Verifying Checksum [2024-08-27T10:11:18.056Z] 4983c3fe2029: Download complete [2024-08-27T10:11:18.056Z] 4983c3fe2029: Pull complete [2024-08-27T10:11:18.056Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-27T10:11:18.056Z] Status: Downloaded newer image for alpine:3.18 [2024-08-27T10:11:18.056Z] ---> a0237000ae83 [2024-08-27T10:11:18.056Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-08-27T10:11:18.056Z] ---> Running in 0401783f6816 [2024-08-27T10:11:18.056Z] Removing intermediate container 0401783f6816 [2024-08-27T10:11:18.056Z] ---> 11831144aa08 [2024-08-27T10:11:18.056Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2024-08-27T10:11:18.323Z] ---> Running in 08948307ddf8 [2024-08-27T10:11:18.588Z] Removing intermediate container 08948307ddf8 [2024-08-27T10:11:18.588Z] ---> 7c677f1e8553 [2024-08-27T10:11:18.588Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-27T10:11:18.588Z] ---> Running in 9ae85940cc04 [2024-08-27T10:11:19.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-27T10:11:19.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-27T10:11:20.764Z] (1/2) Installing ca-certificates (20240226-r0) [2024-08-27T10:11:21.032Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-08-27T10:11:21.032Z] Executing busybox-1.36.1-r7.trigger [2024-08-27T10:11:21.032Z] Executing ca-certificates-20240226-r0.trigger [2024-08-27T10:11:21.296Z] OK: 9 MiB in 17 packages [2024-08-27T10:11:22.708Z] Removing intermediate container 9ae85940cc04 [2024-08-27T10:11:22.708Z] ---> 2babe2b4063d [2024-08-27T10:11:22.708Z] Step 17/27 : RUN apk --no-cache upgrade [2024-08-27T10:11:22.708Z] ---> Running in 547a42a97fa5 [2024-08-27T10:11:23.667Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-27T10:11:23.667Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-27T10:11:24.627Z] OK: 9 MiB in 17 packages [2024-08-27T10:11:25.590Z] Removing intermediate container 547a42a97fa5 [2024-08-27T10:11:25.590Z] ---> 56820432800b [2024-08-27T10:11:25.590Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-08-27T10:11:26.173Z] ---> 91050bcf1446 [2024-08-27T10:11:26.173Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-08-27T10:11:26.444Z] ---> 26e81d2e9436 [2024-08-27T10:11:26.444Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-08-27T10:11:27.027Z] ---> 25fac54d4dbb [2024-08-27T10:11:27.027Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2024-08-27T10:11:28.962Z] ---> a7ccc7bf3689 [2024-08-27T10:11:28.962Z] Step 22/27 : EXPOSE 48095 [2024-08-27T10:11:28.962Z] ---> Running in 7e0b6a5e949c [2024-08-27T10:11:29.227Z] Removing intermediate container 7e0b6a5e949c [2024-08-27T10:11:29.227Z] ---> f5e75b1c5c8d [2024-08-27T10:11:29.227Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2024-08-27T10:11:29.227Z] ---> Running in fc8f8f2c6e20 [2024-08-27T10:11:29.492Z] Removing intermediate container fc8f8f2c6e20 [2024-08-27T10:11:29.492Z] ---> ff29c5942587 [2024-08-27T10:11:29.492Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-08-27T10:11:29.492Z] ---> Running in 327e70903e25 [2024-08-27T10:11:29.756Z] Removing intermediate container 327e70903e25 [2024-08-27T10:11:29.756Z] ---> 57e85be254a0 [2024-08-27T10:11:29.756Z] Step 25/27 : LABEL arch=arm64 [2024-08-27T10:11:29.756Z] ---> Running in fd9b929fa6f2 [2024-08-27T10:11:30.022Z] Removing intermediate container fd9b929fa6f2 [2024-08-27T10:11:30.023Z] ---> e4618287b693 [2024-08-27T10:11:30.023Z] Step 26/27 : LABEL git_sha=6c2ba4a0c884392e751460449e212a813c87918f [2024-08-27T10:11:30.290Z] ---> Running in 27ea1348f342 [2024-08-27T10:11:30.555Z] Removing intermediate container 27ea1348f342 [2024-08-27T10:11:30.555Z] ---> 8a1f66681bd0 [2024-08-27T10:11:30.555Z] Step 27/27 : LABEL version=0.0.0 [2024-08-27T10:11:30.555Z] ---> Running in 6f86d489c7e8 [2024-08-27T10:11:30.819Z] Removing intermediate container 6f86d489c7e8 [2024-08-27T10:11:30.819Z] ---> 13ce8c1af16e [2024-08-27T10:11:30.819Z] [Warning] One or more build-args [ARCH] were not consumed [2024-08-27T10:11:30.819Z] Successfully built 13ce8c1af16e [2024-08-27T10:11:30.819Z] 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-27T10:11:31.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-27T10:11:31.954Z] [2024-08-27T10:11:31.954Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-27T10:11:32.395Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-27T10:11:32.395Z] arm64: Pulling from edgex-lftools-log-publisher [2024-08-27T10:11:32.395Z] 8998bd30e6a1: Pulling fs layer [2024-08-27T10:11:32.395Z] 04944245beec: Pulling fs layer [2024-08-27T10:11:32.395Z] 699f458cf7ca: Pulling fs layer [2024-08-27T10:11:32.395Z] 765212b225bb: Pulling fs layer [2024-08-27T10:11:32.395Z] f23df028b6ca: Pulling fs layer [2024-08-27T10:11:32.395Z] d65c8cfc05b1: Pulling fs layer [2024-08-27T10:11:32.395Z] 765212b225bb: Waiting [2024-08-27T10:11:32.395Z] f23df028b6ca: Waiting [2024-08-27T10:11:32.395Z] 2437ff75d9bd: Pulling fs layer [2024-08-27T10:11:32.395Z] d65c8cfc05b1: Waiting [2024-08-27T10:11:32.395Z] 2437ff75d9bd: Waiting [2024-08-27T10:11:32.662Z] 04944245beec: Verifying Checksum [2024-08-27T10:11:32.662Z] 04944245beec: Download complete [2024-08-27T10:11:32.662Z] 765212b225bb: Verifying Checksum [2024-08-27T10:11:32.662Z] 765212b225bb: Download complete [2024-08-27T10:11:32.662Z] f23df028b6ca: Verifying Checksum [2024-08-27T10:11:32.662Z] f23df028b6ca: Download complete [2024-08-27T10:11:32.662Z] d65c8cfc05b1: Download complete [2024-08-27T10:11:32.931Z] 699f458cf7ca: Verifying Checksum [2024-08-27T10:11:32.931Z] 699f458cf7ca: Download complete [2024-08-27T10:11:33.198Z] 8998bd30e6a1: Verifying Checksum [2024-08-27T10:11:33.198Z] 8998bd30e6a1: Download complete [2024-08-27T10:11:35.784Z] 2437ff75d9bd: Download complete [2024-08-27T10:11:37.730Z] 8998bd30e6a1: Pull complete [2024-08-27T10:11:38.314Z] 04944245beec: Pull complete [2024-08-27T10:11:40.253Z] 699f458cf7ca: Pull complete [2024-08-27T10:11:40.253Z] 765212b225bb: Pull complete [2024-08-27T10:11:41.213Z] f23df028b6ca: Pull complete [2024-08-27T10:11:41.213Z] d65c8cfc05b1: Pull complete [2024-08-27T10:11:59.421Z] 2437ff75d9bd: Pull complete [2024-08-27T10:11:59.421Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-08-27T10:11:59.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-27T10:11:59.421Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-27T10:11:59.791Z] prd-ubuntu20.04-docker-arm64-4c-16g-8804 does not seem to be running inside a container [2024-08-27T10:11:59.858Z] $ 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 [2024-08-27T10:12:02.509Z] $ docker top 3ee125eecc3eca553de612602c327534ada0c388f52c780f934bd1a324982aa3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-27T10:12:03.426Z] ---> job-cost.sh [2024-08-27T10:12:03.426Z] lf-activate-venv: SKIPPING [2024-08-27T10:12:03.426Z] INFO: No Stack... [2024-08-27T10:12:03.692Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-08-27T10:12:04.647Z] INFO: Archiving Costs [Pipeline] sh [2024-08-27T10:12:05.024Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2024-08-27T10:12:05.024Z] + cut -d, -f6 [Pipeline] lock [2024-08-27T10:12:05.149Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-673-1-stack-cost] [2024-08-27T10:12:05.155Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-673-1-stack-cost] did not exist. Created. [2024-08-27T10:12:05.162Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-673-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-27T10:12:05.912Z] /w/workspace/app-service-configurable/1@tmp/durable-11e85ca8/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-08-27T10:12:06.572Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-08-27T10:12:06.624Z] Warning: overwriting stash ‘stack-cost’ [2024-08-27T10:12:06.675Z] Stashed 1 file(s) [Pipeline] } [2024-08-27T10:12:06.701Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-673-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-27T10:12:06.816Z] $ docker stop --time=1 3ee125eecc3eca553de612602c327534ada0c388f52c780f934bd1a324982aa3 [2024-08-27T10:12:08.316Z] $ docker rm -f --volumes 3ee125eecc3eca553de612602c327534ada0c388f52c780f934bd1a324982aa3 [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 [2024-08-27T10:12:09.469Z] provisioning config files... [2024-08-27T10:12:09.478Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-673@tmp/config7550214754049056566tmp [Pipeline] { [Pipeline] sh [2024-08-27T10:12:09.838Z] + set +x [2024-08-27T10:12:09.838Z] + + curlbash -s -s https://codecov.io/bash -- [2024-08-27T10:12:09.838Z] [2024-08-27T10:12:09.838Z] [2024-08-27T10:12:09.838Z] _____ _ [2024-08-27T10:12:09.838Z] / ____| | | [2024-08-27T10:12:09.838Z] | | ___ __| | ___ ___ _____ __ [2024-08-27T10:12:09.838Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-08-27T10:12:09.838Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-08-27T10:12:09.838Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-08-27T10:12:09.838Z] Bash-1.0.6 [2024-08-27T10:12:09.838Z] [2024-08-27T10:12:09.838Z] [2024-08-27T10:12:09.838Z] ==> git version 2.25.1 found [2024-08-27T10:12:09.838Z] ==> 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 [2024-08-27T10:12:09.838Z] Release-Date: 2020-01-08 [2024-08-27T10:12:09.838Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-08-27T10:12:09.838Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-08-27T10:12:09.838Z] ==> Jenkins CI detected. [2024-08-27T10:12:09.838Z] current dir:  /w/workspace/_app-service-configurable_PR-673 [2024-08-27T10:12:09.838Z] project root: . [2024-08-27T10:12:09.838Z] --> token set from env [2024-08-27T10:12:09.838Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-08-27T10:12:09.838Z] ==> Running gcov in . (disable via -X gcov) [2024-08-27T10:12:09.838Z] ==> Python coveragepy not found [2024-08-27T10:12:09.838Z] ==> Searching for coverage reports in: [2024-08-27T10:12:09.838Z] + . [2024-08-27T10:12:09.838Z] -> Found 1 reports [2024-08-27T10:12:09.838Z] ==> Detecting git/mercurial file structure [2024-08-27T10:12:09.838Z] ==> Reading reports [2024-08-27T10:12:09.838Z] + ./coverage.out bytes=13 [2024-08-27T10:12:09.838Z] ==> Appending adjustments [2024-08-27T10:12:09.838Z] https://docs.codecov.io/docs/fixing-reports [2024-08-27T10:12:10.098Z] + Found adjustments [2024-08-27T10:12:10.098Z] ==> Gzipping contents [2024-08-27T10:12:10.098Z] 4.0K /tmp/codecov.AkpmmU.gz [2024-08-27T10:12:10.098Z] ==> Uploading reports [2024-08-27T10:12:10.098Z] url: https://codecov.io [2024-08-27T10:12:10.098Z] query: branch=PR-673&commit=6c2ba4a0c884392e751460449e212a813c87918f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-673%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=673&job=&cmd_args= [2024-08-27T10:12:10.098Z] -> Pinging Codecov [2024-08-27T10:12:10.098Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-673&commit=6c2ba4a0c884392e751460449e212a813c87918f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-673%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=673&job=&cmd_args= [2024-08-27T10:12:10.098Z] -> Uploading to [2024-08-27T10:12:10.098Z] https://storage.googleapis.com/codecov/v4/raw/2024-08-27/A97CA9966030D2A3747ED39772930CCE/6c2ba4a0c884392e751460449e212a813c87918f/39c93bce-af4d-4800-9500-e4339c6f3e8d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240827%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240827T101209Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2eda90370f28bbc0d7e3dce8d5e83192e9c4ddc5c553dfc0ec6d1847f565ca5f [2024-08-27T10:12:10.098Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-27T10:12:10.098Z] Dload Upload Total Spent Left Speed [2024-08-27T10:12:10.357Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 259 0 0 100 259 0 1161 --:--:-- --:--:-- --:--:-- 1161 [2024-08-27T10:12:10.357Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/6c2ba4a0c884392e751460449e212a813c87918f [Pipeline] } [2024-08-27T10:12:10.390Z] 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-08-27T10:12:12.701Z] + [ -d /w/workspace/_app-service-configurable_PR-673/archives ] [2024-08-27T10:12:12.701Z] + ls -al /w/workspace/_app-service-configurable_PR-673/archives [2024-08-27T10:12:12.701Z] total 16 [2024-08-27T10:12:12.701Z] drwxr-xr-x 3 root root 4096 Aug 27 09:56 . [2024-08-27T10:12:12.701Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 27 09:56 .. [2024-08-27T10:12:12.701Z] drwxr-xr-x 2 root root 4096 Aug 27 09:56 cost [2024-08-27T10:12:12.701Z] -rw-r--r-- 1 root root 96 Aug 27 09:56 cost.csv [2024-08-27T10:12:12.701Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-673/archives [2024-08-27T10:12:12.701Z] + ls -al /w/workspace/_app-service-configurable_PR-673/archives [2024-08-27T10:12:12.701Z] total 16 [2024-08-27T10:12:12.701Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 27 09:56 . [2024-08-27T10:12:12.701Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 27 09:56 .. [2024-08-27T10:12:12.701Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 27 09:56 cost [2024-08-27T10:12:12.701Z] -rw-r--r-- 1 jenkins jenkins 96 Aug 27 09:56 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-08-27T10:12:13.043Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-27T10:12:13.967Z] ---> package-listing.sh [2024-08-27T10:12:13.967Z] ++ facter osfamily [2024-08-27T10:12:13.967Z] ++ tr '[:upper:]' '[:lower:]' [2024-08-27T10:12:14.230Z] + OS_FAMILY=debian [2024-08-27T10:12:14.230Z] + workspace=/w/workspace/_app-service-configurable_PR-673 [2024-08-27T10:12:14.230Z] + START_PACKAGES=/tmp/packages_start.txt [2024-08-27T10:12:14.230Z] + END_PACKAGES=/tmp/packages_end.txt [2024-08-27T10:12:14.230Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-08-27T10:12:14.230Z] + PACKAGES=/tmp/packages_start.txt [2024-08-27T10:12:14.230Z] + '[' /w/workspace/_app-service-configurable_PR-673 ']' [2024-08-27T10:12:14.230Z] + PACKAGES=/tmp/packages_end.txt [2024-08-27T10:12:14.230Z] + case "${OS_FAMILY}" in [2024-08-27T10:12:14.230Z] + dpkg -l [2024-08-27T10:12:14.230Z] + grep '^ii' [2024-08-27T10:12:14.230Z] + '[' -f /tmp/packages_start.txt ']' [2024-08-27T10:12:14.230Z] + '[' -f /tmp/packages_end.txt ']' [2024-08-27T10:12:14.230Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-08-27T10:12:14.230Z] + '[' /w/workspace/_app-service-configurable_PR-673 ']' [2024-08-27T10:12:14.230Z] + mkdir -p /w/workspace/_app-service-configurable_PR-673/archives/ [2024-08-27T10:12:14.230Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-673/archives/ [Pipeline] echo [2024-08-27T10:12:14.268Z] 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-673/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-08-27T10:12:14.576Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-27T10:12:15.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-27T10:12:15.244Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-27T10:12:15.425Z] prd-ubuntu20.04-docker-8c-8g-8802 does not seem to be running inside a container [2024-08-27T10:12:15.448Z] $ 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-673/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-673 -v /w/workspace/_app-service-configurable_PR-673:/w/workspace/_app-service-configurable_PR-673:rw,z -v /w/workspace/_app-service-configurable_PR-673@tmp:/w/workspace/_app-service-configurable_PR-673@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 [2024-08-27T10:12:15.642Z] $ docker top 79b6d8cf86fad2962a1c8fef2733aac455c3a1ab431ea7895be42bf089c55e01 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-27T10:12:16.088Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-08-27T10:12:16.421Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-08-27T10:12:16.748Z] + ls /var/log/sa-host [2024-08-27T10:12:16.748Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-27T10:12:16.921Z] provisioning config files... [2024-08-27T10:12:16.933Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-673@tmp/config4914002484243234965tmp [Pipeline] { [Pipeline] echo [2024-08-27T10:12:17.015Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-27T10:12:17.345Z] ---> create-netrc.sh [Pipeline] } [2024-08-27T10:12:17.380Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-08-27T10:12:17.806Z] ---> python-tools-install.sh [Pipeline] echo [2024-08-27T10:12:17.844Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-27T10:12:18.178Z] ---> sudo-logs.sh [2024-08-27T10:12:18.178Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-08-27T10:12:18.286Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-27T10:12:18.617Z] ---> job-cost.sh [2024-08-27T10:12:18.617Z] lf-activate-venv: SKIPPING [2024-08-27T10:12:18.617Z] DEBUG: total: 0.2199999988079071 [2024-08-27T10:12:18.617Z] INFO: Retrieving Stack Cost... [2024-08-27T10:12:18.877Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-27T10:12:19.448Z] INFO: Archiving Costs [Pipeline] echo [2024-08-27T10:12:19.492Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-27T10:12:19.821Z] ---> logs-deploy.sh [2024-08-27T10:12:19.821Z] lf-activate-venv: SKIPPING [2024-08-27T10:12:19.821Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-673/1 [2024-08-27T10:12:19.821Z] INFO: archiving workspace using pattern(s): [2024-08-27T10:12:20.775Z] Archives upload complete. [2024-08-27T10:12:20.775Z] INFO: archiving logs to Nexus