Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 726c7bac779ae455276856dfdf2d144874947dc5 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-ssh9947250049127303885.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1097230568814131759.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16065256311364560537.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10377536237037809001.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7274818833536836379.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5966’ Running on prd-ubuntu20.04-docker-8c-8g-5974 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 726c7bac779ae455276856dfdf2d144874947dc5 (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 726c7bac779ae455276856dfdf2d144874947dc5 # timeout=10 Commit message: "refactor!:Change configuration profile formats to YAML (#535)" > git rev-list --no-walk 6ea7de7037f69387958e609f1deec0c61dae2d1a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-28T02:14:49.000Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-28T02:14:49.039Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-28T02:14:49.051Z] ========================================================= [2023-03-28T02:14:49.051Z] EdgeX Global Pipelines Version Info [2023-03-28T02:14:49.051Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:14:49.834Z] ------------------- [2023-03-28T02:14:49.835Z] stable info: [2023-03-28T02:14:49.835Z] ------------------- [2023-03-28T02:14:49.835Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-28T02:14:49.835Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-28T02:14:49.835Z] Message: update stable to v1.0.245 [2023-03-28T02:14:50.406Z] ------------------- [2023-03-28T02:14:50.406Z] experimental info: [2023-03-28T02:14:50.406Z] ------------------- [2023-03-28T02:14:50.406Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-28T02:14:50.406Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-03-28T02:14:50.406Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-28T02:14:50.574Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-03-28T02:14:50.589Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-03-28T02:14:50.602Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-28T02:14:50.616Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-28T02:14:50.626Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-28T02:14:50.637Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-28T02:14:50.650Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-28T02:14:50.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-28T02:14:50.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-28T02:14:50.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-28T02:14:50.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-28T02:14:50.698Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-03-28T02:14:50.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-28T02:14:50.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-28T02:14:50.734Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-28T02:14:50.750Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-28T02:14:50.765Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-28T02:14:50.774Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-28T02:14:50.786Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-28T02:14:50.800Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-28T02:14:50.812Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-28T02:14:50.824Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-28T02:14:50.835Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-28T02:14:50.846Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-28T02:14:50.854Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-28T02:14:50.862Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-28T02:14:50.874Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-28T02:14:50.885Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-28T02:14:50.894Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-28T02:14:50.905Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-28T02:14:50.913Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] echo [2023-03-28T02:14:50.925Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 726c7ba [Pipeline] echo [2023-03-28T02:14:50.945Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-28T02:14:50.996Z] provisioning config files... [2023-03-28T02:14:51.009Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16845550797414172493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:14:51.315Z] ---> docker-login.sh [2023-03-28T02:14:51.315Z] nexus3.edgexfoundry.org:10001 [2023-03-28T02:14:51.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:14:51.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:14:51.575Z] Configure a credential helper to remove this warning. See [2023-03-28T02:14:51.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:14:51.575Z] [2023-03-28T02:14:51.575Z] Login Succeeded [2023-03-28T02:14:51.575Z] nexus3.edgexfoundry.org:10002 [2023-03-28T02:14:51.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:14:51.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:14:51.836Z] Configure a credential helper to remove this warning. See [2023-03-28T02:14:51.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:14:51.836Z] [2023-03-28T02:14:51.836Z] Login Succeeded [2023-03-28T02:14:51.836Z] nexus3.edgexfoundry.org:10003 [2023-03-28T02:14:51.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:14:51.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:14:51.836Z] Configure a credential helper to remove this warning. See [2023-03-28T02:14:51.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:14:51.836Z] [2023-03-28T02:14:51.836Z] Login Succeeded [2023-03-28T02:14:51.836Z] nexus3.edgexfoundry.org:10004 [2023-03-28T02:14:52.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:14:52.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:14:52.099Z] Configure a credential helper to remove this warning. See [2023-03-28T02:14:52.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:14:52.099Z] [2023-03-28T02:14:52.099Z] Login Succeeded [2023-03-28T02:14:52.099Z] docker.io [2023-03-28T02:14:52.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:14:52.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:14:52.359Z] Configure a credential helper to remove this warning. See [2023-03-28T02:14:52.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:14:52.359Z] [2023-03-28T02:14:52.359Z] Login Succeeded [2023-03-28T02:14:52.359Z] ---> docker-login.sh ends [Pipeline] } [2023-03-28T02:14:52.367Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-28T02:14:52.756Z] + git rev-list -1 --merges 726c7bac779ae455276856dfdf2d144874947dc5~1..726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] echo [2023-03-28T02:14:52.813Z] -----------> git rev-list -1 --merges 726c7bac779ae455276856dfdf2d144874947dc5~1..726c7bac779ae455276856dfdf2d144874947dc5 726c7bac779ae455276856dfdf2d144874947dc5 [false] [Pipeline] sh [2023-03-28T02:14:53.101Z] + git log --format=format:%s -1 726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] echo [2023-03-28T02:14:53.116Z] ========================================================= [2023-03-28T02:14:53.116Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-28T02:14:53.116Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-28T02:14:53.451Z] + git log --format=format:%s -1 726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] echo [2023-03-28T02:14:53.463Z] [semverPrep] GIT_COMMIT: 726c7bac779ae455276856dfdf2d144874947dc5, Commit Message: refactor!:Change configuration profile formats to YAML (#535) [Pipeline] echo [2023-03-28T02:14:53.472Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-28T02:14:53.834Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-28T02:14:53.834Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-28T02:14:53.834Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-28T02:14:53.834Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-28T02:14:53.834Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-28T02:14:53.834Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-28T02:14:53.834Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:14:54.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-28T02:14:54.248Z] [2023-03-28T02:14:54.248Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:14:54.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-28T02:14:54.553Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-28T02:14:54.553Z] b85a868b505f: Pulling fs layer [2023-03-28T02:14:54.553Z] e2be974225ed: Pulling fs layer [2023-03-28T02:14:54.553Z] 339a4e72a1f5: Pulling fs layer [2023-03-28T02:14:54.553Z] 988bab9f4d93: Pulling fs layer [2023-03-28T02:14:54.553Z] 1469e6f7b9e6: Pulling fs layer [2023-03-28T02:14:54.553Z] eaf3925da568: Pulling fs layer [2023-03-28T02:14:54.553Z] bab4dde63d76: Pulling fs layer [2023-03-28T02:14:54.553Z] 988bab9f4d93: Waiting [2023-03-28T02:14:54.553Z] 1469e6f7b9e6: Waiting [2023-03-28T02:14:54.553Z] eaf3925da568: Waiting [2023-03-28T02:14:54.553Z] bde34c3a00c8: Pulling fs layer [2023-03-28T02:14:54.553Z] b352a97aabf1: Pulling fs layer [2023-03-28T02:14:54.553Z] 4872d77fe225: Pulling fs layer [2023-03-28T02:14:54.553Z] 5851b861e8e6: Pulling fs layer [2023-03-28T02:14:54.553Z] bab4dde63d76: Waiting [2023-03-28T02:14:54.553Z] b352a97aabf1: Waiting [2023-03-28T02:14:54.553Z] bde34c3a00c8: Waiting [2023-03-28T02:14:54.553Z] e2be974225ed: Verifying Checksum [2023-03-28T02:14:54.553Z] e2be974225ed: Download complete [2023-03-28T02:14:54.553Z] 988bab9f4d93: Verifying Checksum [2023-03-28T02:14:54.553Z] 988bab9f4d93: Download complete [2023-03-28T02:14:54.812Z] 1469e6f7b9e6: Verifying Checksum [2023-03-28T02:14:54.812Z] 1469e6f7b9e6: Download complete [2023-03-28T02:14:54.812Z] 339a4e72a1f5: Verifying Checksum [2023-03-28T02:14:54.812Z] 339a4e72a1f5: Download complete [2023-03-28T02:14:54.812Z] eaf3925da568: Download complete [2023-03-28T02:14:54.812Z] bde34c3a00c8: Verifying Checksum [2023-03-28T02:14:54.812Z] bde34c3a00c8: Download complete [2023-03-28T02:14:54.812Z] b352a97aabf1: Verifying Checksum [2023-03-28T02:14:54.812Z] b352a97aabf1: Download complete [2023-03-28T02:14:54.812Z] 4872d77fe225: Verifying Checksum [2023-03-28T02:14:54.812Z] 4872d77fe225: Download complete [2023-03-28T02:14:54.812Z] 5851b861e8e6: Verifying Checksum [2023-03-28T02:14:54.812Z] 5851b861e8e6: Download complete [2023-03-28T02:14:54.812Z] b85a868b505f: Verifying Checksum [2023-03-28T02:14:54.812Z] b85a868b505f: Download complete [2023-03-28T02:14:55.075Z] bab4dde63d76: Verifying Checksum [2023-03-28T02:14:55.075Z] bab4dde63d76: Download complete [2023-03-28T02:14:56.027Z] b85a868b505f: Pull complete [2023-03-28T02:14:56.287Z] e2be974225ed: Pull complete [2023-03-28T02:14:56.855Z] 339a4e72a1f5: Pull complete [2023-03-28T02:14:56.855Z] 988bab9f4d93: Pull complete [2023-03-28T02:14:57.114Z] 1469e6f7b9e6: Pull complete [2023-03-28T02:14:57.114Z] eaf3925da568: Pull complete [2023-03-28T02:14:59.019Z] bab4dde63d76: Pull complete [2023-03-28T02:14:59.019Z] bde34c3a00c8: Pull complete [2023-03-28T02:14:59.019Z] b352a97aabf1: Pull complete [2023-03-28T02:14:59.019Z] 4872d77fe225: Pull complete [2023-03-28T02:14:59.019Z] 5851b861e8e6: Pull complete [2023-03-28T02:14:59.019Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-28T02:14:59.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-28T02:14:59.019Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:14:59.115Z] prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container [2023-03-28T02:14:59.156Z] $ 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:0.1.4 cat [2023-03-28T02:15:00.800Z] $ docker top cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 -eo pid,comm [2023-03-28T02:15:00.849Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-28T02:15:00.849Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-28T02:15:00.894Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-28T02:15:00.894Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-28T02:15:01.005Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-28T02:15:01.020Z] $ docker exec cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 ssh-agent [2023-03-28T02:15:01.131Z] SSH_AUTH_SOCK=/tmp/ssh-IdCU3hgvX0Ba/agent.32 [2023-03-28T02:15:01.131Z] SSH_AGENT_PID=38 [2023-03-28T02:15:01.139Z] Running ssh-add (command line suppressed) [2023-03-28T02:15:01.250Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9765207672563441453.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9765207672563441453.key) [2023-03-28T02:15:01.259Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-28T02:15:01.546Z] + git tag --points-at HEAD [Pipeline] } [2023-03-28T02:15:01.566Z] $ docker exec --env ******** --env ******** cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 ssh-agent -k [2023-03-28T02:15:01.685Z] unset SSH_AUTH_SOCK; [2023-03-28T02:15:01.685Z] unset SSH_AGENT_PID; [2023-03-28T02:15:01.686Z] echo Agent pid 38 killed; [2023-03-28T02:15:01.687Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-28T02:15:01.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-28T02:15:01.709Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-28T02:15:01.832Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-28T02:15:01.841Z] $ docker exec cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 ssh-agent [2023-03-28T02:15:01.955Z] SSH_AUTH_SOCK=/tmp/ssh-boI0QwogiCzm/agent.71 [2023-03-28T02:15:01.955Z] SSH_AGENT_PID=77 [2023-03-28T02:15:01.962Z] Running ssh-add (command line suppressed) [2023-03-28T02:15:02.076Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14494054663229987095.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14494054663229987095.key) [2023-03-28T02:15:02.085Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-28T02:15:02.378Z] + git semver init [2023-03-28T02:15:02.638Z] 2023-03-28 02:15:02,614 [run_init] DEBUG init version:0.0.0 force:False [2023-03-28T02:15:02.638Z] 2023-03-28 02:15:02,615 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-03-28T02:15:02.638Z] 2023-03-28 02:15:02,616 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2023-03-28T02:15:02.638Z] 2023-03-28 02:15:02,616 [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) [2023-03-28T02:15:03.579Z] 2023-03-28 02:15:03,429 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-03-28T02:15:03.579Z] 2023-03-28 02:15:03,430 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2023-03-28T02:15:03.579Z] 2023-03-28 02:15:03,430 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-28T02:15:03.579Z] 2023-03-28 02:15:03,430 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-28T02:15:03.579Z] 3.0.0-dev.27 [Pipeline] } [2023-03-28T02:15:03.594Z] $ docker exec --env ******** --env ******** cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 ssh-agent -k [2023-03-28T02:15:03.705Z] unset SSH_AUTH_SOCK; [2023-03-28T02:15:03.706Z] unset SSH_AGENT_PID; [2023-03-28T02:15:03.706Z] echo Agent pid 77 killed; [2023-03-28T02:15:03.712Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-28T02:15:04.017Z] + git semver [Pipeline] } [2023-03-28T02:15:04.298Z] $ docker stop --time=1 cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 [2023-03-28T02:15:05.647Z] $ docker rm -f --volumes cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-28T02:15:05.982Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-28T02:15:06.212Z] Stashed 1 file(s) [Pipeline] echo [2023-03-28T02:15:06.216Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.27 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-28T02:15:06.314Z] provisioning config files... [2023-03-28T02:15:06.327Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9449339174101495403tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:15:06.626Z] ---> docker-login.sh [2023-03-28T02:15:06.626Z] nexus3.edgexfoundry.org:10001 [2023-03-28T02:15:06.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:15:06.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:15:06.627Z] Configure a credential helper to remove this warning. See [2023-03-28T02:15:06.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:15:06.627Z] [2023-03-28T02:15:06.627Z] Login Succeeded [2023-03-28T02:15:06.627Z] nexus3.edgexfoundry.org:10002 [2023-03-28T02:15:06.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:15:06.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:15:06.627Z] Configure a credential helper to remove this warning. See [2023-03-28T02:15:06.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:15:06.627Z] [2023-03-28T02:15:06.627Z] Login Succeeded [2023-03-28T02:15:06.627Z] nexus3.edgexfoundry.org:10003 [2023-03-28T02:15:06.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:15:06.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:15:06.886Z] Configure a credential helper to remove this warning. See [2023-03-28T02:15:06.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:15:06.886Z] [2023-03-28T02:15:06.886Z] Login Succeeded [2023-03-28T02:15:06.886Z] nexus3.edgexfoundry.org:10004 [2023-03-28T02:15:06.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:15:06.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:15:06.886Z] Configure a credential helper to remove this warning. See [2023-03-28T02:15:06.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:15:06.886Z] [2023-03-28T02:15:06.886Z] Login Succeeded [2023-03-28T02:15:06.886Z] docker.io [2023-03-28T02:15:07.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:15:07.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:15:07.145Z] Configure a credential helper to remove this warning. See [2023-03-28T02:15:07.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:15:07.145Z] [2023-03-28T02:15:07.145Z] Login Succeeded [2023-03-28T02:15:07.145Z] ---> docker-login.sh ends [Pipeline] } [2023-03-28T02:15:07.154Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-28T02:15:07.209Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-28T02:15:07.220Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-28T02:15:07.226Z] ========================================================= [2023-03-28T02:15:07.226Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-28T02:15:07.226Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:15:07.527Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-28T02:15:07.527Z] Sending build context to Docker daemon 3.241MB [2023-03-28T02:15:07.527Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-28T02:15:07.527Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-28T02:15:07.527Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-28T02:15:07.528Z] 63b65145d645: Pulling fs layer [2023-03-28T02:15:07.528Z] a2d21d5440eb: Pulling fs layer [2023-03-28T02:15:07.528Z] 935e6c44a52c: Pulling fs layer [2023-03-28T02:15:07.528Z] 94cc34f8dd06: Pulling fs layer [2023-03-28T02:15:07.528Z] 30dea6a524f1: Pulling fs layer [2023-03-28T02:15:07.528Z] a2aff8979fd8: Pulling fs layer [2023-03-28T02:15:07.528Z] 6808be2612f2: Pulling fs layer [2023-03-28T02:15:07.528Z] f25807f1079a: Pulling fs layer [2023-03-28T02:15:07.528Z] 94cc34f8dd06: Waiting [2023-03-28T02:15:07.528Z] 30dea6a524f1: Waiting [2023-03-28T02:15:07.528Z] a2aff8979fd8: Waiting [2023-03-28T02:15:07.528Z] 6808be2612f2: Waiting [2023-03-28T02:15:07.528Z] f25807f1079a: Waiting [2023-03-28T02:15:07.528Z] a2d21d5440eb: Verifying Checksum [2023-03-28T02:15:07.528Z] a2d21d5440eb: Download complete [2023-03-28T02:15:07.528Z] 94cc34f8dd06: Verifying Checksum [2023-03-28T02:15:07.528Z] 94cc34f8dd06: Download complete [2023-03-28T02:15:07.528Z] 30dea6a524f1: Verifying Checksum [2023-03-28T02:15:07.528Z] 30dea6a524f1: Download complete [2023-03-28T02:15:07.788Z] 63b65145d645: Verifying Checksum [2023-03-28T02:15:07.788Z] 63b65145d645: Download complete [2023-03-28T02:15:07.788Z] a2aff8979fd8: Verifying Checksum [2023-03-28T02:15:07.788Z] a2aff8979fd8: Download complete [2023-03-28T02:15:07.788Z] 63b65145d645: Pull complete [2023-03-28T02:15:08.051Z] a2d21d5440eb: Pull complete [2023-03-28T02:15:08.051Z] f25807f1079a: Download complete [2023-03-28T02:15:08.313Z] 935e6c44a52c: Verifying Checksum [2023-03-28T02:15:08.313Z] 935e6c44a52c: Download complete [2023-03-28T02:15:08.571Z] 6808be2612f2: Verifying Checksum [2023-03-28T02:15:08.571Z] 6808be2612f2: Download complete [2023-03-28T02:15:11.863Z] 935e6c44a52c: Pull complete [2023-03-28T02:15:12.124Z] 94cc34f8dd06: Pull complete [2023-03-28T02:15:12.124Z] 30dea6a524f1: Pull complete [2023-03-28T02:15:12.383Z] a2aff8979fd8: Pull complete [2023-03-28T02:15:14.917Z] 6808be2612f2: Pull complete [2023-03-28T02:15:15.489Z] f25807f1079a: Pull complete [2023-03-28T02:15:15.489Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-28T02:15:15.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-28T02:15:15.489Z] ---> 3b553350e43f [2023-03-28T02:15:15.489Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-28T02:15:18.026Z] ---> Running in 34a4dc86ff61 [2023-03-28T02:15:18.026Z] Removing intermediate container 34a4dc86ff61 [2023-03-28T02:15:18.026Z] ---> 11ed94d6e0d7 [2023-03-28T02:15:18.026Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-28T02:15:18.026Z] ---> Running in 2456879ae513 [2023-03-28T02:15:18.026Z] Removing intermediate container 2456879ae513 [2023-03-28T02:15:18.026Z] ---> 7467c5a62573 [2023-03-28T02:15:18.026Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-28T02:15:18.026Z] ---> Running in e004aa1dd6f5 [2023-03-28T02:15:18.286Z] Removing intermediate container e004aa1dd6f5 [2023-03-28T02:15:18.286Z] ---> cb800dd43092 [2023-03-28T02:15:18.286Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-28T02:15:18.286Z] ---> Running in 420041084f57 [2023-03-28T02:15:18.546Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T02:15:18.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T02:15:19.065Z] OK: 265 MiB in 53 packages [2023-03-28T02:15:19.329Z] Removing intermediate container 420041084f57 [2023-03-28T02:15:19.329Z] ---> e9c416378659 [2023-03-28T02:15:19.329Z] Step 7/12 : WORKDIR /app [2023-03-28T02:15:19.329Z] ---> Running in 1eb8d56e8c57 [2023-03-28T02:15:19.589Z] Removing intermediate container 1eb8d56e8c57 [2023-03-28T02:15:19.589Z] ---> a5a25e72e6a6 [2023-03-28T02:15:19.589Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-28T02:15:19.589Z] ---> 1c52f71b7450 [2023-03-28T02:15:19.589Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T02:15:19.589Z] ---> Running in 820ff6f0be70 [2023-03-28T02:15:21.287Z] Still waiting to schedule task [2023-03-28T02:15:21.288Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5970’ [2023-03-28T02:15:58.326Z] Removing intermediate container 820ff6f0be70 [2023-03-28T02:15:58.326Z] ---> 48f7f415fb46 [2023-03-28T02:15:58.326Z] Step 10/12 : COPY . . [2023-03-28T02:15:58.326Z] ---> ba964e237512 [2023-03-28T02:15:58.326Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-28T02:15:58.326Z] ---> Running in f0a077c9d0bf [2023-03-28T02:15:58.326Z] Removing intermediate container f0a077c9d0bf [2023-03-28T02:15:58.326Z] ---> 745c754d7bf0 [2023-03-28T02:15:58.326Z] Step 12/12 : RUN $MAKE [2023-03-28T02:15:58.326Z] ---> Running in 94c609286d4f [2023-03-28T02:15:58.326Z] noop [2023-03-28T02:15:58.895Z] Removing intermediate container 94c609286d4f [2023-03-28T02:15:58.895Z] ---> e3d839caa277 [2023-03-28T02:15:58.895Z] Successfully built e3d839caa277 [2023-03-28T02:15:58.895Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:15:59.202Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-28T02:15:59.202Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:15:59.278Z] prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container [2023-03-28T02:15:59.312Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-28T02:15:59.713Z] $ docker top 6903b88eda4e381575948de6f9e00693f145bcd5d740671db1506f8387062640 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-28T02:16:00.050Z] + go version [2023-03-28T02:16:00.050Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-28T02:16:00.063Z] $ docker stop --time=1 6903b88eda4e381575948de6f9e00693f145bcd5d740671db1506f8387062640 [2023-03-28T02:16:01.384Z] $ docker rm -f --volumes 6903b88eda4e381575948de6f9e00693f145bcd5d740671db1506f8387062640 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:16:01.788Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-28T02:16:01.789Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:16:01.859Z] prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container [2023-03-28T02:16:01.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-28T02:16:02.263Z] $ docker top 387c8a140ebfbda6cae070b5a732c98ce2d988353c56c903a9b4e250aa1bc132 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-28T02:16:02.602Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-03-28T02:16:02.895Z] + make test [2023-03-28T02:16:02.895Z] go test -race -coverprofile=coverage.out ./... [2023-03-28T02:16:20.969Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-28T02:16:39.037Z] go vet ./... [2023-03-28T02:16:43.221Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-28T02:16:43.221Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-28T02:16:43.221Z] ./bin/test-attribution-txt.sh [2023-03-28T02:16:43.221Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-03-28T02:16:43.232Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-28T02:16:43.247Z] $ docker stop --time=1 387c8a140ebfbda6cae070b5a732c98ce2d988353c56c903a9b4e250aa1bc132 [2023-03-28T02:16:46.516Z] $ docker rm -f --volumes 387c8a140ebfbda6cae070b5a732c98ce2d988353c56c903a9b4e250aa1bc132 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-28T02:16:47.018Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-28T02:16:47.057Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-28T02:16:47.565Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-28T02:16:47.845Z] + ls -al . [2023-03-28T02:16:47.845Z] total 176 [2023-03-28T02:16:47.845Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 28 02:16 . [2023-03-28T02:16:47.845Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 28 02:14 .. [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 28 02:14 .dockerignore [2023-03-28T02:16:47.845Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 28 02:15 .git [2023-03-28T02:16:47.845Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 28 02:14 .github [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 28 02:14 .gitignore [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 28 02:14 .golangci.yml [2023-03-28T02:16:47.845Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 28 02:15 .semver [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 9088 Mar 28 02:14 Attribution.txt [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 28 02:14 CHANGELOG.md [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 28 02:14 Dockerfile [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 28 02:14 GOVERNANCE.md [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 28 02:14 Jenkinsfile [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 28 02:14 LICENSE [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 28 02:14 OWNERS.md [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 28 02:14 README.md [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 28 02:15 VERSION [2023-03-28T02:16:47.845Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 28 02:14 bin [2023-03-28T02:16:47.845Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 28 02:16 coverage.out [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 3299 Mar 28 02:14 go.mod [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 30864 Mar 28 02:14 go.sum [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 28 02:14 main.go [2023-03-28T02:16:47.845Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 28 02:14 makefile [2023-03-28T02:16:47.845Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 28 02:14 res [2023-03-28T02:16:47.845Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 28 02:14 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:16:48.149Z] + 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=726c7bac779ae455276856dfdf2d144874947dc5 --label arch=amd64 --label version=3.0.0-dev.27 . [2023-03-28T02:16:48.149Z] Sending build context to Docker daemon 3.242MB [2023-03-28T02:16:48.149Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-28T02:16:48.149Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-28T02:16:48.149Z] ---> e3d839caa277 [2023-03-28T02:16:48.149Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-28T02:16:48.149Z] ---> Running in 73149fd71c4c [2023-03-28T02:16:48.408Z] Removing intermediate container 73149fd71c4c [2023-03-28T02:16:48.408Z] ---> 52ac48c3614d [2023-03-28T02:16:48.408Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-28T02:16:48.408Z] ---> Running in d216700cd1a3 [2023-03-28T02:16:48.408Z] Removing intermediate container d216700cd1a3 [2023-03-28T02:16:48.408Z] ---> a85249c9cae5 [2023-03-28T02:16:48.408Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-28T02:16:48.408Z] ---> Running in a95d2304bff5 [2023-03-28T02:16:48.666Z] Removing intermediate container a95d2304bff5 [2023-03-28T02:16:48.666Z] ---> 1d864a3d1c04 [2023-03-28T02:16:48.666Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-28T02:16:48.666Z] ---> Running in 684743b0d6b3 [2023-03-28T02:16:48.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T02:16:49.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T02:16:49.186Z] OK: 265 MiB in 53 packages [2023-03-28T02:16:49.754Z] Removing intermediate container 684743b0d6b3 [2023-03-28T02:16:49.754Z] ---> 7c74ae0d1309 [2023-03-28T02:16:49.754Z] Step 7/26 : WORKDIR /app [2023-03-28T02:16:49.754Z] ---> Running in b55d5ac7cd8f [2023-03-28T02:16:49.754Z] Removing intermediate container b55d5ac7cd8f [2023-03-28T02:16:49.754Z] ---> c0e94b897f8f [2023-03-28T02:16:49.754Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-28T02:16:50.012Z] ---> d920500d04ab [2023-03-28T02:16:50.012Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T02:16:50.012Z] ---> Running in ba5ec3a56d8f [2023-03-28T02:16:50.989Z] Removing intermediate container ba5ec3a56d8f [2023-03-28T02:16:50.989Z] ---> 2ad2481bef68 [2023-03-28T02:16:50.989Z] Step 10/26 : COPY . . [2023-03-28T02:16:50.989Z] ---> b124982dd296 [2023-03-28T02:16:50.989Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-28T02:16:51.266Z] ---> Running in 79b9692d4570 [2023-03-28T02:16:51.266Z] Removing intermediate container 79b9692d4570 [2023-03-28T02:16:51.266Z] ---> 0c7188607f3c [2023-03-28T02:16:51.266Z] Step 12/26 : RUN $MAKE [2023-03-28T02:16:51.266Z] ---> Running in 384bfc965cef [2023-03-28T02:16:51.550Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.27" -trimpath -mod=readonly -o app-service-configurable [2023-03-28T02:17:09.683Z] Removing intermediate container 384bfc965cef [2023-03-28T02:17:09.683Z] ---> 96ac63b1f201 [2023-03-28T02:17:09.683Z] Step 13/26 : FROM alpine:3.17 [2023-03-28T02:17:09.683Z] 3.17: Pulling from library/alpine [2023-03-28T02:17:09.683Z] 63b65145d645: Already exists [2023-03-28T02:17:09.683Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-28T02:17:09.683Z] Status: Downloaded newer image for alpine:3.17 [2023-03-28T02:17:09.683Z] ---> b2aa39c304c2 [2023-03-28T02:17:09.683Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-28T02:17:09.683Z] ---> Running in a6c3fbeb27ac [2023-03-28T02:17:09.683Z] Removing intermediate container a6c3fbeb27ac [2023-03-28T02:17:09.683Z] ---> 5d53438b3de7 [2023-03-28T02:17:09.683Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-28T02:17:09.683Z] ---> Running in 389ed0cbec19 [2023-03-28T02:17:09.943Z] Removing intermediate container 389ed0cbec19 [2023-03-28T02:17:09.943Z] ---> afc060dd5562 [2023-03-28T02:17:09.943Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-28T02:17:09.943Z] ---> Running in 44c43fd55f5b [2023-03-28T02:17:10.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T02:17:10.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T02:17:10.459Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-28T02:17:10.459Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-28T02:17:10.459Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T02:17:10.459Z] Executing ca-certificates-20220614-r4.trigger [2023-03-28T02:17:10.459Z] OK: 8 MiB in 17 packages [2023-03-28T02:17:11.028Z] Removing intermediate container 44c43fd55f5b [2023-03-28T02:17:11.028Z] ---> bb46982f1b43 [2023-03-28T02:17:11.028Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-28T02:17:11.291Z] ---> 5663d6598576 [2023-03-28T02:17:11.291Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-28T02:17:11.291Z] ---> d78a905b252c [2023-03-28T02:17:11.291Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-28T02:17:11.550Z] ---> a4684afec901 [2023-03-28T02:17:11.550Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-28T02:17:12.119Z] ---> e3c9c9c953a9 [2023-03-28T02:17:12.119Z] Step 21/26 : EXPOSE 48095 [2023-03-28T02:17:12.119Z] ---> Running in f00fc92fda4c [2023-03-28T02:17:12.378Z] Removing intermediate container f00fc92fda4c [2023-03-28T02:17:12.378Z] ---> 8753edbe3730 [2023-03-28T02:17:12.378Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-28T02:17:12.378Z] ---> Running in be17c1aec009 [2023-03-28T02:17:12.378Z] Removing intermediate container be17c1aec009 [2023-03-28T02:17:12.378Z] ---> 8960b84f3fbc [2023-03-28T02:17:12.378Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T02:17:12.378Z] ---> Running in 8976c9917bcc [2023-03-28T02:17:12.637Z] Removing intermediate container 8976c9917bcc [2023-03-28T02:17:12.637Z] ---> 9aa15761d2e2 [2023-03-28T02:17:12.637Z] Step 24/26 : LABEL arch=amd64 [2023-03-28T02:17:12.637Z] ---> Running in a0091fd26add [2023-03-28T02:17:12.637Z] Removing intermediate container a0091fd26add [2023-03-28T02:17:12.637Z] ---> 810a6bf69df1 [2023-03-28T02:17:12.637Z] Step 25/26 : LABEL git_sha=726c7bac779ae455276856dfdf2d144874947dc5 [2023-03-28T02:17:12.896Z] ---> Running in 315029ee1d43 [2023-03-28T02:17:12.896Z] Removing intermediate container 315029ee1d43 [2023-03-28T02:17:12.896Z] ---> 67e11c41a7e2 [2023-03-28T02:17:12.896Z] Step 26/26 : LABEL version=3.0.0-dev.27 [2023-03-28T02:17:12.896Z] ---> Running in 7e196070d229 [2023-03-28T02:17:13.162Z] Removing intermediate container 7e196070d229 [2023-03-28T02:17:13.162Z] ---> 05040b5bd6fc [2023-03-28T02:17:13.162Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-28T02:17:13.162Z] Successfully built 05040b5bd6fc [2023-03-28T02:17:13.162Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-28T02:17:13.264Z] provisioning config files... [2023-03-28T02:17:13.273Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6308656884464694397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:17:13.567Z] ---> docker-login.sh [2023-03-28T02:17:13.567Z] nexus3.edgexfoundry.org:10001 [2023-03-28T02:17:13.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:17:13.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:17:13.567Z] Configure a credential helper to remove this warning. See [2023-03-28T02:17:13.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:17:13.567Z] [2023-03-28T02:17:13.567Z] Login Succeeded [2023-03-28T02:17:13.567Z] nexus3.edgexfoundry.org:10002 [2023-03-28T02:17:13.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:17:13.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:17:13.567Z] Configure a credential helper to remove this warning. See [2023-03-28T02:17:13.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:17:13.567Z] [2023-03-28T02:17:13.567Z] Login Succeeded [2023-03-28T02:17:13.567Z] nexus3.edgexfoundry.org:10003 [2023-03-28T02:17:13.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:17:13.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:17:13.825Z] Configure a credential helper to remove this warning. See [2023-03-28T02:17:13.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:17:13.825Z] [2023-03-28T02:17:13.825Z] Login Succeeded [2023-03-28T02:17:13.825Z] nexus3.edgexfoundry.org:10004 [2023-03-28T02:17:13.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:17:13.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:17:13.825Z] Configure a credential helper to remove this warning. See [2023-03-28T02:17:13.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:17:13.825Z] [2023-03-28T02:17:13.825Z] Login Succeeded [2023-03-28T02:17:13.825Z] docker.io [2023-03-28T02:17:13.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:17:14.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:17:14.085Z] Configure a credential helper to remove this warning. See [2023-03-28T02:17:14.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:17:14.085Z] [2023-03-28T02:17:14.085Z] Login Succeeded [2023-03-28T02:17:14.085Z] ---> docker-login.sh ends [Pipeline] } [2023-03-28T02:17:14.092Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-28T02:17:14.124Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-28T02:17:14.143Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-03-28T02:17:14.143Z] 726c7bac779ae455276856dfdf2d144874947dc5 [2023-03-28T02:17:14.143Z] latest [2023-03-28T02:17:14.143Z] 3.0.0-dev.27 [2023-03-28T02:17:14.143Z] 726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 [2023-03-28T02:17:14.143Z] main [2023-03-28T02:17:14.143Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:17:14.448Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:17:14.759Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:726c7bac779ae455276856dfdf2d144874947dc5 [2023-03-28T02:17:14.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-28T02:17:14.759Z] 9a9fcbb84bea: Preparing [2023-03-28T02:17:14.759Z] 31ae901e1b28: Preparing [2023-03-28T02:17:14.759Z] 9113823b2286: Preparing [2023-03-28T02:17:14.759Z] 66b419913ba2: Preparing [2023-03-28T02:17:14.759Z] 465c320ec86b: Preparing [2023-03-28T02:17:14.759Z] 7cd52847ad77: Preparing [2023-03-28T02:17:14.759Z] 7cd52847ad77: Waiting [2023-03-28T02:17:14.759Z] 66b419913ba2: Pushed [2023-03-28T02:17:14.759Z] 9113823b2286: Pushed [2023-03-28T02:17:14.759Z] 465c320ec86b: Pushed [2023-03-28T02:17:14.759Z] 31ae901e1b28: Pushed [2023-03-28T02:17:14.759Z] 7cd52847ad77: Layer already exists [2023-03-28T02:17:17.291Z] 9a9fcbb84bea: Pushed [2023-03-28T02:17:17.291Z] 726c7bac779ae455276856dfdf2d144874947dc5: digest: sha256:4ca16f6923ee4f0694e6c4e01d6eea6b05742776b2d23c81cd94c50fe9a47444 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:17:17.605Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:17:17.915Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-03-28T02:17:17.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-28T02:17:17.916Z] 9a9fcbb84bea: Preparing [2023-03-28T02:17:17.916Z] 31ae901e1b28: Preparing [2023-03-28T02:17:17.916Z] 9113823b2286: Preparing [2023-03-28T02:17:17.916Z] 66b419913ba2: Preparing [2023-03-28T02:17:17.916Z] 465c320ec86b: Preparing [2023-03-28T02:17:17.916Z] 7cd52847ad77: Preparing [2023-03-28T02:17:17.916Z] 7cd52847ad77: Waiting [2023-03-28T02:17:17.916Z] 465c320ec86b: Layer already exists [2023-03-28T02:17:17.916Z] 66b419913ba2: Layer already exists [2023-03-28T02:17:17.916Z] 31ae901e1b28: Layer already exists [2023-03-28T02:17:17.916Z] 9a9fcbb84bea: Layer already exists [2023-03-28T02:17:17.916Z] 9113823b2286: Layer already exists [2023-03-28T02:17:17.916Z] 7cd52847ad77: Layer already exists [2023-03-28T02:17:17.916Z] latest: digest: sha256:4ca16f6923ee4f0694e6c4e01d6eea6b05742776b2d23c81cd94c50fe9a47444 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:17:18.237Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:17:18.538Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.27 [2023-03-28T02:17:18.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-28T02:17:18.538Z] 9a9fcbb84bea: Preparing [2023-03-28T02:17:18.538Z] 31ae901e1b28: Preparing [2023-03-28T02:17:18.538Z] 9113823b2286: Preparing [2023-03-28T02:17:18.538Z] 66b419913ba2: Preparing [2023-03-28T02:17:18.538Z] 465c320ec86b: Preparing [2023-03-28T02:17:18.538Z] 7cd52847ad77: Preparing [2023-03-28T02:17:18.538Z] 7cd52847ad77: Waiting [2023-03-28T02:17:18.538Z] 9a9fcbb84bea: Layer already exists [2023-03-28T02:17:18.538Z] 66b419913ba2: Layer already exists [2023-03-28T02:17:18.538Z] 9113823b2286: Layer already exists [2023-03-28T02:17:18.538Z] 31ae901e1b28: Layer already exists [2023-03-28T02:17:18.538Z] 465c320ec86b: Layer already exists [2023-03-28T02:17:18.538Z] 7cd52847ad77: Layer already exists [2023-03-28T02:17:18.538Z] 3.0.0-dev.27: digest: sha256:4ca16f6923ee4f0694e6c4e01d6eea6b05742776b2d23c81cd94c50fe9a47444 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:17:18.845Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:17:19.152Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 [2023-03-28T02:17:19.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-28T02:17:19.152Z] 9a9fcbb84bea: Preparing [2023-03-28T02:17:19.152Z] 31ae901e1b28: Preparing [2023-03-28T02:17:19.152Z] 9113823b2286: Preparing [2023-03-28T02:17:19.152Z] 66b419913ba2: Preparing [2023-03-28T02:17:19.152Z] 465c320ec86b: Preparing [2023-03-28T02:17:19.152Z] 7cd52847ad77: Preparing [2023-03-28T02:17:19.152Z] 7cd52847ad77: Waiting [2023-03-28T02:17:19.152Z] 66b419913ba2: Layer already exists [2023-03-28T02:17:19.152Z] 465c320ec86b: Layer already exists [2023-03-28T02:17:19.152Z] 31ae901e1b28: Layer already exists [2023-03-28T02:17:19.152Z] 9a9fcbb84bea: Layer already exists [2023-03-28T02:17:19.152Z] 9113823b2286: Layer already exists [2023-03-28T02:17:19.152Z] 7cd52847ad77: Layer already exists [2023-03-28T02:17:19.152Z] 726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27: digest: sha256:4ca16f6923ee4f0694e6c4e01d6eea6b05742776b2d23c81cd94c50fe9a47444 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:17:19.454Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:17:19.758Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-03-28T02:17:19.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-28T02:17:19.758Z] 9a9fcbb84bea: Preparing [2023-03-28T02:17:19.758Z] 31ae901e1b28: Preparing [2023-03-28T02:17:19.758Z] 9113823b2286: Preparing [2023-03-28T02:17:19.758Z] 66b419913ba2: Preparing [2023-03-28T02:17:19.758Z] 465c320ec86b: Preparing [2023-03-28T02:17:19.758Z] 7cd52847ad77: Preparing [2023-03-28T02:17:19.758Z] 7cd52847ad77: Waiting [2023-03-28T02:17:19.758Z] 31ae901e1b28: Layer already exists [2023-03-28T02:17:19.758Z] 9113823b2286: Layer already exists [2023-03-28T02:17:19.758Z] 465c320ec86b: Layer already exists [2023-03-28T02:17:19.758Z] 66b419913ba2: Layer already exists [2023-03-28T02:17:19.758Z] 9a9fcbb84bea: Layer already exists [2023-03-28T02:17:19.758Z] 7cd52847ad77: Layer already exists [2023-03-28T02:17:19.758Z] main: digest: sha256:4ca16f6923ee4f0694e6c4e01d6eea6b05742776b2d23c81cd94c50fe9a47444 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-28T02:17:19.798Z] ===================================================== [Pipeline] echo [2023-03-28T02:17:19.803Z] taggedImages: [2023-03-28T02:17:19.803Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:726c7bac779ae455276856dfdf2d144874947dc5 [2023-03-28T02:17:19.803Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-03-28T02:17:19.803Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.27 [2023-03-28T02:17:19.803Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 [2023-03-28T02:17:19.803Z] - 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] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:17:20.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-28T02:17:20.142Z] [2023-03-28T02:17:20.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:17:20.441Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-28T02:17:20.441Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-28T02:17:20.441Z] 5eb5b503b376: Pulling fs layer [2023-03-28T02:17:20.441Z] 5c69ac0246d0: Pulling fs layer [2023-03-28T02:17:20.441Z] ec43610c2a17: Pulling fs layer [2023-03-28T02:17:20.441Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-28T02:17:20.441Z] 33b1e0a273af: Pulling fs layer [2023-03-28T02:17:20.441Z] 5d3b04190fa2: Pulling fs layer [2023-03-28T02:17:20.441Z] 2f39f015ded8: Pulling fs layer [2023-03-28T02:17:20.441Z] 33b1e0a273af: Waiting [2023-03-28T02:17:20.441Z] 5d3b04190fa2: Waiting [2023-03-28T02:17:20.441Z] 2f39f015ded8: Waiting [2023-03-28T02:17:20.441Z] 5c69ac0246d0: Verifying Checksum [2023-03-28T02:17:20.441Z] 5c69ac0246d0: Download complete [2023-03-28T02:17:20.441Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-28T02:17:20.442Z] 3a2ae6a8a46f: Download complete [2023-03-28T02:17:20.442Z] 33b1e0a273af: Verifying Checksum [2023-03-28T02:17:20.442Z] 33b1e0a273af: Download complete [2023-03-28T02:17:20.442Z] 5d3b04190fa2: Verifying Checksum [2023-03-28T02:17:20.442Z] 5d3b04190fa2: Download complete [2023-03-28T02:17:20.442Z] ec43610c2a17: Verifying Checksum [2023-03-28T02:17:20.442Z] ec43610c2a17: Download complete [2023-03-28T02:17:20.702Z] 5eb5b503b376: Verifying Checksum [2023-03-28T02:17:20.702Z] 5eb5b503b376: Download complete [2023-03-28T02:17:21.269Z] 2f39f015ded8: Download complete [2023-03-28T02:17:21.835Z] 5eb5b503b376: Pull complete [2023-03-28T02:17:21.835Z] 5c69ac0246d0: Pull complete [2023-03-28T02:17:22.093Z] ec43610c2a17: Pull complete [2023-03-28T02:17:22.351Z] 3a2ae6a8a46f: Pull complete [2023-03-28T02:17:22.351Z] 33b1e0a273af: Pull complete [2023-03-28T02:17:22.609Z] 5d3b04190fa2: Pull complete [2023-03-28T02:17:26.796Z] 2f39f015ded8: Pull complete [2023-03-28T02:17:26.796Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-28T02:17:26.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-28T02:17:26.796Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:17:26.881Z] prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container [2023-03-28T02:17:26.915Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-28T02:17:31.080Z] $ docker top a7bc110c3a129a51e93048951e687956631544016cec20d3fdf9219ddc1a6608 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:17:31.462Z] ---> job-cost.sh [2023-03-28T02:17:31.463Z] lf-activate-venv: SKIPPING [2023-03-28T02:17:31.463Z] INFO: No Stack... [2023-03-28T02:17:31.721Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-28T02:17:31.981Z] INFO: Archiving Costs [Pipeline] sh [2023-03-28T02:17:32.270Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2023-03-28T02:17:32.270Z] + cut -d, -f6 [Pipeline] lock [2023-03-28T02:17:32.283Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] [2023-03-28T02:17:32.292Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] did not exist. Created. [2023-03-28T02:17:32.292Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-28T02:17:32.590Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-28T02:17:32.624Z] Stashed 1 file(s) [Pipeline] } [2023-03-28T02:17:32.630Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-28T02:17:32.651Z] $ docker stop --time=1 a7bc110c3a129a51e93048951e687956631544016cec20d3fdf9219ddc1a6608 [2023-03-28T02:17:33.841Z] $ docker rm -f --volumes a7bc110c3a129a51e93048951e687956631544016cec20d3fdf9219ddc1a6608 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-28T02:18:50.060Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5975 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-03-28T02:18:50.075Z] Running in /w/workspace/app-service-configurable/144 [Pipeline] { [Pipeline] checkout [2023-03-28T02:18:50.118Z] Selected Git installation does not exist. Using Default [2023-03-28T02:18:50.118Z] The recommended git tool is: NONE [2023-03-28T02:18:55.000Z] using credential edgex-jenkins-ssh [2023-03-28T02:18:55.018Z] Cloning the remote Git repository [2023-03-28T02:18:55.060Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-03-28T02:18:55.149Z] > git init /w/workspace/app-service-configurable/144 # timeout=10 [2023-03-28T02:18:55.280Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-03-28T02:18:55.281Z] > git --version # timeout=10 [2023-03-28T02:18:55.300Z] > git --version # 'git version 2.25.1' [2023-03-28T02:18:55.303Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-28T02:18:55.444Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-28T02:18:57.306Z] Avoid second fetch [2023-03-28T02:18:57.307Z] Checking out Revision 726c7bac779ae455276856dfdf2d144874947dc5 (main) [2023-03-28T02:18:56.546Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-03-28T02:18:56.565Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-28T02:18:57.322Z] > git config core.sparsecheckout # timeout=10 [2023-03-28T02:18:57.400Z] > git checkout -f 726c7bac779ae455276856dfdf2d144874947dc5 # timeout=10 [2023-03-28T02:18:57.815Z] Commit message: "refactor!:Change configuration profile formats to YAML (#535)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-28T02:18:58.639Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-28T02:18:58.639Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-28T02:18:58.639Z] Dload Upload Total Spent Left Speed [2023-03-28T02:18:58.639Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 83339 0 --:--:-- --:--:-- --:--:-- 83888 [Pipeline] sh [2023-03-28T02:18:59.295Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-28T02:18:59.617Z] + sudo tee /etc/docker/daemon.new [2023-03-28T02:18:59.617Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-28T02:18:59.617Z] { [2023-03-28T02:18:59.617Z] "registry-mirrors": [ [2023-03-28T02:18:59.617Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-28T02:18:59.617Z] ], [2023-03-28T02:18:59.618Z] "bip": "10.250.0.254/24", [2023-03-28T02:18:59.618Z] "hosts": [ [2023-03-28T02:18:59.618Z] "tcp://0.0.0.0:5555", [2023-03-28T02:18:59.618Z] "unix:///var/run/docker.sock" [2023-03-28T02:18:59.618Z] ], [2023-03-28T02:18:59.618Z] "mtu": 1458, [2023-03-28T02:18:59.618Z] "selinux-enabled": true, [2023-03-28T02:18:59.618Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-28T02:18:59.618Z] } [Pipeline] sh [2023-03-28T02:18:59.949Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-28T02:19:00.268Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-28T02:19:18.774Z] provisioning config files... [2023-03-28T02:19:18.800Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/144@tmp/config10746151151290763797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:19:19.150Z] ---> docker-login.sh [2023-03-28T02:19:19.150Z] nexus3.edgexfoundry.org:10001 [2023-03-28T02:19:19.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:19:19.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:19:19.691Z] Configure a credential helper to remove this warning. See [2023-03-28T02:19:19.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:19:19.691Z] [2023-03-28T02:19:19.691Z] Login Succeeded [2023-03-28T02:19:19.691Z] nexus3.edgexfoundry.org:10002 [2023-03-28T02:19:19.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:19:20.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:19:20.226Z] Configure a credential helper to remove this warning. See [2023-03-28T02:19:20.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:19:20.226Z] [2023-03-28T02:19:20.226Z] Login Succeeded [2023-03-28T02:19:20.226Z] nexus3.edgexfoundry.org:10003 [2023-03-28T02:19:20.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:19:20.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:19:20.495Z] Configure a credential helper to remove this warning. See [2023-03-28T02:19:20.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:19:20.495Z] [2023-03-28T02:19:20.495Z] Login Succeeded [2023-03-28T02:19:20.495Z] nexus3.edgexfoundry.org:10004 [2023-03-28T02:19:20.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:19:20.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:19:20.768Z] Configure a credential helper to remove this warning. See [2023-03-28T02:19:20.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:19:20.768Z] [2023-03-28T02:19:20.768Z] Login Succeeded [2023-03-28T02:19:20.768Z] docker.io [2023-03-28T02:19:21.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:19:21.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:19:21.306Z] Configure a credential helper to remove this warning. See [2023-03-28T02:19:21.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:19:21.306Z] [2023-03-28T02:19:21.306Z] Login Succeeded [2023-03-28T02:19:21.306Z] ---> docker-login.sh ends [Pipeline] } [2023-03-28T02:19:21.319Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-28T02:19:21.566Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-28T02:19:21.582Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-28T02:19:21.592Z] ========================================================= [2023-03-28T02:19:21.592Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-28T02:19:21.592Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:19:21.944Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-28T02:19:21.944Z] Sending build context to Docker daemon 168.4kB [2023-03-28T02:19:22.226Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-28T02:19:22.226Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-28T02:19:22.226Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-28T02:19:22.226Z] af6eaf76a39c: Pulling fs layer [2023-03-28T02:19:22.226Z] 55522c791124: Pulling fs layer [2023-03-28T02:19:22.226Z] ce5c4a1c91eb: Pulling fs layer [2023-03-28T02:19:22.226Z] 169dfbe0d373: Pulling fs layer [2023-03-28T02:19:22.226Z] e1ff8fa3b103: Pulling fs layer [2023-03-28T02:19:22.226Z] 52ebb69f0ebf: Pulling fs layer [2023-03-28T02:19:22.226Z] 5abe8eddf0d5: Pulling fs layer [2023-03-28T02:19:22.226Z] 169dfbe0d373: Waiting [2023-03-28T02:19:22.226Z] e1ff8fa3b103: Waiting [2023-03-28T02:19:22.226Z] 52ebb69f0ebf: Waiting [2023-03-28T02:19:22.226Z] 5abe8eddf0d5: Waiting [2023-03-28T02:19:22.226Z] 55522c791124: Verifying Checksum [2023-03-28T02:19:22.226Z] 55522c791124: Download complete [2023-03-28T02:19:22.509Z] 169dfbe0d373: Verifying Checksum [2023-03-28T02:19:22.509Z] 169dfbe0d373: Download complete [2023-03-28T02:19:22.509Z] e1ff8fa3b103: Verifying Checksum [2023-03-28T02:19:22.509Z] e1ff8fa3b103: Download complete [2023-03-28T02:19:22.509Z] af6eaf76a39c: Verifying Checksum [2023-03-28T02:19:23.934Z] 5abe8eddf0d5: Verifying Checksum [2023-03-28T02:19:23.934Z] 5abe8eddf0d5: Download complete [2023-03-28T02:19:23.934Z] af6eaf76a39c: Pull complete [2023-03-28T02:19:24.214Z] 55522c791124: Pull complete [2023-03-28T02:19:25.187Z] ce5c4a1c91eb: Download complete [2023-03-28T02:19:25.187Z] 52ebb69f0ebf: Verifying Checksum [2023-03-28T02:19:25.187Z] 52ebb69f0ebf: Download complete [2023-03-28T02:19:36.011Z] ce5c4a1c91eb: Pull complete [2023-03-28T02:19:36.011Z] 169dfbe0d373: Pull complete [2023-03-28T02:19:36.011Z] e1ff8fa3b103: Pull complete [2023-03-28T02:19:42.695Z] 52ebb69f0ebf: Pull complete [2023-03-28T02:19:44.116Z] 5abe8eddf0d5: Pull complete [2023-03-28T02:19:44.116Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-28T02:19:44.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-28T02:19:44.116Z] ---> 6cb57ee374ae [2023-03-28T02:19:44.116Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-28T02:19:46.069Z] ---> Running in d72d0560ca7f [2023-03-28T02:19:46.069Z] Removing intermediate container d72d0560ca7f [2023-03-28T02:19:46.069Z] ---> a9896e7bc91b [2023-03-28T02:19:46.069Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-28T02:19:46.069Z] ---> Running in bdd0b223ef97 [2023-03-28T02:19:46.337Z] Removing intermediate container bdd0b223ef97 [2023-03-28T02:19:46.337Z] ---> a58d98a53338 [2023-03-28T02:19:46.337Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-28T02:19:46.605Z] ---> Running in cadfead71e35 [2023-03-28T02:19:46.872Z] Removing intermediate container cadfead71e35 [2023-03-28T02:19:46.872Z] ---> 17e0b0231766 [2023-03-28T02:19:46.872Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-28T02:19:46.872Z] ---> Running in f742167f14e2 [2023-03-28T02:19:47.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T02:19:48.415Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T02:19:49.380Z] OK: 263 MiB in 53 packages [2023-03-28T02:19:50.420Z] Removing intermediate container f742167f14e2 [2023-03-28T02:19:50.420Z] ---> e7e81e6e8857 [2023-03-28T02:19:50.420Z] Step 7/12 : WORKDIR /app [2023-03-28T02:19:50.420Z] ---> Running in 67b67d367b7f [2023-03-28T02:19:50.693Z] Removing intermediate container 67b67d367b7f [2023-03-28T02:19:50.693Z] ---> ff67e1120bea [2023-03-28T02:19:50.693Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-28T02:19:50.966Z] ---> e52694a62dcf [2023-03-28T02:19:50.966Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T02:19:51.236Z] ---> Running in 9b59a5a0156e [2023-03-28T02:20:47.655Z] Removing intermediate container 9b59a5a0156e [2023-03-28T02:20:47.655Z] ---> f848513e78e1 [2023-03-28T02:20:47.655Z] Step 10/12 : COPY . . [2023-03-28T02:20:48.238Z] ---> a0eee13a0dda [2023-03-28T02:20:48.238Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-28T02:20:48.238Z] ---> Running in ea85b4834d2c [2023-03-28T02:20:48.505Z] Removing intermediate container ea85b4834d2c [2023-03-28T02:20:48.505Z] ---> 7bef2077fffa [2023-03-28T02:20:48.505Z] Step 12/12 : RUN $MAKE [2023-03-28T02:20:48.505Z] ---> Running in 0b2e9d2ebe71 [2023-03-28T02:20:49.462Z] noop [2023-03-28T02:20:50.044Z] Removing intermediate container 0b2e9d2ebe71 [2023-03-28T02:20:50.044Z] ---> 8175ff125adb [2023-03-28T02:20:50.044Z] Successfully built 8175ff125adb [2023-03-28T02:20:50.044Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:20:50.390Z] + docker inspect -f . ci-base-image-arm64 [2023-03-28T02:20:50.390Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:20:50.583Z] prd-ubuntu20.04-docker-arm64-4c-16g-5975 does not seem to be running inside a container [2023-03-28T02:20:50.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/144 -v /w/workspace/app-service-configurable/144:/w/workspace/app-service-configurable/144:rw,z -v /w/workspace/app-service-configurable/144@tmp:/w/workspace/app-service-configurable/144@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 [2023-03-28T02:20:51.779Z] $ docker top 22aaaecb1b63b8c2517d2a6bb26f446c19c0a9b6ae77524b88f4cf8a11ab24d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-28T02:20:52.577Z] + go version [2023-03-28T02:20:52.577Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-28T02:20:52.599Z] $ docker stop --time=1 22aaaecb1b63b8c2517d2a6bb26f446c19c0a9b6ae77524b88f4cf8a11ab24d5 [2023-03-28T02:20:54.149Z] $ docker rm -f --volumes 22aaaecb1b63b8c2517d2a6bb26f446c19c0a9b6ae77524b88f4cf8a11ab24d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:20:54.644Z] + docker inspect -f . ci-base-image-arm64 [2023-03-28T02:20:54.644Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:20:54.803Z] prd-ubuntu20.04-docker-arm64-4c-16g-5975 does not seem to be running inside a container [2023-03-28T02:20:54.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/144 -v /w/workspace/app-service-configurable/144:/w/workspace/app-service-configurable/144:rw,z -v /w/workspace/app-service-configurable/144@tmp:/w/workspace/app-service-configurable/144@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 [2023-03-28T02:20:55.906Z] $ docker top aef1c345d512c9c6db6b542b4d7e3cd5dc525679526fa2ee67177aad12a03295 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-28T02:20:56.403Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/144 [Pipeline] fileExists [Pipeline] sh [2023-03-28T02:20:56.728Z] + make test [2023-03-28T02:20:56.728Z] go test -race -coverprofile=coverage.out ./... [2023-03-28T02:23:18.408Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-28T02:23:18.683Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-28T02:23:18.683Z] go vet ./... [2023-03-28T02:25:55.422Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-28T02:25:55.422Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-28T02:25:55.422Z] ./bin/test-attribution-txt.sh [2023-03-28T02:25:55.422Z] An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-03-28T02:25:55.438Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-28T02:25:55.454Z] $ docker stop --time=1 aef1c345d512c9c6db6b542b4d7e3cd5dc525679526fa2ee67177aad12a03295 [2023-03-28T02:25:57.189Z] $ docker rm -f --volumes aef1c345d512c9c6db6b542b4d7e3cd5dc525679526fa2ee67177aad12a03295 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-28T02:25:58.542Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-28T02:25:58.563Z] Warning: overwriting stash ‘coverage-report’ [2023-03-28T02:25:58.956Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-28T02:25:59.333Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-28T02:25:59.646Z] + ls -al . [2023-03-28T02:25:59.646Z] total 172 [2023-03-28T02:25:59.646Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 28 02:20 . [2023-03-28T02:25:59.646Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 28 02:18 .. [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 28 02:18 .dockerignore [2023-03-28T02:25:59.646Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 28 02:18 .git [2023-03-28T02:25:59.646Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 28 02:18 .github [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 28 02:18 .gitignore [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 28 02:18 .golangci.yml [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 9088 Mar 28 02:18 Attribution.txt [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 28 02:18 CHANGELOG.md [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 28 02:18 Dockerfile [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 28 02:18 GOVERNANCE.md [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 28 02:18 Jenkinsfile [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 28 02:18 LICENSE [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 28 02:18 OWNERS.md [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 28 02:18 README.md [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 28 02:15 VERSION [2023-03-28T02:25:59.646Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 28 02:18 bin [2023-03-28T02:25:59.646Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 28 02:20 coverage.out [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 3299 Mar 28 02:18 go.mod [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 30864 Mar 28 02:18 go.sum [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 28 02:18 main.go [2023-03-28T02:25:59.646Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 28 02:18 makefile [2023-03-28T02:25:59.646Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 28 02:18 res [2023-03-28T02:25:59.646Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 28 02:18 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:25:59.972Z] + 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=726c7bac779ae455276856dfdf2d144874947dc5 --label arch=arm64 --label version=3.0.0-dev.27 . [2023-03-28T02:25:59.972Z] Sending build context to Docker daemon 169.5kB [2023-03-28T02:26:00.238Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-28T02:26:00.238Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-28T02:26:00.238Z] ---> 8175ff125adb [2023-03-28T02:26:00.238Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-28T02:26:00.238Z] ---> Running in d2281fc5f3bb [2023-03-28T02:26:00.508Z] Removing intermediate container d2281fc5f3bb [2023-03-28T02:26:00.508Z] ---> f9d46d68ff9e [2023-03-28T02:26:00.508Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-28T02:26:00.508Z] ---> Running in df110ca051d2 [2023-03-28T02:26:00.774Z] Removing intermediate container df110ca051d2 [2023-03-28T02:26:00.774Z] ---> c386a3e60b28 [2023-03-28T02:26:00.774Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-28T02:26:01.046Z] ---> Running in c1a40d42b53b [2023-03-28T02:26:01.312Z] Removing intermediate container c1a40d42b53b [2023-03-28T02:26:01.312Z] ---> 5204235312e7 [2023-03-28T02:26:01.312Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-28T02:26:01.312Z] ---> Running in 4c31c4eb06f5 [2023-03-28T02:26:02.268Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T02:26:02.848Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T02:26:03.803Z] OK: 263 MiB in 53 packages [2023-03-28T02:26:05.205Z] Removing intermediate container 4c31c4eb06f5 [2023-03-28T02:26:05.205Z] ---> a8db9476f497 [2023-03-28T02:26:05.205Z] Step 7/26 : WORKDIR /app [2023-03-28T02:26:05.205Z] ---> Running in b0c13d06719c [2023-03-28T02:26:05.470Z] Removing intermediate container b0c13d06719c [2023-03-28T02:26:05.470Z] ---> 06c994b526bd [2023-03-28T02:26:05.470Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-28T02:26:06.051Z] ---> c19bf3caa10d [2023-03-28T02:26:06.051Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T02:26:06.051Z] ---> Running in 956e14e5161f [2023-03-28T02:26:08.624Z] Removing intermediate container 956e14e5161f [2023-03-28T02:26:08.625Z] ---> 8fd44a5850c4 [2023-03-28T02:26:08.625Z] Step 10/26 : COPY . . [2023-03-28T02:26:08.891Z] ---> f64e8fbf1b4d [2023-03-28T02:26:08.891Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-28T02:26:08.891Z] ---> Running in 27847054e2a3 [2023-03-28T02:26:09.159Z] Removing intermediate container 27847054e2a3 [2023-03-28T02:26:09.159Z] ---> 6b5b78d77aa9 [2023-03-28T02:26:09.159Z] Step 12/26 : RUN $MAKE [2023-03-28T02:26:09.427Z] ---> Running in 0dde0966e6a5 [2023-03-28T02:26:10.391Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.27" -trimpath -mod=readonly -o app-service-configurable [2023-03-28T02:28:17.058Z] Removing intermediate container 0dde0966e6a5 [2023-03-28T02:28:17.058Z] ---> e45c06a4a42f [2023-03-28T02:28:17.058Z] Step 13/26 : FROM alpine:3.17 [2023-03-28T02:28:17.058Z] 3.17: Pulling from library/alpine [2023-03-28T02:28:17.058Z] af6eaf76a39c: Already exists [2023-03-28T02:28:17.058Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-28T02:28:17.058Z] Status: Downloaded newer image for alpine:3.17 [2023-03-28T02:28:17.058Z] ---> d74e625d9115 [2023-03-28T02:28:17.058Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-28T02:28:17.058Z] ---> Running in 05fcd8e5ab87 [2023-03-28T02:28:17.058Z] Removing intermediate container 05fcd8e5ab87 [2023-03-28T02:28:17.058Z] ---> 0e6952dfd8c5 [2023-03-28T02:28:17.058Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-28T02:28:17.058Z] ---> Running in b12b196b4c98 [2023-03-28T02:28:17.058Z] Removing intermediate container b12b196b4c98 [2023-03-28T02:28:17.058Z] ---> 647cb57e8535 [2023-03-28T02:28:17.058Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-28T02:28:17.058Z] ---> Running in 13d2ad4e864c [2023-03-28T02:28:17.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T02:28:17.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T02:28:17.058Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-28T02:28:17.058Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-28T02:28:17.058Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T02:28:17.058Z] Executing ca-certificates-20220614-r4.trigger [2023-03-28T02:28:17.058Z] OK: 8 MiB in 17 packages [2023-03-28T02:28:17.058Z] Removing intermediate container 13d2ad4e864c [2023-03-28T02:28:17.058Z] ---> 589f3532501d [2023-03-28T02:28:17.058Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-28T02:28:17.058Z] ---> 2a5f1d221325 [2023-03-28T02:28:17.058Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-28T02:28:17.058Z] ---> cbe33600a41f [2023-03-28T02:28:17.058Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-28T02:28:17.325Z] ---> faf29099b46a [2023-03-28T02:28:17.325Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-28T02:28:19.281Z] ---> e78de85f51a2 [2023-03-28T02:28:19.281Z] Step 21/26 : EXPOSE 48095 [2023-03-28T02:28:19.281Z] ---> Running in d31964f5d210 [2023-03-28T02:28:19.548Z] Removing intermediate container d31964f5d210 [2023-03-28T02:28:19.548Z] ---> 046ee15cce41 [2023-03-28T02:28:19.548Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-28T02:28:19.548Z] ---> Running in 521873edd643 [2023-03-28T02:28:19.814Z] Removing intermediate container 521873edd643 [2023-03-28T02:28:19.814Z] ---> ebcf52dfc7ce [2023-03-28T02:28:19.814Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T02:28:19.814Z] ---> Running in 7baeeed87c89 [2023-03-28T02:28:20.082Z] Removing intermediate container 7baeeed87c89 [2023-03-28T02:28:20.082Z] ---> 16551a9b565f [2023-03-28T02:28:20.082Z] Step 24/26 : LABEL arch=arm64 [2023-03-28T02:28:20.348Z] ---> Running in d0f967726a2b [2023-03-28T02:28:20.614Z] Removing intermediate container d0f967726a2b [2023-03-28T02:28:20.614Z] ---> a27303f4409f [2023-03-28T02:28:20.614Z] Step 25/26 : LABEL git_sha=726c7bac779ae455276856dfdf2d144874947dc5 [2023-03-28T02:28:20.614Z] ---> Running in 5ff73f57917e [2023-03-28T02:28:20.880Z] Removing intermediate container 5ff73f57917e [2023-03-28T02:28:20.880Z] ---> b81276a4f44e [2023-03-28T02:28:20.880Z] Step 26/26 : LABEL version=3.0.0-dev.27 [2023-03-28T02:28:20.880Z] ---> Running in f6c781f64b43 [2023-03-28T02:28:21.145Z] Removing intermediate container f6c781f64b43 [2023-03-28T02:28:21.145Z] ---> 94d01943979d [2023-03-28T02:28:21.145Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-28T02:28:21.145Z] Successfully built 94d01943979d [2023-03-28T02:28:21.145Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-28T02:28:21.247Z] provisioning config files... [2023-03-28T02:28:21.260Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/144@tmp/config4525388822593876624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:28:21.584Z] ---> docker-login.sh [2023-03-28T02:28:21.584Z] nexus3.edgexfoundry.org:10001 [2023-03-28T02:28:21.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:28:21.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:28:21.851Z] Configure a credential helper to remove this warning. See [2023-03-28T02:28:21.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:28:21.851Z] [2023-03-28T02:28:21.851Z] Login Succeeded [2023-03-28T02:28:21.851Z] nexus3.edgexfoundry.org:10002 [2023-03-28T02:28:22.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:28:22.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:28:22.119Z] Configure a credential helper to remove this warning. See [2023-03-28T02:28:22.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:28:22.119Z] [2023-03-28T02:28:22.119Z] Login Succeeded [2023-03-28T02:28:22.119Z] nexus3.edgexfoundry.org:10003 [2023-03-28T02:28:22.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:28:22.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:28:22.385Z] Configure a credential helper to remove this warning. See [2023-03-28T02:28:22.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:28:22.385Z] [2023-03-28T02:28:22.385Z] Login Succeeded [2023-03-28T02:28:22.385Z] nexus3.edgexfoundry.org:10004 [2023-03-28T02:28:22.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:28:22.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:28:22.653Z] Configure a credential helper to remove this warning. See [2023-03-28T02:28:22.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:28:22.653Z] [2023-03-28T02:28:22.653Z] Login Succeeded [2023-03-28T02:28:22.653Z] docker.io [2023-03-28T02:28:22.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T02:28:23.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T02:28:23.184Z] Configure a credential helper to remove this warning. See [2023-03-28T02:28:23.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T02:28:23.184Z] [2023-03-28T02:28:23.184Z] Login Succeeded [2023-03-28T02:28:23.184Z] ---> docker-login.sh ends [Pipeline] } [2023-03-28T02:28:23.198Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-28T02:28:23.219Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-28T02:28:23.234Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-03-28T02:28:23.234Z] 726c7bac779ae455276856dfdf2d144874947dc5 [2023-03-28T02:28:23.234Z] latest [2023-03-28T02:28:23.234Z] 3.0.0-dev.27 [2023-03-28T02:28:23.234Z] 726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 [2023-03-28T02:28:23.234Z] main [2023-03-28T02:28:23.234Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:28:23.563Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:28:23.895Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:726c7bac779ae455276856dfdf2d144874947dc5 [2023-03-28T02:28:23.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-28T02:28:23.895Z] 2cda86a74f7d: Preparing [2023-03-28T02:28:23.895Z] ce80298d711a: Preparing [2023-03-28T02:28:23.895Z] 3b37665f0279: Preparing [2023-03-28T02:28:23.895Z] e7b36cf08e24: Preparing [2023-03-28T02:28:23.895Z] 914fb38cbb60: Preparing [2023-03-28T02:28:23.895Z] edf70074bd40: Preparing [2023-03-28T02:28:23.895Z] edf70074bd40: Waiting [2023-03-28T02:28:24.162Z] e7b36cf08e24: Pushed [2023-03-28T02:28:24.162Z] ce80298d711a: Pushed [2023-03-28T02:28:24.162Z] 3b37665f0279: Pushed [2023-03-28T02:28:24.162Z] edf70074bd40: Layer already exists [2023-03-28T02:28:24.428Z] 914fb38cbb60: Pushed [2023-03-28T02:28:29.764Z] 2cda86a74f7d: Pushed [2023-03-28T02:28:29.764Z] 726c7bac779ae455276856dfdf2d144874947dc5: digest: sha256:8f6352b132a6800707f226baf2be8762fab181db2ddc7b646911cc10145c9cb4 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:28:30.108Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:28:30.446Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-03-28T02:28:30.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-28T02:28:30.446Z] 2cda86a74f7d: Preparing [2023-03-28T02:28:30.446Z] ce80298d711a: Preparing [2023-03-28T02:28:30.446Z] 3b37665f0279: Preparing [2023-03-28T02:28:30.446Z] e7b36cf08e24: Preparing [2023-03-28T02:28:30.446Z] 914fb38cbb60: Preparing [2023-03-28T02:28:30.446Z] edf70074bd40: Preparing [2023-03-28T02:28:30.446Z] edf70074bd40: Waiting [2023-03-28T02:28:30.446Z] ce80298d711a: Layer already exists [2023-03-28T02:28:30.446Z] 914fb38cbb60: Layer already exists [2023-03-28T02:28:30.446Z] 3b37665f0279: Layer already exists [2023-03-28T02:28:30.446Z] 2cda86a74f7d: Layer already exists [2023-03-28T02:28:30.446Z] e7b36cf08e24: Layer already exists [2023-03-28T02:28:30.446Z] edf70074bd40: Layer already exists [2023-03-28T02:28:30.713Z] latest: digest: sha256:8f6352b132a6800707f226baf2be8762fab181db2ddc7b646911cc10145c9cb4 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:28:31.060Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:28:31.407Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.27 [2023-03-28T02:28:31.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-28T02:28:31.407Z] 2cda86a74f7d: Preparing [2023-03-28T02:28:31.407Z] ce80298d711a: Preparing [2023-03-28T02:28:31.407Z] 3b37665f0279: Preparing [2023-03-28T02:28:31.407Z] e7b36cf08e24: Preparing [2023-03-28T02:28:31.407Z] 914fb38cbb60: Preparing [2023-03-28T02:28:31.407Z] edf70074bd40: Preparing [2023-03-28T02:28:31.407Z] edf70074bd40: Waiting [2023-03-28T02:28:31.407Z] 2cda86a74f7d: Layer already exists [2023-03-28T02:28:31.407Z] e7b36cf08e24: Layer already exists [2023-03-28T02:28:31.407Z] 3b37665f0279: Layer already exists [2023-03-28T02:28:31.407Z] 914fb38cbb60: Layer already exists [2023-03-28T02:28:31.407Z] ce80298d711a: Layer already exists [2023-03-28T02:28:31.407Z] edf70074bd40: Layer already exists [2023-03-28T02:28:31.407Z] 3.0.0-dev.27: digest: sha256:8f6352b132a6800707f226baf2be8762fab181db2ddc7b646911cc10145c9cb4 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:28:31.756Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:28:32.097Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 [2023-03-28T02:28:32.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-28T02:28:32.097Z] 2cda86a74f7d: Preparing [2023-03-28T02:28:32.097Z] ce80298d711a: Preparing [2023-03-28T02:28:32.097Z] 3b37665f0279: Preparing [2023-03-28T02:28:32.097Z] e7b36cf08e24: Preparing [2023-03-28T02:28:32.097Z] 914fb38cbb60: Preparing [2023-03-28T02:28:32.097Z] edf70074bd40: Preparing [2023-03-28T02:28:32.097Z] edf70074bd40: Waiting [2023-03-28T02:28:32.097Z] 3b37665f0279: Layer already exists [2023-03-28T02:28:32.097Z] 914fb38cbb60: Layer already exists [2023-03-28T02:28:32.097Z] e7b36cf08e24: Layer already exists [2023-03-28T02:28:32.097Z] ce80298d711a: Layer already exists [2023-03-28T02:28:32.097Z] 2cda86a74f7d: Layer already exists [2023-03-28T02:28:32.097Z] edf70074bd40: Layer already exists [2023-03-28T02:28:32.097Z] 726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27: digest: sha256:8f6352b132a6800707f226baf2be8762fab181db2ddc7b646911cc10145c9cb4 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:28:32.701Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:28:33.388Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-03-28T02:28:33.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-28T02:28:33.388Z] 2cda86a74f7d: Preparing [2023-03-28T02:28:33.388Z] ce80298d711a: Preparing [2023-03-28T02:28:33.388Z] 3b37665f0279: Preparing [2023-03-28T02:28:33.388Z] e7b36cf08e24: Preparing [2023-03-28T02:28:33.388Z] 914fb38cbb60: Preparing [2023-03-28T02:28:33.388Z] edf70074bd40: Preparing [2023-03-28T02:28:33.388Z] edf70074bd40: Waiting [2023-03-28T02:28:33.388Z] 3b37665f0279: Layer already exists [2023-03-28T02:28:33.388Z] 914fb38cbb60: Layer already exists [2023-03-28T02:28:33.388Z] ce80298d711a: Layer already exists [2023-03-28T02:28:33.388Z] e7b36cf08e24: Layer already exists [2023-03-28T02:28:33.388Z] 2cda86a74f7d: Layer already exists [2023-03-28T02:28:33.388Z] edf70074bd40: Layer already exists [2023-03-28T02:28:33.388Z] main: digest: sha256:8f6352b132a6800707f226baf2be8762fab181db2ddc7b646911cc10145c9cb4 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-28T02:28:33.432Z] ===================================================== [Pipeline] echo [2023-03-28T02:28:33.438Z] taggedImages: [2023-03-28T02:28:33.438Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:726c7bac779ae455276856dfdf2d144874947dc5 [2023-03-28T02:28:33.438Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-03-28T02:28:33.438Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.27 [2023-03-28T02:28:33.438Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 [2023-03-28T02:28:33.438Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:28:33.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-28T02:28:33.805Z] [2023-03-28T02:28:33.805Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:28:34.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-28T02:28:34.170Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-28T02:28:34.170Z] 8998bd30e6a1: Pulling fs layer [2023-03-28T02:28:34.170Z] 04944245beec: Pulling fs layer [2023-03-28T02:28:34.170Z] 699f458cf7ca: Pulling fs layer [2023-03-28T02:28:34.170Z] 765212b225bb: Pulling fs layer [2023-03-28T02:28:34.170Z] f23df028b6ca: Pulling fs layer [2023-03-28T02:28:34.170Z] d65c8cfc05b1: Pulling fs layer [2023-03-28T02:28:34.170Z] 2437ff75d9bd: Pulling fs layer [2023-03-28T02:28:34.170Z] f23df028b6ca: Waiting [2023-03-28T02:28:34.170Z] d65c8cfc05b1: Waiting [2023-03-28T02:28:34.170Z] 2437ff75d9bd: Waiting [2023-03-28T02:28:34.170Z] 765212b225bb: Waiting [2023-03-28T02:28:34.456Z] 04944245beec: Verifying Checksum [2023-03-28T02:28:34.456Z] 04944245beec: Download complete [2023-03-28T02:28:34.456Z] 765212b225bb: Verifying Checksum [2023-03-28T02:28:34.456Z] 765212b225bb: Download complete [2023-03-28T02:28:34.456Z] f23df028b6ca: Download complete [2023-03-28T02:28:34.456Z] d65c8cfc05b1: Verifying Checksum [2023-03-28T02:28:34.456Z] d65c8cfc05b1: Download complete [2023-03-28T02:28:34.456Z] 699f458cf7ca: Verifying Checksum [2023-03-28T02:28:34.456Z] 699f458cf7ca: Download complete [2023-03-28T02:28:35.060Z] 8998bd30e6a1: Verifying Checksum [2023-03-28T02:28:35.060Z] 8998bd30e6a1: Download complete [2023-03-28T02:28:37.658Z] 2437ff75d9bd: Verifying Checksum [2023-03-28T02:28:37.658Z] 2437ff75d9bd: Download complete [2023-03-28T02:28:39.068Z] 8998bd30e6a1: Pull complete [2023-03-28T02:28:39.335Z] 04944245beec: Pull complete [2023-03-28T02:28:40.745Z] 699f458cf7ca: Pull complete [2023-03-28T02:28:41.011Z] 765212b225bb: Pull complete [2023-03-28T02:28:41.592Z] f23df028b6ca: Pull complete [2023-03-28T02:28:41.859Z] d65c8cfc05b1: Pull complete [2023-03-28T02:28:56.855Z] 2437ff75d9bd: Pull complete [2023-03-28T02:28:56.855Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-28T02:28:56.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-28T02:28:56.855Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:28:57.042Z] prd-ubuntu20.04-docker-arm64-4c-16g-5975 does not seem to be running inside a container [2023-03-28T02:28:57.120Z] $ 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/144 -v /w/workspace/app-service-configurable/144:/w/workspace/app-service-configurable/144:rw,z -v /w/workspace/app-service-configurable/144@tmp:/w/workspace/app-service-configurable/144@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 [2023-03-28T02:28:59.672Z] $ docker top 3a1ee6f26ea17b06174cf4000b563e93706df1f3ef323fc6164226597a3a507b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:29:00.499Z] ---> job-cost.sh [2023-03-28T02:29:00.499Z] lf-activate-venv: SKIPPING [2023-03-28T02:29:00.499Z] INFO: No Stack... [2023-03-28T02:29:00.765Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-28T02:29:01.725Z] INFO: Archiving Costs [Pipeline] sh [2023-03-28T02:29:02.047Z] + cat /w/workspace/app-service-configurable/144/archives/cost.csv [2023-03-28T02:29:02.315Z] + cut -d, -f6 [Pipeline] lock [2023-03-28T02:29:02.383Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] [2023-03-28T02:29:02.389Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] did not exist. Created. [2023-03-28T02:29:02.389Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-28T02:29:03.042Z] /w/workspace/app-service-configurable/144@tmp/durable-a03738fa/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-28T02:29:03.694Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-28T02:29:03.718Z] Warning: overwriting stash ‘stack-cost’ [2023-03-28T02:29:03.764Z] Stashed 1 file(s) [Pipeline] } [2023-03-28T02:29:03.771Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-28T02:29:03.793Z] $ docker stop --time=1 3a1ee6f26ea17b06174cf4000b563e93706df1f3ef323fc6164226597a3a507b [2023-03-28T02:29:05.276Z] $ docker rm -f --volumes 3a1ee6f26ea17b06174cf4000b563e93706df1f3ef323fc6164226597a3a507b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-28T02:29:05.706Z] provisioning config files... [2023-03-28T02:29:05.714Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7302986286268454436tmp [Pipeline] { [Pipeline] sh [2023-03-28T02:29:06.009Z] + set +x [2023-03-28T02:29:06.009Z] + curl -s https://codecov.io/bash [2023-03-28T02:29:06.009Z] + bash -s -- [2023-03-28T02:29:06.009Z] [2023-03-28T02:29:06.009Z] _____ _ [2023-03-28T02:29:06.009Z] / ____| | | [2023-03-28T02:29:06.009Z] | | ___ __| | ___ ___ _____ __ [2023-03-28T02:29:06.009Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-28T02:29:06.009Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-28T02:29:06.009Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-28T02:29:06.009Z] Bash-1.0.6 [2023-03-28T02:29:06.009Z] [2023-03-28T02:29:06.009Z] [2023-03-28T02:29:06.009Z] ==> git version 2.25.1 found [2023-03-28T02:29:06.009Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-28T02:29:06.009Z] Release-Date: 2020-01-08 [2023-03-28T02:29:06.009Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-28T02:29:06.009Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-28T02:29:06.009Z] ==> Jenkins CI detected. [2023-03-28T02:29:06.009Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-03-28T02:29:06.009Z] project root: . [2023-03-28T02:29:06.009Z] --> token set from env [2023-03-28T02:29:06.009Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-28T02:29:06.009Z] ==> Running gcov in . (disable via -X gcov) [2023-03-28T02:29:06.009Z] ==> Python coveragepy not found [2023-03-28T02:29:06.009Z] ==> Searching for coverage reports in: [2023-03-28T02:29:06.009Z] + . [2023-03-28T02:29:06.009Z] -> Found 1 reports [2023-03-28T02:29:06.009Z] ==> Detecting git/mercurial file structure [2023-03-28T02:29:06.269Z] ==> Reading reports [2023-03-28T02:29:06.269Z] + ./coverage.out bytes=13 [2023-03-28T02:29:06.269Z] ==> Appending adjustments [2023-03-28T02:29:06.269Z] https://docs.codecov.io/docs/fixing-reports [2023-03-28T02:29:06.269Z] + Found adjustments [2023-03-28T02:29:06.269Z] ==> Gzipping contents [2023-03-28T02:29:06.269Z] 4.0K /tmp/codecov.owVMIh.gz [2023-03-28T02:29:06.269Z] ==> Uploading reports [2023-03-28T02:29:06.269Z] url: https://codecov.io [2023-03-28T02:29:06.269Z] query: branch=main&commit=726c7bac779ae455276856dfdf2d144874947dc5&build=144&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F144%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-28T02:29:06.269Z] -> Pinging Codecov [2023-03-28T02:29:06.269Z] 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=726c7bac779ae455276856dfdf2d144874947dc5&build=144&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F144%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-28T02:29:06.269Z] -> Uploading to [2023-03-28T02:29:06.269Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-28/A97CA9966030D2A3747ED39772930CCE/726c7bac779ae455276856dfdf2d144874947dc5/32bf795e-d07a-4b86-bb55-b7fddf82cd37.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230328%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230328T022906Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6a6a46381dbb999d1fe98d59adb147daa191f3d2c4cd811e662bb0198d04355e [2023-03-28T02:29:06.269Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-28T02:29:06.269Z] Dload Upload Total Spent Left Speed [2023-03-28T02:29:06.837Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 1464 --:--:-- --:--:-- --:--:-- 1459 100 429 0 0 100 429 0 1459 --:--:-- --:--:-- --:--:-- 1454 [2023-03-28T02:29:06.837Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] } [2023-03-28T02:29:06.844Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-28T02:29:07.029Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-28T02:29:07.040Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:29:07.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-28T02:29:07.350Z] [2023-03-28T02:29:07.350Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:29:07.658Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-28T02:29:07.658Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-28T02:29:07.658Z] df9b9388f04a: Pulling fs layer [2023-03-28T02:29:07.658Z] 52dc419b0ee2: Pulling fs layer [2023-03-28T02:29:07.658Z] 25bc292e5bac: Pulling fs layer [2023-03-28T02:29:07.658Z] 114826534d7a: Pulling fs layer [2023-03-28T02:29:07.658Z] 4657fd5d0bcf: Pulling fs layer [2023-03-28T02:29:07.658Z] 6ad1cebc031e: Pulling fs layer [2023-03-28T02:29:07.658Z] 8a3aa393b2d8: Pulling fs layer [2023-03-28T02:29:07.658Z] 114826534d7a: Waiting [2023-03-28T02:29:07.658Z] 4657fd5d0bcf: Waiting [2023-03-28T02:29:07.658Z] 6ad1cebc031e: Waiting [2023-03-28T02:29:07.658Z] 8a3aa393b2d8: Waiting [2023-03-28T02:29:07.658Z] 25bc292e5bac: Verifying Checksum [2023-03-28T02:29:07.658Z] 25bc292e5bac: Download complete [2023-03-28T02:29:07.658Z] 52dc419b0ee2: Verifying Checksum [2023-03-28T02:29:07.658Z] 52dc419b0ee2: Download complete [2023-03-28T02:29:07.658Z] 4657fd5d0bcf: Verifying Checksum [2023-03-28T02:29:07.658Z] 4657fd5d0bcf: Download complete [2023-03-28T02:29:07.658Z] df9b9388f04a: Verifying Checksum [2023-03-28T02:29:07.923Z] 6ad1cebc031e: Verifying Checksum [2023-03-28T02:29:07.923Z] 6ad1cebc031e: Download complete [2023-03-28T02:29:07.923Z] df9b9388f04a: Pull complete [2023-03-28T02:29:07.923Z] 52dc419b0ee2: Pull complete [2023-03-28T02:29:07.923Z] 25bc292e5bac: Pull complete [2023-03-28T02:29:08.491Z] 114826534d7a: Verifying Checksum [2023-03-28T02:29:08.491Z] 114826534d7a: Download complete [2023-03-28T02:29:08.750Z] 8a3aa393b2d8: Verifying Checksum [2023-03-28T02:29:08.750Z] 8a3aa393b2d8: Download complete [2023-03-28T02:29:12.031Z] 114826534d7a: Pull complete [2023-03-28T02:29:12.031Z] 4657fd5d0bcf: Pull complete [2023-03-28T02:29:12.031Z] 6ad1cebc031e: Pull complete [2023-03-28T02:29:14.565Z] 8a3aa393b2d8: Pull complete [2023-03-28T02:29:14.565Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-28T02:29:14.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-28T02:29:14.826Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:29:14.920Z] prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container [2023-03-28T02:29:14.957Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-28T02:29:17.352Z] $ docker top 087d3c7c59056fc19f15e98d3360cc46473b01a3dbac1d6b42a34639639ef7ee -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-28T02:29:17.423Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-03-28T02:29:17.702Z] + set -o pipefail [2023-03-28T02:29:17.702Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-03-28T02:29:22.977Z] [2023-03-28T02:29:22.977Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-03-28T02:29:22.977Z] [2023-03-28T02:29:22.977Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/e8d6c23b-2897-4fdc-b3e6-9f730861f2b4 [2023-03-28T02:29:22.977Z] [2023-03-28T02:29:22.977Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-28T02:29:22.977Z] [2023-03-28T02:29:22.977Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-28T02:29:22.977Z] [2023-03-28T02:29:22.977Z] [2023-03-28T02:29:22.977Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-28T02:29:22.977Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-28T02:29:22.977Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-28T02:29:22.990Z] $ docker stop --time=1 087d3c7c59056fc19f15e98d3360cc46473b01a3dbac1d6b42a34639639ef7ee [2023-03-28T02:29:25.263Z] $ docker rm -f --volumes 087d3c7c59056fc19f15e98d3360cc46473b01a3dbac1d6b42a34639639ef7ee [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 [2023-03-28T02:29:25.940Z] + git log --format=format:%s -1 726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] sh [2023-03-28T02:29:26.235Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-28T02:29:26.235Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:29:26.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-28T02:29:26.532Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:29:26.600Z] prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container [2023-03-28T02:29:26.636Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-28T02:29:27.081Z] $ docker top ee36233c4a4f923a0bf6f6ebe492f26b356715d365fef427c2ff3db141ae470b -eo pid,comm [2023-03-28T02:29:27.128Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-28T02:29:27.128Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-28T02:29:27.162Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-28T02:29:27.162Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-28T02:29:27.275Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-28T02:29:27.278Z] $ docker exec ee36233c4a4f923a0bf6f6ebe492f26b356715d365fef427c2ff3db141ae470b ssh-agent [2023-03-28T02:29:27.396Z] SSH_AUTH_SOCK=/tmp/ssh-WLe8uwBOtyuY/agent.33 [2023-03-28T02:29:27.396Z] SSH_AGENT_PID=39 [2023-03-28T02:29:27.401Z] Running ssh-add (command line suppressed) [2023-03-28T02:29:27.510Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8005680767886148764.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8005680767886148764.key) [2023-03-28T02:29:27.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-28T02:29:27.806Z] + git semver tag [2023-03-28T02:29:28.065Z] 2023-03-28 02:29:28,029 [run_tag] DEBUG tag force:False [2023-03-28T02:29:28.065Z] 2023-03-28 02:29:28,030 [check_head_tag] DEBUG check head tag [2023-03-28T02:29:28.065Z] 2023-03-28 02:29:28,031 [execute] INFO git cat-file --batch-check [2023-03-28T02:29:28.065Z] 2023-03-28 02:29:28,031 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-03-28T02:29:28.065Z] 2023-03-28 02:29:28,035 [execute] INFO git cat-file --batch [2023-03-28T02:29:28.065Z] 2023-03-28 02:29:28,035 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-03-28T02:29:28.065Z] 2023-03-28 02:29:28,063 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-28T02:29:28.065Z] 2023-03-28 02:29:28,063 [execute] INFO git tag -a v3.0.0-dev.27 -m v3.0.0-dev.27 [2023-03-28T02:29:28.065Z] 2023-03-28 02:29:28,063 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.27', '-m', 'v3.0.0-dev.27'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-03-28T02:29:28.324Z] 2023-03-28 02:29:28,068 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-28T02:29:28.324Z] 3.0.0-dev.27 [Pipeline] } [2023-03-28T02:29:28.334Z] $ docker exec --env ******** --env ******** ee36233c4a4f923a0bf6f6ebe492f26b356715d365fef427c2ff3db141ae470b ssh-agent -k [2023-03-28T02:29:28.426Z] unset SSH_AUTH_SOCK; [2023-03-28T02:29:28.426Z] unset SSH_AGENT_PID; [2023-03-28T02:29:28.426Z] echo Agent pid 39 killed; [2023-03-28T02:29:28.433Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-28T02:29:28.730Z] + git semver [Pipeline] } [2023-03-28T02:29:29.001Z] $ docker stop --time=1 ee36233c4a4f923a0bf6f6ebe492f26b356715d365fef427c2ff3db141ae470b [2023-03-28T02:29:30.316Z] $ docker rm -f --volumes ee36233c4a4f923a0bf6f6ebe492f26b356715d365fef427c2ff3db141ae470b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:29:30.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-28T02:29:30.718Z] [2023-03-28T02:29:30.718Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:29:31.016Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-28T02:29:31.016Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-28T02:29:31.016Z] ab5ef0e58194: Pulling fs layer [2023-03-28T02:29:31.016Z] 9712f1f96733: Pulling fs layer [2023-03-28T02:29:31.016Z] 63f879dbbcfc: Pulling fs layer [2023-03-28T02:29:31.016Z] 0d9ebad4ef96: Pulling fs layer [2023-03-28T02:29:31.016Z] e9a5061849ea: Pulling fs layer [2023-03-28T02:29:31.016Z] d747dcd14b5f: Pulling fs layer [2023-03-28T02:29:31.016Z] 2de7ff778b66: Pulling fs layer [2023-03-28T02:29:31.016Z] 0d9ebad4ef96: Waiting [2023-03-28T02:29:31.016Z] e9a5061849ea: Waiting [2023-03-28T02:29:31.016Z] d747dcd14b5f: Waiting [2023-03-28T02:29:31.016Z] 9712f1f96733: Verifying Checksum [2023-03-28T02:29:31.016Z] 9712f1f96733: Download complete [2023-03-28T02:29:31.281Z] 63f879dbbcfc: Verifying Checksum [2023-03-28T02:29:31.281Z] 63f879dbbcfc: Download complete [2023-03-28T02:29:31.542Z] 0d9ebad4ef96: Verifying Checksum [2023-03-28T02:29:31.542Z] 0d9ebad4ef96: Download complete [2023-03-28T02:29:31.542Z] e9a5061849ea: Verifying Checksum [2023-03-28T02:29:31.542Z] e9a5061849ea: Download complete [2023-03-28T02:29:31.542Z] d747dcd14b5f: Verifying Checksum [2023-03-28T02:29:31.542Z] d747dcd14b5f: Download complete [2023-03-28T02:29:31.542Z] ab5ef0e58194: Verifying Checksum [2023-03-28T02:29:31.542Z] ab5ef0e58194: Download complete [2023-03-28T02:29:31.801Z] 2de7ff778b66: Verifying Checksum [2023-03-28T02:29:31.801Z] 2de7ff778b66: Download complete [2023-03-28T02:29:34.330Z] ab5ef0e58194: Pull complete [2023-03-28T02:29:34.330Z] 9712f1f96733: Pull complete [2023-03-28T02:29:34.896Z] 63f879dbbcfc: Pull complete [2023-03-28T02:29:38.179Z] 0d9ebad4ef96: Pull complete [2023-03-28T02:29:38.438Z] e9a5061849ea: Pull complete [2023-03-28T02:29:38.438Z] d747dcd14b5f: Pull complete [2023-03-28T02:29:39.815Z] 2de7ff778b66: Pull complete [2023-03-28T02:29:39.815Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-28T02:29:39.815Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-28T02:29:39.815Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:29:39.892Z] prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container [2023-03-28T02:29:39.925Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-28T02:29:43.096Z] $ docker top 0c838eb1aac8136fda67f5dbd5995301b14c9153ef01499372d7dfc0b7278c2b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-28T02:29:43.168Z] provisioning config files... [2023-03-28T02:29:43.175Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9773656125618508014tmp [2023-03-28T02:29:43.185Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3802085576659093353tmp [2023-03-28T02:29:43.195Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config11264061740835861198tmp [Pipeline] { [Pipeline] echo [2023-03-28T02:29:43.211Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:29:43.493Z] ---> sigul-configuration.sh [2023-03-28T02:29:43.493Z] gpg: directory `/root/.gnupg' created [2023-03-28T02:29:43.493Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-28T02:29:43.493Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-28T02:29:43.493Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-28T02:29:43.493Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-28T02:29:43.493Z] gpg: CAST5 encrypted data [2023-03-28T02:29:43.493Z] gpg: encrypted with 1 passphrase [2023-03-28T02:29:43.493Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-28T02:29:43.778Z] + mkdir /home/jenkins [2023-03-28T02:29:43.778Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-28T02:29:44.063Z] + 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 [2023-03-28T02:29:44.070Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:29:44.353Z] ---> sigul-install.sh [2023-03-28T02:29:44.353Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-28T02:29:44.640Z] + git tag --list [2023-03-28T02:29:44.640Z] v1.0.0 [2023-03-28T02:29:44.640Z] v1.1.0 [2023-03-28T02:29:44.640Z] v1.2.0 [2023-03-28T02:29:44.640Z] v1.3.0 [2023-03-28T02:29:44.640Z] v1.3.1 [2023-03-28T02:29:44.640Z] v2.0.0 [2023-03-28T02:29:44.640Z] v2.0.1 [2023-03-28T02:29:44.640Z] v2.1.0 [2023-03-28T02:29:44.640Z] v2.1.1 [2023-03-28T02:29:44.640Z] v2.1.1-dev.1 [2023-03-28T02:29:44.640Z] v2.1.1-dev.2 [2023-03-28T02:29:44.640Z] v2.2.0 [2023-03-28T02:29:44.640Z] v2.2.1-dev.1 [2023-03-28T02:29:44.640Z] v2.2.1-dev.10 [2023-03-28T02:29:44.640Z] v2.2.1-dev.2 [2023-03-28T02:29:44.640Z] v2.2.1-dev.3 [2023-03-28T02:29:44.640Z] v2.2.1-dev.4 [2023-03-28T02:29:44.640Z] v2.2.1-dev.5 [2023-03-28T02:29:44.640Z] v2.2.1-dev.6 [2023-03-28T02:29:44.640Z] v2.2.1-dev.7 [2023-03-28T02:29:44.640Z] v2.2.1-dev.8 [2023-03-28T02:29:44.640Z] v2.2.1-dev.9 [2023-03-28T02:29:44.640Z] v2.3.0 [2023-03-28T02:29:44.640Z] v2.3.0-dev.10 [2023-03-28T02:29:44.640Z] v2.3.0-dev.11 [2023-03-28T02:29:44.640Z] v2.3.0-dev.12 [2023-03-28T02:29:44.640Z] v2.3.0-dev.13 [2023-03-28T02:29:44.640Z] v2.3.0-dev.14 [2023-03-28T02:29:44.640Z] v2.3.0-dev.15 [2023-03-28T02:29:44.640Z] v2.3.0-dev.16 [2023-03-28T02:29:44.640Z] v2.3.0-dev.17 [2023-03-28T02:29:44.640Z] v2.3.0-dev.18 [2023-03-28T02:29:44.640Z] v2.3.0-dev.19 [2023-03-28T02:29:44.640Z] v2.3.0-dev.20 [2023-03-28T02:29:44.640Z] v2.3.0-dev.21 [2023-03-28T02:29:44.640Z] v2.3.0-dev.22 [2023-03-28T02:29:44.640Z] v2.3.0-dev.23 [2023-03-28T02:29:44.640Z] v2.3.0-dev.24 [2023-03-28T02:29:44.640Z] v2.3.0-dev.25 [2023-03-28T02:29:44.640Z] v2.3.0-dev.26 [2023-03-28T02:29:44.640Z] v2.3.0-dev.27 [2023-03-28T02:29:44.640Z] v2.3.0-dev.28 [2023-03-28T02:29:44.640Z] v2.3.0-dev.29 [2023-03-28T02:29:44.640Z] v2.3.0-dev.30 [2023-03-28T02:29:44.640Z] v2.3.0-dev.31 [2023-03-28T02:29:44.640Z] v2.3.0-dev.32 [2023-03-28T02:29:44.640Z] v2.3.0-dev.33 [2023-03-28T02:29:44.640Z] v2.3.0-dev.34 [2023-03-28T02:29:44.640Z] v2.3.0-dev.35 [2023-03-28T02:29:44.640Z] v2.3.0-dev.36 [2023-03-28T02:29:44.640Z] v2.3.0-dev.37 [2023-03-28T02:29:44.640Z] v3.0.0-dev.1 [2023-03-28T02:29:44.640Z] v3.0.0-dev.10 [2023-03-28T02:29:44.640Z] v3.0.0-dev.11 [2023-03-28T02:29:44.640Z] v3.0.0-dev.12 [2023-03-28T02:29:44.640Z] v3.0.0-dev.13 [2023-03-28T02:29:44.640Z] v3.0.0-dev.14 [2023-03-28T02:29:44.640Z] v3.0.0-dev.15 [2023-03-28T02:29:44.640Z] v3.0.0-dev.16 [2023-03-28T02:29:44.640Z] v3.0.0-dev.17 [2023-03-28T02:29:44.640Z] v3.0.0-dev.18 [2023-03-28T02:29:44.640Z] v3.0.0-dev.19 [2023-03-28T02:29:44.640Z] v3.0.0-dev.2 [2023-03-28T02:29:44.640Z] v3.0.0-dev.20 [2023-03-28T02:29:44.640Z] v3.0.0-dev.21 [2023-03-28T02:29:44.640Z] v3.0.0-dev.22 [2023-03-28T02:29:44.640Z] v3.0.0-dev.23 [2023-03-28T02:29:44.640Z] v3.0.0-dev.24 [2023-03-28T02:29:44.640Z] v3.0.0-dev.25 [2023-03-28T02:29:44.640Z] v3.0.0-dev.26 [2023-03-28T02:29:44.640Z] v3.0.0-dev.27 [2023-03-28T02:29:44.640Z] v3.0.0-dev.3 [2023-03-28T02:29:44.640Z] v3.0.0-dev.4 [2023-03-28T02:29:44.640Z] v3.0.0-dev.5 [2023-03-28T02:29:44.640Z] v3.0.0-dev.6 [2023-03-28T02:29:44.640Z] v3.0.0-dev.7 [2023-03-28T02:29:44.640Z] v3.0.0-dev.8 [2023-03-28T02:29:44.640Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-28T02:29:44.927Z] + lftools sign git-tag v3.0.0-dev.27 [2023-03-28T02:29:45.495Z] Signing Git tag with Sigul... [2023-03-28T02:29:45.495Z] Signing v3.0.0-dev.27 [Pipeline] echo [2023-03-28T02:29:46.072Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:29:46.356Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-28T02:29:46.363Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-28T02:29:46.379Z] $ docker stop --time=1 0c838eb1aac8136fda67f5dbd5995301b14c9153ef01499372d7dfc0b7278c2b [2023-03-28T02:29:47.802Z] $ docker rm -f --volumes 0c838eb1aac8136fda67f5dbd5995301b14c9153ef01499372d7dfc0b7278c2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-28T02:29:48.216Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-28T02:29:48.216Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:29:48.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-28T02:29:48.512Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:29:48.581Z] prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container [2023-03-28T02:29:48.620Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-28T02:29:49.098Z] $ docker top c5b8ccba7d4f776a194fdf4459f76db2e46a64a068798bf32675baabed60c073 -eo pid,comm [2023-03-28T02:29:49.145Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-28T02:29:49.145Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-28T02:29:49.174Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-28T02:29:49.174Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-28T02:29:49.279Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-28T02:29:49.284Z] $ docker exec c5b8ccba7d4f776a194fdf4459f76db2e46a64a068798bf32675baabed60c073 ssh-agent [2023-03-28T02:29:49.377Z] SSH_AUTH_SOCK=/tmp/ssh-ltVoXBBAGsJF/agent.33 [2023-03-28T02:29:49.377Z] SSH_AGENT_PID=39 [2023-03-28T02:29:49.382Z] Running ssh-add (command line suppressed) [2023-03-28T02:29:49.494Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3595608113816155565.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3595608113816155565.key) [2023-03-28T02:29:49.506Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-28T02:29:49.795Z] + git semver bump pre [2023-03-28T02:29:50.053Z] 2023-03-28 02:29:50,051 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-28T02:29:50.053Z] 2023-03-28 02:29:50,051 [bump_version] DEBUG bumping version:3.0.0-dev.27 on axis:pre with prefix:dev [2023-03-28T02:29:50.053Z] 2023-03-28 02:29:50,051 [bump_version] DEBUG bumped version:3.0.0-dev.28 [2023-03-28T02:29:50.053Z] 2023-03-28 02:29:50,051 [write_version] DEBUG write version:3.0.0-dev.28 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2023-03-28T02:29:50.053Z] 2023-03-28 02:29:50,051 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-28T02:29:50.053Z] 2023-03-28 02:29:50,051 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-28T02:29:50.312Z] 2023-03-28 02:29:50,055 [execute] INFO git cat-file --batch-check [2023-03-28T02:29:50.312Z] 2023-03-28 02:29:50,055 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-28T02:29:50.312Z] 2023-03-28 02:29:50,061 [execute] INFO git cat-file --batch [2023-03-28T02:29:50.312Z] 2023-03-28 02:29:50,062 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-28T02:29:50.312Z] 2023-03-28 02:29:50,067 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-28T02:29:50.312Z] 3.0.0-dev.28 [Pipeline] } [2023-03-28T02:29:50.323Z] $ docker exec --env ******** --env ******** c5b8ccba7d4f776a194fdf4459f76db2e46a64a068798bf32675baabed60c073 ssh-agent -k [2023-03-28T02:29:50.417Z] unset SSH_AUTH_SOCK; [2023-03-28T02:29:50.417Z] unset SSH_AGENT_PID; [2023-03-28T02:29:50.417Z] echo Agent pid 39 killed; [2023-03-28T02:29:50.425Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-28T02:29:50.733Z] + git semver [Pipeline] } [2023-03-28T02:29:51.005Z] $ docker stop --time=1 c5b8ccba7d4f776a194fdf4459f76db2e46a64a068798bf32675baabed60c073 [2023-03-28T02:29:52.291Z] $ docker rm -f --volumes c5b8ccba7d4f776a194fdf4459f76db2e46a64a068798bf32675baabed60c073 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-28T02:29:52.633Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-28T02:29:52.633Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:29:52.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-28T02:29:52.931Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:29:53.005Z] prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container [2023-03-28T02:29:53.041Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-28T02:29:53.409Z] $ docker top 59734a8d3b2e4a69b821bc33d0c5849d2f3a835c38b104399c81321e42f9221d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-28T02:29:53.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-28T02:29:53.493Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-28T02:29:53.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-28T02:29:53.605Z] $ docker exec 59734a8d3b2e4a69b821bc33d0c5849d2f3a835c38b104399c81321e42f9221d ssh-agent [2023-03-28T02:29:53.714Z] SSH_AUTH_SOCK=/tmp/ssh-ir39oU7ftWes/agent.33 [2023-03-28T02:29:53.714Z] SSH_AGENT_PID=39 [2023-03-28T02:29:53.719Z] Running ssh-add (command line suppressed) [2023-03-28T02:29:53.830Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3361427765984956210.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3361427765984956210.key) [2023-03-28T02:29:53.840Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-28T02:29:54.125Z] + git semver push [2023-03-28T02:29:54.384Z] 2023-03-28 02:29:54,281 [run_push] DEBUG push [2023-03-28T02:29:54.384Z] 2023-03-28 02:29:54,282 [execute] INFO git cat-file --batch-check [2023-03-28T02:29:54.384Z] 2023-03-28 02:29:54,283 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-28T02:29:54.384Z] 2023-03-28 02:29:54,286 [execute] INFO git rev-list 509e68090056c654209a1b9a4fca415ee05d3307 -- [2023-03-28T02:29:54.384Z] 2023-03-28 02:29:54,286 [execute] DEBUG Popen(['git', 'rev-list', '509e68090056c654209a1b9a4fca415ee05d3307', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-28T02:29:54.384Z] 2023-03-28 02:29:54,293 [execute] INFO git fetch -v origin [2023-03-28T02:29:54.384Z] 2023-03-28 02:29:54,294 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-28T02:29:54.951Z] 2023-03-28 02:29:54,777 [run_push] DEBUG no remote changes detected [2023-03-28T02:29:54.951Z] 2023-03-28 02:29:54,777 [execute] INFO git push origin semver [2023-03-28T02:29:54.951Z] 2023-03-28 02:29:54,778 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-28T02:29:55.888Z] 2023-03-28 02:29:55,565 [run_push] DEBUG push all version tags [2023-03-28T02:29:55.888Z] 2023-03-28 02:29:55,565 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-28T02:29:55.888Z] 2023-03-28 02:29:55,566 [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) [2023-03-28T02:29:56.455Z] 2023-03-28 02:29:56,310 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-28T02:29:56.455Z] 3.0.0-dev.28 [Pipeline] } [2023-03-28T02:29:56.464Z] $ docker exec --env ******** --env ******** 59734a8d3b2e4a69b821bc33d0c5849d2f3a835c38b104399c81321e42f9221d ssh-agent -k [2023-03-28T02:29:56.566Z] unset SSH_AUTH_SOCK; [2023-03-28T02:29:56.566Z] unset SSH_AGENT_PID; [2023-03-28T02:29:56.566Z] echo Agent pid 39 killed; [2023-03-28T02:29:56.573Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-28T02:29:56.874Z] + git semver [Pipeline] } [2023-03-28T02:29:57.145Z] $ docker stop --time=1 59734a8d3b2e4a69b821bc33d0c5849d2f3a835c38b104399c81321e42f9221d [2023-03-28T02:29:58.469Z] $ docker rm -f --volumes 59734a8d3b2e4a69b821bc33d0c5849d2f3a835c38b104399c81321e42f9221d [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 [2023-03-28T02:29:59.034Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-03-28T02:29:59.034Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-03-28T02:29:59.034Z] total 16 [2023-03-28T02:29:59.034Z] drwxr-xr-x 3 root root 4096 Mar 28 02:17 . [2023-03-28T02:29:59.034Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 28 02:29 .. [2023-03-28T02:29:59.034Z] drwxr-xr-x 2 root root 4096 Mar 28 02:17 cost [2023-03-28T02:29:59.034Z] -rw-r--r-- 1 root root 96 Mar 28 02:17 cost.csv [2023-03-28T02:29:59.034Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-03-28T02:29:59.034Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-03-28T02:29:59.034Z] total 16 [2023-03-28T02:29:59.034Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 28 02:17 . [2023-03-28T02:29:59.034Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 28 02:29 .. [2023-03-28T02:29:59.034Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 28 02:17 cost [2023-03-28T02:29:59.034Z] -rw-r--r-- 1 jenkins jenkins 96 Mar 28 02:17 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:29:59.325Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:30:00.185Z] ---> package-listing.sh [2023-03-28T02:30:00.185Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-28T02:30:00.185Z] ++ facter osfamily [2023-03-28T02:30:00.445Z] + OS_FAMILY=debian [2023-03-28T02:30:00.445Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-03-28T02:30:00.445Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-28T02:30:00.445Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-28T02:30:00.445Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-28T02:30:00.445Z] + PACKAGES=/tmp/packages_start.txt [2023-03-28T02:30:00.445Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-03-28T02:30:00.445Z] + PACKAGES=/tmp/packages_end.txt [2023-03-28T02:30:00.445Z] + case "${OS_FAMILY}" in [2023-03-28T02:30:00.445Z] + dpkg -l [2023-03-28T02:30:00.445Z] + grep '^ii' [2023-03-28T02:30:00.445Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-28T02:30:00.445Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-28T02:30:00.445Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-28T02:30:00.445Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-03-28T02:30:00.445Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-03-28T02:30:00.445Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2023-03-28T02:30:00.455Z] 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 [2023-03-28T02:30:00.733Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T02:30:01.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-28T02:30:01.370Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T02:30:01.463Z] prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container [2023-03-28T02:30:01.516Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-28T02:30:01.762Z] $ docker top 760eade58bba05257c5d00812df71f61db12a33d82c5e12496c392a2d2335e18 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-28T02:30:02.109Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-28T02:30:02.397Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-28T02:30:02.686Z] + ls /var/log/sa-host [2023-03-28T02:30:02.686Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-28T02:30:02.835Z] provisioning config files... [2023-03-28T02:30:02.845Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14172624732274258262tmp [Pipeline] { [Pipeline] echo [2023-03-28T02:30:02.857Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:30:03.144Z] ---> create-netrc.sh [Pipeline] } [2023-03-28T02:30:03.151Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:30:03.485Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-28T02:30:03.494Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:30:03.779Z] ---> sudo-logs.sh [2023-03-28T02:30:03.779Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-28T02:30:03.813Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:30:04.098Z] ---> job-cost.sh [2023-03-28T02:30:04.098Z] lf-activate-venv: SKIPPING [2023-03-28T02:30:04.098Z] DEBUG: total: 0.2199999988079071 [2023-03-28T02:30:04.098Z] INFO: Retrieving Stack Cost... [2023-03-28T02:30:04.357Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-28T02:30:04.925Z] INFO: Archiving Costs [Pipeline] echo [2023-03-28T02:30:04.936Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T02:30:05.219Z] ---> logs-deploy.sh [2023-03-28T02:30:05.219Z] lf-activate-venv: SKIPPING [2023-03-28T02:30:05.219Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/144 [2023-03-28T02:30:05.219Z] INFO: archiving workspace using pattern(s): [2023-03-28T02:30:06.156Z] Archives upload complete. [2023-03-28T02:30:06.415Z] INFO: archiving logs to Nexus [2023-03-28T02:30:06.983Z] ---> uname -a: [2023-03-28T02:30:06.983Z] Linux prd-ubuntu20-04-docker-8c-8g-5974 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-28T02:30:06.983Z] [2023-03-28T02:30:06.983Z]