Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a803cbcc243b34629df898652d25f5c56fc71900 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-ssh17297347221084277053.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-ssh11715876250929842468.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-ssh16697539132176810940.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-ssh11552085700428761766.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-ssh1378097986331949423.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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-224 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 a803cbcc243b34629df898652d25f5c56fc71900 (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 a803cbcc243b34629df898652d25f5c56fc71900 # timeout=10 Commit message: "build: Update to Go 1.20, Alpine 3.17 and linter v1.51.2 (#530)" > git rev-list --no-walk 64e14a40a239d934ad2ac2e5656398ec3b76321c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-14T18:50:25.064Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-14T18:50:25.104Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-14T18:50:25.116Z] ========================================================= [2023-03-14T18:50:25.116Z] EdgeX Global Pipelines Version Info [2023-03-14T18:50:25.116Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-14T18:50:26.662Z] ------------------- [2023-03-14T18:50:26.662Z] stable info: [2023-03-14T18:50:26.662Z] ------------------- [2023-03-14T18:50:26.662Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-14T18:50:26.662Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-14T18:50:26.662Z] Message: update stable to v1.0.245 [2023-03-14T18:50:27.232Z] ------------------- [2023-03-14T18:50:27.232Z] experimental info: [2023-03-14T18:50:27.232Z] ------------------- [2023-03-14T18:50:27.232Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-14T18:50:27.232Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-14T18:50:27.232Z] Message: update experimental to v1.0.245 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-14T18:50:27.408Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-03-14T18:50:27.417Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-03-14T18:50:27.425Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-14T18:50:27.433Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-14T18:50:27.441Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-14T18:50:27.448Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-14T18:50:27.456Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-14T18:50:27.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-14T18:50:27.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-14T18:50:27.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-14T18:50:27.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-14T18:50:27.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-03-14T18:50:27.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-14T18:50:27.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-14T18:50:27.554Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-14T18:50:27.565Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-14T18:50:27.578Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-14T18:50:27.593Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-14T18:50:27.604Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-14T18:50:27.616Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-14T18:50:27.634Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-14T18:50:27.651Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-14T18:50:27.661Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-14T18:50:27.673Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-14T18:50:27.685Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-14T18:50:27.696Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-14T18:50:27.708Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-14T18:50:27.719Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-14T18:50:27.730Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-14T18:50:27.741Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-14T18:50:27.757Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] echo [2023-03-14T18:50:27.773Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a803cbc [Pipeline] echo [2023-03-14T18:50:27.783Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-14T18:50:27.825Z] provisioning config files... [2023-03-14T18:50:27.840Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9079450811834467450tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T18:50:28.138Z] ---> docker-login.sh [2023-03-14T18:50:28.138Z] nexus3.edgexfoundry.org:10001 [2023-03-14T18:50:28.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:28.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:28.661Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:28.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:28.661Z] [2023-03-14T18:50:28.661Z] Login Succeeded [2023-03-14T18:50:28.661Z] nexus3.edgexfoundry.org:10002 [2023-03-14T18:50:28.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:28.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:28.661Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:28.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:28.661Z] [2023-03-14T18:50:28.661Z] Login Succeeded [2023-03-14T18:50:28.661Z] nexus3.edgexfoundry.org:10003 [2023-03-14T18:50:28.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:28.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:28.922Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:28.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:28.922Z] [2023-03-14T18:50:28.922Z] Login Succeeded [2023-03-14T18:50:28.922Z] nexus3.edgexfoundry.org:10004 [2023-03-14T18:50:28.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:28.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:28.922Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:28.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:28.922Z] [2023-03-14T18:50:28.922Z] Login Succeeded [2023-03-14T18:50:28.922Z] docker.io [2023-03-14T18:50:28.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:29.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:29.182Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:29.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:29.182Z] [2023-03-14T18:50:29.182Z] Login Succeeded [2023-03-14T18:50:29.182Z] ---> docker-login.sh ends [Pipeline] } [2023-03-14T18:50:29.188Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-14T18:50:29.548Z] + git rev-list -1 --merges a803cbcc243b34629df898652d25f5c56fc71900~1..a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] echo [2023-03-14T18:50:29.590Z] -----------> git rev-list -1 --merges a803cbcc243b34629df898652d25f5c56fc71900~1..a803cbcc243b34629df898652d25f5c56fc71900 a803cbcc243b34629df898652d25f5c56fc71900 [false] [Pipeline] sh [2023-03-14T18:50:29.880Z] + git log --format=format:%s -1 a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] echo [2023-03-14T18:50:29.896Z] ========================================================= [2023-03-14T18:50:29.896Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-14T18:50:29.896Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-14T18:50:30.221Z] + git log --format=format:%s -1 a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] echo [2023-03-14T18:50:30.231Z] [semverPrep] GIT_COMMIT: a803cbcc243b34629df898652d25f5c56fc71900, Commit Message: build: Update to Go 1.20, Alpine 3.17 and linter v1.51.2 (#530) [Pipeline] echo [2023-03-14T18:50:30.238Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-14T18:50:30.586Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-14T18:50:30.586Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-14T18:50:30.586Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-14T18:50:30.586Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-14T18:50:30.586Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-14T18:50:30.586Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-14T18:50:30.586Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:50:30.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T18:50:30.925Z] [2023-03-14T18:50:30.925Z] 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-14T18:50:31.222Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T18:50:31.222Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-14T18:50:31.222Z] b85a868b505f: Pulling fs layer [2023-03-14T18:50:31.222Z] e2be974225ed: Pulling fs layer [2023-03-14T18:50:31.222Z] 339a4e72a1f5: Pulling fs layer [2023-03-14T18:50:31.222Z] 988bab9f4d93: Pulling fs layer [2023-03-14T18:50:31.222Z] 1469e6f7b9e6: Pulling fs layer [2023-03-14T18:50:31.222Z] eaf3925da568: Pulling fs layer [2023-03-14T18:50:31.222Z] bab4dde63d76: Pulling fs layer [2023-03-14T18:50:31.222Z] bde34c3a00c8: Pulling fs layer [2023-03-14T18:50:31.222Z] b352a97aabf1: Pulling fs layer [2023-03-14T18:50:31.222Z] 4872d77fe225: Pulling fs layer [2023-03-14T18:50:31.222Z] 5851b861e8e6: Pulling fs layer [2023-03-14T18:50:31.222Z] 988bab9f4d93: Waiting [2023-03-14T18:50:31.222Z] bde34c3a00c8: Waiting [2023-03-14T18:50:31.222Z] 1469e6f7b9e6: Waiting [2023-03-14T18:50:31.222Z] b352a97aabf1: Waiting [2023-03-14T18:50:31.222Z] 4872d77fe225: Waiting [2023-03-14T18:50:31.222Z] 5851b861e8e6: Waiting [2023-03-14T18:50:31.222Z] eaf3925da568: Waiting [2023-03-14T18:50:31.222Z] bab4dde63d76: Waiting [2023-03-14T18:50:31.222Z] e2be974225ed: Verifying Checksum [2023-03-14T18:50:31.222Z] e2be974225ed: Download complete [2023-03-14T18:50:31.222Z] 988bab9f4d93: Verifying Checksum [2023-03-14T18:50:31.222Z] 988bab9f4d93: Download complete [2023-03-14T18:50:31.486Z] 1469e6f7b9e6: Verifying Checksum [2023-03-14T18:50:31.486Z] 1469e6f7b9e6: Download complete [2023-03-14T18:50:31.486Z] 339a4e72a1f5: Verifying Checksum [2023-03-14T18:50:31.486Z] 339a4e72a1f5: Download complete [2023-03-14T18:50:31.486Z] eaf3925da568: Verifying Checksum [2023-03-14T18:50:31.486Z] bde34c3a00c8: Verifying Checksum [2023-03-14T18:50:31.486Z] bde34c3a00c8: Download complete [2023-03-14T18:50:31.486Z] b352a97aabf1: Download complete [2023-03-14T18:50:31.486Z] 4872d77fe225: Download complete [2023-03-14T18:50:31.486Z] 5851b861e8e6: Download complete [2023-03-14T18:50:31.486Z] b85a868b505f: Verifying Checksum [2023-03-14T18:50:31.486Z] b85a868b505f: Download complete [2023-03-14T18:50:31.743Z] bab4dde63d76: Verifying Checksum [2023-03-14T18:50:31.743Z] bab4dde63d76: Download complete [2023-03-14T18:50:32.676Z] b85a868b505f: Pull complete [2023-03-14T18:50:32.939Z] e2be974225ed: Pull complete [2023-03-14T18:50:33.513Z] 339a4e72a1f5: Pull complete [2023-03-14T18:50:33.513Z] 988bab9f4d93: Pull complete [2023-03-14T18:50:33.772Z] 1469e6f7b9e6: Pull complete [2023-03-14T18:50:33.772Z] eaf3925da568: Pull complete [2023-03-14T18:50:35.675Z] bab4dde63d76: Pull complete [2023-03-14T18:50:35.675Z] bde34c3a00c8: Pull complete [2023-03-14T18:50:35.934Z] b352a97aabf1: Pull complete [2023-03-14T18:50:35.934Z] 4872d77fe225: Pull complete [2023-03-14T18:50:36.192Z] 5851b861e8e6: Pull complete [2023-03-14T18:50:36.192Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-14T18:50:36.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T18:50:36.192Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T18:50:36.293Z] prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container [2023-03-14T18:50:36.324Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-14T18:50:39.637Z] $ docker top c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 -eo pid,comm [2023-03-14T18:50:39.697Z] 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-14T18:50:39.697Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-14T18:50:39.732Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T18:50:39.732Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T18:50:39.835Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T18:50:39.834Z] $ docker exec c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 ssh-agent [2023-03-14T18:50:39.974Z] SSH_AUTH_SOCK=/tmp/ssh-PgiiIzNXCSXK/agent.33 [2023-03-14T18:50:39.974Z] SSH_AGENT_PID=39 [2023-03-14T18:50:39.981Z] Running ssh-add (command line suppressed) [2023-03-14T18:50:40.084Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3462687471261279756.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3462687471261279756.key) [2023-03-14T18:50:40.103Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T18:50:40.388Z] + git tag --points-at HEAD [Pipeline] } [2023-03-14T18:50:40.396Z] $ docker exec --env ******** --env ******** c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 ssh-agent -k [2023-03-14T18:50:40.494Z] unset SSH_AUTH_SOCK; [2023-03-14T18:50:40.495Z] unset SSH_AGENT_PID; [2023-03-14T18:50:40.495Z] echo Agent pid 39 killed; [2023-03-14T18:50:40.511Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-14T18:50:40.538Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T18:50:40.538Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T18:50:40.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T18:50:40.658Z] $ docker exec c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 ssh-agent [2023-03-14T18:50:40.792Z] SSH_AUTH_SOCK=/tmp/ssh-vR9Z46BKyDiU/agent.71 [2023-03-14T18:50:40.792Z] SSH_AGENT_PID=77 [2023-03-14T18:50:40.797Z] Running ssh-add (command line suppressed) [2023-03-14T18:50:40.903Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13185493788495923104.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13185493788495923104.key) [2023-03-14T18:50:40.922Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T18:50:41.208Z] + git semver init [2023-03-14T18:50:41.466Z] 2023-03-14 18:50:41,399 [run_init] DEBUG init version:0.0.0 force:False [2023-03-14T18:50:41.466Z] 2023-03-14 18:50:41,399 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-03-14T18:50:41.466Z] 2023-03-14 18:50:41,400 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2023-03-14T18:50:41.466Z] 2023-03-14 18:50:41,400 [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-14T18:50:42.412Z] 2023-03-14 18:50:42,243 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-03-14T18:50:42.412Z] 2023-03-14 18:50:42,244 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2023-03-14T18:50:42.412Z] 2023-03-14 18:50:42,244 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-14T18:50:42.412Z] 2023-03-14 18:50:42,244 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-14T18:50:42.412Z] 3.0.0-dev.22 [Pipeline] } [2023-03-14T18:50:42.423Z] $ docker exec --env ******** --env ******** c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 ssh-agent -k [2023-03-14T18:50:42.524Z] unset SSH_AUTH_SOCK; [2023-03-14T18:50:42.525Z] unset SSH_AGENT_PID; [2023-03-14T18:50:42.525Z] echo Agent pid 77 killed; [2023-03-14T18:50:42.539Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-14T18:50:42.838Z] + git semver [Pipeline] } [2023-03-14T18:50:43.108Z] $ docker stop --time=1 c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 [2023-03-14T18:50:44.436Z] $ docker rm -f --volumes c945807e1f5bdae3378a8fc47e78a82d7ef72de57b5baf14a12df1677f5b2775 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-14T18:50:44.774Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-14T18:50:44.961Z] Stashed 1 file(s) [Pipeline] echo [2023-03-14T18:50:44.963Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.22 [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-14T18:50:45.055Z] provisioning config files... [2023-03-14T18:50:45.065Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14441402347876270658tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T18:50:45.355Z] ---> docker-login.sh [2023-03-14T18:50:45.355Z] nexus3.edgexfoundry.org:10001 [2023-03-14T18:50:45.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:45.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:45.355Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:45.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:45.355Z] [2023-03-14T18:50:45.355Z] Login Succeeded [2023-03-14T18:50:45.355Z] nexus3.edgexfoundry.org:10002 [2023-03-14T18:50:45.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:45.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:45.355Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:45.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:45.355Z] [2023-03-14T18:50:45.355Z] Login Succeeded [2023-03-14T18:50:45.355Z] nexus3.edgexfoundry.org:10003 [2023-03-14T18:50:45.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:45.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:45.613Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:45.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:45.613Z] [2023-03-14T18:50:45.613Z] Login Succeeded [2023-03-14T18:50:45.613Z] nexus3.edgexfoundry.org:10004 [2023-03-14T18:50:45.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:45.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:45.613Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:45.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:45.613Z] [2023-03-14T18:50:45.613Z] Login Succeeded [2023-03-14T18:50:45.613Z] docker.io [2023-03-14T18:50:45.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:50:45.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:50:45.870Z] Configure a credential helper to remove this warning. See [2023-03-14T18:50:45.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:50:45.870Z] [2023-03-14T18:50:45.870Z] Login Succeeded [2023-03-14T18:50:45.870Z] ---> docker-login.sh ends [Pipeline] } [2023-03-14T18:50:45.877Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-14T18:50:45.940Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T18:50:45.953Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T18:50:45.959Z] ========================================================= [2023-03-14T18:50:45.959Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-14T18:50:45.959Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:50:46.280Z] + 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-14T18:50:46.280Z] Sending build context to Docker daemon 3.227MB [2023-03-14T18:50:46.280Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-14T18:50:46.280Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-14T18:50:46.280Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-14T18:50:46.280Z] 63b65145d645: Pulling fs layer [2023-03-14T18:50:46.280Z] a2d21d5440eb: Pulling fs layer [2023-03-14T18:50:46.280Z] 935e6c44a52c: Pulling fs layer [2023-03-14T18:50:46.280Z] 94cc34f8dd06: Pulling fs layer [2023-03-14T18:50:46.280Z] 30dea6a524f1: Pulling fs layer [2023-03-14T18:50:46.280Z] a2aff8979fd8: Pulling fs layer [2023-03-14T18:50:46.280Z] 6808be2612f2: Pulling fs layer [2023-03-14T18:50:46.280Z] f25807f1079a: Pulling fs layer [2023-03-14T18:50:46.280Z] 30dea6a524f1: Waiting [2023-03-14T18:50:46.280Z] a2aff8979fd8: Waiting [2023-03-14T18:50:46.280Z] 6808be2612f2: Waiting [2023-03-14T18:50:46.280Z] f25807f1079a: Waiting [2023-03-14T18:50:46.280Z] 94cc34f8dd06: Waiting [2023-03-14T18:50:46.280Z] a2d21d5440eb: Verifying Checksum [2023-03-14T18:50:46.280Z] a2d21d5440eb: Download complete [2023-03-14T18:50:46.280Z] 94cc34f8dd06: Verifying Checksum [2023-03-14T18:50:46.280Z] 94cc34f8dd06: Download complete [2023-03-14T18:50:46.280Z] 30dea6a524f1: Verifying Checksum [2023-03-14T18:50:46.280Z] 30dea6a524f1: Download complete [2023-03-14T18:50:46.541Z] 63b65145d645: Verifying Checksum [2023-03-14T18:50:46.541Z] 63b65145d645: Download complete [2023-03-14T18:50:46.541Z] a2aff8979fd8: Verifying Checksum [2023-03-14T18:50:46.541Z] a2aff8979fd8: Download complete [2023-03-14T18:50:46.811Z] 63b65145d645: Pull complete [2023-03-14T18:50:46.811Z] a2d21d5440eb: Pull complete [2023-03-14T18:50:47.416Z] f25807f1079a: Verifying Checksum [2023-03-14T18:50:47.416Z] f25807f1079a: Download complete [2023-03-14T18:50:47.416Z] 935e6c44a52c: Verifying Checksum [2023-03-14T18:50:47.416Z] 935e6c44a52c: Download complete [2023-03-14T18:50:47.673Z] 6808be2612f2: Verifying Checksum [2023-03-14T18:50:50.805Z] 935e6c44a52c: Pull complete [2023-03-14T18:50:51.065Z] 94cc34f8dd06: Pull complete [2023-03-14T18:50:51.065Z] 30dea6a524f1: Pull complete [2023-03-14T18:50:51.065Z] a2aff8979fd8: Pull complete [2023-03-14T18:50:53.590Z] 6808be2612f2: Pull complete [2023-03-14T18:50:54.524Z] f25807f1079a: Pull complete [2023-03-14T18:50:54.524Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-14T18:50:54.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-14T18:50:54.524Z] ---> 3b553350e43f [2023-03-14T18:50:54.524Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-14T18:50:58.728Z] ---> Running in cee7dbc4e589 [2023-03-14T18:50:58.728Z] Removing intermediate container cee7dbc4e589 [2023-03-14T18:50:58.728Z] ---> f3bd1eb6e536 [2023-03-14T18:50:58.728Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-14T18:50:58.728Z] ---> Running in 248263fbb8d4 [2023-03-14T18:50:58.988Z] Removing intermediate container 248263fbb8d4 [2023-03-14T18:50:58.988Z] ---> 62d4dd587513 [2023-03-14T18:50:58.988Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-14T18:50:58.988Z] ---> Running in b56e4ffef14d [2023-03-14T18:50:59.250Z] Removing intermediate container b56e4ffef14d [2023-03-14T18:50:59.251Z] ---> 483102fbd995 [2023-03-14T18:50:59.251Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-14T18:50:59.510Z] ---> Running in a9e56241edb4 [2023-03-14T18:50:59.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-14T18:51:00.026Z] Still waiting to schedule task [2023-03-14T18:51:00.027Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-222’ [2023-03-14T18:51:00.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-14T18:51:00.289Z] OK: 265 MiB in 53 packages [2023-03-14T18:51:00.860Z] Removing intermediate container a9e56241edb4 [2023-03-14T18:51:00.860Z] ---> 67ef8c3bb9d6 [2023-03-14T18:51:00.860Z] Step 7/12 : WORKDIR /app [2023-03-14T18:51:00.860Z] ---> Running in daf4f953c1b0 [2023-03-14T18:51:00.860Z] Removing intermediate container daf4f953c1b0 [2023-03-14T18:51:00.860Z] ---> 362d560441cb [2023-03-14T18:51:00.860Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-14T18:51:00.860Z] ---> 7a6a0d5f1788 [2023-03-14T18:51:00.860Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-14T18:51:00.860Z] ---> Running in 3aa4b9387313 [2023-03-14T18:51:27.436Z] Removing intermediate container 3aa4b9387313 [2023-03-14T18:51:27.436Z] ---> 7662b4e27948 [2023-03-14T18:51:27.436Z] Step 10/12 : COPY . . [2023-03-14T18:51:27.436Z] ---> 363b83fb3d7c [2023-03-14T18:51:27.436Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-14T18:51:27.436Z] ---> Running in 44b54b969dc5 [2023-03-14T18:51:27.436Z] Removing intermediate container 44b54b969dc5 [2023-03-14T18:51:27.436Z] ---> 279ffb8680c0 [2023-03-14T18:51:27.436Z] Step 12/12 : RUN $MAKE [2023-03-14T18:51:27.436Z] ---> Running in 5148fb9b47f1 [2023-03-14T18:51:27.436Z] noop [2023-03-14T18:51:27.436Z] Removing intermediate container 5148fb9b47f1 [2023-03-14T18:51:27.436Z] ---> ce909108e552 [2023-03-14T18:51:27.436Z] Successfully built ce909108e552 [2023-03-14T18:51:27.436Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:51:27.762Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-14T18:51:27.762Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T18:51:27.824Z] prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container [2023-03-14T18:51:27.861Z] $ 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 ******** ci-base-image-x86_64 cat [2023-03-14T18:51:28.184Z] $ docker top 3eb4c0449f0c19b58ca86fb977d9de3a80c27a6139251e3a7d81dc709da5e417 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T18:51:28.514Z] + go version [2023-03-14T18:51:28.514Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-14T18:51:28.530Z] $ docker stop --time=1 3eb4c0449f0c19b58ca86fb977d9de3a80c27a6139251e3a7d81dc709da5e417 [2023-03-14T18:51:29.783Z] $ docker rm -f --volumes 3eb4c0449f0c19b58ca86fb977d9de3a80c27a6139251e3a7d81dc709da5e417 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:51:30.184Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-14T18:51:30.184Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T18:51:30.252Z] prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container [2023-03-14T18:51:30.284Z] $ 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 ******** ci-base-image-x86_64 cat [2023-03-14T18:51:30.600Z] $ docker top 63d4625291de77d3890e035d991c082a3f4f2a6b3f3e8ceaaf4c2147a741154a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T18:51:30.934Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-03-14T18:51:31.232Z] + make test [2023-03-14T18:51:31.232Z] go test -race -coverprofile=coverage.out ./... [2023-03-14T18:51:49.482Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-14T18:52:07.568Z] go vet ./... [2023-03-14T18:52:10.845Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-14T18:52:10.845Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-14T18:52:10.845Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-14T18:52:10.856Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-14T18:52:10.875Z] $ docker stop --time=1 63d4625291de77d3890e035d991c082a3f4f2a6b3f3e8ceaaf4c2147a741154a [2023-03-14T18:52:13.888Z] $ docker rm -f --volumes 63d4625291de77d3890e035d991c082a3f4f2a6b3f3e8ceaaf4c2147a741154a [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-14T18:52:14.382Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-14T18:52:14.420Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-14T18:52:14.828Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-14T18:52:15.106Z] + ls -al . [2023-03-14T18:52:15.106Z] total 176 [2023-03-14T18:52:15.106Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 18:51 . [2023-03-14T18:52:15.106Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 18:50 .. [2023-03-14T18:52:15.106Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 14 18:50 .dockerignore [2023-03-14T18:52:15.106Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 18:50 .git [2023-03-14T18:52:15.106Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 14 18:50 .github [2023-03-14T18:52:15.106Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 14 18:50 .gitignore [2023-03-14T18:52:15.106Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 14 18:50 .golangci.yml [2023-03-14T18:52:15.106Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 14 18:50 .semver [2023-03-14T18:52:15.106Z] -rw-rw-r-- 1 jenkins jenkins 9320 Mar 14 18:50 Attribution.txt [2023-03-14T18:52:15.106Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 14 18:50 CHANGELOG.md [2023-03-14T18:52:15.106Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 14 18:50 Dockerfile [2023-03-14T18:52:15.106Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 14 18:50 GOVERNANCE.md [2023-03-14T18:52:15.106Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 14 18:50 Jenkinsfile [2023-03-14T18:52:15.107Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 14 18:50 LICENSE [2023-03-14T18:52:15.107Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 14 18:50 OWNERS.md [2023-03-14T18:52:15.107Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 14 18:50 README.md [2023-03-14T18:52:15.107Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 14 18:50 VERSION [2023-03-14T18:52:15.107Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 18:50 bin [2023-03-14T18:52:15.107Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 14 18:51 coverage.out [2023-03-14T18:52:15.107Z] -rw-rw-r-- 1 jenkins jenkins 3309 Mar 14 18:50 go.mod [2023-03-14T18:52:15.107Z] -rw-rw-r-- 1 jenkins jenkins 30618 Mar 14 18:50 go.sum [2023-03-14T18:52:15.107Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 14 18:50 main.go [2023-03-14T18:52:15.107Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 14 18:50 makefile [2023-03-14T18:52:15.107Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 18:50 res [2023-03-14T18:52:15.107Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 18:50 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:52:15.409Z] + 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=a803cbcc243b34629df898652d25f5c56fc71900 --label arch=amd64 --label version=3.0.0-dev.22 . [2023-03-14T18:52:15.409Z] Sending build context to Docker daemon 3.228MB [2023-03-14T18:52:15.409Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-14T18:52:15.409Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-14T18:52:15.409Z] ---> ce909108e552 [2023-03-14T18:52:15.409Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-14T18:52:15.409Z] ---> Running in 05406ee50eca [2023-03-14T18:52:15.668Z] Removing intermediate container 05406ee50eca [2023-03-14T18:52:15.668Z] ---> ddeead07ac46 [2023-03-14T18:52:15.668Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-14T18:52:15.668Z] ---> Running in 96ed4ce2ab56 [2023-03-14T18:52:15.668Z] Removing intermediate container 96ed4ce2ab56 [2023-03-14T18:52:15.668Z] ---> 840d74c1da02 [2023-03-14T18:52:15.668Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-14T18:52:15.668Z] ---> Running in c8358f7a8609 [2023-03-14T18:52:15.668Z] Removing intermediate container c8358f7a8609 [2023-03-14T18:52:15.668Z] ---> 1c55e1db1e0a [2023-03-14T18:52:15.668Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-14T18:52:15.926Z] ---> Running in d5e88d211a67 [2023-03-14T18:52:15.926Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-14T18:52:16.185Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-14T18:52:16.444Z] OK: 265 MiB in 53 packages [2023-03-14T18:52:16.702Z] Removing intermediate container d5e88d211a67 [2023-03-14T18:52:16.702Z] ---> f4018fa99c31 [2023-03-14T18:52:16.702Z] Step 7/26 : WORKDIR /app [2023-03-14T18:52:16.702Z] ---> Running in 797adbde29e5 [2023-03-14T18:52:16.702Z] Removing intermediate container 797adbde29e5 [2023-03-14T18:52:16.702Z] ---> 1cdda8de9c74 [2023-03-14T18:52:16.702Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-14T18:52:16.959Z] ---> 2906560dc56f [2023-03-14T18:52:16.959Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-14T18:52:16.959Z] ---> Running in d6a89c3e23f5 [2023-03-14T18:52:17.896Z] Removing intermediate container d6a89c3e23f5 [2023-03-14T18:52:17.896Z] ---> 2b8b89a4efa3 [2023-03-14T18:52:17.896Z] Step 10/26 : COPY . . [2023-03-14T18:52:17.896Z] ---> 91a70f0b2fe8 [2023-03-14T18:52:17.896Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-14T18:52:18.155Z] ---> Running in c47733fc78da [2023-03-14T18:52:18.155Z] Removing intermediate container c47733fc78da [2023-03-14T18:52:18.155Z] ---> f0ab85e2c75e [2023-03-14T18:52:18.155Z] Step 12/26 : RUN $MAKE [2023-03-14T18:52:18.155Z] ---> Running in 03bf109f78a3 [2023-03-14T18:52:18.413Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.22" -trimpath -mod=readonly -o app-service-configurable [2023-03-14T18:52:36.490Z] Removing intermediate container 03bf109f78a3 [2023-03-14T18:52:36.490Z] ---> d42f38fa29ff [2023-03-14T18:52:36.490Z] Step 13/26 : FROM alpine:3.17 [2023-03-14T18:52:36.490Z] 3.17: Pulling from library/alpine [2023-03-14T18:52:36.490Z] 63b65145d645: Already exists [2023-03-14T18:52:36.490Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-14T18:52:36.490Z] Status: Downloaded newer image for alpine:3.17 [2023-03-14T18:52:36.490Z] ---> b2aa39c304c2 [2023-03-14T18:52:36.490Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-14T18:52:36.490Z] ---> Running in b63b79a08152 [2023-03-14T18:52:36.490Z] Removing intermediate container b63b79a08152 [2023-03-14T18:52:36.490Z] ---> f377e4b4e0ee [2023-03-14T18:52:36.490Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-14T18:52:36.490Z] ---> Running in 68f59f1ffc8f [2023-03-14T18:52:36.490Z] Removing intermediate container 68f59f1ffc8f [2023-03-14T18:52:36.490Z] ---> 253e5c652ee6 [2023-03-14T18:52:36.490Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-14T18:52:36.490Z] ---> Running in 79f20c3ca7a5 [2023-03-14T18:52:36.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-14T18:52:37.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-14T18:52:37.265Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-14T18:52:37.265Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-14T18:52:37.265Z] Executing busybox-1.35.0-r29.trigger [2023-03-14T18:52:37.265Z] Executing ca-certificates-20220614-r4.trigger [2023-03-14T18:52:37.265Z] OK: 8 MiB in 17 packages [2023-03-14T18:52:38.200Z] Removing intermediate container 79f20c3ca7a5 [2023-03-14T18:52:38.200Z] ---> 9a0b52685354 [2023-03-14T18:52:38.200Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-14T18:52:38.200Z] ---> aac5180dab12 [2023-03-14T18:52:38.200Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-14T18:52:38.458Z] ---> 2d0e8fcc7a96 [2023-03-14T18:52:38.458Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-14T18:52:38.458Z] ---> fa8a43d93db2 [2023-03-14T18:52:38.458Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-14T18:52:39.454Z] ---> 9067287c6ebf [2023-03-14T18:52:39.454Z] Step 21/26 : EXPOSE 48095 [2023-03-14T18:52:39.454Z] ---> Running in 6ee11b52e5c2 [2023-03-14T18:52:39.454Z] Removing intermediate container 6ee11b52e5c2 [2023-03-14T18:52:39.454Z] ---> cda79dae3c64 [2023-03-14T18:52:39.454Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-14T18:52:39.454Z] ---> Running in c6f83e55db23 [2023-03-14T18:52:39.454Z] Removing intermediate container c6f83e55db23 [2023-03-14T18:52:39.454Z] ---> 7ce99c4c5e92 [2023-03-14T18:52:39.454Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-14T18:52:39.454Z] ---> Running in 804be81b7bcb [2023-03-14T18:52:39.454Z] Removing intermediate container 804be81b7bcb [2023-03-14T18:52:39.454Z] ---> e186d93488b3 [2023-03-14T18:52:39.454Z] Step 24/26 : LABEL arch=amd64 [2023-03-14T18:52:39.712Z] ---> Running in b8fa8f0d3f25 [2023-03-14T18:52:39.712Z] Removing intermediate container b8fa8f0d3f25 [2023-03-14T18:52:39.712Z] ---> 62f0340cd507 [2023-03-14T18:52:39.712Z] Step 25/26 : LABEL git_sha=a803cbcc243b34629df898652d25f5c56fc71900 [2023-03-14T18:52:39.712Z] ---> Running in 0f426034811b [2023-03-14T18:52:39.712Z] Removing intermediate container 0f426034811b [2023-03-14T18:52:39.712Z] ---> 4d63c0c5f713 [2023-03-14T18:52:39.712Z] Step 26/26 : LABEL version=3.0.0-dev.22 [2023-03-14T18:52:39.712Z] ---> Running in cb74267ffdb9 [2023-03-14T18:52:39.971Z] Removing intermediate container cb74267ffdb9 [2023-03-14T18:52:39.971Z] ---> d6268c5bc3f1 [2023-03-14T18:52:39.971Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-14T18:52:39.971Z] Successfully built d6268c5bc3f1 [2023-03-14T18:52:39.971Z] 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-14T18:52:40.066Z] provisioning config files... [2023-03-14T18:52:40.077Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config191755386752601334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T18:52:40.366Z] ---> docker-login.sh [2023-03-14T18:52:40.366Z] nexus3.edgexfoundry.org:10001 [2023-03-14T18:52:40.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:52:40.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:52:40.366Z] Configure a credential helper to remove this warning. See [2023-03-14T18:52:40.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:52:40.366Z] [2023-03-14T18:52:40.366Z] Login Succeeded [2023-03-14T18:52:40.366Z] nexus3.edgexfoundry.org:10002 [2023-03-14T18:52:40.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:52:40.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:52:40.366Z] Configure a credential helper to remove this warning. See [2023-03-14T18:52:40.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:52:40.366Z] [2023-03-14T18:52:40.366Z] Login Succeeded [2023-03-14T18:52:40.366Z] nexus3.edgexfoundry.org:10003 [2023-03-14T18:52:40.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:52:40.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:52:40.625Z] Configure a credential helper to remove this warning. See [2023-03-14T18:52:40.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:52:40.625Z] [2023-03-14T18:52:40.625Z] Login Succeeded [2023-03-14T18:52:40.625Z] nexus3.edgexfoundry.org:10004 [2023-03-14T18:52:40.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:52:40.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:52:40.625Z] Configure a credential helper to remove this warning. See [2023-03-14T18:52:40.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:52:40.625Z] [2023-03-14T18:52:40.625Z] Login Succeeded [2023-03-14T18:52:40.625Z] docker.io [2023-03-14T18:52:40.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:52:40.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:52:40.884Z] Configure a credential helper to remove this warning. See [2023-03-14T18:52:40.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:52:40.884Z] [2023-03-14T18:52:40.884Z] Login Succeeded [2023-03-14T18:52:40.884Z] ---> docker-login.sh ends [Pipeline] } [2023-03-14T18:52:40.890Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-14T18:52:40.923Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T18:52:40.947Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-03-14T18:52:40.947Z] a803cbcc243b34629df898652d25f5c56fc71900 [2023-03-14T18:52:40.947Z] latest [2023-03-14T18:52:40.947Z] 3.0.0-dev.22 [2023-03-14T18:52:40.947Z] a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 [2023-03-14T18:52:40.947Z] main [2023-03-14T18:52:40.947Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:52:41.263Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:52:41.562Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a803cbcc243b34629df898652d25f5c56fc71900 [2023-03-14T18:52:41.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-14T18:52:41.562Z] 0338fc2ca512: Preparing [2023-03-14T18:52:41.562Z] 5407616bae24: Preparing [2023-03-14T18:52:41.562Z] 25f9de46cebc: Preparing [2023-03-14T18:52:41.562Z] 14eb1bdc4411: Preparing [2023-03-14T18:52:41.562Z] 885907f0c47a: Preparing [2023-03-14T18:52:41.562Z] 7cd52847ad77: Preparing [2023-03-14T18:52:41.562Z] 7cd52847ad77: Waiting [2023-03-14T18:52:41.562Z] 14eb1bdc4411: Pushed [2023-03-14T18:52:41.562Z] 5407616bae24: Pushed [2023-03-14T18:52:41.562Z] 25f9de46cebc: Pushed [2023-03-14T18:52:41.562Z] 7cd52847ad77: Layer already exists [2023-03-14T18:52:41.562Z] 885907f0c47a: Pushed [2023-03-14T18:52:44.088Z] 0338fc2ca512: Pushed [2023-03-14T18:52:44.088Z] a803cbcc243b34629df898652d25f5c56fc71900: digest: sha256:fbae547ed8b4d88b51bc908edce0bbdae57cfdd9b89a3b50b7a604e0307146ab size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:52:44.398Z] + 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-14T18:52:44.713Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-03-14T18:52:44.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-14T18:52:44.713Z] 0338fc2ca512: Preparing [2023-03-14T18:52:44.713Z] 5407616bae24: Preparing [2023-03-14T18:52:44.713Z] 25f9de46cebc: Preparing [2023-03-14T18:52:44.713Z] 14eb1bdc4411: Preparing [2023-03-14T18:52:44.713Z] 885907f0c47a: Preparing [2023-03-14T18:52:44.713Z] 7cd52847ad77: Preparing [2023-03-14T18:52:44.713Z] 7cd52847ad77: Waiting [2023-03-14T18:52:44.713Z] 25f9de46cebc: Layer already exists [2023-03-14T18:52:44.713Z] 14eb1bdc4411: Layer already exists [2023-03-14T18:52:44.713Z] 885907f0c47a: Layer already exists [2023-03-14T18:52:44.713Z] 0338fc2ca512: Layer already exists [2023-03-14T18:52:44.713Z] 5407616bae24: Layer already exists [2023-03-14T18:52:44.713Z] 7cd52847ad77: Layer already exists [2023-03-14T18:52:44.713Z] latest: digest: sha256:fbae547ed8b4d88b51bc908edce0bbdae57cfdd9b89a3b50b7a604e0307146ab size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:52:45.024Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:52:45.331Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.22 [2023-03-14T18:52:45.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-14T18:52:45.331Z] 0338fc2ca512: Preparing [2023-03-14T18:52:45.331Z] 5407616bae24: Preparing [2023-03-14T18:52:45.331Z] 25f9de46cebc: Preparing [2023-03-14T18:52:45.331Z] 14eb1bdc4411: Preparing [2023-03-14T18:52:45.331Z] 885907f0c47a: Preparing [2023-03-14T18:52:45.331Z] 7cd52847ad77: Preparing [2023-03-14T18:52:45.331Z] 7cd52847ad77: Waiting [2023-03-14T18:52:45.331Z] 5407616bae24: Layer already exists [2023-03-14T18:52:45.331Z] 25f9de46cebc: Layer already exists [2023-03-14T18:52:45.331Z] 885907f0c47a: Layer already exists [2023-03-14T18:52:45.331Z] 0338fc2ca512: Layer already exists [2023-03-14T18:52:45.331Z] 14eb1bdc4411: Layer already exists [2023-03-14T18:52:45.331Z] 7cd52847ad77: Layer already exists [2023-03-14T18:52:45.331Z] 3.0.0-dev.22: digest: sha256:fbae547ed8b4d88b51bc908edce0bbdae57cfdd9b89a3b50b7a604e0307146ab size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:52:45.693Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:52:45.993Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 [2023-03-14T18:52:45.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-14T18:52:45.993Z] 0338fc2ca512: Preparing [2023-03-14T18:52:45.993Z] 5407616bae24: Preparing [2023-03-14T18:52:45.993Z] 25f9de46cebc: Preparing [2023-03-14T18:52:45.993Z] 14eb1bdc4411: Preparing [2023-03-14T18:52:45.993Z] 885907f0c47a: Preparing [2023-03-14T18:52:45.993Z] 7cd52847ad77: Preparing [2023-03-14T18:52:45.993Z] 7cd52847ad77: Waiting [2023-03-14T18:52:45.993Z] 0338fc2ca512: Layer already exists [2023-03-14T18:52:45.993Z] 14eb1bdc4411: Layer already exists [2023-03-14T18:52:45.993Z] 25f9de46cebc: Layer already exists [2023-03-14T18:52:45.993Z] 885907f0c47a: Layer already exists [2023-03-14T18:52:45.993Z] 5407616bae24: Layer already exists [2023-03-14T18:52:45.993Z] 7cd52847ad77: Layer already exists [2023-03-14T18:52:45.993Z] a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22: digest: sha256:fbae547ed8b4d88b51bc908edce0bbdae57cfdd9b89a3b50b7a604e0307146ab size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:52:46.298Z] + 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-14T18:52:46.603Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-03-14T18:52:46.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-03-14T18:52:46.603Z] 0338fc2ca512: Preparing [2023-03-14T18:52:46.603Z] 5407616bae24: Preparing [2023-03-14T18:52:46.603Z] 25f9de46cebc: Preparing [2023-03-14T18:52:46.603Z] 14eb1bdc4411: Preparing [2023-03-14T18:52:46.603Z] 885907f0c47a: Preparing [2023-03-14T18:52:46.603Z] 7cd52847ad77: Preparing [2023-03-14T18:52:46.603Z] 7cd52847ad77: Waiting [2023-03-14T18:52:46.603Z] 5407616bae24: Layer already exists [2023-03-14T18:52:46.603Z] 14eb1bdc4411: Layer already exists [2023-03-14T18:52:46.603Z] 885907f0c47a: Layer already exists [2023-03-14T18:52:46.603Z] 25f9de46cebc: Layer already exists [2023-03-14T18:52:46.603Z] 0338fc2ca512: Layer already exists [2023-03-14T18:52:46.603Z] 7cd52847ad77: Layer already exists [2023-03-14T18:52:46.603Z] main: digest: sha256:fbae547ed8b4d88b51bc908edce0bbdae57cfdd9b89a3b50b7a604e0307146ab size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-14T18:52:46.654Z] ===================================================== [Pipeline] echo [2023-03-14T18:52:46.662Z] taggedImages: [2023-03-14T18:52:46.662Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:a803cbcc243b34629df898652d25f5c56fc71900 [2023-03-14T18:52:46.662Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-03-14T18:52:46.662Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.22 [2023-03-14T18:52:46.662Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 [2023-03-14T18:52:46.662Z] - 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-14T18:52:47.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-14T18:52:47.017Z] [2023-03-14T18:52:47.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:52:47.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-14T18:52:47.314Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-14T18:52:47.314Z] 5eb5b503b376: Pulling fs layer [2023-03-14T18:52:47.314Z] 5c69ac0246d0: Pulling fs layer [2023-03-14T18:52:47.314Z] ec43610c2a17: Pulling fs layer [2023-03-14T18:52:47.314Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-14T18:52:47.314Z] 33b1e0a273af: Pulling fs layer [2023-03-14T18:52:47.314Z] 5d3b04190fa2: Pulling fs layer [2023-03-14T18:52:47.314Z] 2f39f015ded8: Pulling fs layer [2023-03-14T18:52:47.314Z] 3a2ae6a8a46f: Waiting [2023-03-14T18:52:47.314Z] 33b1e0a273af: Waiting [2023-03-14T18:52:47.314Z] 5d3b04190fa2: Waiting [2023-03-14T18:52:47.314Z] 2f39f015ded8: Waiting [2023-03-14T18:52:47.314Z] 5c69ac0246d0: Download complete [2023-03-14T18:52:47.314Z] 3a2ae6a8a46f: Download complete [2023-03-14T18:52:47.573Z] 33b1e0a273af: Verifying Checksum [2023-03-14T18:52:47.573Z] 33b1e0a273af: Download complete [2023-03-14T18:52:47.573Z] 5d3b04190fa2: Download complete [2023-03-14T18:52:47.573Z] ec43610c2a17: Verifying Checksum [2023-03-14T18:52:47.573Z] ec43610c2a17: Download complete [2023-03-14T18:52:47.573Z] 5eb5b503b376: Verifying Checksum [2023-03-14T18:52:47.573Z] 5eb5b503b376: Download complete [2023-03-14T18:52:48.139Z] 2f39f015ded8: Download complete [2023-03-14T18:52:48.706Z] 5eb5b503b376: Pull complete [2023-03-14T18:52:48.965Z] 5c69ac0246d0: Pull complete [2023-03-14T18:52:49.531Z] ec43610c2a17: Pull complete [2023-03-14T18:52:49.531Z] 3a2ae6a8a46f: Pull complete [2023-03-14T18:52:49.788Z] 33b1e0a273af: Pull complete [2023-03-14T18:52:49.788Z] 5d3b04190fa2: Pull complete [2023-03-14T18:52:53.966Z] 2f39f015ded8: Pull complete [2023-03-14T18:52:53.966Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-14T18:52:53.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-14T18:52:53.966Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T18:52:54.038Z] prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container [2023-03-14T18:52:54.074Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-14T18:52:58.931Z] $ docker top 58a7547880f0c1dcb8fb01112ea1a1ccb70ca22ac458cc3228161bd6a70af0c5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T18:52:59.298Z] ---> job-cost.sh [2023-03-14T18:52:59.298Z] lf-activate-venv: SKIPPING [2023-03-14T18:52:59.298Z] INFO: No Stack... [2023-03-14T18:52:59.557Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-14T18:53:00.124Z] INFO: Archiving Costs [Pipeline] sh [2023-03-14T18:53:00.413Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2023-03-14T18:53:00.413Z] + cut -d, -f6 [Pipeline] lock [2023-03-14T18:53:00.427Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] [2023-03-14T18:53:00.434Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] did not exist. Created. [2023-03-14T18:53:00.434Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-14T18:53:00.739Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-14T18:53:00.761Z] Stashed 1 file(s) [Pipeline] } [2023-03-14T18:53:00.768Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-14T18:53:00.795Z] $ docker stop --time=1 58a7547880f0c1dcb8fb01112ea1a1ccb70ca22ac458cc3228161bd6a70af0c5 [2023-03-14T18:53:01.940Z] $ docker rm -f --volumes 58a7547880f0c1dcb8fb01112ea1a1ccb70ca22ac458cc3228161bd6a70af0c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-14T18:53:38.103Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-227 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-03-14T18:53:38.115Z] Running in /w/workspace/app-service-configurable/139 [Pipeline] { [Pipeline] checkout [2023-03-14T18:53:38.146Z] Selected Git installation does not exist. Using Default [2023-03-14T18:53:38.146Z] The recommended git tool is: NONE [2023-03-14T18:53:44.393Z] using credential edgex-jenkins-ssh [2023-03-14T18:53:44.411Z] Cloning the remote Git repository [2023-03-14T18:53:44.470Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-03-14T18:53:44.588Z] > git init /w/workspace/app-service-configurable/139 # timeout=10 [2023-03-14T18:53:44.763Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-03-14T18:53:44.764Z] > git --version # timeout=10 [2023-03-14T18:53:44.785Z] > git --version # 'git version 2.25.1' [2023-03-14T18:53:44.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-14T18:53:44.957Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-14T18:53:46.154Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-03-14T18:53:46.175Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-14T18:53:47.068Z] Avoid second fetch [2023-03-14T18:53:47.068Z] Checking out Revision a803cbcc243b34629df898652d25f5c56fc71900 (main) [2023-03-14T18:53:47.689Z] Commit message: "build: Update to Go 1.20, Alpine 3.17 and linter v1.51.2 (#530)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-14T18:53:47.099Z] > git config core.sparsecheckout # timeout=10 [2023-03-14T18:53:47.189Z] > git checkout -f a803cbcc243b34629df898652d25f5c56fc71900 # timeout=10 [2023-03-14T18:53:48.589Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-14T18:53:48.589Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-14T18:53:48.589Z] Dload Upload Total Spent Left Speed [2023-03-14T18:53:48.589Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 180k 0 --:--:-- --:--:-- --:--:-- 180k [Pipeline] sh [2023-03-14T18:53:49.266Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-14T18:53:49.612Z] + sudo tee /etc/docker/daemon.new [2023-03-14T18:53:49.612Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-14T18:53:49.612Z] { [2023-03-14T18:53:49.612Z] "registry-mirrors": [ [2023-03-14T18:53:49.612Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-14T18:53:49.612Z] ], [2023-03-14T18:53:49.612Z] "bip": "10.250.0.254/24", [2023-03-14T18:53:49.612Z] "hosts": [ [2023-03-14T18:53:49.612Z] "tcp://0.0.0.0:5555", [2023-03-14T18:53:49.612Z] "unix:///var/run/docker.sock" [2023-03-14T18:53:49.612Z] ], [2023-03-14T18:53:49.612Z] "mtu": 1458, [2023-03-14T18:53:49.612Z] "selinux-enabled": true, [2023-03-14T18:53:49.612Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-14T18:53:49.612Z] } [Pipeline] sh [2023-03-14T18:53:49.959Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-14T18:53:50.309Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-14T18:54:08.597Z] provisioning config files... [2023-03-14T18:54:08.626Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/139@tmp/config16193249567064683943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T18:54:08.981Z] ---> docker-login.sh [2023-03-14T18:54:08.981Z] nexus3.edgexfoundry.org:10001 [2023-03-14T18:54:09.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:54:09.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:54:09.570Z] Configure a credential helper to remove this warning. See [2023-03-14T18:54:09.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:54:09.570Z] [2023-03-14T18:54:09.570Z] Login Succeeded [2023-03-14T18:54:09.570Z] nexus3.edgexfoundry.org:10002 [2023-03-14T18:54:09.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:54:10.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:54:10.115Z] Configure a credential helper to remove this warning. See [2023-03-14T18:54:10.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:54:10.115Z] [2023-03-14T18:54:10.115Z] Login Succeeded [2023-03-14T18:54:10.115Z] nexus3.edgexfoundry.org:10003 [2023-03-14T18:54:10.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:54:10.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:54:10.384Z] Configure a credential helper to remove this warning. See [2023-03-14T18:54:10.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:54:10.384Z] [2023-03-14T18:54:10.384Z] Login Succeeded [2023-03-14T18:54:10.384Z] nexus3.edgexfoundry.org:10004 [2023-03-14T18:54:10.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:54:10.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:54:10.652Z] Configure a credential helper to remove this warning. See [2023-03-14T18:54:10.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:54:10.652Z] [2023-03-14T18:54:10.652Z] Login Succeeded [2023-03-14T18:54:10.652Z] docker.io [2023-03-14T18:54:10.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T18:54:11.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T18:54:11.190Z] Configure a credential helper to remove this warning. See [2023-03-14T18:54:11.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T18:54:11.190Z] [2023-03-14T18:54:11.190Z] Login Succeeded [2023-03-14T18:54:11.190Z] ---> docker-login.sh ends [Pipeline] } [2023-03-14T18:54:11.203Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-14T18:54:11.483Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T18:54:11.498Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T18:54:11.509Z] ========================================================= [2023-03-14T18:54:11.509Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-14T18:54:11.509Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:54:11.853Z] + 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-14T18:54:11.853Z] Sending build context to Docker daemon 174.1kB [2023-03-14T18:54:12.124Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-14T18:54:12.124Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-14T18:54:12.124Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-14T18:54:12.124Z] af6eaf76a39c: Pulling fs layer [2023-03-14T18:54:12.124Z] 55522c791124: Pulling fs layer [2023-03-14T18:54:12.124Z] ce5c4a1c91eb: Pulling fs layer [2023-03-14T18:54:12.124Z] 169dfbe0d373: Pulling fs layer [2023-03-14T18:54:12.124Z] e1ff8fa3b103: Pulling fs layer [2023-03-14T18:54:12.124Z] 52ebb69f0ebf: Pulling fs layer [2023-03-14T18:54:12.124Z] 5abe8eddf0d5: Pulling fs layer [2023-03-14T18:54:12.124Z] 169dfbe0d373: Waiting [2023-03-14T18:54:12.124Z] e1ff8fa3b103: Waiting [2023-03-14T18:54:12.124Z] 5abe8eddf0d5: Waiting [2023-03-14T18:54:12.397Z] 55522c791124: Verifying Checksum [2023-03-14T18:54:12.397Z] 55522c791124: Download complete [2023-03-14T18:54:12.397Z] 169dfbe0d373: Verifying Checksum [2023-03-14T18:54:12.397Z] 169dfbe0d373: Download complete [2023-03-14T18:54:12.397Z] e1ff8fa3b103: Verifying Checksum [2023-03-14T18:54:12.397Z] e1ff8fa3b103: Download complete [2023-03-14T18:54:12.397Z] af6eaf76a39c: Verifying Checksum [2023-03-14T18:54:13.377Z] af6eaf76a39c: Pull complete [2023-03-14T18:54:13.647Z] 5abe8eddf0d5: Verifying Checksum [2023-03-14T18:54:13.647Z] 5abe8eddf0d5: Download complete [2023-03-14T18:54:13.917Z] 55522c791124: Pull complete [2023-03-14T18:54:14.889Z] ce5c4a1c91eb: Download complete [2023-03-14T18:54:14.889Z] 52ebb69f0ebf: Verifying Checksum [2023-03-14T18:54:14.889Z] 52ebb69f0ebf: Download complete [2023-03-14T18:54:27.248Z] ce5c4a1c91eb: Pull complete [2023-03-14T18:54:27.248Z] 169dfbe0d373: Pull complete [2023-03-14T18:54:27.248Z] e1ff8fa3b103: Pull complete [2023-03-14T18:54:35.477Z] 52ebb69f0ebf: Pull complete [2023-03-14T18:54:36.065Z] 5abe8eddf0d5: Pull complete [2023-03-14T18:54:36.335Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-14T18:54:36.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-14T18:54:36.335Z] ---> 6cb57ee374ae [2023-03-14T18:54:36.335Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-14T18:54:38.291Z] ---> Running in d00adc8e2311 [2023-03-14T18:54:38.560Z] Removing intermediate container d00adc8e2311 [2023-03-14T18:54:38.560Z] ---> 8ff8d193b8f9 [2023-03-14T18:54:38.560Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-14T18:54:38.560Z] ---> Running in 7f557d2c3d98 [2023-03-14T18:54:38.830Z] Removing intermediate container 7f557d2c3d98 [2023-03-14T18:54:38.830Z] ---> ae9028ec2d90 [2023-03-14T18:54:38.830Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-14T18:54:38.830Z] ---> Running in 2524318d29d9 [2023-03-14T18:54:39.418Z] Removing intermediate container 2524318d29d9 [2023-03-14T18:54:39.418Z] ---> b9cb75a8e602 [2023-03-14T18:54:39.418Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-14T18:54:39.418Z] ---> Running in 641fe9e4a51d [2023-03-14T18:54:40.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-14T18:54:41.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-14T18:54:42.652Z] OK: 263 MiB in 53 packages [2023-03-14T18:54:43.241Z] Removing intermediate container 641fe9e4a51d [2023-03-14T18:54:43.241Z] ---> e7b1757458da [2023-03-14T18:54:43.241Z] Step 7/12 : WORKDIR /app [2023-03-14T18:54:43.509Z] ---> Running in 1ff241d51738 [2023-03-14T18:54:43.779Z] Removing intermediate container 1ff241d51738 [2023-03-14T18:54:43.779Z] ---> 704f3e32724c [2023-03-14T18:54:43.779Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-14T18:54:44.367Z] ---> b75284e2b32a [2023-03-14T18:54:44.367Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-14T18:54:44.367Z] ---> Running in cb716921c98c [2023-03-14T18:55:52.275Z] Removing intermediate container cb716921c98c [2023-03-14T18:55:52.275Z] ---> 7d6286ca8a7c [2023-03-14T18:55:52.275Z] Step 10/12 : COPY . . [2023-03-14T18:55:52.275Z] ---> 9c3fd69bbc98 [2023-03-14T18:55:52.275Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-14T18:55:52.275Z] ---> Running in b36fdffefb64 [2023-03-14T18:55:52.275Z] Removing intermediate container b36fdffefb64 [2023-03-14T18:55:52.275Z] ---> 7a5cdb91b337 [2023-03-14T18:55:52.275Z] Step 12/12 : RUN $MAKE [2023-03-14T18:55:52.275Z] ---> Running in cbdf70e8c00e [2023-03-14T18:55:52.275Z] noop [2023-03-14T18:55:52.275Z] Removing intermediate container cbdf70e8c00e [2023-03-14T18:55:52.275Z] ---> 79309471ea27 [2023-03-14T18:55:52.275Z] Successfully built 79309471ea27 [2023-03-14T18:55:52.275Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:55:52.636Z] + docker inspect -f . ci-base-image-arm64 [2023-03-14T18:55:52.636Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T18:55:52.857Z] prd-ubuntu20.04-docker-arm64-4c-16g-227 does not seem to be running inside a container [2023-03-14T18:55:52.929Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/139 -v /w/workspace/app-service-configurable/139:/w/workspace/app-service-configurable/139:rw,z -v /w/workspace/app-service-configurable/139@tmp:/w/workspace/app-service-configurable/139@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-arm64 cat [2023-03-14T18:55:54.256Z] $ docker top 7f51098542e4df6cba7f8a2a5c8a70dab599a48f6030c08979942cc82985c6e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T18:55:55.112Z] + go version [2023-03-14T18:55:55.112Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-14T18:55:55.137Z] $ docker stop --time=1 7f51098542e4df6cba7f8a2a5c8a70dab599a48f6030c08979942cc82985c6e9 [2023-03-14T18:55:56.771Z] $ docker rm -f --volumes 7f51098542e4df6cba7f8a2a5c8a70dab599a48f6030c08979942cc82985c6e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T18:55:57.291Z] + docker inspect -f . ci-base-image-arm64 [2023-03-14T18:55:57.291Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T18:55:57.478Z] prd-ubuntu20.04-docker-arm64-4c-16g-227 does not seem to be running inside a container [2023-03-14T18:55:57.553Z] $ 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/139 -v /w/workspace/app-service-configurable/139:/w/workspace/app-service-configurable/139:rw,z -v /w/workspace/app-service-configurable/139@tmp:/w/workspace/app-service-configurable/139@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-arm64 cat [2023-03-14T18:55:58.753Z] $ docker top 0a45b6d92486e9cf894228fea59d3c0ba6db3eb114f688f27852dec619d4ca9a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T18:55:59.585Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/139 [Pipeline] fileExists [Pipeline] sh [2023-03-14T18:56:00.233Z] + make test [2023-03-14T18:56:00.234Z] go test -race -coverprofile=coverage.out ./... [2023-03-14T18:59:09.626Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-03-14T18:59:09.626Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-14T18:59:09.626Z] go vet ./... [2023-03-14T19:01:46.418Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-14T19:01:46.418Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-14T19:01:46.418Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-14T19:01:46.440Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-14T19:01:46.458Z] $ docker stop --time=1 0a45b6d92486e9cf894228fea59d3c0ba6db3eb114f688f27852dec619d4ca9a [2023-03-14T19:01:48.561Z] $ docker rm -f --volumes 0a45b6d92486e9cf894228fea59d3c0ba6db3eb114f688f27852dec619d4ca9a [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-14T19:01:50.227Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-14T19:01:50.250Z] Warning: overwriting stash ‘coverage-report’ [2023-03-14T19:01:50.823Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-14T19:01:51.213Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-14T19:01:51.551Z] + ls -al . [2023-03-14T19:01:51.551Z] total 172 [2023-03-14T19:01:51.551Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 14 18:56 . [2023-03-14T19:01:51.551Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 18:53 .. [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 14 18:53 .dockerignore [2023-03-14T19:01:51.551Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 18:53 .git [2023-03-14T19:01:51.551Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 14 18:53 .github [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 171 Mar 14 18:53 .gitignore [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 14 18:53 .golangci.yml [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 9320 Mar 14 18:53 Attribution.txt [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 29118 Mar 14 18:53 CHANGELOG.md [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 1898 Mar 14 18:53 Dockerfile [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 14 18:53 GOVERNANCE.md [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 688 Mar 14 18:53 Jenkinsfile [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 14 18:53 LICENSE [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 14 18:53 OWNERS.md [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 4369 Mar 14 18:53 README.md [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 14 18:50 VERSION [2023-03-14T19:01:51.551Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 18:53 bin [2023-03-14T19:01:51.551Z] -rw-r--r-- 1 jenkins jenkins 13 Mar 14 18:56 coverage.out [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 3309 Mar 14 18:53 go.mod [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 30618 Mar 14 18:53 go.sum [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 14 18:53 main.go [2023-03-14T19:01:51.551Z] -rw-rw-r-- 1 jenkins jenkins 2569 Mar 14 18:53 makefile [2023-03-14T19:01:51.551Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 18:53 res [2023-03-14T19:01:51.551Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 18:53 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:01:51.905Z] + 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=a803cbcc243b34629df898652d25f5c56fc71900 --label arch=arm64 --label version=3.0.0-dev.22 . [2023-03-14T19:01:51.905Z] Sending build context to Docker daemon 175.1kB [2023-03-14T19:01:52.176Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-03-14T19:01:52.176Z] Step 2/26 : FROM ${BASE} AS builder [2023-03-14T19:01:52.176Z] ---> 79309471ea27 [2023-03-14T19:01:52.176Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-03-14T19:01:52.451Z] ---> Running in 161994c96748 [2023-03-14T19:01:52.722Z] Removing intermediate container 161994c96748 [2023-03-14T19:01:52.722Z] ---> e8b78d180d01 [2023-03-14T19:01:52.722Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-03-14T19:01:52.722Z] ---> Running in 158c9cd5e308 [2023-03-14T19:01:52.991Z] Removing intermediate container 158c9cd5e308 [2023-03-14T19:01:52.991Z] ---> 9cd36170d302 [2023-03-14T19:01:52.991Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-03-14T19:01:53.262Z] ---> Running in f53d6dc40368 [2023-03-14T19:01:53.534Z] Removing intermediate container f53d6dc40368 [2023-03-14T19:01:53.534Z] ---> 68d8d3947a42 [2023-03-14T19:01:53.534Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-14T19:01:53.534Z] ---> Running in ce5cd0c6b2b1 [2023-03-14T19:01:54.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-14T19:01:55.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-14T19:01:56.888Z] OK: 263 MiB in 53 packages [2023-03-14T19:01:57.479Z] Removing intermediate container ce5cd0c6b2b1 [2023-03-14T19:01:57.479Z] ---> ac4911d0d023 [2023-03-14T19:01:57.479Z] Step 7/26 : WORKDIR /app [2023-03-14T19:01:57.749Z] ---> Running in 293cc081f4d5 [2023-03-14T19:01:58.019Z] Removing intermediate container 293cc081f4d5 [2023-03-14T19:01:58.019Z] ---> 54ce7b4dc49e [2023-03-14T19:01:58.019Z] Step 8/26 : COPY go.mod vendor* ./ [2023-03-14T19:02:02.294Z] ---> e01325102ba3 [2023-03-14T19:02:02.294Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-14T19:02:02.294Z] ---> Running in 5a8b688d6875 [2023-03-14T19:02:04.892Z] Removing intermediate container 5a8b688d6875 [2023-03-14T19:02:04.892Z] ---> 12ee872b523f [2023-03-14T19:02:04.892Z] Step 10/26 : COPY . . [2023-03-14T19:02:05.477Z] ---> 479e38e4cbdc [2023-03-14T19:02:05.477Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-14T19:02:05.477Z] ---> Running in b8175530897f [2023-03-14T19:02:05.749Z] Removing intermediate container b8175530897f [2023-03-14T19:02:05.749Z] ---> 2ded7e5b511b [2023-03-14T19:02:05.749Z] Step 12/26 : RUN $MAKE [2023-03-14T19:02:05.749Z] ---> Running in 9b494197185c [2023-03-14T19:02:07.172Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.22" -trimpath -mod=readonly -o app-service-configurable [2023-03-14T19:04:43.958Z] Removing intermediate container 9b494197185c [2023-03-14T19:04:43.958Z] ---> ce92d88c9a16 [2023-03-14T19:04:43.958Z] Step 13/26 : FROM alpine:3.17 [2023-03-14T19:04:43.958Z] 3.17: Pulling from library/alpine [2023-03-14T19:04:43.958Z] af6eaf76a39c: Already exists [2023-03-14T19:04:43.958Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-14T19:04:43.958Z] Status: Downloaded newer image for alpine:3.17 [2023-03-14T19:04:43.958Z] ---> d74e625d9115 [2023-03-14T19:04:43.958Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-14T19:04:43.958Z] ---> Running in fa486380ff2e [2023-03-14T19:04:43.958Z] Removing intermediate container fa486380ff2e [2023-03-14T19:04:43.958Z] ---> 7556c6e70a70 [2023-03-14T19:04:43.958Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-03-14T19:04:43.958Z] ---> Running in 0eaeb5f02da5 [2023-03-14T19:04:43.958Z] Removing intermediate container 0eaeb5f02da5 [2023-03-14T19:04:43.958Z] ---> 2b4a7d46110e [2023-03-14T19:04:43.958Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-14T19:04:43.959Z] ---> Running in 00be6c838767 [2023-03-14T19:04:43.959Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-14T19:04:43.959Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-14T19:04:43.959Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-14T19:04:43.959Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-14T19:04:43.959Z] Executing busybox-1.35.0-r29.trigger [2023-03-14T19:04:43.959Z] Executing ca-certificates-20220614-r4.trigger [2023-03-14T19:04:43.959Z] OK: 8 MiB in 17 packages [2023-03-14T19:04:43.959Z] Removing intermediate container 00be6c838767 [2023-03-14T19:04:43.959Z] ---> 9c66d94ad9b0 [2023-03-14T19:04:43.959Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-14T19:04:43.959Z] ---> 6cf276a5d3de [2023-03-14T19:04:43.959Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-14T19:04:43.959Z] ---> f3a259f5d6f8 [2023-03-14T19:04:43.959Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-03-14T19:04:43.959Z] ---> 4553fbbd6b0e [2023-03-14T19:04:43.959Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-03-14T19:04:43.959Z] ---> 73a840960e40 [2023-03-14T19:04:43.959Z] Step 21/26 : EXPOSE 48095 [2023-03-14T19:04:43.959Z] ---> Running in 593bbb5bf561 [2023-03-14T19:04:43.959Z] Removing intermediate container 593bbb5bf561 [2023-03-14T19:04:43.959Z] ---> 96b8e42fed14 [2023-03-14T19:04:43.959Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-03-14T19:04:43.959Z] ---> Running in 96cc7df332b3 [2023-03-14T19:04:43.959Z] Removing intermediate container 96cc7df332b3 [2023-03-14T19:04:43.959Z] ---> a5718c951704 [2023-03-14T19:04:43.959Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-14T19:04:43.959Z] ---> Running in 5c2cbfcca1bd [2023-03-14T19:04:43.959Z] Removing intermediate container 5c2cbfcca1bd [2023-03-14T19:04:43.959Z] ---> b329095769ee [2023-03-14T19:04:43.959Z] Step 24/26 : LABEL arch=arm64 [2023-03-14T19:04:43.959Z] ---> Running in ae0cc7f3e312 [2023-03-14T19:04:43.959Z] Removing intermediate container ae0cc7f3e312 [2023-03-14T19:04:43.959Z] ---> a3d02c0aca47 [2023-03-14T19:04:43.959Z] Step 25/26 : LABEL git_sha=a803cbcc243b34629df898652d25f5c56fc71900 [2023-03-14T19:04:43.959Z] ---> Running in 17528e5e0e36 [2023-03-14T19:04:43.959Z] Removing intermediate container 17528e5e0e36 [2023-03-14T19:04:43.959Z] ---> 2ce204b5dbf4 [2023-03-14T19:04:43.959Z] Step 26/26 : LABEL version=3.0.0-dev.22 [2023-03-14T19:04:43.959Z] ---> Running in 6319a39ac3c6 [2023-03-14T19:04:43.959Z] Removing intermediate container 6319a39ac3c6 [2023-03-14T19:04:43.959Z] ---> 3187de4fc782 [2023-03-14T19:04:43.959Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-14T19:04:43.959Z] Successfully built 3187de4fc782 [2023-03-14T19:04:43.959Z] 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-14T19:04:44.036Z] provisioning config files... [2023-03-14T19:04:44.054Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/139@tmp/config9603433524493224785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:04:44.395Z] ---> docker-login.sh [2023-03-14T19:04:44.395Z] nexus3.edgexfoundry.org:10001 [2023-03-14T19:04:44.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T19:04:44.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T19:04:44.662Z] Configure a credential helper to remove this warning. See [2023-03-14T19:04:44.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T19:04:44.662Z] [2023-03-14T19:04:44.662Z] Login Succeeded [2023-03-14T19:04:44.662Z] nexus3.edgexfoundry.org:10002 [2023-03-14T19:04:44.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T19:04:44.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T19:04:44.932Z] Configure a credential helper to remove this warning. See [2023-03-14T19:04:44.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T19:04:44.932Z] [2023-03-14T19:04:44.932Z] Login Succeeded [2023-03-14T19:04:45.202Z] nexus3.edgexfoundry.org:10003 [2023-03-14T19:04:45.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T19:04:45.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T19:04:45.470Z] Configure a credential helper to remove this warning. See [2023-03-14T19:04:45.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T19:04:45.470Z] [2023-03-14T19:04:45.470Z] Login Succeeded [2023-03-14T19:04:45.470Z] nexus3.edgexfoundry.org:10004 [2023-03-14T19:04:45.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T19:04:45.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T19:04:45.739Z] Configure a credential helper to remove this warning. See [2023-03-14T19:04:45.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T19:04:45.739Z] [2023-03-14T19:04:45.739Z] Login Succeeded [2023-03-14T19:04:45.739Z] docker.io [2023-03-14T19:04:46.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-14T19:04:46.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-14T19:04:46.326Z] Configure a credential helper to remove this warning. See [2023-03-14T19:04:46.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-14T19:04:46.326Z] [2023-03-14T19:04:46.326Z] Login Succeeded [2023-03-14T19:04:46.326Z] ---> docker-login.sh ends [Pipeline] } [2023-03-14T19:04:46.342Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-14T19:04:46.365Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-14T19:04:46.386Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-03-14T19:04:46.386Z] a803cbcc243b34629df898652d25f5c56fc71900 [2023-03-14T19:04:46.386Z] latest [2023-03-14T19:04:46.386Z] 3.0.0-dev.22 [2023-03-14T19:04:46.386Z] a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 [2023-03-14T19:04:46.386Z] main [2023-03-14T19:04:46.386Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:04:46.753Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:04:47.099Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a803cbcc243b34629df898652d25f5c56fc71900 [2023-03-14T19:04:47.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-14T19:04:47.099Z] 3cd84ac3f896: Preparing [2023-03-14T19:04:47.099Z] 14a9a143c1a7: Preparing [2023-03-14T19:04:47.099Z] 81817be801bf: Preparing [2023-03-14T19:04:47.099Z] 081da327a2cc: Preparing [2023-03-14T19:04:47.099Z] a8bb82e800d3: Preparing [2023-03-14T19:04:47.099Z] edf70074bd40: Preparing [2023-03-14T19:04:47.099Z] edf70074bd40: Waiting [2023-03-14T19:04:47.368Z] 081da327a2cc: Pushed [2023-03-14T19:04:47.368Z] 81817be801bf: Pushed [2023-03-14T19:04:47.368Z] 14a9a143c1a7: Pushed [2023-03-14T19:04:47.368Z] edf70074bd40: Layer already exists [2023-03-14T19:04:47.637Z] a8bb82e800d3: Pushed [2023-03-14T19:04:52.987Z] 3cd84ac3f896: Pushed [2023-03-14T19:04:53.253Z] a803cbcc243b34629df898652d25f5c56fc71900: digest: sha256:312297bcc71e068d43ba69ab7da725156addfa6e4bef9052b97cf9b912148edb size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:04:53.660Z] + 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-14T19:04:54.023Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-03-14T19:04:54.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-14T19:04:54.023Z] 3cd84ac3f896: Preparing [2023-03-14T19:04:54.023Z] 14a9a143c1a7: Preparing [2023-03-14T19:04:54.023Z] 81817be801bf: Preparing [2023-03-14T19:04:54.023Z] 081da327a2cc: Preparing [2023-03-14T19:04:54.023Z] a8bb82e800d3: Preparing [2023-03-14T19:04:54.023Z] edf70074bd40: Preparing [2023-03-14T19:04:54.023Z] edf70074bd40: Waiting [2023-03-14T19:04:54.023Z] a8bb82e800d3: Layer already exists [2023-03-14T19:04:54.023Z] 3cd84ac3f896: Layer already exists [2023-03-14T19:04:54.023Z] 081da327a2cc: Layer already exists [2023-03-14T19:04:54.023Z] 14a9a143c1a7: Layer already exists [2023-03-14T19:04:54.023Z] 81817be801bf: Layer already exists [2023-03-14T19:04:54.023Z] edf70074bd40: Layer already exists [2023-03-14T19:04:54.292Z] latest: digest: sha256:312297bcc71e068d43ba69ab7da725156addfa6e4bef9052b97cf9b912148edb size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:04:54.660Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:04:55.013Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.22 [2023-03-14T19:04:55.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-14T19:04:55.013Z] 3cd84ac3f896: Preparing [2023-03-14T19:04:55.013Z] 14a9a143c1a7: Preparing [2023-03-14T19:04:55.013Z] 81817be801bf: Preparing [2023-03-14T19:04:55.013Z] 081da327a2cc: Preparing [2023-03-14T19:04:55.013Z] a8bb82e800d3: Preparing [2023-03-14T19:04:55.013Z] edf70074bd40: Preparing [2023-03-14T19:04:55.013Z] edf70074bd40: Waiting [2023-03-14T19:04:55.013Z] 3cd84ac3f896: Layer already exists [2023-03-14T19:04:55.013Z] a8bb82e800d3: Layer already exists [2023-03-14T19:04:55.013Z] 14a9a143c1a7: Layer already exists [2023-03-14T19:04:55.013Z] 081da327a2cc: Layer already exists [2023-03-14T19:04:55.013Z] 81817be801bf: Layer already exists [2023-03-14T19:04:55.013Z] edf70074bd40: Layer already exists [2023-03-14T19:04:55.013Z] 3.0.0-dev.22: digest: sha256:312297bcc71e068d43ba69ab7da725156addfa6e4bef9052b97cf9b912148edb size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:04:55.619Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:04:55.963Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 [2023-03-14T19:04:55.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-14T19:04:55.963Z] 3cd84ac3f896: Preparing [2023-03-14T19:04:55.963Z] 14a9a143c1a7: Preparing [2023-03-14T19:04:55.963Z] 81817be801bf: Preparing [2023-03-14T19:04:55.963Z] 081da327a2cc: Preparing [2023-03-14T19:04:55.963Z] a8bb82e800d3: Preparing [2023-03-14T19:04:55.963Z] edf70074bd40: Preparing [2023-03-14T19:04:55.963Z] edf70074bd40: Waiting [2023-03-14T19:04:55.963Z] 81817be801bf: Layer already exists [2023-03-14T19:04:55.963Z] 3cd84ac3f896: Layer already exists [2023-03-14T19:04:55.963Z] 081da327a2cc: Layer already exists [2023-03-14T19:04:55.963Z] 14a9a143c1a7: Layer already exists [2023-03-14T19:04:55.963Z] a8bb82e800d3: Layer already exists [2023-03-14T19:04:55.963Z] edf70074bd40: Layer already exists [2023-03-14T19:04:56.230Z] a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22: digest: sha256:312297bcc71e068d43ba69ab7da725156addfa6e4bef9052b97cf9b912148edb size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:04:56.572Z] + 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-14T19:04:56.923Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-03-14T19:04:56.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-03-14T19:04:56.923Z] 3cd84ac3f896: Preparing [2023-03-14T19:04:56.923Z] 14a9a143c1a7: Preparing [2023-03-14T19:04:56.923Z] 81817be801bf: Preparing [2023-03-14T19:04:56.923Z] 081da327a2cc: Preparing [2023-03-14T19:04:56.923Z] a8bb82e800d3: Preparing [2023-03-14T19:04:56.923Z] edf70074bd40: Preparing [2023-03-14T19:04:56.923Z] edf70074bd40: Waiting [2023-03-14T19:04:56.923Z] 81817be801bf: Layer already exists [2023-03-14T19:04:56.923Z] 14a9a143c1a7: Layer already exists [2023-03-14T19:04:56.923Z] 3cd84ac3f896: Layer already exists [2023-03-14T19:04:56.923Z] 081da327a2cc: Layer already exists [2023-03-14T19:04:56.923Z] a8bb82e800d3: Layer already exists [2023-03-14T19:04:56.923Z] edf70074bd40: Layer already exists [2023-03-14T19:04:57.191Z] main: digest: sha256:312297bcc71e068d43ba69ab7da725156addfa6e4bef9052b97cf9b912148edb size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-14T19:04:57.243Z] ===================================================== [Pipeline] echo [2023-03-14T19:04:57.249Z] taggedImages: [2023-03-14T19:04:57.249Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a803cbcc243b34629df898652d25f5c56fc71900 [2023-03-14T19:04:57.249Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-03-14T19:04:57.249Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.22 [2023-03-14T19:04:57.249Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a803cbcc243b34629df898652d25f5c56fc71900-3.0.0-dev.22 [2023-03-14T19:04:57.249Z] - 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-14T19:04:57.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-14T19:04:57.614Z] [2023-03-14T19:04:57.614Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:04:57.950Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-14T19:04:57.950Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-14T19:04:57.950Z] 8998bd30e6a1: Pulling fs layer [2023-03-14T19:04:57.950Z] 04944245beec: Pulling fs layer [2023-03-14T19:04:57.950Z] 699f458cf7ca: Pulling fs layer [2023-03-14T19:04:57.950Z] 765212b225bb: Pulling fs layer [2023-03-14T19:04:57.950Z] f23df028b6ca: Pulling fs layer [2023-03-14T19:04:57.950Z] d65c8cfc05b1: Pulling fs layer [2023-03-14T19:04:57.950Z] 2437ff75d9bd: Pulling fs layer [2023-03-14T19:04:57.950Z] f23df028b6ca: Waiting [2023-03-14T19:04:57.950Z] d65c8cfc05b1: Waiting [2023-03-14T19:04:57.950Z] 2437ff75d9bd: Waiting [2023-03-14T19:04:57.950Z] 765212b225bb: Waiting [2023-03-14T19:04:58.220Z] 04944245beec: Verifying Checksum [2023-03-14T19:04:58.220Z] 04944245beec: Download complete [2023-03-14T19:04:58.220Z] 765212b225bb: Verifying Checksum [2023-03-14T19:04:58.220Z] 765212b225bb: Download complete [2023-03-14T19:04:58.220Z] f23df028b6ca: Verifying Checksum [2023-03-14T19:04:58.220Z] f23df028b6ca: Download complete [2023-03-14T19:04:58.220Z] d65c8cfc05b1: Verifying Checksum [2023-03-14T19:04:58.220Z] d65c8cfc05b1: Download complete [2023-03-14T19:04:58.490Z] 699f458cf7ca: Verifying Checksum [2023-03-14T19:04:58.490Z] 699f458cf7ca: Download complete [2023-03-14T19:04:58.759Z] 8998bd30e6a1: Verifying Checksum [2023-03-14T19:04:58.759Z] 8998bd30e6a1: Download complete [2023-03-14T19:05:01.351Z] 2437ff75d9bd: Verifying Checksum [2023-03-14T19:05:01.351Z] 2437ff75d9bd: Download complete [2023-03-14T19:05:02.762Z] 8998bd30e6a1: Pull complete [2023-03-14T19:05:03.349Z] 04944245beec: Pull complete [2023-03-14T19:05:04.762Z] 699f458cf7ca: Pull complete [2023-03-14T19:05:05.031Z] 765212b225bb: Pull complete [2023-03-14T19:05:05.623Z] f23df028b6ca: Pull complete [2023-03-14T19:05:05.894Z] d65c8cfc05b1: Pull complete [2023-03-14T19:05:20.903Z] 2437ff75d9bd: Pull complete [2023-03-14T19:05:20.903Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-14T19:05:20.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-14T19:05:20.903Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:05:21.125Z] prd-ubuntu20.04-docker-arm64-4c-16g-227 does not seem to be running inside a container [2023-03-14T19:05:21.205Z] $ 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/139 -v /w/workspace/app-service-configurable/139:/w/workspace/app-service-configurable/139:rw,z -v /w/workspace/app-service-configurable/139@tmp:/w/workspace/app-service-configurable/139@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:arm64 cat [2023-03-14T19:05:23.989Z] $ docker top 4db94fb68c9e4503813d1784590c61e1ca015d67476ac28d102024648d8d7e4d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:05:24.835Z] ---> job-cost.sh [2023-03-14T19:05:24.835Z] lf-activate-venv: SKIPPING [2023-03-14T19:05:24.835Z] INFO: No Stack... [2023-03-14T19:05:25.102Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-14T19:05:26.065Z] INFO: Archiving Costs [Pipeline] sh [2023-03-14T19:05:26.705Z] + cat /w/workspace/app-service-configurable/139/archives/cost.csv [2023-03-14T19:05:26.706Z] + cut -d, -f6 [Pipeline] lock [2023-03-14T19:05:26.776Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] [2023-03-14T19:05:26.781Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] did not exist. Created. [2023-03-14T19:05:26.781Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-14T19:05:27.450Z] /w/workspace/app-service-configurable/139@tmp/durable-ef358ec2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-14T19:05:28.113Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-14T19:05:28.136Z] Warning: overwriting stash ‘stack-cost’ [2023-03-14T19:05:28.193Z] Stashed 1 file(s) [Pipeline] } [2023-03-14T19:05:28.201Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-139-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-14T19:05:28.222Z] $ docker stop --time=1 4db94fb68c9e4503813d1784590c61e1ca015d67476ac28d102024648d8d7e4d [2023-03-14T19:05:29.810Z] $ docker rm -f --volumes 4db94fb68c9e4503813d1784590c61e1ca015d67476ac28d102024648d8d7e4d [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-14T19:05:30.242Z] provisioning config files... [2023-03-14T19:05:30.252Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3249871066392027339tmp [Pipeline] { [Pipeline] sh [2023-03-14T19:05:30.539Z] + set +x [2023-03-14T19:05:30.539Z] + curl -s https://codecov.io/bash [2023-03-14T19:05:30.539Z] + bash -s -- [2023-03-14T19:05:30.539Z] [2023-03-14T19:05:30.539Z] _____ _ [2023-03-14T19:05:30.539Z] / ____| | | [2023-03-14T19:05:30.539Z] | | ___ __| | ___ ___ _____ __ [2023-03-14T19:05:30.539Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-14T19:05:30.539Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-14T19:05:30.539Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-14T19:05:30.539Z] Bash-1.0.6 [2023-03-14T19:05:30.539Z] [2023-03-14T19:05:30.539Z] [2023-03-14T19:05:30.539Z] ==> git version 2.25.1 found [2023-03-14T19:05:30.539Z] ==> 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-14T19:05:30.539Z] Release-Date: 2020-01-08 [2023-03-14T19:05:30.539Z] 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-14T19:05:30.539Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-14T19:05:30.539Z] ==> Jenkins CI detected. [2023-03-14T19:05:30.539Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-03-14T19:05:30.539Z] project root: . [2023-03-14T19:05:30.539Z] --> token set from env [2023-03-14T19:05:30.539Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-14T19:05:30.539Z] ==> Running gcov in . (disable via -X gcov) [2023-03-14T19:05:30.539Z] ==> Python coveragepy not found [2023-03-14T19:05:30.539Z] ==> Searching for coverage reports in: [2023-03-14T19:05:30.539Z] + . [2023-03-14T19:05:30.539Z] -> Found 1 reports [2023-03-14T19:05:30.539Z] ==> Detecting git/mercurial file structure [2023-03-14T19:05:30.539Z] ==> Reading reports [2023-03-14T19:05:30.539Z] + ./coverage.out bytes=13 [2023-03-14T19:05:30.539Z] ==> Appending adjustments [2023-03-14T19:05:30.539Z] https://docs.codecov.io/docs/fixing-reports [2023-03-14T19:05:30.539Z] + Found adjustments [2023-03-14T19:05:30.539Z] ==> Gzipping contents [2023-03-14T19:05:30.798Z] 4.0K /tmp/codecov.qV5LzL.gz [2023-03-14T19:05:30.798Z] ==> Uploading reports [2023-03-14T19:05:30.798Z] url: https://codecov.io [2023-03-14T19:05:30.798Z] query: branch=main&commit=a803cbcc243b34629df898652d25f5c56fc71900&build=139&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F139%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-14T19:05:30.798Z] -> Pinging Codecov [2023-03-14T19:05:30.798Z] 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=a803cbcc243b34629df898652d25f5c56fc71900&build=139&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F139%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-14T19:05:30.798Z] -> Uploading to [2023-03-14T19:05:30.798Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-14/A97CA9966030D2A3747ED39772930CCE/a803cbcc243b34629df898652d25f5c56fc71900/cc7b3efd-3a40-4535-84a4-a8114ee47b2f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230314%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230314T190530Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5d86132068987c3434471d4080ca0c626d7976aecd2afb1f71e4e16e24878075 [2023-03-14T19:05:30.798Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-14T19:05:30.798Z] Dload Upload Total Spent Left Speed [2023-03-14T19:05:31.059Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 509 0 0 100 509 0 2129 --:--:-- --:--:-- --:--:-- 2129 [2023-03-14T19:05:31.059Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] } [2023-03-14T19:05:31.224Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-14T19:05:31.451Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-14T19:05:31.461Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:05:31.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-14T19:05:31.759Z] [2023-03-14T19:05:31.759Z] 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-14T19:05:32.056Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-14T19:05:32.056Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-14T19:05:32.056Z] df9b9388f04a: Pulling fs layer [2023-03-14T19:05:32.056Z] 52dc419b0ee2: Pulling fs layer [2023-03-14T19:05:32.056Z] 25bc292e5bac: Pulling fs layer [2023-03-14T19:05:32.056Z] 114826534d7a: Pulling fs layer [2023-03-14T19:05:32.056Z] 4657fd5d0bcf: Pulling fs layer [2023-03-14T19:05:32.056Z] 6ad1cebc031e: Pulling fs layer [2023-03-14T19:05:32.056Z] 8a3aa393b2d8: Pulling fs layer [2023-03-14T19:05:32.056Z] 6ad1cebc031e: Waiting [2023-03-14T19:05:32.056Z] 4657fd5d0bcf: Waiting [2023-03-14T19:05:32.056Z] 114826534d7a: Waiting [2023-03-14T19:05:32.056Z] 8a3aa393b2d8: Waiting [2023-03-14T19:05:32.056Z] 25bc292e5bac: Verifying Checksum [2023-03-14T19:05:32.056Z] 25bc292e5bac: Download complete [2023-03-14T19:05:32.056Z] 52dc419b0ee2: Verifying Checksum [2023-03-14T19:05:32.056Z] 4657fd5d0bcf: Verifying Checksum [2023-03-14T19:05:32.056Z] 4657fd5d0bcf: Download complete [2023-03-14T19:05:32.056Z] df9b9388f04a: Verifying Checksum [2023-03-14T19:05:32.056Z] df9b9388f04a: Download complete [2023-03-14T19:05:32.318Z] df9b9388f04a: Pull complete [2023-03-14T19:05:32.318Z] 52dc419b0ee2: Pull complete [2023-03-14T19:05:32.318Z] 6ad1cebc031e: Download complete [2023-03-14T19:05:32.318Z] 25bc292e5bac: Pull complete [2023-03-14T19:05:32.885Z] 114826534d7a: Verifying Checksum [2023-03-14T19:05:32.885Z] 114826534d7a: Download complete [2023-03-14T19:05:33.142Z] 8a3aa393b2d8: Verifying Checksum [2023-03-14T19:05:33.142Z] 8a3aa393b2d8: Download complete [2023-03-14T19:05:36.418Z] 114826534d7a: Pull complete [2023-03-14T19:05:36.676Z] 4657fd5d0bcf: Pull complete [2023-03-14T19:05:36.934Z] 6ad1cebc031e: Pull complete [2023-03-14T19:05:39.461Z] 8a3aa393b2d8: Pull complete [2023-03-14T19:05:39.461Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-14T19:05:39.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-14T19:05:39.461Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:05:39.539Z] prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container [2023-03-14T19:05:39.581Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-14T19:05:43.277Z] $ docker top 3bb231936eeea001a88d997e55a1817b38da4f221b0c97086683e120fabf2b65 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-14T19:05:43.333Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-03-14T19:05:43.609Z] + set -o pipefail [2023-03-14T19:05:43.609Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-03-14T19:05:47.796Z] [2023-03-14T19:05:47.796Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-03-14T19:05:47.796Z] [2023-03-14T19:05:47.796Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/6e1b88ad-e7c5-4f89-822e-1f8dd8dde220 [2023-03-14T19:05:47.796Z] [2023-03-14T19:05:47.796Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-14T19:05:47.796Z] [2023-03-14T19:05:47.796Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-14T19:05:47.796Z] [2023-03-14T19:05:48.056Z] [2023-03-14T19:05:48.056Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-14T19:05:48.056Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-14T19:05:48.056Z] More details here: https://snyk.co/ue1NS [2023-03-14T19:05:48.056Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-03-14T19:05:48.056Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-03-14T19:05:48.080Z] $ docker stop --time=1 3bb231936eeea001a88d997e55a1817b38da4f221b0c97086683e120fabf2b65 [2023-03-14T19:05:51.320Z] $ docker rm -f --volumes 3bb231936eeea001a88d997e55a1817b38da4f221b0c97086683e120fabf2b65 [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-14T19:05:51.982Z] + git log --format=format:%s -1 a803cbcc243b34629df898652d25f5c56fc71900 [Pipeline] sh [2023-03-14T19:05:52.271Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-14T19:05:52.271Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:05:52.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T19:05:52.566Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:05:52.642Z] prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container [2023-03-14T19:05:52.685Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-14T19:05:53.111Z] $ docker top 782697fb263939955a5cf2b79ec51420a8b3d0bcfab38357d374453a2754543e -eo pid,comm [2023-03-14T19:05:53.148Z] 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-14T19:05:53.148Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-14T19:05:53.183Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T19:05:53.183Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T19:05:53.297Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T19:05:53.313Z] $ docker exec 782697fb263939955a5cf2b79ec51420a8b3d0bcfab38357d374453a2754543e ssh-agent [2023-03-14T19:05:53.417Z] SSH_AUTH_SOCK=/tmp/ssh-EiBdpYrLWjbH/agent.32 [2023-03-14T19:05:53.417Z] SSH_AGENT_PID=38 [2023-03-14T19:05:53.421Z] Running ssh-add (command line suppressed) [2023-03-14T19:05:53.546Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4037913924841399225.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4037913924841399225.key) [2023-03-14T19:05:53.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T19:05:53.829Z] + git semver tag [2023-03-14T19:05:54.088Z] 2023-03-14 19:05:54,040 [run_tag] DEBUG tag force:False [2023-03-14T19:05:54.088Z] 2023-03-14 19:05:54,040 [check_head_tag] DEBUG check head tag [2023-03-14T19:05:54.088Z] 2023-03-14 19:05:54,041 [execute] INFO git cat-file --batch-check [2023-03-14T19:05:54.088Z] 2023-03-14 19:05:54,041 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-03-14T19:05:54.088Z] 2023-03-14 19:05:54,046 [execute] INFO git cat-file --batch [2023-03-14T19:05:54.088Z] 2023-03-14 19:05:54,046 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-03-14T19:05:54.088Z] 2023-03-14 19:05:54,071 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-14T19:05:54.088Z] 2023-03-14 19:05:54,071 [execute] INFO git tag -a v3.0.0-dev.22 -m v3.0.0-dev.22 [2023-03-14T19:05:54.088Z] 2023-03-14 19:05:54,071 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.22', '-m', 'v3.0.0-dev.22'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-03-14T19:05:54.088Z] 2023-03-14 19:05:54,077 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-14T19:05:54.088Z] 3.0.0-dev.22 [Pipeline] } [2023-03-14T19:05:54.368Z] $ docker exec --env ******** --env ******** 782697fb263939955a5cf2b79ec51420a8b3d0bcfab38357d374453a2754543e ssh-agent -k [2023-03-14T19:05:54.467Z] unset SSH_AUTH_SOCK; [2023-03-14T19:05:54.468Z] unset SSH_AGENT_PID; [2023-03-14T19:05:54.468Z] echo Agent pid 38 killed; [2023-03-14T19:05:54.465Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-14T19:05:54.761Z] + git semver [Pipeline] } [2023-03-14T19:05:55.045Z] $ docker stop --time=1 782697fb263939955a5cf2b79ec51420a8b3d0bcfab38357d374453a2754543e [2023-03-14T19:05:56.333Z] $ docker rm -f --volumes 782697fb263939955a5cf2b79ec51420a8b3d0bcfab38357d374453a2754543e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:05:56.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-14T19:05:56.711Z] [2023-03-14T19:05:56.711Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:05:57.008Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-14T19:05:57.008Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-14T19:05:57.008Z] ab5ef0e58194: Pulling fs layer [2023-03-14T19:05:57.008Z] 9712f1f96733: Pulling fs layer [2023-03-14T19:05:57.008Z] 63f879dbbcfc: Pulling fs layer [2023-03-14T19:05:57.008Z] 0d9ebad4ef96: Pulling fs layer [2023-03-14T19:05:57.008Z] e9a5061849ea: Pulling fs layer [2023-03-14T19:05:57.008Z] d747dcd14b5f: Pulling fs layer [2023-03-14T19:05:57.008Z] 2de7ff778b66: Pulling fs layer [2023-03-14T19:05:57.008Z] e9a5061849ea: Waiting [2023-03-14T19:05:57.008Z] 0d9ebad4ef96: Waiting [2023-03-14T19:05:57.008Z] d747dcd14b5f: Waiting [2023-03-14T19:05:57.008Z] 2de7ff778b66: Waiting [2023-03-14T19:05:57.008Z] 9712f1f96733: Verifying Checksum [2023-03-14T19:05:57.008Z] 9712f1f96733: Download complete [2023-03-14T19:05:57.608Z] 63f879dbbcfc: Verifying Checksum [2023-03-14T19:05:57.608Z] 63f879dbbcfc: Download complete [2023-03-14T19:05:57.869Z] e9a5061849ea: Verifying Checksum [2023-03-14T19:05:57.869Z] e9a5061849ea: Download complete [2023-03-14T19:05:57.869Z] d747dcd14b5f: Verifying Checksum [2023-03-14T19:05:57.869Z] d747dcd14b5f: Download complete [2023-03-14T19:05:57.869Z] ab5ef0e58194: Verifying Checksum [2023-03-14T19:05:57.869Z] ab5ef0e58194: Download complete [2023-03-14T19:05:57.869Z] 0d9ebad4ef96: Verifying Checksum [2023-03-14T19:05:57.869Z] 0d9ebad4ef96: Download complete [2023-03-14T19:05:57.869Z] 2de7ff778b66: Verifying Checksum [2023-03-14T19:05:57.869Z] 2de7ff778b66: Download complete [2023-03-14T19:06:01.164Z] ab5ef0e58194: Pull complete [2023-03-14T19:06:01.164Z] 9712f1f96733: Pull complete [2023-03-14T19:06:01.423Z] 63f879dbbcfc: Pull complete [2023-03-14T19:06:05.626Z] 0d9ebad4ef96: Pull complete [2023-03-14T19:06:05.626Z] e9a5061849ea: Pull complete [2023-03-14T19:06:05.626Z] d747dcd14b5f: Pull complete [2023-03-14T19:06:06.192Z] 2de7ff778b66: Pull complete [2023-03-14T19:06:06.192Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-14T19:06:06.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-14T19:06:06.192Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:06:06.264Z] prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container [2023-03-14T19:06:06.308Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-14T19:06:11.458Z] $ docker top 9dc21c8906f80bc219c40c19f600331bd6d80f6ab41b09038cf2979a20f37678 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-14T19:06:11.512Z] provisioning config files... [2023-03-14T19:06:11.518Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12347302196984283258tmp [2023-03-14T19:06:11.526Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12318389044768603521tmp [2023-03-14T19:06:11.535Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config17401705068306101293tmp [Pipeline] { [Pipeline] echo [2023-03-14T19:06:11.551Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:06:11.832Z] ---> sigul-configuration.sh [2023-03-14T19:06:11.832Z] gpg: directory `/root/.gnupg' created [2023-03-14T19:06:11.832Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-14T19:06:11.832Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-14T19:06:11.832Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-14T19:06:11.832Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-14T19:06:11.832Z] gpg: CAST5 encrypted data [2023-03-14T19:06:11.832Z] gpg: encrypted with 1 passphrase [2023-03-14T19:06:11.832Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-14T19:06:12.118Z] + mkdir /home/jenkins [2023-03-14T19:06:12.118Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-14T19:06:12.403Z] + 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-14T19:06:12.411Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:06:12.693Z] ---> sigul-install.sh [2023-03-14T19:06:12.693Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-14T19:06:12.977Z] + git tag --list [2023-03-14T19:06:12.977Z] v1.0.0 [2023-03-14T19:06:12.977Z] v1.1.0 [2023-03-14T19:06:12.977Z] v1.2.0 [2023-03-14T19:06:12.977Z] v1.3.0 [2023-03-14T19:06:12.977Z] v1.3.1 [2023-03-14T19:06:12.977Z] v2.0.0 [2023-03-14T19:06:12.977Z] v2.0.1 [2023-03-14T19:06:12.977Z] v2.1.0 [2023-03-14T19:06:12.977Z] v2.1.1 [2023-03-14T19:06:12.977Z] v2.1.1-dev.1 [2023-03-14T19:06:12.977Z] v2.1.1-dev.2 [2023-03-14T19:06:12.977Z] v2.2.0 [2023-03-14T19:06:12.977Z] v2.2.1-dev.1 [2023-03-14T19:06:12.977Z] v2.2.1-dev.10 [2023-03-14T19:06:12.977Z] v2.2.1-dev.2 [2023-03-14T19:06:12.977Z] v2.2.1-dev.3 [2023-03-14T19:06:12.977Z] v2.2.1-dev.4 [2023-03-14T19:06:12.977Z] v2.2.1-dev.5 [2023-03-14T19:06:12.977Z] v2.2.1-dev.6 [2023-03-14T19:06:12.977Z] v2.2.1-dev.7 [2023-03-14T19:06:12.977Z] v2.2.1-dev.8 [2023-03-14T19:06:12.977Z] v2.2.1-dev.9 [2023-03-14T19:06:12.977Z] v2.3.0 [2023-03-14T19:06:12.977Z] v2.3.0-dev.10 [2023-03-14T19:06:12.977Z] v2.3.0-dev.11 [2023-03-14T19:06:12.977Z] v2.3.0-dev.12 [2023-03-14T19:06:12.977Z] v2.3.0-dev.13 [2023-03-14T19:06:12.977Z] v2.3.0-dev.14 [2023-03-14T19:06:12.977Z] v2.3.0-dev.15 [2023-03-14T19:06:12.977Z] v2.3.0-dev.16 [2023-03-14T19:06:12.977Z] v2.3.0-dev.17 [2023-03-14T19:06:12.977Z] v2.3.0-dev.18 [2023-03-14T19:06:12.977Z] v2.3.0-dev.19 [2023-03-14T19:06:12.977Z] v2.3.0-dev.20 [2023-03-14T19:06:12.977Z] v2.3.0-dev.21 [2023-03-14T19:06:12.977Z] v2.3.0-dev.22 [2023-03-14T19:06:12.977Z] v2.3.0-dev.23 [2023-03-14T19:06:12.977Z] v2.3.0-dev.24 [2023-03-14T19:06:12.977Z] v2.3.0-dev.25 [2023-03-14T19:06:12.977Z] v2.3.0-dev.26 [2023-03-14T19:06:12.977Z] v2.3.0-dev.27 [2023-03-14T19:06:12.977Z] v2.3.0-dev.28 [2023-03-14T19:06:12.977Z] v2.3.0-dev.29 [2023-03-14T19:06:12.977Z] v2.3.0-dev.30 [2023-03-14T19:06:12.977Z] v2.3.0-dev.31 [2023-03-14T19:06:12.977Z] v2.3.0-dev.32 [2023-03-14T19:06:12.977Z] v2.3.0-dev.33 [2023-03-14T19:06:12.977Z] v2.3.0-dev.34 [2023-03-14T19:06:12.977Z] v2.3.0-dev.35 [2023-03-14T19:06:12.977Z] v2.3.0-dev.36 [2023-03-14T19:06:12.977Z] v2.3.0-dev.37 [2023-03-14T19:06:12.977Z] v3.0.0-dev.1 [2023-03-14T19:06:12.977Z] v3.0.0-dev.10 [2023-03-14T19:06:12.977Z] v3.0.0-dev.11 [2023-03-14T19:06:12.977Z] v3.0.0-dev.12 [2023-03-14T19:06:12.977Z] v3.0.0-dev.13 [2023-03-14T19:06:12.977Z] v3.0.0-dev.14 [2023-03-14T19:06:12.977Z] v3.0.0-dev.15 [2023-03-14T19:06:12.977Z] v3.0.0-dev.16 [2023-03-14T19:06:12.977Z] v3.0.0-dev.17 [2023-03-14T19:06:12.977Z] v3.0.0-dev.18 [2023-03-14T19:06:12.977Z] v3.0.0-dev.19 [2023-03-14T19:06:12.977Z] v3.0.0-dev.2 [2023-03-14T19:06:12.977Z] v3.0.0-dev.20 [2023-03-14T19:06:12.977Z] v3.0.0-dev.21 [2023-03-14T19:06:12.977Z] v3.0.0-dev.22 [2023-03-14T19:06:12.977Z] v3.0.0-dev.3 [2023-03-14T19:06:12.977Z] v3.0.0-dev.4 [2023-03-14T19:06:12.977Z] v3.0.0-dev.5 [2023-03-14T19:06:12.977Z] v3.0.0-dev.6 [2023-03-14T19:06:12.977Z] v3.0.0-dev.7 [2023-03-14T19:06:12.977Z] v3.0.0-dev.8 [2023-03-14T19:06:12.977Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-14T19:06:13.263Z] + lftools sign git-tag v3.0.0-dev.22 [2023-03-14T19:06:13.830Z] Signing Git tag with Sigul... [2023-03-14T19:06:13.830Z] Signing v3.0.0-dev.22 [Pipeline] echo [2023-03-14T19:06:14.097Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:06:14.378Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-14T19:06:14.383Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-14T19:06:14.416Z] $ docker stop --time=1 9dc21c8906f80bc219c40c19f600331bd6d80f6ab41b09038cf2979a20f37678 [2023-03-14T19:06:15.692Z] $ docker rm -f --volumes 9dc21c8906f80bc219c40c19f600331bd6d80f6ab41b09038cf2979a20f37678 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-14T19:06:16.068Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-14T19:06:16.068Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:06:16.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T19:06:16.363Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:06:16.439Z] prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container [2023-03-14T19:06:16.479Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-14T19:06:16.811Z] $ docker top ff0458dbfd93bf31bfac457c71def9a84f5ba635240fc7d23225892ce2379ecd -eo pid,comm [2023-03-14T19:06:16.851Z] 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-14T19:06:16.851Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-14T19:06:16.886Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T19:06:16.886Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T19:06:17.014Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T19:06:17.030Z] $ docker exec ff0458dbfd93bf31bfac457c71def9a84f5ba635240fc7d23225892ce2379ecd ssh-agent [2023-03-14T19:06:17.115Z] SSH_AUTH_SOCK=/tmp/ssh-3qfMUR7TR952/agent.31 [2023-03-14T19:06:17.115Z] SSH_AGENT_PID=37 [2023-03-14T19:06:17.119Z] Running ssh-add (command line suppressed) [2023-03-14T19:06:17.247Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_15361886871201851186.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_15361886871201851186.key) [2023-03-14T19:06:17.245Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T19:06:17.525Z] + git semver bump pre [2023-03-14T19:06:17.784Z] 2023-03-14 19:06:17,734 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-14T19:06:17.784Z] 2023-03-14 19:06:17,734 [bump_version] DEBUG bumping version:3.0.0-dev.22 on axis:pre with prefix:dev [2023-03-14T19:06:17.784Z] 2023-03-14 19:06:17,734 [bump_version] DEBUG bumped version:3.0.0-dev.23 [2023-03-14T19:06:17.784Z] 2023-03-14 19:06:17,734 [write_version] DEBUG write version:3.0.0-dev.23 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2023-03-14T19:06:17.784Z] 2023-03-14 19:06:17,734 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-14T19:06:17.784Z] 2023-03-14 19:06:17,734 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-14T19:06:17.784Z] 2023-03-14 19:06:17,736 [execute] INFO git cat-file --batch-check [2023-03-14T19:06:17.784Z] 2023-03-14 19:06:17,736 [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-14T19:06:17.784Z] 2023-03-14 19:06:17,741 [execute] INFO git cat-file --batch [2023-03-14T19:06:17.784Z] 2023-03-14 19:06:17,741 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-14T19:06:17.784Z] 2023-03-14 19:06:17,744 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-14T19:06:17.784Z] 3.0.0-dev.23 [Pipeline] } [2023-03-14T19:06:17.806Z] $ docker exec --env ******** --env ******** ff0458dbfd93bf31bfac457c71def9a84f5ba635240fc7d23225892ce2379ecd ssh-agent -k [2023-03-14T19:06:17.900Z] unset SSH_AUTH_SOCK; [2023-03-14T19:06:17.900Z] unset SSH_AGENT_PID; [2023-03-14T19:06:17.900Z] echo Agent pid 37 killed; [2023-03-14T19:06:17.897Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-14T19:06:18.194Z] + git semver [Pipeline] } [2023-03-14T19:06:18.479Z] $ docker stop --time=1 ff0458dbfd93bf31bfac457c71def9a84f5ba635240fc7d23225892ce2379ecd [2023-03-14T19:06:19.791Z] $ docker rm -f --volumes ff0458dbfd93bf31bfac457c71def9a84f5ba635240fc7d23225892ce2379ecd [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-14T19:06:20.119Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-14T19:06:20.119Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:06:20.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-14T19:06:20.414Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:06:20.482Z] prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container [2023-03-14T19:06:20.525Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-14T19:06:20.866Z] $ docker top 1dd8080c192b541f5ab6c800419fc50fd5518e20122a806a3b854ed1eee974c5 -eo pid,comm [2023-03-14T19:06:20.904Z] 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-14T19:06:20.904Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-14T19:06:20.941Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-14T19:06:20.941Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-14T19:06:21.051Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-14T19:06:21.067Z] $ docker exec 1dd8080c192b541f5ab6c800419fc50fd5518e20122a806a3b854ed1eee974c5 ssh-agent [2023-03-14T19:06:21.171Z] SSH_AUTH_SOCK=/tmp/ssh-EyGihnvbTuso/agent.32 [2023-03-14T19:06:21.171Z] SSH_AGENT_PID=38 [2023-03-14T19:06:21.176Z] Running ssh-add (command line suppressed) [2023-03-14T19:06:21.290Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2391702639654055715.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2391702639654055715.key) [2023-03-14T19:06:21.290Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-14T19:06:21.575Z] + git semver push [2023-03-14T19:06:21.833Z] 2023-03-14 19:06:21,767 [run_push] DEBUG push [2023-03-14T19:06:21.833Z] 2023-03-14 19:06:21,768 [execute] INFO git cat-file --batch-check [2023-03-14T19:06:21.833Z] 2023-03-14 19:06:21,768 [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-14T19:06:21.833Z] 2023-03-14 19:06:21,772 [execute] INFO git rev-list aa85b58a009ad104c5685ab0cbdd8db2820a9bc1 -- [2023-03-14T19:06:21.833Z] 2023-03-14 19:06:21,773 [execute] DEBUG Popen(['git', 'rev-list', 'aa85b58a009ad104c5685ab0cbdd8db2820a9bc1', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-14T19:06:21.833Z] 2023-03-14 19:06:21,784 [execute] INFO git fetch -v origin [2023-03-14T19:06:21.833Z] 2023-03-14 19:06:21,784 [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-14T19:06:22.400Z] 2023-03-14 19:06:22,335 [run_push] DEBUG no remote changes detected [2023-03-14T19:06:22.400Z] 2023-03-14 19:06:22,335 [execute] INFO git push origin semver [2023-03-14T19:06:22.400Z] 2023-03-14 19:06:22,336 [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-14T19:06:23.333Z] 2023-03-14 19:06:23,142 [run_push] DEBUG push all version tags [2023-03-14T19:06:23.333Z] 2023-03-14 19:06:23,143 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-14T19:06:23.333Z] 2023-03-14 19:06:23,143 [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-14T19:06:24.268Z] 2023-03-14 19:06:23,988 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-03-14T19:06:24.268Z] 3.0.0-dev.23 [Pipeline] } [2023-03-14T19:06:24.291Z] $ docker exec --env ******** --env ******** 1dd8080c192b541f5ab6c800419fc50fd5518e20122a806a3b854ed1eee974c5 ssh-agent -k [2023-03-14T19:06:24.384Z] unset SSH_AUTH_SOCK; [2023-03-14T19:06:24.385Z] unset SSH_AGENT_PID; [2023-03-14T19:06:24.385Z] echo Agent pid 38 killed; [2023-03-14T19:06:24.379Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-14T19:06:24.755Z] + git semver [Pipeline] } [2023-03-14T19:06:25.061Z] $ docker stop --time=1 1dd8080c192b541f5ab6c800419fc50fd5518e20122a806a3b854ed1eee974c5 [2023-03-14T19:06:26.338Z] $ docker rm -f --volumes 1dd8080c192b541f5ab6c800419fc50fd5518e20122a806a3b854ed1eee974c5 [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-14T19:06:26.898Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-03-14T19:06:26.898Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-03-14T19:06:26.898Z] total 16 [2023-03-14T19:06:26.898Z] drwxr-xr-x 3 root root 4096 Mar 14 18:52 . [2023-03-14T19:06:26.898Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 19:06 .. [2023-03-14T19:06:26.898Z] drwxr-xr-x 2 root root 4096 Mar 14 18:52 cost [2023-03-14T19:06:26.898Z] -rw-r--r-- 1 root root 96 Mar 14 18:52 cost.csv [2023-03-14T19:06:26.898Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-03-14T19:06:26.898Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-03-14T19:06:26.898Z] total 16 [2023-03-14T19:06:26.898Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 14 18:52 . [2023-03-14T19:06:26.898Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 19:06 .. [2023-03-14T19:06:26.898Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 14 18:52 cost [2023-03-14T19:06:26.898Z] -rw-r--r-- 1 jenkins jenkins 96 Mar 14 18:52 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:06:27.199Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:06:28.058Z] ---> package-listing.sh [2023-03-14T19:06:28.058Z] ++ facter osfamily [2023-03-14T19:06:28.058Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-14T19:06:28.316Z] + OS_FAMILY=debian [2023-03-14T19:06:28.316Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-03-14T19:06:28.316Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-14T19:06:28.316Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-14T19:06:28.316Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-14T19:06:28.316Z] + PACKAGES=/tmp/packages_start.txt [2023-03-14T19:06:28.316Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-03-14T19:06:28.316Z] + PACKAGES=/tmp/packages_end.txt [2023-03-14T19:06:28.316Z] + case "${OS_FAMILY}" in [2023-03-14T19:06:28.316Z] + dpkg -l [2023-03-14T19:06:28.316Z] + grep '^ii' [2023-03-14T19:06:28.316Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-14T19:06:28.316Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-14T19:06:28.316Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-14T19:06:28.317Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-03-14T19:06:28.317Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-03-14T19:06:28.317Z] + 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-14T19:06:28.326Z] 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-14T19:06:28.603Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-14T19:06:29.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-14T19:06:29.156Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-14T19:06:29.219Z] prd-ubuntu20.04-docker-8c-8g-224 does not seem to be running inside a container [2023-03-14T19:06:29.261Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-14T19:06:29.474Z] $ docker top 7caf8ed1ab193f78c4a66a619486e84cc597f4d32bf4a922186a49f042c6d713 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-14T19:06:29.806Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-14T19:06:30.088Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-14T19:06:30.370Z] + ls /var/log/sa-host [2023-03-14T19:06:30.370Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-14T19:06:30.429Z] provisioning config files... [2023-03-14T19:06:30.438Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9695456300966144932tmp [Pipeline] { [Pipeline] echo [2023-03-14T19:06:30.451Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:06:30.732Z] ---> create-netrc.sh [Pipeline] } [2023-03-14T19:06:30.739Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:06:31.050Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-14T19:06:31.056Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:06:31.338Z] ---> sudo-logs.sh [2023-03-14T19:06:31.338Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-14T19:06:31.365Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:06:31.644Z] ---> job-cost.sh [2023-03-14T19:06:31.644Z] lf-activate-venv: SKIPPING [2023-03-14T19:06:31.644Z] DEBUG: total: 0.2199999988079071 [2023-03-14T19:06:31.644Z] INFO: Retrieving Stack Cost... [2023-03-14T19:06:31.903Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-14T19:06:32.471Z] INFO: Archiving Costs [Pipeline] echo [2023-03-14T19:06:32.482Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-14T19:06:32.762Z] ---> logs-deploy.sh [2023-03-14T19:06:32.762Z] lf-activate-venv: SKIPPING [2023-03-14T19:06:32.762Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/139 [2023-03-14T19:06:32.762Z] INFO: archiving workspace using pattern(s): [2023-03-14T19:06:33.695Z] Archives upload complete. [2023-03-14T19:06:33.695Z] INFO: archiving logs to Nexus