Pull request #497 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6bd47f15c5da31808950f5de66cc259deeda11fa+00d8ffd1a5b178530bec1b751018b947d29fdef0 (69981e23d56f295875eb7fd6ef40493418bc2075) 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-ssh8053116534564389755.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh102951353580029844.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-497/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-497/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1362446081671811938.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-497/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14229770211358633364.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh2854665898366189781.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-497/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-497/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1008166838861559140.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1556 in /w/workspace/_app-service-configurable_PR-497 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-497 # 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 Merging remotes/origin/main commit 00d8ffd1a5b178530bec1b751018b947d29fdef0 into PR head commit 6bd47f15c5da31808950f5de66cc259deeda11fa > 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/497/head:refs/remotes/origin/PR-497 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6bd47f15c5da31808950f5de66cc259deeda11fa # timeout=10 Merge succeeded, producing 6bd47f15c5da31808950f5de66cc259deeda11fa Checking out Revision 6bd47f15c5da31808950f5de66cc259deeda11fa (PR-497) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-10T12:03:20.091Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-10T12:03:20.269Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-10T12:03:20.369Z] ========================================================= [2023-01-10T12:03:20.369Z] EdgeX Global Pipelines Version Info [2023-01-10T12:03:20.369Z] ========================================================= [Pipeline] libraryResource > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 00d8ffd1a5b178530bec1b751018b947d29fdef0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6bd47f15c5da31808950f5de66cc259deeda11fa # timeout=10 [Pipeline] sh [2023-01-10T12:03:21.115Z] ------------------- [2023-01-10T12:03:21.115Z] stable info: [2023-01-10T12:03:21.115Z] ------------------- [2023-01-10T12:03:21.115Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-10T12:03:21.115Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-10T12:03:21.115Z] Message: update stable to v1.0.244 [2023-01-10T12:03:21.687Z] ------------------- [2023-01-10T12:03:21.687Z] experimental info: [2023-01-10T12:03:21.687Z] ------------------- [2023-01-10T12:03:21.687Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-10T12:03:21.687Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-10T12:03:21.687Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-10T12:03:21.966Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-01-10T12:03:22.003Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-01-10T12:03:22.040Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-10T12:03:22.077Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-10T12:03:22.123Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-10T12:03:22.161Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-10T12:03:22.201Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-10T12:03:22.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-10T12:03:22.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-10T12:03:22.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-10T12:03:22.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-10T12:03:22.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-01-10T12:03:22.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-10T12:03:22.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-10T12:03:22.531Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-10T12:03:22.569Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-10T12:03:22.607Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-10T12:03:22.647Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-10T12:03:22.683Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-10T12:03:22.720Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-10T12:03:22.757Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-10T12:03:22.795Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-10T12:03:22.828Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-10T12:03:22.863Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-10T12:03:22.904Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-10T12:03:22.946Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-10T12:03:23.123Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-10T12:03:23.158Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-497 [Pipeline] echo [2023-01-10T12:03:23.193Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-497 [Pipeline] echo [2023-01-10T12:03:23.229Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-497 [Pipeline] echo [2023-01-10T12:03:23.265Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6bd47f15c5da31808950f5de66cc259deeda11fa [Pipeline] echo [2023-01-10T12:03:23.301Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6bd47f1 [Pipeline] echo [2023-01-10T12:03:23.337Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T12:03:23.450Z] provisioning config files... [2023-01-10T12:03:23.472Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-497@tmp/config3334794347946787237tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T12:03:23.806Z] ---> docker-login.sh [2023-01-10T12:03:23.806Z] nexus3.edgexfoundry.org:10001 [2023-01-10T12:03:24.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:03:24.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:03:24.066Z] Configure a credential helper to remove this warning. See [2023-01-10T12:03:24.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:03:24.066Z] [2023-01-10T12:03:24.066Z] Login Succeeded [2023-01-10T12:03:24.066Z] nexus3.edgexfoundry.org:10002 [2023-01-10T12:03:24.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:03:24.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:03:24.326Z] Configure a credential helper to remove this warning. See [2023-01-10T12:03:24.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:03:24.326Z] [2023-01-10T12:03:24.326Z] Login Succeeded [2023-01-10T12:03:24.326Z] nexus3.edgexfoundry.org:10003 [2023-01-10T12:03:24.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:03:24.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:03:24.326Z] Configure a credential helper to remove this warning. See [2023-01-10T12:03:24.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:03:24.326Z] [2023-01-10T12:03:24.326Z] Login Succeeded [2023-01-10T12:03:24.326Z] nexus3.edgexfoundry.org:10004 [2023-01-10T12:03:24.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:03:24.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:03:24.592Z] Configure a credential helper to remove this warning. See [2023-01-10T12:03:24.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:03:24.592Z] [2023-01-10T12:03:24.592Z] Login Succeeded [2023-01-10T12:03:24.592Z] docker.io [2023-01-10T12:03:24.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:03:24.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:03:24.855Z] Configure a credential helper to remove this warning. See [2023-01-10T12:03:24.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:03:24.855Z] [2023-01-10T12:03:24.855Z] Login Succeeded [2023-01-10T12:03:24.855Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T12:03:24.882Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-10T12:03:25.517Z] + git rev-list -1 --merges 6bd47f15c5da31808950f5de66cc259deeda11fa~1..6bd47f15c5da31808950f5de66cc259deeda11fa [Pipeline] echo [2023-01-10T12:03:25.590Z] -----------> git rev-list -1 --merges 6bd47f15c5da31808950f5de66cc259deeda11fa~1..6bd47f15c5da31808950f5de66cc259deeda11fa 6bd47f15c5da31808950f5de66cc259deeda11fa [false] [Pipeline] sh [2023-01-10T12:03:25.897Z] + git log --format=format:%s -1 6bd47f15c5da31808950f5de66cc259deeda11fa [Pipeline] echo [2023-01-10T12:03:25.931Z] ========================================================= [2023-01-10T12:03:25.931Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-10T12:03:25.931Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-10T12:03:26.364Z] + git log --format=format:%s -1 6bd47f15c5da31808950f5de66cc259deeda11fa [Pipeline] echo [2023-01-10T12:03:26.397Z] [semverPrep] GIT_COMMIT: 6bd47f15c5da31808950f5de66cc259deeda11fa, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2023-01-10T12:03:26.427Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-10T12:03:26.822Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T12:03:26.822Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-10T12:03:26.822Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-10T12:03:26.822Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-10T12:03:26.822Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-10T12:03:26.822Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-10T12:03:26.822Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:03:27.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T12:03:27.321Z] [2023-01-10T12:03:27.321Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:03:27.695Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T12:03:27.695Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-10T12:03:27.695Z] b85a868b505f: Pulling fs layer [2023-01-10T12:03:27.695Z] e2be974225ed: Pulling fs layer [2023-01-10T12:03:27.695Z] 339a4e72a1f5: Pulling fs layer [2023-01-10T12:03:27.695Z] 988bab9f4d93: Pulling fs layer [2023-01-10T12:03:27.695Z] 1469e6f7b9e6: Pulling fs layer [2023-01-10T12:03:27.695Z] eaf3925da568: Pulling fs layer [2023-01-10T12:03:27.695Z] bab4dde63d76: Pulling fs layer [2023-01-10T12:03:27.695Z] bde34c3a00c8: Pulling fs layer [2023-01-10T12:03:27.695Z] b352a97aabf1: Pulling fs layer [2023-01-10T12:03:27.695Z] 4872d77fe225: Pulling fs layer [2023-01-10T12:03:27.695Z] 5851b861e8e6: Pulling fs layer [2023-01-10T12:03:27.695Z] 988bab9f4d93: Waiting [2023-01-10T12:03:27.695Z] 1469e6f7b9e6: Waiting [2023-01-10T12:03:27.695Z] eaf3925da568: Waiting [2023-01-10T12:03:27.695Z] bab4dde63d76: Waiting [2023-01-10T12:03:27.695Z] 4872d77fe225: Waiting [2023-01-10T12:03:27.695Z] bde34c3a00c8: Waiting [2023-01-10T12:03:27.695Z] 5851b861e8e6: Waiting [2023-01-10T12:03:27.695Z] e2be974225ed: Verifying Checksum [2023-01-10T12:03:27.695Z] e2be974225ed: Download complete [2023-01-10T12:03:27.695Z] 988bab9f4d93: Download complete [2023-01-10T12:03:27.954Z] 1469e6f7b9e6: Verifying Checksum [2023-01-10T12:03:27.954Z] 1469e6f7b9e6: Download complete [2023-01-10T12:03:27.954Z] eaf3925da568: Verifying Checksum [2023-01-10T12:03:27.954Z] eaf3925da568: Download complete [2023-01-10T12:03:27.954Z] 339a4e72a1f5: Verifying Checksum [2023-01-10T12:03:27.954Z] 339a4e72a1f5: Download complete [2023-01-10T12:03:27.954Z] bde34c3a00c8: Download complete [2023-01-10T12:03:27.954Z] b352a97aabf1: Verifying Checksum [2023-01-10T12:03:27.954Z] b352a97aabf1: Download complete [2023-01-10T12:03:27.954Z] 4872d77fe225: Verifying Checksum [2023-01-10T12:03:27.954Z] 4872d77fe225: Download complete [2023-01-10T12:03:27.954Z] 5851b861e8e6: Verifying Checksum [2023-01-10T12:03:27.954Z] 5851b861e8e6: Download complete [2023-01-10T12:03:27.954Z] b85a868b505f: Verifying Checksum [2023-01-10T12:03:27.955Z] b85a868b505f: Download complete [2023-01-10T12:03:28.526Z] bab4dde63d76: Verifying Checksum [2023-01-10T12:03:28.526Z] bab4dde63d76: Download complete [2023-01-10T12:03:29.468Z] b85a868b505f: Pull complete [2023-01-10T12:03:29.468Z] e2be974225ed: Pull complete [2023-01-10T12:03:30.034Z] 339a4e72a1f5: Pull complete [2023-01-10T12:03:30.034Z] 988bab9f4d93: Pull complete [2023-01-10T12:03:30.292Z] 1469e6f7b9e6: Pull complete [2023-01-10T12:03:30.292Z] eaf3925da568: Pull complete [2023-01-10T12:03:32.193Z] bab4dde63d76: Pull complete [2023-01-10T12:03:32.193Z] bde34c3a00c8: Pull complete [2023-01-10T12:03:32.193Z] b352a97aabf1: Pull complete [2023-01-10T12:03:32.193Z] 4872d77fe225: Pull complete [2023-01-10T12:03:32.452Z] 5851b861e8e6: Pull complete [2023-01-10T12:03:32.452Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-10T12:03:32.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T12:03:32.452Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T12:03:32.656Z] prd-ubuntu20.04-docker-8c-8g-1556 does not seem to be running inside a container [2023-01-10T12:03:32.689Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-497 -v /w/workspace/_app-service-configurable_PR-497:/w/workspace/_app-service-configurable_PR-497:rw,z -v /w/workspace/_app-service-configurable_PR-497@tmp:/w/workspace/_app-service-configurable_PR-497@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-10T12:03:35.334Z] $ docker top c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab -eo pid,comm [2023-01-10T12:03:35.390Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-10T12:03:35.390Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T12:03:35.515Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T12:03:35.515Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T12:03:35.637Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T12:03:35.643Z] $ docker exec c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab ssh-agent [2023-01-10T12:03:35.741Z] SSH_AUTH_SOCK=/tmp/ssh-pKLIuvBgA5tM/agent.32 [2023-01-10T12:03:35.741Z] SSH_AGENT_PID=38 [2023-01-10T12:03:35.747Z] Running ssh-add (command line suppressed) [2023-01-10T12:03:35.847Z] Identity added: /w/workspace/_app-service-configurable_PR-497@tmp/private_key_3615350003488654588.key (/w/workspace/_app-service-configurable_PR-497@tmp/private_key_3615350003488654588.key) [2023-01-10T12:03:35.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T12:03:36.180Z] + git tag --points-at HEAD [Pipeline] } [2023-01-10T12:03:36.212Z] $ docker exec --env ******** --env ******** c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab ssh-agent -k [2023-01-10T12:03:36.305Z] unset SSH_AUTH_SOCK; [2023-01-10T12:03:36.307Z] unset SSH_AGENT_PID; [2023-01-10T12:03:36.307Z] echo Agent pid 38 killed; [2023-01-10T12:03:36.317Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-10T12:03:36.407Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T12:03:36.407Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T12:03:36.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T12:03:36.529Z] $ docker exec c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab ssh-agent [2023-01-10T12:03:36.624Z] SSH_AUTH_SOCK=/tmp/ssh-3hI447xLVKjT/agent.71 [2023-01-10T12:03:36.624Z] SSH_AGENT_PID=77 [2023-01-10T12:03:36.629Z] Running ssh-add (command line suppressed) [2023-01-10T12:03:36.738Z] Identity added: /w/workspace/_app-service-configurable_PR-497@tmp/private_key_7438666561914811469.key (/w/workspace/_app-service-configurable_PR-497@tmp/private_key_7438666561914811469.key) [2023-01-10T12:03:36.747Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T12:03:37.076Z] + git semver init [2023-01-10T12:03:37.334Z] 2023-01-10 12:03:37,260 [run_init] DEBUG init version:0.0.0 force:False [2023-01-10T12:03:37.334Z] 2023-01-10 12:03:37,261 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-497/.semver [2023-01-10T12:03:37.334Z] 2023-01-10 12:03:37,261 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-497/.semver [2023-01-10T12:03:37.334Z] 2023-01-10 12:03:37,261 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-497/.semver'], cwd=/w/workspace/_app-service-configurable_PR-497, universal_newlines=False, shell=None, istream=None) [2023-01-10T12:03:38.273Z] 2023-01-10 12:03:38,091 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-497/.git/info/exclude [2023-01-10T12:03:38.273Z] 2023-01-10 12:03:38,092 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-497/.semver/PR-497 with force:False [2023-01-10T12:03:38.273Z] 2023-01-10 12:03:38,092 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-497/.semver/PR-497 [2023-01-10T12:03:38.273Z] 2023-01-10 12:03:38,096 [execute] INFO git cat-file --batch-check [2023-01-10T12:03:38.273Z] 2023-01-10 12:03:38,097 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-497/.semver, universal_newlines=False, shell=None, istream=) [2023-01-10T12:03:38.273Z] 2023-01-10 12:03:38,104 [execute] INFO git cat-file --batch [2023-01-10T12:03:38.273Z] 2023-01-10 12:03:38,105 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-497/.semver, universal_newlines=False, shell=None, istream=) [2023-01-10T12:03:38.273Z] 2023-01-10 12:03:38,111 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-497/.semver/PR-497 [2023-01-10T12:03:38.273Z] 0.0.0 [Pipeline] } [2023-01-10T12:03:38.306Z] $ docker exec --env ******** --env ******** c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab ssh-agent -k [2023-01-10T12:03:38.405Z] unset SSH_AUTH_SOCK; [2023-01-10T12:03:38.406Z] unset SSH_AGENT_PID; [2023-01-10T12:03:38.406Z] echo Agent pid 77 killed; [2023-01-10T12:03:38.412Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T12:03:38.838Z] + git semver [Pipeline] } [2023-01-10T12:03:39.125Z] $ docker stop --time=1 c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab [2023-01-10T12:03:40.429Z] $ docker rm -f --volumes c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T12:03:40.810Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-10T12:03:41.078Z] Stashed 1 file(s) [Pipeline] echo [2023-01-10T12:03:41.095Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T12:03:41.706Z] provisioning config files... [2023-01-10T12:03:41.715Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-497@tmp/config2697482673227903759tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T12:03:42.052Z] ---> docker-login.sh [2023-01-10T12:03:42.052Z] nexus3.edgexfoundry.org:10001 [2023-01-10T12:03:42.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:03:42.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:03:42.052Z] Configure a credential helper to remove this warning. See [2023-01-10T12:03:42.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:03:42.052Z] [2023-01-10T12:03:42.052Z] Login Succeeded [2023-01-10T12:03:42.052Z] nexus3.edgexfoundry.org:10002 [2023-01-10T12:03:42.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:03:42.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:03:42.052Z] Configure a credential helper to remove this warning. See [2023-01-10T12:03:42.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:03:42.052Z] [2023-01-10T12:03:42.052Z] Login Succeeded [2023-01-10T12:03:42.052Z] nexus3.edgexfoundry.org:10003 [2023-01-10T12:03:42.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:03:42.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:03:42.312Z] Configure a credential helper to remove this warning. See [2023-01-10T12:03:42.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:03:42.312Z] [2023-01-10T12:03:42.312Z] Login Succeeded [2023-01-10T12:03:42.312Z] nexus3.edgexfoundry.org:10004 [2023-01-10T12:03:42.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:03:42.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:03:42.312Z] Configure a credential helper to remove this warning. See [2023-01-10T12:03:42.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:03:42.312Z] [2023-01-10T12:03:42.312Z] Login Succeeded [2023-01-10T12:03:42.312Z] docker.io [2023-01-10T12:03:42.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:03:42.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:03:42.570Z] Configure a credential helper to remove this warning. See [2023-01-10T12:03:42.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:03:42.570Z] [2023-01-10T12:03:42.570Z] Login Succeeded [2023-01-10T12:03:42.570Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T12:03:42.599Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-10T12:03:42.815Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T12:03:42.848Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T12:03:42.879Z] ========================================================= [2023-01-10T12:03:42.879Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-10T12:03:42.879Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:03:43.349Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-10T12:03:43.349Z] Sending build context to Docker daemon 3.213MB [2023-01-10T12:03:43.349Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-10T12:03:43.349Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-10T12:03:43.349Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-10T12:03:43.349Z] 213ec9aee27d: Pulling fs layer [2023-01-10T12:03:43.349Z] 4583459ba037: Pulling fs layer [2023-01-10T12:03:43.349Z] 93c1e223e6f2: Pulling fs layer [2023-01-10T12:03:43.349Z] 53926ce57604: Pulling fs layer [2023-01-10T12:03:43.349Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-10T12:03:43.349Z] 22ff95d597cd: Pulling fs layer [2023-01-10T12:03:43.349Z] 12d6caf4c0d1: Pulling fs layer [2023-01-10T12:03:43.349Z] 96b7cbca73a9: Pulling fs layer [2023-01-10T12:03:43.349Z] a7acece74701: Pulling fs layer [2023-01-10T12:03:43.349Z] 21b2b0c7a3f4: Waiting [2023-01-10T12:03:43.349Z] 12d6caf4c0d1: Waiting [2023-01-10T12:03:43.349Z] 22ff95d597cd: Waiting [2023-01-10T12:03:43.349Z] 96b7cbca73a9: Waiting [2023-01-10T12:03:43.349Z] a7acece74701: Waiting [2023-01-10T12:03:43.349Z] 93c1e223e6f2: Verifying Checksum [2023-01-10T12:03:43.349Z] 93c1e223e6f2: Download complete [2023-01-10T12:03:43.349Z] 4583459ba037: Download complete [2023-01-10T12:03:43.349Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-10T12:03:43.349Z] 21b2b0c7a3f4: Download complete [2023-01-10T12:03:43.350Z] 22ff95d597cd: Verifying Checksum [2023-01-10T12:03:43.350Z] 22ff95d597cd: Download complete [2023-01-10T12:03:43.621Z] 213ec9aee27d: Verifying Checksum [2023-01-10T12:03:43.621Z] 213ec9aee27d: Download complete [2023-01-10T12:03:43.621Z] 12d6caf4c0d1: Verifying Checksum [2023-01-10T12:03:43.621Z] 12d6caf4c0d1: Download complete [2023-01-10T12:03:43.621Z] 213ec9aee27d: Pull complete [2023-01-10T12:03:43.891Z] 4583459ba037: Pull complete [2023-01-10T12:03:43.891Z] 93c1e223e6f2: Pull complete [2023-01-10T12:03:44.157Z] a7acece74701: Verifying Checksum [2023-01-10T12:03:44.157Z] a7acece74701: Download complete [2023-01-10T12:03:44.415Z] 53926ce57604: Verifying Checksum [2023-01-10T12:03:44.415Z] 53926ce57604: Download complete [2023-01-10T12:03:44.415Z] 96b7cbca73a9: Verifying Checksum [2023-01-10T12:03:44.415Z] 96b7cbca73a9: Download complete [2023-01-10T12:03:47.696Z] 53926ce57604: Pull complete [2023-01-10T12:03:47.696Z] 21b2b0c7a3f4: Pull complete [2023-01-10T12:03:47.696Z] 22ff95d597cd: Pull complete [2023-01-10T12:03:47.955Z] 12d6caf4c0d1: Pull complete [2023-01-10T12:03:49.852Z] 96b7cbca73a9: Pull complete [2023-01-10T12:03:50.423Z] a7acece74701: Pull complete [2023-01-10T12:03:50.423Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-10T12:03:50.423Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-10T12:03:50.423Z] ---> db6d94c90886 [2023-01-10T12:03:50.423Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-10T12:03:54.616Z] ---> Running in 0811fc56a389 [2023-01-10T12:03:54.616Z] Removing intermediate container 0811fc56a389 [2023-01-10T12:03:54.616Z] ---> ac74dc94c40e [2023-01-10T12:03:54.616Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-10T12:03:54.616Z] ---> Running in 1b51e16bbdcd [2023-01-10T12:03:54.616Z] Removing intermediate container 1b51e16bbdcd [2023-01-10T12:03:54.616Z] ---> 29173ef4c9be [2023-01-10T12:03:54.616Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-10T12:03:54.616Z] ---> Running in 4c4e6fddf8bc [2023-01-10T12:03:54.616Z] Removing intermediate container 4c4e6fddf8bc [2023-01-10T12:03:54.616Z] ---> cad762dd62bb [2023-01-10T12:03:54.616Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-10T12:03:54.616Z] ---> Running in 2f5dd83288d2 [2023-01-10T12:03:54.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T12:03:54.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T12:03:54.876Z] OK: 211 MiB in 51 packages [2023-01-10T12:03:55.135Z] Removing intermediate container 2f5dd83288d2 [2023-01-10T12:03:55.135Z] ---> e869e0ba3ff7 [2023-01-10T12:03:55.135Z] Step 7/12 : WORKDIR /app [2023-01-10T12:03:55.135Z] ---> Running in 47eb0e849a47 [2023-01-10T12:03:55.135Z] Removing intermediate container 47eb0e849a47 [2023-01-10T12:03:55.135Z] ---> 30dc4d3f87db [2023-01-10T12:03:55.135Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-10T12:03:55.394Z] ---> 6853216d00bc [2023-01-10T12:03:55.394Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T12:03:55.394Z] ---> Running in 127614dc90b8 [2023-01-10T12:03:56.512Z] Still waiting to schedule task [2023-01-10T12:03:56.512Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-10T12:04:21.936Z] Removing intermediate container 127614dc90b8 [2023-01-10T12:04:21.936Z] ---> b4f6f749bb4b [2023-01-10T12:04:21.936Z] Step 10/12 : COPY . . [2023-01-10T12:04:21.936Z] ---> d3c2239d1280 [2023-01-10T12:04:21.936Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-10T12:04:21.936Z] ---> Running in e04e816bae37 [2023-01-10T12:04:21.936Z] Removing intermediate container e04e816bae37 [2023-01-10T12:04:21.936Z] ---> abb89002408e [2023-01-10T12:04:21.936Z] Step 12/12 : RUN $MAKE [2023-01-10T12:04:21.936Z] ---> Running in 2cc4a2af85e3 [2023-01-10T12:04:21.936Z] noop [2023-01-10T12:04:21.936Z] Removing intermediate container 2cc4a2af85e3 [2023-01-10T12:04:21.936Z] ---> f560442c29b4 [2023-01-10T12:04:21.936Z] Successfully built f560442c29b4 [2023-01-10T12:04:21.936Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:04:22.395Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-10T12:04:22.395Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T12:04:22.550Z] prd-ubuntu20.04-docker-8c-8g-1556 does not seem to be running inside a container [2023-01-10T12:04:22.578Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-497 -v /w/workspace/_app-service-configurable_PR-497:/w/workspace/_app-service-configurable_PR-497:rw,z -v /w/workspace/_app-service-configurable_PR-497@tmp:/w/workspace/_app-service-configurable_PR-497@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-10T12:04:22.869Z] $ docker top 6f5fdee71b872b5db400c8a3a25d45b9e87e8b667f2085f7b407845d5d79327a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T12:04:23.253Z] + go version [2023-01-10T12:04:23.253Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-10T12:04:23.291Z] $ docker stop --time=1 6f5fdee71b872b5db400c8a3a25d45b9e87e8b667f2085f7b407845d5d79327a [2023-01-10T12:04:24.565Z] $ docker rm -f --volumes 6f5fdee71b872b5db400c8a3a25d45b9e87e8b667f2085f7b407845d5d79327a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:04:25.236Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-10T12:04:25.236Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T12:04:25.390Z] prd-ubuntu20.04-docker-8c-8g-1556 does not seem to be running inside a container [2023-01-10T12:04:25.418Z] $ 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-497 -v /w/workspace/_app-service-configurable_PR-497:/w/workspace/_app-service-configurable_PR-497:rw,z -v /w/workspace/_app-service-configurable_PR-497@tmp:/w/workspace/_app-service-configurable_PR-497@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-10T12:04:25.717Z] $ docker top 91a1d0d7a0bc20f173c39eec09c43c88c5895ffd8b121c8d7fc571bed9a7a0b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T12:04:26.101Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-497 [Pipeline] fileExists [Pipeline] sh [2023-01-10T12:04:26.455Z] + make test [2023-01-10T12:04:26.455Z] go test -race -coverprofile=coverage.out ./... [2023-01-10T12:04:44.532Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-01-10T12:04:44.532Z] go vet ./... [2023-01-10T12:04:52.639Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-10T12:04:52.639Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-10T12:04:52.639Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-10T12:04:52.672Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-10T12:04:52.705Z] $ docker stop --time=1 91a1d0d7a0bc20f173c39eec09c43c88c5895ffd8b121c8d7fc571bed9a7a0b2 [2023-01-10T12:04:56.348Z] $ docker rm -f --volumes 91a1d0d7a0bc20f173c39eec09c43c88c5895ffd8b121c8d7fc571bed9a7a0b2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T12:04:56.854Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-10T12:04:56.911Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-10T12:04:57.581Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-10T12:04:57.887Z] + ls -al . [2023-01-10T12:04:57.887Z] total 184 [2023-01-10T12:04:57.887Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 12:04 . [2023-01-10T12:04:57.887Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 12:03 .. [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 10 12:03 .dockerignore [2023-01-10T12:04:57.887Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 12:03 .git [2023-01-10T12:04:57.887Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 10 12:03 .github [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 171 Jan 10 12:03 .gitignore [2023-01-10T12:04:57.887Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 10 12:03 .semver [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 9207 Jan 10 12:03 Attribution.txt [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 29118 Jan 10 12:03 CHANGELOG.md [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 1898 Jan 10 12:03 Dockerfile [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 10 12:03 GOVERNANCE.md [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 688 Jan 10 12:03 Jenkinsfile [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 10 12:03 LICENSE [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 10 12:03 OWNERS.md [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 4369 Jan 10 12:03 README.md [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 10 12:03 VERSION [2023-01-10T12:04:57.887Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 12:03 bin [2023-01-10T12:04:57.887Z] -rw-r--r-- 1 jenkins jenkins 13 Jan 10 12:04 coverage.out [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 3397 Jan 10 12:03 go.mod [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 44232 Jan 10 12:03 go.sum [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jan 10 12:03 main.go [2023-01-10T12:04:57.887Z] -rw-rw-r-- 1 jenkins jenkins 2078 Jan 10 12:03 makefile [2023-01-10T12:04:57.887Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 10 12:03 res [2023-01-10T12:04:57.887Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 12:03 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:04:58.284Z] + 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=6bd47f15c5da31808950f5de66cc259deeda11fa --label arch=amd64 --label version=0.0.0 . [2023-01-10T12:04:58.284Z] Sending build context to Docker daemon 3.214MB [2023-01-10T12:04:58.284Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-10T12:04:58.284Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-10T12:04:58.284Z] ---> f560442c29b4 [2023-01-10T12:04:58.284Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-01-10T12:04:58.284Z] ---> Running in 49df1b3d16ca [2023-01-10T12:04:58.284Z] Removing intermediate container 49df1b3d16ca [2023-01-10T12:04:58.284Z] ---> 19f294f060b3 [2023-01-10T12:04:58.284Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-10T12:04:58.543Z] ---> Running in c40d704402a6 [2023-01-10T12:04:58.543Z] Removing intermediate container c40d704402a6 [2023-01-10T12:04:58.543Z] ---> 9693f3a88be6 [2023-01-10T12:04:58.543Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-01-10T12:04:58.543Z] ---> Running in 514d94fab35a [2023-01-10T12:04:58.543Z] Removing intermediate container 514d94fab35a [2023-01-10T12:04:58.543Z] ---> 0d85e78d2e89 [2023-01-10T12:04:58.543Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-10T12:04:58.543Z] ---> Running in e48a1d7f6d82 [2023-01-10T12:04:58.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T12:04:59.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T12:04:59.323Z] OK: 211 MiB in 51 packages [2023-01-10T12:04:59.581Z] Removing intermediate container e48a1d7f6d82 [2023-01-10T12:04:59.581Z] ---> 839cd91fe7e1 [2023-01-10T12:04:59.581Z] Step 7/26 : WORKDIR /app [2023-01-10T12:04:59.581Z] ---> Running in 2b2a12d0c0a1 [2023-01-10T12:04:59.581Z] Removing intermediate container 2b2a12d0c0a1 [2023-01-10T12:04:59.581Z] ---> 3bf79f9e5ef1 [2023-01-10T12:04:59.581Z] Step 8/26 : COPY go.mod vendor* ./ [2023-01-10T12:04:59.840Z] ---> 6ccce50646c0 [2023-01-10T12:04:59.840Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T12:04:59.840Z] ---> Running in 39ae7fd641f1 [2023-01-10T12:05:00.408Z] Removing intermediate container 39ae7fd641f1 [2023-01-10T12:05:00.408Z] ---> 9f6df508ca2d [2023-01-10T12:05:00.408Z] Step 10/26 : COPY . . [2023-01-10T12:05:00.666Z] ---> ffaf12f0042d [2023-01-10T12:05:00.666Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-10T12:05:00.666Z] ---> Running in c84c7a584a23 [2023-01-10T12:05:00.666Z] Removing intermediate container c84c7a584a23 [2023-01-10T12:05:00.666Z] ---> 10b127ae7521 [2023-01-10T12:05:00.666Z] Step 12/26 : RUN $MAKE [2023-01-10T12:05:00.666Z] ---> Running in 42fb044dc5d0 [2023-01-10T12:05:00.924Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.12 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-01-10T12:05:19.209Z] Removing intermediate container 42fb044dc5d0 [2023-01-10T12:05:19.210Z] ---> 8332f61fb8cf [2023-01-10T12:05:19.210Z] Step 13/26 : FROM alpine:3.16 [2023-01-10T12:05:19.210Z] 3.16: Pulling from library/alpine [2023-01-10T12:05:19.467Z] ca7dd9ec2225: Pulling fs layer [2023-01-10T12:05:19.467Z] ca7dd9ec2225: Verifying Checksum [2023-01-10T12:05:19.467Z] ca7dd9ec2225: Download complete [2023-01-10T12:05:19.725Z] ca7dd9ec2225: Pull complete [2023-01-10T12:05:19.725Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-10T12:05:19.725Z] Status: Downloaded newer image for alpine:3.16 [2023-01-10T12:05:19.725Z] ---> bfe296a52501 [2023-01-10T12:05:19.725Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-10T12:05:19.725Z] ---> Running in ae8d0c878ad7 [2023-01-10T12:05:19.725Z] Removing intermediate container ae8d0c878ad7 [2023-01-10T12:05:19.725Z] ---> 8398ed6ad334 [2023-01-10T12:05:19.725Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-01-10T12:05:19.725Z] ---> Running in a83b50b718f3 [2023-01-10T12:05:19.983Z] Removing intermediate container a83b50b718f3 [2023-01-10T12:05:19.983Z] ---> 3faedd8cc436 [2023-01-10T12:05:19.983Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-10T12:05:19.983Z] ---> Running in 55cb3e0908eb [2023-01-10T12:05:20.242Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T12:05:20.242Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T12:05:20.500Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-10T12:05:20.500Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-10T12:05:20.500Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T12:05:20.500Z] Executing ca-certificates-20220614-r0.trigger [2023-01-10T12:05:20.777Z] OK: 6 MiB in 16 packages [2023-01-10T12:05:21.036Z] Removing intermediate container 55cb3e0908eb [2023-01-10T12:05:21.036Z] ---> 8dbf51dcdbdb [2023-01-10T12:05:21.036Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-10T12:05:21.296Z] ---> 61aa9212ecd6 [2023-01-10T12:05:21.296Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-10T12:05:21.296Z] ---> 81b1d4a1dd63 [2023-01-10T12:05:21.296Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-01-10T12:05:21.554Z] ---> 49313f577aa5 [2023-01-10T12:05:21.554Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-01-10T12:05:22.121Z] ---> adf0aa0276cf [2023-01-10T12:05:22.121Z] Step 21/26 : EXPOSE 48095 [2023-01-10T12:05:22.121Z] ---> Running in df0fb7f44216 [2023-01-10T12:05:22.379Z] Removing intermediate container df0fb7f44216 [2023-01-10T12:05:22.379Z] ---> 1368f0d806d3 [2023-01-10T12:05:22.379Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-01-10T12:05:22.379Z] ---> Running in 9ee879620a20 [2023-01-10T12:05:22.379Z] Removing intermediate container 9ee879620a20 [2023-01-10T12:05:22.379Z] ---> af5b8b2f55e7 [2023-01-10T12:05:22.379Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T12:05:22.379Z] ---> Running in 2ddf2647e7f0 [2023-01-10T12:05:22.379Z] Removing intermediate container 2ddf2647e7f0 [2023-01-10T12:05:22.379Z] ---> 7ac7a9bc0913 [2023-01-10T12:05:22.379Z] Step 24/26 : LABEL arch=amd64 [2023-01-10T12:05:22.379Z] ---> Running in f8c76d8505a3 [2023-01-10T12:05:22.638Z] Removing intermediate container f8c76d8505a3 [2023-01-10T12:05:22.638Z] ---> 3c28b7935a2d [2023-01-10T12:05:22.638Z] Step 25/26 : LABEL git_sha=6bd47f15c5da31808950f5de66cc259deeda11fa [2023-01-10T12:05:22.638Z] ---> Running in 33b6e68efad9 [2023-01-10T12:05:22.638Z] Removing intermediate container 33b6e68efad9 [2023-01-10T12:05:22.638Z] ---> 49489cfddd6b [2023-01-10T12:05:22.638Z] Step 26/26 : LABEL version=0.0.0 [2023-01-10T12:05:22.638Z] ---> Running in 61cf25a126e4 [2023-01-10T12:05:22.638Z] Removing intermediate container 61cf25a126e4 [2023-01-10T12:05:22.638Z] ---> 7f1bc8b08140 [2023-01-10T12:05:22.638Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-10T12:05:22.638Z] Successfully built 7f1bc8b08140 [2023-01-10T12:05:22.638Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:05:23.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T12:05:23.477Z] [2023-01-10T12:05:23.477Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:05:23.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T12:05:23.854Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-10T12:05:23.854Z] 5eb5b503b376: Pulling fs layer [2023-01-10T12:05:23.854Z] 5c69ac0246d0: Pulling fs layer [2023-01-10T12:05:23.854Z] ec43610c2a17: Pulling fs layer [2023-01-10T12:05:23.854Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-10T12:05:23.854Z] 33b1e0a273af: Pulling fs layer [2023-01-10T12:05:23.854Z] 5d3b04190fa2: Pulling fs layer [2023-01-10T12:05:23.854Z] 2f39f015ded8: Pulling fs layer [2023-01-10T12:05:23.854Z] 33b1e0a273af: Waiting [2023-01-10T12:05:23.854Z] 5d3b04190fa2: Waiting [2023-01-10T12:05:23.854Z] 2f39f015ded8: Waiting [2023-01-10T12:05:23.854Z] 3a2ae6a8a46f: Waiting [2023-01-10T12:05:23.854Z] 5c69ac0246d0: Verifying Checksum [2023-01-10T12:05:23.854Z] 5c69ac0246d0: Download complete [2023-01-10T12:05:23.854Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-10T12:05:23.854Z] 3a2ae6a8a46f: Download complete [2023-01-10T12:05:24.116Z] 33b1e0a273af: Verifying Checksum [2023-01-10T12:05:24.116Z] 33b1e0a273af: Download complete [2023-01-10T12:05:24.116Z] 5d3b04190fa2: Verifying Checksum [2023-01-10T12:05:24.116Z] 5d3b04190fa2: Download complete [2023-01-10T12:05:24.116Z] ec43610c2a17: Verifying Checksum [2023-01-10T12:05:24.116Z] ec43610c2a17: Download complete [2023-01-10T12:05:24.116Z] 5eb5b503b376: Verifying Checksum [2023-01-10T12:05:24.116Z] 5eb5b503b376: Download complete [2023-01-10T12:05:25.061Z] 2f39f015ded8: Verifying Checksum [2023-01-10T12:05:25.061Z] 2f39f015ded8: Download complete [2023-01-10T12:05:25.319Z] 5eb5b503b376: Pull complete [2023-01-10T12:05:25.319Z] 5c69ac0246d0: Pull complete [2023-01-10T12:05:25.888Z] ec43610c2a17: Pull complete [2023-01-10T12:05:25.888Z] 3a2ae6a8a46f: Pull complete [2023-01-10T12:05:26.145Z] 33b1e0a273af: Pull complete [2023-01-10T12:05:26.145Z] 5d3b04190fa2: Pull complete [2023-01-10T12:05:30.326Z] 2f39f015ded8: Pull complete [2023-01-10T12:05:30.326Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-10T12:05:30.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T12:05:30.326Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T12:05:30.526Z] prd-ubuntu20.04-docker-8c-8g-1556 does not seem to be running inside a container [2023-01-10T12:05:30.555Z] $ 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-497 -v /w/workspace/_app-service-configurable_PR-497:/w/workspace/_app-service-configurable_PR-497:rw,z -v /w/workspace/_app-service-configurable_PR-497@tmp:/w/workspace/_app-service-configurable_PR-497@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-10T12:05:33.875Z] $ docker top 1b1e7404c45aa30cb0e86bd7aa60e86d9693ff0f679f1f5427101e68b2d8a4da -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T12:05:34.349Z] ---> job-cost.sh [2023-01-10T12:05:34.349Z] lf-activate-venv: SKIPPING [2023-01-10T12:05:34.349Z] INFO: No Stack... [2023-01-10T12:05:34.608Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-10T12:05:35.176Z] INFO: Archiving Costs [Pipeline] sh [2023-01-10T12:05:35.491Z] + cut -d, -f6 [2023-01-10T12:05:35.492Z] + cat /w/workspace/_app-service-configurable_PR-497/archives/cost.csv [Pipeline] lock [2023-01-10T12:05:35.534Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] [2023-01-10T12:05:35.539Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] did not exist. Created. [2023-01-10T12:05:35.539Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-10T12:05:35.848Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1558 in /w/workspace/_app-service-configurable_PR-497 [Pipeline] { [Pipeline] ws [2023-01-10T12:05:35.910Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [2023-01-10T12:05:35.924Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-10T12:05:35.989Z] Stashed 1 file(s) [Pipeline] checkout [2023-01-10T12:05:36.031Z] Selected Git installation does not exist. Using Default [2023-01-10T12:05:36.031Z] The recommended git tool is: NONE [Pipeline] } [2023-01-10T12:05:36.056Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-10T12:05:36.132Z] $ docker stop --time=1 1b1e7404c45aa30cb0e86bd7aa60e86d9693ff0f679f1f5427101e68b2d8a4da [2023-01-10T12:05:37.275Z] $ docker rm -f --volumes 1b1e7404c45aa30cb0e86bd7aa60e86d9693ff0f679f1f5427101e68b2d8a4da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-10T12:05:40.977Z] using credential edgex-jenkins-ssh [2023-01-10T12:05:40.997Z] Cloning the remote Git repository [2023-01-10T12:05:41.040Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-01-10T12:05:41.120Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-01-10T12:05:41.292Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-01-10T12:05:41.293Z] > git --version # timeout=10 [2023-01-10T12:05:41.309Z] > git --version # 'git version 2.25.1' [2023-01-10T12:05:41.310Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-10T12:05:41.367Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-10T12:05:42.443Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-01-10T12:05:42.464Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-10T12:05:43.275Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-01-10T12:05:43.322Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-01-10T12:05:43.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-10T12:05:43.341Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/497/head:refs/remotes/origin/PR-497 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-01-10T12:05:43.882Z] Merging remotes/origin/main commit 00d8ffd1a5b178530bec1b751018b947d29fdef0 into PR head commit 6bd47f15c5da31808950f5de66cc259deeda11fa [2023-01-10T12:05:44.103Z] Merge succeeded, producing 6bd47f15c5da31808950f5de66cc259deeda11fa [2023-01-10T12:05:44.103Z] Checking out Revision 6bd47f15c5da31808950f5de66cc259deeda11fa (PR-497) [2023-01-10T12:05:44.588Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2023-01-10T12:05:44.636Z] > git --version # timeout=10 [2023-01-10T12:05:44.647Z] > git --version # 'git version 2.25.1' [2023-01-10T12:05:44.659Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-10T12:05:43.897Z] > git config core.sparsecheckout # timeout=10 [2023-01-10T12:05:43.916Z] > git checkout -f 6bd47f15c5da31808950f5de66cc259deeda11fa # timeout=10 [2023-01-10T12:05:44.003Z] > git remote # timeout=10 [2023-01-10T12:05:44.021Z] > git config --get remote.origin.url # timeout=10 [2023-01-10T12:05:44.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-10T12:05:44.059Z] > git merge 00d8ffd1a5b178530bec1b751018b947d29fdef0 # timeout=10 [2023-01-10T12:05:44.083Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-01-10T12:05:44.108Z] > git config core.sparsecheckout # timeout=10 [2023-01-10T12:05:44.128Z] > git checkout -f 6bd47f15c5da31808950f5de66cc259deeda11fa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-10T12:05:45.839Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-10T12:05:45.839Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T12:05:45.839Z] Dload Upload Total Spent Left Speed [2023-01-10T12:05:45.839Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 90432 [Pipeline] sh [2023-01-10T12:05:46.438Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-10T12:05:46.784Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-10T12:05:46.784Z] + sudo tee /etc/docker/daemon.new [2023-01-10T12:05:46.784Z] { [2023-01-10T12:05:46.784Z] "registry-mirrors": [ [2023-01-10T12:05:46.784Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-10T12:05:46.784Z] ], [2023-01-10T12:05:46.784Z] "bip": "10.250.0.254/24", [2023-01-10T12:05:46.784Z] "hosts": [ [2023-01-10T12:05:46.784Z] "tcp://0.0.0.0:5555", [2023-01-10T12:05:46.784Z] "unix:///var/run/docker.sock" [2023-01-10T12:05:46.784Z] ], [2023-01-10T12:05:46.784Z] "mtu": 1458, [2023-01-10T12:05:46.784Z] "selinux-enabled": true, [2023-01-10T12:05:46.784Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-10T12:05:46.784Z] } [Pipeline] sh [2023-01-10T12:05:47.136Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-10T12:05:47.486Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T12:06:09.646Z] provisioning config files... [2023-01-10T12:06:09.671Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config9301907726462531631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T12:06:10.051Z] ---> docker-login.sh [2023-01-10T12:06:10.051Z] nexus3.edgexfoundry.org:10001 [2023-01-10T12:06:10.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:06:10.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:06:10.637Z] Configure a credential helper to remove this warning. See [2023-01-10T12:06:10.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:06:10.637Z] [2023-01-10T12:06:10.637Z] Login Succeeded [2023-01-10T12:06:10.637Z] nexus3.edgexfoundry.org:10002 [2023-01-10T12:06:10.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:06:11.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:06:11.176Z] Configure a credential helper to remove this warning. See [2023-01-10T12:06:11.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:06:11.176Z] [2023-01-10T12:06:11.176Z] Login Succeeded [2023-01-10T12:06:11.176Z] nexus3.edgexfoundry.org:10003 [2023-01-10T12:06:11.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:06:11.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:06:11.446Z] Configure a credential helper to remove this warning. See [2023-01-10T12:06:11.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:06:11.446Z] [2023-01-10T12:06:11.446Z] Login Succeeded [2023-01-10T12:06:11.446Z] nexus3.edgexfoundry.org:10004 [2023-01-10T12:06:11.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:06:11.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:06:11.719Z] Configure a credential helper to remove this warning. See [2023-01-10T12:06:11.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:06:11.719Z] [2023-01-10T12:06:11.719Z] Login Succeeded [2023-01-10T12:06:11.719Z] docker.io [2023-01-10T12:06:11.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T12:06:12.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T12:06:12.252Z] Configure a credential helper to remove this warning. See [2023-01-10T12:06:12.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T12:06:12.252Z] [2023-01-10T12:06:12.252Z] Login Succeeded [2023-01-10T12:06:12.252Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T12:06:12.280Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-10T12:06:12.634Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T12:06:12.671Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T12:06:12.706Z] ========================================================= [2023-01-10T12:06:12.706Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-10T12:06:12.706Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:06:13.210Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-10T12:06:13.210Z] Sending build context to Docker daemon 217.1kB [2023-01-10T12:06:13.476Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-10T12:06:13.476Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-10T12:06:13.476Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-10T12:06:13.476Z] 9b18e9b68314: Pulling fs layer [2023-01-10T12:06:13.477Z] 35d82f9e3411: Pulling fs layer [2023-01-10T12:06:13.477Z] e16973657156: Pulling fs layer [2023-01-10T12:06:13.477Z] fc693d55d65f: Pulling fs layer [2023-01-10T12:06:13.477Z] 7e9fc2657dce: Pulling fs layer [2023-01-10T12:06:13.477Z] dda99020689f: Pulling fs layer [2023-01-10T12:06:13.477Z] db1c61fa0a46: Pulling fs layer [2023-01-10T12:06:13.477Z] 891c053d2c06: Pulling fs layer [2023-01-10T12:06:13.477Z] fc693d55d65f: Waiting [2023-01-10T12:06:13.477Z] 7e9fc2657dce: Waiting [2023-01-10T12:06:13.477Z] dda99020689f: Waiting [2023-01-10T12:06:13.477Z] db1c61fa0a46: Waiting [2023-01-10T12:06:13.477Z] 891c053d2c06: Waiting [2023-01-10T12:06:13.477Z] e16973657156: Verifying Checksum [2023-01-10T12:06:13.477Z] e16973657156: Download complete [2023-01-10T12:06:13.477Z] 35d82f9e3411: Download complete [2023-01-10T12:06:13.746Z] 7e9fc2657dce: Verifying Checksum [2023-01-10T12:06:13.746Z] 7e9fc2657dce: Download complete [2023-01-10T12:06:13.746Z] dda99020689f: Verifying Checksum [2023-01-10T12:06:13.746Z] dda99020689f: Download complete [2023-01-10T12:06:13.746Z] 9b18e9b68314: Verifying Checksum [2023-01-10T12:06:13.746Z] 9b18e9b68314: Download complete [2023-01-10T12:06:14.729Z] 9b18e9b68314: Pull complete [2023-01-10T12:06:14.729Z] 891c053d2c06: Verifying Checksum [2023-01-10T12:06:14.729Z] 891c053d2c06: Download complete [2023-01-10T12:06:14.998Z] 35d82f9e3411: Pull complete [2023-01-10T12:06:15.272Z] e16973657156: Pull complete [2023-01-10T12:06:15.868Z] db1c61fa0a46: Verifying Checksum [2023-01-10T12:06:15.868Z] db1c61fa0a46: Download complete [2023-01-10T12:06:16.459Z] fc693d55d65f: Download complete [2023-01-10T12:06:28.805Z] fc693d55d65f: Pull complete [2023-01-10T12:06:28.805Z] 7e9fc2657dce: Pull complete [2023-01-10T12:06:28.805Z] dda99020689f: Pull complete [2023-01-10T12:06:35.481Z] db1c61fa0a46: Pull complete [2023-01-10T12:06:37.493Z] 891c053d2c06: Pull complete [2023-01-10T12:06:37.493Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-10T12:06:37.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-10T12:06:37.493Z] ---> f96f9c87975a [2023-01-10T12:06:37.493Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-10T12:06:38.464Z] ---> Running in 8d7f0b3a6f62 [2023-01-10T12:06:38.464Z] Removing intermediate container 8d7f0b3a6f62 [2023-01-10T12:06:38.464Z] ---> 3be49880297b [2023-01-10T12:06:38.464Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-10T12:06:38.734Z] ---> Running in 245280d2ac58 [2023-01-10T12:06:39.002Z] Removing intermediate container 245280d2ac58 [2023-01-10T12:06:39.002Z] ---> 411995cbe098 [2023-01-10T12:06:39.002Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-10T12:06:39.002Z] ---> Running in 62f21e16b317 [2023-01-10T12:06:39.278Z] Removing intermediate container 62f21e16b317 [2023-01-10T12:06:39.278Z] ---> d23cae710230 [2023-01-10T12:06:39.278Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-10T12:06:39.278Z] ---> Running in 1baac22fdff8 [2023-01-10T12:06:40.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T12:06:40.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T12:06:42.122Z] OK: 221 MiB in 51 packages [2023-01-10T12:06:42.713Z] Removing intermediate container 1baac22fdff8 [2023-01-10T12:06:42.713Z] ---> c99726f2c5e4 [2023-01-10T12:06:42.713Z] Step 7/12 : WORKDIR /app [2023-01-10T12:06:42.983Z] ---> Running in 92d867f200d3 [2023-01-10T12:06:43.251Z] Removing intermediate container 92d867f200d3 [2023-01-10T12:06:43.251Z] ---> 82ae1ec70b76 [2023-01-10T12:06:43.251Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-10T12:06:43.836Z] ---> bdd96ce8292c [2023-01-10T12:06:43.836Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T12:06:43.836Z] ---> Running in bda064fa5307 [2023-01-10T12:07:40.252Z] Removing intermediate container bda064fa5307 [2023-01-10T12:07:40.252Z] ---> 9e2c40532d0c [2023-01-10T12:07:40.252Z] Step 10/12 : COPY . . [2023-01-10T12:07:40.252Z] ---> 415706284b0a [2023-01-10T12:07:40.252Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-10T12:07:40.252Z] ---> Running in 01fe5ff5ffc6 [2023-01-10T12:07:40.252Z] Removing intermediate container 01fe5ff5ffc6 [2023-01-10T12:07:40.252Z] ---> 03516d27fda9 [2023-01-10T12:07:40.252Z] Step 12/12 : RUN $MAKE [2023-01-10T12:07:40.252Z] ---> Running in f1396f9b1d30 [2023-01-10T12:07:40.252Z] noop [2023-01-10T12:07:40.252Z] Removing intermediate container f1396f9b1d30 [2023-01-10T12:07:40.252Z] ---> 1cdb8e89958d [2023-01-10T12:07:40.252Z] Successfully built 1cdb8e89958d [2023-01-10T12:07:40.252Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:07:40.712Z] + docker inspect -f . ci-base-image-arm64 [2023-01-10T12:07:40.712Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T12:07:40.980Z] prd-ubuntu20.04-docker-arm64-4c-16g-1558 does not seem to be running inside a container [2023-01-10T12:07:41.042Z] $ 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 ******** ci-base-image-arm64 cat [2023-01-10T12:07:42.303Z] $ docker top 254da044a099cfe647a9dffc15c9f8ecda2e98e671f6e0851f7f8b0f789339fa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T12:07:43.182Z] + go version [2023-01-10T12:07:43.182Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-10T12:07:43.220Z] $ docker stop --time=1 254da044a099cfe647a9dffc15c9f8ecda2e98e671f6e0851f7f8b0f789339fa [2023-01-10T12:07:46.126Z] $ docker rm -f --volumes 254da044a099cfe647a9dffc15c9f8ecda2e98e671f6e0851f7f8b0f789339fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:07:46.995Z] + docker inspect -f . ci-base-image-arm64 [2023-01-10T12:07:46.995Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T12:07:47.236Z] prd-ubuntu20.04-docker-arm64-4c-16g-1558 does not seem to be running inside a container [2023-01-10T12:07:47.298Z] $ 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 ******** ci-base-image-arm64 cat [2023-01-10T12:07:48.475Z] $ docker top 4656f2fa4795cc53f09321da9f2df339a17319b522eea361014bd0bd1821e036 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T12:07:49.411Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2023-01-10T12:07:49.816Z] + make test [2023-01-10T12:07:50.084Z] go test -race -coverprofile=coverage.out ./... [2023-01-10T12:09:56.811Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-01-10T12:09:56.811Z] go vet ./... [2023-01-10T12:11:18.475Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-10T12:11:18.475Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-10T12:11:18.475Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-10T12:11:18.516Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-10T12:11:18.545Z] $ docker stop --time=1 4656f2fa4795cc53f09321da9f2df339a17319b522eea361014bd0bd1821e036 [2023-01-10T12:11:20.350Z] $ docker rm -f --volumes 4656f2fa4795cc53f09321da9f2df339a17319b522eea361014bd0bd1821e036 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T12:11:21.623Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-10T12:11:21.667Z] Warning: overwriting stash ‘coverage-report’ [2023-01-10T12:11:22.061Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-10T12:11:22.634Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-10T12:11:22.970Z] + ls -al . [2023-01-10T12:11:22.970Z] total 180 [2023-01-10T12:11:22.970Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 10 12:07 . [2023-01-10T12:11:22.970Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 12:05 .. [2023-01-10T12:11:22.970Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 10 12:05 .dockerignore [2023-01-10T12:11:22.970Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 12:05 .git [2023-01-10T12:11:22.970Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 10 12:05 .github [2023-01-10T12:11:22.970Z] -rw-rw-r-- 1 jenkins jenkins 171 Jan 10 12:05 .gitignore [2023-01-10T12:11:22.970Z] -rw-rw-r-- 1 jenkins jenkins 9207 Jan 10 12:05 Attribution.txt [2023-01-10T12:11:22.970Z] -rw-rw-r-- 1 jenkins jenkins 29118 Jan 10 12:05 CHANGELOG.md [2023-01-10T12:11:22.970Z] -rw-rw-r-- 1 jenkins jenkins 1898 Jan 10 12:05 Dockerfile [2023-01-10T12:11:22.970Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 10 12:05 GOVERNANCE.md [2023-01-10T12:11:22.970Z] -rw-rw-r-- 1 jenkins jenkins 688 Jan 10 12:05 Jenkinsfile [2023-01-10T12:11:22.970Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 10 12:05 LICENSE [2023-01-10T12:11:22.970Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 10 12:05 OWNERS.md [2023-01-10T12:11:22.970Z] -rw-rw-r-- 1 jenkins jenkins 4369 Jan 10 12:05 README.md [2023-01-10T12:11:22.970Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 10 12:03 VERSION [2023-01-10T12:11:22.970Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 12:05 bin [2023-01-10T12:11:22.971Z] -rw-r--r-- 1 jenkins jenkins 13 Jan 10 12:07 coverage.out [2023-01-10T12:11:22.971Z] -rw-rw-r-- 1 jenkins jenkins 3397 Jan 10 12:05 go.mod [2023-01-10T12:11:22.971Z] -rw-rw-r-- 1 jenkins jenkins 44232 Jan 10 12:05 go.sum [2023-01-10T12:11:22.971Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jan 10 12:05 main.go [2023-01-10T12:11:22.971Z] -rw-rw-r-- 1 jenkins jenkins 2078 Jan 10 12:05 makefile [2023-01-10T12:11:22.971Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 10 12:05 res [2023-01-10T12:11:22.971Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 12:05 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:11:23.372Z] + 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=6bd47f15c5da31808950f5de66cc259deeda11fa --label arch=arm64 --label version=0.0.0 . [2023-01-10T12:11:23.372Z] Sending build context to Docker daemon 218.1kB [2023-01-10T12:11:23.643Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-10T12:11:23.643Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-10T12:11:23.643Z] ---> 1cdb8e89958d [2023-01-10T12:11:23.643Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-01-10T12:11:23.643Z] ---> Running in 9fd11b969dc5 [2023-01-10T12:11:23.911Z] Removing intermediate container 9fd11b969dc5 [2023-01-10T12:11:23.912Z] ---> 7144f052b800 [2023-01-10T12:11:23.912Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-10T12:11:23.912Z] ---> Running in 8cbc80114bf3 [2023-01-10T12:11:24.198Z] Removing intermediate container 8cbc80114bf3 [2023-01-10T12:11:24.199Z] ---> bf3a10f7f71e [2023-01-10T12:11:24.199Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-01-10T12:11:24.468Z] ---> Running in ca7958063362 [2023-01-10T12:11:24.736Z] Removing intermediate container ca7958063362 [2023-01-10T12:11:24.736Z] ---> efa8a0040f95 [2023-01-10T12:11:24.736Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-10T12:11:24.736Z] ---> Running in 5025b69559ce [2023-01-10T12:11:25.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T12:11:25.972Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T12:11:26.937Z] OK: 221 MiB in 51 packages [2023-01-10T12:11:27.905Z] Removing intermediate container 5025b69559ce [2023-01-10T12:11:27.905Z] ---> f557f894f2da [2023-01-10T12:11:27.905Z] Step 7/26 : WORKDIR /app [2023-01-10T12:11:27.905Z] ---> Running in 093a90a90c99 [2023-01-10T12:11:28.173Z] Removing intermediate container 093a90a90c99 [2023-01-10T12:11:28.173Z] ---> 4c60ff8995ef [2023-01-10T12:11:28.173Z] Step 8/26 : COPY go.mod vendor* ./ [2023-01-10T12:11:28.445Z] ---> b80dfe85e89c [2023-01-10T12:11:28.445Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T12:11:28.445Z] ---> Running in ab29f23c0474 [2023-01-10T12:11:30.388Z] Removing intermediate container ab29f23c0474 [2023-01-10T12:11:30.389Z] ---> af41175fd03e [2023-01-10T12:11:30.389Z] Step 10/26 : COPY . . [2023-01-10T12:11:30.974Z] ---> 64aeefd91a90 [2023-01-10T12:11:30.974Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-10T12:11:30.974Z] ---> Running in 710155ce52fd [2023-01-10T12:11:31.241Z] Removing intermediate container 710155ce52fd [2023-01-10T12:11:31.242Z] ---> 1e0e6a9b02cb [2023-01-10T12:11:31.242Z] Step 12/26 : RUN $MAKE [2023-01-10T12:11:31.242Z] ---> Running in 51d1c1922f77 [2023-01-10T12:11:32.205Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.12 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-01-10T12:13:38.890Z] Removing intermediate container 51d1c1922f77 [2023-01-10T12:13:38.890Z] ---> 7f06c863a4dd [2023-01-10T12:13:38.890Z] Step 13/26 : FROM alpine:3.16 [2023-01-10T12:13:38.890Z] 3.16: Pulling from library/alpine [2023-01-10T12:13:38.890Z] 6875df1f5354: Pulling fs layer [2023-01-10T12:13:38.890Z] 6875df1f5354: Verifying Checksum [2023-01-10T12:13:38.890Z] 6875df1f5354: Download complete [2023-01-10T12:13:38.890Z] 6875df1f5354: Pull complete [2023-01-10T12:13:38.890Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-10T12:13:38.890Z] Status: Downloaded newer image for alpine:3.16 [2023-01-10T12:13:38.890Z] ---> 2b4661558fb8 [2023-01-10T12:13:38.890Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-10T12:13:38.890Z] ---> Running in 6cac0d558f60 [2023-01-10T12:13:38.891Z] Removing intermediate container 6cac0d558f60 [2023-01-10T12:13:38.891Z] ---> 83aeda87f833 [2023-01-10T12:13:38.891Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-01-10T12:13:38.891Z] ---> Running in f6c3ee2ab4a5 [2023-01-10T12:13:38.891Z] Removing intermediate container f6c3ee2ab4a5 [2023-01-10T12:13:38.891Z] ---> f23b52fdfa37 [2023-01-10T12:13:38.891Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-10T12:13:38.891Z] ---> Running in 3e866698ed20 [2023-01-10T12:13:38.891Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T12:13:38.891Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T12:13:38.891Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-10T12:13:38.891Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-10T12:13:38.891Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T12:13:38.891Z] Executing ca-certificates-20220614-r0.trigger [2023-01-10T12:13:38.891Z] OK: 6 MiB in 16 packages [2023-01-10T12:13:38.891Z] Removing intermediate container 3e866698ed20 [2023-01-10T12:13:38.891Z] ---> 28dd27e3eccb [2023-01-10T12:13:38.891Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-10T12:13:38.891Z] ---> 5ab8a38ebce5 [2023-01-10T12:13:38.891Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-10T12:13:38.891Z] ---> 396babc2fde8 [2023-01-10T12:13:38.891Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-01-10T12:13:38.891Z] ---> 3f19c13d0e12 [2023-01-10T12:13:38.891Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-01-10T12:13:38.891Z] ---> 4099337006de [2023-01-10T12:13:38.891Z] Step 21/26 : EXPOSE 48095 [2023-01-10T12:13:38.891Z] ---> Running in 8d23abed0353 [2023-01-10T12:13:38.891Z] Removing intermediate container 8d23abed0353 [2023-01-10T12:13:38.891Z] ---> b58bfd206bb1 [2023-01-10T12:13:38.891Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-01-10T12:13:38.891Z] ---> Running in d45beeb52efa [2023-01-10T12:13:38.891Z] Removing intermediate container d45beeb52efa [2023-01-10T12:13:38.891Z] ---> deb95e996c76 [2023-01-10T12:13:38.891Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T12:13:38.891Z] ---> Running in 8f8a50f024ad [2023-01-10T12:13:38.891Z] Removing intermediate container 8f8a50f024ad [2023-01-10T12:13:38.891Z] ---> 38641461b5a5 [2023-01-10T12:13:38.891Z] Step 24/26 : LABEL arch=arm64 [2023-01-10T12:13:38.891Z] ---> Running in c5c417d68bb4 [2023-01-10T12:13:38.891Z] Removing intermediate container c5c417d68bb4 [2023-01-10T12:13:38.891Z] ---> dd07ae75cfb1 [2023-01-10T12:13:38.891Z] Step 25/26 : LABEL git_sha=6bd47f15c5da31808950f5de66cc259deeda11fa [2023-01-10T12:13:38.891Z] ---> Running in 2408619ce3c1 [2023-01-10T12:13:38.891Z] Removing intermediate container 2408619ce3c1 [2023-01-10T12:13:38.891Z] ---> 4041a05b90b7 [2023-01-10T12:13:38.891Z] Step 26/26 : LABEL version=0.0.0 [2023-01-10T12:13:38.891Z] ---> Running in 420ee8725424 [2023-01-10T12:13:39.158Z] Removing intermediate container 420ee8725424 [2023-01-10T12:13:39.158Z] ---> 619b07d8278d [2023-01-10T12:13:39.158Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-10T12:13:39.158Z] Successfully built 619b07d8278d [2023-01-10T12:13:39.158Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:13:39.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-10T12:13:39.932Z] [2023-01-10T12:13:39.932Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:13:40.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-10T12:13:40.336Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-10T12:13:40.336Z] 8998bd30e6a1: Pulling fs layer [2023-01-10T12:13:40.336Z] 04944245beec: Pulling fs layer [2023-01-10T12:13:40.336Z] 699f458cf7ca: Pulling fs layer [2023-01-10T12:13:40.336Z] 765212b225bb: Pulling fs layer [2023-01-10T12:13:40.336Z] f23df028b6ca: Pulling fs layer [2023-01-10T12:13:40.336Z] d65c8cfc05b1: Pulling fs layer [2023-01-10T12:13:40.336Z] 2437ff75d9bd: Pulling fs layer [2023-01-10T12:13:40.336Z] f23df028b6ca: Waiting [2023-01-10T12:13:40.336Z] d65c8cfc05b1: Waiting [2023-01-10T12:13:40.336Z] 2437ff75d9bd: Waiting [2023-01-10T12:13:40.336Z] 765212b225bb: Waiting [2023-01-10T12:13:40.606Z] 04944245beec: Verifying Checksum [2023-01-10T12:13:40.606Z] 04944245beec: Download complete [2023-01-10T12:13:40.606Z] 765212b225bb: Verifying Checksum [2023-01-10T12:13:40.606Z] 765212b225bb: Download complete [2023-01-10T12:13:40.606Z] f23df028b6ca: Verifying Checksum [2023-01-10T12:13:40.606Z] f23df028b6ca: Download complete [2023-01-10T12:13:40.606Z] d65c8cfc05b1: Verifying Checksum [2023-01-10T12:13:40.606Z] d65c8cfc05b1: Download complete [2023-01-10T12:13:40.882Z] 699f458cf7ca: Verifying Checksum [2023-01-10T12:13:40.882Z] 699f458cf7ca: Download complete [2023-01-10T12:13:41.152Z] 8998bd30e6a1: Verifying Checksum [2023-01-10T12:13:41.152Z] 8998bd30e6a1: Download complete [2023-01-10T12:13:43.737Z] 2437ff75d9bd: Verifying Checksum [2023-01-10T12:13:43.737Z] 2437ff75d9bd: Download complete [2023-01-10T12:13:45.151Z] 8998bd30e6a1: Pull complete [2023-01-10T12:13:45.418Z] 04944245beec: Pull complete [2023-01-10T12:13:46.829Z] 699f458cf7ca: Pull complete [2023-01-10T12:13:47.094Z] 765212b225bb: Pull complete [2023-01-10T12:13:47.679Z] f23df028b6ca: Pull complete [2023-01-10T12:13:47.948Z] d65c8cfc05b1: Pull complete [2023-01-10T12:14:02.952Z] 2437ff75d9bd: Pull complete [2023-01-10T12:14:02.952Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-10T12:14:02.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-10T12:14:02.952Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T12:14:03.272Z] prd-ubuntu20.04-docker-arm64-4c-16g-1558 does not seem to be running inside a container [2023-01-10T12:14:03.332Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-10T12:14:05.719Z] $ docker top 470bbbe9f9b03d532a4de236e69a06de7e86f5dd22547f0c5c21f63b9ff1f2dc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T12:14:06.409Z] ---> job-cost.sh [2023-01-10T12:14:06.688Z] lf-activate-venv: SKIPPING [2023-01-10T12:14:06.688Z] INFO: No Stack... [2023-01-10T12:14:07.655Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-10T12:14:08.241Z] INFO: Archiving Costs [Pipeline] sh [2023-01-10T12:14:08.607Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2023-01-10T12:14:08.607Z] + cut -d, -f6 [Pipeline] lock [2023-01-10T12:14:08.713Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] [2023-01-10T12:14:08.717Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] did not exist. Created. [2023-01-10T12:14:08.718Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-10T12:14:09.134Z] /w/workspace/app-service-configurable/1@tmp/durable-72c47f4b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-10T12:14:09.489Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-10T12:14:09.784Z] Warning: overwriting stash ‘stack-cost’ [2023-01-10T12:14:09.832Z] Stashed 1 file(s) [Pipeline] } [2023-01-10T12:14:09.847Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-10T12:14:09.928Z] $ docker stop --time=1 470bbbe9f9b03d532a4de236e69a06de7e86f5dd22547f0c5c21f63b9ff1f2dc [2023-01-10T12:14:11.446Z] $ docker rm -f --volumes 470bbbe9f9b03d532a4de236e69a06de7e86f5dd22547f0c5c21f63b9ff1f2dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-01-10T12:14:12.460Z] provisioning config files... [2023-01-10T12:14:12.469Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-497@tmp/config5526224304392556196tmp [Pipeline] { [Pipeline] sh [2023-01-10T12:14:12.798Z] + set +x [2023-01-10T12:14:12.798Z] + bash -s -- [2023-01-10T12:14:12.798Z] + curl -s https://codecov.io/bash [2023-01-10T12:14:12.798Z] [2023-01-10T12:14:12.798Z] _____ _ [2023-01-10T12:14:12.798Z] / ____| | | [2023-01-10T12:14:12.798Z] | | ___ __| | ___ ___ _____ __ [2023-01-10T12:14:12.798Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-10T12:14:12.798Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-10T12:14:12.798Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-10T12:14:12.798Z] Bash-1.0.6 [2023-01-10T12:14:12.798Z] [2023-01-10T12:14:12.798Z] [2023-01-10T12:14:12.798Z] ==> git version 2.25.1 found [2023-01-10T12:14:12.798Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-01-10T12:14:12.798Z] Release-Date: 2020-01-08 [2023-01-10T12:14:12.798Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-10T12:14:12.798Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-10T12:14:12.798Z] ==> Jenkins CI detected. [2023-01-10T12:14:12.798Z] current dir:  /w/workspace/_app-service-configurable_PR-497 [2023-01-10T12:14:12.798Z] project root: . [2023-01-10T12:14:12.798Z] --> token set from env [2023-01-10T12:14:12.798Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-10T12:14:12.798Z] ==> Running gcov in . (disable via -X gcov) [2023-01-10T12:14:12.798Z] ==> Python coveragepy not found [2023-01-10T12:14:12.798Z] ==> Searching for coverage reports in: [2023-01-10T12:14:12.798Z] + . [2023-01-10T12:14:12.798Z] -> Found 1 reports [2023-01-10T12:14:12.798Z] ==> Detecting git/mercurial file structure [2023-01-10T12:14:12.798Z] ==> Reading reports [2023-01-10T12:14:13.058Z] + ./coverage.out bytes=13 [2023-01-10T12:14:13.058Z] ==> Appending adjustments [2023-01-10T12:14:13.058Z] https://docs.codecov.io/docs/fixing-reports [2023-01-10T12:14:13.058Z] + Found adjustments [2023-01-10T12:14:13.058Z] ==> Gzipping contents [2023-01-10T12:14:13.058Z] 4.0K /tmp/codecov.l3qWnQ.gz [2023-01-10T12:14:13.058Z] ==> Uploading reports [2023-01-10T12:14:13.058Z] url: https://codecov.io [2023-01-10T12:14:13.058Z] query: branch=PR-497&commit=6bd47f15c5da31808950f5de66cc259deeda11fa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-497%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=497&job=&cmd_args= [2023-01-10T12:14:13.058Z] -> Pinging Codecov [2023-01-10T12:14:13.058Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-497&commit=6bd47f15c5da31808950f5de66cc259deeda11fa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-497%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=497&job=&cmd_args= [2023-01-10T12:14:13.318Z] -> Uploading to [2023-01-10T12:14:13.318Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-10/A97CA9966030D2A3747ED39772930CCE/6bd47f15c5da31808950f5de66cc259deeda11fa/8bbe122c-f868-4f64-bd00-e1fe84e259f6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230110T121413Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0a1b6ae5fd060f4cb1b8aceb0b1915619f0283ae28d5db2eb38f504957784a00 [2023-01-10T12:14:13.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T12:14:13.318Z] Dload Upload Total Spent Left Speed [2023-01-10T12:14:13.579Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 530 0 0 100 530 0 1892 --:--:-- --:--:-- --:--:-- 1899 [2023-01-10T12:14:13.579Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/6bd47f15c5da31808950f5de66cc259deeda11fa [Pipeline] } [2023-01-10T12:14:13.605Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-10T12:14:15.382Z] + [ -d /w/workspace/_app-service-configurable_PR-497/archives ] [2023-01-10T12:14:15.383Z] + ls -al /w/workspace/_app-service-configurable_PR-497/archives [2023-01-10T12:14:15.383Z] total 16 [2023-01-10T12:14:15.383Z] drwxr-xr-x 3 root root 4096 Jan 10 12:05 . [2023-01-10T12:14:15.383Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 10 12:05 .. [2023-01-10T12:14:15.383Z] drwxr-xr-x 2 root root 4096 Jan 10 12:05 cost [2023-01-10T12:14:15.383Z] -rw-r--r-- 1 root root 96 Jan 10 12:05 cost.csv [2023-01-10T12:14:15.383Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-497/archives [2023-01-10T12:14:15.383Z] + ls -al /w/workspace/_app-service-configurable_PR-497/archives [2023-01-10T12:14:15.383Z] total 16 [2023-01-10T12:14:15.383Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 10 12:05 . [2023-01-10T12:14:15.383Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 10 12:05 .. [2023-01-10T12:14:15.383Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 10 12:05 cost [2023-01-10T12:14:15.383Z] -rw-r--r-- 1 jenkins jenkins 96 Jan 10 12:05 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-10T12:14:15.715Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T12:14:16.605Z] ---> package-listing.sh [2023-01-10T12:14:16.605Z] ++ facter osfamily [2023-01-10T12:14:16.605Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-10T12:14:16.866Z] + OS_FAMILY=debian [2023-01-10T12:14:16.866Z] + workspace=/w/workspace/_app-service-configurable_PR-497 [2023-01-10T12:14:16.866Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-10T12:14:16.866Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-10T12:14:16.866Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-10T12:14:16.866Z] + PACKAGES=/tmp/packages_start.txt [2023-01-10T12:14:16.866Z] + '[' /w/workspace/_app-service-configurable_PR-497 ']' [2023-01-10T12:14:16.866Z] + PACKAGES=/tmp/packages_end.txt [2023-01-10T12:14:16.866Z] + case "${OS_FAMILY}" in [2023-01-10T12:14:16.866Z] + dpkg -l [2023-01-10T12:14:16.866Z] + grep '^ii' [2023-01-10T12:14:16.866Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-10T12:14:16.866Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-10T12:14:16.866Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-10T12:14:16.866Z] + '[' /w/workspace/_app-service-configurable_PR-497 ']' [2023-01-10T12:14:16.866Z] + mkdir -p /w/workspace/_app-service-configurable_PR-497/archives/ [2023-01-10T12:14:16.866Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-497/archives/ [Pipeline] echo [2023-01-10T12:14:16.902Z] 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-497/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-10T12:14:17.195Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T12:14:17.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T12:14:17.826Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T12:14:17.966Z] prd-ubuntu20.04-docker-8c-8g-1556 does not seem to be running inside a container [2023-01-10T12:14:17.995Z] $ 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-497/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-497 -v /w/workspace/_app-service-configurable_PR-497:/w/workspace/_app-service-configurable_PR-497:rw,z -v /w/workspace/_app-service-configurable_PR-497@tmp:/w/workspace/_app-service-configurable_PR-497@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-10T12:14:18.214Z] $ docker top df4e4010d9eb6378622cb583e39c977c145e3baa95c457f60b6703ad496ce923 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T12:14:18.601Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-10T12:14:18.907Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-10T12:14:19.212Z] + ls /var/log/sa-host [2023-01-10T12:14:19.212Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T12:14:19.421Z] provisioning config files... [2023-01-10T12:14:19.429Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-497@tmp/config6564777272709404443tmp [Pipeline] { [Pipeline] echo [2023-01-10T12:14:19.483Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T12:14:19.801Z] ---> create-netrc.sh [Pipeline] } [2023-01-10T12:14:19.828Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-10T12:14:20.239Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-10T12:14:20.313Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T12:14:20.623Z] ---> sudo-logs.sh [2023-01-10T12:14:20.623Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-10T12:14:20.709Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T12:14:21.018Z] ---> job-cost.sh [2023-01-10T12:14:21.018Z] lf-activate-venv: SKIPPING [2023-01-10T12:14:21.018Z] DEBUG: total: 0.2199999988079071 [2023-01-10T12:14:21.018Z] INFO: Retrieving Stack Cost... [2023-01-10T12:14:21.585Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-10T12:14:21.844Z] INFO: Archiving Costs [Pipeline] echo [2023-01-10T12:14:21.909Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T12:14:22.228Z] ---> logs-deploy.sh [2023-01-10T12:14:22.228Z] lf-activate-venv: SKIPPING [2023-01-10T12:14:22.228Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-497/1 [2023-01-10T12:14:22.228Z] INFO: archiving workspace using pattern(s): [2023-01-10T12:14:23.162Z] Archives upload complete. [2023-01-10T12:14:23.162Z] INFO: archiving logs to Nexus