Pull request #534 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8af4f87585ca7a4dc592e77647aaaee3036be64a+11af183f2194c3fd12bdcc9d8b6be264b57aff6c (a149c9c262a43a825af2831b9757012fc04308ec) 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-ssh15403577413892676415.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-ssh6518643242216325320.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-534/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-534/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13143257462387337894.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-534/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14635967996797383586.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-ssh10928196219113728556.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-534/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-534/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1813296512533999644.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5180 in /w/workspace/_app-service-configurable_PR-534 [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-534 # 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/534/head:refs/remotes/origin/PR-534 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 11af183f2194c3fd12bdcc9d8b6be264b57aff6c into PR head commit 8af4f87585ca7a4dc592e77647aaaee3036be64a Merge succeeded, producing 8af4f87585ca7a4dc592e77647aaaee3036be64a Checking out Revision 8af4f87585ca7a4dc592e77647aaaee3036be64a (PR-534) 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-22T12:58:34.875Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script > git config core.sparsecheckout # timeout=10 > git checkout -f 8af4f87585ca7a4dc592e77647aaaee3036be64a # 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 11af183f2194c3fd12bdcc9d8b6be264b57aff6c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8af4f87585ca7a4dc592e77647aaaee3036be64a # timeout=10 [Pipeline] { [Pipeline] withCredentials [2023-03-22T12:58:35.041Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-22T12:58:35.134Z] ========================================================= [2023-03-22T12:58:35.134Z] EdgeX Global Pipelines Version Info [2023-03-22T12:58:35.134Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-22T12:58:35.877Z] ------------------- [2023-03-22T12:58:35.877Z] stable info: [2023-03-22T12:58:35.877Z] ------------------- [2023-03-22T12:58:35.877Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-22T12:58:35.877Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-22T12:58:35.877Z] Message: update stable to v1.0.245 [2023-03-22T12:58:36.447Z] ------------------- [2023-03-22T12:58:36.447Z] experimental info: [2023-03-22T12:58:36.447Z] ------------------- [2023-03-22T12:58:36.447Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-22T12:58:36.447Z] Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce [2023-03-22T12:58:36.447Z] Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-22T12:58:36.752Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-03-22T12:58:36.796Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-03-22T12:58:36.834Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-22T12:58:36.873Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-22T12:58:36.914Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-22T12:58:36.955Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-22T12:58:36.999Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-22T12:58:37.046Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-22T12:58:37.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-22T12:58:37.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-22T12:58:37.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-22T12:58:37.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-03-22T12:58:37.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-22T12:58:37.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-22T12:58:37.344Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-22T12:58:37.383Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-22T12:58:37.426Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-22T12:58:37.465Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-22T12:58:37.504Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-22T12:58:37.549Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-22T12:58:37.592Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-22T12:58:37.629Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-22T12:58:37.668Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-22T12:58:37.709Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-22T12:58:37.751Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-22T12:58:37.795Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-22T12:58:37.836Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-22T12:58:37.875Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-534 [Pipeline] echo [2023-03-22T12:58:37.925Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-534 [Pipeline] echo [2023-03-22T12:58:37.969Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-534 [Pipeline] echo [2023-03-22T12:58:38.010Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8af4f87585ca7a4dc592e77647aaaee3036be64a [Pipeline] echo [2023-03-22T12:58:38.051Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8af4f87 [Pipeline] echo [2023-03-22T12:58:38.090Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-22T12:58:38.210Z] provisioning config files... [2023-03-22T12:58:38.225Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-534@tmp/config13662860815477233809tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-22T12:58:38.594Z] ---> docker-login.sh [2023-03-22T12:58:38.594Z] nexus3.edgexfoundry.org:10001 [2023-03-22T12:58:38.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T12:58:38.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T12:58:38.854Z] Configure a credential helper to remove this warning. See [2023-03-22T12:58:38.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T12:58:38.854Z] [2023-03-22T12:58:38.854Z] Login Succeeded [2023-03-22T12:58:38.854Z] nexus3.edgexfoundry.org:10002 [2023-03-22T12:58:39.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T12:58:39.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T12:58:39.114Z] Configure a credential helper to remove this warning. See [2023-03-22T12:58:39.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T12:58:39.114Z] [2023-03-22T12:58:39.114Z] Login Succeeded [2023-03-22T12:58:39.114Z] nexus3.edgexfoundry.org:10003 [2023-03-22T12:58:39.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T12:58:39.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T12:58:39.114Z] Configure a credential helper to remove this warning. See [2023-03-22T12:58:39.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T12:58:39.114Z] [2023-03-22T12:58:39.114Z] Login Succeeded [2023-03-22T12:58:39.114Z] nexus3.edgexfoundry.org:10004 [2023-03-22T12:58:39.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T12:58:39.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T12:58:39.378Z] Configure a credential helper to remove this warning. See [2023-03-22T12:58:39.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T12:58:39.378Z] [2023-03-22T12:58:39.378Z] Login Succeeded [2023-03-22T12:58:39.378Z] docker.io [2023-03-22T12:58:39.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T12:58:39.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T12:58:39.638Z] Configure a credential helper to remove this warning. See [2023-03-22T12:58:39.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T12:58:39.638Z] [2023-03-22T12:58:39.638Z] Login Succeeded [2023-03-22T12:58:39.638Z] ---> docker-login.sh ends [Pipeline] } [2023-03-22T12:58:39.666Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-22T12:58:40.298Z] + git rev-list -1 --merges 8af4f87585ca7a4dc592e77647aaaee3036be64a~1..8af4f87585ca7a4dc592e77647aaaee3036be64a [Pipeline] echo [2023-03-22T12:58:40.362Z] -----------> git rev-list -1 --merges 8af4f87585ca7a4dc592e77647aaaee3036be64a~1..8af4f87585ca7a4dc592e77647aaaee3036be64a 8af4f87585ca7a4dc592e77647aaaee3036be64a [false] [Pipeline] sh [2023-03-22T12:58:40.670Z] + git log --format=format:%s -1 8af4f87585ca7a4dc592e77647aaaee3036be64a [Pipeline] echo [2023-03-22T12:58:40.705Z] ========================================================= [2023-03-22T12:58:40.705Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-22T12:58:40.705Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-22T12:58:41.142Z] + git log --format=format:%s -1 8af4f87585ca7a4dc592e77647aaaee3036be64a [Pipeline] echo [2023-03-22T12:58:41.171Z] [semverPrep] GIT_COMMIT: 8af4f87585ca7a4dc592e77647aaaee3036be64a, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2023-03-22T12:58:41.203Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-22T12:58:41.604Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-22T12:58:41.604Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-22T12:58:41.604Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-22T12:58:41.604Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-22T12:58:41.604Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-22T12:58:41.604Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-22T12:58:41.604Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T12:58:42.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-22T12:58:42.105Z] [2023-03-22T12:58:42.105Z] 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-22T12:58:42.481Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-22T12:58:42.481Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-22T12:58:42.481Z] b85a868b505f: Pulling fs layer [2023-03-22T12:58:42.481Z] e2be974225ed: Pulling fs layer [2023-03-22T12:58:42.481Z] 339a4e72a1f5: Pulling fs layer [2023-03-22T12:58:42.481Z] 988bab9f4d93: Pulling fs layer [2023-03-22T12:58:42.481Z] 1469e6f7b9e6: Pulling fs layer [2023-03-22T12:58:42.481Z] eaf3925da568: Pulling fs layer [2023-03-22T12:58:42.481Z] bab4dde63d76: Pulling fs layer [2023-03-22T12:58:42.481Z] bde34c3a00c8: Pulling fs layer [2023-03-22T12:58:42.481Z] b352a97aabf1: Pulling fs layer [2023-03-22T12:58:42.481Z] 4872d77fe225: Pulling fs layer [2023-03-22T12:58:42.481Z] 5851b861e8e6: Pulling fs layer [2023-03-22T12:58:42.481Z] 988bab9f4d93: Waiting [2023-03-22T12:58:42.481Z] 1469e6f7b9e6: Waiting [2023-03-22T12:58:42.481Z] eaf3925da568: Waiting [2023-03-22T12:58:42.481Z] bab4dde63d76: Waiting [2023-03-22T12:58:42.481Z] bde34c3a00c8: Waiting [2023-03-22T12:58:42.481Z] b352a97aabf1: Waiting [2023-03-22T12:58:42.481Z] 4872d77fe225: Waiting [2023-03-22T12:58:42.481Z] 5851b861e8e6: Waiting [2023-03-22T12:58:42.481Z] e2be974225ed: Verifying Checksum [2023-03-22T12:58:42.481Z] e2be974225ed: Download complete [2023-03-22T12:58:42.481Z] 988bab9f4d93: Verifying Checksum [2023-03-22T12:58:42.481Z] 988bab9f4d93: Download complete [2023-03-22T12:58:42.744Z] 1469e6f7b9e6: Verifying Checksum [2023-03-22T12:58:42.744Z] 1469e6f7b9e6: Download complete [2023-03-22T12:58:42.744Z] 339a4e72a1f5: Verifying Checksum [2023-03-22T12:58:42.744Z] 339a4e72a1f5: Download complete [2023-03-22T12:58:42.744Z] eaf3925da568: Verifying Checksum [2023-03-22T12:58:42.744Z] eaf3925da568: Download complete [2023-03-22T12:58:42.744Z] bde34c3a00c8: Verifying Checksum [2023-03-22T12:58:42.744Z] bde34c3a00c8: Download complete [2023-03-22T12:58:42.744Z] b352a97aabf1: Verifying Checksum [2023-03-22T12:58:42.744Z] b352a97aabf1: Download complete [2023-03-22T12:58:42.744Z] 4872d77fe225: Download complete [2023-03-22T12:58:42.744Z] 5851b861e8e6: Verifying Checksum [2023-03-22T12:58:42.744Z] 5851b861e8e6: Download complete [2023-03-22T12:58:43.004Z] b85a868b505f: Verifying Checksum [2023-03-22T12:58:43.004Z] b85a868b505f: Download complete [2023-03-22T12:58:43.262Z] bab4dde63d76: Verifying Checksum [2023-03-22T12:58:43.262Z] bab4dde63d76: Download complete [2023-03-22T12:58:44.201Z] b85a868b505f: Pull complete [2023-03-22T12:58:44.201Z] e2be974225ed: Pull complete [2023-03-22T12:58:44.772Z] 339a4e72a1f5: Pull complete [2023-03-22T12:58:44.772Z] 988bab9f4d93: Pull complete [2023-03-22T12:58:45.031Z] 1469e6f7b9e6: Pull complete [2023-03-22T12:58:45.031Z] eaf3925da568: Pull complete [2023-03-22T12:58:46.949Z] bab4dde63d76: Pull complete [2023-03-22T12:58:46.949Z] bde34c3a00c8: Pull complete [2023-03-22T12:58:46.949Z] b352a97aabf1: Pull complete [2023-03-22T12:58:46.949Z] 4872d77fe225: Pull complete [2023-03-22T12:58:46.949Z] 5851b861e8e6: Pull complete [2023-03-22T12:58:47.212Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-22T12:58:47.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-22T12:58:47.212Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T12:58:47.448Z] prd-ubuntu20.04-docker-8c-8g-5180 does not seem to be running inside a container [2023-03-22T12:58:47.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-534 -v /w/workspace/_app-service-configurable_PR-534:/w/workspace/_app-service-configurable_PR-534:rw,z -v /w/workspace/_app-service-configurable_PR-534@tmp:/w/workspace/_app-service-configurable_PR-534@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-22T12:58:48.868Z] $ docker top 9fd5e4aa397a0d4430d32ff42e315cb2f79120ef0c77dd5be7ff1c1749276222 -eo pid,comm [2023-03-22T12:58:48.919Z] 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-22T12:58:48.919Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-22T12:58:49.044Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-22T12:58:49.044Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-22T12:58:49.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-22T12:58:49.152Z] $ docker exec 9fd5e4aa397a0d4430d32ff42e315cb2f79120ef0c77dd5be7ff1c1749276222 ssh-agent [2023-03-22T12:58:49.256Z] SSH_AUTH_SOCK=/tmp/ssh-VjjgRaywfq60/agent.32 [2023-03-22T12:58:49.256Z] SSH_AGENT_PID=38 [2023-03-22T12:58:49.263Z] Running ssh-add (command line suppressed) [2023-03-22T12:58:49.361Z] Identity added: /w/workspace/_app-service-configurable_PR-534@tmp/private_key_7442755312568459640.key (/w/workspace/_app-service-configurable_PR-534@tmp/private_key_7442755312568459640.key) [2023-03-22T12:58:49.371Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-22T12:58:49.701Z] + git tag --points-at HEAD [Pipeline] } [2023-03-22T12:58:49.729Z] $ docker exec --env ******** --env ******** 9fd5e4aa397a0d4430d32ff42e315cb2f79120ef0c77dd5be7ff1c1749276222 ssh-agent -k [2023-03-22T12:58:49.830Z] unset SSH_AUTH_SOCK; [2023-03-22T12:58:49.830Z] unset SSH_AGENT_PID; [2023-03-22T12:58:49.831Z] echo Agent pid 38 killed; [2023-03-22T12:58:49.836Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-22T12:58:49.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-22T12:58:49.927Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-22T12:58:50.038Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-22T12:58:50.044Z] $ docker exec 9fd5e4aa397a0d4430d32ff42e315cb2f79120ef0c77dd5be7ff1c1749276222 ssh-agent [2023-03-22T12:58:50.162Z] SSH_AUTH_SOCK=/tmp/ssh-9vu27M1w4Ds0/agent.70 [2023-03-22T12:58:50.162Z] SSH_AGENT_PID=76 [2023-03-22T12:58:50.167Z] Running ssh-add (command line suppressed) [2023-03-22T12:58:50.275Z] Identity added: /w/workspace/_app-service-configurable_PR-534@tmp/private_key_10508026685690771659.key (/w/workspace/_app-service-configurable_PR-534@tmp/private_key_10508026685690771659.key) [2023-03-22T12:58:50.293Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-22T12:58:50.619Z] + git semver init [2023-03-22T12:58:50.879Z] 2023-03-22 12:58:50,800 [run_init] DEBUG init version:0.0.0 force:False [2023-03-22T12:58:50.879Z] 2023-03-22 12:58:50,800 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-534/.semver [2023-03-22T12:58:50.879Z] 2023-03-22 12:58:50,801 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-534/.semver [2023-03-22T12:58:50.879Z] 2023-03-22 12:58:50,801 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-534/.semver'], cwd=/w/workspace/_app-service-configurable_PR-534, universal_newlines=False, shell=None, istream=None) [2023-03-22T12:58:51.818Z] 2023-03-22 12:58:51,566 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-534/.git/info/exclude [2023-03-22T12:58:51.818Z] 2023-03-22 12:58:51,567 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-534/.semver/PR-534 with force:False [2023-03-22T12:58:51.818Z] 2023-03-22 12:58:51,567 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-534/.semver/PR-534 [2023-03-22T12:58:51.818Z] 2023-03-22 12:58:51,571 [execute] INFO git cat-file --batch-check [2023-03-22T12:58:51.818Z] 2023-03-22 12:58:51,572 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-534/.semver, universal_newlines=False, shell=None, istream=) [2023-03-22T12:58:51.818Z] 2023-03-22 12:58:51,579 [execute] INFO git cat-file --batch [2023-03-22T12:58:51.818Z] 2023-03-22 12:58:51,580 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-534/.semver, universal_newlines=False, shell=None, istream=) [2023-03-22T12:58:51.818Z] 2023-03-22 12:58:51,584 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-534/.semver/PR-534 [2023-03-22T12:58:51.818Z] 0.0.0 [Pipeline] } [2023-03-22T12:58:51.849Z] $ docker exec --env ******** --env ******** 9fd5e4aa397a0d4430d32ff42e315cb2f79120ef0c77dd5be7ff1c1749276222 ssh-agent -k [2023-03-22T12:58:51.945Z] unset SSH_AUTH_SOCK; [2023-03-22T12:58:51.945Z] unset SSH_AGENT_PID; [2023-03-22T12:58:51.945Z] echo Agent pid 76 killed; [2023-03-22T12:58:51.952Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-22T12:58:52.381Z] + git semver [Pipeline] } [2023-03-22T12:58:52.676Z] $ docker stop --time=1 9fd5e4aa397a0d4430d32ff42e315cb2f79120ef0c77dd5be7ff1c1749276222 [2023-03-22T12:58:53.992Z] $ docker rm -f --volumes 9fd5e4aa397a0d4430d32ff42e315cb2f79120ef0c77dd5be7ff1c1749276222 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-22T12:58:54.388Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-22T12:58:54.633Z] Stashed 1 file(s) [Pipeline] echo [2023-03-22T12:58:54.649Z] [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-22T12:58:55.225Z] provisioning config files... [2023-03-22T12:58:55.234Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-534@tmp/config1439423166099941607tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-22T12:58:55.578Z] ---> docker-login.sh [2023-03-22T12:58:55.578Z] nexus3.edgexfoundry.org:10001 [2023-03-22T12:58:55.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T12:58:55.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T12:58:55.578Z] Configure a credential helper to remove this warning. See [2023-03-22T12:58:55.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T12:58:55.578Z] [2023-03-22T12:58:55.578Z] Login Succeeded [2023-03-22T12:58:55.578Z] nexus3.edgexfoundry.org:10002 [2023-03-22T12:58:55.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T12:58:55.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T12:58:55.578Z] Configure a credential helper to remove this warning. See [2023-03-22T12:58:55.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T12:58:55.578Z] [2023-03-22T12:58:55.578Z] Login Succeeded [2023-03-22T12:58:55.578Z] nexus3.edgexfoundry.org:10003 [2023-03-22T12:58:55.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T12:58:55.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T12:58:55.837Z] Configure a credential helper to remove this warning. See [2023-03-22T12:58:55.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T12:58:55.837Z] [2023-03-22T12:58:55.837Z] Login Succeeded [2023-03-22T12:58:55.837Z] nexus3.edgexfoundry.org:10004 [2023-03-22T12:58:55.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T12:58:55.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T12:58:55.837Z] Configure a credential helper to remove this warning. See [2023-03-22T12:58:55.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T12:58:55.837Z] [2023-03-22T12:58:55.837Z] Login Succeeded [2023-03-22T12:58:55.837Z] docker.io [2023-03-22T12:58:56.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T12:58:56.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T12:58:56.097Z] Configure a credential helper to remove this warning. See [2023-03-22T12:58:56.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T12:58:56.097Z] [2023-03-22T12:58:56.097Z] Login Succeeded [2023-03-22T12:58:56.097Z] ---> docker-login.sh ends [Pipeline] } [2023-03-22T12:58:56.131Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-22T12:58:56.317Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-22T12:58:56.354Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-22T12:58:56.384Z] ========================================================= [2023-03-22T12:58:56.384Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-22T12:58:56.384Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T12:58:56.849Z] + 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-22T12:58:56.849Z] Sending build context to Docker daemon 3.244MB [2023-03-22T12:58:56.849Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-22T12:58:56.849Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-22T12:58:56.849Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-22T12:58:56.849Z] 63b65145d645: Pulling fs layer [2023-03-22T12:58:56.849Z] a2d21d5440eb: Pulling fs layer [2023-03-22T12:58:56.849Z] 935e6c44a52c: Pulling fs layer [2023-03-22T12:58:56.849Z] 94cc34f8dd06: Pulling fs layer [2023-03-22T12:58:56.849Z] 30dea6a524f1: Pulling fs layer [2023-03-22T12:58:56.849Z] a2aff8979fd8: Pulling fs layer [2023-03-22T12:58:56.849Z] 6808be2612f2: Pulling fs layer [2023-03-22T12:58:56.849Z] f25807f1079a: Pulling fs layer [2023-03-22T12:58:56.849Z] a2aff8979fd8: Waiting [2023-03-22T12:58:56.849Z] 6808be2612f2: Waiting [2023-03-22T12:58:56.849Z] f25807f1079a: Waiting [2023-03-22T12:58:56.849Z] 94cc34f8dd06: Waiting [2023-03-22T12:58:56.849Z] 30dea6a524f1: Waiting [2023-03-22T12:58:56.849Z] a2d21d5440eb: Verifying Checksum [2023-03-22T12:58:56.849Z] 94cc34f8dd06: Verifying Checksum [2023-03-22T12:58:56.849Z] 94cc34f8dd06: Download complete [2023-03-22T12:58:56.849Z] 30dea6a524f1: Verifying Checksum [2023-03-22T12:58:56.849Z] 30dea6a524f1: Download complete [2023-03-22T12:58:57.114Z] 63b65145d645: Verifying Checksum [2023-03-22T12:58:57.114Z] 63b65145d645: Download complete [2023-03-22T12:58:57.114Z] a2aff8979fd8: Verifying Checksum [2023-03-22T12:58:57.114Z] a2aff8979fd8: Download complete [2023-03-22T12:58:57.114Z] 63b65145d645: Pull complete [2023-03-22T12:58:57.384Z] a2d21d5440eb: Pull complete [2023-03-22T12:58:57.992Z] f25807f1079a: Verifying Checksum [2023-03-22T12:58:57.993Z] f25807f1079a: Download complete [2023-03-22T12:58:57.993Z] 935e6c44a52c: Verifying Checksum [2023-03-22T12:58:57.993Z] 935e6c44a52c: Download complete [2023-03-22T12:58:58.250Z] 6808be2612f2: Verifying Checksum [2023-03-22T12:58:58.250Z] 6808be2612f2: Download complete [2023-03-22T12:59:01.549Z] 935e6c44a52c: Pull complete [2023-03-22T12:59:01.549Z] 94cc34f8dd06: Pull complete [2023-03-22T12:59:01.549Z] 30dea6a524f1: Pull complete [2023-03-22T12:59:01.549Z] a2aff8979fd8: Pull complete [2023-03-22T12:59:04.079Z] 6808be2612f2: Pull complete [2023-03-22T12:59:04.644Z] f25807f1079a: Pull complete [2023-03-22T12:59:04.644Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-22T12:59:04.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-22T12:59:04.644Z] ---> 3b553350e43f [2023-03-22T12:59:04.644Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-22T12:59:06.546Z] ---> Running in d8dc23ee78bb [2023-03-22T12:59:06.546Z] Removing intermediate container d8dc23ee78bb [2023-03-22T12:59:06.546Z] ---> e4e210337da6 [2023-03-22T12:59:06.546Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-22T12:59:06.546Z] ---> Running in 2d7688b5da75 [2023-03-22T12:59:06.546Z] Removing intermediate container 2d7688b5da75 [2023-03-22T12:59:06.546Z] ---> 69d50f0490b5 [2023-03-22T12:59:06.546Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-22T12:59:06.546Z] ---> Running in 4a333a5183ce [2023-03-22T12:59:06.808Z] Removing intermediate container 4a333a5183ce [2023-03-22T12:59:06.808Z] ---> efa77436de15 [2023-03-22T12:59:06.808Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-22T12:59:06.808Z] ---> Running in 8312f5b7daeb [2023-03-22T12:59:07.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-22T12:59:07.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-22T12:59:07.327Z] OK: 265 MiB in 53 packages [2023-03-22T12:59:07.586Z] Removing intermediate container 8312f5b7daeb [2023-03-22T12:59:07.586Z] ---> 9b36af2c4359 [2023-03-22T12:59:07.586Z] Step 7/12 : WORKDIR /app [2023-03-22T12:59:07.845Z] ---> Running in d87a403f69cc [2023-03-22T12:59:07.845Z] Removing intermediate container d87a403f69cc [2023-03-22T12:59:07.845Z] ---> c4776e4ecfe5 [2023-03-22T12:59:07.845Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-22T12:59:07.845Z] ---> 10d662c36304 [2023-03-22T12:59:07.845Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-22T12:59:08.102Z] ---> Running in 43c6d81029bb [2023-03-22T12:59:10.052Z] Still waiting to schedule task [2023-03-22T12:59:10.052Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-22T12:59:34.647Z] Removing intermediate container 43c6d81029bb [2023-03-22T12:59:34.647Z] ---> 1997e33862a7 [2023-03-22T12:59:34.647Z] Step 10/12 : COPY . . [2023-03-22T12:59:34.647Z] ---> 9a56a46307ac [2023-03-22T12:59:34.647Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-22T12:59:34.647Z] ---> Running in 0ef16f9bbc38 [2023-03-22T12:59:34.647Z] Removing intermediate container 0ef16f9bbc38 [2023-03-22T12:59:34.647Z] ---> 8dae0cfaabbc [2023-03-22T12:59:34.647Z] Step 12/12 : RUN $MAKE [2023-03-22T12:59:34.910Z] ---> Running in ef72a14e6129 [2023-03-22T12:59:35.169Z] noop [2023-03-22T12:59:35.428Z] Removing intermediate container ef72a14e6129 [2023-03-22T12:59:35.428Z] ---> 5c6fb54ddf31 [2023-03-22T12:59:35.428Z] Successfully built 5c6fb54ddf31 [2023-03-22T12:59:35.428Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T12:59:35.882Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-22T12:59:35.882Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T12:59:36.042Z] prd-ubuntu20.04-docker-8c-8g-5180 does not seem to be running inside a container [2023-03-22T12:59:36.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-534 -v /w/workspace/_app-service-configurable_PR-534:/w/workspace/_app-service-configurable_PR-534:rw,z -v /w/workspace/_app-service-configurable_PR-534@tmp:/w/workspace/_app-service-configurable_PR-534@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-22T12:59:36.445Z] $ docker top 4055a835878dcf9dce056353e8db3c13d1076e044557a055e04a6e0deda586a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T12:59:36.844Z] + go version [2023-03-22T12:59:36.844Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-22T12:59:36.880Z] $ docker stop --time=1 4055a835878dcf9dce056353e8db3c13d1076e044557a055e04a6e0deda586a7 [2023-03-22T12:59:38.174Z] $ docker rm -f --volumes 4055a835878dcf9dce056353e8db3c13d1076e044557a055e04a6e0deda586a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T12:59:38.874Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-22T12:59:38.874Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T12:59:39.024Z] prd-ubuntu20.04-docker-8c-8g-5180 does not seem to be running inside a container [2023-03-22T12:59:39.057Z] $ 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-534 -v /w/workspace/_app-service-configurable_PR-534:/w/workspace/_app-service-configurable_PR-534:rw,z -v /w/workspace/_app-service-configurable_PR-534@tmp:/w/workspace/_app-service-configurable_PR-534@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-22T12:59:39.393Z] $ docker top aa5f28ae0b68a70c5004af07cda9a3971391bcd8de2fb572784bffe1ef50f2b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T12:59:39.783Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-534 [Pipeline] fileExists [Pipeline] sh [2023-03-22T12:59:40.141Z] + make test [2023-03-22T12:59:40.141Z] go test -race -coverprofile=coverage.out ./... [2023-03-22T12:59:58.213Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-22T13:00:16.294Z] go vet ./... [2023-03-22T13:00:19.576Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-22T13:00:19.576Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-22T13:00:19.576Z] ./bin/test-attribution-txt.sh [2023-03-22T13:00:19.576Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-03-22T13:00:19.617Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-22T13:00:19.656Z] $ docker stop --time=1 aa5f28ae0b68a70c5004af07cda9a3971391bcd8de2fb572784bffe1ef50f2b4 [2023-03-22T13:00:21.957Z] $ docker rm -f --volumes aa5f28ae0b68a70c5004af07cda9a3971391bcd8de2fb572784bffe1ef50f2b4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-22T13:00:22.512Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-22T13:00:22.573Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-22T13:00:23.252Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-22T13:00:23.633Z] + ls -al . [2023-03-22T13:00:23.633Z] total 176 [2023-03-22T13:00:23.633Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 22 12:59 . [2023-03-22T13:00:23.633Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 22 12:58 .. [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 22 12:58 .dockerignore [2023-03-22T13:00:23.633Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 22 12:58 .git [2023-03-22T13:00:23.633Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 22 12:58 .github [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 22 12:58 .gitignore [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 22 12:58 .golangci.yml [2023-03-22T13:00:23.633Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 22 12:58 .semver [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 9320 Mar 22 12:58 Attribution.txt [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 22 12:58 CHANGELOG.md [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 22 12:58 Dockerfile [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 22 12:58 GOVERNANCE.md [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 22 12:58 Jenkinsfile [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 22 12:58 LICENSE [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 22 12:58 OWNERS.md [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 22 12:58 README.md [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 22 12:58 VERSION [2023-03-22T13:00:23.633Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 22 12:58 bin [2023-03-22T13:00:23.633Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 22 12:59 coverage.out [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 3347 Mar 22 12:58 go.mod [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 31037 Mar 22 12:58 go.sum [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 22 12:58 main.go [2023-03-22T13:00:23.633Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 22 12:58 makefile [2023-03-22T13:00:23.633Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 22 12:58 res [2023-03-22T13:00:23.633Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 22 12:58 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T13:00:24.024Z] + 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=8af4f87585ca7a4dc592e77647aaaee3036be64a --label arch=amd64 --label version=0.0.0 . [2023-03-22T13:00:24.024Z] Sending build context to Docker daemon 3.245MB [2023-03-22T13:00:24.024Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-22T13:00:24.024Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-22T13:00:24.024Z] ---> 5c6fb54ddf31 [2023-03-22T13:00:24.024Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-22T13:00:24.024Z] ---> Running in b420f583b0c7 [2023-03-22T13:00:24.284Z] Removing intermediate container b420f583b0c7 [2023-03-22T13:00:24.284Z] ---> 377e0e873940 [2023-03-22T13:00:24.284Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-22T13:00:24.284Z] ---> Running in 01521d621a03 [2023-03-22T13:00:24.284Z] Removing intermediate container 01521d621a03 [2023-03-22T13:00:24.284Z] ---> 7c271cf057c6 [2023-03-22T13:00:24.284Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-22T13:00:24.284Z] ---> Running in 88a8f4957e55 [2023-03-22T13:00:24.284Z] Removing intermediate container 88a8f4957e55 [2023-03-22T13:00:24.284Z] ---> a85aa50bb57a [2023-03-22T13:00:24.284Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-22T13:00:24.543Z] ---> Running in 0d6ed4e82145 [2023-03-22T13:00:24.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-22T13:00:24.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-22T13:00:25.059Z] OK: 265 MiB in 53 packages [2023-03-22T13:00:25.317Z] Removing intermediate container 0d6ed4e82145 [2023-03-22T13:00:25.317Z] ---> 61a1d928c0d6 [2023-03-22T13:00:25.317Z] Step 7/26 : WORKDIR /app [2023-03-22T13:00:25.317Z] ---> Running in ec5cf630c789 [2023-03-22T13:00:25.577Z] Removing intermediate container ec5cf630c789 [2023-03-22T13:00:25.577Z] ---> f28fc84ed689 [2023-03-22T13:00:25.577Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-22T13:00:25.577Z] ---> 031515711deb [2023-03-22T13:00:25.577Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-22T13:00:25.577Z] ---> Running in 69e58908da48 [2023-03-22T13:00:26.514Z] Removing intermediate container 69e58908da48 [2023-03-22T13:00:26.514Z] ---> 72d5be73bb6e [2023-03-22T13:00:26.514Z] Step 10/26 : COPY . . [2023-03-22T13:00:26.773Z] ---> 9ad976670709 [2023-03-22T13:00:26.773Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-22T13:00:26.773Z] ---> Running in 49476c7b5161 [2023-03-22T13:00:26.773Z] Removing intermediate container 49476c7b5161 [2023-03-22T13:00:26.773Z] ---> 12aa484ac037 [2023-03-22T13:00:26.773Z] Step 12/26 : RUN $MAKE [2023-03-22T13:00:26.773Z] ---> Running in 8c833577fac3 [2023-03-22T13:00:27.031Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.44 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-03-22T13:00:45.103Z] Removing intermediate container 8c833577fac3 [2023-03-22T13:00:45.103Z] ---> d4a9b658b4a3 [2023-03-22T13:00:45.103Z] Step 13/26 : FROM alpine:3.17 [2023-03-22T13:00:45.103Z] 3.17: Pulling from library/alpine [2023-03-22T13:00:45.103Z] 63b65145d645: Already exists [2023-03-22T13:00:45.103Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-22T13:00:45.103Z] Status: Downloaded newer image for alpine:3.17 [2023-03-22T13:00:45.103Z] ---> b2aa39c304c2 [2023-03-22T13:00:45.103Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-22T13:00:45.103Z] ---> Running in 5a672b938203 [2023-03-22T13:00:45.103Z] Removing intermediate container 5a672b938203 [2023-03-22T13:00:45.103Z] ---> 7e264437697d [2023-03-22T13:00:45.103Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-22T13:00:45.103Z] ---> Running in 4ed55a2a76ab [2023-03-22T13:00:45.103Z] Removing intermediate container 4ed55a2a76ab [2023-03-22T13:00:45.103Z] ---> be82f344b0f2 [2023-03-22T13:00:45.103Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-22T13:00:45.103Z] ---> Running in 78fdf8f7d7b9 [2023-03-22T13:00:45.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-22T13:00:45.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-22T13:00:45.363Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-22T13:00:45.363Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-22T13:00:45.363Z] Executing busybox-1.35.0-r29.trigger [2023-03-22T13:00:45.363Z] Executing ca-certificates-20220614-r4.trigger [2023-03-22T13:00:45.363Z] OK: 8 MiB in 17 packages [2023-03-22T13:00:45.929Z] Removing intermediate container 78fdf8f7d7b9 [2023-03-22T13:00:45.929Z] ---> 4ebcb51e3c99 [2023-03-22T13:00:45.929Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-22T13:00:45.929Z] ---> 959f75cd45c2 [2023-03-22T13:00:45.929Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-22T13:00:45.929Z] ---> b12780882fd8 [2023-03-22T13:00:45.929Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-22T13:00:46.188Z] ---> 19099ff77159 [2023-03-22T13:00:46.188Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-22T13:00:46.755Z] ---> 8629f59ecae9 [2023-03-22T13:00:46.755Z] Step 21/26 : EXPOSE 48095 [2023-03-22T13:00:46.755Z] ---> Running in bc217c5fcac5 [2023-03-22T13:00:46.755Z] Removing intermediate container bc217c5fcac5 [2023-03-22T13:00:46.755Z] ---> 7bee50e6850d [2023-03-22T13:00:46.755Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-22T13:00:47.014Z] ---> Running in a5824129a3d5 [2023-03-22T13:00:47.014Z] Removing intermediate container a5824129a3d5 [2023-03-22T13:00:47.014Z] ---> 7e22dd14386c [2023-03-22T13:00:47.014Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-22T13:00:47.014Z] ---> Running in f74be5efa790 [2023-03-22T13:00:47.014Z] Removing intermediate container f74be5efa790 [2023-03-22T13:00:47.014Z] ---> 12dd66e28bdf [2023-03-22T13:00:47.014Z] Step 24/26 : LABEL arch=amd64 [2023-03-22T13:00:47.054Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5181 in /w/workspace/_app-service-configurable_PR-534 [Pipeline] { [Pipeline] ws [2023-03-22T13:00:47.119Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-03-22T13:00:47.195Z] Selected Git installation does not exist. Using Default [2023-03-22T13:00:47.195Z] The recommended git tool is: NONE [2023-03-22T13:00:47.273Z] ---> Running in 437f67fa1e79 [2023-03-22T13:00:47.273Z] Removing intermediate container 437f67fa1e79 [2023-03-22T13:00:47.273Z] ---> 94769596e218 [2023-03-22T13:00:47.273Z] Step 25/26 : LABEL git_sha=8af4f87585ca7a4dc592e77647aaaee3036be64a [2023-03-22T13:00:47.273Z] ---> Running in 2f36d11baab1 [2023-03-22T13:00:47.273Z] Removing intermediate container 2f36d11baab1 [2023-03-22T13:00:47.273Z] ---> 386f492c1c35 [2023-03-22T13:00:47.273Z] Step 26/26 : LABEL version=0.0.0 [2023-03-22T13:00:47.273Z] ---> Running in f791286311ad [2023-03-22T13:00:47.530Z] Removing intermediate container f791286311ad [2023-03-22T13:00:47.530Z] ---> 4b7d8a1583d8 [2023-03-22T13:00:47.530Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-22T13:00:47.530Z] Successfully built 4b7d8a1583d8 [2023-03-22T13:00:47.530Z] 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-22T13:00:48.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-22T13:00:48.390Z] [2023-03-22T13:00:48.390Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T13:00:48.768Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-22T13:00:48.768Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-22T13:00:48.768Z] 5eb5b503b376: Pulling fs layer [2023-03-22T13:00:48.768Z] 5c69ac0246d0: Pulling fs layer [2023-03-22T13:00:48.768Z] ec43610c2a17: Pulling fs layer [2023-03-22T13:00:48.768Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-22T13:00:48.768Z] 33b1e0a273af: Pulling fs layer [2023-03-22T13:00:48.768Z] 5d3b04190fa2: Pulling fs layer [2023-03-22T13:00:48.768Z] 2f39f015ded8: Pulling fs layer [2023-03-22T13:00:48.768Z] 33b1e0a273af: Waiting [2023-03-22T13:00:48.768Z] 5d3b04190fa2: Waiting [2023-03-22T13:00:48.768Z] 3a2ae6a8a46f: Waiting [2023-03-22T13:00:48.768Z] 2f39f015ded8: Waiting [2023-03-22T13:00:48.768Z] 5c69ac0246d0: Verifying Checksum [2023-03-22T13:00:48.768Z] 5c69ac0246d0: Download complete [2023-03-22T13:00:48.768Z] 3a2ae6a8a46f: Download complete [2023-03-22T13:00:49.027Z] 33b1e0a273af: Verifying Checksum [2023-03-22T13:00:49.027Z] 33b1e0a273af: Download complete [2023-03-22T13:00:49.027Z] ec43610c2a17: Verifying Checksum [2023-03-22T13:00:49.027Z] ec43610c2a17: Download complete [2023-03-22T13:00:49.027Z] 5d3b04190fa2: Download complete [2023-03-22T13:00:49.027Z] 5eb5b503b376: Verifying Checksum [2023-03-22T13:00:49.027Z] 5eb5b503b376: Download complete [2023-03-22T13:00:49.591Z] 2f39f015ded8: Download complete [2023-03-22T13:00:50.157Z] 5eb5b503b376: Pull complete [2023-03-22T13:00:50.157Z] 5c69ac0246d0: Pull complete [2023-03-22T13:00:50.720Z] ec43610c2a17: Pull complete [2023-03-22T13:00:50.720Z] 3a2ae6a8a46f: Pull complete [2023-03-22T13:00:50.977Z] 33b1e0a273af: Pull complete [2023-03-22T13:00:50.977Z] 5d3b04190fa2: Pull complete [2023-03-22T13:00:52.331Z] using credential edgex-jenkins-ssh [2023-03-22T13:00:52.349Z] Cloning the remote Git repository [2023-03-22T13:00:52.407Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-03-22T13:00:52.515Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-03-22T13:00:52.672Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-03-22T13:00:52.673Z] > git --version # timeout=10 [2023-03-22T13:00:52.695Z] > git --version # 'git version 2.25.1' [2023-03-22T13:00:52.698Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-22T13:00:52.858Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-22T13:00:53.970Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-03-22T13:00:53.994Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-22T13:00:55.158Z] 2f39f015ded8: Pull complete [2023-03-22T13:00:55.159Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-22T13:00:55.159Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-22T13:00:55.159Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T13:00:55.393Z] prd-ubuntu20.04-docker-8c-8g-5180 does not seem to be running inside a container [2023-03-22T13:00:55.421Z] $ 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-534 -v /w/workspace/_app-service-configurable_PR-534:/w/workspace/_app-service-configurable_PR-534:rw,z -v /w/workspace/_app-service-configurable_PR-534@tmp:/w/workspace/_app-service-configurable_PR-534@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-22T13:00:55.487Z] Merging remotes/origin/main commit 11af183f2194c3fd12bdcc9d8b6be264b57aff6c into PR head commit 8af4f87585ca7a4dc592e77647aaaee3036be64a [2023-03-22T13:00:55.796Z] Merge succeeded, producing 8af4f87585ca7a4dc592e77647aaaee3036be64a [2023-03-22T13:00:55.796Z] Checking out Revision 8af4f87585ca7a4dc592e77647aaaee3036be64a (PR-534) [2023-03-22T13:00:54.914Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-03-22T13:00:54.962Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-03-22T13:00:54.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-22T13:00:54.982Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/534/head:refs/remotes/origin/PR-534 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-22T13:00:55.511Z] > git config core.sparsecheckout # timeout=10 [2023-03-22T13:00:55.589Z] > git checkout -f 8af4f87585ca7a4dc592e77647aaaee3036be64a # timeout=10 [2023-03-22T13:00:55.682Z] > git remote # timeout=10 [2023-03-22T13:00:55.702Z] > git config --get remote.origin.url # timeout=10 [2023-03-22T13:00:55.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-22T13:00:55.745Z] > git merge 11af183f2194c3fd12bdcc9d8b6be264b57aff6c # timeout=10 [2023-03-22T13:00:55.775Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-22T13:00:55.806Z] > git config core.sparsecheckout # timeout=10 [2023-03-22T13:00:55.824Z] > git checkout -f 8af4f87585ca7a4dc592e77647aaaee3036be64a # timeout=10 [2023-03-22T13:00:56.329Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2023-03-22T13:00:56.393Z] > git --version # timeout=10 [2023-03-22T13:00:56.407Z] > git --version # 'git version 2.25.1' [2023-03-22T13:00:56.429Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-22T13:00:57.242Z] $ docker top f3ca7232d798ceb5a6f6a4d8128c11a349d53bb4c7d22990834ed2244c87e382 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [2023-03-22T13:00:57.417Z] [2023-03-22T13:00:57.417Z] GitHub has been notified of this commit’s build result [2023-03-22T13:00:57.417Z] [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2023-03-22T13:00:57.714Z] ---> job-cost.sh [2023-03-22T13:00:57.715Z] lf-activate-venv: SKIPPING [2023-03-22T13:00:57.715Z] INFO: No Stack... [Pipeline] sh [2023-03-22T13:00:57.974Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-22T13:00:58.232Z] INFO: Archiving Costs [Pipeline] sh [2023-03-22T13:00:58.283Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-22T13:00:58.283Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-22T13:00:58.283Z] Dload Upload Total Spent Left Speed [2023-03-22T13:00:58.283Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 84443 0 --:--:-- --:--:-- --:--:-- 84443 [2023-03-22T13:00:58.546Z] + cat /w/workspace/_app-service-configurable_PR-534/archives/cost.csv [2023-03-22T13:00:58.546Z] + cut -d, -f6 [Pipeline] lock [2023-03-22T13:00:58.599Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-534-1-stack-cost] [2023-03-22T13:00:58.604Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-534-1-stack-cost] did not exist. Created. [2023-03-22T13:00:58.604Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-534-1-stack-cost] [Pipeline] { [Pipeline] sh [Pipeline] unstash [Pipeline] sh [2023-03-22T13:00:59.002Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-22T13:00:59.106Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-22T13:00:59.246Z] Stashed 1 file(s) [Pipeline] } [2023-03-22T13:00:59.281Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-534-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-22T13:00:59.367Z] $ docker stop --time=1 f3ca7232d798ceb5a6f6a4d8128c11a349d53bb4c7d22990834ed2244c87e382 [2023-03-22T13:00:59.377Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-22T13:00:59.377Z] + sudo tee /etc/docker/daemon.new [2023-03-22T13:01:00.525Z] $ docker rm -f --volumes f3ca7232d798ceb5a6f6a4d8128c11a349d53bb4c7d22990834ed2244c87e382 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-03-22T13:01:00.805Z] { [2023-03-22T13:01:00.805Z] "registry-mirrors": [ [2023-03-22T13:01:00.805Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-22T13:01:00.805Z] ], [2023-03-22T13:01:00.805Z] "bip": "10.250.0.254/24", [2023-03-22T13:01:00.805Z] "hosts": [ [2023-03-22T13:01:00.805Z] "tcp://0.0.0.0:5555", [2023-03-22T13:01:00.805Z] "unix:///var/run/docker.sock" [2023-03-22T13:01:00.805Z] ], [2023-03-22T13:01:00.805Z] "mtu": 1458, [2023-03-22T13:01:00.805Z] "selinux-enabled": true, [2023-03-22T13:01:00.805Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-22T13:01:00.805Z] } [Pipeline] // stage [Pipeline] } [Pipeline] sh [2023-03-22T13:01:01.216Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-22T13:01:01.566Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-22T13:01:19.904Z] provisioning config files... [2023-03-22T13:01:19.934Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config10432609382091477902tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-22T13:01:20.341Z] ---> docker-login.sh [2023-03-22T13:01:20.341Z] nexus3.edgexfoundry.org:10001 [2023-03-22T13:01:20.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T13:01:20.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T13:01:20.932Z] Configure a credential helper to remove this warning. See [2023-03-22T13:01:20.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T13:01:20.932Z] [2023-03-22T13:01:20.932Z] Login Succeeded [2023-03-22T13:01:20.932Z] nexus3.edgexfoundry.org:10002 [2023-03-22T13:01:21.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T13:01:21.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T13:01:21.473Z] Configure a credential helper to remove this warning. See [2023-03-22T13:01:21.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T13:01:21.473Z] [2023-03-22T13:01:21.473Z] Login Succeeded [2023-03-22T13:01:21.473Z] nexus3.edgexfoundry.org:10003 [2023-03-22T13:01:21.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T13:01:21.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T13:01:21.747Z] Configure a credential helper to remove this warning. See [2023-03-22T13:01:21.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T13:01:21.747Z] [2023-03-22T13:01:21.747Z] Login Succeeded [2023-03-22T13:01:21.747Z] nexus3.edgexfoundry.org:10004 [2023-03-22T13:01:22.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T13:01:22.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T13:01:22.016Z] Configure a credential helper to remove this warning. See [2023-03-22T13:01:22.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T13:01:22.016Z] [2023-03-22T13:01:22.016Z] Login Succeeded [2023-03-22T13:01:22.016Z] docker.io [2023-03-22T13:01:22.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-22T13:01:22.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-22T13:01:22.552Z] Configure a credential helper to remove this warning. See [2023-03-22T13:01:22.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-22T13:01:22.552Z] [2023-03-22T13:01:22.552Z] Login Succeeded [2023-03-22T13:01:22.552Z] ---> docker-login.sh ends [Pipeline] } [2023-03-22T13:01:22.579Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-22T13:01:23.019Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-22T13:01:23.051Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-22T13:01:23.083Z] ========================================================= [2023-03-22T13:01:23.083Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-22T13:01:23.083Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T13:01:23.557Z] + 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-22T13:01:23.557Z] Sending build context to Docker daemon 173.6kB [2023-03-22T13:01:23.828Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-22T13:01:23.828Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-22T13:01:24.100Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-22T13:01:24.100Z] af6eaf76a39c: Pulling fs layer [2023-03-22T13:01:24.100Z] 55522c791124: Pulling fs layer [2023-03-22T13:01:24.100Z] ce5c4a1c91eb: Pulling fs layer [2023-03-22T13:01:24.100Z] 169dfbe0d373: Pulling fs layer [2023-03-22T13:01:24.100Z] e1ff8fa3b103: Pulling fs layer [2023-03-22T13:01:24.100Z] 52ebb69f0ebf: Pulling fs layer [2023-03-22T13:01:24.100Z] 5abe8eddf0d5: Pulling fs layer [2023-03-22T13:01:24.100Z] 52ebb69f0ebf: Waiting [2023-03-22T13:01:24.100Z] 5abe8eddf0d5: Waiting [2023-03-22T13:01:24.100Z] e1ff8fa3b103: Waiting [2023-03-22T13:01:24.100Z] 169dfbe0d373: Waiting [2023-03-22T13:01:24.100Z] 55522c791124: Download complete [2023-03-22T13:01:24.100Z] 169dfbe0d373: Download complete [2023-03-22T13:01:24.100Z] e1ff8fa3b103: Verifying Checksum [2023-03-22T13:01:24.100Z] e1ff8fa3b103: Download complete [2023-03-22T13:01:24.100Z] af6eaf76a39c: Download complete [2023-03-22T13:01:25.087Z] af6eaf76a39c: Pull complete [2023-03-22T13:01:25.087Z] 5abe8eddf0d5: Verifying Checksum [2023-03-22T13:01:25.087Z] 5abe8eddf0d5: Download complete [2023-03-22T13:01:25.685Z] 55522c791124: Pull complete [2023-03-22T13:01:26.673Z] 52ebb69f0ebf: Verifying Checksum [2023-03-22T13:01:26.673Z] 52ebb69f0ebf: Download complete [2023-03-22T13:01:26.673Z] ce5c4a1c91eb: Verifying Checksum [2023-03-22T13:01:26.673Z] ce5c4a1c91eb: Download complete [2023-03-22T13:01:39.024Z] ce5c4a1c91eb: Pull complete [2023-03-22T13:01:39.024Z] 169dfbe0d373: Pull complete [2023-03-22T13:01:39.024Z] e1ff8fa3b103: Pull complete [2023-03-22T13:01:45.722Z] 52ebb69f0ebf: Pull complete [2023-03-22T13:01:46.686Z] 5abe8eddf0d5: Pull complete [2023-03-22T13:01:46.954Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-22T13:01:46.954Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-22T13:01:46.954Z] ---> 6cb57ee374ae [2023-03-22T13:01:46.954Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-22T13:01:48.904Z] ---> Running in f871b0694bec [2023-03-22T13:01:49.171Z] Removing intermediate container f871b0694bec [2023-03-22T13:01:49.171Z] ---> 1e18643b080e [2023-03-22T13:01:49.171Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-22T13:01:49.171Z] ---> Running in 7649b029e43e [2023-03-22T13:01:49.760Z] Removing intermediate container 7649b029e43e [2023-03-22T13:01:49.760Z] ---> e9c880dc7cb6 [2023-03-22T13:01:49.760Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-22T13:01:49.760Z] ---> Running in 92d4503cc58c [2023-03-22T13:01:50.349Z] Removing intermediate container 92d4503cc58c [2023-03-22T13:01:50.349Z] ---> 68675f272afd [2023-03-22T13:01:50.349Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-22T13:01:50.349Z] ---> Running in b79f8bf5c675 [2023-03-22T13:01:51.312Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-22T13:01:51.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-22T13:01:53.321Z] OK: 263 MiB in 53 packages [2023-03-22T13:01:53.905Z] Removing intermediate container b79f8bf5c675 [2023-03-22T13:01:53.905Z] ---> a3305cfc9e43 [2023-03-22T13:01:53.905Z] Step 7/12 : WORKDIR /app [2023-03-22T13:01:54.173Z] ---> Running in 41f5a4d3ae4d [2023-03-22T13:01:54.441Z] Removing intermediate container 41f5a4d3ae4d [2023-03-22T13:01:54.441Z] ---> 88318d5895f6 [2023-03-22T13:01:54.441Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-22T13:01:55.029Z] ---> 3b4bbb09dccc [2023-03-22T13:01:55.029Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-22T13:01:55.029Z] ---> Running in 3d8c4fa3afa9 [2023-03-22T13:03:02.901Z] Removing intermediate container 3d8c4fa3afa9 [2023-03-22T13:03:02.901Z] ---> 412b579fefe3 [2023-03-22T13:03:02.901Z] Step 10/12 : COPY . . [2023-03-22T13:03:02.901Z] ---> 64ebadd0cee6 [2023-03-22T13:03:02.901Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-22T13:03:02.901Z] ---> Running in d5ae42dec5c1 [2023-03-22T13:03:02.901Z] Removing intermediate container d5ae42dec5c1 [2023-03-22T13:03:02.901Z] ---> 76896a20e74d [2023-03-22T13:03:02.901Z] Step 12/12 : RUN $MAKE [2023-03-22T13:03:02.901Z] ---> Running in 7ea328d4987a [2023-03-22T13:03:02.901Z] noop [2023-03-22T13:03:02.901Z] Removing intermediate container 7ea328d4987a [2023-03-22T13:03:02.901Z] ---> 85ff1abd15ba [2023-03-22T13:03:02.901Z] Successfully built 85ff1abd15ba [2023-03-22T13:03:02.901Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T13:03:03.374Z] + docker inspect -f . ci-base-image-arm64 [2023-03-22T13:03:03.374Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T13:03:03.642Z] prd-ubuntu20.04-docker-arm64-4c-16g-5181 does not seem to be running inside a container [2023-03-22T13:03:03.704Z] $ 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-22T13:03:04.823Z] $ docker top 2e0ef36c1ce8ca2557c81932bd1e5566939aca1f519262ee50ca2260237815e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T13:03:05.678Z] + go version [2023-03-22T13:03:05.678Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-22T13:03:05.711Z] $ docker stop --time=1 2e0ef36c1ce8ca2557c81932bd1e5566939aca1f519262ee50ca2260237815e7 [2023-03-22T13:03:07.277Z] $ docker rm -f --volumes 2e0ef36c1ce8ca2557c81932bd1e5566939aca1f519262ee50ca2260237815e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T13:03:08.090Z] + docker inspect -f . ci-base-image-arm64 [2023-03-22T13:03:08.090Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T13:03:08.330Z] prd-ubuntu20.04-docker-arm64-4c-16g-5181 does not seem to be running inside a container [2023-03-22T13:03:08.393Z] $ 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-22T13:03:11.492Z] $ docker top 52bf05cfaa787ff0cc287070302a640c74e92d7920435070bdb2bbf9c32c00aa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T13:03:12.059Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2023-03-22T13:03:12.449Z] + make test [2023-03-22T13:03:12.449Z] go test -race -coverprofile=coverage.out ./... [2023-03-22T13:05:49.186Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-22T13:05:49.186Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-22T13:05:49.186Z] go vet ./... [2023-03-22T13:08:10.942Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-22T13:08:10.942Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-22T13:08:10.942Z] ./bin/test-attribution-txt.sh [2023-03-22T13:08:10.942Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-03-22T13:08:10.978Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-22T13:08:11.013Z] $ docker stop --time=1 52bf05cfaa787ff0cc287070302a640c74e92d7920435070bdb2bbf9c32c00aa [2023-03-22T13:08:13.575Z] $ docker rm -f --volumes 52bf05cfaa787ff0cc287070302a640c74e92d7920435070bdb2bbf9c32c00aa [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-22T13:08:15.089Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-22T13:08:15.128Z] Warning: overwriting stash ‘coverage-report’ [2023-03-22T13:08:15.537Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-22T13:08:16.115Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-22T13:08:16.451Z] + ls -al . [2023-03-22T13:08:16.451Z] total 172 [2023-03-22T13:08:16.451Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 22 13:03 . [2023-03-22T13:08:16.451Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 22 13:00 .. [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 22 13:00 .dockerignore [2023-03-22T13:08:16.451Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 22 13:00 .git [2023-03-22T13:08:16.451Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 22 13:00 .github [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 22 13:00 .gitignore [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 22 13:00 .golangci.yml [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 9320 Mar 22 13:00 Attribution.txt [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 22 13:00 CHANGELOG.md [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 22 13:00 Dockerfile [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 22 13:00 GOVERNANCE.md [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 22 13:00 Jenkinsfile [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 22 13:00 LICENSE [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 22 13:00 OWNERS.md [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 22 13:00 README.md [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 22 12:58 VERSION [2023-03-22T13:08:16.451Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 22 13:00 bin [2023-03-22T13:08:16.451Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 22 13:03 coverage.out [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 3347 Mar 22 13:00 go.mod [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 31037 Mar 22 13:00 go.sum [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 22 13:00 main.go [2023-03-22T13:08:16.451Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 22 13:00 makefile [2023-03-22T13:08:16.451Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 22 13:00 res [2023-03-22T13:08:16.451Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 22 13:00 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T13:08:16.871Z] + 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=8af4f87585ca7a4dc592e77647aaaee3036be64a --label arch=arm64 --label version=0.0.0 . [2023-03-22T13:08:16.871Z] Sending build context to Docker daemon 174.6kB [2023-03-22T13:08:17.138Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-22T13:08:17.138Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-22T13:08:17.138Z] ---> 85ff1abd15ba [2023-03-22T13:08:17.138Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-22T13:08:17.138Z] ---> Running in 12b290f93316 [2023-03-22T13:08:17.406Z] Removing intermediate container 12b290f93316 [2023-03-22T13:08:17.406Z] ---> 5a3ee26e1ea8 [2023-03-22T13:08:17.406Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-22T13:08:17.672Z] ---> Running in 6adc99942a5a [2023-03-22T13:08:17.940Z] Removing intermediate container 6adc99942a5a [2023-03-22T13:08:17.940Z] ---> 16597fb96c0e [2023-03-22T13:08:17.940Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-22T13:08:17.940Z] ---> Running in 485dd485ca88 [2023-03-22T13:08:18.207Z] Removing intermediate container 485dd485ca88 [2023-03-22T13:08:18.207Z] ---> 34d06e8d9f1f [2023-03-22T13:08:18.207Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-22T13:08:18.207Z] ---> Running in d480b6c2c4c9 [2023-03-22T13:08:19.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-22T13:08:19.760Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-22T13:08:21.165Z] OK: 263 MiB in 53 packages [2023-03-22T13:08:21.748Z] Removing intermediate container d480b6c2c4c9 [2023-03-22T13:08:21.748Z] ---> aa4567beed6e [2023-03-22T13:08:21.748Z] Step 7/26 : WORKDIR /app [2023-03-22T13:08:21.748Z] ---> Running in 557894c41019 [2023-03-22T13:08:22.019Z] Removing intermediate container 557894c41019 [2023-03-22T13:08:22.019Z] ---> d7317835e6e8 [2023-03-22T13:08:22.019Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-22T13:08:25.614Z] ---> 53f9623cc1c1 [2023-03-22T13:08:25.614Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-22T13:08:25.614Z] ---> Running in d5bcb3505f6c [2023-03-22T13:08:28.207Z] Removing intermediate container d5bcb3505f6c [2023-03-22T13:08:28.207Z] ---> 4326d0f567d9 [2023-03-22T13:08:28.207Z] Step 10/26 : COPY . . [2023-03-22T13:08:28.792Z] ---> 5cab1857f5d8 [2023-03-22T13:08:28.792Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-22T13:08:28.792Z] ---> Running in 00d583c467de [2023-03-22T13:08:29.060Z] Removing intermediate container 00d583c467de [2023-03-22T13:08:29.060Z] ---> 8984d9264b17 [2023-03-22T13:08:29.060Z] Step 12/26 : RUN $MAKE [2023-03-22T13:08:29.327Z] ---> Running in fb6a54a732a4 [2023-03-22T13:08:30.287Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.44 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable [2023-03-22T13:10:36.980Z] Removing intermediate container fb6a54a732a4 [2023-03-22T13:10:36.980Z] ---> 8721dafab643 [2023-03-22T13:10:36.980Z] Step 13/26 : FROM alpine:3.17 [2023-03-22T13:10:36.980Z] 3.17: Pulling from library/alpine [2023-03-22T13:10:36.980Z] af6eaf76a39c: Already exists [2023-03-22T13:10:36.980Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-22T13:10:36.980Z] Status: Downloaded newer image for alpine:3.17 [2023-03-22T13:10:36.980Z] ---> d74e625d9115 [2023-03-22T13:10:36.980Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-22T13:10:36.980Z] ---> Running in 21638a1c1359 [2023-03-22T13:10:36.980Z] Removing intermediate container 21638a1c1359 [2023-03-22T13:10:36.980Z] ---> 7302c0becf58 [2023-03-22T13:10:36.980Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-22T13:10:36.980Z] ---> Running in 821d34dc9583 [2023-03-22T13:10:37.250Z] Removing intermediate container 821d34dc9583 [2023-03-22T13:10:37.250Z] ---> f61bfc41644c [2023-03-22T13:10:37.250Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-22T13:10:37.520Z] ---> Running in 1afc5459ff88 [2023-03-22T13:10:38.480Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-22T13:10:39.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-22T13:10:40.029Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-22T13:10:40.029Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-22T13:10:40.029Z] Executing busybox-1.35.0-r29.trigger [2023-03-22T13:10:40.029Z] Executing ca-certificates-20220614-r4.trigger [2023-03-22T13:10:40.300Z] OK: 8 MiB in 17 packages [2023-03-22T13:10:41.712Z] Removing intermediate container 1afc5459ff88 [2023-03-22T13:10:41.712Z] ---> 928722562509 [2023-03-22T13:10:41.712Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-22T13:10:41.980Z] ---> 3a077a43d0e9 [2023-03-22T13:10:41.980Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-22T13:10:42.568Z] ---> a75ffe847322 [2023-03-22T13:10:42.568Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-22T13:10:43.154Z] ---> b06d79501031 [2023-03-22T13:10:43.154Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-22T13:10:44.580Z] ---> 1560a66903a9 [2023-03-22T13:10:44.580Z] Step 21/26 : EXPOSE 48095 [2023-03-22T13:10:44.580Z] ---> Running in fe61896b2654 [2023-03-22T13:10:44.851Z] Removing intermediate container fe61896b2654 [2023-03-22T13:10:44.851Z] ---> d523189188a0 [2023-03-22T13:10:44.851Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-22T13:10:44.851Z] ---> Running in 4f7954410cc5 [2023-03-22T13:10:45.119Z] Removing intermediate container 4f7954410cc5 [2023-03-22T13:10:45.119Z] ---> 49b7f2207cf6 [2023-03-22T13:10:45.119Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-22T13:10:45.119Z] ---> Running in 6d2d80affde8 [2023-03-22T13:10:45.391Z] Removing intermediate container 6d2d80affde8 [2023-03-22T13:10:45.391Z] ---> 682de432034a [2023-03-22T13:10:45.391Z] Step 24/26 : LABEL arch=arm64 [2023-03-22T13:10:45.663Z] ---> Running in ef4b48af7d88 [2023-03-22T13:10:45.931Z] Removing intermediate container ef4b48af7d88 [2023-03-22T13:10:45.931Z] ---> d6bfed48aaf8 [2023-03-22T13:10:45.931Z] Step 25/26 : LABEL git_sha=8af4f87585ca7a4dc592e77647aaaee3036be64a [2023-03-22T13:10:45.931Z] ---> Running in 00cffc3a622c [2023-03-22T13:10:46.199Z] Removing intermediate container 00cffc3a622c [2023-03-22T13:10:46.199Z] ---> e02e5744e875 [2023-03-22T13:10:46.199Z] Step 26/26 : LABEL version=0.0.0 [2023-03-22T13:10:46.199Z] ---> Running in d389205c2011 [2023-03-22T13:10:46.467Z] Removing intermediate container d389205c2011 [2023-03-22T13:10:46.467Z] ---> 2ba67118a573 [2023-03-22T13:10:46.467Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-22T13:10:46.467Z] Successfully built 2ba67118a573 [2023-03-22T13:10:46.467Z] 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-22T13:10:47.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-22T13:10:47.280Z] [2023-03-22T13:10:47.280Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T13:10:47.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-22T13:10:47.676Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-22T13:10:47.676Z] 8998bd30e6a1: Pulling fs layer [2023-03-22T13:10:47.676Z] 04944245beec: Pulling fs layer [2023-03-22T13:10:47.676Z] 699f458cf7ca: Pulling fs layer [2023-03-22T13:10:47.676Z] 765212b225bb: Pulling fs layer [2023-03-22T13:10:47.676Z] f23df028b6ca: Pulling fs layer [2023-03-22T13:10:47.676Z] d65c8cfc05b1: Pulling fs layer [2023-03-22T13:10:47.676Z] 2437ff75d9bd: Pulling fs layer [2023-03-22T13:10:47.676Z] 765212b225bb: Waiting [2023-03-22T13:10:47.676Z] f23df028b6ca: Waiting [2023-03-22T13:10:47.676Z] 2437ff75d9bd: Waiting [2023-03-22T13:10:47.676Z] d65c8cfc05b1: Waiting [2023-03-22T13:10:47.944Z] 04944245beec: Verifying Checksum [2023-03-22T13:10:47.944Z] 04944245beec: Download complete [2023-03-22T13:10:47.944Z] 765212b225bb: Verifying Checksum [2023-03-22T13:10:47.944Z] 765212b225bb: Download complete [2023-03-22T13:10:47.944Z] f23df028b6ca: Download complete [2023-03-22T13:10:47.944Z] d65c8cfc05b1: Verifying Checksum [2023-03-22T13:10:47.944Z] d65c8cfc05b1: Download complete [2023-03-22T13:10:48.215Z] 699f458cf7ca: Verifying Checksum [2023-03-22T13:10:48.215Z] 699f458cf7ca: Download complete [2023-03-22T13:10:48.482Z] 8998bd30e6a1: Verifying Checksum [2023-03-22T13:10:48.482Z] 8998bd30e6a1: Download complete [2023-03-22T13:10:50.573Z] 2437ff75d9bd: Verifying Checksum [2023-03-22T13:10:50.573Z] 2437ff75d9bd: Download complete [2023-03-22T13:10:52.559Z] 8998bd30e6a1: Pull complete [2023-03-22T13:10:53.165Z] 04944245beec: Pull complete [2023-03-22T13:10:54.605Z] 699f458cf7ca: Pull complete [2023-03-22T13:10:54.873Z] 765212b225bb: Pull complete [2023-03-22T13:10:55.837Z] f23df028b6ca: Pull complete [2023-03-22T13:10:55.837Z] d65c8cfc05b1: Pull complete [2023-03-22T13:11:10.839Z] 2437ff75d9bd: Pull complete [2023-03-22T13:11:10.839Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-22T13:11:10.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-22T13:11:10.839Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T13:11:11.158Z] prd-ubuntu20.04-docker-arm64-4c-16g-5181 does not seem to be running inside a container [2023-03-22T13:11:11.223Z] $ 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-22T13:11:13.865Z] $ docker top e915f32fa5fe436f9ea9b1093bd3295fb0a1baa3d87a4b2dc24801a23fb3d276 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-22T13:11:14.763Z] ---> job-cost.sh [2023-03-22T13:11:14.763Z] lf-activate-venv: SKIPPING [2023-03-22T13:11:14.763Z] INFO: No Stack... [2023-03-22T13:11:15.342Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-22T13:11:15.926Z] INFO: Archiving Costs [Pipeline] sh [2023-03-22T13:11:16.578Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2023-03-22T13:11:16.578Z] + cut -d, -f6 [Pipeline] lock [2023-03-22T13:11:16.668Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-534-1-stack-cost] [2023-03-22T13:11:16.673Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-534-1-stack-cost] did not exist. Created. [2023-03-22T13:11:16.673Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-534-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-22T13:11:17.403Z] /w/workspace/app-service-configurable/1@tmp/durable-e16a0276/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-22T13:11:18.079Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-22T13:11:18.115Z] Warning: overwriting stash ‘stack-cost’ [2023-03-22T13:11:18.161Z] Stashed 1 file(s) [Pipeline] } [2023-03-22T13:11:18.178Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-534-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-22T13:11:18.265Z] $ docker stop --time=1 e915f32fa5fe436f9ea9b1093bd3295fb0a1baa3d87a4b2dc24801a23fb3d276 [2023-03-22T13:11:19.822Z] $ docker rm -f --volumes e915f32fa5fe436f9ea9b1093bd3295fb0a1baa3d87a4b2dc24801a23fb3d276 [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-22T13:11:20.848Z] provisioning config files... [2023-03-22T13:11:20.860Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-534@tmp/config2085551475170661040tmp [Pipeline] { [Pipeline] sh [2023-03-22T13:11:21.184Z] + set +x [2023-03-22T13:11:21.184Z] + bash -s -- [2023-03-22T13:11:21.184Z] + curl -s https://codecov.io/bash [2023-03-22T13:11:21.184Z] [2023-03-22T13:11:21.184Z] _____ _ [2023-03-22T13:11:21.184Z] / ____| | | [2023-03-22T13:11:21.184Z] | | ___ __| | ___ ___ _____ __ [2023-03-22T13:11:21.184Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-22T13:11:21.184Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-22T13:11:21.184Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-22T13:11:21.184Z] Bash-1.0.6 [2023-03-22T13:11:21.184Z] [2023-03-22T13:11:21.184Z] [2023-03-22T13:11:21.184Z] ==> git version 2.25.1 found [2023-03-22T13:11:21.184Z] ==> 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-22T13:11:21.184Z] Release-Date: 2020-01-08 [2023-03-22T13:11:21.184Z] 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-22T13:11:21.184Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-22T13:11:21.184Z] ==> Jenkins CI detected. [2023-03-22T13:11:21.184Z] current dir:  /w/workspace/_app-service-configurable_PR-534 [2023-03-22T13:11:21.184Z] project root: . [2023-03-22T13:11:21.184Z] --> token set from env [2023-03-22T13:11:21.184Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-22T13:11:21.184Z] ==> Running gcov in . (disable via -X gcov) [2023-03-22T13:11:21.184Z] ==> Python coveragepy not found [2023-03-22T13:11:21.184Z] ==> Searching for coverage reports in: [2023-03-22T13:11:21.184Z] + . [2023-03-22T13:11:21.184Z] -> Found 1 reports [2023-03-22T13:11:21.184Z] ==> Detecting git/mercurial file structure [2023-03-22T13:11:21.445Z] ==> Reading reports [2023-03-22T13:11:21.445Z] + ./coverage.out bytes=13 [2023-03-22T13:11:21.445Z] ==> Appending adjustments [2023-03-22T13:11:21.445Z] https://docs.codecov.io/docs/fixing-reports [2023-03-22T13:11:21.445Z] + Found adjustments [2023-03-22T13:11:21.445Z] ==> Gzipping contents [2023-03-22T13:11:21.445Z] 4.0K /tmp/codecov.KOIvsV.gz [2023-03-22T13:11:21.445Z] ==> Uploading reports [2023-03-22T13:11:21.445Z] url: https://codecov.io [2023-03-22T13:11:21.445Z] query: branch=PR-534&commit=8af4f87585ca7a4dc592e77647aaaee3036be64a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-534%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=534&job=&cmd_args= [2023-03-22T13:11:21.445Z] -> Pinging Codecov [2023-03-22T13:11:21.445Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-534&commit=8af4f87585ca7a4dc592e77647aaaee3036be64a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-534%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=534&job=&cmd_args= [2023-03-22T13:11:21.704Z] -> Uploading to [2023-03-22T13:11:21.704Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-22/A97CA9966030D2A3747ED39772930CCE/8af4f87585ca7a4dc592e77647aaaee3036be64a/93ef7114-c671-40c2-906c-dcabda9dba87.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230322T131121Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=da5eab5b87ea787dae71df7d9e86cd5c7e05ddfc4783d530175d39983580d485 [2023-03-22T13:11:21.704Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-22T13:11:21.704Z] Dload Upload Total Spent Left Speed [2023-03-22T13:11:21.973Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 509 0 0 100 509 0 1696 --:--:-- --:--:-- --:--:-- 1696 [2023-03-22T13:11:21.973Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/8af4f87585ca7a4dc592e77647aaaee3036be64a [Pipeline] } [2023-03-22T13:11:22.000Z] 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-22T13:11:23.706Z] + [ -d /w/workspace/_app-service-configurable_PR-534/archives ] [2023-03-22T13:11:23.706Z] + ls -al /w/workspace/_app-service-configurable_PR-534/archives [2023-03-22T13:11:23.706Z] total 16 [2023-03-22T13:11:23.706Z] drwxr-xr-x 3 root root 4096 Mar 22 13:00 . [2023-03-22T13:11:23.706Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 22 13:00 .. [2023-03-22T13:11:23.706Z] drwxr-xr-x 2 root root 4096 Mar 22 13:00 cost [2023-03-22T13:11:23.706Z] -rw-r--r-- 1 root root 96 Mar 22 13:00 cost.csv [2023-03-22T13:11:23.706Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-534/archives [2023-03-22T13:11:23.706Z] + ls -al /w/workspace/_app-service-configurable_PR-534/archives [2023-03-22T13:11:23.706Z] total 16 [2023-03-22T13:11:23.706Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 22 13:00 . [2023-03-22T13:11:23.706Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 22 13:00 .. [2023-03-22T13:11:23.706Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 22 13:00 cost [2023-03-22T13:11:23.706Z] -rw-r--r-- 1 jenkins jenkins 96 Mar 22 13:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-22T13:11:24.030Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T13:11:24.922Z] ---> package-listing.sh [2023-03-22T13:11:24.922Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-22T13:11:24.922Z] ++ facter osfamily [2023-03-22T13:11:25.181Z] + OS_FAMILY=debian [2023-03-22T13:11:25.181Z] + workspace=/w/workspace/_app-service-configurable_PR-534 [2023-03-22T13:11:25.181Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-22T13:11:25.181Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-22T13:11:25.181Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-22T13:11:25.181Z] + PACKAGES=/tmp/packages_start.txt [2023-03-22T13:11:25.181Z] + '[' /w/workspace/_app-service-configurable_PR-534 ']' [2023-03-22T13:11:25.181Z] + PACKAGES=/tmp/packages_end.txt [2023-03-22T13:11:25.181Z] + case "${OS_FAMILY}" in [2023-03-22T13:11:25.181Z] + dpkg -l [2023-03-22T13:11:25.181Z] + grep '^ii' [2023-03-22T13:11:25.181Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-22T13:11:25.181Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-22T13:11:25.181Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-22T13:11:25.181Z] + '[' /w/workspace/_app-service-configurable_PR-534 ']' [2023-03-22T13:11:25.181Z] + mkdir -p /w/workspace/_app-service-configurable_PR-534/archives/ [2023-03-22T13:11:25.181Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-534/archives/ [Pipeline] echo [2023-03-22T13:11:25.216Z] 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-534/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-22T13:11:25.510Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T13:11:26.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-22T13:11:26.140Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T13:11:26.279Z] prd-ubuntu20.04-docker-8c-8g-5180 does not seem to be running inside a container [2023-03-22T13:11:26.307Z] $ 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-534/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-534 -v /w/workspace/_app-service-configurable_PR-534:/w/workspace/_app-service-configurable_PR-534:rw,z -v /w/workspace/_app-service-configurable_PR-534@tmp:/w/workspace/_app-service-configurable_PR-534@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-22T13:11:26.522Z] $ docker top 32f1f616ebbf3933978fdcf23564b4568aaeef9e344dd797e0ab9f1af05684ea -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T13:11:26.905Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-22T13:11:27.213Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-22T13:11:27.519Z] + ls /var/log/sa-host [2023-03-22T13:11:27.519Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-22T13:11:27.736Z] provisioning config files... [2023-03-22T13:11:27.746Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-534@tmp/config9799118321070736336tmp [Pipeline] { [Pipeline] echo [2023-03-22T13:11:27.794Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T13:11:28.110Z] ---> create-netrc.sh [Pipeline] } [2023-03-22T13:11:28.139Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-22T13:11:28.550Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-22T13:11:28.581Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T13:11:28.892Z] ---> sudo-logs.sh [2023-03-22T13:11:28.892Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-22T13:11:28.976Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T13:11:29.282Z] ---> job-cost.sh [2023-03-22T13:11:29.282Z] lf-activate-venv: SKIPPING [2023-03-22T13:11:29.282Z] DEBUG: total: 0.2199999988079071 [2023-03-22T13:11:29.282Z] INFO: Retrieving Stack Cost... [2023-03-22T13:11:29.850Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-22T13:11:30.109Z] INFO: Archiving Costs [Pipeline] echo [2023-03-22T13:11:30.141Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T13:11:30.451Z] ---> logs-deploy.sh [2023-03-22T13:11:30.451Z] lf-activate-venv: SKIPPING [2023-03-22T13:11:30.451Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-534/1 [2023-03-22T13:11:30.451Z] INFO: archiving workspace using pattern(s): [2023-03-22T13:11:31.385Z] Archives upload complete. [2023-03-22T13:11:31.385Z] INFO: archiving logs to Nexus