Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 354093ed76bafc9ccf1014354cec2dcad1025761 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-ssh11885086942394459451.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-ssh5286524509939114129.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/main/workspace@libs/edgex-global-pipelines/.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/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7906889872043560742.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 shared 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-ssh13867726835076402879.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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/main/workspace@libs/lf-pipelines/.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/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh16385827946768490393.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-64417 in /w/workspace/ry_app-service-configurable_main [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/ry_app-service-configurable_main # 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 354093ed76bafc9ccf1014354cec2dcad1025761 (main) > 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 354093ed76bafc9ccf1014354cec2dcad1025761 # timeout=10 Commit message: "fix: Correctly set the App and SDK versions when building the binary (#424)" > git rev-list --no-walk 1aebe0375d702ec5557b529d86506036d5612df5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-23T22:21:39.912Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-23T22:21:39.973Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-23T22:21:39.993Z] ========================================================= [2022-05-23T22:21:39.993Z] EdgeX Global Pipelines Version Info [2022-05-23T22:21:39.993Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:21:40.764Z] ------------------- [2022-05-23T22:21:40.764Z] stable info: [2022-05-23T22:21:40.764Z] ------------------- [2022-05-23T22:21:40.764Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-23T22:21:40.764Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-23T22:21:40.764Z] Message: update stable to v1.0.230 [2022-05-23T22:21:41.335Z] ------------------- [2022-05-23T22:21:41.335Z] experimental info: [2022-05-23T22:21:41.335Z] ------------------- [2022-05-23T22:21:41.335Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-23T22:21:41.335Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-23T22:21:41.335Z] Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-23T22:21:41.480Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-05-23T22:21:41.500Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-05-23T22:21:41.518Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-23T22:21:41.537Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-23T22:21:41.549Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-23T22:21:41.561Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-23T22:21:41.579Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-23T22:21:41.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-23T22:21:41.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-23T22:21:41.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-23T22:21:41.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-23T22:21:41.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-05-23T22:21:41.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-23T22:21:41.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-23T22:21:41.670Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-23T22:21:41.679Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-23T22:21:41.688Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-23T22:21:41.697Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-23T22:21:41.706Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-23T22:21:41.717Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-23T22:21:41.736Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-23T22:21:41.747Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-23T22:21:41.761Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-23T22:21:41.781Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-23T22:21:41.798Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-23T22:21:41.809Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-23T22:21:41.825Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-05-23T22:21:41.838Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-05-23T22:21:41.851Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-05-23T22:21:41.866Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 354093ed76bafc9ccf1014354cec2dcad1025761 [Pipeline] echo [2022-05-23T22:21:41.877Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 354093e [Pipeline] echo [2022-05-23T22:21:41.892Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T22:21:41.932Z] provisioning config files... [2022-05-23T22:21:41.948Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5628860252520437221tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:21:42.261Z] ---> docker-login.sh [2022-05-23T22:21:42.261Z] nexus3.edgexfoundry.org:10001 [2022-05-23T22:21:42.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:21:42.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:21:42.790Z] Configure a credential helper to remove this warning. See [2022-05-23T22:21:42.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:21:42.790Z] [2022-05-23T22:21:42.790Z] Login Succeeded [2022-05-23T22:21:42.790Z] nexus3.edgexfoundry.org:10002 [2022-05-23T22:21:42.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:21:42.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:21:42.790Z] Configure a credential helper to remove this warning. See [2022-05-23T22:21:42.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:21:42.790Z] [2022-05-23T22:21:42.790Z] Login Succeeded [2022-05-23T22:21:42.790Z] nexus3.edgexfoundry.org:10003 [2022-05-23T22:21:43.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:21:43.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:21:43.052Z] Configure a credential helper to remove this warning. See [2022-05-23T22:21:43.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:21:43.052Z] [2022-05-23T22:21:43.052Z] Login Succeeded [2022-05-23T22:21:43.052Z] nexus3.edgexfoundry.org:10004 [2022-05-23T22:21:43.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:21:43.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:21:43.052Z] Configure a credential helper to remove this warning. See [2022-05-23T22:21:43.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:21:43.052Z] [2022-05-23T22:21:43.052Z] Login Succeeded [2022-05-23T22:21:43.052Z] docker.io [2022-05-23T22:21:43.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:21:43.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:21:43.575Z] Configure a credential helper to remove this warning. See [2022-05-23T22:21:43.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:21:43.575Z] [2022-05-23T22:21:43.575Z] Login Succeeded [2022-05-23T22:21:43.575Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T22:21:43.584Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-23T22:21:43.958Z] + git rev-list -1 --merges 354093ed76bafc9ccf1014354cec2dcad1025761~1..354093ed76bafc9ccf1014354cec2dcad1025761 [Pipeline] echo [2022-05-23T22:21:44.093Z] -----------> git rev-list -1 --merges 354093ed76bafc9ccf1014354cec2dcad1025761~1..354093ed76bafc9ccf1014354cec2dcad1025761 354093ed76bafc9ccf1014354cec2dcad1025761 [false] [Pipeline] sh [2022-05-23T22:21:44.386Z] + git log --format=format:%s -1 354093ed76bafc9ccf1014354cec2dcad1025761 [Pipeline] echo [2022-05-23T22:21:44.404Z] ========================================================= [2022-05-23T22:21:44.404Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-23T22:21:44.404Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-23T22:21:44.747Z] + git log --format=format:%s -1 354093ed76bafc9ccf1014354cec2dcad1025761 [Pipeline] echo [2022-05-23T22:21:44.761Z] [semverPrep] GIT_COMMIT: 354093ed76bafc9ccf1014354cec2dcad1025761, Commit Message: fix: Correctly set the App and SDK versions when building the binary (#424) [Pipeline] echo [2022-05-23T22:21:44.771Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-23T22:21:45.216Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T22:21:45.216Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-23T22:21:45.216Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-23T22:21:45.216Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-23T22:21:45.216Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-23T22:21:45.216Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-23T22:21:45.216Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:21:45.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T22:21:45.652Z] [2022-05-23T22:21:45.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:21:45.958Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T22:21:45.958Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-23T22:21:45.958Z] 1fe172e4850f: Pulling fs layer [2022-05-23T22:21:45.958Z] caf521ccaac6: Pulling fs layer [2022-05-23T22:21:45.958Z] 3ead6fa29328: Pulling fs layer [2022-05-23T22:21:45.958Z] 5c2a1cbceb83: Pulling fs layer [2022-05-23T22:21:45.958Z] a8d5f1318db7: Pulling fs layer [2022-05-23T22:21:45.958Z] c427282e49a2: Pulling fs layer [2022-05-23T22:21:45.958Z] 1827001aaf11: Pulling fs layer [2022-05-23T22:21:45.958Z] 0714d37db230: Pulling fs layer [2022-05-23T22:21:45.958Z] ac28cf19c067: Pulling fs layer [2022-05-23T22:21:45.958Z] ca983d60f3e2: Pulling fs layer [2022-05-23T22:21:45.958Z] 9f894cec8388: Pulling fs layer [2022-05-23T22:21:45.958Z] c427282e49a2: Waiting [2022-05-23T22:21:45.958Z] ac28cf19c067: Waiting [2022-05-23T22:21:45.958Z] ca983d60f3e2: Waiting [2022-05-23T22:21:45.958Z] 9f894cec8388: Waiting [2022-05-23T22:21:45.958Z] 1827001aaf11: Waiting [2022-05-23T22:21:45.958Z] 5c2a1cbceb83: Waiting [2022-05-23T22:21:45.958Z] 0714d37db230: Waiting [2022-05-23T22:21:45.958Z] a8d5f1318db7: Waiting [2022-05-23T22:21:45.958Z] caf521ccaac6: Download complete [2022-05-23T22:21:45.958Z] 5c2a1cbceb83: Verifying Checksum [2022-05-23T22:21:45.958Z] 5c2a1cbceb83: Download complete [2022-05-23T22:21:46.218Z] a8d5f1318db7: Verifying Checksum [2022-05-23T22:21:46.218Z] a8d5f1318db7: Download complete [2022-05-23T22:21:46.218Z] 3ead6fa29328: Verifying Checksum [2022-05-23T22:21:46.218Z] 3ead6fa29328: Download complete [2022-05-23T22:21:46.218Z] c427282e49a2: Download complete [2022-05-23T22:21:46.218Z] 0714d37db230: Download complete [2022-05-23T22:21:46.218Z] ac28cf19c067: Verifying Checksum [2022-05-23T22:21:46.218Z] ac28cf19c067: Download complete [2022-05-23T22:21:46.218Z] ca983d60f3e2: Download complete [2022-05-23T22:21:46.218Z] 9f894cec8388: Verifying Checksum [2022-05-23T22:21:46.218Z] 9f894cec8388: Download complete [2022-05-23T22:21:46.218Z] 1fe172e4850f: Verifying Checksum [2022-05-23T22:21:46.218Z] 1fe172e4850f: Download complete [2022-05-23T22:21:46.481Z] 1827001aaf11: Verifying Checksum [2022-05-23T22:21:46.481Z] 1827001aaf11: Download complete [2022-05-23T22:21:47.871Z] 1fe172e4850f: Pull complete [2022-05-23T22:21:47.871Z] caf521ccaac6: Pull complete [2022-05-23T22:21:48.443Z] 3ead6fa29328: Pull complete [2022-05-23T22:21:48.443Z] 5c2a1cbceb83: Pull complete [2022-05-23T22:21:48.705Z] a8d5f1318db7: Pull complete [2022-05-23T22:21:48.967Z] c427282e49a2: Pull complete [2022-05-23T22:21:50.878Z] 1827001aaf11: Pull complete [2022-05-23T22:21:50.878Z] 0714d37db230: Pull complete [2022-05-23T22:21:51.141Z] ac28cf19c067: Pull complete [2022-05-23T22:21:51.141Z] ca983d60f3e2: Pull complete [2022-05-23T22:21:51.141Z] 9f894cec8388: Pull complete [2022-05-23T22:21:51.141Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-23T22:21:51.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T22:21:51.141Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-23T22:21:51.225Z] prd-ubuntu20.04-docker-8c-8g-64417 does not seem to be running inside a container [2022-05-23T22:21:51.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-23T22:21:52.682Z] $ docker top ccdf31c7c922fc8c28116f64be736f57e6b175802f7e70fef7f417fe07fb51dc -eo pid,comm [2022-05-23T22:21:52.763Z] 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-05-23T22:21:52.763Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T22:21:52.802Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T22:21:52.802Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T22:21:52.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T22:21:52.939Z] $ docker exec ccdf31c7c922fc8c28116f64be736f57e6b175802f7e70fef7f417fe07fb51dc ssh-agent [2022-05-23T22:21:53.064Z] SSH_AUTH_SOCK=/tmp/ssh-CFLDB9r5FI6o/agent.34 [2022-05-23T22:21:53.064Z] SSH_AGENT_PID=40 [2022-05-23T22:21:53.072Z] Running ssh-add (command line suppressed) [2022-05-23T22:21:53.178Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6157117824510846293.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6157117824510846293.key) [2022-05-23T22:21:53.196Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T22:21:53.486Z] + git tag --points-at HEAD [Pipeline] } [2022-05-23T22:21:53.497Z] $ docker exec --env ******** --env ******** ccdf31c7c922fc8c28116f64be736f57e6b175802f7e70fef7f417fe07fb51dc ssh-agent -k [2022-05-23T22:21:53.609Z] unset SSH_AUTH_SOCK; [2022-05-23T22:21:53.609Z] unset SSH_AGENT_PID; [2022-05-23T22:21:53.609Z] echo Agent pid 40 killed; [2022-05-23T22:21:53.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-23T22:21:53.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T22:21:53.653Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T22:21:53.787Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T22:21:53.787Z] $ docker exec ccdf31c7c922fc8c28116f64be736f57e6b175802f7e70fef7f417fe07fb51dc ssh-agent [2022-05-23T22:21:53.922Z] SSH_AUTH_SOCK=/tmp/ssh-TKFXz3jawMOg/agent.73 [2022-05-23T22:21:53.922Z] SSH_AGENT_PID=79 [2022-05-23T22:21:53.929Z] Running ssh-add (command line suppressed) [2022-05-23T22:21:54.052Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5587357998793126855.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5587357998793126855.key) [2022-05-23T22:21:54.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T22:21:54.366Z] + git semver init [2022-05-23T22:21:54.626Z] 2022-05-23 22:21:54,588 [run_init] DEBUG init version:0.0.0 force:False [2022-05-23T22:21:54.626Z] 2022-05-23 22:21:54,588 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2022-05-23T22:21:54.626Z] 2022-05-23 22:21:54,589 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2022-05-23T22:21:54.626Z] 2022-05-23 22:21:54,589 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2022-05-23T22:21:55.575Z] 2022-05-23 22:21:55,260 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2022-05-23T22:21:55.575Z] 2022-05-23 22:21:55,262 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2022-05-23T22:21:55.575Z] 2022-05-23 22:21:55,262 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-05-23T22:21:55.575Z] 2022-05-23 22:21:55,262 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-05-23T22:21:55.575Z] 2.2.1-dev.1 [Pipeline] } [2022-05-23T22:21:55.584Z] $ docker exec --env ******** --env ******** ccdf31c7c922fc8c28116f64be736f57e6b175802f7e70fef7f417fe07fb51dc ssh-agent -k [2022-05-23T22:21:55.702Z] unset SSH_AUTH_SOCK; [2022-05-23T22:21:55.703Z] unset SSH_AGENT_PID; [2022-05-23T22:21:55.703Z] echo Agent pid 79 killed; [2022-05-23T22:21:55.720Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T22:21:56.033Z] + git semver [Pipeline] } [2022-05-23T22:21:56.307Z] $ docker stop --time=1 ccdf31c7c922fc8c28116f64be736f57e6b175802f7e70fef7f417fe07fb51dc [2022-05-23T22:21:57.647Z] $ docker rm -f ccdf31c7c922fc8c28116f64be736f57e6b175802f7e70fef7f417fe07fb51dc [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T22:21:58.003Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-23T22:21:58.246Z] Stashed 1 file(s) [Pipeline] echo [2022-05-23T22:21:58.249Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.1 [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-05-23T22:21:58.402Z] provisioning config files... [2022-05-23T22:21:58.413Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3438662206933652701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:21:58.751Z] ---> docker-login.sh [2022-05-23T22:21:58.751Z] nexus3.edgexfoundry.org:10001 [2022-05-23T22:21:58.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:21:58.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:21:58.751Z] Configure a credential helper to remove this warning. See [2022-05-23T22:21:58.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:21:58.751Z] [2022-05-23T22:21:58.751Z] Login Succeeded [2022-05-23T22:21:58.751Z] nexus3.edgexfoundry.org:10002 [2022-05-23T22:21:58.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:21:59.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:21:59.013Z] Configure a credential helper to remove this warning. See [2022-05-23T22:21:59.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:21:59.013Z] [2022-05-23T22:21:59.013Z] Login Succeeded [2022-05-23T22:21:59.013Z] nexus3.edgexfoundry.org:10003 [2022-05-23T22:21:59.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:21:59.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:21:59.013Z] Configure a credential helper to remove this warning. See [2022-05-23T22:21:59.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:21:59.013Z] [2022-05-23T22:21:59.013Z] Login Succeeded [2022-05-23T22:21:59.013Z] nexus3.edgexfoundry.org:10004 [2022-05-23T22:21:59.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:21:59.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:21:59.276Z] Configure a credential helper to remove this warning. See [2022-05-23T22:21:59.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:21:59.276Z] [2022-05-23T22:21:59.276Z] Login Succeeded [2022-05-23T22:21:59.276Z] docker.io [2022-05-23T22:21:59.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:21:59.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:21:59.537Z] Configure a credential helper to remove this warning. See [2022-05-23T22:21:59.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:21:59.537Z] [2022-05-23T22:21:59.537Z] Login Succeeded [2022-05-23T22:21:59.537Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T22:21:59.545Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-23T22:21:59.610Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T22:21:59.623Z] ========================================================= [2022-05-23T22:21:59.623Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-23T22:21:59.623Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:21:59.934Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-23T22:21:59.934Z] Sending build context to Docker daemon 3.071MB [2022-05-23T22:21:59.934Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-05-23T22:21:59.934Z] Step 2/13 : FROM ${BASE} AS builder [2022-05-23T22:21:59.934Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-23T22:21:59.934Z] 59bf1c3509f3: Pulling fs layer [2022-05-23T22:21:59.934Z] 666ba61612fd: Pulling fs layer [2022-05-23T22:21:59.934Z] 8ed8ca486205: Pulling fs layer [2022-05-23T22:21:59.934Z] 4fe6c5a15a65: Pulling fs layer [2022-05-23T22:21:59.934Z] 22a0e8bec74d: Pulling fs layer [2022-05-23T22:21:59.934Z] ca2b28591e48: Pulling fs layer [2022-05-23T22:21:59.934Z] a51346096db8: Pulling fs layer [2022-05-23T22:21:59.934Z] daebc70d1ce1: Pulling fs layer [2022-05-23T22:21:59.934Z] 0e18a0eac166: Pulling fs layer [2022-05-23T22:21:59.934Z] 4fe6c5a15a65: Waiting [2022-05-23T22:21:59.934Z] 22a0e8bec74d: Waiting [2022-05-23T22:21:59.934Z] daebc70d1ce1: Waiting [2022-05-23T22:21:59.934Z] 0e18a0eac166: Waiting [2022-05-23T22:21:59.934Z] a51346096db8: Waiting [2022-05-23T22:21:59.934Z] ca2b28591e48: Waiting [2022-05-23T22:21:59.934Z] 8ed8ca486205: Verifying Checksum [2022-05-23T22:21:59.934Z] 8ed8ca486205: Download complete [2022-05-23T22:21:59.934Z] 666ba61612fd: Download complete [2022-05-23T22:21:59.934Z] 22a0e8bec74d: Verifying Checksum [2022-05-23T22:21:59.934Z] 22a0e8bec74d: Download complete [2022-05-23T22:21:59.934Z] ca2b28591e48: Verifying Checksum [2022-05-23T22:21:59.934Z] ca2b28591e48: Download complete [2022-05-23T22:21:59.934Z] 59bf1c3509f3: Verifying Checksum [2022-05-23T22:21:59.934Z] 59bf1c3509f3: Download complete [2022-05-23T22:21:59.934Z] a51346096db8: Download complete [2022-05-23T22:22:00.195Z] daebc70d1ce1: Verifying Checksum [2022-05-23T22:22:00.195Z] daebc70d1ce1: Download complete [2022-05-23T22:22:00.195Z] 59bf1c3509f3: Pull complete [2022-05-23T22:22:00.456Z] 666ba61612fd: Pull complete [2022-05-23T22:22:00.456Z] 8ed8ca486205: Pull complete [2022-05-23T22:22:00.718Z] 0e18a0eac166: Verifying Checksum [2022-05-23T22:22:00.718Z] 0e18a0eac166: Download complete [2022-05-23T22:22:00.978Z] 4fe6c5a15a65: Verifying Checksum [2022-05-23T22:22:00.978Z] 4fe6c5a15a65: Download complete [2022-05-23T22:22:05.181Z] 4fe6c5a15a65: Pull complete [2022-05-23T22:22:05.181Z] 22a0e8bec74d: Pull complete [2022-05-23T22:22:05.181Z] ca2b28591e48: Pull complete [2022-05-23T22:22:05.181Z] a51346096db8: Pull complete [2022-05-23T22:22:05.181Z] daebc70d1ce1: Pull complete [2022-05-23T22:22:07.722Z] 0e18a0eac166: Pull complete [2022-05-23T22:22:07.722Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-23T22:22:07.722Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-23T22:22:07.722Z] ---> f018257e8ee9 [2022-05-23T22:22:07.722Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-05-23T22:22:09.104Z] ---> Running in b1b5380607ab [2022-05-23T22:22:09.104Z] Removing intermediate container b1b5380607ab [2022-05-23T22:22:09.104Z] ---> f7b0c1e849ad [2022-05-23T22:22:09.104Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-05-23T22:22:09.104Z] ---> Running in 2bcf45335bda [2022-05-23T22:22:09.104Z] Removing intermediate container 2bcf45335bda [2022-05-23T22:22:09.104Z] ---> 38d6b93b80b6 [2022-05-23T22:22:09.104Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-23T22:22:09.364Z] ---> Running in 20a2a4817f53 [2022-05-23T22:22:09.364Z] Removing intermediate container 20a2a4817f53 [2022-05-23T22:22:09.364Z] ---> 8f01da86c1d6 [2022-05-23T22:22:09.364Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T22:22:09.364Z] ---> Running in 29b089afe909 [2022-05-23T22:22:09.936Z] Removing intermediate container 29b089afe909 [2022-05-23T22:22:09.936Z] ---> 378055c4987d [2022-05-23T22:22:09.936Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-23T22:22:09.936Z] ---> Running in ccd178da0f1d [2022-05-23T22:22:10.508Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T22:22:11.082Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T22:22:11.342Z] OK: 221 MiB in 52 packages [2022-05-23T22:22:11.913Z] Removing intermediate container ccd178da0f1d [2022-05-23T22:22:11.913Z] ---> dd713e1fe7c6 [2022-05-23T22:22:11.913Z] Step 8/13 : WORKDIR /app [2022-05-23T22:22:11.913Z] ---> Running in 6f679070d7ce [2022-05-23T22:22:11.913Z] Removing intermediate container 6f679070d7ce [2022-05-23T22:22:11.913Z] ---> d6045417cd30 [2022-05-23T22:22:11.913Z] Step 9/13 : COPY go.mod vendor* ./ [2022-05-23T22:22:12.172Z] ---> 30805246484e [2022-05-23T22:22:12.172Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T22:22:12.172Z] ---> Running in 6f868fff6085 [2022-05-23T22:22:13.369Z] Still waiting to schedule task [2022-05-23T22:22:13.369Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-05-23T22:22:34.146Z] Removing intermediate container 6f868fff6085 [2022-05-23T22:22:34.146Z] ---> b54a6f12f92e [2022-05-23T22:22:34.146Z] Step 11/13 : COPY . . [2022-05-23T22:22:34.146Z] ---> a02ee55eb001 [2022-05-23T22:22:34.146Z] Step 12/13 : ARG MAKE="make build" [2022-05-23T22:22:34.146Z] ---> Running in e85abac5dcf1 [2022-05-23T22:22:34.146Z] Removing intermediate container e85abac5dcf1 [2022-05-23T22:22:34.146Z] ---> 09912d082843 [2022-05-23T22:22:34.146Z] Step 13/13 : RUN $MAKE [2022-05-23T22:22:34.146Z] ---> Running in 1444ab212312 [2022-05-23T22:22:34.146Z] noop [2022-05-23T22:22:34.146Z] Removing intermediate container 1444ab212312 [2022-05-23T22:22:34.146Z] ---> c25aa4d2bf3c [2022-05-23T22:22:34.146Z] Successfully built c25aa4d2bf3c [2022-05-23T22:22:34.146Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:22:34.443Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-23T22:22:34.443Z] . [Pipeline] withDockerContainer [2022-05-23T22:22:34.513Z] prd-ubuntu20.04-docker-8c-8g-64417 does not seem to be running inside a container [2022-05-23T22:22:34.559Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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-x86_64 cat [2022-05-23T22:22:34.996Z] $ docker top 01b501b0f2ce3ec86ad83c5ad52ff231d8ac8cd28c6e830389f818b30ee74d8a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T22:22:35.369Z] + go version [2022-05-23T22:22:35.369Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-23T22:22:35.392Z] $ docker stop --time=1 01b501b0f2ce3ec86ad83c5ad52ff231d8ac8cd28c6e830389f818b30ee74d8a [2022-05-23T22:22:36.716Z] $ docker rm -f 01b501b0f2ce3ec86ad83c5ad52ff231d8ac8cd28c6e830389f818b30ee74d8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:22:37.124Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-23T22:22:37.124Z] . [Pipeline] withDockerContainer [2022-05-23T22:22:37.196Z] prd-ubuntu20.04-docker-8c-8g-64417 does not seem to be running inside a container [2022-05-23T22:22:37.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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-x86_64 cat [2022-05-23T22:22:37.672Z] $ docker top 0e3a3c23fabaab865a599f2c767fadd60cfbac3dc093c9af1f392f2af76f8e2b -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-23T22:22:38.050Z] + make test [2022-05-23T22:22:38.050Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-05-23T22:22:48.105Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-05-23T22:22:48.105Z] CGO_ENABLED=1 go vet ./... [2022-05-23T22:22:52.314Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-23T22:22:52.314Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-23T22:22:52.314Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-23T22:22:52.899Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-23T22:22:52.924Z] $ docker stop --time=1 0e3a3c23fabaab865a599f2c767fadd60cfbac3dc093c9af1f392f2af76f8e2b [2022-05-23T22:22:54.653Z] $ docker rm -f 0e3a3c23fabaab865a599f2c767fadd60cfbac3dc093c9af1f392f2af76f8e2b [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T22:22:55.051Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-23T22:22:55.084Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-23T22:22:55.759Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-23T22:22:56.053Z] + ls -al . [2022-05-23T22:22:56.053Z] total 168 [2022-05-23T22:22:56.053Z] drwxrwxr-x 8 jenkins jenkins 4096 May 23 22:22 . [2022-05-23T22:22:56.053Z] drwxrwxr-x 4 jenkins jenkins 4096 May 23 22:21 .. [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 119 May 23 22:21 .dockerignore [2022-05-23T22:22:56.053Z] drwxrwxr-x 8 jenkins jenkins 4096 May 23 22:21 .git [2022-05-23T22:22:56.053Z] drwxrwxr-x 3 jenkins jenkins 4096 May 23 22:21 .github [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 104 May 23 22:21 .gitignore [2022-05-23T22:22:56.053Z] drwxr-xr-x 3 jenkins jenkins 4096 May 23 22:21 .semver [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 8695 May 23 22:21 Attribution.txt [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 27269 May 23 22:21 CHANGELOG.md [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 2087 May 23 22:21 Dockerfile [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 677 May 23 22:21 GOVERNANCE.md [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 688 May 23 22:21 Jenkinsfile [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 23 22:21 LICENSE [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 618 May 23 22:21 OWNERS.md [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 3718 May 23 22:21 README.md [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 11 May 23 22:21 VERSION [2022-05-23T22:22:56.053Z] drwxrwxr-x 2 jenkins jenkins 4096 May 23 22:21 bin [2022-05-23T22:22:56.053Z] -rw-r--r-- 1 jenkins jenkins 10 May 23 22:22 coverage.out [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 3222 May 23 22:21 go.mod [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 34558 May 23 22:21 go.sum [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 1949 May 23 22:21 main.go [2022-05-23T22:22:56.053Z] -rw-rw-r-- 1 jenkins jenkins 1972 May 23 22:21 makefile [2022-05-23T22:22:56.053Z] drwxrwxr-x 10 jenkins jenkins 4096 May 23 22:21 res [2022-05-23T22:22:56.053Z] drwxrwxr-x 3 jenkins jenkins 4096 May 23 22:21 snap [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:22:56.360Z] + 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=354093ed76bafc9ccf1014354cec2dcad1025761 --label arch=amd64 --label version=2.2.1-dev.1 . [2022-05-23T22:22:56.360Z] Sending build context to Docker daemon 3.072MB [2022-05-23T22:22:56.360Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-05-23T22:22:56.360Z] Step 2/27 : FROM ${BASE} AS builder [2022-05-23T22:22:56.360Z] ---> c25aa4d2bf3c [2022-05-23T22:22:56.360Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-05-23T22:22:56.360Z] ---> Running in 9c2959578a25 [2022-05-23T22:22:56.622Z] Removing intermediate container 9c2959578a25 [2022-05-23T22:22:56.622Z] ---> 41859bcbeb6f [2022-05-23T22:22:56.622Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-05-23T22:22:56.622Z] ---> Running in a54ed438f5a6 [2022-05-23T22:22:56.622Z] Removing intermediate container a54ed438f5a6 [2022-05-23T22:22:56.622Z] ---> 95afb8da85c7 [2022-05-23T22:22:56.622Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-23T22:22:56.622Z] ---> Running in 8045d3ab5248 [2022-05-23T22:22:56.883Z] Removing intermediate container 8045d3ab5248 [2022-05-23T22:22:56.883Z] ---> 3500814d0e7f [2022-05-23T22:22:56.883Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T22:22:56.883Z] ---> Running in 05f3efd94d21 [2022-05-23T22:22:57.451Z] Removing intermediate container 05f3efd94d21 [2022-05-23T22:22:57.451Z] ---> 62c0390290ec [2022-05-23T22:22:57.451Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-23T22:22:57.451Z] ---> Running in bfd0fff4ace7 [2022-05-23T22:22:57.710Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T22:22:58.655Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T22:22:59.234Z] OK: 221 MiB in 52 packages [2022-05-23T22:22:59.493Z] Removing intermediate container bfd0fff4ace7 [2022-05-23T22:22:59.493Z] ---> 43d760fb3921 [2022-05-23T22:22:59.493Z] Step 8/27 : WORKDIR /app [2022-05-23T22:22:59.493Z] ---> Running in d73aeb87fa99 [2022-05-23T22:22:59.493Z] Removing intermediate container d73aeb87fa99 [2022-05-23T22:22:59.493Z] ---> fb16ec9efd93 [2022-05-23T22:22:59.493Z] Step 9/27 : COPY go.mod vendor* ./ [2022-05-23T22:22:59.752Z] ---> 8915243c1023 [2022-05-23T22:22:59.752Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T22:22:59.752Z] ---> Running in 3dbd86ff82fa [2022-05-23T22:23:00.321Z] Removing intermediate container 3dbd86ff82fa [2022-05-23T22:23:00.321Z] ---> 385f9e849c25 [2022-05-23T22:23:00.321Z] Step 11/27 : COPY . . [2022-05-23T22:23:00.580Z] ---> fd6b371f2248 [2022-05-23T22:23:00.580Z] Step 12/27 : ARG MAKE="make build" [2022-05-23T22:23:00.841Z] ---> Running in 0ee3d821e5cc [2022-05-23T22:23:00.841Z] Removing intermediate container 0ee3d821e5cc [2022-05-23T22:23:00.841Z] ---> bd3ffb6b9870 [2022-05-23T22:23:00.841Z] Step 13/27 : RUN $MAKE [2022-05-23T22:23:00.841Z] ---> Running in ea31316636cb [2022-05-23T22:23:01.102Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.1-dev.1" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-05-23T22:23:23.074Z] Removing intermediate container ea31316636cb [2022-05-23T22:23:23.074Z] ---> bb93b5688e71 [2022-05-23T22:23:23.074Z] Step 14/27 : FROM alpine:3.14 [2022-05-23T22:23:23.074Z] 3.14: Pulling from library/alpine [2022-05-23T22:23:23.074Z] 8663204ce13b: Pulling fs layer [2022-05-23T22:23:23.074Z] 8663204ce13b: Verifying Checksum [2022-05-23T22:23:23.074Z] 8663204ce13b: Download complete [2022-05-23T22:23:23.074Z] 8663204ce13b: Pull complete [2022-05-23T22:23:23.074Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-23T22:23:23.074Z] Status: Downloaded newer image for alpine:3.14 [2022-05-23T22:23:23.074Z] ---> e04c818066af [2022-05-23T22:23:23.074Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-23T22:23:23.074Z] ---> Running in 76b1d3d9f94f [2022-05-23T22:23:23.074Z] Removing intermediate container 76b1d3d9f94f [2022-05-23T22:23:23.074Z] ---> 2517a0db5ae1 [2022-05-23T22:23:23.075Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-05-23T22:23:23.075Z] ---> Running in 3f79813e1827 [2022-05-23T22:23:23.075Z] Removing intermediate container 3f79813e1827 [2022-05-23T22:23:23.075Z] ---> 60c661714bab [2022-05-23T22:23:23.075Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-05-23T22:23:23.075Z] ---> Running in c4835366bc2e [2022-05-23T22:23:23.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T22:23:23.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T22:23:23.595Z] (1/7) Installing ca-certificates (20211220-r0) [2022-05-23T22:23:23.595Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-05-23T22:23:23.595Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-05-23T22:23:23.595Z] (4/7) Installing libsodium (1.0.18-r0) [2022-05-23T22:23:23.595Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-23T22:23:23.856Z] (6/7) Installing libzmq (4.3.4-r0) [2022-05-23T22:23:23.856Z] (7/7) Installing zeromq (4.3.4-r0) [2022-05-23T22:23:23.856Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T22:23:23.856Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T22:23:23.856Z] OK: 9 MiB in 21 packages [2022-05-23T22:23:24.426Z] Removing intermediate container c4835366bc2e [2022-05-23T22:23:24.426Z] ---> facabdf9fb99 [2022-05-23T22:23:24.426Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-05-23T22:23:24.426Z] ---> d3be6257fad3 [2022-05-23T22:23:24.426Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-05-23T22:23:24.686Z] ---> c604fe2113b1 [2022-05-23T22:23:24.686Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-05-23T22:23:24.686Z] ---> 02c7e433dd84 [2022-05-23T22:23:24.686Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-05-23T22:23:25.264Z] ---> e662d196ebb5 [2022-05-23T22:23:25.264Z] Step 22/27 : EXPOSE 48095 [2022-05-23T22:23:25.264Z] ---> Running in a4312f4aca65 [2022-05-23T22:23:25.264Z] Removing intermediate container a4312f4aca65 [2022-05-23T22:23:25.264Z] ---> 39390807b97d [2022-05-23T22:23:25.264Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-05-23T22:23:25.535Z] ---> Running in 0ca897673d1f [2022-05-23T22:23:25.535Z] Removing intermediate container 0ca897673d1f [2022-05-23T22:23:25.535Z] ---> 8720c1643020 [2022-05-23T22:23:25.535Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T22:23:25.535Z] ---> Running in c3357d354736 [2022-05-23T22:23:25.535Z] Removing intermediate container c3357d354736 [2022-05-23T22:23:25.535Z] ---> eb09be01b957 [2022-05-23T22:23:25.535Z] Step 25/27 : LABEL arch=amd64 [2022-05-23T22:23:25.795Z] ---> Running in 171b16ce255a [2022-05-23T22:23:25.795Z] Removing intermediate container 171b16ce255a [2022-05-23T22:23:25.795Z] ---> 3aa3fac811ed [2022-05-23T22:23:25.795Z] Step 26/27 : LABEL git_sha=354093ed76bafc9ccf1014354cec2dcad1025761 [2022-05-23T22:23:25.795Z] ---> Running in a1484d17c083 [2022-05-23T22:23:25.795Z] Removing intermediate container a1484d17c083 [2022-05-23T22:23:25.795Z] ---> f6a299c813a6 [2022-05-23T22:23:25.795Z] Step 27/27 : LABEL version=2.2.1-dev.1 [2022-05-23T22:23:26.055Z] ---> Running in e1c5793bf14d [2022-05-23T22:23:26.055Z] Removing intermediate container e1c5793bf14d [2022-05-23T22:23:26.055Z] ---> 02a27cae4411 [2022-05-23T22:23:26.055Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-23T22:23:26.055Z] Successfully built 02a27cae4411 [2022-05-23T22:23:26.055Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T22:23:26.136Z] provisioning config files... [2022-05-23T22:23:26.146Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7397560948002075558tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:23:26.443Z] ---> docker-login.sh [2022-05-23T22:23:26.443Z] nexus3.edgexfoundry.org:10001 [2022-05-23T22:23:26.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:23:26.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:23:26.443Z] Configure a credential helper to remove this warning. See [2022-05-23T22:23:26.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:23:26.443Z] [2022-05-23T22:23:26.443Z] Login Succeeded [2022-05-23T22:23:26.443Z] nexus3.edgexfoundry.org:10002 [2022-05-23T22:23:26.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:23:26.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:23:26.702Z] Configure a credential helper to remove this warning. See [2022-05-23T22:23:26.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:23:26.702Z] [2022-05-23T22:23:26.702Z] Login Succeeded [2022-05-23T22:23:26.702Z] nexus3.edgexfoundry.org:10003 [2022-05-23T22:23:26.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:23:26.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:23:26.702Z] Configure a credential helper to remove this warning. See [2022-05-23T22:23:26.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:23:26.702Z] [2022-05-23T22:23:26.702Z] Login Succeeded [2022-05-23T22:23:26.702Z] nexus3.edgexfoundry.org:10004 [2022-05-23T22:23:26.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:23:26.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:23:26.961Z] Configure a credential helper to remove this warning. See [2022-05-23T22:23:26.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:23:26.961Z] [2022-05-23T22:23:26.961Z] Login Succeeded [2022-05-23T22:23:26.961Z] docker.io [2022-05-23T22:23:26.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:23:27.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:23:27.221Z] Configure a credential helper to remove this warning. See [2022-05-23T22:23:27.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:23:27.221Z] [2022-05-23T22:23:27.221Z] Login Succeeded [2022-05-23T22:23:27.221Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T22:23:27.229Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T22:23:27.262Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T22:23:27.284Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-05-23T22:23:27.284Z] 354093ed76bafc9ccf1014354cec2dcad1025761 [2022-05-23T22:23:27.284Z] latest [2022-05-23T22:23:27.284Z] 2.2.1-dev.1 [2022-05-23T22:23:27.284Z] 354093ed76bafc9ccf1014354cec2dcad1025761-2.2.1-dev.1 [2022-05-23T22:23:27.284Z] main [2022-05-23T22:23:27.284Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:23:27.611Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:354093ed76bafc9ccf1014354cec2dcad1025761 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:23:27.904Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:354093ed76bafc9ccf1014354cec2dcad1025761 [2022-05-23T22:23:27.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-05-23T22:23:27.904Z] ad3d624c2e0c: Preparing [2022-05-23T22:23:27.904Z] 45dd6a657cd4: Preparing [2022-05-23T22:23:27.904Z] 26ffacf0e525: Preparing [2022-05-23T22:23:27.904Z] 1e748ae5996f: Preparing [2022-05-23T22:23:27.904Z] 69aeaa131fac: Preparing [2022-05-23T22:23:27.904Z] b541d28bf3b4: Preparing [2022-05-23T22:23:27.904Z] b541d28bf3b4: Waiting [2022-05-23T22:23:27.904Z] 45dd6a657cd4: Pushed [2022-05-23T22:23:27.904Z] 26ffacf0e525: Pushed [2022-05-23T22:23:27.904Z] 1e748ae5996f: Pushed [2022-05-23T22:23:27.904Z] b541d28bf3b4: Layer already exists [2022-05-23T22:23:28.163Z] 69aeaa131fac: Pushed [2022-05-23T22:23:30.081Z] ad3d624c2e0c: Pushed [2022-05-23T22:23:30.339Z] 354093ed76bafc9ccf1014354cec2dcad1025761: digest: sha256:572cda99dd3dce404ba0bb3bbd2387155f829c60a867c288c6fabb544be5c51e size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:23:30.637Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:23:30.923Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-05-23T22:23:30.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-05-23T22:23:30.924Z] ad3d624c2e0c: Preparing [2022-05-23T22:23:30.924Z] 45dd6a657cd4: Preparing [2022-05-23T22:23:30.924Z] 26ffacf0e525: Preparing [2022-05-23T22:23:30.924Z] 1e748ae5996f: Preparing [2022-05-23T22:23:30.924Z] 69aeaa131fac: Preparing [2022-05-23T22:23:30.924Z] b541d28bf3b4: Preparing [2022-05-23T22:23:30.924Z] b541d28bf3b4: Waiting [2022-05-23T22:23:30.924Z] 26ffacf0e525: Layer already exists [2022-05-23T22:23:30.924Z] 69aeaa131fac: Layer already exists [2022-05-23T22:23:30.924Z] 45dd6a657cd4: Layer already exists [2022-05-23T22:23:30.924Z] ad3d624c2e0c: Layer already exists [2022-05-23T22:23:30.924Z] 1e748ae5996f: Layer already exists [2022-05-23T22:23:30.924Z] b541d28bf3b4: Layer already exists [2022-05-23T22:23:30.924Z] latest: digest: sha256:572cda99dd3dce404ba0bb3bbd2387155f829c60a867c288c6fabb544be5c51e size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:23:31.220Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:23:31.521Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.1 [2022-05-23T22:23:31.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-05-23T22:23:31.521Z] ad3d624c2e0c: Preparing [2022-05-23T22:23:31.521Z] 45dd6a657cd4: Preparing [2022-05-23T22:23:31.521Z] 26ffacf0e525: Preparing [2022-05-23T22:23:31.521Z] 1e748ae5996f: Preparing [2022-05-23T22:23:31.521Z] 69aeaa131fac: Preparing [2022-05-23T22:23:31.521Z] b541d28bf3b4: Preparing [2022-05-23T22:23:31.521Z] b541d28bf3b4: Waiting [2022-05-23T22:23:31.521Z] 45dd6a657cd4: Layer already exists [2022-05-23T22:23:31.521Z] 1e748ae5996f: Layer already exists [2022-05-23T22:23:31.521Z] ad3d624c2e0c: Layer already exists [2022-05-23T22:23:31.521Z] 26ffacf0e525: Layer already exists [2022-05-23T22:23:31.521Z] 69aeaa131fac: Layer already exists [2022-05-23T22:23:31.521Z] b541d28bf3b4: Layer already exists [2022-05-23T22:23:31.521Z] 2.2.1-dev.1: digest: sha256:572cda99dd3dce404ba0bb3bbd2387155f829c60a867c288c6fabb544be5c51e size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:23:31.822Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:354093ed76bafc9ccf1014354cec2dcad1025761-2.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:23:32.114Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:354093ed76bafc9ccf1014354cec2dcad1025761-2.2.1-dev.1 [2022-05-23T22:23:32.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-05-23T22:23:32.115Z] ad3d624c2e0c: Preparing [2022-05-23T22:23:32.115Z] 45dd6a657cd4: Preparing [2022-05-23T22:23:32.115Z] 26ffacf0e525: Preparing [2022-05-23T22:23:32.115Z] 1e748ae5996f: Preparing [2022-05-23T22:23:32.115Z] 69aeaa131fac: Preparing [2022-05-23T22:23:32.115Z] b541d28bf3b4: Preparing [2022-05-23T22:23:32.115Z] b541d28bf3b4: Waiting [2022-05-23T22:23:32.115Z] 45dd6a657cd4: Layer already exists [2022-05-23T22:23:32.115Z] 69aeaa131fac: Layer already exists [2022-05-23T22:23:32.115Z] 26ffacf0e525: Layer already exists [2022-05-23T22:23:32.115Z] ad3d624c2e0c: Layer already exists [2022-05-23T22:23:32.115Z] 1e748ae5996f: Layer already exists [2022-05-23T22:23:32.115Z] b541d28bf3b4: Layer already exists [2022-05-23T22:23:32.115Z] 354093ed76bafc9ccf1014354cec2dcad1025761-2.2.1-dev.1: digest: sha256:572cda99dd3dce404ba0bb3bbd2387155f829c60a867c288c6fabb544be5c51e size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:23:32.409Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:23:32.711Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-05-23T22:23:32.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-05-23T22:23:32.711Z] ad3d624c2e0c: Preparing [2022-05-23T22:23:32.711Z] 45dd6a657cd4: Preparing [2022-05-23T22:23:32.711Z] 26ffacf0e525: Preparing [2022-05-23T22:23:32.711Z] 1e748ae5996f: Preparing [2022-05-23T22:23:32.711Z] 69aeaa131fac: Preparing [2022-05-23T22:23:32.711Z] b541d28bf3b4: Preparing [2022-05-23T22:23:32.711Z] b541d28bf3b4: Waiting [2022-05-23T22:23:32.711Z] 1e748ae5996f: Layer already exists [2022-05-23T22:23:32.711Z] ad3d624c2e0c: Layer already exists [2022-05-23T22:23:32.711Z] 45dd6a657cd4: Layer already exists [2022-05-23T22:23:32.711Z] 26ffacf0e525: Layer already exists [2022-05-23T22:23:32.711Z] 69aeaa131fac: Layer already exists [2022-05-23T22:23:32.711Z] b541d28bf3b4: Layer already exists [2022-05-23T22:23:32.711Z] main: digest: sha256:572cda99dd3dce404ba0bb3bbd2387155f829c60a867c288c6fabb544be5c51e size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T22:23:32.754Z] ===================================================== [Pipeline] echo [2022-05-23T22:23:32.766Z] taggedImages: [2022-05-23T22:23:32.766Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:354093ed76bafc9ccf1014354cec2dcad1025761 [2022-05-23T22:23:32.766Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-05-23T22:23:32.766Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.1 [2022-05-23T22:23:32.766Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:354093ed76bafc9ccf1014354cec2dcad1025761-2.2.1-dev.1 [2022-05-23T22:23:32.766Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:23:33.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T22:23:33.130Z] [2022-05-23T22:23:33.130Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:23:33.438Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T22:23:33.438Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-23T22:23:33.438Z] 5eb5b503b376: Pulling fs layer [2022-05-23T22:23:33.438Z] 5c69ac0246d0: Pulling fs layer [2022-05-23T22:23:33.438Z] ec43610c2a17: Pulling fs layer [2022-05-23T22:23:33.438Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-23T22:23:33.438Z] 33b1e0a273af: Pulling fs layer [2022-05-23T22:23:33.438Z] 5d3b04190fa2: Pulling fs layer [2022-05-23T22:23:33.438Z] 2f39f015ded8: Pulling fs layer [2022-05-23T22:23:33.438Z] 5d3b04190fa2: Waiting [2022-05-23T22:23:33.438Z] 33b1e0a273af: Waiting [2022-05-23T22:23:33.438Z] 2f39f015ded8: Waiting [2022-05-23T22:23:33.438Z] 3a2ae6a8a46f: Waiting [2022-05-23T22:23:33.438Z] 5c69ac0246d0: Verifying Checksum [2022-05-23T22:23:33.438Z] 5c69ac0246d0: Download complete [2022-05-23T22:23:33.438Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-23T22:23:33.438Z] 3a2ae6a8a46f: Download complete [2022-05-23T22:23:33.438Z] 33b1e0a273af: Verifying Checksum [2022-05-23T22:23:33.438Z] 33b1e0a273af: Download complete [2022-05-23T22:23:33.700Z] 5d3b04190fa2: Verifying Checksum [2022-05-23T22:23:33.700Z] 5d3b04190fa2: Download complete [2022-05-23T22:23:33.700Z] ec43610c2a17: Verifying Checksum [2022-05-23T22:23:33.700Z] ec43610c2a17: Download complete [2022-05-23T22:23:33.700Z] 5eb5b503b376: Verifying Checksum [2022-05-23T22:23:33.700Z] 5eb5b503b376: Download complete [2022-05-23T22:23:34.270Z] 2f39f015ded8: Download complete [2022-05-23T22:23:34.837Z] 5eb5b503b376: Pull complete [2022-05-23T22:23:35.097Z] 5c69ac0246d0: Pull complete [2022-05-23T22:23:35.664Z] ec43610c2a17: Pull complete [2022-05-23T22:23:35.664Z] 3a2ae6a8a46f: Pull complete [2022-05-23T22:23:35.923Z] 33b1e0a273af: Pull complete [2022-05-23T22:23:35.923Z] 5d3b04190fa2: Pull complete [2022-05-23T22:23:40.161Z] 2f39f015ded8: Pull complete [2022-05-23T22:23:40.162Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-23T22:23:40.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T22:23:40.162Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-23T22:23:40.225Z] prd-ubuntu20.04-docker-8c-8g-64417 does not seem to be running inside a container [2022-05-23T22:23:40.314Z] $ 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/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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:latest cat [2022-05-23T22:23:42.516Z] $ docker top bd8c6d357a6abf669323faeef816b843f460f85225fc5cecf463623f954e83ee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:23:42.934Z] ---> job-cost.sh [2022-05-23T22:23:42.934Z] lf-activate-venv: SKIPPING [2022-05-23T22:23:42.934Z] INFO: No Stack... [2022-05-23T22:23:43.194Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-23T22:23:43.762Z] INFO: Archiving Costs [Pipeline] sh [2022-05-23T22:23:44.059Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-05-23T22:23:44.059Z] + cut -d, -f6 [Pipeline] lock [2022-05-23T22:23:44.076Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-77-stack-cost] [2022-05-23T22:23:44.082Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-77-stack-cost] did not exist. Created. [2022-05-23T22:23:44.082Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-23T22:23:44.388Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-23T22:23:44.415Z] Stashed 1 file(s) [Pipeline] } [2022-05-23T22:23:44.421Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-77-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-23T22:23:44.452Z] $ docker stop --time=1 bd8c6d357a6abf669323faeef816b843f460f85225fc5cecf463623f954e83ee [2022-05-23T22:23:45.627Z] $ docker rm -f bd8c6d357a6abf669323faeef816b843f460f85225fc5cecf463623f954e83ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-23T22:23:53.254Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-64418 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-05-23T22:23:53.268Z] Running in /w/workspace/app-service-configurable/77 [Pipeline] { [Pipeline] checkout [2022-05-23T22:23:53.758Z] Selected Git installation does not exist. Using Default [2022-05-23T22:23:53.758Z] The recommended git tool is: NONE [2022-05-23T22:23:59.160Z] using credential edgex-jenkins-ssh [2022-05-23T22:23:59.176Z] Cloning the remote Git repository [2022-05-23T22:23:59.231Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-05-23T22:23:59.398Z] > git init /w/workspace/app-service-configurable/77 # timeout=10 [2022-05-23T22:23:59.480Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-05-23T22:23:59.480Z] > git --version # timeout=10 [2022-05-23T22:23:59.500Z] > git --version # 'git version 2.25.1' [2022-05-23T22:23:59.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-23T22:23:59.565Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-23T22:24:00.585Z] Avoid second fetch [2022-05-23T22:24:00.585Z] Checking out Revision 354093ed76bafc9ccf1014354cec2dcad1025761 (main) [2022-05-23T22:24:00.553Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-05-23T22:24:00.573Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-23T22:24:00.611Z] > git config core.sparsecheckout # timeout=10 [2022-05-23T22:24:00.630Z] > git checkout -f 354093ed76bafc9ccf1014354cec2dcad1025761 # timeout=10 [2022-05-23T22:24:04.783Z] Commit message: "fix: Correctly set the App and SDK versions when building the binary (#424)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-23T22:24:05.652Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-23T22:24:05.652Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T22:24:05.652Z] Dload Upload Total Spent Left Speed [2022-05-23T22:24:05.652Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 51483 0 --:--:-- --:--:-- --:--:-- 51483 [Pipeline] sh [2022-05-23T22:24:06.199Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-23T22:24:06.551Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-23T22:24:06.551Z] + sudo tee /etc/docker/daemon.new [2022-05-23T22:24:06.551Z] { [2022-05-23T22:24:06.551Z] "registry-mirrors": [ [2022-05-23T22:24:06.551Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-23T22:24:06.551Z] ], [2022-05-23T22:24:06.551Z] "bip": "10.250.0.254/24", [2022-05-23T22:24:06.551Z] "hosts": [ [2022-05-23T22:24:06.551Z] "tcp://0.0.0.0:5555", [2022-05-23T22:24:06.551Z] "unix:///var/run/docker.sock" [2022-05-23T22:24:06.551Z] ], [2022-05-23T22:24:06.551Z] "mtu": 1458, [2022-05-23T22:24:06.551Z] "selinux-enabled": true, [2022-05-23T22:24:06.551Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-23T22:24:06.551Z] } [Pipeline] sh [2022-05-23T22:24:06.996Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-23T22:24:07.354Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T22:24:25.713Z] provisioning config files... [2022-05-23T22:24:25.738Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/77@tmp/config3256794768424622791tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:24:26.105Z] ---> docker-login.sh [2022-05-23T22:24:26.105Z] nexus3.edgexfoundry.org:10001 [2022-05-23T22:24:26.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:24:26.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:24:26.982Z] Configure a credential helper to remove this warning. See [2022-05-23T22:24:26.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:24:26.982Z] [2022-05-23T22:24:26.982Z] Login Succeeded [2022-05-23T22:24:26.982Z] nexus3.edgexfoundry.org:10002 [2022-05-23T22:24:27.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:24:27.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:24:27.256Z] Configure a credential helper to remove this warning. See [2022-05-23T22:24:27.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:24:27.256Z] [2022-05-23T22:24:27.256Z] Login Succeeded [2022-05-23T22:24:27.529Z] nexus3.edgexfoundry.org:10003 [2022-05-23T22:24:27.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:24:27.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:24:27.803Z] Configure a credential helper to remove this warning. See [2022-05-23T22:24:27.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:24:27.803Z] [2022-05-23T22:24:27.803Z] Login Succeeded [2022-05-23T22:24:27.803Z] nexus3.edgexfoundry.org:10004 [2022-05-23T22:24:28.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:24:28.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:24:28.353Z] Configure a credential helper to remove this warning. See [2022-05-23T22:24:28.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:24:28.353Z] [2022-05-23T22:24:28.353Z] Login Succeeded [2022-05-23T22:24:28.353Z] docker.io [2022-05-23T22:24:28.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:24:28.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:24:28.899Z] Configure a credential helper to remove this warning. See [2022-05-23T22:24:28.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:24:28.900Z] [2022-05-23T22:24:28.900Z] Login Succeeded [2022-05-23T22:24:28.900Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T22:24:28.917Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-23T22:24:29.419Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T22:24:29.430Z] ========================================================= [2022-05-23T22:24:29.430Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-23T22:24:29.430Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:24:29.795Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-23T22:24:29.795Z] Sending build context to Docker daemon 203.3kB [2022-05-23T22:24:30.067Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-05-23T22:24:30.067Z] Step 2/13 : FROM ${BASE} AS builder [2022-05-23T22:24:30.349Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-23T22:24:30.349Z] 9b3977197b4f: Pulling fs layer [2022-05-23T22:24:30.349Z] 1a89e8eeedd5: Pulling fs layer [2022-05-23T22:24:30.349Z] 94645a83ff95: Pulling fs layer [2022-05-23T22:24:30.349Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-23T22:24:30.349Z] 0c92f367c5e7: Pulling fs layer [2022-05-23T22:24:30.349Z] 3096ccb668a1: Pulling fs layer [2022-05-23T22:24:30.349Z] e8cf19c19ddd: Pulling fs layer [2022-05-23T22:24:30.349Z] a4caa8a26152: Pulling fs layer [2022-05-23T22:24:30.349Z] 3f3a8bcf1eab: Waiting [2022-05-23T22:24:30.349Z] 0c92f367c5e7: Waiting [2022-05-23T22:24:30.349Z] 3096ccb668a1: Waiting [2022-05-23T22:24:30.349Z] e8cf19c19ddd: Waiting [2022-05-23T22:24:30.349Z] a4caa8a26152: Waiting [2022-05-23T22:24:30.349Z] 94645a83ff95: Verifying Checksum [2022-05-23T22:24:30.349Z] 94645a83ff95: Download complete [2022-05-23T22:24:30.349Z] 1a89e8eeedd5: Verifying Checksum [2022-05-23T22:24:30.349Z] 1a89e8eeedd5: Download complete [2022-05-23T22:24:30.349Z] 0c92f367c5e7: Verifying Checksum [2022-05-23T22:24:30.349Z] 0c92f367c5e7: Download complete [2022-05-23T22:24:30.349Z] 9b3977197b4f: Verifying Checksum [2022-05-23T22:24:30.349Z] 9b3977197b4f: Download complete [2022-05-23T22:24:30.349Z] 3096ccb668a1: Verifying Checksum [2022-05-23T22:24:30.349Z] 3096ccb668a1: Download complete [2022-05-23T22:24:30.349Z] e8cf19c19ddd: Download complete [2022-05-23T22:24:30.950Z] 9b3977197b4f: Pull complete [2022-05-23T22:24:31.558Z] 1a89e8eeedd5: Pull complete [2022-05-23T22:24:31.842Z] 94645a83ff95: Pull complete [2022-05-23T22:24:32.441Z] a4caa8a26152: Verifying Checksum [2022-05-23T22:24:32.441Z] a4caa8a26152: Download complete [2022-05-23T22:24:32.714Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-23T22:24:32.714Z] 3f3a8bcf1eab: Download complete [2022-05-23T22:24:45.123Z] 3f3a8bcf1eab: Pull complete [2022-05-23T22:24:45.123Z] 0c92f367c5e7: Pull complete [2022-05-23T22:24:45.123Z] 3096ccb668a1: Pull complete [2022-05-23T22:24:45.396Z] e8cf19c19ddd: Pull complete [2022-05-23T22:24:52.120Z] a4caa8a26152: Pull complete [2022-05-23T22:24:52.120Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-23T22:24:52.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-23T22:24:52.120Z] ---> 725f1c02e7f9 [2022-05-23T22:24:52.120Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-05-23T22:24:53.107Z] ---> Running in 0a6b98889606 [2022-05-23T22:24:53.107Z] Removing intermediate container 0a6b98889606 [2022-05-23T22:24:53.107Z] ---> 32dfa9286512 [2022-05-23T22:24:53.107Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-05-23T22:24:53.382Z] ---> Running in 6802bb62aec6 [2022-05-23T22:24:53.661Z] Removing intermediate container 6802bb62aec6 [2022-05-23T22:24:53.661Z] ---> 7ba1b65bd54a [2022-05-23T22:24:53.661Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-23T22:24:53.661Z] ---> Running in 236b5996f02e [2022-05-23T22:24:53.934Z] Removing intermediate container 236b5996f02e [2022-05-23T22:24:53.934Z] ---> 1557c8ceb0f2 [2022-05-23T22:24:53.934Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T22:24:53.934Z] ---> Running in 75b8ff00862c [2022-05-23T22:24:55.974Z] Removing intermediate container 75b8ff00862c [2022-05-23T22:24:55.974Z] ---> cdebb6602d26 [2022-05-23T22:24:55.974Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-23T22:24:55.974Z] ---> Running in d7408c46fbb7 [2022-05-23T22:24:57.956Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T22:24:58.938Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T22:24:59.923Z] OK: 220 MiB in 52 packages [2022-05-23T22:25:00.524Z] Removing intermediate container d7408c46fbb7 [2022-05-23T22:25:00.524Z] ---> 842ce904000e [2022-05-23T22:25:00.524Z] Step 8/13 : WORKDIR /app [2022-05-23T22:25:00.524Z] ---> Running in 9e02c301f612 [2022-05-23T22:25:01.132Z] Removing intermediate container 9e02c301f612 [2022-05-23T22:25:01.133Z] ---> 25a40a9a1b90 [2022-05-23T22:25:01.133Z] Step 9/13 : COPY go.mod vendor* ./ [2022-05-23T22:25:01.412Z] ---> 38d1f54494ce [2022-05-23T22:25:01.412Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T22:25:01.703Z] ---> Running in 3d456dc5fbc0 [2022-05-23T22:25:48.743Z] Removing intermediate container 3d456dc5fbc0 [2022-05-23T22:25:48.743Z] ---> 1ac9eb48eced [2022-05-23T22:25:48.743Z] Step 11/13 : COPY . . [2022-05-23T22:25:48.743Z] ---> 38f9e47bc093 [2022-05-23T22:25:48.743Z] Step 12/13 : ARG MAKE="make build" [2022-05-23T22:25:48.743Z] ---> Running in ecc50121cd7b [2022-05-23T22:25:48.743Z] Removing intermediate container ecc50121cd7b [2022-05-23T22:25:48.743Z] ---> cd1dcf9b89e5 [2022-05-23T22:25:48.743Z] Step 13/13 : RUN $MAKE [2022-05-23T22:25:48.743Z] ---> Running in 85ed26b4ea90 [2022-05-23T22:25:48.743Z] noop [2022-05-23T22:25:48.743Z] Removing intermediate container 85ed26b4ea90 [2022-05-23T22:25:48.743Z] ---> 58fc0ee676b7 [2022-05-23T22:25:48.743Z] Successfully built 58fc0ee676b7 [2022-05-23T22:25:48.743Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:25:49.092Z] + docker inspect -f . ci-base-image-arm64 [2022-05-23T22:25:49.092Z] . [Pipeline] withDockerContainer [2022-05-23T22:25:49.326Z] prd-ubuntu20.04-docker-arm64-4c-16g-64418 does not seem to be running inside a container [2022-05-23T22:25:49.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/77 -v /w/workspace/app-service-configurable/77:/w/workspace/app-service-configurable/77:rw,z -v /w/workspace/app-service-configurable/77@tmp:/w/workspace/app-service-configurable/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-23T22:25:50.681Z] $ docker top c9e6d6da18c262908ce676b844b0308141674ae45208bd904e7c95c80735e82b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T22:25:51.595Z] + go version [2022-05-23T22:25:51.595Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-23T22:25:51.625Z] $ docker stop --time=1 c9e6d6da18c262908ce676b844b0308141674ae45208bd904e7c95c80735e82b [2022-05-23T22:25:53.254Z] $ docker rm -f c9e6d6da18c262908ce676b844b0308141674ae45208bd904e7c95c80735e82b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:25:53.830Z] + docker inspect -f . ci-base-image-arm64 [2022-05-23T22:25:53.830Z] . [Pipeline] withDockerContainer [2022-05-23T22:25:54.058Z] prd-ubuntu20.04-docker-arm64-4c-16g-64418 does not seem to be running inside a container [2022-05-23T22:25:54.144Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/77 -v /w/workspace/app-service-configurable/77:/w/workspace/app-service-configurable/77:rw,z -v /w/workspace/app-service-configurable/77@tmp:/w/workspace/app-service-configurable/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-23T22:25:55.389Z] $ docker top b397929dfaa9809598582cce767f4606c6fc6da8d027530b621c2139bce1ee84 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-23T22:25:56.312Z] + make test [2022-05-23T22:25:56.313Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-05-23T22:27:18.131Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-05-23T22:27:18.131Z] CGO_ENABLED=1 go vet ./... [2022-05-23T22:27:40.343Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-23T22:27:40.343Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-23T22:27:40.343Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-23T22:27:42.333Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-23T22:27:42.353Z] $ docker stop --time=1 b397929dfaa9809598582cce767f4606c6fc6da8d027530b621c2139bce1ee84 [2022-05-23T22:27:44.121Z] $ docker rm -f b397929dfaa9809598582cce767f4606c6fc6da8d027530b621c2139bce1ee84 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T22:27:45.046Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-23T22:27:45.069Z] Warning: overwriting stash ‘coverage-report’ [2022-05-23T22:27:45.520Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-23T22:27:45.904Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-23T22:27:46.241Z] + ls -al . [2022-05-23T22:27:46.241Z] total 164 [2022-05-23T22:27:46.241Z] drwxrwxr-x 7 jenkins jenkins 4096 May 23 22:27 . [2022-05-23T22:27:46.241Z] drwxrwxr-x 4 jenkins jenkins 4096 May 23 22:23 .. [2022-05-23T22:27:46.241Z] -rw-rw-r-- 1 jenkins jenkins 119 May 23 22:24 .dockerignore [2022-05-23T22:27:46.241Z] drwxrwxr-x 8 jenkins jenkins 4096 May 23 22:24 .git [2022-05-23T22:27:46.242Z] drwxrwxr-x 3 jenkins jenkins 4096 May 23 22:24 .github [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 104 May 23 22:24 .gitignore [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 8695 May 23 22:24 Attribution.txt [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 27269 May 23 22:24 CHANGELOG.md [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 2087 May 23 22:24 Dockerfile [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 677 May 23 22:24 GOVERNANCE.md [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 688 May 23 22:24 Jenkinsfile [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 23 22:24 LICENSE [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 618 May 23 22:24 OWNERS.md [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 3718 May 23 22:24 README.md [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 11 May 23 22:21 VERSION [2022-05-23T22:27:46.242Z] drwxrwxr-x 2 jenkins jenkins 4096 May 23 22:24 bin [2022-05-23T22:27:46.242Z] -rw-r--r-- 1 jenkins jenkins 10 May 23 22:25 coverage.out [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 3222 May 23 22:24 go.mod [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 34558 May 23 22:24 go.sum [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 1949 May 23 22:24 main.go [2022-05-23T22:27:46.242Z] -rw-rw-r-- 1 jenkins jenkins 1972 May 23 22:24 makefile [2022-05-23T22:27:46.242Z] drwxrwxr-x 10 jenkins jenkins 4096 May 23 22:24 res [2022-05-23T22:27:46.242Z] drwxrwxr-x 3 jenkins jenkins 4096 May 23 22:24 snap [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:27:46.595Z] + 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=354093ed76bafc9ccf1014354cec2dcad1025761 --label arch=arm64 --label version=2.2.1-dev.1 . [2022-05-23T22:27:46.595Z] Sending build context to Docker daemon 204.3kB [2022-05-23T22:27:46.871Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-05-23T22:27:46.871Z] Step 2/27 : FROM ${BASE} AS builder [2022-05-23T22:27:46.871Z] ---> 58fc0ee676b7 [2022-05-23T22:27:46.871Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-05-23T22:27:46.871Z] ---> Running in 91037b77d29d [2022-05-23T22:27:47.472Z] Removing intermediate container 91037b77d29d [2022-05-23T22:27:47.472Z] ---> 910038cb984f [2022-05-23T22:27:47.472Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-05-23T22:27:47.472Z] ---> Running in 7cf7e145dc62 [2022-05-23T22:27:47.746Z] Removing intermediate container 7cf7e145dc62 [2022-05-23T22:27:47.746Z] ---> 6b33a343b4b6 [2022-05-23T22:27:47.746Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-23T22:27:47.746Z] ---> Running in 677108e8d32e [2022-05-23T22:27:48.019Z] Removing intermediate container 677108e8d32e [2022-05-23T22:27:48.019Z] ---> 78db0f55887b [2022-05-23T22:27:48.019Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T22:27:48.019Z] ---> Running in b2afd5a844b1 [2022-05-23T22:27:50.025Z] Removing intermediate container b2afd5a844b1 [2022-05-23T22:27:50.025Z] ---> 7bc220187ea5 [2022-05-23T22:27:50.025Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-23T22:27:50.025Z] ---> Running in 844b48dc10fe [2022-05-23T22:27:51.008Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T22:27:51.987Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T22:27:52.586Z] OK: 220 MiB in 52 packages [2022-05-23T22:27:53.581Z] Removing intermediate container 844b48dc10fe [2022-05-23T22:27:53.581Z] ---> 33a46ca876e2 [2022-05-23T22:27:53.581Z] Step 8/27 : WORKDIR /app [2022-05-23T22:27:53.581Z] ---> Running in 060ea89e473c [2022-05-23T22:27:53.855Z] Removing intermediate container 060ea89e473c [2022-05-23T22:27:53.855Z] ---> 3f108897c77a [2022-05-23T22:27:53.855Z] Step 9/27 : COPY go.mod vendor* ./ [2022-05-23T22:27:54.453Z] ---> 2d10fe6e6c99 [2022-05-23T22:27:54.453Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T22:27:54.453Z] ---> Running in b67707f60a7c [2022-05-23T22:27:56.437Z] Removing intermediate container b67707f60a7c [2022-05-23T22:27:56.437Z] ---> 50a33a4acef4 [2022-05-23T22:27:56.437Z] Step 11/27 : COPY . . [2022-05-23T22:27:57.036Z] ---> 485bb1adfa6b [2022-05-23T22:27:57.036Z] Step 12/27 : ARG MAKE="make build" [2022-05-23T22:27:57.036Z] ---> Running in 2293403d5f40 [2022-05-23T22:27:57.317Z] Removing intermediate container 2293403d5f40 [2022-05-23T22:27:57.317Z] ---> 72bed8b703ca [2022-05-23T22:27:57.317Z] Step 13/27 : RUN $MAKE [2022-05-23T22:27:57.317Z] ---> Running in 087290bb041c [2022-05-23T22:27:58.304Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.1-dev.1" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-05-23T22:30:05.207Z] Removing intermediate container 087290bb041c [2022-05-23T22:30:05.207Z] ---> 9ec07e2c1995 [2022-05-23T22:30:05.207Z] Step 14/27 : FROM alpine:3.14 [2022-05-23T22:30:05.207Z] 3.14: Pulling from library/alpine [2022-05-23T22:30:05.207Z] 455c02918c45: Pulling fs layer [2022-05-23T22:30:05.207Z] 455c02918c45: Verifying Checksum [2022-05-23T22:30:05.207Z] 455c02918c45: Download complete [2022-05-23T22:30:05.207Z] 455c02918c45: Pull complete [2022-05-23T22:30:05.207Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-23T22:30:05.207Z] Status: Downloaded newer image for alpine:3.14 [2022-05-23T22:30:05.207Z] ---> ac73e934f311 [2022-05-23T22:30:05.207Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-23T22:30:05.207Z] ---> Running in 3f36e7c81bfa [2022-05-23T22:30:05.207Z] Removing intermediate container 3f36e7c81bfa [2022-05-23T22:30:05.207Z] ---> 5d4c149128c2 [2022-05-23T22:30:05.207Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-05-23T22:30:05.207Z] ---> Running in 92b0ac6a44c4 [2022-05-23T22:30:05.207Z] Removing intermediate container 92b0ac6a44c4 [2022-05-23T22:30:05.207Z] ---> 176e2099c36a [2022-05-23T22:30:05.207Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-05-23T22:30:05.207Z] ---> Running in 2c7bea6e6157 [2022-05-23T22:30:05.207Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T22:30:05.207Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T22:30:05.207Z] (1/7) Installing ca-certificates (20211220-r0) [2022-05-23T22:30:05.207Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-05-23T22:30:05.207Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-05-23T22:30:05.207Z] (4/7) Installing libsodium (1.0.18-r0) [2022-05-23T22:30:05.207Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-23T22:30:05.207Z] (6/7) Installing libzmq (4.3.4-r0) [2022-05-23T22:30:05.207Z] (7/7) Installing zeromq (4.3.4-r0) [2022-05-23T22:30:05.207Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T22:30:05.207Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T22:30:05.207Z] OK: 9 MiB in 21 packages [2022-05-23T22:30:05.207Z] Removing intermediate container 2c7bea6e6157 [2022-05-23T22:30:05.207Z] ---> 064b1e58ddb6 [2022-05-23T22:30:05.207Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-05-23T22:30:05.207Z] ---> f0a41714f1e5 [2022-05-23T22:30:05.207Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-05-23T22:30:05.207Z] ---> f932df3e26f5 [2022-05-23T22:30:05.207Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-05-23T22:30:05.207Z] ---> c3e17e6fb770 [2022-05-23T22:30:05.207Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-05-23T22:30:05.207Z] ---> 3013f6e61760 [2022-05-23T22:30:05.207Z] Step 22/27 : EXPOSE 48095 [2022-05-23T22:30:05.207Z] ---> Running in fc5cab27b5d8 [2022-05-23T22:30:05.207Z] Removing intermediate container fc5cab27b5d8 [2022-05-23T22:30:05.207Z] ---> 3b4bdcdb0299 [2022-05-23T22:30:05.207Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-05-23T22:30:05.207Z] ---> Running in 456c2dd89d60 [2022-05-23T22:30:05.207Z] Removing intermediate container 456c2dd89d60 [2022-05-23T22:30:05.207Z] ---> a8c09164aa50 [2022-05-23T22:30:05.207Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T22:30:05.207Z] ---> Running in 2093ef4db287 [2022-05-23T22:30:05.207Z] Removing intermediate container 2093ef4db287 [2022-05-23T22:30:05.207Z] ---> 9743bfc292a5 [2022-05-23T22:30:05.207Z] Step 25/27 : LABEL arch=arm64 [2022-05-23T22:30:05.207Z] ---> Running in 6e5142a11bab [2022-05-23T22:30:05.207Z] Removing intermediate container 6e5142a11bab [2022-05-23T22:30:05.207Z] ---> 9e8870024ca7 [2022-05-23T22:30:05.207Z] Step 26/27 : LABEL git_sha=354093ed76bafc9ccf1014354cec2dcad1025761 [2022-05-23T22:30:05.207Z] ---> Running in 846911db1bd3 [2022-05-23T22:30:05.207Z] Removing intermediate container 846911db1bd3 [2022-05-23T22:30:05.207Z] ---> 0410873011db [2022-05-23T22:30:05.207Z] Step 27/27 : LABEL version=2.2.1-dev.1 [2022-05-23T22:30:05.207Z] ---> Running in 05c4647bff85 [2022-05-23T22:30:05.207Z] Removing intermediate container 05c4647bff85 [2022-05-23T22:30:05.207Z] ---> acf7883e62b2 [2022-05-23T22:30:05.207Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-23T22:30:05.207Z] Successfully built acf7883e62b2 [2022-05-23T22:30:05.207Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T22:30:05.324Z] provisioning config files... [2022-05-23T22:30:05.344Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/77@tmp/config6510432578914658546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:30:05.701Z] ---> docker-login.sh [2022-05-23T22:30:05.701Z] nexus3.edgexfoundry.org:10001 [2022-05-23T22:30:05.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:30:05.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:30:05.975Z] Configure a credential helper to remove this warning. See [2022-05-23T22:30:05.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:30:05.975Z] [2022-05-23T22:30:05.975Z] Login Succeeded [2022-05-23T22:30:05.975Z] nexus3.edgexfoundry.org:10002 [2022-05-23T22:30:06.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:30:06.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:30:06.575Z] Configure a credential helper to remove this warning. See [2022-05-23T22:30:06.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:30:06.575Z] [2022-05-23T22:30:06.575Z] Login Succeeded [2022-05-23T22:30:06.575Z] nexus3.edgexfoundry.org:10003 [2022-05-23T22:30:06.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:30:06.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:30:06.850Z] Configure a credential helper to remove this warning. See [2022-05-23T22:30:06.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:30:06.850Z] [2022-05-23T22:30:06.850Z] Login Succeeded [2022-05-23T22:30:07.125Z] nexus3.edgexfoundry.org:10004 [2022-05-23T22:30:07.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:30:07.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:30:07.399Z] Configure a credential helper to remove this warning. See [2022-05-23T22:30:07.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:30:07.400Z] [2022-05-23T22:30:07.400Z] Login Succeeded [2022-05-23T22:30:07.400Z] docker.io [2022-05-23T22:30:07.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T22:30:08.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T22:30:08.271Z] Configure a credential helper to remove this warning. See [2022-05-23T22:30:08.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T22:30:08.271Z] [2022-05-23T22:30:08.271Z] Login Succeeded [2022-05-23T22:30:08.271Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T22:30:08.289Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T22:30:08.324Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T22:30:08.345Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-05-23T22:30:08.345Z] 354093ed76bafc9ccf1014354cec2dcad1025761 [2022-05-23T22:30:08.345Z] latest [2022-05-23T22:30:08.345Z] 2.2.1-dev.1 [2022-05-23T22:30:08.345Z] 354093ed76bafc9ccf1014354cec2dcad1025761-2.2.1-dev.1 [2022-05-23T22:30:08.345Z] main [2022-05-23T22:30:08.345Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:08.710Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:354093ed76bafc9ccf1014354cec2dcad1025761 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:09.063Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:354093ed76bafc9ccf1014354cec2dcad1025761 [2022-05-23T22:30:09.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-05-23T22:30:09.063Z] 5dff4120d359: Preparing [2022-05-23T22:30:09.063Z] f38c75722832: Preparing [2022-05-23T22:30:09.063Z] bf75bfec08ff: Preparing [2022-05-23T22:30:09.063Z] 418b7b02a865: Preparing [2022-05-23T22:30:09.063Z] c67a54b5568d: Preparing [2022-05-23T22:30:09.063Z] f73e7dbfee58: Preparing [2022-05-23T22:30:09.063Z] f73e7dbfee58: Waiting [2022-05-23T22:30:09.343Z] 418b7b02a865: Pushed [2022-05-23T22:30:09.344Z] bf75bfec08ff: Pushed [2022-05-23T22:30:09.344Z] f38c75722832: Pushed [2022-05-23T22:30:09.344Z] f73e7dbfee58: Layer already exists [2022-05-23T22:30:10.332Z] c67a54b5568d: Pushed [2022-05-23T22:30:15.738Z] 5dff4120d359: Pushed [2022-05-23T22:30:15.738Z] 354093ed76bafc9ccf1014354cec2dcad1025761: digest: sha256:9adcb938e33dc4f11fe348878f7315f6f3971ba74c8bba90281242b7af2cb3ac size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:16.085Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:16.432Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-05-23T22:30:16.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-05-23T22:30:16.432Z] 5dff4120d359: Preparing [2022-05-23T22:30:16.432Z] f38c75722832: Preparing [2022-05-23T22:30:16.432Z] bf75bfec08ff: Preparing [2022-05-23T22:30:16.432Z] 418b7b02a865: Preparing [2022-05-23T22:30:16.432Z] c67a54b5568d: Preparing [2022-05-23T22:30:16.432Z] f73e7dbfee58: Preparing [2022-05-23T22:30:16.432Z] f73e7dbfee58: Waiting [2022-05-23T22:30:16.432Z] c67a54b5568d: Layer already exists [2022-05-23T22:30:16.432Z] 5dff4120d359: Layer already exists [2022-05-23T22:30:16.432Z] f38c75722832: Layer already exists [2022-05-23T22:30:16.432Z] bf75bfec08ff: Layer already exists [2022-05-23T22:30:16.432Z] 418b7b02a865: Layer already exists [2022-05-23T22:30:16.432Z] f73e7dbfee58: Layer already exists [2022-05-23T22:30:16.705Z] latest: digest: sha256:9adcb938e33dc4f11fe348878f7315f6f3971ba74c8bba90281242b7af2cb3ac size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:17.050Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:17.391Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.1 [2022-05-23T22:30:17.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-05-23T22:30:17.391Z] 5dff4120d359: Preparing [2022-05-23T22:30:17.391Z] f38c75722832: Preparing [2022-05-23T22:30:17.391Z] bf75bfec08ff: Preparing [2022-05-23T22:30:17.391Z] 418b7b02a865: Preparing [2022-05-23T22:30:17.391Z] c67a54b5568d: Preparing [2022-05-23T22:30:17.391Z] f73e7dbfee58: Preparing [2022-05-23T22:30:17.391Z] f73e7dbfee58: Waiting [2022-05-23T22:30:17.391Z] c67a54b5568d: Layer already exists [2022-05-23T22:30:17.391Z] bf75bfec08ff: Layer already exists [2022-05-23T22:30:17.391Z] 418b7b02a865: Layer already exists [2022-05-23T22:30:17.391Z] f38c75722832: Layer already exists [2022-05-23T22:30:17.391Z] 5dff4120d359: Layer already exists [2022-05-23T22:30:17.391Z] f73e7dbfee58: Layer already exists [2022-05-23T22:30:17.664Z] 2.2.1-dev.1: digest: sha256:9adcb938e33dc4f11fe348878f7315f6f3971ba74c8bba90281242b7af2cb3ac size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:18.009Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:354093ed76bafc9ccf1014354cec2dcad1025761-2.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:18.348Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:354093ed76bafc9ccf1014354cec2dcad1025761-2.2.1-dev.1 [2022-05-23T22:30:18.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-05-23T22:30:18.349Z] 5dff4120d359: Preparing [2022-05-23T22:30:18.349Z] f38c75722832: Preparing [2022-05-23T22:30:18.349Z] bf75bfec08ff: Preparing [2022-05-23T22:30:18.349Z] 418b7b02a865: Preparing [2022-05-23T22:30:18.349Z] c67a54b5568d: Preparing [2022-05-23T22:30:18.349Z] f73e7dbfee58: Preparing [2022-05-23T22:30:18.349Z] f73e7dbfee58: Waiting [2022-05-23T22:30:18.349Z] c67a54b5568d: Layer already exists [2022-05-23T22:30:18.349Z] f38c75722832: Layer already exists [2022-05-23T22:30:18.349Z] bf75bfec08ff: Layer already exists [2022-05-23T22:30:18.349Z] 418b7b02a865: Layer already exists [2022-05-23T22:30:18.349Z] 5dff4120d359: Layer already exists [2022-05-23T22:30:18.349Z] f73e7dbfee58: Layer already exists [2022-05-23T22:30:18.621Z] 354093ed76bafc9ccf1014354cec2dcad1025761-2.2.1-dev.1: digest: sha256:9adcb938e33dc4f11fe348878f7315f6f3971ba74c8bba90281242b7af2cb3ac size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:18.971Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:19.318Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-05-23T22:30:19.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-05-23T22:30:19.318Z] 5dff4120d359: Preparing [2022-05-23T22:30:19.318Z] f38c75722832: Preparing [2022-05-23T22:30:19.318Z] bf75bfec08ff: Preparing [2022-05-23T22:30:19.318Z] 418b7b02a865: Preparing [2022-05-23T22:30:19.318Z] c67a54b5568d: Preparing [2022-05-23T22:30:19.318Z] f73e7dbfee58: Preparing [2022-05-23T22:30:19.318Z] f73e7dbfee58: Waiting [2022-05-23T22:30:19.318Z] c67a54b5568d: Layer already exists [2022-05-23T22:30:19.318Z] f38c75722832: Layer already exists [2022-05-23T22:30:19.318Z] bf75bfec08ff: Layer already exists [2022-05-23T22:30:19.318Z] 418b7b02a865: Layer already exists [2022-05-23T22:30:19.318Z] 5dff4120d359: Layer already exists [2022-05-23T22:30:19.318Z] f73e7dbfee58: Layer already exists [2022-05-23T22:30:19.592Z] main: digest: sha256:9adcb938e33dc4f11fe348878f7315f6f3971ba74c8bba90281242b7af2cb3ac size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T22:30:19.643Z] ===================================================== [Pipeline] echo [2022-05-23T22:30:19.650Z] taggedImages: [2022-05-23T22:30:19.650Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:354093ed76bafc9ccf1014354cec2dcad1025761 [2022-05-23T22:30:19.650Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-05-23T22:30:19.650Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.1 [2022-05-23T22:30:19.650Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:354093ed76bafc9ccf1014354cec2dcad1025761-2.2.1-dev.1 [2022-05-23T22:30:19.650Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:20.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-23T22:30:20.029Z] [2022-05-23T22:30:20.029Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:20.383Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-23T22:30:20.658Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-23T22:30:20.658Z] 8998bd30e6a1: Pulling fs layer [2022-05-23T22:30:20.658Z] 04944245beec: Pulling fs layer [2022-05-23T22:30:20.658Z] 699f458cf7ca: Pulling fs layer [2022-05-23T22:30:20.658Z] 765212b225bb: Pulling fs layer [2022-05-23T22:30:20.658Z] f23df028b6ca: Pulling fs layer [2022-05-23T22:30:20.658Z] d65c8cfc05b1: Pulling fs layer [2022-05-23T22:30:20.658Z] 2437ff75d9bd: Pulling fs layer [2022-05-23T22:30:20.658Z] f23df028b6ca: Waiting [2022-05-23T22:30:20.658Z] d65c8cfc05b1: Waiting [2022-05-23T22:30:20.658Z] 765212b225bb: Waiting [2022-05-23T22:30:20.658Z] 2437ff75d9bd: Waiting [2022-05-23T22:30:20.658Z] 04944245beec: Verifying Checksum [2022-05-23T22:30:20.658Z] 04944245beec: Download complete [2022-05-23T22:30:20.658Z] 765212b225bb: Verifying Checksum [2022-05-23T22:30:20.658Z] 765212b225bb: Download complete [2022-05-23T22:30:20.658Z] f23df028b6ca: Verifying Checksum [2022-05-23T22:30:20.658Z] f23df028b6ca: Download complete [2022-05-23T22:30:20.658Z] d65c8cfc05b1: Verifying Checksum [2022-05-23T22:30:20.658Z] d65c8cfc05b1: Download complete [2022-05-23T22:30:20.658Z] 699f458cf7ca: Verifying Checksum [2022-05-23T22:30:20.932Z] 699f458cf7ca: Download complete [2022-05-23T22:30:21.211Z] 8998bd30e6a1: Verifying Checksum [2022-05-23T22:30:21.211Z] 8998bd30e6a1: Download complete [2022-05-23T22:30:23.204Z] 2437ff75d9bd: Download complete [2022-05-23T22:30:25.859Z] 8998bd30e6a1: Pull complete [2022-05-23T22:30:25.859Z] 04944245beec: Pull complete [2022-05-23T22:30:27.301Z] 699f458cf7ca: Pull complete [2022-05-23T22:30:27.575Z] 765212b225bb: Pull complete [2022-05-23T22:30:28.560Z] f23df028b6ca: Pull complete [2022-05-23T22:30:28.836Z] d65c8cfc05b1: Pull complete [2022-05-23T22:30:43.948Z] 2437ff75d9bd: Pull complete [2022-05-23T22:30:43.948Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-23T22:30:43.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-23T22:30:43.948Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-23T22:30:44.189Z] prd-ubuntu20.04-docker-arm64-4c-16g-64418 does not seem to be running inside a container [2022-05-23T22:30:44.284Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/77 -v /w/workspace/app-service-configurable/77:/w/workspace/app-service-configurable/77:rw,z -v /w/workspace/app-service-configurable/77@tmp:/w/workspace/app-service-configurable/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-23T22:30:46.709Z] $ docker top a7f6f015069dd4aceb4ad905e36d59a7f02ad1468d12c79441ead716866e2d13 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:30:47.634Z] ---> job-cost.sh [2022-05-23T22:30:47.635Z] lf-activate-venv: SKIPPING [2022-05-23T22:30:47.635Z] INFO: No Stack... [2022-05-23T22:30:47.910Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-23T22:30:48.892Z] INFO: Archiving Costs [Pipeline] sh [2022-05-23T22:30:49.565Z] + cat /w/workspace/app-service-configurable/77/archives/cost.csv [2022-05-23T22:30:49.565Z] + cut -d, -f6 [Pipeline] lock [2022-05-23T22:30:49.634Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-77-stack-cost] [2022-05-23T22:30:49.642Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-77-stack-cost] did not exist. Created. [2022-05-23T22:30:49.642Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-23T22:30:50.321Z] /w/workspace/app-service-configurable/77@tmp/durable-59aef07c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-23T22:30:51.006Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-23T22:30:51.038Z] Warning: overwriting stash ‘stack-cost’ [2022-05-23T22:30:51.089Z] Stashed 1 file(s) [Pipeline] } [2022-05-23T22:30:51.097Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-77-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-23T22:30:51.120Z] $ docker stop --time=1 a7f6f015069dd4aceb4ad905e36d59a7f02ad1468d12c79441ead716866e2d13 [2022-05-23T22:30:52.570Z] $ docker rm -f a7f6f015069dd4aceb4ad905e36d59a7f02ad1468d12c79441ead716866e2d13 [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-05-23T22:30:53.010Z] provisioning config files... [2022-05-23T22:30:53.022Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2382138504557390869tmp [Pipeline] { [Pipeline] sh [2022-05-23T22:30:53.321Z] + set +x [2022-05-23T22:30:53.321Z] + curl -s https://codecov.io/bash [2022-05-23T22:30:53.321Z] + bash -s -- [2022-05-23T22:30:53.321Z] [2022-05-23T22:30:53.321Z] _____ _ [2022-05-23T22:30:53.321Z] / ____| | | [2022-05-23T22:30:53.321Z] | | ___ __| | ___ ___ _____ __ [2022-05-23T22:30:53.321Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-23T22:30:53.321Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-23T22:30:53.321Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-23T22:30:53.321Z] Bash-1.0.6 [2022-05-23T22:30:53.321Z] [2022-05-23T22:30:53.321Z] [2022-05-23T22:30:53.321Z] ==> git version 2.25.1 found [2022-05-23T22:30:53.321Z] ==> 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-05-23T22:30:53.321Z] Release-Date: 2020-01-08 [2022-05-23T22:30:53.321Z] 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-05-23T22:30:53.321Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-23T22:30:53.321Z] ==> Jenkins CI detected. [2022-05-23T22:30:53.321Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-05-23T22:30:53.321Z] project root: . [2022-05-23T22:30:53.321Z] --> token set from env [2022-05-23T22:30:53.321Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-23T22:30:53.321Z] ==> Running gcov in . (disable via -X gcov) [2022-05-23T22:30:53.321Z] ==> Python coveragepy not found [2022-05-23T22:30:53.321Z] ==> Searching for coverage reports in: [2022-05-23T22:30:53.321Z] + . [2022-05-23T22:30:53.321Z] -> Found 1 reports [2022-05-23T22:30:53.321Z] ==> Detecting git/mercurial file structure [2022-05-23T22:30:53.321Z] ==> Reading reports [2022-05-23T22:30:53.321Z] + ./coverage.out bytes=10 [2022-05-23T22:30:53.321Z] ==> Appending adjustments [2022-05-23T22:30:53.321Z] https://docs.codecov.io/docs/fixing-reports [2022-05-23T22:30:53.582Z] + Found adjustments [2022-05-23T22:30:53.582Z] ==> Gzipping contents [2022-05-23T22:30:53.582Z] 4.0K /tmp/codecov.Iwb1EB.gz [2022-05-23T22:30:53.582Z] ==> Uploading reports [2022-05-23T22:30:53.582Z] url: https://codecov.io [2022-05-23T22:30:53.582Z] query: branch=main&commit=354093ed76bafc9ccf1014354cec2dcad1025761&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-23T22:30:53.582Z] -> Pinging Codecov [2022-05-23T22:30:53.582Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=main&commit=354093ed76bafc9ccf1014354cec2dcad1025761&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-23T22:30:53.842Z] -> Uploading to [2022-05-23T22:30:53.842Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-23/A97CA9966030D2A3747ED39772930CCE/354093ed76bafc9ccf1014354cec2dcad1025761/1d74507e-a226-4a31-b391-827ea9451c08.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220523%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220523T223053Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4e37294238970d706e8d8ce1731e52d98a43649038e72fea49941ba77ac40542 [2022-05-23T22:30:53.842Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T22:30:53.842Z] Dload Upload Total Spent Left Speed [2022-05-23T22:30:54.105Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 592 0 0 100 592 0 2358 --:--:-- --:--:-- --:--:-- 2368 [2022-05-23T22:30:54.105Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/354093ed76bafc9ccf1014354cec2dcad1025761 [Pipeline] } [2022-05-23T22:30:54.113Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-05-23T22:30:54.382Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-05-23T22:30:54.423Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:54.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-23T22:30:54.723Z] [2022-05-23T22:30:54.723Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:30:55.027Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-23T22:30:55.027Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-05-23T22:30:55.027Z] 188c0c94c7c5: Pulling fs layer [2022-05-23T22:30:55.027Z] 0ef7d3d256c8: Pulling fs layer [2022-05-23T22:30:55.027Z] de9db76c5a1d: Pulling fs layer [2022-05-23T22:30:55.027Z] 0eba1c9be4d2: Pulling fs layer [2022-05-23T22:30:55.027Z] 0d57e429df01: Pulling fs layer [2022-05-23T22:30:55.027Z] 4e4be7b47b0d: Pulling fs layer [2022-05-23T22:30:55.027Z] e1f770b5df2f: Pulling fs layer [2022-05-23T22:30:55.027Z] 85a0685a4137: Pulling fs layer [2022-05-23T22:30:55.027Z] 0eba1c9be4d2: Waiting [2022-05-23T22:30:55.027Z] 0d57e429df01: Waiting [2022-05-23T22:30:55.027Z] 4e4be7b47b0d: Waiting [2022-05-23T22:30:55.027Z] 85a0685a4137: Waiting [2022-05-23T22:30:55.027Z] de9db76c5a1d: Verifying Checksum [2022-05-23T22:30:55.027Z] de9db76c5a1d: Download complete [2022-05-23T22:30:55.027Z] 0ef7d3d256c8: Verifying Checksum [2022-05-23T22:30:55.027Z] 0ef7d3d256c8: Download complete [2022-05-23T22:30:55.027Z] 0d57e429df01: Download complete [2022-05-23T22:30:55.027Z] 4e4be7b47b0d: Verifying Checksum [2022-05-23T22:30:55.027Z] 4e4be7b47b0d: Download complete [2022-05-23T22:30:55.027Z] 188c0c94c7c5: Download complete [2022-05-23T22:30:55.287Z] 188c0c94c7c5: Pull complete [2022-05-23T22:30:55.287Z] e1f770b5df2f: Verifying Checksum [2022-05-23T22:30:55.287Z] e1f770b5df2f: Download complete [2022-05-23T22:30:55.287Z] 0ef7d3d256c8: Pull complete [2022-05-23T22:30:55.547Z] de9db76c5a1d: Pull complete [2022-05-23T22:30:55.806Z] 0eba1c9be4d2: Verifying Checksum [2022-05-23T22:30:55.806Z] 0eba1c9be4d2: Download complete [2022-05-23T22:30:56.066Z] 85a0685a4137: Verifying Checksum [2022-05-23T22:30:56.066Z] 85a0685a4137: Download complete [2022-05-23T22:30:59.352Z] 0eba1c9be4d2: Pull complete [2022-05-23T22:30:59.352Z] 0d57e429df01: Pull complete [2022-05-23T22:30:59.352Z] 4e4be7b47b0d: Pull complete [2022-05-23T22:30:59.609Z] e1f770b5df2f: Pull complete [2022-05-23T22:31:02.894Z] 85a0685a4137: Pull complete [2022-05-23T22:31:02.894Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-05-23T22:31:02.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-23T22:31:02.894Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-05-23T22:31:02.960Z] prd-ubuntu20.04-docker-8c-8g-64417 does not seem to be running inside a container [2022-05-23T22:31:03.011Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-05-23T22:31:05.238Z] $ docker top d42425a9adf3746cd1c06ec85c5a6e667b150f2e17e7d0aa852de1e46cbeb7a1 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-23T22:31:05.300Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-05-23T22:31:05.582Z] + set -o pipefail [2022-05-23T22:31:05.582Z] + snyk monitor '--org=edgex-jenkins' [2022-05-23T22:31:12.156Z] [2022-05-23T22:31:12.156Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-05-23T22:31:12.156Z] [2022-05-23T22:31:12.156Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/9fe14349-e28f-4d0a-bd11-15d237d32069 [2022-05-23T22:31:12.156Z] [2022-05-23T22:31:12.156Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-05-23T22:31:12.156Z] [2022-05-23T22:31:12.156Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-05-23T22:31:12.156Z] [2022-05-23T22:31:12.415Z] [Pipeline] } [2022-05-23T22:31:12.441Z] $ docker stop --time=1 d42425a9adf3746cd1c06ec85c5a6e667b150f2e17e7d0aa852de1e46cbeb7a1 [2022-05-23T22:31:14.661Z] $ docker rm -f d42425a9adf3746cd1c06ec85c5a6e667b150f2e17e7d0aa852de1e46cbeb7a1 [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-05-23T22:31:15.320Z] + git log --format=format:%s -1 354093ed76bafc9ccf1014354cec2dcad1025761 [Pipeline] sh [2022-05-23T22:31:15.610Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T22:31:15.610Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:31:15.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T22:31:15.901Z] . [Pipeline] withDockerContainer [2022-05-23T22:31:15.967Z] prd-ubuntu20.04-docker-8c-8g-64417 does not seem to be running inside a container [2022-05-23T22:31:16.012Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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/py-git-semver:latest cat [2022-05-23T22:31:16.393Z] $ docker top 47aabb2b6a68c6f8fac8da968edf7f9ba1697bf6a7a62c93d0cae4c97c017d7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T22:31:16.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T22:31:16.471Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T22:31:16.587Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T22:31:16.603Z] $ docker exec 47aabb2b6a68c6f8fac8da968edf7f9ba1697bf6a7a62c93d0cae4c97c017d7e ssh-agent [2022-05-23T22:31:16.708Z] SSH_AUTH_SOCK=/tmp/ssh-vQGf5Lv5fWp9/agent.32 [2022-05-23T22:31:16.708Z] SSH_AGENT_PID=38 [2022-05-23T22:31:16.713Z] Running ssh-add (command line suppressed) [2022-05-23T22:31:16.832Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5513658884860186123.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5513658884860186123.key) [2022-05-23T22:31:16.831Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T22:31:17.127Z] + git semver tag [2022-05-23T22:31:17.388Z] 2022-05-23 22:31:17,326 [run_tag] DEBUG tag force:False [2022-05-23T22:31:17.388Z] 2022-05-23 22:31:17,326 [check_head_tag] DEBUG check head tag [2022-05-23T22:31:17.388Z] 2022-05-23 22:31:17,328 [execute] INFO git cat-file --batch-check [2022-05-23T22:31:17.388Z] 2022-05-23 22:31:17,328 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2022-05-23T22:31:17.388Z] 2022-05-23 22:31:17,332 [execute] INFO git cat-file --batch [2022-05-23T22:31:17.388Z] 2022-05-23 22:31:17,332 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2022-05-23T22:31:17.388Z] 2022-05-23 22:31:17,356 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-05-23T22:31:17.388Z] 2022-05-23 22:31:17,357 [execute] INFO git tag -a v2.2.1-dev.1 -m v2.2.1-dev.1 [2022-05-23T22:31:17.388Z] 2022-05-23 22:31:17,357 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.1', '-m', 'v2.2.1-dev.1'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2022-05-23T22:31:17.388Z] 2022-05-23 22:31:17,361 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-05-23T22:31:17.388Z] 2.2.1-dev.1 [Pipeline] } [2022-05-23T22:31:17.412Z] $ docker exec --env ******** --env ******** 47aabb2b6a68c6f8fac8da968edf7f9ba1697bf6a7a62c93d0cae4c97c017d7e ssh-agent -k [2022-05-23T22:31:17.522Z] unset SSH_AUTH_SOCK; [2022-05-23T22:31:17.522Z] unset SSH_AGENT_PID; [2022-05-23T22:31:17.522Z] echo Agent pid 38 killed; [2022-05-23T22:31:17.525Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T22:31:17.838Z] + git semver [Pipeline] } [2022-05-23T22:31:18.127Z] $ docker stop --time=1 47aabb2b6a68c6f8fac8da968edf7f9ba1697bf6a7a62c93d0cae4c97c017d7e [2022-05-23T22:31:19.430Z] $ docker rm -f 47aabb2b6a68c6f8fac8da968edf7f9ba1697bf6a7a62c93d0cae4c97c017d7e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:31:19.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-23T22:31:19.814Z] [2022-05-23T22:31:19.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:31:20.112Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-23T22:31:20.112Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-05-23T22:31:20.112Z] ab5ef0e58194: Pulling fs layer [2022-05-23T22:31:20.112Z] 9712f1f96733: Pulling fs layer [2022-05-23T22:31:20.112Z] 63f879dbbcfc: Pulling fs layer [2022-05-23T22:31:20.112Z] 0d9ebad4ef96: Pulling fs layer [2022-05-23T22:31:20.112Z] e9a5061849ea: Pulling fs layer [2022-05-23T22:31:20.112Z] d747dcd14b5f: Pulling fs layer [2022-05-23T22:31:20.112Z] 2de7ff778b66: Pulling fs layer [2022-05-23T22:31:20.112Z] 0d9ebad4ef96: Waiting [2022-05-23T22:31:20.112Z] e9a5061849ea: Waiting [2022-05-23T22:31:20.112Z] d747dcd14b5f: Waiting [2022-05-23T22:31:20.112Z] 2de7ff778b66: Waiting [2022-05-23T22:31:20.112Z] 9712f1f96733: Verifying Checksum [2022-05-23T22:31:20.112Z] 9712f1f96733: Download complete [2022-05-23T22:31:20.371Z] 63f879dbbcfc: Verifying Checksum [2022-05-23T22:31:20.371Z] 63f879dbbcfc: Download complete [2022-05-23T22:31:20.629Z] e9a5061849ea: Verifying Checksum [2022-05-23T22:31:20.629Z] e9a5061849ea: Download complete [2022-05-23T22:31:20.629Z] 0d9ebad4ef96: Verifying Checksum [2022-05-23T22:31:20.629Z] 0d9ebad4ef96: Download complete [2022-05-23T22:31:20.629Z] d747dcd14b5f: Verifying Checksum [2022-05-23T22:31:20.629Z] d747dcd14b5f: Download complete [2022-05-23T22:31:20.629Z] ab5ef0e58194: Download complete [2022-05-23T22:31:20.629Z] 2de7ff778b66: Verifying Checksum [2022-05-23T22:31:20.629Z] 2de7ff778b66: Download complete [2022-05-23T22:31:23.227Z] ab5ef0e58194: Pull complete [2022-05-23T22:31:23.227Z] 9712f1f96733: Pull complete [2022-05-23T22:31:23.793Z] 63f879dbbcfc: Pull complete [2022-05-23T22:31:27.983Z] 0d9ebad4ef96: Pull complete [2022-05-23T22:31:27.983Z] e9a5061849ea: Pull complete [2022-05-23T22:31:27.983Z] d747dcd14b5f: Pull complete [2022-05-23T22:31:28.921Z] 2de7ff778b66: Pull complete [2022-05-23T22:31:28.921Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-05-23T22:31:28.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-23T22:31:28.921Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-05-23T22:31:28.986Z] prd-ubuntu20.04-docker-8c-8g-64417 does not seem to be running inside a container [2022-05-23T22:31:29.030Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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:0.23.1-centos7 cat [2022-05-23T22:31:31.061Z] $ docker top 3296db6569e9a9a94f2bcc5048719cc7db43d25678a0936f8319b7f05b319e48 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-05-23T22:31:31.128Z] provisioning config files... [2022-05-23T22:31:31.138Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4262708234083645703tmp [2022-05-23T22:31:31.148Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3848242678352236721tmp [2022-05-23T22:31:31.160Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2503478179726184944tmp [Pipeline] { [Pipeline] echo [2022-05-23T22:31:31.175Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:31:31.462Z] ---> sigul-configuration.sh [2022-05-23T22:31:31.462Z] gpg: directory `/root/.gnupg' created [2022-05-23T22:31:31.462Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-05-23T22:31:31.462Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-05-23T22:31:31.462Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-05-23T22:31:31.462Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-05-23T22:31:31.462Z] gpg: CAST5 encrypted data [2022-05-23T22:31:31.462Z] gpg: encrypted with 1 passphrase [2022-05-23T22:31:31.462Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-05-23T22:31:31.750Z] + mkdir /home/jenkins [2022-05-23T22:31:31.750Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-05-23T22:31:32.040Z] + 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-05-23T22:31:32.048Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:31:32.329Z] ---> sigul-install.sh [2022-05-23T22:31:32.329Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-05-23T22:31:32.616Z] + git tag --list [2022-05-23T22:31:32.616Z] v1.0.0 [2022-05-23T22:31:32.616Z] v1.1.0 [2022-05-23T22:31:32.616Z] v1.2.0 [2022-05-23T22:31:32.616Z] v1.3.0 [2022-05-23T22:31:32.616Z] v1.3.1 [2022-05-23T22:31:32.616Z] v2.0.0 [2022-05-23T22:31:32.616Z] v2.0.1 [2022-05-23T22:31:32.616Z] v2.0.1-dev.1 [2022-05-23T22:31:32.616Z] v2.0.2-dev.1 [2022-05-23T22:31:32.616Z] v2.0.2-dev.10 [2022-05-23T22:31:32.616Z] v2.0.2-dev.11 [2022-05-23T22:31:32.616Z] v2.0.2-dev.12 [2022-05-23T22:31:32.616Z] v2.0.2-dev.13 [2022-05-23T22:31:32.616Z] v2.0.2-dev.14 [2022-05-23T22:31:32.616Z] v2.0.2-dev.15 [2022-05-23T22:31:32.616Z] v2.0.2-dev.16 [2022-05-23T22:31:32.616Z] v2.0.2-dev.17 [2022-05-23T22:31:32.616Z] v2.0.2-dev.18 [2022-05-23T22:31:32.616Z] v2.0.2-dev.19 [2022-05-23T22:31:32.616Z] v2.0.2-dev.2 [2022-05-23T22:31:32.616Z] v2.0.2-dev.20 [2022-05-23T22:31:32.616Z] v2.0.2-dev.21 [2022-05-23T22:31:32.616Z] v2.0.2-dev.22 [2022-05-23T22:31:32.616Z] v2.0.2-dev.23 [2022-05-23T22:31:32.616Z] v2.0.2-dev.24 [2022-05-23T22:31:32.616Z] v2.0.2-dev.25 [2022-05-23T22:31:32.616Z] v2.0.2-dev.26 [2022-05-23T22:31:32.616Z] v2.0.2-dev.27 [2022-05-23T22:31:32.616Z] v2.0.2-dev.28 [2022-05-23T22:31:32.616Z] v2.0.2-dev.29 [2022-05-23T22:31:32.616Z] v2.0.2-dev.3 [2022-05-23T22:31:32.616Z] v2.0.2-dev.30 [2022-05-23T22:31:32.616Z] v2.0.2-dev.4 [2022-05-23T22:31:32.616Z] v2.0.2-dev.5 [2022-05-23T22:31:32.616Z] v2.0.2-dev.6 [2022-05-23T22:31:32.616Z] v2.0.2-dev.7 [2022-05-23T22:31:32.616Z] v2.0.2-dev.8 [2022-05-23T22:31:32.616Z] v2.0.2-dev.9 [2022-05-23T22:31:32.616Z] v2.1.0 [2022-05-23T22:31:32.616Z] v2.2.0 [2022-05-23T22:31:32.616Z] v2.2.0-dev.1 [2022-05-23T22:31:32.616Z] v2.2.0-dev.10 [2022-05-23T22:31:32.616Z] v2.2.0-dev.11 [2022-05-23T22:31:32.616Z] v2.2.0-dev.12 [2022-05-23T22:31:32.616Z] v2.2.0-dev.13 [2022-05-23T22:31:32.616Z] v2.2.0-dev.14 [2022-05-23T22:31:32.616Z] v2.2.0-dev.15 [2022-05-23T22:31:32.616Z] v2.2.0-dev.16 [2022-05-23T22:31:32.616Z] v2.2.0-dev.17 [2022-05-23T22:31:32.616Z] v2.2.0-dev.18 [2022-05-23T22:31:32.616Z] v2.2.0-dev.19 [2022-05-23T22:31:32.616Z] v2.2.0-dev.2 [2022-05-23T22:31:32.616Z] v2.2.0-dev.20 [2022-05-23T22:31:32.616Z] v2.2.0-dev.21 [2022-05-23T22:31:32.616Z] v2.2.0-dev.22 [2022-05-23T22:31:32.616Z] v2.2.0-dev.23 [2022-05-23T22:31:32.616Z] v2.2.0-dev.24 [2022-05-23T22:31:32.616Z] v2.2.0-dev.25 [2022-05-23T22:31:32.616Z] v2.2.0-dev.26 [2022-05-23T22:31:32.616Z] v2.2.0-dev.27 [2022-05-23T22:31:32.616Z] v2.2.0-dev.28 [2022-05-23T22:31:32.616Z] v2.2.0-dev.29 [2022-05-23T22:31:32.616Z] v2.2.0-dev.3 [2022-05-23T22:31:32.616Z] v2.2.0-dev.30 [2022-05-23T22:31:32.616Z] v2.2.0-dev.31 [2022-05-23T22:31:32.616Z] v2.2.0-dev.32 [2022-05-23T22:31:32.616Z] v2.2.0-dev.33 [2022-05-23T22:31:32.616Z] v2.2.0-dev.34 [2022-05-23T22:31:32.616Z] v2.2.0-dev.35 [2022-05-23T22:31:32.616Z] v2.2.0-dev.36 [2022-05-23T22:31:32.616Z] v2.2.0-dev.37 [2022-05-23T22:31:32.616Z] v2.2.0-dev.38 [2022-05-23T22:31:32.616Z] v2.2.0-dev.39 [2022-05-23T22:31:32.616Z] v2.2.0-dev.4 [2022-05-23T22:31:32.616Z] v2.2.0-dev.5 [2022-05-23T22:31:32.616Z] v2.2.0-dev.6 [2022-05-23T22:31:32.616Z] v2.2.0-dev.7 [2022-05-23T22:31:32.616Z] v2.2.0-dev.8 [2022-05-23T22:31:32.616Z] v2.2.0-dev.9 [2022-05-23T22:31:32.616Z] v2.2.1-dev.1 [Pipeline] sh [2022-05-23T22:31:32.910Z] + lftools sign git-tag v2.2.1-dev.1 [2022-05-23T22:31:33.479Z] Signing Git tag with Sigul... [2022-05-23T22:31:33.479Z] Signing v2.2.1-dev.1 [Pipeline] echo [2022-05-23T22:31:34.059Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:31:34.345Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-05-23T22:31:34.353Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-05-23T22:31:34.384Z] $ docker stop --time=1 3296db6569e9a9a94f2bcc5048719cc7db43d25678a0936f8319b7f05b319e48 [2022-05-23T22:31:35.683Z] $ docker rm -f 3296db6569e9a9a94f2bcc5048719cc7db43d25678a0936f8319b7f05b319e48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-05-23T22:31:36.100Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T22:31:36.100Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:31:36.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T22:31:36.393Z] . [Pipeline] withDockerContainer [2022-05-23T22:31:36.456Z] prd-ubuntu20.04-docker-8c-8g-64417 does not seem to be running inside a container [2022-05-23T22:31:36.501Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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/py-git-semver:latest cat [2022-05-23T22:31:36.892Z] $ docker top cd2e7905243b1cd4a6ca5558f4a35c54b59b731424fd6c0b46ea4fa5d8dbf727 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T22:31:36.972Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T22:31:36.972Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T22:31:37.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T22:31:37.106Z] $ docker exec cd2e7905243b1cd4a6ca5558f4a35c54b59b731424fd6c0b46ea4fa5d8dbf727 ssh-agent [2022-05-23T22:31:37.217Z] SSH_AUTH_SOCK=/tmp/ssh-T2tJdXLBRlpP/agent.33 [2022-05-23T22:31:37.217Z] SSH_AGENT_PID=39 [2022-05-23T22:31:37.221Z] Running ssh-add (command line suppressed) [2022-05-23T22:31:37.350Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3686357438925966239.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3686357438925966239.key) [2022-05-23T22:31:37.348Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T22:31:37.645Z] + git semver bump pre [2022-05-23T22:31:37.906Z] 2022-05-23 22:31:37,818 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-05-23T22:31:37.906Z] 2022-05-23 22:31:37,818 [bump_version] DEBUG bumping version:2.2.1-dev.1 on axis:pre with prefix:dev [2022-05-23T22:31:37.906Z] 2022-05-23 22:31:37,818 [bump_version] DEBUG bumped version:2.2.1-dev.2 [2022-05-23T22:31:37.906Z] 2022-05-23 22:31:37,818 [write_version] DEBUG write version:2.2.1-dev.2 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2022-05-23T22:31:37.906Z] 2022-05-23 22:31:37,818 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-05-23T22:31:37.906Z] 2022-05-23 22:31:37,818 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2022-05-23T22:31:37.906Z] 2022-05-23 22:31:37,820 [execute] INFO git cat-file --batch-check [2022-05-23T22:31:37.906Z] 2022-05-23 22:31:37,821 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-05-23T22:31:37.906Z] 2022-05-23 22:31:37,826 [execute] INFO git cat-file --batch [2022-05-23T22:31:37.906Z] 2022-05-23 22:31:37,826 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-05-23T22:31:37.906Z] 2022-05-23 22:31:37,831 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-05-23T22:31:37.906Z] 2.2.1-dev.2 [Pipeline] } [2022-05-23T22:31:37.930Z] $ docker exec --env ******** --env ******** cd2e7905243b1cd4a6ca5558f4a35c54b59b731424fd6c0b46ea4fa5d8dbf727 ssh-agent -k [2022-05-23T22:31:38.036Z] unset SSH_AUTH_SOCK; [2022-05-23T22:31:38.037Z] unset SSH_AGENT_PID; [2022-05-23T22:31:38.037Z] echo Agent pid 39 killed; [2022-05-23T22:31:38.033Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T22:31:38.335Z] + git semver [Pipeline] } [2022-05-23T22:31:38.627Z] $ docker stop --time=1 cd2e7905243b1cd4a6ca5558f4a35c54b59b731424fd6c0b46ea4fa5d8dbf727 [2022-05-23T22:31:39.952Z] $ docker rm -f cd2e7905243b1cd4a6ca5558f4a35c54b59b731424fd6c0b46ea4fa5d8dbf727 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T22:31:40.292Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T22:31:40.292Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:31:40.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T22:31:40.587Z] . [Pipeline] withDockerContainer [2022-05-23T22:31:40.654Z] prd-ubuntu20.04-docker-8c-8g-64417 does not seem to be running inside a container [2022-05-23T22:31:40.700Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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/py-git-semver:latest cat [2022-05-23T22:31:41.069Z] $ docker top 26d15a7d7c6a568bf93137830295e8327ca872c755f2ef684c845f0ee582a50f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T22:31:41.161Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T22:31:41.161Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T22:31:41.302Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T22:31:41.318Z] $ docker exec 26d15a7d7c6a568bf93137830295e8327ca872c755f2ef684c845f0ee582a50f ssh-agent [2022-05-23T22:31:41.437Z] SSH_AUTH_SOCK=/tmp/ssh-lNVwDSrZqnua/agent.33 [2022-05-23T22:31:41.437Z] SSH_AGENT_PID=39 [2022-05-23T22:31:41.442Z] Running ssh-add (command line suppressed) [2022-05-23T22:31:41.581Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6827467719283889728.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6827467719283889728.key) [2022-05-23T22:31:41.582Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T22:31:41.871Z] + git semver push [2022-05-23T22:31:42.130Z] 2022-05-23 22:31:42,087 [run_push] DEBUG push [2022-05-23T22:31:42.130Z] 2022-05-23 22:31:42,088 [execute] INFO git push origin semver [2022-05-23T22:31:42.130Z] 2022-05-23 22:31:42,088 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-05-23T22:31:43.069Z] 2022-05-23 22:31:42,798 [run_push] DEBUG push all version tags [2022-05-23T22:31:43.069Z] 2022-05-23 22:31:42,799 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-05-23T22:31:43.069Z] 2022-05-23 22:31:42,799 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2022-05-23T22:31:43.643Z] 2022-05-23 22:31:43,461 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-05-23T22:31:43.643Z] 2.2.1-dev.2 [Pipeline] } [2022-05-23T22:31:43.678Z] $ docker exec --env ******** --env ******** 26d15a7d7c6a568bf93137830295e8327ca872c755f2ef684c845f0ee582a50f ssh-agent -k [2022-05-23T22:31:43.774Z] unset SSH_AUTH_SOCK; [2022-05-23T22:31:43.774Z] unset SSH_AGENT_PID; [2022-05-23T22:31:43.774Z] echo Agent pid 39 killed; [2022-05-23T22:31:43.774Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T22:31:44.082Z] + git semver [Pipeline] } [2022-05-23T22:31:44.369Z] $ docker stop --time=1 26d15a7d7c6a568bf93137830295e8327ca872c755f2ef684c845f0ee582a50f [2022-05-23T22:31:45.671Z] $ docker rm -f 26d15a7d7c6a568bf93137830295e8327ca872c755f2ef684c845f0ee582a50f [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-05-23T22:31:46.240Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-05-23T22:31:46.241Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-05-23T22:31:46.241Z] total 16 [2022-05-23T22:31:46.241Z] drwxr-xr-x 3 root root 4096 May 23 22:23 . [2022-05-23T22:31:46.241Z] drwxrwxr-x 9 jenkins jenkins 4096 May 23 22:31 .. [2022-05-23T22:31:46.241Z] drwxr-xr-x 2 root root 4096 May 23 22:23 cost [2022-05-23T22:31:46.241Z] -rw-r--r-- 1 root root 94 May 23 22:23 cost.csv [2022-05-23T22:31:46.241Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-05-23T22:31:46.241Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-05-23T22:31:46.241Z] total 16 [2022-05-23T22:31:46.241Z] drwxr-xr-x 3 jenkins jenkins 4096 May 23 22:23 . [2022-05-23T22:31:46.241Z] drwxrwxr-x 9 jenkins jenkins 4096 May 23 22:31 .. [2022-05-23T22:31:46.241Z] drwxr-xr-x 2 jenkins jenkins 4096 May 23 22:23 cost [2022-05-23T22:31:46.241Z] -rw-r--r-- 1 jenkins jenkins 94 May 23 22:23 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:31:46.542Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:31:47.525Z] ---> package-listing.sh [2022-05-23T22:31:47.525Z] ++ facter osfamily [2022-05-23T22:31:47.525Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-23T22:31:47.786Z] + OS_FAMILY=debian [2022-05-23T22:31:47.786Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-05-23T22:31:47.786Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-23T22:31:47.786Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-23T22:31:47.786Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-23T22:31:47.786Z] + PACKAGES=/tmp/packages_start.txt [2022-05-23T22:31:47.786Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-05-23T22:31:47.786Z] + PACKAGES=/tmp/packages_end.txt [2022-05-23T22:31:47.786Z] + case "${OS_FAMILY}" in [2022-05-23T22:31:47.786Z] + dpkg -l [2022-05-23T22:31:47.786Z] + grep '^ii' [2022-05-23T22:31:47.786Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-23T22:31:47.786Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-23T22:31:47.786Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-23T22:31:47.786Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-05-23T22:31:47.786Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-05-23T22:31:47.786Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2022-05-23T22:31:47.799Z] 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-23T22:31:48.082Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-23T22:31:48.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T22:31:48.640Z] . [Pipeline] withDockerContainer [2022-05-23T22:31:48.716Z] prd-ubuntu20.04-docker-8c-8g-64417 does not seem to be running inside a container [2022-05-23T22:31:48.765Z] $ 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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-05-23T22:31:49.005Z] $ docker top f686333834071dccb45fc6006a9dd647b792589013714c55d073cdba54fe5d5a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T22:31:49.358Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-23T22:31:49.645Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-23T22:31:49.933Z] + ls /var/log/sa-host [2022-05-23T22:31:49.933Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T22:31:50.158Z] provisioning config files... [2022-05-23T22:31:50.167Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4265542379089357732tmp [Pipeline] { [Pipeline] echo [2022-05-23T22:31:50.182Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:31:50.468Z] ---> create-netrc.sh [Pipeline] } [2022-05-23T22:31:50.476Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:31:50.829Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-23T22:31:50.837Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:31:51.129Z] ---> sudo-logs.sh [2022-05-23T22:31:51.129Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-23T22:31:51.160Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:31:51.445Z] ---> job-cost.sh [2022-05-23T22:31:51.445Z] lf-activate-venv: SKIPPING [2022-05-23T22:31:51.445Z] DEBUG: total: 0.2199999988079071 [2022-05-23T22:31:51.445Z] INFO: Retrieving Stack Cost... [2022-05-23T22:31:51.705Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-23T22:31:52.277Z] INFO: Archiving Costs [Pipeline] echo [2022-05-23T22:31:52.289Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T22:31:52.576Z] ---> logs-deploy.sh [2022-05-23T22:31:52.576Z] lf-activate-venv: SKIPPING [2022-05-23T22:31:52.576Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/77 [2022-05-23T22:31:52.576Z] INFO: archiving workspace using pattern(s): [2022-05-23T22:31:53.519Z] Archives upload complete. [2022-05-23T22:31:53.780Z] INFO: archiving logs to Nexus