Push event to branch jakarta Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c7be6c4924e2986ea63b6da7cff964b545fc38ba 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-ssh17923643164636878171.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh17662027597571837823.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/jakarta/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/jakarta/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15941531311070269745.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > 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 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-ssh10869809140190634389.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/jakarta/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/jakarta/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14864998986838881637.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 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:true] ========================================================= [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.17 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: true 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 [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-752’ is offline ‘prd-ubuntu20.04-docker-8c-8g-757’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-755’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-760 in /w/workspace/app-service-configurable_jakarta [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_jakarta # 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 Avoid second fetch Checking out Revision c7be6c4924e2986ea63b6da7cff964b545fc38ba (jakarta) > 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 core.sparsecheckout # timeout=10 > git checkout -f c7be6c4924e2986ea63b6da7cff964b545fc38ba # timeout=10 Commit message: "Merge pull request #426 from lenny-intel/released-2.1.1-sdk-go-mods-and-change-log" > git rev-list --no-walk 532a98345a098abd6c3260b7b022f25686349a24 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-03T00:37:12.675Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-03T00:37:12.744Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-03T00:37:12.760Z] ========================================================= [2022-06-03T00:37:12.760Z] EdgeX Global Pipelines Version Info [2022-06-03T00:37:12.760Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:37:13.533Z] ------------------- [2022-06-03T00:37:13.533Z] stable info: [2022-06-03T00:37:13.533Z] ------------------- [2022-06-03T00:37:13.533Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-03T00:37:13.533Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-06-03T00:37:13.533Z] Message: update stable to v1.0.230 [2022-06-03T00:37:14.106Z] ------------------- [2022-06-03T00:37:14.106Z] experimental info: [2022-06-03T00:37:14.106Z] ------------------- [2022-06-03T00:37:14.106Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-03T00:37:14.106Z] Commit SHA: e2cac8b444d664382c771f5dccbf61e369ddf83e [2022-06-03T00:37:14.106Z] Message: update experimental to v1.0.231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-03T00:37:14.374Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-06-03T00:37:14.389Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-06-03T00:37:14.400Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-03T00:37:14.413Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-03T00:37:14.428Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-03T00:37:14.439Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-03T00:37:14.453Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-03T00:37:14.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-06-03T00:37:14.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-03T00:37:14.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-03T00:37:14.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-03T00:37:14.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-06-03T00:37:14.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-03T00:37:14.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-03T00:37:14.541Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-03T00:37:14.551Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-03T00:37:14.563Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-03T00:37:14.574Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-03T00:37:14.585Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-03T00:37:14.602Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-06-03T00:37:14.612Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-06-03T00:37:14.623Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-06-03T00:37:14.634Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-03T00:37:14.644Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-03T00:37:14.655Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-06-03T00:37:14.664Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-03T00:37:14.673Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = jakarta [Pipeline] echo [2022-06-03T00:37:14.688Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = jakarta [Pipeline] echo [2022-06-03T00:37:14.698Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = jakarta [Pipeline] echo [2022-06-03T00:37:14.710Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] echo [2022-06-03T00:37:14.723Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c7be6c4 [Pipeline] echo [2022-06-03T00:37:14.735Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-03T00:37:14.774Z] provisioning config files... [2022-06-03T00:37:14.786Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable_jakarta@tmp/config3230195352206668696tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:37:15.120Z] ---> docker-login.sh [2022-06-03T00:37:15.120Z] nexus3.edgexfoundry.org:10001 [2022-06-03T00:37:15.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:37:15.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:37:15.381Z] Configure a credential helper to remove this warning. See [2022-06-03T00:37:15.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:37:15.381Z] [2022-06-03T00:37:15.381Z] Login Succeeded [2022-06-03T00:37:15.381Z] nexus3.edgexfoundry.org:10002 [2022-06-03T00:37:15.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:37:15.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:37:15.642Z] Configure a credential helper to remove this warning. See [2022-06-03T00:37:15.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:37:15.642Z] [2022-06-03T00:37:15.642Z] Login Succeeded [2022-06-03T00:37:15.642Z] nexus3.edgexfoundry.org:10003 [2022-06-03T00:37:15.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:37:15.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:37:15.905Z] Configure a credential helper to remove this warning. See [2022-06-03T00:37:15.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:37:15.905Z] [2022-06-03T00:37:15.905Z] Login Succeeded [2022-06-03T00:37:15.905Z] nexus3.edgexfoundry.org:10004 [2022-06-03T00:37:15.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:37:15.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:37:15.905Z] Configure a credential helper to remove this warning. See [2022-06-03T00:37:15.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:37:15.905Z] [2022-06-03T00:37:15.905Z] Login Succeeded [2022-06-03T00:37:15.905Z] docker.io [2022-06-03T00:37:16.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:37:16.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:37:16.434Z] Configure a credential helper to remove this warning. See [2022-06-03T00:37:16.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:37:16.434Z] [2022-06-03T00:37:16.434Z] Login Succeeded [2022-06-03T00:37:16.434Z] ---> docker-login.sh ends [Pipeline] } [2022-06-03T00:37:16.442Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-03T00:37:16.807Z] + git rev-list -1 --merges c7be6c4924e2986ea63b6da7cff964b545fc38ba~1..c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] echo [2022-06-03T00:37:16.835Z] -----------> git rev-list -1 --merges c7be6c4924e2986ea63b6da7cff964b545fc38ba~1..c7be6c4924e2986ea63b6da7cff964b545fc38ba c7be6c4924e2986ea63b6da7cff964b545fc38ba [2022-06-03T00:37:16.835Z] c7be6c4924e2986ea63b6da7cff964b545fc38ba [false] [Pipeline] sh [2022-06-03T00:37:17.128Z] + git log --format=format:%s -1 c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] echo [2022-06-03T00:37:17.144Z] ========================================================= [2022-06-03T00:37:17.144Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-03T00:37:17.144Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-03T00:37:17.480Z] + git log --format=format:%s -1 c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] echo [2022-06-03T00:37:17.495Z] [semverPrep] GIT_COMMIT: c7be6c4924e2986ea63b6da7cff964b545fc38ba, Commit Message: Merge pull request #426 from lenny-intel/released-2.1.1-sdk-go-mods-and-change-log [Pipeline] echo [2022-06-03T00:37:17.504Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-03T00:37:17.852Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-03T00:37:17.852Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-03T00:37:17.852Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-03T00:37:17.852Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-03T00:37:17.852Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-03T00:37:17.852Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-03T00:37:17.852Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:37:18.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-03T00:37:18.217Z] [2022-06-03T00:37:18.217Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:37:18.527Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-03T00:37:18.527Z] latest: Pulling from edgex-devops/py-git-semver [2022-06-03T00:37:18.527Z] 42c077c10790: Pulling fs layer [2022-06-03T00:37:18.527Z] f63e77b7563a: Pulling fs layer [2022-06-03T00:37:18.527Z] bd5fdadae976: Pulling fs layer [2022-06-03T00:37:18.527Z] 205491f53016: Pulling fs layer [2022-06-03T00:37:18.527Z] df18705c85c3: Pulling fs layer [2022-06-03T00:37:18.527Z] bdb3f477010e: Pulling fs layer [2022-06-03T00:37:18.527Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-03T00:37:18.527Z] 2c6e9b1d212d: Pulling fs layer [2022-06-03T00:37:18.527Z] bdb8f0575790: Pulling fs layer [2022-06-03T00:37:18.527Z] 386e3cb2ff24: Pulling fs layer [2022-06-03T00:37:18.527Z] 2343380bae48: Pulling fs layer [2022-06-03T00:37:18.527Z] 386e3cb2ff24: Waiting [2022-06-03T00:37:18.527Z] 2343380bae48: Waiting [2022-06-03T00:37:18.527Z] 2c6e9b1d212d: Waiting [2022-06-03T00:37:18.527Z] bdb8f0575790: Waiting [2022-06-03T00:37:18.527Z] 205491f53016: Waiting [2022-06-03T00:37:18.527Z] bdb3f477010e: Waiting [2022-06-03T00:37:18.527Z] c8a8fc8e1c8f: Waiting [2022-06-03T00:37:18.527Z] df18705c85c3: Waiting [2022-06-03T00:37:18.527Z] f63e77b7563a: Download complete [2022-06-03T00:37:18.527Z] 205491f53016: Download complete [2022-06-03T00:37:18.789Z] df18705c85c3: Verifying Checksum [2022-06-03T00:37:18.789Z] df18705c85c3: Download complete [2022-06-03T00:37:18.789Z] bdb3f477010e: Verifying Checksum [2022-06-03T00:37:18.789Z] bdb3f477010e: Download complete [2022-06-03T00:37:18.789Z] bd5fdadae976: Verifying Checksum [2022-06-03T00:37:18.789Z] bd5fdadae976: Download complete [2022-06-03T00:37:18.789Z] 2c6e9b1d212d: Download complete [2022-06-03T00:37:18.789Z] bdb8f0575790: Verifying Checksum [2022-06-03T00:37:18.789Z] bdb8f0575790: Download complete [2022-06-03T00:37:18.789Z] 386e3cb2ff24: Verifying Checksum [2022-06-03T00:37:18.789Z] 386e3cb2ff24: Download complete [2022-06-03T00:37:18.789Z] 2343380bae48: Download complete [2022-06-03T00:37:19.052Z] 42c077c10790: Verifying Checksum [2022-06-03T00:37:19.052Z] 42c077c10790: Download complete [2022-06-03T00:37:19.312Z] c8a8fc8e1c8f: Verifying Checksum [2022-06-03T00:37:19.312Z] c8a8fc8e1c8f: Download complete [2022-06-03T00:37:20.247Z] 42c077c10790: Pull complete [2022-06-03T00:37:20.247Z] f63e77b7563a: Pull complete [2022-06-03T00:37:20.820Z] bd5fdadae976: Pull complete [2022-06-03T00:37:20.820Z] 205491f53016: Pull complete [2022-06-03T00:37:21.091Z] df18705c85c3: Pull complete [2022-06-03T00:37:21.352Z] bdb3f477010e: Pull complete [2022-06-03T00:37:23.892Z] c8a8fc8e1c8f: Pull complete [2022-06-03T00:37:23.892Z] 2c6e9b1d212d: Pull complete [2022-06-03T00:37:23.892Z] bdb8f0575790: Pull complete [2022-06-03T00:37:23.892Z] 386e3cb2ff24: Pull complete [2022-06-03T00:37:23.892Z] 2343380bae48: Pull complete [2022-06-03T00:37:23.892Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-03T00:37:23.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-03T00:37:23.892Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:37:24.001Z] prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container [2022-06-03T00:37:24.031Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-06-03T00:37:25.505Z] $ docker top b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d -eo pid,comm [2022-06-03T00:37:25.586Z] 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). [2022-06-03T00:37:25.586Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-03T00:37:25.635Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-03T00:37:25.635Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-03T00:37:25.779Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-03T00:37:25.773Z] $ docker exec b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d ssh-agent [2022-06-03T00:37:25.913Z] SSH_AUTH_SOCK=/tmp/ssh-wlRe8GNUxGSR/agent.34 [2022-06-03T00:37:25.913Z] SSH_AGENT_PID=41 [2022-06-03T00:37:25.920Z] Running ssh-add (command line suppressed) [2022-06-03T00:37:26.028Z] Identity added: /w/workspace/app-service-configurable_jakarta@tmp/private_key_1108574505072364171.key (/w/workspace/app-service-configurable_jakarta@tmp/private_key_1108574505072364171.key) [2022-06-03T00:37:26.053Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-03T00:37:26.351Z] + git tag --points-at HEAD [Pipeline] } [2022-06-03T00:37:26.363Z] $ docker exec --env ******** --env ******** b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d ssh-agent -k [2022-06-03T00:37:26.478Z] unset SSH_AUTH_SOCK; [2022-06-03T00:37:26.478Z] unset SSH_AGENT_PID; [2022-06-03T00:37:26.478Z] echo Agent pid 41 killed; [2022-06-03T00:37:26.501Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-03T00:37:26.526Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-03T00:37:26.526Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-03T00:37:26.678Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-03T00:37:26.673Z] $ docker exec b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d ssh-agent [2022-06-03T00:37:26.807Z] SSH_AUTH_SOCK=/tmp/ssh-yNJ1NSSbiLCs/agent.75 [2022-06-03T00:37:26.807Z] SSH_AGENT_PID=82 [2022-06-03T00:37:26.814Z] Running ssh-add (command line suppressed) [2022-06-03T00:37:26.940Z] Identity added: /w/workspace/app-service-configurable_jakarta@tmp/private_key_4382082115995706609.key (/w/workspace/app-service-configurable_jakarta@tmp/private_key_4382082115995706609.key) [2022-06-03T00:37:26.968Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-03T00:37:27.266Z] + git semver init [2022-06-03T00:37:27.528Z] 2022-06-03 00:37:27,484 [run_init] DEBUG init version:0.0.0 force:False [2022-06-03T00:37:27.528Z] 2022-06-03 00:37:27,485 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/app-service-configurable_jakarta/.semver [2022-06-03T00:37:27.528Z] 2022-06-03 00:37:27,486 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/app-service-configurable_jakarta/.semver [2022-06-03T00:37:27.528Z] 2022-06-03 00:37:27,486 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/app-service-configurable_jakarta/.semver'], cwd=/w/workspace/app-service-configurable_jakarta, universal_newlines=False, shell=None, istream=None) [2022-06-03T00:37:28.480Z] 2022-06-03 00:37:28,169 [append_file] DEBUG append to file:/w/workspace/app-service-configurable_jakarta/.git/info/exclude [2022-06-03T00:37:28.480Z] 2022-06-03 00:37:28,169 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/app-service-configurable_jakarta/.semver/jakarta with force:False [2022-06-03T00:37:28.480Z] 2022-06-03 00:37:28,169 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta [2022-06-03T00:37:28.480Z] 2022-06-03 00:37:28,170 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta [2022-06-03T00:37:28.480Z] 2.1.1-dev.2 [Pipeline] } [2022-06-03T00:37:28.486Z] $ docker exec --env ******** --env ******** b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d ssh-agent -k [2022-06-03T00:37:28.604Z] unset SSH_AUTH_SOCK; [2022-06-03T00:37:28.604Z] unset SSH_AGENT_PID; [2022-06-03T00:37:28.604Z] echo Agent pid 82 killed; [2022-06-03T00:37:28.624Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-03T00:37:28.939Z] + git semver [Pipeline] } [2022-06-03T00:37:29.214Z] $ docker stop --time=1 b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d [2022-06-03T00:37:30.568Z] $ docker rm -f b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-03T00:37:30.944Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-03T00:37:31.246Z] Stashed 1 file(s) [Pipeline] echo [2022-06-03T00:37:31.249Z] [edgeXSemver]: initialized semver on version 2.1.1-dev.2 [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 [2022-06-03T00:37:31.405Z] provisioning config files... [2022-06-03T00:37:31.416Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable_jakarta@tmp/config5256940020273355982tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:37:31.723Z] ---> docker-login.sh [2022-06-03T00:37:31.723Z] nexus3.edgexfoundry.org:10001 [2022-06-03T00:37:31.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:37:31.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:37:31.723Z] Configure a credential helper to remove this warning. See [2022-06-03T00:37:31.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:37:31.723Z] [2022-06-03T00:37:31.723Z] Login Succeeded [2022-06-03T00:37:31.723Z] nexus3.edgexfoundry.org:10002 [2022-06-03T00:37:31.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:37:31.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:37:31.984Z] Configure a credential helper to remove this warning. See [2022-06-03T00:37:31.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:37:31.984Z] [2022-06-03T00:37:31.984Z] Login Succeeded [2022-06-03T00:37:31.984Z] nexus3.edgexfoundry.org:10003 [2022-06-03T00:37:31.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:37:31.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:37:31.984Z] Configure a credential helper to remove this warning. See [2022-06-03T00:37:31.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:37:31.984Z] [2022-06-03T00:37:31.984Z] Login Succeeded [2022-06-03T00:37:31.984Z] nexus3.edgexfoundry.org:10004 [2022-06-03T00:37:32.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:37:32.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:37:32.252Z] Configure a credential helper to remove this warning. See [2022-06-03T00:37:32.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:37:32.252Z] [2022-06-03T00:37:32.252Z] Login Succeeded [2022-06-03T00:37:32.252Z] docker.io [2022-06-03T00:37:32.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:37:32.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:37:32.513Z] Configure a credential helper to remove this warning. See [2022-06-03T00:37:32.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:37:32.513Z] [2022-06-03T00:37:32.513Z] Login Succeeded [2022-06-03T00:37:32.513Z] ---> docker-login.sh ends [Pipeline] } [2022-06-03T00:37:32.521Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-03T00:37:32.595Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-03T00:37:32.605Z] ========================================================= [2022-06-03T00:37:32.605Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts] [2022-06-03T00:37:32.605Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:37:32.925Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts --build-arg MAKE=echo noop --target=builder . [2022-06-03T00:37:32.925Z] Sending build context to Docker daemon 13.47MB [2022-06-03T00:37:32.925Z] Step 1/12 : ARG BASE=golang:1.16-alpine3.14 [2022-06-03T00:37:32.925Z] Step 2/12 : FROM ${BASE} AS builder [2022-06-03T00:37:33.187Z] 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base [2022-06-03T00:37:33.187Z] 59bf1c3509f3: Pulling fs layer [2022-06-03T00:37:33.187Z] 666ba61612fd: Pulling fs layer [2022-06-03T00:37:33.187Z] 8ed8ca486205: Pulling fs layer [2022-06-03T00:37:33.187Z] 4fe6c5a15a65: Pulling fs layer [2022-06-03T00:37:33.187Z] 22a0e8bec74d: Pulling fs layer [2022-06-03T00:37:33.187Z] 812f408151ee: Pulling fs layer [2022-06-03T00:37:33.187Z] bab7bd504b26: Pulling fs layer [2022-06-03T00:37:33.187Z] 070449caade9: Pulling fs layer [2022-06-03T00:37:33.187Z] 8f1a5288e3a6: Pulling fs layer [2022-06-03T00:37:33.187Z] 22a0e8bec74d: Waiting [2022-06-03T00:37:33.187Z] 4fe6c5a15a65: Waiting [2022-06-03T00:37:33.187Z] 070449caade9: Waiting [2022-06-03T00:37:33.187Z] 8f1a5288e3a6: Waiting [2022-06-03T00:37:33.187Z] 812f408151ee: Waiting [2022-06-03T00:37:33.187Z] bab7bd504b26: Waiting [2022-06-03T00:37:33.187Z] 8ed8ca486205: Verifying Checksum [2022-06-03T00:37:33.187Z] 8ed8ca486205: Download complete [2022-06-03T00:37:33.187Z] 666ba61612fd: Download complete [2022-06-03T00:37:33.187Z] 22a0e8bec74d: Verifying Checksum [2022-06-03T00:37:33.187Z] 22a0e8bec74d: Download complete [2022-06-03T00:37:33.187Z] 812f408151ee: Download complete [2022-06-03T00:37:33.187Z] bab7bd504b26: Verifying Checksum [2022-06-03T00:37:33.187Z] bab7bd504b26: Download complete [2022-06-03T00:37:33.187Z] 59bf1c3509f3: Verifying Checksum [2022-06-03T00:37:33.450Z] 070449caade9: Verifying Checksum [2022-06-03T00:37:33.450Z] 070449caade9: Download complete [2022-06-03T00:37:33.450Z] 59bf1c3509f3: Pull complete [2022-06-03T00:37:33.725Z] 666ba61612fd: Pull complete [2022-06-03T00:37:33.725Z] 8ed8ca486205: Pull complete [2022-06-03T00:37:34.314Z] 4fe6c5a15a65: Verifying Checksum [2022-06-03T00:37:34.314Z] 4fe6c5a15a65: Download complete [2022-06-03T00:37:34.314Z] 8f1a5288e3a6: Verifying Checksum [2022-06-03T00:37:34.314Z] 8f1a5288e3a6: Download complete [2022-06-03T00:37:38.533Z] 4fe6c5a15a65: Pull complete [2022-06-03T00:37:38.533Z] 22a0e8bec74d: Pull complete [2022-06-03T00:37:38.533Z] 812f408151ee: Pull complete [2022-06-03T00:37:38.533Z] bab7bd504b26: Pull complete [2022-06-03T00:37:38.533Z] 070449caade9: Pull complete [2022-06-03T00:37:40.447Z] 8f1a5288e3a6: Pull complete [2022-06-03T00:37:40.447Z] Digest: sha256:53030bcd5b82665afb3cefeba7a6fee19172d9224e433a3be554ad5982a25c96 [2022-06-03T00:37:40.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-03T00:37:40.447Z] ---> c47586b81864 [2022-06-03T00:37:40.447Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-03T00:37:41.834Z] ---> Running in 08ac94ed359d [2022-06-03T00:37:41.834Z] Removing intermediate container 08ac94ed359d [2022-06-03T00:37:41.834Z] ---> 25989f3ff568 [2022-06-03T00:37:41.834Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-06-03T00:37:41.834Z] ---> Running in 5c11f6e88999 [2022-06-03T00:37:41.834Z] Removing intermediate container 5c11f6e88999 [2022-06-03T00:37:41.834Z] ---> 548965d35c7e [2022-06-03T00:37:41.834Z] Step 5/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-03T00:37:41.834Z] ---> Running in d89141dd5d17 [2022-06-03T00:37:41.834Z] Removing intermediate container d89141dd5d17 [2022-06-03T00:37:41.834Z] ---> ed32f1a5e035 [2022-06-03T00:37:41.834Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T00:37:41.834Z] ---> Running in 30ba3bd7f93d [2022-06-03T00:37:42.406Z] Removing intermediate container 30ba3bd7f93d [2022-06-03T00:37:42.406Z] ---> 441224220d5b [2022-06-03T00:37:42.406Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-03T00:37:42.406Z] ---> Running in 57cbaf59176d [2022-06-03T00:37:42.666Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T00:37:43.606Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T00:37:43.867Z] OK: 221 MiB in 52 packages [2022-06-03T00:37:44.438Z] Removing intermediate container 57cbaf59176d [2022-06-03T00:37:44.438Z] ---> 9a82fbe131a3 [2022-06-03T00:37:44.438Z] Step 8/12 : WORKDIR /app [2022-06-03T00:37:44.438Z] ---> Running in acfb9b0a8bbd [2022-06-03T00:37:44.701Z] Removing intermediate container acfb9b0a8bbd [2022-06-03T00:37:44.701Z] ---> 0699e0e04802 [2022-06-03T00:37:44.701Z] Step 9/12 : COPY . . [2022-06-03T00:37:45.650Z] ---> 35a40114f2ca [2022-06-03T00:37:45.650Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T00:37:45.650Z] ---> Running in da53413c9a74 [2022-06-03T00:37:45.911Z] skipping... [2022-06-03T00:37:46.171Z] Removing intermediate container da53413c9a74 [2022-06-03T00:37:46.171Z] ---> 528281345234 [2022-06-03T00:37:46.171Z] Step 11/12 : ARG MAKE="make build" [2022-06-03T00:37:46.352Z] Still waiting to schedule task [2022-06-03T00:37:46.353Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-06-03T00:37:46.430Z] ---> Running in 29f01c7dbf97 [2022-06-03T00:37:46.430Z] Removing intermediate container 29f01c7dbf97 [2022-06-03T00:37:46.430Z] ---> d0ac1e5df166 [2022-06-03T00:37:46.430Z] Step 12/12 : RUN $MAKE [2022-06-03T00:37:46.430Z] ---> Running in 59608574643e [2022-06-03T00:37:46.690Z] noop [2022-06-03T00:37:46.951Z] Removing intermediate container 59608574643e [2022-06-03T00:37:46.951Z] ---> 3b3bfa976c49 [2022-06-03T00:37:46.951Z] Successfully built 3b3bfa976c49 [2022-06-03T00:37:46.951Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:37:47.272Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-03T00:37:47.272Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:37:47.358Z] prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container [2022-06-03T00:37:47.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** ci-base-image-x86_64 cat [2022-06-03T00:37:47.772Z] $ docker top a9a92083be75b4b51d655f0fd44495280b50cb101d07f6618d0d59bf20785418 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T00:37:48.126Z] + go version [2022-06-03T00:37:48.126Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-06-03T00:37:48.144Z] $ docker stop --time=1 a9a92083be75b4b51d655f0fd44495280b50cb101d07f6618d0d59bf20785418 [2022-06-03T00:37:49.519Z] $ docker rm -f a9a92083be75b4b51d655f0fd44495280b50cb101d07f6618d0d59bf20785418 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:37:49.999Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-03T00:37:49.999Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:37:50.315Z] prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container [2022-06-03T00:37:50.360Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** ci-base-image-x86_64 cat [2022-06-03T00:37:50.726Z] $ docker top 2a0fb204a7deec007f04bb1f75b6001f73628af0e234566e71693ef5317b4d8d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-03T00:37:51.101Z] + make test [2022-06-03T00:37:51.101Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-06-03T00:37:57.670Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-06-03T00:37:57.670Z] CGO_ENABLED=1 go vet ./... [2022-06-03T00:38:00.216Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-03T00:38:00.476Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-03T00:38:00.476Z] ./bin/test-attribution-txt.sh [2022-06-03T00:38:00.739Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.1 [2022-06-03T00:38:00.739Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.1.1 [2022-06-03T00:38:00.739Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.1.1 [2022-06-03T00:38:00.999Z] go: downloading github.com/google/uuid v1.3.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.1.1 [2022-06-03T00:38:00.999Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-03T00:38:00.999Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1 [2022-06-03T00:38:00.999Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2022-06-03T00:38:00.999Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2022-06-03T00:38:00.999Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/go-kit/kit v0.11.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2022-06-03T00:38:00.999Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2022-06-03T00:38:00.999Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-03T00:38:00.999Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-06-03T00:38:00.999Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-06-03T00:38:00.999Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-06-03T00:38:00.999Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-06-03T00:38:00.999Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-06-03T00:38:00.999Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-06-03T00:38:00.999Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-06-03T00:38:00.999Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2022-06-03T00:38:00.999Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2022-06-03T00:38:00.999Z] go: downloading golang.org/x/text v0.3.6 [2022-06-03T00:38:00.999Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/x448/float16 v0.8.4 [2022-06-03T00:38:00.999Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-06-03T00:38:00.999Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-06-03T00:38:00.999Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-06-03T00:38:00.999Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-06-03T00:38:00.999Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-06-03T00:38:01.259Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-06-03T00:38:01.259Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-06-03T00:38:01.259Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2022-06-03T00:38:01.259Z] go: downloading github.com/fatih/color v1.9.0 [2022-06-03T00:38:01.259Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-06-03T00:38:01.259Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-03T00:38:01.259Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-03T00:38:01.259Z] go: downloading github.com/go-playground/locales v0.14.0 [Pipeline] echo [2022-06-03T00:38:02.217Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-03T00:38:02.529Z] + go mod tidy [2022-06-03T00:38:02.529Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-03T00:38:02.529Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-03T00:38:02.529Z] go: downloading github.com/go-stack/stack v1.8.0 [2022-06-03T00:38:02.529Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-06-03T00:38:02.529Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-06-03T00:38:02.529Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-06-03T00:38:02.529Z] go: downloading github.com/pkg/errors v0.9.1 [2022-06-03T00:38:02.529Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-06-03T00:38:02.529Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-06-03T00:38:02.529Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-06-03T00:38:02.529Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-06-03T00:38:02.529Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-03T00:38:02.529Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-03T00:38:02.529Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-06-03T00:38:02.529Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2022-06-03T00:38:02.529Z] go: downloading github.com/onsi/gomega v1.7.0 [2022-06-03T00:38:02.789Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-06-03T00:38:02.790Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-06-03T00:38:02.790Z] go: downloading github.com/miekg/dns v1.1.26 [2022-06-03T00:38:02.790Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-06-03T00:38:02.790Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2022-06-03T00:38:02.790Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-06-03T00:38:02.790Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-06-03T00:38:02.790Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [Pipeline] } [2022-06-03T00:38:02.812Z] $ docker stop --time=1 2a0fb204a7deec007f04bb1f75b6001f73628af0e234566e71693ef5317b4d8d [2022-06-03T00:38:04.998Z] $ docker rm -f 2a0fb204a7deec007f04bb1f75b6001f73628af0e234566e71693ef5317b4d8d [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-03T00:38:05.549Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-03T00:38:05.622Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-06-03T00:38:06.079Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-03T00:38:06.371Z] + ls -al . [2022-06-03T00:38:06.371Z] total 180 [2022-06-03T00:38:06.371Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 3 00:38 . [2022-06-03T00:38:06.371Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 3 00:37 .. [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 3 00:37 .dockerignore [2022-06-03T00:38:06.371Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 3 00:37 .git [2022-06-03T00:38:06.371Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 3 00:37 .github [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 97 Jun 3 00:37 .gitignore [2022-06-03T00:38:06.371Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 3 00:37 .semver [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 7608 Jun 3 00:37 Attribution.txt [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 23922 Jun 3 00:37 CHANGELOG.md [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 2064 Jun 3 00:37 Dockerfile [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 3 00:37 GOVERNANCE.md [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 687 Jun 3 00:37 Jenkinsfile [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 3 00:37 LICENSE [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 618 Jun 3 00:37 OWNERS.md [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 3429 Jun 3 00:37 README.md [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 3 00:37 VERSION [2022-06-03T00:38:06.371Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 3 00:37 bin [2022-06-03T00:38:06.371Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 3 00:37 coverage.out [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 129 Jun 3 00:38 go.mod [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 49193 Jun 3 00:37 go.sum [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jun 3 00:37 main.go [2022-06-03T00:38:06.371Z] -rw-rw-r-- 1 jenkins jenkins 1614 Jun 3 00:37 makefile [2022-06-03T00:38:06.371Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 3 00:37 res [2022-06-03T00:38:06.371Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 3 00:37 snap [2022-06-03T00:38:06.371Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 3 00:37 vendor [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:38:06.687Z] + 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=c7be6c4924e2986ea63b6da7cff964b545fc38ba --label arch=amd64 --label version=2.1.1-dev.2 . [2022-06-03T00:38:06.687Z] Sending build context to Docker daemon 13.47MB [2022-06-03T00:38:06.960Z] Step 1/26 : ARG BASE=golang:1.16-alpine3.14 [2022-06-03T00:38:06.960Z] Step 2/26 : FROM ${BASE} AS builder [2022-06-03T00:38:06.960Z] ---> 3b3bfa976c49 [2022-06-03T00:38:06.960Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-03T00:38:07.234Z] ---> Running in c3822fca1f1e [2022-06-03T00:38:07.234Z] Removing intermediate container c3822fca1f1e [2022-06-03T00:38:07.234Z] ---> 1ee8d060acfb [2022-06-03T00:38:07.234Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2022-06-03T00:38:07.497Z] ---> Running in aae58683bb33 [2022-06-03T00:38:07.759Z] Removing intermediate container aae58683bb33 [2022-06-03T00:38:07.759Z] ---> 020394c996fe [2022-06-03T00:38:07.759Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-03T00:38:07.759Z] ---> Running in e6b122d26728 [2022-06-03T00:38:07.759Z] Removing intermediate container e6b122d26728 [2022-06-03T00:38:07.759Z] ---> ff706fea3ca4 [2022-06-03T00:38:07.759Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T00:38:08.020Z] ---> Running in 2278fd0a9132 [2022-06-03T00:38:08.964Z] Removing intermediate container 2278fd0a9132 [2022-06-03T00:38:08.964Z] ---> 6b995e973acd [2022-06-03T00:38:08.964Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-03T00:38:08.964Z] ---> Running in cacd6f78d14e [2022-06-03T00:38:09.225Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T00:38:09.797Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T00:38:10.372Z] OK: 221 MiB in 52 packages [2022-06-03T00:38:10.636Z] Removing intermediate container cacd6f78d14e [2022-06-03T00:38:10.636Z] ---> d75beab69c28 [2022-06-03T00:38:10.636Z] Step 8/26 : WORKDIR /app [2022-06-03T00:38:10.636Z] ---> Running in c44500f4de01 [2022-06-03T00:38:10.896Z] Removing intermediate container c44500f4de01 [2022-06-03T00:38:10.896Z] ---> c1d26550f26f [2022-06-03T00:38:10.896Z] Step 9/26 : COPY . . [2022-06-03T00:38:11.838Z] ---> ba671310e9ee [2022-06-03T00:38:11.838Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T00:38:11.838Z] ---> Running in fa94cf591f95 [2022-06-03T00:38:11.838Z] skipping... [2022-06-03T00:38:12.105Z] Removing intermediate container fa94cf591f95 [2022-06-03T00:38:12.105Z] ---> d51a1f32bf25 [2022-06-03T00:38:12.105Z] Step 11/26 : ARG MAKE="make build" [2022-06-03T00:38:12.366Z] ---> Running in 8fd460a6234f [2022-06-03T00:38:12.366Z] Removing intermediate container 8fd460a6234f [2022-06-03T00:38:12.366Z] ---> 7c9768ecd8a5 [2022-06-03T00:38:12.366Z] Step 12/26 : RUN $MAKE [2022-06-03T00:38:12.366Z] ---> Running in 6adba5b29a4b [2022-06-03T00:38:12.626Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.1.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.1.1-dev.2" -o app-service-configurable [2022-06-03T00:38:20.743Z] Removing intermediate container 6adba5b29a4b [2022-06-03T00:38:20.743Z] ---> 78e739161011 [2022-06-03T00:38:20.743Z] Step 13/26 : FROM alpine:3.14 [2022-06-03T00:38:20.743Z] 3.14: Pulling from library/alpine [2022-06-03T00:38:20.743Z] 8663204ce13b: Pulling fs layer [2022-06-03T00:38:21.003Z] 8663204ce13b: Verifying Checksum [2022-06-03T00:38:21.003Z] 8663204ce13b: Download complete [2022-06-03T00:38:21.003Z] 8663204ce13b: Pull complete [2022-06-03T00:38:21.003Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T00:38:21.003Z] Status: Downloaded newer image for alpine:3.14 [2022-06-03T00:38:21.003Z] ---> e04c818066af [2022-06-03T00:38:21.003Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-03T00:38:21.263Z] ---> Running in b732d57bb6df [2022-06-03T00:38:21.263Z] Removing intermediate container b732d57bb6df [2022-06-03T00:38:21.263Z] ---> 55658d9446cb [2022-06-03T00:38:21.263Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2022-06-03T00:38:21.263Z] ---> Running in 36df5c839b56 [2022-06-03T00:38:21.263Z] Removing intermediate container 36df5c839b56 [2022-06-03T00:38:21.263Z] ---> 246022588064 [2022-06-03T00:38:21.263Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-06-03T00:38:21.522Z] ---> Running in adbb8bdfa29f [2022-06-03T00:38:21.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T00:38:21.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T00:38:22.043Z] (1/7) Installing ca-certificates (20211220-r0) [2022-06-03T00:38:22.043Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-06-03T00:38:22.043Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-06-03T00:38:22.043Z] (4/7) Installing libsodium (1.0.18-r0) [2022-06-03T00:38:22.043Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-03T00:38:22.043Z] (6/7) Installing libzmq (4.3.4-r0) [2022-06-03T00:38:22.043Z] (7/7) Installing zeromq (4.3.4-r0) [2022-06-03T00:38:22.043Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T00:38:22.043Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T00:38:22.043Z] OK: 9 MiB in 21 packages [2022-06-03T00:38:22.613Z] Removing intermediate container adbb8bdfa29f [2022-06-03T00:38:22.613Z] ---> cad41dbd783e [2022-06-03T00:38:22.613Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-06-03T00:38:22.613Z] ---> fc3ef82e032f [2022-06-03T00:38:22.613Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2022-06-03T00:38:22.873Z] ---> e798ffce3e70 [2022-06-03T00:38:22.873Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2022-06-03T00:38:22.873Z] ---> 26e76189190d [2022-06-03T00:38:22.873Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-06-03T00:38:23.460Z] ---> bdf37768c815 [2022-06-03T00:38:23.460Z] Step 21/26 : EXPOSE 48095 [2022-06-03T00:38:23.460Z] ---> Running in 7a8d77d9d460 [2022-06-03T00:38:23.460Z] Removing intermediate container 7a8d77d9d460 [2022-06-03T00:38:23.460Z] ---> 445a828445d7 [2022-06-03T00:38:23.460Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2022-06-03T00:38:23.460Z] ---> Running in 72b92b60e0e5 [2022-06-03T00:38:23.721Z] Removing intermediate container 72b92b60e0e5 [2022-06-03T00:38:23.721Z] ---> 06bfea337325 [2022-06-03T00:38:23.721Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T00:38:23.721Z] ---> Running in ad2c721d464a [2022-06-03T00:38:23.721Z] Removing intermediate container ad2c721d464a [2022-06-03T00:38:23.721Z] ---> 6c0e713b2d37 [2022-06-03T00:38:23.721Z] Step 24/26 : LABEL arch=amd64 [2022-06-03T00:38:23.721Z] ---> Running in a36aa110b1fe [2022-06-03T00:38:23.721Z] Removing intermediate container a36aa110b1fe [2022-06-03T00:38:23.721Z] ---> d63d89e4fd5f [2022-06-03T00:38:23.721Z] Step 25/26 : LABEL git_sha=c7be6c4924e2986ea63b6da7cff964b545fc38ba [2022-06-03T00:38:23.983Z] ---> Running in 282337cc8144 [2022-06-03T00:38:23.983Z] Removing intermediate container 282337cc8144 [2022-06-03T00:38:23.983Z] ---> 1c33ea807c20 [2022-06-03T00:38:23.983Z] Step 26/26 : LABEL version=2.1.1-dev.2 [2022-06-03T00:38:23.983Z] ---> Running in baf12ad01b59 [2022-06-03T00:38:23.983Z] Removing intermediate container baf12ad01b59 [2022-06-03T00:38:23.983Z] ---> 68cec737a1b8 [2022-06-03T00:38:23.983Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-03T00:38:24.245Z] Successfully built 68cec737a1b8 [2022-06-03T00:38:24.245Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-03T00:38:24.349Z] provisioning config files... [2022-06-03T00:38:24.361Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable_jakarta@tmp/config7416282570121092888tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:38:24.663Z] ---> docker-login.sh [2022-06-03T00:38:24.663Z] nexus3.edgexfoundry.org:10001 [2022-06-03T00:38:24.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:38:24.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:38:24.663Z] Configure a credential helper to remove this warning. See [2022-06-03T00:38:24.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:38:24.663Z] [2022-06-03T00:38:24.663Z] Login Succeeded [2022-06-03T00:38:24.663Z] nexus3.edgexfoundry.org:10002 [2022-06-03T00:38:24.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:38:24.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:38:24.924Z] Configure a credential helper to remove this warning. See [2022-06-03T00:38:24.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:38:24.924Z] [2022-06-03T00:38:24.924Z] Login Succeeded [2022-06-03T00:38:24.924Z] nexus3.edgexfoundry.org:10003 [2022-06-03T00:38:24.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:38:24.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:38:24.924Z] Configure a credential helper to remove this warning. See [2022-06-03T00:38:24.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:38:24.924Z] [2022-06-03T00:38:24.924Z] Login Succeeded [2022-06-03T00:38:24.924Z] nexus3.edgexfoundry.org:10004 [2022-06-03T00:38:24.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:38:25.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:38:25.185Z] Configure a credential helper to remove this warning. See [2022-06-03T00:38:25.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:38:25.185Z] [2022-06-03T00:38:25.185Z] Login Succeeded [2022-06-03T00:38:25.185Z] docker.io [2022-06-03T00:38:25.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:38:25.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:38:25.447Z] Configure a credential helper to remove this warning. See [2022-06-03T00:38:25.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:38:25.447Z] [2022-06-03T00:38:25.447Z] Login Succeeded [2022-06-03T00:38:25.447Z] ---> docker-login.sh ends [Pipeline] } [2022-06-03T00:38:25.456Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-03T00:38:25.493Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-03T00:38:25.519Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-06-03T00:38:25.519Z] c7be6c4924e2986ea63b6da7cff964b545fc38ba [2022-06-03T00:38:25.519Z] 2.1.1-dev.2 [2022-06-03T00:38:25.519Z] c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 [2022-06-03T00:38:25.519Z] jakarta [2022-06-03T00:38:25.519Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:38:25.852Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:38:26.167Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:c7be6c4924e2986ea63b6da7cff964b545fc38ba [2022-06-03T00:38:26.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-03T00:38:26.167Z] a84575035364: Preparing [2022-06-03T00:38:26.167Z] b84e099b181f: Preparing [2022-06-03T00:38:26.167Z] f010a70671e0: Preparing [2022-06-03T00:38:26.167Z] 81891bff03fb: Preparing [2022-06-03T00:38:26.167Z] f7e696f36db1: Preparing [2022-06-03T00:38:26.167Z] b541d28bf3b4: Preparing [2022-06-03T00:38:26.167Z] b541d28bf3b4: Waiting [2022-06-03T00:38:26.167Z] 81891bff03fb: Pushed [2022-06-03T00:38:26.167Z] b84e099b181f: Pushed [2022-06-03T00:38:26.167Z] f010a70671e0: Pushed [2022-06-03T00:38:26.167Z] b541d28bf3b4: Layer already exists [2022-06-03T00:38:26.744Z] f7e696f36db1: Pushed [2022-06-03T00:38:28.132Z] a84575035364: Pushed [2022-06-03T00:38:28.132Z] c7be6c4924e2986ea63b6da7cff964b545fc38ba: digest: sha256:41576cc45bb76cfb7d08e613d0b037b54cfc01387bd8ebc4ddb70a75c2640758 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:38:28.468Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.1.1-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:38:28.792Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.1.1-dev.2 [2022-06-03T00:38:28.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-03T00:38:28.792Z] a84575035364: Preparing [2022-06-03T00:38:28.792Z] b84e099b181f: Preparing [2022-06-03T00:38:28.792Z] f010a70671e0: Preparing [2022-06-03T00:38:28.792Z] 81891bff03fb: Preparing [2022-06-03T00:38:28.792Z] f7e696f36db1: Preparing [2022-06-03T00:38:28.792Z] b541d28bf3b4: Preparing [2022-06-03T00:38:28.792Z] b541d28bf3b4: Waiting [2022-06-03T00:38:28.792Z] f7e696f36db1: Layer already exists [2022-06-03T00:38:28.792Z] 81891bff03fb: Layer already exists [2022-06-03T00:38:28.792Z] a84575035364: Layer already exists [2022-06-03T00:38:28.792Z] b84e099b181f: Layer already exists [2022-06-03T00:38:28.792Z] f010a70671e0: Layer already exists [2022-06-03T00:38:28.792Z] b541d28bf3b4: Layer already exists [2022-06-03T00:38:28.792Z] 2.1.1-dev.2: digest: sha256:41576cc45bb76cfb7d08e613d0b037b54cfc01387bd8ebc4ddb70a75c2640758 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:38:29.117Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:38:29.432Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 [2022-06-03T00:38:29.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-03T00:38:29.433Z] a84575035364: Preparing [2022-06-03T00:38:29.433Z] b84e099b181f: Preparing [2022-06-03T00:38:29.433Z] f010a70671e0: Preparing [2022-06-03T00:38:29.433Z] 81891bff03fb: Preparing [2022-06-03T00:38:29.433Z] f7e696f36db1: Preparing [2022-06-03T00:38:29.433Z] b541d28bf3b4: Preparing [2022-06-03T00:38:29.433Z] b541d28bf3b4: Waiting [2022-06-03T00:38:29.433Z] f7e696f36db1: Layer already exists [2022-06-03T00:38:29.433Z] b84e099b181f: Layer already exists [2022-06-03T00:38:29.433Z] 81891bff03fb: Layer already exists [2022-06-03T00:38:29.433Z] f010a70671e0: Layer already exists [2022-06-03T00:38:29.433Z] a84575035364: Layer already exists [2022-06-03T00:38:29.433Z] b541d28bf3b4: Layer already exists [2022-06-03T00:38:29.433Z] c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2: digest: sha256:41576cc45bb76cfb7d08e613d0b037b54cfc01387bd8ebc4ddb70a75c2640758 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:38:29.750Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:jakarta [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:38:30.061Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:jakarta [2022-06-03T00:38:30.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-03T00:38:30.062Z] a84575035364: Preparing [2022-06-03T00:38:30.062Z] b84e099b181f: Preparing [2022-06-03T00:38:30.062Z] f010a70671e0: Preparing [2022-06-03T00:38:30.062Z] 81891bff03fb: Preparing [2022-06-03T00:38:30.062Z] f7e696f36db1: Preparing [2022-06-03T00:38:30.062Z] b541d28bf3b4: Preparing [2022-06-03T00:38:30.062Z] b541d28bf3b4: Waiting [2022-06-03T00:38:30.062Z] 81891bff03fb: Layer already exists [2022-06-03T00:38:30.062Z] f010a70671e0: Layer already exists [2022-06-03T00:38:30.062Z] f7e696f36db1: Layer already exists [2022-06-03T00:38:30.062Z] b84e099b181f: Layer already exists [2022-06-03T00:38:30.062Z] a84575035364: Layer already exists [2022-06-03T00:38:30.062Z] b541d28bf3b4: Layer already exists [2022-06-03T00:38:30.062Z] jakarta: digest: sha256:41576cc45bb76cfb7d08e613d0b037b54cfc01387bd8ebc4ddb70a75c2640758 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-03T00:38:30.117Z] ===================================================== [Pipeline] echo [2022-06-03T00:38:30.126Z] taggedImages: [2022-06-03T00:38:30.126Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:c7be6c4924e2986ea63b6da7cff964b545fc38ba [2022-06-03T00:38:30.126Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.1.1-dev.2 [2022-06-03T00:38:30.126Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 [2022-06-03T00:38:30.126Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:jakarta [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:38:30.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-03T00:38:30.532Z] [2022-06-03T00:38:30.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:38:30.856Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-03T00:38:30.856Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-03T00:38:30.856Z] 5eb5b503b376: Pulling fs layer [2022-06-03T00:38:30.856Z] 5c69ac0246d0: Pulling fs layer [2022-06-03T00:38:30.856Z] ec43610c2a17: Pulling fs layer [2022-06-03T00:38:30.856Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-03T00:38:30.856Z] 33b1e0a273af: Pulling fs layer [2022-06-03T00:38:30.856Z] 3a2ae6a8a46f: Waiting [2022-06-03T00:38:30.856Z] 5d3b04190fa2: Pulling fs layer [2022-06-03T00:38:30.856Z] 33b1e0a273af: Waiting [2022-06-03T00:38:30.856Z] 2f39f015ded8: Pulling fs layer [2022-06-03T00:38:30.856Z] 5d3b04190fa2: Waiting [2022-06-03T00:38:30.856Z] 5c69ac0246d0: Download complete [2022-06-03T00:38:30.856Z] 3a2ae6a8a46f: Download complete [2022-06-03T00:38:30.856Z] 33b1e0a273af: Verifying Checksum [2022-06-03T00:38:30.856Z] 33b1e0a273af: Download complete [2022-06-03T00:38:31.118Z] 5d3b04190fa2: Download complete [2022-06-03T00:38:31.118Z] ec43610c2a17: Verifying Checksum [2022-06-03T00:38:31.118Z] ec43610c2a17: Download complete [2022-06-03T00:38:31.118Z] 5eb5b503b376: Verifying Checksum [2022-06-03T00:38:31.118Z] 5eb5b503b376: Download complete [2022-06-03T00:38:32.059Z] 2f39f015ded8: Download complete [2022-06-03T00:38:32.319Z] 5eb5b503b376: Pull complete [2022-06-03T00:38:32.578Z] 5c69ac0246d0: Pull complete [2022-06-03T00:38:32.835Z] ec43610c2a17: Pull complete [2022-06-03T00:38:33.095Z] 3a2ae6a8a46f: Pull complete [2022-06-03T00:38:33.354Z] 33b1e0a273af: Pull complete [2022-06-03T00:38:33.354Z] 5d3b04190fa2: Pull complete [2022-06-03T00:38:37.597Z] 2f39f015ded8: Pull complete [2022-06-03T00:38:37.597Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-03T00:38:37.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-03T00:38:37.597Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:38:37.703Z] prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container [2022-06-03T00:38:37.760Z] $ 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_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-03T00:38:39.361Z] $ docker top 3da49bd0934551cfafbdc342c273d2a4328dc6491cffffbb92fd66e28d7bd2ef -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:38:39.750Z] ---> job-cost.sh [2022-06-03T00:38:39.750Z] lf-activate-venv: SKIPPING [2022-06-03T00:38:39.750Z] INFO: No Stack... [2022-06-03T00:38:40.011Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-03T00:38:40.581Z] INFO: Archiving Costs [Pipeline] sh [2022-06-03T00:38:40.870Z] + cat /w/workspace/app-service-configurable_jakarta/archives/cost.csv [2022-06-03T00:38:40.870Z] + cut -d, -f6 [Pipeline] lock [2022-06-03T00:38:40.881Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] [2022-06-03T00:38:40.888Z] Resource [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] did not exist. Created. [2022-06-03T00:38:40.888Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-03T00:38:41.188Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-03T00:38:41.231Z] Stashed 1 file(s) [Pipeline] } [2022-06-03T00:38:41.238Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-03T00:38:41.267Z] $ docker stop --time=1 3da49bd0934551cfafbdc342c273d2a4328dc6491cffffbb92fd66e28d7bd2ef [2022-06-03T00:38:42.436Z] $ docker rm -f 3da49bd0934551cfafbdc342c273d2a4328dc6491cffffbb92fd66e28d7bd2ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T00:44:34.635Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-873 in /w/workspace/app-service-configurable_jakarta [Pipeline] { [Pipeline] ws [2022-06-03T00:44:34.646Z] Running in /w/workspace/app-service-configurable/4 [Pipeline] { [Pipeline] checkout [2022-06-03T00:44:34.732Z] Selected Git installation does not exist. Using Default [2022-06-03T00:44:34.732Z] The recommended git tool is: NONE [2022-06-03T00:44:42.730Z] using credential edgex-jenkins-ssh [2022-06-03T00:44:42.751Z] Cloning the remote Git repository [2022-06-03T00:44:42.844Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-06-03T00:44:42.997Z] > git init /w/workspace/app-service-configurable/4 # timeout=10 [2022-06-03T00:44:43.129Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-06-03T00:44:43.130Z] > git --version # timeout=10 [2022-06-03T00:44:43.160Z] > git --version # 'git version 2.25.1' [2022-06-03T00:44:43.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T00:44:43.314Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-03T00:44:44.406Z] Avoid second fetch [2022-06-03T00:44:44.406Z] Checking out Revision c7be6c4924e2986ea63b6da7cff964b545fc38ba (jakarta) [2022-06-03T00:44:44.358Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-06-03T00:44:44.389Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-03T00:44:44.437Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T00:44:44.456Z] > git checkout -f c7be6c4924e2986ea63b6da7cff964b545fc38ba # timeout=10 [2022-06-03T00:44:49.289Z] Commit message: "Merge pull request #426 from lenny-intel/released-2.1.1-sdk-go-mods-and-change-log" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-03T00:44:50.179Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-03T00:44:50.179Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-03T00:44:50.179Z] Dload Upload Total Spent Left Speed [2022-06-03T00:44:50.179Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 186k 0 --:--:-- --:--:-- --:--:-- 189k [Pipeline] sh [2022-06-03T00:44:50.878Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-03T00:44:51.232Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-03T00:44:51.232Z] + sudo tee /etc/docker/daemon.new [2022-06-03T00:44:51.232Z] { [2022-06-03T00:44:51.232Z] "registry-mirrors": [ [2022-06-03T00:44:51.232Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-03T00:44:51.232Z] ], [2022-06-03T00:44:51.232Z] "bip": "10.250.0.254/24", [2022-06-03T00:44:51.232Z] "hosts": [ [2022-06-03T00:44:51.232Z] "tcp://0.0.0.0:5555", [2022-06-03T00:44:51.232Z] "unix:///var/run/docker.sock" [2022-06-03T00:44:51.232Z] ], [2022-06-03T00:44:51.232Z] "mtu": 1458, [2022-06-03T00:44:51.232Z] "selinux-enabled": true, [2022-06-03T00:44:51.232Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-03T00:44:51.232Z] } [Pipeline] sh [2022-06-03T00:44:51.635Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-03T00:44:51.991Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-03T00:45:10.366Z] provisioning config files... [2022-06-03T00:45:10.397Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/4@tmp/config874471180813808213tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:45:10.788Z] ---> docker-login.sh [2022-06-03T00:45:10.789Z] nexus3.edgexfoundry.org:10001 [2022-06-03T00:45:11.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:45:11.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:45:11.679Z] Configure a credential helper to remove this warning. See [2022-06-03T00:45:11.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:45:11.679Z] [2022-06-03T00:45:11.679Z] Login Succeeded [2022-06-03T00:45:11.679Z] nexus3.edgexfoundry.org:10002 [2022-06-03T00:45:12.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:45:12.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:45:12.285Z] Configure a credential helper to remove this warning. See [2022-06-03T00:45:12.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:45:12.285Z] [2022-06-03T00:45:12.285Z] Login Succeeded [2022-06-03T00:45:12.285Z] nexus3.edgexfoundry.org:10003 [2022-06-03T00:45:12.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:45:12.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:45:12.896Z] Configure a credential helper to remove this warning. See [2022-06-03T00:45:12.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:45:12.896Z] [2022-06-03T00:45:12.896Z] Login Succeeded [2022-06-03T00:45:12.896Z] nexus3.edgexfoundry.org:10004 [2022-06-03T00:45:13.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:45:13.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:45:13.501Z] Configure a credential helper to remove this warning. See [2022-06-03T00:45:13.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:45:13.501Z] [2022-06-03T00:45:13.501Z] Login Succeeded [2022-06-03T00:45:13.501Z] docker.io [2022-06-03T00:45:14.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:45:14.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:45:14.386Z] Configure a credential helper to remove this warning. See [2022-06-03T00:45:14.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:45:14.386Z] [2022-06-03T00:45:14.386Z] Login Succeeded [2022-06-03T00:45:14.386Z] ---> docker-login.sh ends [Pipeline] } [2022-06-03T00:45:14.408Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-03T00:45:15.264Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-03T00:45:15.281Z] ========================================================= [2022-06-03T00:45:15.281Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts] [2022-06-03T00:45:15.281Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:45:15.660Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts --build-arg MAKE=echo noop --target=builder . [2022-06-03T00:45:17.115Z] Sending build context to Docker daemon 10.6MB [2022-06-03T00:45:17.115Z] Step 1/12 : ARG BASE=golang:1.16-alpine3.14 [2022-06-03T00:45:17.115Z] Step 2/12 : FROM ${BASE} AS builder [2022-06-03T00:45:17.115Z] 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-03T00:45:17.115Z] 9b3977197b4f: Pulling fs layer [2022-06-03T00:45:17.115Z] 1a89e8eeedd5: Pulling fs layer [2022-06-03T00:45:17.115Z] 94645a83ff95: Pulling fs layer [2022-06-03T00:45:17.115Z] 3f3a8bcf1eab: Pulling fs layer [2022-06-03T00:45:17.115Z] 0c92f367c5e7: Pulling fs layer [2022-06-03T00:45:17.115Z] 63b1bc5785f6: Pulling fs layer [2022-06-03T00:45:17.115Z] 626d30ff41c6: Pulling fs layer [2022-06-03T00:45:17.115Z] de1d54c125be: Pulling fs layer [2022-06-03T00:45:17.115Z] 3f3a8bcf1eab: Waiting [2022-06-03T00:45:17.115Z] 0c92f367c5e7: Waiting [2022-06-03T00:45:17.115Z] 626d30ff41c6: Waiting [2022-06-03T00:45:17.115Z] de1d54c125be: Waiting [2022-06-03T00:45:17.115Z] 94645a83ff95: Download complete [2022-06-03T00:45:17.399Z] 1a89e8eeedd5: Download complete [2022-06-03T00:45:17.399Z] 0c92f367c5e7: Verifying Checksum [2022-06-03T00:45:17.399Z] 0c92f367c5e7: Download complete [2022-06-03T00:45:17.399Z] 63b1bc5785f6: Verifying Checksum [2022-06-03T00:45:17.399Z] 63b1bc5785f6: Download complete [2022-06-03T00:45:17.399Z] 9b3977197b4f: Verifying Checksum [2022-06-03T00:45:17.399Z] 9b3977197b4f: Download complete [2022-06-03T00:45:17.399Z] 626d30ff41c6: Verifying Checksum [2022-06-03T00:45:17.399Z] 626d30ff41c6: Download complete [2022-06-03T00:45:18.028Z] 9b3977197b4f: Pull complete [2022-06-03T00:45:19.036Z] 1a89e8eeedd5: Pull complete [2022-06-03T00:45:19.314Z] 94645a83ff95: Pull complete [2022-06-03T00:45:19.914Z] de1d54c125be: Verifying Checksum [2022-06-03T00:45:19.914Z] de1d54c125be: Download complete [2022-06-03T00:45:20.191Z] 3f3a8bcf1eab: Verifying Checksum [2022-06-03T00:45:20.191Z] 3f3a8bcf1eab: Download complete [2022-06-03T00:45:32.611Z] 3f3a8bcf1eab: Pull complete [2022-06-03T00:45:32.611Z] 0c92f367c5e7: Pull complete [2022-06-03T00:45:32.611Z] 63b1bc5785f6: Pull complete [2022-06-03T00:45:32.611Z] 626d30ff41c6: Pull complete [2022-06-03T00:45:38.041Z] de1d54c125be: Pull complete [2022-06-03T00:45:38.041Z] Digest: sha256:c13e7f4b3dabbafca41e473b4c3190511df4cc90c6116df0ec0acdea4752f811 [2022-06-03T00:45:38.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-03T00:45:38.041Z] ---> 5f011755c4a2 [2022-06-03T00:45:38.041Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-03T00:45:40.668Z] ---> Running in 9126d366d9b6 [2022-06-03T00:45:40.947Z] Removing intermediate container 9126d366d9b6 [2022-06-03T00:45:40.947Z] ---> c0fe42274e0d [2022-06-03T00:45:40.947Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-06-03T00:45:40.947Z] ---> Running in 6259623ae53d [2022-06-03T00:45:42.927Z] Removing intermediate container 6259623ae53d [2022-06-03T00:45:42.927Z] ---> b0363054e710 [2022-06-03T00:45:42.927Z] Step 5/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-03T00:45:42.927Z] ---> Running in 5d36018c8c3c [2022-06-03T00:45:43.203Z] Removing intermediate container 5d36018c8c3c [2022-06-03T00:45:43.203Z] ---> 5faf51f31775 [2022-06-03T00:45:43.203Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T00:45:43.203Z] ---> Running in 4fa3e1c7e73f [2022-06-03T00:45:45.182Z] Removing intermediate container 4fa3e1c7e73f [2022-06-03T00:45:45.182Z] ---> aeddf2a5277e [2022-06-03T00:45:45.182Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-03T00:45:45.182Z] ---> Running in c669fb36c5cb [2022-06-03T00:45:46.159Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T00:45:47.138Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T00:45:48.116Z] OK: 220 MiB in 52 packages [2022-06-03T00:45:49.099Z] Removing intermediate container c669fb36c5cb [2022-06-03T00:45:49.099Z] ---> 73496583f378 [2022-06-03T00:45:49.099Z] Step 8/12 : WORKDIR /app [2022-06-03T00:45:49.099Z] ---> Running in 71d296ed3ccc [2022-06-03T00:45:49.698Z] Removing intermediate container 71d296ed3ccc [2022-06-03T00:45:49.698Z] ---> bd1ba50a241c [2022-06-03T00:45:49.698Z] Step 9/12 : COPY . . [2022-06-03T00:45:53.108Z] ---> 644ec2ae448b [2022-06-03T00:45:53.108Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T00:45:53.380Z] ---> Running in 6300c09e94b0 [2022-06-03T00:45:54.372Z] skipping... [2022-06-03T00:45:55.352Z] Removing intermediate container 6300c09e94b0 [2022-06-03T00:45:55.352Z] ---> dab02b6abbb4 [2022-06-03T00:45:55.352Z] Step 11/12 : ARG MAKE="make build" [2022-06-03T00:45:55.352Z] ---> Running in 32e7a2077acd [2022-06-03T00:45:55.630Z] Removing intermediate container 32e7a2077acd [2022-06-03T00:45:55.630Z] ---> 32a8fe2b8809 [2022-06-03T00:45:55.630Z] Step 12/12 : RUN $MAKE [2022-06-03T00:45:55.630Z] ---> Running in 654d8ff7c443 [2022-06-03T00:45:56.615Z] noop [2022-06-03T00:45:57.619Z] Removing intermediate container 654d8ff7c443 [2022-06-03T00:45:57.619Z] ---> 210994552b24 [2022-06-03T00:45:57.619Z] Successfully built 210994552b24 [2022-06-03T00:45:57.619Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:45:58.000Z] + docker inspect -f . ci-base-image-arm64 [2022-06-03T00:45:58.000Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:45:58.288Z] prd-ubuntu20.04-docker-arm64-4c-16g-873 does not seem to be running inside a container [2022-06-03T00:45:58.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@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 ******** ci-base-image-arm64 cat [2022-06-03T00:45:59.835Z] $ docker top f7a25a9e8a19fa9363f0bf2a46f77e3053a5b2f29be54b519efef2e21b112006 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T00:46:00.799Z] + go version [2022-06-03T00:46:00.799Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-06-03T00:46:00.838Z] $ docker stop --time=1 f7a25a9e8a19fa9363f0bf2a46f77e3053a5b2f29be54b519efef2e21b112006 [2022-06-03T00:46:02.571Z] $ docker rm -f f7a25a9e8a19fa9363f0bf2a46f77e3053a5b2f29be54b519efef2e21b112006 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:46:03.225Z] + docker inspect -f . ci-base-image-arm64 [2022-06-03T00:46:03.225Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:46:03.515Z] prd-ubuntu20.04-docker-arm64-4c-16g-873 does not seem to be running inside a container [2022-06-03T00:46:03.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@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 ******** ci-base-image-arm64 cat [2022-06-03T00:46:05.109Z] $ docker top b4e72a2f8a9bd4b3c267f22f2e07541ea6352c5acb7b402e4e532b40e8c3b44f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-03T00:46:06.071Z] + make test [2022-06-03T00:46:06.071Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-06-03T00:47:14.213Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-06-03T00:47:14.213Z] CGO_ENABLED=1 go vet ./... [2022-06-03T00:47:24.444Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-03T00:47:24.444Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-03T00:47:24.444Z] ./bin/test-attribution-txt.sh [2022-06-03T00:47:25.449Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.1.1 [2022-06-03T00:47:25.449Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.1.1 [2022-06-03T00:47:25.449Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.1 [2022-06-03T00:47:25.724Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-06-03T00:47:25.724Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.1.1 [2022-06-03T00:47:25.724Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2022-06-03T00:47:25.724Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-06-03T00:47:25.724Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-03T00:47:26.001Z] go: downloading github.com/google/uuid v1.3.0 [2022-06-03T00:47:26.001Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2022-06-03T00:47:26.001Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2022-06-03T00:47:26.001Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2022-06-03T00:47:26.001Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2022-06-03T00:47:26.001Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 [2022-06-03T00:47:26.001Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-03T00:47:26.001Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2022-06-03T00:47:26.001Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1 [2022-06-03T00:47:26.278Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-06-03T00:47:26.278Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-06-03T00:47:26.278Z] go: downloading github.com/go-kit/kit v0.11.0 [2022-06-03T00:47:26.278Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2022-06-03T00:47:26.278Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-06-03T00:47:26.278Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-06-03T00:47:26.278Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-06-03T00:47:26.580Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2022-06-03T00:47:26.580Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-06-03T00:47:26.580Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-06-03T00:47:26.580Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-06-03T00:47:26.580Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2022-06-03T00:47:26.580Z] go: downloading golang.org/x/text v0.3.6 [2022-06-03T00:47:27.563Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2022-06-03T00:47:28.551Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-06-03T00:47:28.551Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-03T00:47:28.551Z] go: downloading github.com/x448/float16 v0.8.4 [2022-06-03T00:47:28.551Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-06-03T00:47:28.551Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-06-03T00:47:28.834Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-06-03T00:47:28.834Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-06-03T00:47:28.834Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-06-03T00:47:29.112Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-06-03T00:47:29.112Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-06-03T00:47:29.389Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2022-06-03T00:47:29.993Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-06-03T00:47:29.993Z] go: downloading github.com/fatih/color v1.9.0 [2022-06-03T00:47:29.993Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-06-03T00:47:29.993Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-03T00:47:29.993Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-03T00:47:29.993Z] go: downloading github.com/go-playground/locales v0.14.0 [Pipeline] echo [2022-06-03T00:47:35.429Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-03T00:47:36.106Z] + go mod tidy [2022-06-03T00:47:36.106Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-03T00:47:36.716Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-03T00:47:36.716Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-03T00:47:36.716Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-03T00:47:36.716Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-06-03T00:47:36.716Z] go: downloading github.com/go-stack/stack v1.8.0 [2022-06-03T00:47:36.716Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-06-03T00:47:36.716Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-06-03T00:47:36.716Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-06-03T00:47:36.997Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-06-03T00:47:36.997Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-06-03T00:47:36.997Z] go: downloading github.com/pkg/errors v0.9.1 [2022-06-03T00:47:36.998Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2022-06-03T00:47:36.998Z] go: downloading github.com/onsi/gomega v1.7.0 [2022-06-03T00:47:36.998Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-06-03T00:47:36.998Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-06-03T00:47:36.998Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-06-03T00:47:36.998Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-06-03T00:47:36.998Z] go: downloading github.com/miekg/dns v1.1.26 [2022-06-03T00:47:37.276Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-06-03T00:47:37.276Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2022-06-03T00:47:37.276Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-06-03T00:47:37.552Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-06-03T00:47:37.552Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [Pipeline] } [2022-06-03T00:47:37.592Z] $ docker stop --time=1 b4e72a2f8a9bd4b3c267f22f2e07541ea6352c5acb7b402e4e532b40e8c3b44f [2022-06-03T00:47:40.267Z] $ docker rm -f b4e72a2f8a9bd4b3c267f22f2e07541ea6352c5acb7b402e4e532b40e8c3b44f [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-03T00:47:42.836Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-03T00:47:42.863Z] Warning: overwriting stash ‘coverage-report’ [2022-06-03T00:47:43.681Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-03T00:47:44.096Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-03T00:47:44.450Z] + ls -al . [2022-06-03T00:47:44.450Z] total 176 [2022-06-03T00:47:44.450Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 3 00:47 . [2022-06-03T00:47:44.450Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 3 00:44 .. [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 3 00:44 .dockerignore [2022-06-03T00:47:44.450Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 3 00:44 .git [2022-06-03T00:47:44.450Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 3 00:44 .github [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 97 Jun 3 00:44 .gitignore [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 7608 Jun 3 00:44 Attribution.txt [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 23922 Jun 3 00:44 CHANGELOG.md [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 2064 Jun 3 00:44 Dockerfile [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 3 00:44 GOVERNANCE.md [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 687 Jun 3 00:44 Jenkinsfile [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 3 00:44 LICENSE [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 618 Jun 3 00:44 OWNERS.md [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 3429 Jun 3 00:44 README.md [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 3 00:37 VERSION [2022-06-03T00:47:44.450Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 3 00:44 bin [2022-06-03T00:47:44.450Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 3 00:46 coverage.out [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 129 Jun 3 00:47 go.mod [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 49193 Jun 3 00:44 go.sum [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jun 3 00:44 main.go [2022-06-03T00:47:44.450Z] -rw-rw-r-- 1 jenkins jenkins 1614 Jun 3 00:44 makefile [2022-06-03T00:47:44.450Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 3 00:44 res [2022-06-03T00:47:44.450Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 3 00:44 snap [2022-06-03T00:47:44.450Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 3 00:44 vendor [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:47:44.829Z] + 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=c7be6c4924e2986ea63b6da7cff964b545fc38ba --label arch=arm64 --label version=2.1.1-dev.2 . [2022-06-03T00:47:46.292Z] Sending build context to Docker daemon 10.61MB [2022-06-03T00:47:46.292Z] Step 1/26 : ARG BASE=golang:1.16-alpine3.14 [2022-06-03T00:47:46.292Z] Step 2/26 : FROM ${BASE} AS builder [2022-06-03T00:47:46.292Z] ---> 210994552b24 [2022-06-03T00:47:46.292Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-03T00:47:46.567Z] ---> Running in 879b44ad59df [2022-06-03T00:47:46.843Z] Removing intermediate container 879b44ad59df [2022-06-03T00:47:46.843Z] ---> f2ec4970493d [2022-06-03T00:47:46.843Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2022-06-03T00:47:47.117Z] ---> Running in 8e8a4118bd00 [2022-06-03T00:47:47.392Z] Removing intermediate container 8e8a4118bd00 [2022-06-03T00:47:47.392Z] ---> e2db384ef6e4 [2022-06-03T00:47:47.392Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-03T00:47:47.392Z] ---> Running in db0a7eb88b5d [2022-06-03T00:47:47.674Z] Removing intermediate container db0a7eb88b5d [2022-06-03T00:47:47.674Z] ---> 32fca3d7ba03 [2022-06-03T00:47:47.674Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T00:47:47.949Z] ---> Running in 1473fc9f95ac [2022-06-03T00:47:49.977Z] Removing intermediate container 1473fc9f95ac [2022-06-03T00:47:49.977Z] ---> d133277fbd96 [2022-06-03T00:47:49.977Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-03T00:47:49.977Z] ---> Running in af0f0d597275 [2022-06-03T00:47:50.962Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T00:47:51.950Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T00:47:52.934Z] OK: 220 MiB in 52 packages [2022-06-03T00:47:53.926Z] Removing intermediate container af0f0d597275 [2022-06-03T00:47:53.926Z] ---> 4928bf70e23c [2022-06-03T00:47:53.926Z] Step 8/26 : WORKDIR /app [2022-06-03T00:47:53.926Z] ---> Running in 0cf4fa025524 [2022-06-03T00:47:54.203Z] Removing intermediate container 0cf4fa025524 [2022-06-03T00:47:54.203Z] ---> 9353c2b5633b [2022-06-03T00:47:54.203Z] Step 9/26 : COPY . . [2022-06-03T00:47:58.524Z] ---> 6b0de08f1714 [2022-06-03T00:47:58.524Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T00:47:58.524Z] ---> Running in 8cc32c5ee45a [2022-06-03T00:47:59.997Z] skipping... [2022-06-03T00:48:00.273Z] Removing intermediate container 8cc32c5ee45a [2022-06-03T00:48:00.273Z] ---> 727fb7df36f0 [2022-06-03T00:48:00.273Z] Step 11/26 : ARG MAKE="make build" [2022-06-03T00:48:00.548Z] ---> Running in 6df7a42075a6 [2022-06-03T00:48:00.837Z] Removing intermediate container 6df7a42075a6 [2022-06-03T00:48:00.837Z] ---> aee90a3bf929 [2022-06-03T00:48:00.837Z] Step 12/26 : RUN $MAKE [2022-06-03T00:48:01.119Z] ---> Running in 3c78e269576d [2022-06-03T00:48:02.116Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.1.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.1.1-dev.2" -o app-service-configurable [2022-06-03T00:48:58.730Z] Removing intermediate container 3c78e269576d [2022-06-03T00:48:58.731Z] ---> 86560c04a4e1 [2022-06-03T00:48:58.731Z] Step 13/26 : FROM alpine:3.14 [2022-06-03T00:48:58.731Z] 3.14: Pulling from library/alpine [2022-06-03T00:48:58.731Z] 455c02918c45: Pulling fs layer [2022-06-03T00:48:58.731Z] 455c02918c45: Verifying Checksum [2022-06-03T00:48:58.731Z] 455c02918c45: Pull complete [2022-06-03T00:48:58.731Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T00:48:58.731Z] Status: Downloaded newer image for alpine:3.14 [2022-06-03T00:48:58.731Z] ---> ac73e934f311 [2022-06-03T00:48:58.731Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-03T00:48:58.731Z] ---> Running in 35b635f21ca4 [2022-06-03T00:48:58.731Z] Removing intermediate container 35b635f21ca4 [2022-06-03T00:48:58.731Z] ---> 74a3898cf62b [2022-06-03T00:48:58.731Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2022-06-03T00:48:58.731Z] ---> Running in e513f8c2a321 [2022-06-03T00:48:58.731Z] Removing intermediate container e513f8c2a321 [2022-06-03T00:48:58.731Z] ---> ab5d944f9127 [2022-06-03T00:48:58.731Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-06-03T00:48:58.731Z] ---> Running in 6a4c12f7c503 [2022-06-03T00:48:58.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T00:48:58.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T00:48:58.731Z] (1/7) Installing ca-certificates (20211220-r0) [2022-06-03T00:48:58.731Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-06-03T00:48:58.731Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-06-03T00:48:58.731Z] (4/7) Installing libsodium (1.0.18-r0) [2022-06-03T00:48:58.731Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-03T00:48:58.731Z] (6/7) Installing libzmq (4.3.4-r0) [2022-06-03T00:48:58.731Z] (7/7) Installing zeromq (4.3.4-r0) [2022-06-03T00:48:58.731Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T00:48:58.731Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T00:48:58.731Z] OK: 9 MiB in 21 packages [2022-06-03T00:48:58.731Z] Removing intermediate container 6a4c12f7c503 [2022-06-03T00:48:58.731Z] ---> d0f3e5ff9a26 [2022-06-03T00:48:58.731Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-06-03T00:48:59.327Z] ---> b6d7a24c6c5d [2022-06-03T00:48:59.327Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2022-06-03T00:48:59.932Z] ---> 494ddb7652da [2022-06-03T00:48:59.932Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2022-06-03T00:49:00.534Z] ---> 773c3989c44d [2022-06-03T00:49:00.534Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-06-03T00:49:01.513Z] ---> ee7c869f6204 [2022-06-03T00:49:01.513Z] Step 21/26 : EXPOSE 48095 [2022-06-03T00:49:01.513Z] ---> Running in 5495eeaf0c1b [2022-06-03T00:49:01.795Z] Removing intermediate container 5495eeaf0c1b [2022-06-03T00:49:01.795Z] ---> 38dc273e7cf6 [2022-06-03T00:49:01.795Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2022-06-03T00:49:02.066Z] ---> Running in 31d239e8da52 [2022-06-03T00:49:02.340Z] Removing intermediate container 31d239e8da52 [2022-06-03T00:49:02.340Z] ---> 97f435f6ef3e [2022-06-03T00:49:02.340Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T00:49:02.340Z] ---> Running in e7a1e990672a [2022-06-03T00:49:02.623Z] Removing intermediate container e7a1e990672a [2022-06-03T00:49:02.623Z] ---> 06bd3e9c6b80 [2022-06-03T00:49:02.623Z] Step 24/26 : LABEL arch=arm64 [2022-06-03T00:49:02.623Z] ---> Running in 7a08973b9e20 [2022-06-03T00:49:02.898Z] Removing intermediate container 7a08973b9e20 [2022-06-03T00:49:02.898Z] ---> 427ce70de974 [2022-06-03T00:49:02.898Z] Step 25/26 : LABEL git_sha=c7be6c4924e2986ea63b6da7cff964b545fc38ba [2022-06-03T00:49:03.177Z] ---> Running in 84b2f2c14b2a [2022-06-03T00:49:03.453Z] Removing intermediate container 84b2f2c14b2a [2022-06-03T00:49:03.453Z] ---> 7d74fff17cf9 [2022-06-03T00:49:03.453Z] Step 26/26 : LABEL version=2.1.1-dev.2 [2022-06-03T00:49:03.453Z] ---> Running in e32f4ad1e132 [2022-06-03T00:49:03.724Z] Removing intermediate container e32f4ad1e132 [2022-06-03T00:49:03.724Z] ---> 68083fd9715f [2022-06-03T00:49:03.724Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-03T00:49:03.996Z] Successfully built 68083fd9715f [2022-06-03T00:49:03.996Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-03T00:49:04.096Z] provisioning config files... [2022-06-03T00:49:04.115Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/4@tmp/config8160871217838543449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:49:04.467Z] ---> docker-login.sh [2022-06-03T00:49:04.467Z] nexus3.edgexfoundry.org:10001 [2022-06-03T00:49:04.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:49:04.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:49:04.741Z] Configure a credential helper to remove this warning. See [2022-06-03T00:49:04.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:49:04.741Z] [2022-06-03T00:49:04.741Z] Login Succeeded [2022-06-03T00:49:04.741Z] nexus3.edgexfoundry.org:10002 [2022-06-03T00:49:05.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:49:05.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:49:05.337Z] Configure a credential helper to remove this warning. See [2022-06-03T00:49:05.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:49:05.337Z] [2022-06-03T00:49:05.337Z] Login Succeeded [2022-06-03T00:49:05.337Z] nexus3.edgexfoundry.org:10003 [2022-06-03T00:49:05.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:49:05.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:49:05.885Z] Configure a credential helper to remove this warning. See [2022-06-03T00:49:05.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:49:05.885Z] [2022-06-03T00:49:05.885Z] Login Succeeded [2022-06-03T00:49:05.885Z] nexus3.edgexfoundry.org:10004 [2022-06-03T00:49:06.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:49:06.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:49:06.434Z] Configure a credential helper to remove this warning. See [2022-06-03T00:49:06.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:49:06.434Z] [2022-06-03T00:49:06.434Z] Login Succeeded [2022-06-03T00:49:06.434Z] docker.io [2022-06-03T00:49:06.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T00:49:06.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T00:49:06.976Z] Configure a credential helper to remove this warning. See [2022-06-03T00:49:06.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T00:49:06.977Z] [2022-06-03T00:49:06.977Z] Login Succeeded [2022-06-03T00:49:06.977Z] ---> docker-login.sh ends [Pipeline] } [2022-06-03T00:49:06.996Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-03T00:49:07.031Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-03T00:49:07.054Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-06-03T00:49:07.054Z] c7be6c4924e2986ea63b6da7cff964b545fc38ba [2022-06-03T00:49:07.054Z] 2.1.1-dev.2 [2022-06-03T00:49:07.054Z] c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 [2022-06-03T00:49:07.054Z] jakarta [2022-06-03T00:49:07.054Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:49:07.422Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:49:07.785Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:c7be6c4924e2986ea63b6da7cff964b545fc38ba [2022-06-03T00:49:07.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-03T00:49:07.785Z] fa94b14f9f81: Preparing [2022-06-03T00:49:07.785Z] 84f04c028de9: Preparing [2022-06-03T00:49:07.785Z] b58b2f9c5f99: Preparing [2022-06-03T00:49:07.785Z] 6d752e1c610e: Preparing [2022-06-03T00:49:07.785Z] 3ca2f66366d3: Preparing [2022-06-03T00:49:07.785Z] f73e7dbfee58: Preparing [2022-06-03T00:49:07.785Z] f73e7dbfee58: Waiting [2022-06-03T00:49:08.058Z] 84f04c028de9: Pushed [2022-06-03T00:49:08.058Z] 6d752e1c610e: Pushed [2022-06-03T00:49:08.058Z] b58b2f9c5f99: Pushed [2022-06-03T00:49:08.058Z] f73e7dbfee58: Layer already exists [2022-06-03T00:49:09.036Z] 3ca2f66366d3: Pushed [2022-06-03T00:49:11.664Z] fa94b14f9f81: Pushed [2022-06-03T00:49:11.939Z] c7be6c4924e2986ea63b6da7cff964b545fc38ba: digest: sha256:ed05ff3b66f98292ce6a03d7eb8e8e5ced1b8948fc87cbd3fd4fb22af82a231c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:49:12.307Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.1.1-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:49:12.684Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.1.1-dev.2 [2022-06-03T00:49:12.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-03T00:49:12.684Z] fa94b14f9f81: Preparing [2022-06-03T00:49:12.684Z] 84f04c028de9: Preparing [2022-06-03T00:49:12.684Z] b58b2f9c5f99: Preparing [2022-06-03T00:49:12.684Z] 6d752e1c610e: Preparing [2022-06-03T00:49:12.684Z] 3ca2f66366d3: Preparing [2022-06-03T00:49:12.684Z] f73e7dbfee58: Preparing [2022-06-03T00:49:12.684Z] f73e7dbfee58: Waiting [2022-06-03T00:49:12.684Z] 84f04c028de9: Layer already exists [2022-06-03T00:49:12.684Z] b58b2f9c5f99: Layer already exists [2022-06-03T00:49:12.684Z] 6d752e1c610e: Layer already exists [2022-06-03T00:49:12.684Z] 3ca2f66366d3: Layer already exists [2022-06-03T00:49:12.684Z] fa94b14f9f81: Layer already exists [2022-06-03T00:49:12.959Z] f73e7dbfee58: Layer already exists [2022-06-03T00:49:12.959Z] 2.1.1-dev.2: digest: sha256:ed05ff3b66f98292ce6a03d7eb8e8e5ced1b8948fc87cbd3fd4fb22af82a231c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:49:13.335Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:49:13.722Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 [2022-06-03T00:49:13.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-03T00:49:13.722Z] fa94b14f9f81: Preparing [2022-06-03T00:49:13.722Z] 84f04c028de9: Preparing [2022-06-03T00:49:13.722Z] b58b2f9c5f99: Preparing [2022-06-03T00:49:13.722Z] 6d752e1c610e: Preparing [2022-06-03T00:49:13.722Z] 3ca2f66366d3: Preparing [2022-06-03T00:49:13.722Z] f73e7dbfee58: Preparing [2022-06-03T00:49:13.722Z] f73e7dbfee58: Waiting [2022-06-03T00:49:13.998Z] 6d752e1c610e: Layer already exists [2022-06-03T00:49:13.998Z] 84f04c028de9: Layer already exists [2022-06-03T00:49:13.998Z] 3ca2f66366d3: Layer already exists [2022-06-03T00:49:13.998Z] fa94b14f9f81: Layer already exists [2022-06-03T00:49:13.998Z] b58b2f9c5f99: Layer already exists [2022-06-03T00:49:13.998Z] f73e7dbfee58: Layer already exists [2022-06-03T00:49:13.998Z] c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2: digest: sha256:ed05ff3b66f98292ce6a03d7eb8e8e5ced1b8948fc87cbd3fd4fb22af82a231c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:49:14.384Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:jakarta [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:49:14.757Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:jakarta [2022-06-03T00:49:14.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-03T00:49:14.757Z] fa94b14f9f81: Preparing [2022-06-03T00:49:14.757Z] 84f04c028de9: Preparing [2022-06-03T00:49:14.757Z] b58b2f9c5f99: Preparing [2022-06-03T00:49:14.757Z] 6d752e1c610e: Preparing [2022-06-03T00:49:14.757Z] 3ca2f66366d3: Preparing [2022-06-03T00:49:14.757Z] f73e7dbfee58: Preparing [2022-06-03T00:49:14.757Z] f73e7dbfee58: Waiting [2022-06-03T00:49:14.757Z] 3ca2f66366d3: Layer already exists [2022-06-03T00:49:14.757Z] fa94b14f9f81: Layer already exists [2022-06-03T00:49:14.757Z] b58b2f9c5f99: Layer already exists [2022-06-03T00:49:14.757Z] 84f04c028de9: Layer already exists [2022-06-03T00:49:14.757Z] 6d752e1c610e: Layer already exists [2022-06-03T00:49:15.030Z] f73e7dbfee58: Layer already exists [2022-06-03T00:49:15.030Z] jakarta: digest: sha256:ed05ff3b66f98292ce6a03d7eb8e8e5ced1b8948fc87cbd3fd4fb22af82a231c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-03T00:49:15.094Z] ===================================================== [Pipeline] echo [2022-06-03T00:49:15.103Z] taggedImages: [2022-06-03T00:49:15.103Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:c7be6c4924e2986ea63b6da7cff964b545fc38ba [2022-06-03T00:49:15.103Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.1.1-dev.2 [2022-06-03T00:49:15.103Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 [2022-06-03T00:49:15.103Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:jakarta [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:49:15.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-03T00:49:15.494Z] [2022-06-03T00:49:15.494Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:49:15.852Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-03T00:49:16.126Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-03T00:49:16.126Z] 8998bd30e6a1: Pulling fs layer [2022-06-03T00:49:16.126Z] 04944245beec: Pulling fs layer [2022-06-03T00:49:16.126Z] 699f458cf7ca: Pulling fs layer [2022-06-03T00:49:16.126Z] 765212b225bb: Pulling fs layer [2022-06-03T00:49:16.126Z] f23df028b6ca: Pulling fs layer [2022-06-03T00:49:16.126Z] d65c8cfc05b1: Pulling fs layer [2022-06-03T00:49:16.126Z] 2437ff75d9bd: Pulling fs layer [2022-06-03T00:49:16.126Z] f23df028b6ca: Waiting [2022-06-03T00:49:16.126Z] d65c8cfc05b1: Waiting [2022-06-03T00:49:16.126Z] 2437ff75d9bd: Waiting [2022-06-03T00:49:16.126Z] 765212b225bb: Waiting [2022-06-03T00:49:16.126Z] 04944245beec: Verifying Checksum [2022-06-03T00:49:16.126Z] 04944245beec: Download complete [2022-06-03T00:49:16.126Z] 765212b225bb: Verifying Checksum [2022-06-03T00:49:16.126Z] 765212b225bb: Download complete [2022-06-03T00:49:16.126Z] f23df028b6ca: Verifying Checksum [2022-06-03T00:49:16.126Z] f23df028b6ca: Download complete [2022-06-03T00:49:16.404Z] d65c8cfc05b1: Verifying Checksum [2022-06-03T00:49:16.404Z] d65c8cfc05b1: Download complete [2022-06-03T00:49:16.404Z] 699f458cf7ca: Verifying Checksum [2022-06-03T00:49:16.404Z] 699f458cf7ca: Download complete [2022-06-03T00:49:16.681Z] 8998bd30e6a1: Verifying Checksum [2022-06-03T00:49:16.681Z] 8998bd30e6a1: Download complete [2022-06-03T00:49:19.319Z] 2437ff75d9bd: Verifying Checksum [2022-06-03T00:49:19.319Z] 2437ff75d9bd: Download complete [2022-06-03T00:49:21.294Z] 8998bd30e6a1: Pull complete [2022-06-03T00:49:21.568Z] 04944245beec: Pull complete [2022-06-03T00:49:23.007Z] 699f458cf7ca: Pull complete [2022-06-03T00:49:23.280Z] 765212b225bb: Pull complete [2022-06-03T00:49:23.880Z] f23df028b6ca: Pull complete [2022-06-03T00:49:24.154Z] d65c8cfc05b1: Pull complete [2022-06-03T00:49:39.254Z] 2437ff75d9bd: Pull complete [2022-06-03T00:49:39.254Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-03T00:49:39.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-03T00:49:39.254Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:49:39.507Z] prd-ubuntu20.04-docker-arm64-4c-16g-873 does not seem to be running inside a container [2022-06-03T00:49:39.616Z] $ 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/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@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-lftools-log-publisher:arm64 cat [2022-06-03T00:49:42.311Z] $ docker top 2366ff9f464fedbfa036f7c1dedf7a3ec323e0fc7707c5efee1ba734df9208aa -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:49:43.306Z] ---> job-cost.sh [2022-06-03T00:49:43.306Z] lf-activate-venv: SKIPPING [2022-06-03T00:49:43.306Z] INFO: No Stack... [2022-06-03T00:49:43.578Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-03T00:49:45.044Z] INFO: Archiving Costs [Pipeline] sh [2022-06-03T00:49:45.724Z] + cat /w/workspace/app-service-configurable/4/archives/cost.csv [2022-06-03T00:49:45.724Z] + cut -d, -f6 [Pipeline] lock [2022-06-03T00:49:45.799Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] [2022-06-03T00:49:45.806Z] Resource [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] did not exist. Created. [2022-06-03T00:49:45.806Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-03T00:49:46.534Z] /w/workspace/app-service-configurable/4@tmp/durable-205d7e16/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-06-03T00:49:47.253Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-03T00:49:47.284Z] Warning: overwriting stash ‘stack-cost’ [2022-06-03T00:49:47.524Z] Stashed 1 file(s) [Pipeline] } [2022-06-03T00:49:47.531Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-03T00:49:47.568Z] $ docker stop --time=1 2366ff9f464fedbfa036f7c1dedf7a3ec323e0fc7707c5efee1ba734df9208aa [2022-06-03T00:49:49.129Z] $ docker rm -f 2366ff9f464fedbfa036f7c1dedf7a3ec323e0fc7707c5efee1ba734df9208aa [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 [2022-06-03T00:49:49.556Z] provisioning config files... [2022-06-03T00:49:49.565Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/app-service-configurable_jakarta@tmp/config1329640845748589492tmp [Pipeline] { [Pipeline] sh [2022-06-03T00:49:49.878Z] + set +x [2022-06-03T00:49:49.878Z] + + bash -scurl -- -s [2022-06-03T00:49:49.878Z] https://codecov.io/bash [2022-06-03T00:49:49.878Z] [2022-06-03T00:49:49.878Z] _____ _ [2022-06-03T00:49:49.878Z] / ____| | | [2022-06-03T00:49:49.878Z] | | ___ __| | ___ ___ _____ __ [2022-06-03T00:49:49.878Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-03T00:49:49.878Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-03T00:49:49.878Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-03T00:49:49.878Z] Bash-1.0.6 [2022-06-03T00:49:49.878Z] [2022-06-03T00:49:49.878Z] [2022-06-03T00:49:49.878Z] ==> git version 2.25.1 found [2022-06-03T00:49:49.878Z] ==> 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 [2022-06-03T00:49:49.878Z] Release-Date: 2020-01-08 [2022-06-03T00:49:49.878Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-06-03T00:49:49.878Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-03T00:49:49.878Z] ==> Jenkins CI detected. [2022-06-03T00:49:49.878Z] current dir:  /w/workspace/app-service-configurable_jakarta [2022-06-03T00:49:49.878Z] project root: . [2022-06-03T00:49:49.878Z] --> token set from env [2022-06-03T00:49:49.878Z] Yaml found at: vendor/github.com/diegoholiveira/jsonlogic/codecov.yml [2022-06-03T00:49:49.878Z] ==> Running gcov in . (disable via -X gcov) [2022-06-03T00:49:49.878Z] ==> Python coveragepy not found [2022-06-03T00:49:49.878Z] ==> Searching for coverage reports in: [2022-06-03T00:49:49.878Z] + . [2022-06-03T00:49:49.878Z] -> Found 1 reports [2022-06-03T00:49:49.878Z] ==> Detecting git/mercurial file structure [2022-06-03T00:49:49.878Z] ==> Reading reports [2022-06-03T00:49:49.878Z] + ./coverage.out bytes=10 [2022-06-03T00:49:49.878Z] ==> Appending adjustments [2022-06-03T00:49:49.878Z] https://docs.codecov.io/docs/fixing-reports [2022-06-03T00:49:50.140Z] + Found adjustments [2022-06-03T00:49:50.140Z] ==> Gzipping contents [2022-06-03T00:49:50.140Z] 8.0K /tmp/codecov.AoCe8M.gz [2022-06-03T00:49:50.140Z] ==> Uploading reports [2022-06-03T00:49:50.140Z] url: https://codecov.io [2022-06-03T00:49:50.140Z] query: branch=jakarta&commit=c7be6c4924e2986ea63b6da7cff964b545fc38ba&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fjakarta%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-06-03T00:49:50.140Z] -> Pinging Codecov [2022-06-03T00:49:50.140Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=jakarta&commit=c7be6c4924e2986ea63b6da7cff964b545fc38ba&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fjakarta%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-06-03T00:49:50.402Z] -> Uploading to [2022-06-03T00:49:50.402Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-03/A97CA9966030D2A3747ED39772930CCE/c7be6c4924e2986ea63b6da7cff964b545fc38ba/5ab9cb46-127e-48f9-aa19-27371a1c2e40.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220603%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220603T004950Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=428c1fd1c2ad4b153c64bd738da2397a7c1dae1034a31ce5906cb0f61a1aa34d [2022-06-03T00:49:50.402Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-03T00:49:50.402Z] Dload Upload Total Spent Left Speed [2022-06-03T00:49:50.663Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6832 0 0 100 6832 0 31054 --:--:-- --:--:-- --:--:-- 30914 100 6832 0 0 100 6832 0 31054 --:--:-- --:--:-- --:--:-- 30914 [2022-06-03T00:49:50.663Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] } [2022-06-03T00:49:50.673Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-06-03T00:49:50.778Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-06-03T00:49:50.786Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:49:51.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-03T00:49:51.091Z] [2022-06-03T00:49:51.091Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:49:51.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-03T00:49:51.401Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-06-03T00:49:51.401Z] df9b9388f04a: Pulling fs layer [2022-06-03T00:49:51.401Z] 52dc419b0ee2: Pulling fs layer [2022-06-03T00:49:51.401Z] 25bc292e5bac: Pulling fs layer [2022-06-03T00:49:51.401Z] 114826534d7a: Pulling fs layer [2022-06-03T00:49:51.401Z] 4657fd5d0bcf: Pulling fs layer [2022-06-03T00:49:51.401Z] 6ad1cebc031e: Pulling fs layer [2022-06-03T00:49:51.401Z] 114826534d7a: Waiting [2022-06-03T00:49:51.401Z] 4657fd5d0bcf: Waiting [2022-06-03T00:49:51.401Z] 8a3aa393b2d8: Pulling fs layer [2022-06-03T00:49:51.401Z] 6ad1cebc031e: Waiting [2022-06-03T00:49:51.401Z] 8a3aa393b2d8: Waiting [2022-06-03T00:49:51.401Z] 25bc292e5bac: Verifying Checksum [2022-06-03T00:49:51.401Z] 25bc292e5bac: Download complete [2022-06-03T00:49:51.401Z] 52dc419b0ee2: Verifying Checksum [2022-06-03T00:49:51.401Z] 52dc419b0ee2: Download complete [2022-06-03T00:49:51.401Z] 4657fd5d0bcf: Verifying Checksum [2022-06-03T00:49:51.401Z] 4657fd5d0bcf: Download complete [2022-06-03T00:49:51.401Z] df9b9388f04a: Download complete [2022-06-03T00:49:51.663Z] 6ad1cebc031e: Verifying Checksum [2022-06-03T00:49:51.663Z] 6ad1cebc031e: Download complete [2022-06-03T00:49:51.663Z] df9b9388f04a: Pull complete [2022-06-03T00:49:51.663Z] 52dc419b0ee2: Pull complete [2022-06-03T00:49:51.927Z] 25bc292e5bac: Pull complete [2022-06-03T00:49:52.188Z] 114826534d7a: Verifying Checksum [2022-06-03T00:49:52.188Z] 114826534d7a: Download complete [2022-06-03T00:49:52.447Z] 8a3aa393b2d8: Verifying Checksum [2022-06-03T00:49:52.447Z] 8a3aa393b2d8: Download complete [2022-06-03T00:49:55.744Z] 114826534d7a: Pull complete [2022-06-03T00:49:55.744Z] 4657fd5d0bcf: Pull complete [2022-06-03T00:49:56.005Z] 6ad1cebc031e: Pull complete [2022-06-03T00:49:59.299Z] 8a3aa393b2d8: Pull complete [2022-06-03T00:49:59.299Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-06-03T00:49:59.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-03T00:49:59.299Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:49:59.386Z] prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container [2022-06-03T00:49:59.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-06-03T00:50:01.049Z] $ docker top 25f76c3692284633cb9326c9b4dbe603efb68801e7a947e12a867fba1a1030b4 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-03T00:50:01.100Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-06-03T00:50:01.380Z] + set -o pipefail [2022-06-03T00:50:01.380Z] + snyk monitor '--org=edgex-jenkins' [2022-06-03T00:50:03.286Z] [2022-06-03T00:50:03.286Z] Monitoring /w/workspace/app-service-configurable_jakarta (github.com/edgexfoundry/app-service-configurable)... [2022-06-03T00:50:03.286Z] [2022-06-03T00:50:03.286Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ec1ea9dc-4dc4-43bc-98f3-dfa608e40809/history/76192963-e9da-4bee-a1b8-11f9ba61c056 [2022-06-03T00:50:03.286Z] [2022-06-03T00:50:03.286Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-06-03T00:50:03.286Z] [2022-06-03T00:50:03.286Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-06-03T00:50:03.286Z] [2022-06-03T00:50:05.194Z] [Pipeline] } [2022-06-03T00:50:05.227Z] $ docker stop --time=1 25f76c3692284633cb9326c9b4dbe603efb68801e7a947e12a867fba1a1030b4 [2022-06-03T00:50:06.585Z] $ docker rm -f 25f76c3692284633cb9326c9b4dbe603efb68801e7a947e12a867fba1a1030b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-03T00:50:07.133Z] + git log --format=format:%s -1 c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] sh [2022-06-03T00:50:07.433Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-03T00:50:07.433Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:50:07.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-03T00:50:07.737Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:50:07.829Z] prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container [2022-06-03T00:50:07.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-06-03T00:50:08.366Z] $ docker top f6b8cd5f4ed716883540d1b3e3d2601097c58b908b85d01f4fbd67f781bcbede -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-03T00:50:08.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-03T00:50:08.454Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-03T00:50:08.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-03T00:50:08.632Z] $ docker exec f6b8cd5f4ed716883540d1b3e3d2601097c58b908b85d01f4fbd67f781bcbede ssh-agent [2022-06-03T00:50:08.739Z] SSH_AUTH_SOCK=/tmp/ssh-4Uqhhh7ZvSiw/agent.33 [2022-06-03T00:50:08.739Z] SSH_AGENT_PID=39 [2022-06-03T00:50:08.745Z] Running ssh-add (command line suppressed) [2022-06-03T00:50:08.883Z] Identity added: /w/workspace/app-service-configurable_jakarta@tmp/private_key_4918331898344650413.key (/w/workspace/app-service-configurable_jakarta@tmp/private_key_4918331898344650413.key) [2022-06-03T00:50:08.879Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-03T00:50:09.171Z] + git semver tag [2022-06-03T00:50:09.433Z] 2022-06-03 00:50:09,363 [run_tag] DEBUG tag force:False [2022-06-03T00:50:09.433Z] 2022-06-03 00:50:09,363 [check_head_tag] DEBUG check head tag [2022-06-03T00:50:09.433Z] 2022-06-03 00:50:09,363 [execute] INFO git cat-file --batch-check [2022-06-03T00:50:09.433Z] 2022-06-03 00:50:09,364 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/app-service-configurable_jakarta, universal_newlines=False, shell=None, istream=) [2022-06-03T00:50:09.433Z] 2022-06-03 00:50:09,367 [execute] INFO git cat-file --batch [2022-06-03T00:50:09.433Z] 2022-06-03 00:50:09,368 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/app-service-configurable_jakarta, universal_newlines=False, shell=None, istream=) [2022-06-03T00:50:09.433Z] 2022-06-03 00:50:09,374 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta [2022-06-03T00:50:09.433Z] 2022-06-03 00:50:09,374 [execute] INFO git tag -a v2.1.1-dev.2 -m v2.1.1-dev.2 [2022-06-03T00:50:09.433Z] 2022-06-03 00:50:09,375 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.1.1-dev.2', '-m', 'v2.1.1-dev.2'], cwd=/w/workspace/app-service-configurable_jakarta, universal_newlines=False, shell=None, istream=None) [2022-06-03T00:50:09.433Z] 2022-06-03 00:50:09,379 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta [2022-06-03T00:50:09.433Z] 2.1.1-dev.2 [Pipeline] } [2022-06-03T00:50:09.466Z] $ docker exec --env ******** --env ******** f6b8cd5f4ed716883540d1b3e3d2601097c58b908b85d01f4fbd67f781bcbede ssh-agent -k [2022-06-03T00:50:09.575Z] unset SSH_AUTH_SOCK; [2022-06-03T00:50:09.575Z] unset SSH_AGENT_PID; [2022-06-03T00:50:09.575Z] echo Agent pid 39 killed; [2022-06-03T00:50:09.568Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-03T00:50:09.879Z] + git semver [Pipeline] } [2022-06-03T00:50:10.179Z] $ docker stop --time=1 f6b8cd5f4ed716883540d1b3e3d2601097c58b908b85d01f4fbd67f781bcbede [2022-06-03T00:50:11.503Z] $ docker rm -f f6b8cd5f4ed716883540d1b3e3d2601097c58b908b85d01f4fbd67f781bcbede [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:50:11.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-03T00:50:11.877Z] [2022-06-03T00:50:11.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:50:12.191Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-03T00:50:12.191Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-06-03T00:50:12.191Z] ab5ef0e58194: Pulling fs layer [2022-06-03T00:50:12.191Z] 9712f1f96733: Pulling fs layer [2022-06-03T00:50:12.191Z] 63f879dbbcfc: Pulling fs layer [2022-06-03T00:50:12.191Z] 0d9ebad4ef96: Pulling fs layer [2022-06-03T00:50:12.191Z] e9a5061849ea: Pulling fs layer [2022-06-03T00:50:12.191Z] d747dcd14b5f: Pulling fs layer [2022-06-03T00:50:12.191Z] 2de7ff778b66: Pulling fs layer [2022-06-03T00:50:12.191Z] e9a5061849ea: Waiting [2022-06-03T00:50:12.191Z] 2de7ff778b66: Waiting [2022-06-03T00:50:12.191Z] d747dcd14b5f: Waiting [2022-06-03T00:50:12.191Z] 0d9ebad4ef96: Waiting [2022-06-03T00:50:12.191Z] 9712f1f96733: Verifying Checksum [2022-06-03T00:50:12.191Z] 9712f1f96733: Download complete [2022-06-03T00:50:12.452Z] 63f879dbbcfc: Verifying Checksum [2022-06-03T00:50:12.452Z] 63f879dbbcfc: Download complete [2022-06-03T00:50:12.711Z] e9a5061849ea: Verifying Checksum [2022-06-03T00:50:12.711Z] e9a5061849ea: Download complete [2022-06-03T00:50:12.711Z] d747dcd14b5f: Verifying Checksum [2022-06-03T00:50:12.711Z] d747dcd14b5f: Download complete [2022-06-03T00:50:12.711Z] 0d9ebad4ef96: Download complete [2022-06-03T00:50:12.711Z] ab5ef0e58194: Verifying Checksum [2022-06-03T00:50:12.711Z] ab5ef0e58194: Download complete [2022-06-03T00:50:12.971Z] 2de7ff778b66: Download complete [2022-06-03T00:50:15.506Z] ab5ef0e58194: Pull complete [2022-06-03T00:50:15.506Z] 9712f1f96733: Pull complete [2022-06-03T00:50:16.442Z] 63f879dbbcfc: Pull complete [2022-06-03T00:50:19.734Z] 0d9ebad4ef96: Pull complete [2022-06-03T00:50:19.994Z] e9a5061849ea: Pull complete [2022-06-03T00:50:19.994Z] d747dcd14b5f: Pull complete [2022-06-03T00:50:21.374Z] 2de7ff778b66: Pull complete [2022-06-03T00:50:21.374Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-06-03T00:50:21.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-03T00:50:21.374Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:50:21.466Z] prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container [2022-06-03T00:50:21.532Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-06-03T00:50:23.560Z] $ docker top 4681bc415b15eaef8873ab2b046221d3cf07521a1aaa5eae17533d2807a43490 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-06-03T00:50:23.620Z] provisioning config files... [2022-06-03T00:50:23.628Z] copy managed file [sigul-config] to file:/w/workspace/app-service-configurable_jakarta@tmp/config1523817543834466996tmp [2022-06-03T00:50:23.639Z] copy managed file [sigul-password] to file:/w/workspace/app-service-configurable_jakarta@tmp/config458671231362286449tmp [2022-06-03T00:50:23.649Z] copy managed file [sigul-pki] to file:/w/workspace/app-service-configurable_jakarta@tmp/config1358417086597945878tmp [Pipeline] { [Pipeline] echo [2022-06-03T00:50:23.666Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:50:23.953Z] ---> sigul-configuration.sh [2022-06-03T00:50:23.953Z] gpg: directory `/root/.gnupg' created [2022-06-03T00:50:23.953Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-06-03T00:50:23.953Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-06-03T00:50:23.953Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-06-03T00:50:23.953Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-06-03T00:50:23.953Z] gpg: CAST5 encrypted data [2022-06-03T00:50:23.953Z] gpg: encrypted with 1 passphrase [2022-06-03T00:50:23.953Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-06-03T00:50:24.236Z] + mkdir /home/jenkins [2022-06-03T00:50:24.236Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-06-03T00:50:24.524Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-06-03T00:50:24.534Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:50:24.824Z] ---> sigul-install.sh [2022-06-03T00:50:24.824Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-06-03T00:50:25.113Z] + git tag --list [2022-06-03T00:50:25.113Z] v1.0.0 [2022-06-03T00:50:25.113Z] v1.1.0 [2022-06-03T00:50:25.113Z] v1.2.0 [2022-06-03T00:50:25.113Z] v1.3.0 [2022-06-03T00:50:25.113Z] v1.3.1 [2022-06-03T00:50:25.113Z] v2.0.0 [2022-06-03T00:50:25.113Z] v2.0.1 [2022-06-03T00:50:25.113Z] v2.1.0 [2022-06-03T00:50:25.113Z] v2.1.1-dev.1 [2022-06-03T00:50:25.113Z] v2.1.1-dev.2 [2022-06-03T00:50:25.113Z] v2.2.0 [2022-06-03T00:50:25.113Z] v2.2.1-dev.1 [Pipeline] sh [2022-06-03T00:50:25.402Z] + lftools sign git-tag v2.1.1-dev.2 [2022-06-03T00:50:25.974Z] Signing Git tag with Sigul... [2022-06-03T00:50:25.974Z] Signing v2.1.1-dev.2 [Pipeline] echo [2022-06-03T00:50:26.242Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:50:26.526Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-06-03T00:50:26.535Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-06-03T00:50:26.573Z] $ docker stop --time=1 4681bc415b15eaef8873ab2b046221d3cf07521a1aaa5eae17533d2807a43490 [2022-06-03T00:50:27.869Z] $ docker rm -f 4681bc415b15eaef8873ab2b046221d3cf07521a1aaa5eae17533d2807a43490 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-06-03T00:50:28.286Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-03T00:50:28.286Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:50:28.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-03T00:50:28.591Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:50:28.686Z] prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container [2022-06-03T00:50:28.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-06-03T00:50:29.142Z] $ docker top cc2e076947acafd3214261127cbb44c6890667ca4d7e6bb2c5a08c8fc78100cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-03T00:50:29.226Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-03T00:50:29.226Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-03T00:50:29.355Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-03T00:50:29.379Z] $ docker exec cc2e076947acafd3214261127cbb44c6890667ca4d7e6bb2c5a08c8fc78100cb ssh-agent [2022-06-03T00:50:29.469Z] SSH_AUTH_SOCK=/tmp/ssh-VQtBWassDCa4/agent.35 [2022-06-03T00:50:29.469Z] SSH_AGENT_PID=42 [2022-06-03T00:50:29.474Z] Running ssh-add (command line suppressed) [2022-06-03T00:50:29.612Z] Identity added: /w/workspace/app-service-configurable_jakarta@tmp/private_key_1148849975770171474.key (/w/workspace/app-service-configurable_jakarta@tmp/private_key_1148849975770171474.key) [2022-06-03T00:50:29.606Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-03T00:50:29.894Z] + git semver bump pre [2022-06-03T00:50:30.160Z] 2022-06-03 00:50:30,094 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta [2022-06-03T00:50:30.160Z] 2022-06-03 00:50:30,094 [bump_version] DEBUG bumping version:2.1.1-dev.2 on axis:pre with prefix:dev [2022-06-03T00:50:30.160Z] 2022-06-03 00:50:30,094 [bump_version] DEBUG bumped version:2.1.1-dev.3 [2022-06-03T00:50:30.160Z] 2022-06-03 00:50:30,094 [write_version] DEBUG write version:2.1.1-dev.3 to path:/w/workspace/app-service-configurable_jakarta/.semver/jakarta with force:True [2022-06-03T00:50:30.160Z] 2022-06-03 00:50:30,094 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta [2022-06-03T00:50:30.160Z] 2022-06-03 00:50:30,094 [write_file] DEBUG write to file:/w/workspace/app-service-configurable_jakarta/.semver/jakarta [2022-06-03T00:50:30.160Z] 2022-06-03 00:50:30,096 [execute] INFO git cat-file --batch-check [2022-06-03T00:50:30.160Z] 2022-06-03 00:50:30,097 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/app-service-configurable_jakarta/.semver, universal_newlines=False, shell=None, istream=) [2022-06-03T00:50:30.160Z] 2022-06-03 00:50:30,102 [execute] INFO git cat-file --batch [2022-06-03T00:50:30.160Z] 2022-06-03 00:50:30,102 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/app-service-configurable_jakarta/.semver, universal_newlines=False, shell=None, istream=) [2022-06-03T00:50:30.160Z] 2022-06-03 00:50:30,107 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta [2022-06-03T00:50:30.160Z] 2.1.1-dev.3 [Pipeline] } [2022-06-03T00:50:30.193Z] $ docker exec --env ******** --env ******** cc2e076947acafd3214261127cbb44c6890667ca4d7e6bb2c5a08c8fc78100cb ssh-agent -k [2022-06-03T00:50:30.309Z] unset SSH_AUTH_SOCK; [2022-06-03T00:50:30.309Z] unset SSH_AGENT_PID; [2022-06-03T00:50:30.309Z] echo Agent pid 42 killed; [2022-06-03T00:50:30.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-03T00:50:30.609Z] + git semver [Pipeline] } [2022-06-03T00:50:30.907Z] $ docker stop --time=1 cc2e076947acafd3214261127cbb44c6890667ca4d7e6bb2c5a08c8fc78100cb [2022-06-03T00:50:32.229Z] $ docker rm -f cc2e076947acafd3214261127cbb44c6890667ca4d7e6bb2c5a08c8fc78100cb [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-03T00:50:32.565Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-03T00:50:32.565Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:50:32.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-03T00:50:32.872Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:50:32.950Z] prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container [2022-06-03T00:50:33.008Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-06-03T00:50:33.419Z] $ docker top 0ed4a32fc2d098e70b1e84a427655a0152803f4d2bf78949ccc0019e24428bcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-03T00:50:33.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-03T00:50:33.500Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-03T00:50:33.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-03T00:50:33.656Z] $ docker exec 0ed4a32fc2d098e70b1e84a427655a0152803f4d2bf78949ccc0019e24428bcc ssh-agent [2022-06-03T00:50:33.765Z] SSH_AUTH_SOCK=/tmp/ssh-8MKrWYEnBnTf/agent.34 [2022-06-03T00:50:33.765Z] SSH_AGENT_PID=40 [2022-06-03T00:50:33.779Z] Running ssh-add (command line suppressed) [2022-06-03T00:50:33.900Z] Identity added: /w/workspace/app-service-configurable_jakarta@tmp/private_key_7190143346549446132.key (/w/workspace/app-service-configurable_jakarta@tmp/private_key_7190143346549446132.key) [2022-06-03T00:50:33.899Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-03T00:50:34.223Z] + git semver push [2022-06-03T00:50:34.484Z] 2022-06-03 00:50:34,438 [run_push] DEBUG push [2022-06-03T00:50:34.484Z] 2022-06-03 00:50:34,438 [execute] INFO git cat-file --batch-check [2022-06-03T00:50:34.484Z] 2022-06-03 00:50:34,439 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/app-service-configurable_jakarta/.semver, universal_newlines=False, shell=None, istream=) [2022-06-03T00:50:34.484Z] 2022-06-03 00:50:34,442 [execute] INFO git rev-list b3d5ffd43ff7b01d65c98e65875aa59172cdb8bf -- [2022-06-03T00:50:34.484Z] 2022-06-03 00:50:34,442 [execute] DEBUG Popen(['git', 'rev-list', 'b3d5ffd43ff7b01d65c98e65875aa59172cdb8bf', '--'], cwd=/w/workspace/app-service-configurable_jakarta/.semver, universal_newlines=False, shell=None, istream=None) [2022-06-03T00:50:34.484Z] 2022-06-03 00:50:34,451 [execute] INFO git fetch -v origin [2022-06-03T00:50:34.484Z] 2022-06-03 00:50:34,452 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/app-service-configurable_jakarta/.semver, universal_newlines=True, shell=None, istream=None) [2022-06-03T00:50:35.059Z] 2022-06-03 00:50:34,906 [run_push] DEBUG no remote changes detected [2022-06-03T00:50:35.059Z] 2022-06-03 00:50:34,906 [execute] INFO git push origin semver [2022-06-03T00:50:35.059Z] 2022-06-03 00:50:34,907 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/app-service-configurable_jakarta/.semver, universal_newlines=False, shell=None, istream=None) [2022-06-03T00:50:35.629Z] 2022-06-03 00:50:35,583 [run_push] DEBUG push all version tags [2022-06-03T00:50:35.629Z] 2022-06-03 00:50:35,583 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-06-03T00:50:35.629Z] 2022-06-03 00:50:35,583 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/app-service-configurable_jakarta, universal_newlines=False, shell=None, istream=None) [2022-06-03T00:50:36.570Z] 2022-06-03 00:50:36,253 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta [2022-06-03T00:50:36.570Z] 2.1.1-dev.3 [Pipeline] } [2022-06-03T00:50:36.601Z] $ docker exec --env ******** --env ******** 0ed4a32fc2d098e70b1e84a427655a0152803f4d2bf78949ccc0019e24428bcc ssh-agent -k [2022-06-03T00:50:36.716Z] unset SSH_AUTH_SOCK; [2022-06-03T00:50:36.716Z] unset SSH_AGENT_PID; [2022-06-03T00:50:36.716Z] echo Agent pid 40 killed; [2022-06-03T00:50:36.710Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-03T00:50:37.019Z] + git semver [Pipeline] } [2022-06-03T00:50:37.314Z] $ docker stop --time=1 0ed4a32fc2d098e70b1e84a427655a0152803f4d2bf78949ccc0019e24428bcc [2022-06-03T00:50:38.599Z] $ docker rm -f 0ed4a32fc2d098e70b1e84a427655a0152803f4d2bf78949ccc0019e24428bcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 [2022-06-03T00:50:39.101Z] + [ -d /w/workspace/app-service-configurable_jakarta/archives ] [2022-06-03T00:50:39.101Z] + ls -al /w/workspace/app-service-configurable_jakarta/archives [2022-06-03T00:50:39.101Z] total 16 [2022-06-03T00:50:39.101Z] drwxr-xr-x 3 root root 4096 Jun 3 00:38 . [2022-06-03T00:50:39.101Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 3 00:50 .. [2022-06-03T00:50:39.101Z] drwxr-xr-x 2 root root 4096 Jun 3 00:38 cost [2022-06-03T00:50:39.101Z] -rw-r--r-- 1 root root 96 Jun 3 00:38 cost.csv [2022-06-03T00:50:39.101Z] + sudo chown -R jenkins:jenkins /w/workspace/app-service-configurable_jakarta/archives [2022-06-03T00:50:39.101Z] + ls -al /w/workspace/app-service-configurable_jakarta/archives [2022-06-03T00:50:39.101Z] total 16 [2022-06-03T00:50:39.101Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 3 00:38 . [2022-06-03T00:50:39.101Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 3 00:50 .. [2022-06-03T00:50:39.101Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 3 00:38 cost [2022-06-03T00:50:39.101Z] -rw-r--r-- 1 jenkins jenkins 96 Jun 3 00:38 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:50:39.399Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:50:40.263Z] ---> package-listing.sh [2022-06-03T00:50:40.263Z] ++ facter osfamily [2022-06-03T00:50:40.263Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-03T00:50:40.522Z] + OS_FAMILY=debian [2022-06-03T00:50:40.522Z] + workspace=/w/workspace/app-service-configurable_jakarta [2022-06-03T00:50:40.522Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-03T00:50:40.522Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-03T00:50:40.522Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-03T00:50:40.522Z] + PACKAGES=/tmp/packages_start.txt [2022-06-03T00:50:40.522Z] + '[' /w/workspace/app-service-configurable_jakarta ']' [2022-06-03T00:50:40.522Z] + PACKAGES=/tmp/packages_end.txt [2022-06-03T00:50:40.522Z] + case "${OS_FAMILY}" in [2022-06-03T00:50:40.522Z] + dpkg -l [2022-06-03T00:50:40.522Z] + grep '^ii' [2022-06-03T00:50:40.522Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-03T00:50:40.522Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-03T00:50:40.522Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-03T00:50:40.522Z] + '[' /w/workspace/app-service-configurable_jakarta ']' [2022-06-03T00:50:40.522Z] + mkdir -p /w/workspace/app-service-configurable_jakarta/archives/ [2022-06-03T00:50:40.522Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/app-service-configurable_jakarta/archives/ [Pipeline] echo [2022-06-03T00:50:40.532Z] 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_jakarta/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-06-03T00:50:40.816Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T00:50:41.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-03T00:50:41.377Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T00:50:41.457Z] prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container [2022-06-03T00:50:41.516Z] $ 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_jakarta/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_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-03T00:50:41.775Z] $ docker top cd104e22705e51b6e85354388671cc11b7c6664600c55bdd7de460b5101574cd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T00:50:42.113Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-03T00:50:42.396Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-03T00:50:42.687Z] + ls /var/log/sa-host [2022-06-03T00:50:42.687Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-03T00:50:42.752Z] provisioning config files... [2022-06-03T00:50:42.763Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/app-service-configurable_jakarta@tmp/config6474877483255040371tmp [Pipeline] { [Pipeline] echo [2022-06-03T00:50:42.780Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:50:43.068Z] ---> create-netrc.sh [Pipeline] } [2022-06-03T00:50:43.078Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:50:43.399Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-03T00:50:43.407Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:50:43.695Z] ---> sudo-logs.sh [2022-06-03T00:50:43.695Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-03T00:50:43.717Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:50:44.004Z] ---> job-cost.sh [2022-06-03T00:50:44.004Z] lf-activate-venv: SKIPPING [2022-06-03T00:50:44.004Z] DEBUG: total: 0.2199999988079071 [2022-06-03T00:50:44.004Z] INFO: Retrieving Stack Cost... [2022-06-03T00:50:44.576Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-03T00:50:45.151Z] INFO: Archiving Costs [Pipeline] echo [2022-06-03T00:50:45.164Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T00:50:45.448Z] ---> logs-deploy.sh [2022-06-03T00:50:45.448Z] lf-activate-venv: SKIPPING [2022-06-03T00:50:45.448Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/jakarta/4 [2022-06-03T00:50:45.448Z] INFO: archiving workspace using pattern(s): [2022-06-03T00:50:46.386Z] Archives upload complete. [2022-06-03T00:50:46.386Z] INFO: archiving logs to Nexus