Pull request #540 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 804e4786b491f3e9a5aca5665f9255f1211c30ed+726c7bac779ae455276856dfdf2d144874947dc5 (97ad2265585be7b7dd0fd03b1b494f0b2647724a) 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-ssh7643803933281159392.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh13943764741600625502.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-540/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-540/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17172911175871597401.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-540/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10257702163195984075.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh11538745803990410476.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-540/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-540/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh769111128160787350.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 66200e8eedfc470904d6b329e562ec5b45423d6a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6295 in /w/workspace/_app-service-configurable_PR-540 [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-540 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/540/head:refs/remotes/origin/PR-540 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 726c7bac779ae455276856dfdf2d144874947dc5 into PR head commit 804e4786b491f3e9a5aca5665f9255f1211c30ed Merge succeeded, producing 804e4786b491f3e9a5aca5665f9255f1211c30ed Checking out Revision 804e4786b491f3e9a5aca5665f9255f1211c30ed (PR-540) 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 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-29T23:07:23.857Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 804e4786b491f3e9a5aca5665f9255f1211c30ed # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 726c7bac779ae455276856dfdf2d144874947dc5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 804e4786b491f3e9a5aca5665f9255f1211c30ed # timeout=10 [Pipeline] withCredentials [2023-03-29T23:07:24.032Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-29T23:07:24.126Z] ========================================================= [2023-03-29T23:07:24.126Z] EdgeX Global Pipelines Version Info [2023-03-29T23:07:24.126Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:07:24.866Z] ------------------- [2023-03-29T23:07:24.866Z] stable info: [2023-03-29T23:07:24.866Z] ------------------- [2023-03-29T23:07:24.866Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-29T23:07:24.866Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-29T23:07:24.866Z] Message: update stable to v1.0.245 [2023-03-29T23:07:25.435Z] ------------------- [2023-03-29T23:07:25.435Z] experimental info: [2023-03-29T23:07:25.435Z] ------------------- [2023-03-29T23:07:25.435Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-29T23:07:25.435Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-03-29T23:07:25.435Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-29T23:07:25.747Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-03-29T23:07:25.791Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-03-29T23:07:25.832Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-29T23:07:25.874Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-29T23:07:25.915Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-29T23:07:25.952Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-29T23:07:25.990Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-29T23:07:26.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-29T23:07:26.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-29T23:07:26.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-29T23:07:26.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-29T23:07:26.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-03-29T23:07:26.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-29T23:07:26.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-29T23:07:26.320Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-29T23:07:26.368Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-29T23:07:26.410Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-29T23:07:26.451Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-29T23:07:26.492Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-29T23:07:26.533Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-29T23:07:26.573Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-29T23:07:26.613Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-29T23:07:26.650Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-29T23:07:26.694Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-29T23:07:26.731Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-29T23:07:26.768Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-29T23:07:26.806Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-29T23:07:26.846Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-540 [Pipeline] echo [2023-03-29T23:07:26.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-540 [Pipeline] echo [2023-03-29T23:07:26.917Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-540 [Pipeline] echo [2023-03-29T23:07:26.952Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 804e4786b491f3e9a5aca5665f9255f1211c30ed [Pipeline] echo [2023-03-29T23:07:26.992Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 804e478 [Pipeline] echo [2023-03-29T23:07:27.035Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-29T23:07:27.140Z] provisioning config files... [2023-03-29T23:07:27.154Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-540@tmp/config2921435226185949847tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:07:27.498Z] ---> docker-login.sh [2023-03-29T23:07:27.498Z] nexus3.edgexfoundry.org:10001 [2023-03-29T23:07:27.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:07:27.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:07:27.760Z] Configure a credential helper to remove this warning. See [2023-03-29T23:07:27.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:07:27.760Z] [2023-03-29T23:07:27.760Z] Login Succeeded [2023-03-29T23:07:27.760Z] nexus3.edgexfoundry.org:10002 [2023-03-29T23:07:27.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:07:28.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:07:28.026Z] Configure a credential helper to remove this warning. See [2023-03-29T23:07:28.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:07:28.026Z] [2023-03-29T23:07:28.026Z] Login Succeeded [2023-03-29T23:07:28.026Z] nexus3.edgexfoundry.org:10003 [2023-03-29T23:07:28.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:07:28.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:07:28.026Z] Configure a credential helper to remove this warning. See [2023-03-29T23:07:28.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:07:28.026Z] [2023-03-29T23:07:28.026Z] Login Succeeded [2023-03-29T23:07:28.026Z] nexus3.edgexfoundry.org:10004 [2023-03-29T23:07:28.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:07:28.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:07:28.288Z] Configure a credential helper to remove this warning. See [2023-03-29T23:07:28.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:07:28.288Z] [2023-03-29T23:07:28.288Z] Login Succeeded [2023-03-29T23:07:28.288Z] docker.io [2023-03-29T23:07:28.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:07:28.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:07:28.549Z] Configure a credential helper to remove this warning. See [2023-03-29T23:07:28.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:07:28.549Z] [2023-03-29T23:07:28.549Z] Login Succeeded [2023-03-29T23:07:28.549Z] ---> docker-login.sh ends [Pipeline] } [2023-03-29T23:07:28.578Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-29T23:07:29.279Z] + git rev-list -1 --merges 804e4786b491f3e9a5aca5665f9255f1211c30ed~1..804e4786b491f3e9a5aca5665f9255f1211c30ed [Pipeline] echo [2023-03-29T23:07:29.338Z] -----------> git rev-list -1 --merges 804e4786b491f3e9a5aca5665f9255f1211c30ed~1..804e4786b491f3e9a5aca5665f9255f1211c30ed 804e4786b491f3e9a5aca5665f9255f1211c30ed [false] [Pipeline] sh [2023-03-29T23:07:29.640Z] + git log --format=format:%s -1 804e4786b491f3e9a5aca5665f9255f1211c30ed [Pipeline] echo [2023-03-29T23:07:29.673Z] ========================================================= [2023-03-29T23:07:29.673Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-29T23:07:29.673Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-29T23:07:30.110Z] + git log --format=format:%s -1 804e4786b491f3e9a5aca5665f9255f1211c30ed [Pipeline] echo [2023-03-29T23:07:30.142Z] [semverPrep] GIT_COMMIT: 804e4786b491f3e9a5aca5665f9255f1211c30ed, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2023-03-29T23:07:30.174Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-29T23:07:30.551Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-29T23:07:30.552Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-29T23:07:30.552Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-29T23:07:30.552Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-29T23:07:30.552Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-29T23:07:30.552Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-29T23:07:30.552Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:07:30.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-29T23:07:30.971Z] [2023-03-29T23:07:30.971Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:07:31.348Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-29T23:07:31.349Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-29T23:07:31.349Z] b85a868b505f: Pulling fs layer [2023-03-29T23:07:31.349Z] e2be974225ed: Pulling fs layer [2023-03-29T23:07:31.349Z] 339a4e72a1f5: Pulling fs layer [2023-03-29T23:07:31.349Z] 988bab9f4d93: Pulling fs layer [2023-03-29T23:07:31.349Z] 1469e6f7b9e6: Pulling fs layer [2023-03-29T23:07:31.349Z] eaf3925da568: Pulling fs layer [2023-03-29T23:07:31.349Z] bab4dde63d76: Pulling fs layer [2023-03-29T23:07:31.349Z] bde34c3a00c8: Pulling fs layer [2023-03-29T23:07:31.349Z] b352a97aabf1: Pulling fs layer [2023-03-29T23:07:31.349Z] 4872d77fe225: Pulling fs layer [2023-03-29T23:07:31.349Z] 5851b861e8e6: Pulling fs layer [2023-03-29T23:07:31.349Z] 1469e6f7b9e6: Waiting [2023-03-29T23:07:31.349Z] 988bab9f4d93: Waiting [2023-03-29T23:07:31.349Z] bab4dde63d76: Waiting [2023-03-29T23:07:31.349Z] 5851b861e8e6: Waiting [2023-03-29T23:07:31.349Z] bde34c3a00c8: Waiting [2023-03-29T23:07:31.349Z] eaf3925da568: Waiting [2023-03-29T23:07:31.349Z] 4872d77fe225: Waiting [2023-03-29T23:07:31.349Z] b352a97aabf1: Waiting [2023-03-29T23:07:31.349Z] e2be974225ed: Download complete [2023-03-29T23:07:31.349Z] 988bab9f4d93: Verifying Checksum [2023-03-29T23:07:31.349Z] 988bab9f4d93: Download complete [2023-03-29T23:07:31.609Z] 1469e6f7b9e6: Verifying Checksum [2023-03-29T23:07:31.609Z] 1469e6f7b9e6: Download complete [2023-03-29T23:07:31.609Z] eaf3925da568: Download complete [2023-03-29T23:07:31.609Z] 339a4e72a1f5: Verifying Checksum [2023-03-29T23:07:31.609Z] 339a4e72a1f5: Download complete [2023-03-29T23:07:31.609Z] bde34c3a00c8: Verifying Checksum [2023-03-29T23:07:31.609Z] bde34c3a00c8: Download complete [2023-03-29T23:07:31.609Z] b352a97aabf1: Verifying Checksum [2023-03-29T23:07:31.609Z] b352a97aabf1: Download complete [2023-03-29T23:07:31.609Z] 4872d77fe225: Verifying Checksum [2023-03-29T23:07:31.609Z] 4872d77fe225: Download complete [2023-03-29T23:07:31.609Z] 5851b861e8e6: Verifying Checksum [2023-03-29T23:07:31.609Z] 5851b861e8e6: Download complete [2023-03-29T23:07:31.609Z] b85a868b505f: Verifying Checksum [2023-03-29T23:07:31.609Z] b85a868b505f: Download complete [2023-03-29T23:07:31.869Z] bab4dde63d76: Verifying Checksum [2023-03-29T23:07:31.869Z] bab4dde63d76: Download complete [2023-03-29T23:07:32.804Z] b85a868b505f: Pull complete [2023-03-29T23:07:33.063Z] e2be974225ed: Pull complete [2023-03-29T23:07:33.631Z] 339a4e72a1f5: Pull complete [2023-03-29T23:07:33.631Z] 988bab9f4d93: Pull complete [2023-03-29T23:07:33.893Z] 1469e6f7b9e6: Pull complete [2023-03-29T23:07:33.893Z] eaf3925da568: Pull complete [2023-03-29T23:07:35.797Z] bab4dde63d76: Pull complete [2023-03-29T23:07:35.797Z] bde34c3a00c8: Pull complete [2023-03-29T23:07:35.797Z] b352a97aabf1: Pull complete [2023-03-29T23:07:35.797Z] 4872d77fe225: Pull complete [2023-03-29T23:07:35.797Z] 5851b861e8e6: Pull complete [2023-03-29T23:07:35.797Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-29T23:07:35.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-29T23:07:35.797Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:07:36.033Z] prd-ubuntu20.04-docker-8c-8g-6295 does not seem to be running inside a container [2023-03-29T23:07:36.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-540 -v /w/workspace/_app-service-configurable_PR-540:/w/workspace/_app-service-configurable_PR-540:rw,z -v /w/workspace/_app-service-configurable_PR-540@tmp:/w/workspace/_app-service-configurable_PR-540@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-03-29T23:07:37.401Z] $ docker top c731f49d8c65d6387fa22c2ff093537416d9e92799c698035ed0a769ad6125a3 -eo pid,comm [2023-03-29T23:07:37.457Z] 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-03-29T23:07:37.457Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-29T23:07:37.592Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-29T23:07:37.592Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-29T23:07:37.717Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-29T23:07:37.723Z] $ docker exec c731f49d8c65d6387fa22c2ff093537416d9e92799c698035ed0a769ad6125a3 ssh-agent [2023-03-29T23:07:37.818Z] SSH_AUTH_SOCK=/tmp/ssh-aK0WLXYoFf1d/agent.33 [2023-03-29T23:07:37.818Z] SSH_AGENT_PID=39 [2023-03-29T23:07:37.823Z] Running ssh-add (command line suppressed) [2023-03-29T23:07:37.922Z] Identity added: /w/workspace/_app-service-configurable_PR-540@tmp/private_key_4123811327431300024.key (/w/workspace/_app-service-configurable_PR-540@tmp/private_key_4123811327431300024.key) [2023-03-29T23:07:37.937Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-29T23:07:38.450Z] + git tag --points-at HEAD [Pipeline] } [2023-03-29T23:07:38.478Z] $ docker exec --env ******** --env ******** c731f49d8c65d6387fa22c2ff093537416d9e92799c698035ed0a769ad6125a3 ssh-agent -k [2023-03-29T23:07:38.573Z] unset SSH_AUTH_SOCK; [2023-03-29T23:07:38.573Z] unset SSH_AGENT_PID; [2023-03-29T23:07:38.573Z] echo Agent pid 39 killed; [2023-03-29T23:07:38.582Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-29T23:07:38.673Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-29T23:07:38.673Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-29T23:07:38.784Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-29T23:07:38.790Z] $ docker exec c731f49d8c65d6387fa22c2ff093537416d9e92799c698035ed0a769ad6125a3 ssh-agent [2023-03-29T23:07:38.908Z] SSH_AUTH_SOCK=/tmp/ssh-o4WSvNYJwj0S/agent.71 [2023-03-29T23:07:38.908Z] SSH_AGENT_PID=77 [2023-03-29T23:07:38.912Z] Running ssh-add (command line suppressed) [2023-03-29T23:07:39.014Z] Identity added: /w/workspace/_app-service-configurable_PR-540@tmp/private_key_10486796756591182577.key (/w/workspace/_app-service-configurable_PR-540@tmp/private_key_10486796756591182577.key) [2023-03-29T23:07:39.030Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-29T23:07:39.353Z] + git semver init [2023-03-29T23:07:39.612Z] 2023-03-29 23:07:39,533 [run_init] DEBUG init version:0.0.0 force:False [2023-03-29T23:07:39.612Z] 2023-03-29 23:07:39,534 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-540/.semver [2023-03-29T23:07:39.612Z] 2023-03-29 23:07:39,535 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-540/.semver [2023-03-29T23:07:39.612Z] 2023-03-29 23:07:39,535 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-540/.semver'], cwd=/w/workspace/_app-service-configurable_PR-540, universal_newlines=False, shell=None, istream=None) [2023-03-29T23:07:40.547Z] 2023-03-29 23:07:40,260 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-540/.git/info/exclude [2023-03-29T23:07:40.547Z] 2023-03-29 23:07:40,261 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-540/.semver/PR-540 with force:False [2023-03-29T23:07:40.547Z] 2023-03-29 23:07:40,261 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-540/.semver/PR-540 [2023-03-29T23:07:40.547Z] 2023-03-29 23:07:40,265 [execute] INFO git cat-file --batch-check [2023-03-29T23:07:40.547Z] 2023-03-29 23:07:40,265 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-540/.semver, universal_newlines=False, shell=None, istream=) [2023-03-29T23:07:40.547Z] 2023-03-29 23:07:40,271 [execute] INFO git cat-file --batch [2023-03-29T23:07:40.547Z] 2023-03-29 23:07:40,271 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-540/.semver, universal_newlines=False, shell=None, istream=) [2023-03-29T23:07:40.547Z] 2023-03-29 23:07:40,276 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-540/.semver/PR-540 [2023-03-29T23:07:40.547Z] 0.0.0 [Pipeline] } [2023-03-29T23:07:40.576Z] $ docker exec --env ******** --env ******** c731f49d8c65d6387fa22c2ff093537416d9e92799c698035ed0a769ad6125a3 ssh-agent -k [2023-03-29T23:07:40.669Z] unset SSH_AUTH_SOCK; [2023-03-29T23:07:40.670Z] unset SSH_AGENT_PID; [2023-03-29T23:07:40.670Z] echo Agent pid 77 killed; [2023-03-29T23:07:40.675Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-29T23:07:41.077Z] + git semver [Pipeline] } [2023-03-29T23:07:41.363Z] $ docker stop --time=1 c731f49d8c65d6387fa22c2ff093537416d9e92799c698035ed0a769ad6125a3 [2023-03-29T23:07:42.689Z] $ docker rm -f --volumes c731f49d8c65d6387fa22c2ff093537416d9e92799c698035ed0a769ad6125a3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-29T23:07:43.083Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-29T23:07:43.332Z] Stashed 1 file(s) [Pipeline] echo [2023-03-29T23:07:43.349Z] [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-03-29T23:07:43.882Z] provisioning config files... [2023-03-29T23:07:43.891Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-540@tmp/config10191619214169681649tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:07:44.230Z] ---> docker-login.sh [2023-03-29T23:07:44.230Z] nexus3.edgexfoundry.org:10001 [2023-03-29T23:07:44.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:07:44.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:07:44.230Z] Configure a credential helper to remove this warning. See [2023-03-29T23:07:44.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:07:44.230Z] [2023-03-29T23:07:44.230Z] Login Succeeded [2023-03-29T23:07:44.230Z] nexus3.edgexfoundry.org:10002 [2023-03-29T23:07:44.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:07:44.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:07:44.230Z] Configure a credential helper to remove this warning. See [2023-03-29T23:07:44.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:07:44.230Z] [2023-03-29T23:07:44.230Z] Login Succeeded [2023-03-29T23:07:44.230Z] nexus3.edgexfoundry.org:10003 [2023-03-29T23:07:44.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:07:44.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:07:44.491Z] Configure a credential helper to remove this warning. See [2023-03-29T23:07:44.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:07:44.491Z] [2023-03-29T23:07:44.491Z] Login Succeeded [2023-03-29T23:07:44.491Z] nexus3.edgexfoundry.org:10004 [2023-03-29T23:07:44.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:07:44.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:07:44.491Z] Configure a credential helper to remove this warning. See [2023-03-29T23:07:44.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:07:44.492Z] [2023-03-29T23:07:44.492Z] Login Succeeded [2023-03-29T23:07:44.492Z] docker.io [2023-03-29T23:07:44.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:07:44.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:07:44.751Z] Configure a credential helper to remove this warning. See [2023-03-29T23:07:44.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:07:44.751Z] [2023-03-29T23:07:44.751Z] Login Succeeded [2023-03-29T23:07:44.751Z] ---> docker-login.sh ends [Pipeline] } [2023-03-29T23:07:44.779Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-29T23:07:44.956Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-29T23:07:44.988Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-29T23:07:45.016Z] ========================================================= [2023-03-29T23:07:45.016Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-29T23:07:45.016Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:07:45.488Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-29T23:07:45.488Z] Sending build context to Docker daemon 3.254MB [2023-03-29T23:07:45.488Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-29T23:07:45.488Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-29T23:07:45.488Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-29T23:07:45.488Z] 63b65145d645: Pulling fs layer [2023-03-29T23:07:45.488Z] a2d21d5440eb: Pulling fs layer [2023-03-29T23:07:45.488Z] 935e6c44a52c: Pulling fs layer [2023-03-29T23:07:45.488Z] 94cc34f8dd06: Pulling fs layer [2023-03-29T23:07:45.488Z] 30dea6a524f1: Pulling fs layer [2023-03-29T23:07:45.488Z] a2aff8979fd8: Pulling fs layer [2023-03-29T23:07:45.488Z] 6808be2612f2: Pulling fs layer [2023-03-29T23:07:45.488Z] f25807f1079a: Pulling fs layer [2023-03-29T23:07:45.488Z] 94cc34f8dd06: Waiting [2023-03-29T23:07:45.488Z] a2aff8979fd8: Waiting [2023-03-29T23:07:45.488Z] 6808be2612f2: Waiting [2023-03-29T23:07:45.488Z] 30dea6a524f1: Waiting [2023-03-29T23:07:45.488Z] a2d21d5440eb: Verifying Checksum [2023-03-29T23:07:45.488Z] a2d21d5440eb: Download complete [2023-03-29T23:07:45.488Z] 94cc34f8dd06: Verifying Checksum [2023-03-29T23:07:45.488Z] 94cc34f8dd06: Download complete [2023-03-29T23:07:45.488Z] 30dea6a524f1: Verifying Checksum [2023-03-29T23:07:45.488Z] 30dea6a524f1: Download complete [2023-03-29T23:07:45.488Z] 63b65145d645: Verifying Checksum [2023-03-29T23:07:45.488Z] 63b65145d645: Download complete [2023-03-29T23:07:45.749Z] a2aff8979fd8: Verifying Checksum [2023-03-29T23:07:45.749Z] a2aff8979fd8: Download complete [2023-03-29T23:07:45.749Z] 63b65145d645: Pull complete [2023-03-29T23:07:46.016Z] a2d21d5440eb: Pull complete [2023-03-29T23:07:46.016Z] f25807f1079a: Verifying Checksum [2023-03-29T23:07:46.016Z] f25807f1079a: Download complete [2023-03-29T23:07:46.274Z] 935e6c44a52c: Download complete [2023-03-29T23:07:46.538Z] 6808be2612f2: Verifying Checksum [2023-03-29T23:07:46.538Z] 6808be2612f2: Download complete [2023-03-29T23:07:49.819Z] 935e6c44a52c: Pull complete [2023-03-29T23:07:49.819Z] 94cc34f8dd06: Pull complete [2023-03-29T23:07:49.819Z] 30dea6a524f1: Pull complete [2023-03-29T23:07:49.819Z] a2aff8979fd8: Pull complete [2023-03-29T23:07:52.366Z] 6808be2612f2: Pull complete [2023-03-29T23:07:52.934Z] f25807f1079a: Pull complete [2023-03-29T23:07:52.934Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-29T23:07:52.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-29T23:07:52.934Z] ---> 3b553350e43f [2023-03-29T23:07:52.934Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-29T23:07:54.316Z] ---> Running in b738ae8a3203 [2023-03-29T23:07:54.316Z] Removing intermediate container b738ae8a3203 [2023-03-29T23:07:54.316Z] ---> 80fced1f9c53 [2023-03-29T23:07:54.316Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-29T23:07:54.316Z] ---> Running in 6f267ad1dbca [2023-03-29T23:07:54.576Z] Removing intermediate container 6f267ad1dbca [2023-03-29T23:07:54.576Z] ---> f075662d78d7 [2023-03-29T23:07:54.576Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-29T23:07:54.576Z] ---> Running in 169c4f6b2466 [2023-03-29T23:07:54.576Z] Removing intermediate container 169c4f6b2466 [2023-03-29T23:07:54.576Z] ---> ecd587a5339c [2023-03-29T23:07:54.576Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-29T23:07:54.576Z] ---> Running in 7518cd626408 [2023-03-29T23:07:54.835Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-29T23:07:55.095Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-29T23:07:55.095Z] OK: 265 MiB in 53 packages [2023-03-29T23:07:55.663Z] Removing intermediate container 7518cd626408 [2023-03-29T23:07:55.663Z] ---> 24c48e73df62 [2023-03-29T23:07:55.663Z] Step 7/12 : WORKDIR /app [2023-03-29T23:07:55.663Z] ---> Running in c80ba84528c4 [2023-03-29T23:07:55.663Z] Removing intermediate container c80ba84528c4 [2023-03-29T23:07:55.663Z] ---> ce6ffdd22d5a [2023-03-29T23:07:55.663Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-29T23:07:55.663Z] ---> 9373de6e6b1b [2023-03-29T23:07:55.663Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-29T23:07:55.927Z] ---> Running in c0c1536faf47 [2023-03-29T23:07:58.722Z] Still waiting to schedule task [2023-03-29T23:07:58.722Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-29T23:08:17.886Z] Removing intermediate container c0c1536faf47 [2023-03-29T23:08:17.886Z] ---> 8d3314796175 [2023-03-29T23:08:17.886Z] Step 10/12 : COPY . . [2023-03-29T23:08:17.886Z] ---> f27306765595 [2023-03-29T23:08:17.886Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-29T23:08:17.886Z] ---> Running in 7efce646b9cd [2023-03-29T23:08:17.886Z] Removing intermediate container 7efce646b9cd [2023-03-29T23:08:17.886Z] ---> 4c3931768ebf [2023-03-29T23:08:17.886Z] Step 12/12 : RUN $MAKE [2023-03-29T23:08:17.886Z] ---> Running in 48f68f54d1ba [2023-03-29T23:08:17.886Z] noop [2023-03-29T23:08:17.886Z] Removing intermediate container 48f68f54d1ba [2023-03-29T23:08:17.886Z] ---> bcd4eb93212d [2023-03-29T23:08:17.886Z] Successfully built bcd4eb93212d [2023-03-29T23:08:17.886Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:08:18.356Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-29T23:08:18.356Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:08:18.505Z] prd-ubuntu20.04-docker-8c-8g-6295 does not seem to be running inside a container [2023-03-29T23:08:18.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-540 -v /w/workspace/_app-service-configurable_PR-540:/w/workspace/_app-service-configurable_PR-540:rw,z -v /w/workspace/_app-service-configurable_PR-540@tmp:/w/workspace/_app-service-configurable_PR-540@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-03-29T23:08:18.866Z] $ docker top 8b8468c7b8cbdb15a933967ea029937c4f97554f817fe8b5d31d5c504f1411b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-29T23:08:19.257Z] + go version [2023-03-29T23:08:19.257Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-29T23:08:19.310Z] $ docker stop --time=1 8b8468c7b8cbdb15a933967ea029937c4f97554f817fe8b5d31d5c504f1411b2 [2023-03-29T23:08:20.580Z] $ docker rm -f --volumes 8b8468c7b8cbdb15a933967ea029937c4f97554f817fe8b5d31d5c504f1411b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:08:21.435Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-29T23:08:21.436Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:08:21.619Z] prd-ubuntu20.04-docker-8c-8g-6295 does not seem to be running inside a container [2023-03-29T23:08:21.648Z] $ 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-540 -v /w/workspace/_app-service-configurable_PR-540:/w/workspace/_app-service-configurable_PR-540:rw,z -v /w/workspace/_app-service-configurable_PR-540@tmp:/w/workspace/_app-service-configurable_PR-540@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-03-29T23:08:21.975Z] $ docker top 8cf527fd99373a4ae3950c3e56a5d5992a8a2ceff2ef3c7ad0b3674ace78e6b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-29T23:08:22.355Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-540 [Pipeline] fileExists [Pipeline] sh [2023-03-29T23:08:22.715Z] + make test [2023-03-29T23:08:22.715Z] go test -race -coverprofile=coverage.out ./... [2023-03-29T23:08:40.805Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-29T23:08:58.871Z] go vet ./... [2023-03-29T23:09:00.241Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-29T23:09:00.241Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-29T23:09:00.241Z] ./bin/test-attribution-txt.sh [2023-03-29T23:09:00.241Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-03-29T23:09:00.401Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-29T23:09:00.434Z] $ docker stop --time=1 8cf527fd99373a4ae3950c3e56a5d5992a8a2ceff2ef3c7ad0b3674ace78e6b8 [2023-03-29T23:09:03.328Z] $ docker rm -f --volumes 8cf527fd99373a4ae3950c3e56a5d5992a8a2ceff2ef3c7ad0b3674ace78e6b8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-29T23:09:05.317Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-29T23:09:05.383Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-29T23:09:05.842Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6297 in /w/workspace/_app-service-configurable_PR-540 [Pipeline] { [Pipeline] ws [2023-03-29T23:09:05.894Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-03-29T23:09:06.029Z] Selected Git installation does not exist. Using Default [2023-03-29T23:09:06.029Z] The recommended git tool is: NONE [2023-03-29T23:09:06.041Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-29T23:09:06.347Z] + ls -al . [2023-03-29T23:09:06.347Z] total 176 [2023-03-29T23:09:06.347Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 23:08 . [2023-03-29T23:09:06.347Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 23:07 .. [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 29 23:07 .dockerignore [2023-03-29T23:09:06.347Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 23:07 .git [2023-03-29T23:09:06.347Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 23:07 .github [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 29 23:07 .gitignore [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 29 23:07 .golangci.yml [2023-03-29T23:09:06.347Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 29 23:07 .semver [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 9088 Mar 29 23:07 Attribution.txt [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 29 23:07 CHANGELOG.md [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 29 23:07 Dockerfile [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 29 23:07 GOVERNANCE.md [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 29 23:07 Jenkinsfile [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 29 23:07 LICENSE [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 29 23:07 OWNERS.md [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 29 23:07 README.md [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 29 23:07 VERSION [2023-03-29T23:09:06.347Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 23:07 bin [2023-03-29T23:09:06.347Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 29 23:08 coverage.out [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 3299 Mar 29 23:07 go.mod [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 31336 Mar 29 23:07 go.sum [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 29 23:07 main.go [2023-03-29T23:09:06.347Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 29 23:07 makefile [2023-03-29T23:09:06.347Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 29 23:07 res [2023-03-29T23:09:06.347Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 23:07 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:09:06.742Z] + 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=804e4786b491f3e9a5aca5665f9255f1211c30ed --label arch=amd64 --label version=0.0.0 . [2023-03-29T23:09:06.742Z] Sending build context to Docker daemon 3.255MB [2023-03-29T23:09:06.742Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-29T23:09:06.742Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-29T23:09:06.742Z] ---> bcd4eb93212d [2023-03-29T23:09:06.742Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-29T23:09:06.742Z] ---> Running in e5611360d1e0 [2023-03-29T23:09:07.000Z] Removing intermediate container e5611360d1e0 [2023-03-29T23:09:07.000Z] ---> f1ae85ce4155 [2023-03-29T23:09:07.000Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-29T23:09:07.000Z] ---> Running in efca390a9602 [2023-03-29T23:09:07.000Z] Removing intermediate container efca390a9602 [2023-03-29T23:09:07.000Z] ---> 4359418eb711 [2023-03-29T23:09:07.000Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-29T23:09:07.000Z] ---> Running in 1469bd0223ec [2023-03-29T23:09:07.000Z] Removing intermediate container 1469bd0223ec [2023-03-29T23:09:07.000Z] ---> 3fe6c3323d19 [2023-03-29T23:09:07.000Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-29T23:09:07.000Z] ---> Running in 542d5ca34903 [2023-03-29T23:09:07.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-29T23:09:07.518Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-29T23:09:07.777Z] OK: 265 MiB in 53 packages [2023-03-29T23:09:08.062Z] Removing intermediate container 542d5ca34903 [2023-03-29T23:09:08.062Z] ---> 17dd80526959 [2023-03-29T23:09:08.062Z] Step 7/26 : WORKDIR /app [2023-03-29T23:09:08.062Z] ---> Running in 92d8a101c03b [2023-03-29T23:09:08.062Z] Removing intermediate container 92d8a101c03b [2023-03-29T23:09:08.062Z] ---> db2462b5e751 [2023-03-29T23:09:08.062Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-29T23:09:08.322Z] ---> fe913de4840f [2023-03-29T23:09:08.322Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-29T23:09:08.322Z] ---> Running in 99ed3d956863 [2023-03-29T23:09:09.324Z] Removing intermediate container 99ed3d956863 [2023-03-29T23:09:09.324Z] ---> 4005d58d3572 [2023-03-29T23:09:09.324Z] Step 10/26 : COPY . . [2023-03-29T23:09:09.582Z] ---> 5292759c5638 [2023-03-29T23:09:09.582Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-29T23:09:09.582Z] ---> Running in f54eba03db7e [2023-03-29T23:09:09.582Z] Removing intermediate container f54eba03db7e [2023-03-29T23:09:09.582Z] ---> 6beaf6aea370 [2023-03-29T23:09:09.582Z] Step 12/26 : RUN $MAKE [2023-03-29T23:09:09.582Z] ---> Running in 19308524eed6 [2023-03-29T23:09:09.839Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.48 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-03-29T23:09:15.620Z] using credential edgex-jenkins-ssh [2023-03-29T23:09:15.642Z] Cloning the remote Git repository [2023-03-29T23:09:15.749Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-03-29T23:09:15.902Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-03-29T23:09:16.207Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-03-29T23:09:16.208Z] > git --version # timeout=10 [2023-03-29T23:09:16.242Z] > git --version # 'git version 2.25.1' [2023-03-29T23:09:16.246Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-29T23:09:16.545Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-29T23:09:17.902Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-03-29T23:09:17.924Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-29T23:09:19.525Z] Merging remotes/origin/main commit 726c7bac779ae455276856dfdf2d144874947dc5 into PR head commit 804e4786b491f3e9a5aca5665f9255f1211c30ed [2023-03-29T23:09:19.847Z] Merge succeeded, producing 804e4786b491f3e9a5aca5665f9255f1211c30ed [2023-03-29T23:09:19.848Z] Checking out Revision 804e4786b491f3e9a5aca5665f9255f1211c30ed (PR-540) [2023-03-29T23:09:18.933Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-03-29T23:09:18.988Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-03-29T23:09:18.989Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-29T23:09:19.008Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/540/head:refs/remotes/origin/PR-540 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-29T23:09:19.547Z] > git config core.sparsecheckout # timeout=10 [2023-03-29T23:09:19.639Z] > git checkout -f 804e4786b491f3e9a5aca5665f9255f1211c30ed # timeout=10 [2023-03-29T23:09:19.735Z] > git remote # timeout=10 [2023-03-29T23:09:19.756Z] > git config --get remote.origin.url # timeout=10 [2023-03-29T23:09:19.785Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-29T23:09:19.801Z] > git merge 726c7bac779ae455276856dfdf2d144874947dc5 # timeout=10 [2023-03-29T23:09:19.833Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-29T23:09:19.858Z] > git config core.sparsecheckout # timeout=10 [2023-03-29T23:09:19.878Z] > git checkout -f 804e4786b491f3e9a5aca5665f9255f1211c30ed # timeout=10 [2023-03-29T23:09:20.548Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2023-03-29T23:09:20.611Z] > git --version # timeout=10 [2023-03-29T23:09:20.627Z] > git --version # 'git version 2.25.1' [2023-03-29T23:09:20.643Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-29T23:09:21.783Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-29T23:09:21.783Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-29T23:09:21.783Z] Dload Upload Total Spent Left Speed [2023-03-29T23:09:21.783Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 234k 0 --:--:-- --:--:-- --:--:-- 239k [Pipeline] sh [2023-03-29T23:09:22.476Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-29T23:09:22.829Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-29T23:09:22.829Z] + sudo tee /etc/docker/daemon.new [2023-03-29T23:09:22.829Z] { [2023-03-29T23:09:22.829Z] "registry-mirrors": [ [2023-03-29T23:09:22.829Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-29T23:09:22.829Z] ], [2023-03-29T23:09:22.829Z] "bip": "10.250.0.254/24", [2023-03-29T23:09:22.829Z] "hosts": [ [2023-03-29T23:09:22.829Z] "tcp://0.0.0.0:5555", [2023-03-29T23:09:22.829Z] "unix:///var/run/docker.sock" [2023-03-29T23:09:22.829Z] ], [2023-03-29T23:09:22.829Z] "mtu": 1458, [2023-03-29T23:09:22.829Z] "selinux-enabled": true, [2023-03-29T23:09:22.829Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-29T23:09:22.829Z] } [Pipeline] sh [2023-03-29T23:09:23.183Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-29T23:09:23.531Z] + sudo service docker restart [2023-03-29T23:09:27.908Z] Removing intermediate container 19308524eed6 [2023-03-29T23:09:27.908Z] ---> f8f1c909aad2 [2023-03-29T23:09:27.908Z] Step 13/26 : FROM alpine:3.17 [2023-03-29T23:09:27.908Z] 3.17: Pulling from library/alpine [2023-03-29T23:09:27.908Z] f56be85fc22e: Pulling fs layer [2023-03-29T23:09:27.908Z] f56be85fc22e: Download complete [2023-03-29T23:09:27.908Z] f56be85fc22e: Pull complete [2023-03-29T23:09:27.908Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-03-29T23:09:27.908Z] Status: Downloaded newer image for alpine:3.17 [2023-03-29T23:09:27.908Z] ---> 9ed4aefc74f6 [2023-03-29T23:09:27.908Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-29T23:09:27.908Z] ---> Running in 752e3d744a8b [2023-03-29T23:09:27.908Z] Removing intermediate container 752e3d744a8b [2023-03-29T23:09:27.908Z] ---> 09c35cc24f58 [2023-03-29T23:09:27.908Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-29T23:09:27.908Z] ---> Running in 990a5058ca3c [2023-03-29T23:09:27.908Z] Removing intermediate container 990a5058ca3c [2023-03-29T23:09:27.908Z] ---> bc1969c600ab [2023-03-29T23:09:27.908Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-29T23:09:27.908Z] ---> Running in f713f7ff8f31 [2023-03-29T23:09:27.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-29T23:09:27.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-29T23:09:28.171Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-29T23:09:28.171Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-29T23:09:28.171Z] Executing busybox-1.35.0-r29.trigger [2023-03-29T23:09:28.171Z] Executing ca-certificates-20220614-r4.trigger [2023-03-29T23:09:28.171Z] OK: 8 MiB in 17 packages [2023-03-29T23:09:28.428Z] Removing intermediate container f713f7ff8f31 [2023-03-29T23:09:28.428Z] ---> cf8843b372c2 [2023-03-29T23:09:28.428Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-29T23:09:28.690Z] ---> 485e0ba90851 [2023-03-29T23:09:28.690Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-29T23:09:28.690Z] ---> 3ac38c1bb786 [2023-03-29T23:09:28.690Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-29T23:09:28.947Z] ---> 25a853761ff6 [2023-03-29T23:09:28.947Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-29T23:09:29.881Z] ---> 348db371d5d8 [2023-03-29T23:09:29.881Z] Step 21/26 : EXPOSE 48095 [2023-03-29T23:09:29.881Z] ---> Running in 02c4012fd881 [2023-03-29T23:09:29.881Z] Removing intermediate container 02c4012fd881 [2023-03-29T23:09:29.881Z] ---> b3e9d7276f1a [2023-03-29T23:09:29.881Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-29T23:09:29.881Z] ---> Running in a3350f901f16 [2023-03-29T23:09:29.881Z] Removing intermediate container a3350f901f16 [2023-03-29T23:09:29.881Z] ---> 7a525eb7d364 [2023-03-29T23:09:29.881Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-29T23:09:29.881Z] ---> Running in 2d256b75bef7 [2023-03-29T23:09:29.881Z] Removing intermediate container 2d256b75bef7 [2023-03-29T23:09:29.881Z] ---> fc4eaeaebf2d [2023-03-29T23:09:29.881Z] Step 24/26 : LABEL arch=amd64 [2023-03-29T23:09:29.881Z] ---> Running in bfc332eeb2f0 [2023-03-29T23:09:30.140Z] Removing intermediate container bfc332eeb2f0 [2023-03-29T23:09:30.140Z] ---> 518f73e14b08 [2023-03-29T23:09:30.140Z] Step 25/26 : LABEL git_sha=804e4786b491f3e9a5aca5665f9255f1211c30ed [2023-03-29T23:09:30.140Z] ---> Running in b7160b721af9 [2023-03-29T23:09:30.140Z] Removing intermediate container b7160b721af9 [2023-03-29T23:09:30.140Z] ---> 35c9e51286c4 [2023-03-29T23:09:30.140Z] Step 26/26 : LABEL version=0.0.0 [2023-03-29T23:09:30.140Z] ---> Running in c9b35dcf88b0 [2023-03-29T23:09:30.140Z] Removing intermediate container c9b35dcf88b0 [2023-03-29T23:09:30.140Z] ---> 7b83eaf0c165 [2023-03-29T23:09:30.140Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-29T23:09:30.140Z] Successfully built 7b83eaf0c165 [2023-03-29T23:09:30.140Z] 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-03-29T23:09:31.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-29T23:09:31.023Z] [2023-03-29T23:09:31.023Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:09:31.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-29T23:09:31.400Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-29T23:09:31.400Z] 5eb5b503b376: Pulling fs layer [2023-03-29T23:09:31.400Z] 5c69ac0246d0: Pulling fs layer [2023-03-29T23:09:31.400Z] ec43610c2a17: Pulling fs layer [2023-03-29T23:09:31.400Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-29T23:09:31.400Z] 33b1e0a273af: Pulling fs layer [2023-03-29T23:09:31.400Z] 5d3b04190fa2: Pulling fs layer [2023-03-29T23:09:31.400Z] 2f39f015ded8: Pulling fs layer [2023-03-29T23:09:31.400Z] 5d3b04190fa2: Waiting [2023-03-29T23:09:31.400Z] 3a2ae6a8a46f: Waiting [2023-03-29T23:09:31.400Z] 33b1e0a273af: Waiting [2023-03-29T23:09:31.400Z] 2f39f015ded8: Waiting [2023-03-29T23:09:31.400Z] 5c69ac0246d0: Verifying Checksum [2023-03-29T23:09:31.400Z] 5c69ac0246d0: Download complete [2023-03-29T23:09:31.400Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-29T23:09:31.400Z] 3a2ae6a8a46f: Download complete [2023-03-29T23:09:31.400Z] 33b1e0a273af: Verifying Checksum [2023-03-29T23:09:31.400Z] 33b1e0a273af: Download complete [2023-03-29T23:09:31.400Z] ec43610c2a17: Verifying Checksum [2023-03-29T23:09:31.400Z] ec43610c2a17: Download complete [2023-03-29T23:09:31.400Z] 5d3b04190fa2: Verifying Checksum [2023-03-29T23:09:31.400Z] 5d3b04190fa2: Download complete [2023-03-29T23:09:31.660Z] 5eb5b503b376: Verifying Checksum [2023-03-29T23:09:31.660Z] 5eb5b503b376: Download complete [2023-03-29T23:09:32.226Z] 2f39f015ded8: Download complete [2023-03-29T23:09:32.790Z] 5eb5b503b376: Pull complete [2023-03-29T23:09:32.790Z] 5c69ac0246d0: Pull complete [2023-03-29T23:09:33.371Z] ec43610c2a17: Pull complete [2023-03-29T23:09:33.371Z] 3a2ae6a8a46f: Pull complete [2023-03-29T23:09:33.628Z] 33b1e0a273af: Pull complete [2023-03-29T23:09:33.628Z] 5d3b04190fa2: Pull complete [2023-03-29T23:09:37.813Z] 2f39f015ded8: Pull complete [2023-03-29T23:09:37.813Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-29T23:09:37.813Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-29T23:09:37.813Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:09:38.140Z] prd-ubuntu20.04-docker-8c-8g-6295 does not seem to be running inside a container [2023-03-29T23:09:38.173Z] $ 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-540 -v /w/workspace/_app-service-configurable_PR-540:/w/workspace/_app-service-configurable_PR-540:rw,z -v /w/workspace/_app-service-configurable_PR-540@tmp:/w/workspace/_app-service-configurable_PR-540@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-03-29T23:09:43.697Z] $ docker top 7978dd83d19a3d6f75aaa7c7c2efc153e66272896ef534e06bcdec3361bd5013 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2023-03-29T23:09:43.938Z] provisioning config files... [2023-03-29T23:09:43.970Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config14826179584874903074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:09:44.178Z] ---> job-cost.sh [2023-03-29T23:09:44.178Z] lf-activate-venv: SKIPPING [2023-03-29T23:09:44.178Z] INFO: No Stack... [2023-03-29T23:09:44.390Z] ---> docker-login.sh [2023-03-29T23:09:44.390Z] nexus3.edgexfoundry.org:10001 [2023-03-29T23:09:44.441Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-29T23:09:44.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:09:44.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:09:44.984Z] Configure a credential helper to remove this warning. See [2023-03-29T23:09:44.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:09:44.984Z] [2023-03-29T23:09:44.984Z] Login Succeeded [2023-03-29T23:09:44.984Z] nexus3.edgexfoundry.org:10002 [2023-03-29T23:09:45.008Z] INFO: Archiving Costs [Pipeline] sh [2023-03-29T23:09:45.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:09:45.321Z] + cat /w/workspace/_app-service-configurable_PR-540/archives/cost.csv [2023-03-29T23:09:45.321Z] + cut -d, -f6 [Pipeline] lock [2023-03-29T23:09:45.366Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-540-1-stack-cost] [2023-03-29T23:09:45.373Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-540-1-stack-cost] did not exist. Created. [2023-03-29T23:09:45.373Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-540-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-29T23:09:45.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:09:45.524Z] Configure a credential helper to remove this warning. See [2023-03-29T23:09:45.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:09:45.524Z] [2023-03-29T23:09:45.524Z] Login Succeeded [2023-03-29T23:09:45.524Z] nexus3.edgexfoundry.org:10003 [2023-03-29T23:09:45.785Z] + echo total: 0.2199999988079071 [2023-03-29T23:09:45.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:09:45.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:09:45.793Z] Configure a credential helper to remove this warning. See [2023-03-29T23:09:45.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:09:45.793Z] [2023-03-29T23:09:45.793Z] Login Succeeded [2023-03-29T23:09:45.793Z] nexus3.edgexfoundry.org:10004 [Pipeline] stash [2023-03-29T23:09:45.864Z] Stashed 1 file(s) [Pipeline] } [2023-03-29T23:09:45.892Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-540-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-29T23:09:45.980Z] $ docker stop --time=1 7978dd83d19a3d6f75aaa7c7c2efc153e66272896ef534e06bcdec3361bd5013 [2023-03-29T23:09:46.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:09:46.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:09:46.066Z] Configure a credential helper to remove this warning. See [2023-03-29T23:09:46.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:09:46.066Z] [2023-03-29T23:09:46.066Z] Login Succeeded [2023-03-29T23:09:46.066Z] docker.io [2023-03-29T23:09:46.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-29T23:09:46.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-29T23:09:46.610Z] Configure a credential helper to remove this warning. See [2023-03-29T23:09:46.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-29T23:09:46.610Z] [2023-03-29T23:09:46.610Z] Login Succeeded [2023-03-29T23:09:46.610Z] ---> docker-login.sh ends [2023-03-29T23:09:47.124Z] $ docker rm -f --volumes 7978dd83d19a3d6f75aaa7c7c2efc153e66272896ef534e06bcdec3361bd5013 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2023-03-29T23:09:47.297Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2023-03-29T23:09:47.731Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-29T23:09:47.766Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-29T23:09:47.799Z] ========================================================= [2023-03-29T23:09:47.799Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-29T23:09:47.799Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:09:48.304Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-29T23:09:48.304Z] Sending build context to Docker daemon 169kB [2023-03-29T23:09:48.574Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-29T23:09:48.575Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-29T23:09:48.863Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-29T23:09:48.863Z] af6eaf76a39c: Pulling fs layer [2023-03-29T23:09:48.863Z] 55522c791124: Pulling fs layer [2023-03-29T23:09:48.863Z] ce5c4a1c91eb: Pulling fs layer [2023-03-29T23:09:48.863Z] 169dfbe0d373: Pulling fs layer [2023-03-29T23:09:48.863Z] e1ff8fa3b103: Pulling fs layer [2023-03-29T23:09:48.863Z] 52ebb69f0ebf: Pulling fs layer [2023-03-29T23:09:48.863Z] 5abe8eddf0d5: Pulling fs layer [2023-03-29T23:09:48.863Z] e1ff8fa3b103: Waiting [2023-03-29T23:09:48.863Z] 52ebb69f0ebf: Waiting [2023-03-29T23:09:48.863Z] 5abe8eddf0d5: Waiting [2023-03-29T23:09:48.863Z] 169dfbe0d373: Waiting [2023-03-29T23:09:48.863Z] 55522c791124: Verifying Checksum [2023-03-29T23:09:48.863Z] 55522c791124: Download complete [2023-03-29T23:09:48.863Z] 169dfbe0d373: Verifying Checksum [2023-03-29T23:09:48.863Z] 169dfbe0d373: Download complete [2023-03-29T23:09:48.863Z] e1ff8fa3b103: Verifying Checksum [2023-03-29T23:09:48.863Z] e1ff8fa3b103: Download complete [2023-03-29T23:09:48.863Z] af6eaf76a39c: Download complete [2023-03-29T23:09:49.844Z] af6eaf76a39c: Pull complete [2023-03-29T23:09:50.120Z] 5abe8eddf0d5: Verifying Checksum [2023-03-29T23:09:50.120Z] 5abe8eddf0d5: Download complete [2023-03-29T23:09:50.395Z] 55522c791124: Pull complete [2023-03-29T23:09:51.362Z] ce5c4a1c91eb: Verifying Checksum [2023-03-29T23:09:51.362Z] ce5c4a1c91eb: Download complete [2023-03-29T23:09:51.362Z] 52ebb69f0ebf: Download complete [2023-03-29T23:10:01.455Z] ce5c4a1c91eb: Pull complete [2023-03-29T23:10:01.725Z] 169dfbe0d373: Pull complete [2023-03-29T23:10:01.996Z] e1ff8fa3b103: Pull complete [2023-03-29T23:10:08.692Z] 52ebb69f0ebf: Pull complete [2023-03-29T23:10:10.646Z] 5abe8eddf0d5: Pull complete [2023-03-29T23:10:10.646Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-29T23:10:10.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-29T23:10:10.646Z] ---> 6cb57ee374ae [2023-03-29T23:10:10.646Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-29T23:10:11.611Z] ---> Running in 312b3f1cfb6b [2023-03-29T23:10:11.611Z] Removing intermediate container 312b3f1cfb6b [2023-03-29T23:10:11.611Z] ---> 5ef96a8fcf8c [2023-03-29T23:10:11.611Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-29T23:10:11.880Z] ---> Running in e37d9db9a899 [2023-03-29T23:10:12.149Z] Removing intermediate container e37d9db9a899 [2023-03-29T23:10:12.149Z] ---> fa7bdc1487fe [2023-03-29T23:10:12.149Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-29T23:10:12.149Z] ---> Running in 06cc9a3b1c61 [2023-03-29T23:10:12.419Z] Removing intermediate container 06cc9a3b1c61 [2023-03-29T23:10:12.420Z] ---> 7c391fd8645f [2023-03-29T23:10:12.420Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-29T23:10:12.696Z] ---> Running in 27272648a5f2 [2023-03-29T23:10:13.664Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-29T23:10:14.629Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-29T23:10:15.595Z] OK: 263 MiB in 53 packages [2023-03-29T23:10:16.200Z] Removing intermediate container 27272648a5f2 [2023-03-29T23:10:16.200Z] ---> 361d3ab98fad [2023-03-29T23:10:16.200Z] Step 7/12 : WORKDIR /app [2023-03-29T23:10:16.474Z] ---> Running in cf757c0c4b0a [2023-03-29T23:10:16.744Z] Removing intermediate container cf757c0c4b0a [2023-03-29T23:10:16.744Z] ---> 371b98fb4356 [2023-03-29T23:10:16.744Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-29T23:10:17.331Z] ---> d439ab73eebd [2023-03-29T23:10:17.331Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-29T23:10:17.331Z] ---> Running in bd4376896018 [2023-03-29T23:11:25.290Z] Removing intermediate container bd4376896018 [2023-03-29T23:11:25.291Z] ---> 7563c96d4a2a [2023-03-29T23:11:25.291Z] Step 10/12 : COPY . . [2023-03-29T23:11:25.291Z] ---> dbd44ba4b7be [2023-03-29T23:11:25.291Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-29T23:11:25.291Z] ---> Running in ec914bd44448 [2023-03-29T23:11:25.291Z] Removing intermediate container ec914bd44448 [2023-03-29T23:11:25.291Z] ---> 065dc38b9ae5 [2023-03-29T23:11:25.291Z] Step 12/12 : RUN $MAKE [2023-03-29T23:11:25.291Z] ---> Running in 417459abd4a8 [2023-03-29T23:11:25.291Z] noop [2023-03-29T23:11:25.291Z] Removing intermediate container 417459abd4a8 [2023-03-29T23:11:25.291Z] ---> 18dfd645fefa [2023-03-29T23:11:25.291Z] Successfully built 18dfd645fefa [2023-03-29T23:11:25.291Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:11:25.757Z] + docker inspect -f . ci-base-image-arm64 [2023-03-29T23:11:25.758Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:11:26.045Z] prd-ubuntu20.04-docker-arm64-4c-16g-6297 does not seem to be running inside a container [2023-03-29T23:11:26.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-29T23:11:27.415Z] $ docker top 5734a43f9b6bbaaec61885d99913edd29c21d776bb9f16bdf4c33101c0961363 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-29T23:11:28.320Z] + go version [2023-03-29T23:11:28.320Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-29T23:11:28.358Z] $ docker stop --time=1 5734a43f9b6bbaaec61885d99913edd29c21d776bb9f16bdf4c33101c0961363 [2023-03-29T23:11:30.081Z] $ docker rm -f --volumes 5734a43f9b6bbaaec61885d99913edd29c21d776bb9f16bdf4c33101c0961363 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:11:30.951Z] + docker inspect -f . ci-base-image-arm64 [2023-03-29T23:11:30.951Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:11:31.224Z] prd-ubuntu20.04-docker-arm64-4c-16g-6297 does not seem to be running inside a container [2023-03-29T23:11:31.302Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-29T23:11:32.557Z] $ docker top 81b7c3d4f85e2f64fcc217225402b2809ef8c800bd22adf99566b3cda451bd51 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-29T23:11:33.457Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2023-03-29T23:11:34.185Z] + make test [2023-03-29T23:11:34.185Z] go test -race -coverprofile=coverage.out ./... [2023-03-29T23:14:41.120Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-29T23:14:41.120Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-29T23:14:41.120Z] go vet ./... [2023-03-29T23:17:17.979Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-29T23:17:17.979Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-29T23:17:17.979Z] ./bin/test-attribution-txt.sh [2023-03-29T23:17:17.979Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-03-29T23:17:18.019Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-29T23:17:18.057Z] $ docker stop --time=1 81b7c3d4f85e2f64fcc217225402b2809ef8c800bd22adf99566b3cda451bd51 [2023-03-29T23:17:20.302Z] $ docker rm -f --volumes 81b7c3d4f85e2f64fcc217225402b2809ef8c800bd22adf99566b3cda451bd51 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-29T23:17:22.328Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-29T23:17:22.367Z] Warning: overwriting stash ‘coverage-report’ [2023-03-29T23:17:23.049Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-29T23:17:23.638Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-29T23:17:24.005Z] + ls -al . [2023-03-29T23:17:24.005Z] total 172 [2023-03-29T23:17:24.005Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 29 23:11 . [2023-03-29T23:17:24.005Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 23:09 .. [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 29 23:09 .dockerignore [2023-03-29T23:17:24.005Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 23:09 .git [2023-03-29T23:17:24.005Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 23:09 .github [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 29 23:09 .gitignore [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 29 23:09 .golangci.yml [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 9088 Mar 29 23:09 Attribution.txt [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 29 23:09 CHANGELOG.md [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 29 23:09 Dockerfile [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 29 23:09 GOVERNANCE.md [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 29 23:09 Jenkinsfile [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 29 23:09 LICENSE [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 29 23:09 OWNERS.md [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 29 23:09 README.md [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 29 23:07 VERSION [2023-03-29T23:17:24.005Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 23:09 bin [2023-03-29T23:17:24.005Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 29 23:11 coverage.out [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 3299 Mar 29 23:09 go.mod [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 31336 Mar 29 23:09 go.sum [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 29 23:09 main.go [2023-03-29T23:17:24.005Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 29 23:09 makefile [2023-03-29T23:17:24.005Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 29 23:09 res [2023-03-29T23:17:24.005Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 23:09 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:17:24.430Z] + 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=804e4786b491f3e9a5aca5665f9255f1211c30ed --label arch=arm64 --label version=0.0.0 . [2023-03-29T23:17:24.431Z] Sending build context to Docker daemon 170kB [2023-03-29T23:17:24.706Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-29T23:17:24.706Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-29T23:17:24.706Z] ---> 18dfd645fefa [2023-03-29T23:17:24.706Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-29T23:17:24.985Z] ---> Running in 6e1c673a39d5 [2023-03-29T23:17:25.261Z] Removing intermediate container 6e1c673a39d5 [2023-03-29T23:17:25.261Z] ---> c425b99b144f [2023-03-29T23:17:25.261Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-29T23:17:25.261Z] ---> Running in a22fcaa5cab1 [2023-03-29T23:17:25.860Z] Removing intermediate container a22fcaa5cab1 [2023-03-29T23:17:25.860Z] ---> 9d20f07ab4c0 [2023-03-29T23:17:25.860Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-29T23:17:25.860Z] ---> Running in 988bd6e539b8 [2023-03-29T23:17:26.456Z] Removing intermediate container 988bd6e539b8 [2023-03-29T23:17:26.456Z] ---> 2b751bebd3eb [2023-03-29T23:17:26.456Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-29T23:17:26.456Z] ---> Running in 0ea5275589d9 [2023-03-29T23:17:27.891Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-29T23:17:28.490Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-29T23:17:30.466Z] OK: 263 MiB in 53 packages [2023-03-29T23:17:31.444Z] Removing intermediate container 0ea5275589d9 [2023-03-29T23:17:31.444Z] ---> aa0636c9d214 [2023-03-29T23:17:31.444Z] Step 7/26 : WORKDIR /app [2023-03-29T23:17:31.444Z] ---> Running in 3232b9bd3ab4 [2023-03-29T23:17:32.039Z] Removing intermediate container 3232b9bd3ab4 [2023-03-29T23:17:32.039Z] ---> c0b4af8b205c [2023-03-29T23:17:32.039Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-29T23:17:32.645Z] ---> 427dc0b3f728 [2023-03-29T23:17:32.645Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-29T23:17:32.645Z] ---> Running in 9bbd09020d78 [2023-03-29T23:17:36.054Z] Removing intermediate container 9bbd09020d78 [2023-03-29T23:17:36.054Z] ---> 783b36336d8b [2023-03-29T23:17:36.054Z] Step 10/26 : COPY . . [2023-03-29T23:17:36.649Z] ---> 0a40a4ff2319 [2023-03-29T23:17:36.649Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-29T23:17:36.649Z] ---> Running in 8907d2f87878 [2023-03-29T23:17:36.924Z] Removing intermediate container 8907d2f87878 [2023-03-29T23:17:36.924Z] ---> ff1fc3969fc3 [2023-03-29T23:17:36.924Z] Step 12/26 : RUN $MAKE [2023-03-29T23:17:37.209Z] ---> Running in 0e555efed92e [2023-03-29T23:17:38.650Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.48 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-03-29T23:20:30.497Z] Removing intermediate container 0e555efed92e [2023-03-29T23:20:30.497Z] ---> 363f61543710 [2023-03-29T23:20:30.497Z] Step 13/26 : FROM alpine:3.17 [2023-03-29T23:20:30.497Z] 3.17: Pulling from library/alpine [2023-03-29T23:20:30.497Z] c41833b44d91: Pulling fs layer [2023-03-29T23:20:30.497Z] c41833b44d91: Verifying Checksum [2023-03-29T23:20:30.497Z] c41833b44d91: Download complete [2023-03-29T23:20:30.497Z] c41833b44d91: Pull complete [2023-03-29T23:20:30.497Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-03-29T23:20:30.497Z] Status: Downloaded newer image for alpine:3.17 [2023-03-29T23:20:30.497Z] ---> 51e60588ff2c [2023-03-29T23:20:30.497Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-29T23:20:30.497Z] ---> Running in b33c92be0d7f [2023-03-29T23:20:30.497Z] Removing intermediate container b33c92be0d7f [2023-03-29T23:20:30.497Z] ---> 2a2eba1c5051 [2023-03-29T23:20:30.497Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-29T23:20:30.497Z] ---> Running in 06ce034c3f26 [2023-03-29T23:20:30.497Z] Removing intermediate container 06ce034c3f26 [2023-03-29T23:20:30.497Z] ---> dcd6eb9774f6 [2023-03-29T23:20:30.498Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-29T23:20:30.498Z] ---> Running in 4597afbef8e5 [2023-03-29T23:20:30.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-29T23:20:31.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-29T23:20:33.176Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-29T23:20:33.176Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-29T23:20:33.176Z] Executing busybox-1.35.0-r29.trigger [2023-03-29T23:20:33.176Z] Executing ca-certificates-20220614-r4.trigger [2023-03-29T23:20:33.768Z] OK: 8 MiB in 17 packages [2023-03-29T23:20:35.188Z] Removing intermediate container 4597afbef8e5 [2023-03-29T23:20:35.188Z] ---> 70a55a003004 [2023-03-29T23:20:35.188Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-29T23:20:35.818Z] ---> d3b3a8b9ef15 [2023-03-29T23:20:35.818Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-29T23:20:36.410Z] ---> ad72699b9b7f [2023-03-29T23:20:36.410Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-29T23:20:36.999Z] ---> 7c5aca46431f [2023-03-29T23:20:36.999Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-29T23:20:38.415Z] ---> f14fc9078fe8 [2023-03-29T23:20:38.415Z] Step 21/26 : EXPOSE 48095 [2023-03-29T23:20:38.415Z] ---> Running in 009423c781f1 [2023-03-29T23:20:38.687Z] Removing intermediate container 009423c781f1 [2023-03-29T23:20:38.687Z] ---> cd5046ff8b3b [2023-03-29T23:20:38.687Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-29T23:20:38.960Z] ---> Running in 50fccc6a4429 [2023-03-29T23:20:39.230Z] Removing intermediate container 50fccc6a4429 [2023-03-29T23:20:39.230Z] ---> 709e0b54f005 [2023-03-29T23:20:39.230Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-29T23:20:39.230Z] ---> Running in 02dc66ff88e2 [2023-03-29T23:20:39.509Z] Removing intermediate container 02dc66ff88e2 [2023-03-29T23:20:39.509Z] ---> d8f7c5a7e0c7 [2023-03-29T23:20:39.509Z] Step 24/26 : LABEL arch=arm64 [2023-03-29T23:20:39.779Z] ---> Running in b3c060636f8e [2023-03-29T23:20:40.132Z] Removing intermediate container b3c060636f8e [2023-03-29T23:20:40.132Z] ---> 7664aa205669 [2023-03-29T23:20:40.132Z] Step 25/26 : LABEL git_sha=804e4786b491f3e9a5aca5665f9255f1211c30ed [2023-03-29T23:20:40.132Z] ---> Running in 208c70f77f91 [2023-03-29T23:20:40.409Z] Removing intermediate container 208c70f77f91 [2023-03-29T23:20:40.409Z] ---> a3e43521f9f0 [2023-03-29T23:20:40.409Z] Step 26/26 : LABEL version=0.0.0 [2023-03-29T23:20:40.679Z] ---> Running in fc31274bb5c3 [2023-03-29T23:20:40.948Z] Removing intermediate container fc31274bb5c3 [2023-03-29T23:20:40.948Z] ---> c3efeaed6652 [2023-03-29T23:20:40.948Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-29T23:20:40.948Z] Successfully built c3efeaed6652 [2023-03-29T23:20:40.948Z] 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-03-29T23:20:41.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-29T23:20:41.755Z] [2023-03-29T23:20:41.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:20:42.174Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-29T23:20:42.444Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-29T23:20:42.444Z] 8998bd30e6a1: Pulling fs layer [2023-03-29T23:20:42.444Z] 04944245beec: Pulling fs layer [2023-03-29T23:20:42.444Z] 699f458cf7ca: Pulling fs layer [2023-03-29T23:20:42.444Z] 765212b225bb: Pulling fs layer [2023-03-29T23:20:42.444Z] f23df028b6ca: Pulling fs layer [2023-03-29T23:20:42.444Z] d65c8cfc05b1: Pulling fs layer [2023-03-29T23:20:42.444Z] 2437ff75d9bd: Pulling fs layer [2023-03-29T23:20:42.444Z] f23df028b6ca: Waiting [2023-03-29T23:20:42.444Z] d65c8cfc05b1: Waiting [2023-03-29T23:20:42.444Z] 2437ff75d9bd: Waiting [2023-03-29T23:20:42.444Z] 765212b225bb: Waiting [2023-03-29T23:20:42.444Z] 04944245beec: Verifying Checksum [2023-03-29T23:20:42.444Z] 04944245beec: Download complete [2023-03-29T23:20:42.444Z] 765212b225bb: Verifying Checksum [2023-03-29T23:20:42.444Z] 765212b225bb: Download complete [2023-03-29T23:20:42.444Z] f23df028b6ca: Verifying Checksum [2023-03-29T23:20:42.444Z] f23df028b6ca: Download complete [2023-03-29T23:20:42.444Z] d65c8cfc05b1: Verifying Checksum [2023-03-29T23:20:42.444Z] d65c8cfc05b1: Download complete [2023-03-29T23:20:42.714Z] 699f458cf7ca: Verifying Checksum [2023-03-29T23:20:42.714Z] 699f458cf7ca: Download complete [2023-03-29T23:20:42.982Z] 8998bd30e6a1: Verifying Checksum [2023-03-29T23:20:42.982Z] 8998bd30e6a1: Download complete [2023-03-29T23:20:45.579Z] 2437ff75d9bd: Verifying Checksum [2023-03-29T23:20:45.579Z] 2437ff75d9bd: Download complete [2023-03-29T23:20:46.994Z] 8998bd30e6a1: Pull complete [2023-03-29T23:20:47.580Z] 04944245beec: Pull complete [2023-03-29T23:20:48.993Z] 699f458cf7ca: Pull complete [2023-03-29T23:20:48.993Z] 765212b225bb: Pull complete [2023-03-29T23:20:49.958Z] f23df028b6ca: Pull complete [2023-03-29T23:20:50.228Z] d65c8cfc05b1: Pull complete [2023-03-29T23:21:05.258Z] 2437ff75d9bd: Pull complete [2023-03-29T23:21:05.258Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-29T23:21:05.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-29T23:21:05.258Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:21:05.612Z] prd-ubuntu20.04-docker-arm64-4c-16g-6297 does not seem to be running inside a container [2023-03-29T23:21:05.713Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-29T23:21:08.822Z] $ docker top 456937dcae710a4a199ccb7047e549fabe47fa2909e770cf214fc6ec5232d0c1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:21:09.857Z] ---> job-cost.sh [2023-03-29T23:21:09.857Z] lf-activate-venv: SKIPPING [2023-03-29T23:21:09.857Z] INFO: No Stack... [2023-03-29T23:21:10.450Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-29T23:21:11.418Z] INFO: Archiving Costs [Pipeline] sh [2023-03-29T23:21:12.172Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2023-03-29T23:21:12.172Z] + cut -d, -f6 [Pipeline] lock [2023-03-29T23:21:12.288Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-540-1-stack-cost] [2023-03-29T23:21:12.294Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-540-1-stack-cost] did not exist. Created. [2023-03-29T23:21:12.294Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-540-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-29T23:21:13.056Z] /w/workspace/app-service-configurable/1@tmp/durable-592e579e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-29T23:21:13.791Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-29T23:21:13.825Z] Warning: overwriting stash ‘stack-cost’ [2023-03-29T23:21:13.888Z] Stashed 1 file(s) [Pipeline] } [2023-03-29T23:21:13.906Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-540-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-29T23:21:13.996Z] $ docker stop --time=1 456937dcae710a4a199ccb7047e549fabe47fa2909e770cf214fc6ec5232d0c1 [2023-03-29T23:21:15.579Z] $ docker rm -f --volumes 456937dcae710a4a199ccb7047e549fabe47fa2909e770cf214fc6ec5232d0c1 [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-03-29T23:21:16.656Z] provisioning config files... [2023-03-29T23:21:16.662Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-540@tmp/config15031186104771191618tmp [Pipeline] { [Pipeline] sh [2023-03-29T23:21:17.010Z] + set +x [2023-03-29T23:21:17.010Z] + curl -s https://codecov.io/bash [2023-03-29T23:21:17.010Z] + bash -s -- [2023-03-29T23:21:17.010Z] [2023-03-29T23:21:17.010Z] _____ _ [2023-03-29T23:21:17.010Z] / ____| | | [2023-03-29T23:21:17.010Z] | | ___ __| | ___ ___ _____ __ [2023-03-29T23:21:17.010Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-29T23:21:17.010Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-29T23:21:17.010Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-29T23:21:17.010Z] Bash-1.0.6 [2023-03-29T23:21:17.010Z] [2023-03-29T23:21:17.010Z] [2023-03-29T23:21:17.010Z] ==> git version 2.25.1 found [2023-03-29T23:21:17.010Z] ==> 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-03-29T23:21:17.010Z] Release-Date: 2020-01-08 [2023-03-29T23:21:17.010Z] 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-03-29T23:21:17.010Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-29T23:21:17.010Z] ==> Jenkins CI detected. [2023-03-29T23:21:17.010Z] current dir:  /w/workspace/_app-service-configurable_PR-540 [2023-03-29T23:21:17.010Z] project root: . [2023-03-29T23:21:17.010Z] --> token set from env [2023-03-29T23:21:17.010Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-29T23:21:17.010Z] ==> Running gcov in . (disable via -X gcov) [2023-03-29T23:21:17.010Z] ==> Python coveragepy not found [2023-03-29T23:21:17.010Z] ==> Searching for coverage reports in: [2023-03-29T23:21:17.010Z] + . [2023-03-29T23:21:17.010Z] -> Found 1 reports [2023-03-29T23:21:17.010Z] ==> Detecting git/mercurial file structure [2023-03-29T23:21:17.010Z] ==> Reading reports [2023-03-29T23:21:17.010Z] + ./coverage.out bytes=13 [2023-03-29T23:21:17.010Z] ==> Appending adjustments [2023-03-29T23:21:17.010Z] https://docs.codecov.io/docs/fixing-reports [2023-03-29T23:21:17.010Z] + Found adjustments [2023-03-29T23:21:17.010Z] ==> Gzipping contents [2023-03-29T23:21:17.010Z] 4.0K /tmp/codecov.I28KwI.gz [2023-03-29T23:21:17.010Z] ==> Uploading reports [2023-03-29T23:21:17.010Z] url: https://codecov.io [2023-03-29T23:21:17.010Z] query: branch=PR-540&commit=804e4786b491f3e9a5aca5665f9255f1211c30ed&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-540%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=540&job=&cmd_args= [2023-03-29T23:21:17.269Z] -> Pinging Codecov [2023-03-29T23:21:17.269Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-540&commit=804e4786b491f3e9a5aca5665f9255f1211c30ed&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-540%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=540&job=&cmd_args= [2023-03-29T23:21:17.269Z] -> Uploading to [2023-03-29T23:21:17.269Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-29/A97CA9966030D2A3747ED39772930CCE/804e4786b491f3e9a5aca5665f9255f1211c30ed/364e0776-3d4e-40ac-9377-62ea777aa01c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230329T232117Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0f391cb6f591d7b45ca71a94a665238684688b75e445d33a9d3763dfce54c2c9 [2023-03-29T23:21:17.269Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-29T23:21:17.269Z] Dload Upload Total Spent Left Speed [2023-03-29T23:21:17.530Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 1662 --:--:-- --:--:-- --:--:-- 1662 [2023-03-29T23:21:17.530Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/804e4786b491f3e9a5aca5665f9255f1211c30ed [Pipeline] } [2023-03-29T23:21:17.558Z] 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-03-29T23:21:19.355Z] + [ -d /w/workspace/_app-service-configurable_PR-540/archives ] [2023-03-29T23:21:19.355Z] + ls -al /w/workspace/_app-service-configurable_PR-540/archives [2023-03-29T23:21:19.355Z] total 16 [2023-03-29T23:21:19.355Z] drwxr-xr-x 3 root root 4096 Mar 29 23:09 . [2023-03-29T23:21:19.355Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 29 23:09 .. [2023-03-29T23:21:19.355Z] drwxr-xr-x 2 root root 4096 Mar 29 23:09 cost [2023-03-29T23:21:19.355Z] -rw-r--r-- 1 root root 96 Mar 29 23:09 cost.csv [2023-03-29T23:21:19.355Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-540/archives [2023-03-29T23:21:19.355Z] + ls -al /w/workspace/_app-service-configurable_PR-540/archives [2023-03-29T23:21:19.355Z] total 16 [2023-03-29T23:21:19.355Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 29 23:09 . [2023-03-29T23:21:19.355Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 29 23:09 .. [2023-03-29T23:21:19.355Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 29 23:09 cost [2023-03-29T23:21:19.355Z] -rw-r--r-- 1 jenkins jenkins 96 Mar 29 23:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:21:19.684Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:21:20.568Z] ---> package-listing.sh [2023-03-29T23:21:20.568Z] ++ facter osfamily [2023-03-29T23:21:20.568Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-29T23:21:20.827Z] + OS_FAMILY=debian [2023-03-29T23:21:20.827Z] + workspace=/w/workspace/_app-service-configurable_PR-540 [2023-03-29T23:21:20.827Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-29T23:21:20.827Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-29T23:21:20.827Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-29T23:21:20.827Z] + PACKAGES=/tmp/packages_start.txt [2023-03-29T23:21:20.827Z] + '[' /w/workspace/_app-service-configurable_PR-540 ']' [2023-03-29T23:21:20.827Z] + PACKAGES=/tmp/packages_end.txt [2023-03-29T23:21:20.827Z] + case "${OS_FAMILY}" in [2023-03-29T23:21:20.827Z] + dpkg -l [2023-03-29T23:21:20.827Z] + grep '^ii' [2023-03-29T23:21:20.827Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-29T23:21:20.827Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-29T23:21:20.827Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-29T23:21:20.827Z] + '[' /w/workspace/_app-service-configurable_PR-540 ']' [2023-03-29T23:21:20.827Z] + mkdir -p /w/workspace/_app-service-configurable_PR-540/archives/ [2023-03-29T23:21:20.827Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-540/archives/ [Pipeline] echo [2023-03-29T23:21:20.862Z] 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-540/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-29T23:21:21.152Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-29T23:21:21.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-29T23:21:21.778Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-29T23:21:21.932Z] prd-ubuntu20.04-docker-8c-8g-6295 does not seem to be running inside a container [2023-03-29T23:21:21.961Z] $ 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-540/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-540 -v /w/workspace/_app-service-configurable_PR-540:/w/workspace/_app-service-configurable_PR-540:rw,z -v /w/workspace/_app-service-configurable_PR-540@tmp:/w/workspace/_app-service-configurable_PR-540@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-03-29T23:21:22.142Z] $ docker top 9a56b68f75db871f617ac24116938285758ef8b3be8ec6afad239d44bd45082d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-29T23:21:22.536Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-29T23:21:22.843Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-29T23:21:23.152Z] + ls /var/log/sa-host [2023-03-29T23:21:23.152Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-29T23:21:23.285Z] provisioning config files... [2023-03-29T23:21:23.294Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-540@tmp/config1424052823926330524tmp [Pipeline] { [Pipeline] echo [2023-03-29T23:21:23.346Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:21:23.664Z] ---> create-netrc.sh [Pipeline] } [2023-03-29T23:21:23.700Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:21:24.109Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-29T23:21:24.142Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:21:24.454Z] ---> sudo-logs.sh [2023-03-29T23:21:24.454Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-29T23:21:24.577Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:21:24.882Z] ---> job-cost.sh [2023-03-29T23:21:24.882Z] lf-activate-venv: SKIPPING [2023-03-29T23:21:24.882Z] DEBUG: total: 0.2199999988079071 [2023-03-29T23:21:24.882Z] INFO: Retrieving Stack Cost... [2023-03-29T23:21:25.144Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-29T23:21:25.710Z] INFO: Archiving Costs [Pipeline] echo [2023-03-29T23:21:25.744Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-29T23:21:26.063Z] ---> logs-deploy.sh [2023-03-29T23:21:26.063Z] lf-activate-venv: SKIPPING [2023-03-29T23:21:26.063Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-540/1 [2023-03-29T23:21:26.063Z] INFO: archiving workspace using pattern(s): [2023-03-29T23:21:26.999Z] Archives upload complete. [2023-03-29T23:21:26.999Z] INFO: archiving logs to Nexus