Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f 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-ssh8914835719572741131.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh10415882600490672126.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh14826465154734955027.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh8372675237565829209.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-ssh9910351609203869798.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.18 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 Running on prd-ubuntu20.04-docker-8c-8g-3431 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 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f (main) Commit message: "fix: enable core-command via message bus (#505)" > 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 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f # timeout=10 > git rev-list --no-walk 33a8a0fb1d1881fd1b73fa23662390bbef39c173 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-23T18:53:44.339Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-23T18:53:44.385Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-23T18:53:44.402Z] ========================================================= [2023-01-23T18:53:44.402Z] EdgeX Global Pipelines Version Info [2023-01-23T18:53:44.402Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-23T18:53:45.110Z] ------------------- [2023-01-23T18:53:45.111Z] stable info: [2023-01-23T18:53:45.111Z] ------------------- [2023-01-23T18:53:45.111Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-23T18:53:45.111Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-23T18:53:45.111Z] Message: update stable to v1.0.244 [2023-01-23T18:53:45.690Z] ------------------- [2023-01-23T18:53:45.690Z] experimental info: [2023-01-23T18:53:45.690Z] ------------------- [2023-01-23T18:53:45.690Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-23T18:53:45.690Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-23T18:53:45.690Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-23T18:53:45.856Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-01-23T18:53:45.870Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-01-23T18:53:45.881Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-23T18:53:45.890Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-23T18:53:45.898Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-23T18:53:45.908Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-23T18:53:45.916Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-23T18:53:45.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-23T18:53:45.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-23T18:53:45.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-23T18:53:45.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-23T18:53:45.964Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-01-23T18:53:45.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-23T18:53:45.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-23T18:53:45.993Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-23T18:53:46.001Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-23T18:53:46.009Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-23T18:53:46.028Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-23T18:53:46.044Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-23T18:53:46.056Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-23T18:53:46.070Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-23T18:53:46.082Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-23T18:53:46.096Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-23T18:53:46.106Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-23T18:53:46.118Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-23T18:53:46.133Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-23T18:53:46.145Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-23T18:53:46.164Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-23T18:53:46.177Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-23T18:53:46.193Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-23T18:53:46.209Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] echo [2023-01-23T18:53:46.221Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aa420e0 [Pipeline] echo [2023-01-23T18:53:46.233Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-23T18:53:46.286Z] provisioning config files... [2023-01-23T18:53:46.300Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10829910598296146119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-23T18:53:46.605Z] ---> docker-login.sh [2023-01-23T18:53:46.605Z] nexus3.edgexfoundry.org:10001 [2023-01-23T18:53:46.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:53:46.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:53:46.865Z] Configure a credential helper to remove this warning. See [2023-01-23T18:53:46.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:53:46.865Z] [2023-01-23T18:53:46.865Z] Login Succeeded [2023-01-23T18:53:46.865Z] nexus3.edgexfoundry.org:10002 [2023-01-23T18:53:47.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:53:47.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:53:47.125Z] Configure a credential helper to remove this warning. See [2023-01-23T18:53:47.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:53:47.125Z] [2023-01-23T18:53:47.125Z] Login Succeeded [2023-01-23T18:53:47.125Z] nexus3.edgexfoundry.org:10003 [2023-01-23T18:53:47.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:53:47.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:53:47.125Z] Configure a credential helper to remove this warning. See [2023-01-23T18:53:47.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:53:47.125Z] [2023-01-23T18:53:47.125Z] Login Succeeded [2023-01-23T18:53:47.125Z] nexus3.edgexfoundry.org:10004 [2023-01-23T18:53:47.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:53:47.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:53:47.385Z] Configure a credential helper to remove this warning. See [2023-01-23T18:53:47.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:53:47.385Z] [2023-01-23T18:53:47.385Z] Login Succeeded [2023-01-23T18:53:47.385Z] docker.io [2023-01-23T18:53:47.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:53:47.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:53:47.645Z] Configure a credential helper to remove this warning. See [2023-01-23T18:53:47.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:53:47.645Z] [2023-01-23T18:53:47.645Z] Login Succeeded [2023-01-23T18:53:47.645Z] ---> docker-login.sh ends [Pipeline] } [2023-01-23T18:53:47.653Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-23T18:53:48.022Z] + git rev-list -1 --merges aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f~1..aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] echo [2023-01-23T18:53:48.075Z] -----------> git rev-list -1 --merges aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f~1..aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [false] [Pipeline] sh [2023-01-23T18:53:48.363Z] + git log --format=format:%s -1 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] echo [2023-01-23T18:53:48.376Z] ========================================================= [2023-01-23T18:53:48.376Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-23T18:53:48.376Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-23T18:53:48.711Z] + git log --format=format:%s -1 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] echo [2023-01-23T18:53:48.722Z] [semverPrep] GIT_COMMIT: aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f, Commit Message: fix: enable core-command via message bus (#505) [Pipeline] echo [2023-01-23T18:53:48.732Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-23T18:53:49.106Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-23T18:53:49.106Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-23T18:53:49.106Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-23T18:53:49.106Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-23T18:53:49.106Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-23T18:53:49.106Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-23T18:53:49.106Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:53:49.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-23T18:53:49.532Z] [2023-01-23T18:53:49.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:53:49.859Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-23T18:53:49.859Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-23T18:53:49.859Z] b85a868b505f: Pulling fs layer [2023-01-23T18:53:49.859Z] e2be974225ed: Pulling fs layer [2023-01-23T18:53:49.859Z] 339a4e72a1f5: Pulling fs layer [2023-01-23T18:53:49.859Z] 988bab9f4d93: Pulling fs layer [2023-01-23T18:53:49.859Z] 1469e6f7b9e6: Pulling fs layer [2023-01-23T18:53:49.859Z] eaf3925da568: Pulling fs layer [2023-01-23T18:53:49.859Z] bab4dde63d76: Pulling fs layer [2023-01-23T18:53:49.859Z] bde34c3a00c8: Pulling fs layer [2023-01-23T18:53:49.859Z] b352a97aabf1: Pulling fs layer [2023-01-23T18:53:49.859Z] 4872d77fe225: Pulling fs layer [2023-01-23T18:53:49.859Z] 5851b861e8e6: Pulling fs layer [2023-01-23T18:53:49.859Z] bde34c3a00c8: Waiting [2023-01-23T18:53:49.859Z] 4872d77fe225: Waiting [2023-01-23T18:53:49.859Z] b352a97aabf1: Waiting [2023-01-23T18:53:49.859Z] bab4dde63d76: Waiting [2023-01-23T18:53:49.859Z] 1469e6f7b9e6: Waiting [2023-01-23T18:53:49.859Z] 5851b861e8e6: Waiting [2023-01-23T18:53:49.859Z] eaf3925da568: Waiting [2023-01-23T18:53:49.859Z] e2be974225ed: Download complete [2023-01-23T18:53:49.859Z] 988bab9f4d93: Verifying Checksum [2023-01-23T18:53:49.859Z] 988bab9f4d93: Download complete [2023-01-23T18:53:50.121Z] 1469e6f7b9e6: Verifying Checksum [2023-01-23T18:53:50.121Z] 1469e6f7b9e6: Download complete [2023-01-23T18:53:50.121Z] eaf3925da568: Verifying Checksum [2023-01-23T18:53:50.121Z] eaf3925da568: Download complete [2023-01-23T18:53:50.121Z] 339a4e72a1f5: Verifying Checksum [2023-01-23T18:53:50.121Z] 339a4e72a1f5: Download complete [2023-01-23T18:53:50.121Z] bde34c3a00c8: Download complete [2023-01-23T18:53:50.381Z] b352a97aabf1: Verifying Checksum [2023-01-23T18:53:50.381Z] b352a97aabf1: Download complete [2023-01-23T18:53:50.381Z] b85a868b505f: Verifying Checksum [2023-01-23T18:53:50.381Z] b85a868b505f: Download complete [2023-01-23T18:53:50.381Z] 4872d77fe225: Verifying Checksum [2023-01-23T18:53:50.381Z] 4872d77fe225: Download complete [2023-01-23T18:53:50.381Z] 5851b861e8e6: Verifying Checksum [2023-01-23T18:53:50.381Z] 5851b861e8e6: Download complete [2023-01-23T18:53:50.639Z] bab4dde63d76: Verifying Checksum [2023-01-23T18:53:50.639Z] bab4dde63d76: Download complete [2023-01-23T18:53:51.576Z] b85a868b505f: Pull complete [2023-01-23T18:53:51.855Z] e2be974225ed: Pull complete [2023-01-23T18:53:52.116Z] 339a4e72a1f5: Pull complete [2023-01-23T18:53:52.382Z] 988bab9f4d93: Pull complete [2023-01-23T18:53:52.645Z] 1469e6f7b9e6: Pull complete [2023-01-23T18:53:52.645Z] eaf3925da568: Pull complete [2023-01-23T18:53:54.560Z] bab4dde63d76: Pull complete [2023-01-23T18:53:54.560Z] bde34c3a00c8: Pull complete [2023-01-23T18:53:54.560Z] b352a97aabf1: Pull complete [2023-01-23T18:53:54.560Z] 4872d77fe225: Pull complete [2023-01-23T18:53:54.560Z] 5851b861e8e6: Pull complete [2023-01-23T18:53:54.821Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-23T18:53:54.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-23T18:53:54.821Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T18:53:54.904Z] prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container [2023-01-23T18:53:54.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-23T18:53:57.097Z] $ docker top 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 -eo pid,comm [2023-01-23T18:53:57.151Z] 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-01-23T18:53:57.151Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-23T18:53:57.195Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-23T18:53:57.195Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-23T18:53:57.317Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-23T18:53:57.324Z] $ docker exec 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 ssh-agent [2023-01-23T18:53:57.424Z] SSH_AUTH_SOCK=/tmp/ssh-yDhJKndRpyod/agent.32 [2023-01-23T18:53:57.424Z] SSH_AGENT_PID=39 [2023-01-23T18:53:57.430Z] Running ssh-add (command line suppressed) [2023-01-23T18:53:57.556Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13333696176344603885.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13333696176344603885.key) [2023-01-23T18:53:57.567Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-23T18:53:57.854Z] + git tag --points-at HEAD [Pipeline] } [2023-01-23T18:53:57.870Z] $ docker exec --env ******** --env ******** 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 ssh-agent -k [2023-01-23T18:53:57.976Z] unset SSH_AUTH_SOCK; [2023-01-23T18:53:57.976Z] unset SSH_AGENT_PID; [2023-01-23T18:53:57.977Z] echo Agent pid 39 killed; [2023-01-23T18:53:57.984Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-23T18:53:58.007Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-23T18:53:58.007Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-23T18:53:58.122Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-23T18:53:58.128Z] $ docker exec 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 ssh-agent [2023-01-23T18:53:58.242Z] SSH_AUTH_SOCK=/tmp/ssh-nrZCYvDDyDFK/agent.72 [2023-01-23T18:53:58.242Z] SSH_AGENT_PID=78 [2023-01-23T18:53:58.246Z] Running ssh-add (command line suppressed) [2023-01-23T18:53:58.357Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1397814835520233706.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1397814835520233706.key) [2023-01-23T18:53:58.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-23T18:53:58.657Z] + git semver init [2023-01-23T18:53:58.917Z] 2023-01-23 18:53:58,825 [run_init] DEBUG init version:0.0.0 force:False [2023-01-23T18:53:58.917Z] 2023-01-23 18:53:58,825 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-01-23T18:53:58.917Z] 2023-01-23 18:53:58,826 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2023-01-23T18:53:58.917Z] 2023-01-23 18:53:58,826 [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-01-23T18:53:59.854Z] 2023-01-23 18:53:59,650 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-01-23T18:53:59.854Z] 2023-01-23 18:53:59,651 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2023-01-23T18:53:59.854Z] 2023-01-23 18:53:59,651 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-23T18:53:59.854Z] 2023-01-23 18:53:59,651 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-23T18:53:59.854Z] 3.0.0-dev.11 [Pipeline] } [2023-01-23T18:53:59.869Z] $ docker exec --env ******** --env ******** 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 ssh-agent -k [2023-01-23T18:53:59.964Z] unset SSH_AUTH_SOCK; [2023-01-23T18:53:59.964Z] unset SSH_AGENT_PID; [2023-01-23T18:53:59.964Z] echo Agent pid 78 killed; [2023-01-23T18:53:59.971Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-23T18:54:00.276Z] + git semver [Pipeline] } [2023-01-23T18:54:00.553Z] $ docker stop --time=1 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 [2023-01-23T18:54:01.896Z] $ docker rm -f --volumes 450976ea9346d5ec4668252634350e920b595b476aade9a83728fab5711e9d55 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-23T18:54:02.239Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-23T18:54:02.479Z] Stashed 1 file(s) [Pipeline] echo [2023-01-23T18:54:02.483Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.11 [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-01-23T18:54:02.600Z] provisioning config files... [2023-01-23T18:54:02.608Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16487203543921061031tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-23T18:54:02.905Z] ---> docker-login.sh [2023-01-23T18:54:02.905Z] nexus3.edgexfoundry.org:10001 [2023-01-23T18:54:02.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:54:02.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:54:02.905Z] Configure a credential helper to remove this warning. See [2023-01-23T18:54:02.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:54:02.905Z] [2023-01-23T18:54:02.905Z] Login Succeeded [2023-01-23T18:54:02.905Z] nexus3.edgexfoundry.org:10002 [2023-01-23T18:54:02.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:54:02.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:54:02.905Z] Configure a credential helper to remove this warning. See [2023-01-23T18:54:02.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:54:02.905Z] [2023-01-23T18:54:02.905Z] Login Succeeded [2023-01-23T18:54:02.905Z] nexus3.edgexfoundry.org:10003 [2023-01-23T18:54:03.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:54:03.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:54:03.164Z] Configure a credential helper to remove this warning. See [2023-01-23T18:54:03.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:54:03.164Z] [2023-01-23T18:54:03.164Z] Login Succeeded [2023-01-23T18:54:03.164Z] nexus3.edgexfoundry.org:10004 [2023-01-23T18:54:03.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:54:03.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:54:03.164Z] Configure a credential helper to remove this warning. See [2023-01-23T18:54:03.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:54:03.164Z] [2023-01-23T18:54:03.164Z] Login Succeeded [2023-01-23T18:54:03.164Z] docker.io [2023-01-23T18:54:03.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:54:03.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:54:03.423Z] Configure a credential helper to remove this warning. See [2023-01-23T18:54:03.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:54:03.423Z] [2023-01-23T18:54:03.423Z] Login Succeeded [2023-01-23T18:54:03.423Z] ---> docker-login.sh ends [Pipeline] } [2023-01-23T18:54:03.430Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-23T18:54:03.496Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-23T18:54:03.512Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-23T18:54:03.520Z] ========================================================= [2023-01-23T18:54:03.520Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-23T18:54:03.520Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:54:03.826Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-23T18:54:03.826Z] Sending build context to Docker daemon 3.226MB [2023-01-23T18:54:03.826Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-23T18:54:03.826Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-23T18:54:03.826Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-23T18:54:03.826Z] 213ec9aee27d: Pulling fs layer [2023-01-23T18:54:03.826Z] 4583459ba037: Pulling fs layer [2023-01-23T18:54:03.826Z] 93c1e223e6f2: Pulling fs layer [2023-01-23T18:54:03.826Z] 53926ce57604: Pulling fs layer [2023-01-23T18:54:03.826Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-23T18:54:03.826Z] 22ff95d597cd: Pulling fs layer [2023-01-23T18:54:03.826Z] 12d6caf4c0d1: Pulling fs layer [2023-01-23T18:54:03.826Z] 96b7cbca73a9: Pulling fs layer [2023-01-23T18:54:03.826Z] a7acece74701: Pulling fs layer [2023-01-23T18:54:03.826Z] 53926ce57604: Waiting [2023-01-23T18:54:03.826Z] 12d6caf4c0d1: Waiting [2023-01-23T18:54:03.826Z] 21b2b0c7a3f4: Waiting [2023-01-23T18:54:03.826Z] 22ff95d597cd: Waiting [2023-01-23T18:54:03.826Z] a7acece74701: Waiting [2023-01-23T18:54:03.826Z] 96b7cbca73a9: Waiting [2023-01-23T18:54:03.826Z] 93c1e223e6f2: Download complete [2023-01-23T18:54:03.826Z] 4583459ba037: Download complete [2023-01-23T18:54:03.826Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-23T18:54:03.826Z] 21b2b0c7a3f4: Download complete [2023-01-23T18:54:04.091Z] 22ff95d597cd: Verifying Checksum [2023-01-23T18:54:04.091Z] 22ff95d597cd: Download complete [2023-01-23T18:54:04.091Z] 213ec9aee27d: Verifying Checksum [2023-01-23T18:54:04.091Z] 213ec9aee27d: Download complete [2023-01-23T18:54:04.091Z] 12d6caf4c0d1: Download complete [2023-01-23T18:54:04.091Z] 213ec9aee27d: Pull complete [2023-01-23T18:54:04.364Z] 4583459ba037: Pull complete [2023-01-23T18:54:04.364Z] 93c1e223e6f2: Pull complete [2023-01-23T18:54:05.384Z] a7acece74701: Verifying Checksum [2023-01-23T18:54:05.384Z] a7acece74701: Download complete [2023-01-23T18:54:05.384Z] 53926ce57604: Verifying Checksum [2023-01-23T18:54:05.384Z] 53926ce57604: Download complete [2023-01-23T18:54:05.645Z] 96b7cbca73a9: Verifying Checksum [2023-01-23T18:54:05.645Z] 96b7cbca73a9: Download complete [2023-01-23T18:54:09.831Z] 53926ce57604: Pull complete [2023-01-23T18:54:09.831Z] 21b2b0c7a3f4: Pull complete [2023-01-23T18:54:09.831Z] 22ff95d597cd: Pull complete [2023-01-23T18:54:09.831Z] 12d6caf4c0d1: Pull complete [2023-01-23T18:54:11.730Z] 96b7cbca73a9: Pull complete [2023-01-23T18:54:12.297Z] a7acece74701: Pull complete [2023-01-23T18:54:12.297Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-23T18:54:12.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-23T18:54:12.297Z] ---> db6d94c90886 [2023-01-23T18:54:12.297Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-23T18:54:15.591Z] ---> Running in 368c2d7587ac [2023-01-23T18:54:15.591Z] Removing intermediate container 368c2d7587ac [2023-01-23T18:54:15.591Z] ---> e9fddb99e58a [2023-01-23T18:54:15.591Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-23T18:54:15.591Z] ---> Running in f63492327489 [2023-01-23T18:54:15.591Z] Removing intermediate container f63492327489 [2023-01-23T18:54:15.591Z] ---> 1ebb50aebd70 [2023-01-23T18:54:15.591Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-23T18:54:15.591Z] ---> Running in 491dc70a2a7a [2023-01-23T18:54:15.591Z] Removing intermediate container 491dc70a2a7a [2023-01-23T18:54:15.591Z] ---> 11376df5e33b [2023-01-23T18:54:15.591Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-23T18:54:15.591Z] ---> Running in 7ddc4b99cb7f [2023-01-23T18:54:16.158Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-23T18:54:16.158Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-23T18:54:16.417Z] OK: 211 MiB in 51 packages [2023-01-23T18:54:16.676Z] Removing intermediate container 7ddc4b99cb7f [2023-01-23T18:54:16.676Z] ---> 75d9c78d668d [2023-01-23T18:54:16.676Z] Step 7/12 : WORKDIR /app [2023-01-23T18:54:16.676Z] ---> Running in 76c652a71b9b [2023-01-23T18:54:16.934Z] Removing intermediate container 76c652a71b9b [2023-01-23T18:54:16.934Z] ---> 9f09c3c09b38 [2023-01-23T18:54:16.934Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-23T18:54:16.934Z] ---> 5ecac15ee429 [2023-01-23T18:54:16.934Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-23T18:54:16.934Z] ---> Running in c6bb99ec67ed [2023-01-23T18:54:17.570Z] Still waiting to schedule task [2023-01-23T18:54:17.571Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-23T18:54:43.759Z] Removing intermediate container c6bb99ec67ed [2023-01-23T18:54:43.759Z] ---> d82337bc4294 [2023-01-23T18:54:43.759Z] Step 10/12 : COPY . . [2023-01-23T18:54:43.759Z] ---> 853cc5b3ad7c [2023-01-23T18:54:43.759Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-23T18:54:43.759Z] ---> Running in a6d853a463ed [2023-01-23T18:54:43.759Z] Removing intermediate container a6d853a463ed [2023-01-23T18:54:43.759Z] ---> 5b9b30e14f7b [2023-01-23T18:54:43.759Z] Step 12/12 : RUN $MAKE [2023-01-23T18:54:43.759Z] ---> Running in 27aee0a7ae75 [2023-01-23T18:54:43.759Z] noop [2023-01-23T18:54:43.759Z] Removing intermediate container 27aee0a7ae75 [2023-01-23T18:54:43.759Z] ---> c5b1240d62d0 [2023-01-23T18:54:43.759Z] Successfully built c5b1240d62d0 [2023-01-23T18:54:43.759Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:54:44.079Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-23T18:54:44.079Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T18:54:44.158Z] prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container [2023-01-23T18:54:44.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-23T18:54:44.554Z] $ docker top 3f0d24718ff4ef02305462a0cd868b6b49c5616324df8d331b48b4107385e158 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-23T18:54:44.900Z] + go version [2023-01-23T18:54:44.901Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-23T18:54:44.916Z] $ docker stop --time=1 3f0d24718ff4ef02305462a0cd868b6b49c5616324df8d331b48b4107385e158 [2023-01-23T18:54:46.186Z] $ docker rm -f --volumes 3f0d24718ff4ef02305462a0cd868b6b49c5616324df8d331b48b4107385e158 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:54:46.594Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-23T18:54:46.594Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T18:54:46.666Z] prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container [2023-01-23T18:54:46.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-23T18:54:47.074Z] $ docker top 7429563d7133a8be64ace43d0c557b1b3430c17fae416f15ef3207e001ac6bf3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-23T18:54:47.411Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-01-23T18:54:47.711Z] + make test [2023-01-23T18:54:47.711Z] go test -race -coverprofile=coverage.out ./... [2023-01-23T18:55:09.661Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-01-23T18:55:09.661Z] go vet ./... [2023-01-23T18:55:17.774Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-23T18:55:17.774Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-23T18:55:17.774Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-23T18:55:17.787Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-23T18:55:17.804Z] $ docker stop --time=1 7429563d7133a8be64ace43d0c557b1b3430c17fae416f15ef3207e001ac6bf3 [2023-01-23T18:55:20.670Z] $ docker rm -f --volumes 7429563d7133a8be64ace43d0c557b1b3430c17fae416f15ef3207e001ac6bf3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-23T18:55:21.109Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-23T18:55:21.150Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-23T18:55:21.656Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-23T18:55:21.940Z] + ls -al . [2023-01-23T18:55:21.940Z] total 184 [2023-01-23T18:55:21.940Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 23 18:54 . [2023-01-23T18:55:21.940Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 23 18:53 .. [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 23 18:53 .dockerignore [2023-01-23T18:55:21.940Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 23 18:54 .git [2023-01-23T18:55:21.940Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 23 18:53 .github [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 171 Jan 23 18:53 .gitignore [2023-01-23T18:55:21.940Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 23 18:53 .semver [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 9103 Jan 23 18:53 Attribution.txt [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 29118 Jan 23 18:53 CHANGELOG.md [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 1898 Jan 23 18:53 Dockerfile [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 23 18:53 GOVERNANCE.md [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 688 Jan 23 18:53 Jenkinsfile [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 23 18:53 LICENSE [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 23 18:53 OWNERS.md [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 4369 Jan 23 18:53 README.md [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 12 Jan 23 18:54 VERSION [2023-01-23T18:55:21.940Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 23 18:53 bin [2023-01-23T18:55:21.940Z] -rw-r--r-- 1 jenkins jenkins 13 Jan 23 18:54 coverage.out [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 3397 Jan 23 18:53 go.mod [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 44232 Jan 23 18:53 go.sum [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jan 23 18:53 main.go [2023-01-23T18:55:21.940Z] -rw-rw-r-- 1 jenkins jenkins 2078 Jan 23 18:53 makefile [2023-01-23T18:55:21.940Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 23 18:53 res [2023-01-23T18:55:21.940Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 23 18:53 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:55:22.239Z] + 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=aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f --label arch=amd64 --label version=3.0.0-dev.11 . [2023-01-23T18:55:22.239Z] Sending build context to Docker daemon 3.227MB [2023-01-23T18:55:22.239Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-23T18:55:22.239Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-23T18:55:22.239Z] ---> c5b1240d62d0 [2023-01-23T18:55:22.239Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-01-23T18:55:22.239Z] ---> Running in 0f9880ec081e [2023-01-23T18:55:22.497Z] Removing intermediate container 0f9880ec081e [2023-01-23T18:55:22.497Z] ---> bda9b0045eb8 [2023-01-23T18:55:22.497Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-23T18:55:22.497Z] ---> Running in 6b53f059f31c [2023-01-23T18:55:22.497Z] Removing intermediate container 6b53f059f31c [2023-01-23T18:55:22.497Z] ---> 349ce356e9de [2023-01-23T18:55:22.497Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-01-23T18:55:22.497Z] ---> Running in d3c3dca2c050 [2023-01-23T18:55:22.758Z] Removing intermediate container d3c3dca2c050 [2023-01-23T18:55:22.758Z] ---> edee35bda555 [2023-01-23T18:55:22.758Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-23T18:55:22.758Z] ---> Running in 88dcc5f994dc [2023-01-23T18:55:23.017Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-23T18:55:23.017Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-23T18:55:23.276Z] OK: 211 MiB in 51 packages [2023-01-23T18:55:23.845Z] Removing intermediate container 88dcc5f994dc [2023-01-23T18:55:23.845Z] ---> 43f31cbb1c69 [2023-01-23T18:55:23.845Z] Step 7/26 : WORKDIR /app [2023-01-23T18:55:23.845Z] ---> Running in ae3a23d6d927 [2023-01-23T18:55:23.845Z] Removing intermediate container ae3a23d6d927 [2023-01-23T18:55:23.845Z] ---> 5b18b6fb7ec1 [2023-01-23T18:55:23.845Z] Step 8/26 : COPY go.mod vendor* ./ [2023-01-23T18:55:23.845Z] ---> 5954fab4526d [2023-01-23T18:55:23.845Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-23T18:55:23.845Z] ---> Running in 00b74893ece5 [2023-01-23T18:55:24.781Z] Removing intermediate container 00b74893ece5 [2023-01-23T18:55:24.781Z] ---> 960129f5f726 [2023-01-23T18:55:24.781Z] Step 10/26 : COPY . . [2023-01-23T18:55:24.781Z] ---> a06f4c550d7a [2023-01-23T18:55:24.781Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-23T18:55:24.781Z] ---> Running in 81e971ccae62 [2023-01-23T18:55:25.039Z] Removing intermediate container 81e971ccae62 [2023-01-23T18:55:25.039Z] ---> 35bd02c7de64 [2023-01-23T18:55:25.039Z] Step 12/26 : RUN $MAKE [2023-01-23T18:55:25.039Z] ---> Running in 6240110539b7 [2023-01-23T18:55:25.297Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.11" -trimpath -mod=readonly -o app-service-configurable [2023-01-23T18:55:47.244Z] Removing intermediate container 6240110539b7 [2023-01-23T18:55:47.244Z] ---> 8b164b2403ce [2023-01-23T18:55:47.244Z] Step 13/26 : FROM alpine:3.16 [2023-01-23T18:55:47.244Z] 3.16: Pulling from library/alpine [2023-01-23T18:55:47.244Z] ca7dd9ec2225: Pulling fs layer [2023-01-23T18:55:47.244Z] ca7dd9ec2225: Verifying Checksum [2023-01-23T18:55:47.244Z] ca7dd9ec2225: Download complete [2023-01-23T18:55:47.244Z] ca7dd9ec2225: Pull complete [2023-01-23T18:55:47.244Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-23T18:55:47.244Z] Status: Downloaded newer image for alpine:3.16 [2023-01-23T18:55:47.244Z] ---> bfe296a52501 [2023-01-23T18:55:47.244Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-23T18:55:47.244Z] ---> Running in b205437c515e [2023-01-23T18:55:47.244Z] Removing intermediate container b205437c515e [2023-01-23T18:55:47.244Z] ---> 159fc5380b0b [2023-01-23T18:55:47.244Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-01-23T18:55:47.244Z] ---> Running in 26157fd58a97 [2023-01-23T18:55:47.244Z] Removing intermediate container 26157fd58a97 [2023-01-23T18:55:47.244Z] ---> 6ca060609f1c [2023-01-23T18:55:47.244Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-23T18:55:47.244Z] ---> Running in b3b5748d53f2 [2023-01-23T18:55:47.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-23T18:55:47.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-23T18:55:47.244Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-23T18:55:47.244Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-23T18:55:47.244Z] Executing busybox-1.35.0-r17.trigger [2023-01-23T18:55:47.244Z] Executing ca-certificates-20220614-r0.trigger [2023-01-23T18:55:47.244Z] OK: 6 MiB in 16 packages [2023-01-23T18:55:47.503Z] Removing intermediate container b3b5748d53f2 [2023-01-23T18:55:47.503Z] ---> 2cf8aee4862d [2023-01-23T18:55:47.503Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-23T18:55:47.503Z] ---> c8502b9cf21d [2023-01-23T18:55:47.503Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-23T18:55:47.763Z] ---> d6face06774e [2023-01-23T18:55:47.763Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-01-23T18:55:48.021Z] ---> f00a0fe46196 [2023-01-23T18:55:48.021Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-01-23T18:55:48.591Z] ---> a19bcc60afe4 [2023-01-23T18:55:48.591Z] Step 21/26 : EXPOSE 48095 [2023-01-23T18:55:48.591Z] ---> Running in 08d3bcd71378 [2023-01-23T18:55:48.591Z] Removing intermediate container 08d3bcd71378 [2023-01-23T18:55:48.591Z] ---> 82af84c80bde [2023-01-23T18:55:48.591Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-01-23T18:55:48.591Z] ---> Running in 48d41f696053 [2023-01-23T18:55:48.591Z] Removing intermediate container 48d41f696053 [2023-01-23T18:55:48.591Z] ---> 03e75f4e6b7d [2023-01-23T18:55:48.591Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-23T18:55:48.591Z] ---> Running in 73329ed922f4 [2023-01-23T18:55:48.850Z] Removing intermediate container 73329ed922f4 [2023-01-23T18:55:48.850Z] ---> 65e0abb17b6f [2023-01-23T18:55:48.850Z] Step 24/26 : LABEL arch=amd64 [2023-01-23T18:55:48.850Z] ---> Running in 8204630e4788 [2023-01-23T18:55:48.850Z] Removing intermediate container 8204630e4788 [2023-01-23T18:55:48.850Z] ---> 9823c42cf9f1 [2023-01-23T18:55:48.850Z] Step 25/26 : LABEL git_sha=aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [2023-01-23T18:55:48.850Z] ---> Running in 9c8a9e634169 [2023-01-23T18:55:48.850Z] Removing intermediate container 9c8a9e634169 [2023-01-23T18:55:48.850Z] ---> aab457db3960 [2023-01-23T18:55:48.850Z] Step 26/26 : LABEL version=3.0.0-dev.11 [2023-01-23T18:55:49.109Z] ---> Running in f5a66153ab9e [2023-01-23T18:55:49.109Z] Removing intermediate container f5a66153ab9e [2023-01-23T18:55:49.109Z] ---> ae868138639b [2023-01-23T18:55:49.109Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-23T18:55:49.109Z] Successfully built ae868138639b [2023-01-23T18:55:49.109Z] 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-01-23T18:55:49.218Z] provisioning config files... [2023-01-23T18:55:49.229Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10439392543081973149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-23T18:55:49.525Z] ---> docker-login.sh [2023-01-23T18:55:49.525Z] nexus3.edgexfoundry.org:10001 [2023-01-23T18:55:49.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:55:49.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:55:49.525Z] Configure a credential helper to remove this warning. See [2023-01-23T18:55:49.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:55:49.525Z] [2023-01-23T18:55:49.525Z] Login Succeeded [2023-01-23T18:55:49.525Z] nexus3.edgexfoundry.org:10002 [2023-01-23T18:55:49.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:55:49.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:55:49.525Z] Configure a credential helper to remove this warning. See [2023-01-23T18:55:49.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:55:49.525Z] [2023-01-23T18:55:49.525Z] Login Succeeded [2023-01-23T18:55:49.525Z] nexus3.edgexfoundry.org:10003 [2023-01-23T18:55:49.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:55:49.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:55:49.785Z] Configure a credential helper to remove this warning. See [2023-01-23T18:55:49.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:55:49.785Z] [2023-01-23T18:55:49.785Z] Login Succeeded [2023-01-23T18:55:49.785Z] nexus3.edgexfoundry.org:10004 [2023-01-23T18:55:49.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:55:49.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:55:49.785Z] Configure a credential helper to remove this warning. See [2023-01-23T18:55:49.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:55:49.785Z] [2023-01-23T18:55:49.785Z] Login Succeeded [2023-01-23T18:55:49.785Z] docker.io [2023-01-23T18:55:50.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:55:50.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:55:50.043Z] Configure a credential helper to remove this warning. See [2023-01-23T18:55:50.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:55:50.043Z] [2023-01-23T18:55:50.043Z] Login Succeeded [2023-01-23T18:55:50.043Z] ---> docker-login.sh ends [Pipeline] } [2023-01-23T18:55:50.049Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-23T18:55:50.070Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-23T18:55:50.086Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-01-23T18:55:50.086Z] aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [2023-01-23T18:55:50.086Z] latest [2023-01-23T18:55:50.086Z] 3.0.0-dev.11 [2023-01-23T18:55:50.086Z] aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 [2023-01-23T18:55:50.086Z] main [2023-01-23T18:55:50.086Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:55:50.409Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:55:50.721Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [2023-01-23T18:55:50.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-23T18:55:50.721Z] 5fc194653229: Preparing [2023-01-23T18:55:50.721Z] 0eb3e123010b: Preparing [2023-01-23T18:55:50.721Z] bfe179cc6bf6: Preparing [2023-01-23T18:55:50.721Z] 41ff872d718e: Preparing [2023-01-23T18:55:50.721Z] d89ced77602c: Preparing [2023-01-23T18:55:50.721Z] e5e13b0c77cb: Preparing [2023-01-23T18:55:50.721Z] e5e13b0c77cb: Waiting [2023-01-23T18:55:50.721Z] bfe179cc6bf6: Pushed [2023-01-23T18:55:50.721Z] 41ff872d718e: Pushed [2023-01-23T18:55:50.721Z] 0eb3e123010b: Pushed [2023-01-23T18:55:50.721Z] e5e13b0c77cb: Layer already exists [2023-01-23T18:55:50.721Z] d89ced77602c: Pushed [2023-01-23T18:55:53.261Z] 5fc194653229: Pushed [2023-01-23T18:55:53.519Z] aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f: digest: sha256:4628f2c5e9a8215c497f848fd27a5046de0d5e55fe040f2a652ab74b05b34019 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:55:53.832Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:55:54.142Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-01-23T18:55:54.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-23T18:55:54.142Z] 5fc194653229: Preparing [2023-01-23T18:55:54.142Z] 0eb3e123010b: Preparing [2023-01-23T18:55:54.142Z] bfe179cc6bf6: Preparing [2023-01-23T18:55:54.142Z] 41ff872d718e: Preparing [2023-01-23T18:55:54.142Z] d89ced77602c: Preparing [2023-01-23T18:55:54.142Z] e5e13b0c77cb: Preparing [2023-01-23T18:55:54.142Z] e5e13b0c77cb: Waiting [2023-01-23T18:55:54.142Z] 0eb3e123010b: Layer already exists [2023-01-23T18:55:54.142Z] d89ced77602c: Layer already exists [2023-01-23T18:55:54.142Z] 41ff872d718e: Layer already exists [2023-01-23T18:55:54.142Z] bfe179cc6bf6: Layer already exists [2023-01-23T18:55:54.142Z] 5fc194653229: Layer already exists [2023-01-23T18:55:54.142Z] e5e13b0c77cb: Layer already exists [2023-01-23T18:55:54.142Z] latest: digest: sha256:4628f2c5e9a8215c497f848fd27a5046de0d5e55fe040f2a652ab74b05b34019 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:55:54.460Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:55:54.823Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.11 [2023-01-23T18:55:54.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-23T18:55:54.823Z] 5fc194653229: Preparing [2023-01-23T18:55:54.823Z] 0eb3e123010b: Preparing [2023-01-23T18:55:54.823Z] bfe179cc6bf6: Preparing [2023-01-23T18:55:54.823Z] 41ff872d718e: Preparing [2023-01-23T18:55:54.823Z] d89ced77602c: Preparing [2023-01-23T18:55:54.823Z] e5e13b0c77cb: Preparing [2023-01-23T18:55:54.823Z] e5e13b0c77cb: Waiting [2023-01-23T18:55:54.823Z] 41ff872d718e: Layer already exists [2023-01-23T18:55:54.823Z] d89ced77602c: Layer already exists [2023-01-23T18:55:54.823Z] 0eb3e123010b: Layer already exists [2023-01-23T18:55:54.823Z] bfe179cc6bf6: Layer already exists [2023-01-23T18:55:54.823Z] 5fc194653229: Layer already exists [2023-01-23T18:55:54.823Z] e5e13b0c77cb: Layer already exists [2023-01-23T18:55:54.823Z] 3.0.0-dev.11: digest: sha256:4628f2c5e9a8215c497f848fd27a5046de0d5e55fe040f2a652ab74b05b34019 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:55:55.175Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:55:55.541Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 [2023-01-23T18:55:55.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-23T18:55:55.541Z] 5fc194653229: Preparing [2023-01-23T18:55:55.541Z] 0eb3e123010b: Preparing [2023-01-23T18:55:55.541Z] bfe179cc6bf6: Preparing [2023-01-23T18:55:55.541Z] 41ff872d718e: Preparing [2023-01-23T18:55:55.541Z] d89ced77602c: Preparing [2023-01-23T18:55:55.541Z] e5e13b0c77cb: Preparing [2023-01-23T18:55:55.541Z] e5e13b0c77cb: Waiting [2023-01-23T18:55:55.541Z] bfe179cc6bf6: Layer already exists [2023-01-23T18:55:55.541Z] d89ced77602c: Layer already exists [2023-01-23T18:55:55.541Z] 5fc194653229: Layer already exists [2023-01-23T18:55:55.541Z] 41ff872d718e: Layer already exists [2023-01-23T18:55:55.541Z] 0eb3e123010b: Layer already exists [2023-01-23T18:55:55.541Z] e5e13b0c77cb: Layer already exists [2023-01-23T18:55:55.541Z] aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11: digest: sha256:4628f2c5e9a8215c497f848fd27a5046de0d5e55fe040f2a652ab74b05b34019 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:55:55.850Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:55:56.125Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3432 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-01-23T18:55:56.138Z] Running in /w/workspace/app-service-configurable/128 [Pipeline] { [Pipeline] checkout [2023-01-23T18:55:56.157Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-01-23T18:55:56.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-23T18:55:56.157Z] 5fc194653229: Preparing [2023-01-23T18:55:56.157Z] 0eb3e123010b: Preparing [2023-01-23T18:55:56.157Z] bfe179cc6bf6: Preparing [2023-01-23T18:55:56.157Z] 41ff872d718e: Preparing [2023-01-23T18:55:56.157Z] d89ced77602c: Preparing [2023-01-23T18:55:56.157Z] e5e13b0c77cb: Preparing [2023-01-23T18:55:56.157Z] e5e13b0c77cb: Waiting [2023-01-23T18:55:56.157Z] d89ced77602c: Layer already exists [2023-01-23T18:55:56.157Z] 0eb3e123010b: Layer already exists [2023-01-23T18:55:56.157Z] 5fc194653229: Layer already exists [2023-01-23T18:55:56.157Z] 41ff872d718e: Layer already exists [2023-01-23T18:55:56.157Z] bfe179cc6bf6: Layer already exists [2023-01-23T18:55:56.157Z] e5e13b0c77cb: Layer already exists [2023-01-23T18:55:56.157Z] main: digest: sha256:4628f2c5e9a8215c497f848fd27a5046de0d5e55fe040f2a652ab74b05b34019 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-01-23T18:55:56.178Z] Selected Git installation does not exist. Using Default [2023-01-23T18:55:56.178Z] The recommended git tool is: NONE [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-23T18:55:56.204Z] ===================================================== [Pipeline] echo [2023-01-23T18:55:56.213Z] taggedImages: [2023-01-23T18:55:56.213Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [2023-01-23T18:55:56.213Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-01-23T18:55:56.213Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.11 [2023-01-23T18:55:56.213Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 [2023-01-23T18:55:56.213Z] - 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-01-23T18:55:56.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-23T18:55:56.589Z] [2023-01-23T18:55:56.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:55:56.893Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-23T18:55:56.893Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-23T18:55:56.893Z] 5eb5b503b376: Pulling fs layer [2023-01-23T18:55:56.893Z] 5c69ac0246d0: Pulling fs layer [2023-01-23T18:55:56.893Z] ec43610c2a17: Pulling fs layer [2023-01-23T18:55:56.893Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-23T18:55:56.893Z] 33b1e0a273af: Pulling fs layer [2023-01-23T18:55:56.893Z] 5d3b04190fa2: Pulling fs layer [2023-01-23T18:55:56.893Z] 2f39f015ded8: Pulling fs layer [2023-01-23T18:55:56.893Z] 3a2ae6a8a46f: Waiting [2023-01-23T18:55:56.893Z] 33b1e0a273af: Waiting [2023-01-23T18:55:56.893Z] 5d3b04190fa2: Waiting [2023-01-23T18:55:56.893Z] 5c69ac0246d0: Verifying Checksum [2023-01-23T18:55:56.893Z] 5c69ac0246d0: Download complete [2023-01-23T18:55:56.893Z] 3a2ae6a8a46f: Download complete [2023-01-23T18:55:57.155Z] 33b1e0a273af: Download complete [2023-01-23T18:55:57.155Z] 5d3b04190fa2: Verifying Checksum [2023-01-23T18:55:57.155Z] 5d3b04190fa2: Download complete [2023-01-23T18:55:57.155Z] ec43610c2a17: Verifying Checksum [2023-01-23T18:55:57.155Z] ec43610c2a17: Download complete [2023-01-23T18:55:57.413Z] 5eb5b503b376: Download complete [2023-01-23T18:55:57.981Z] 2f39f015ded8: Download complete [2023-01-23T18:55:58.544Z] 5eb5b503b376: Pull complete [2023-01-23T18:55:58.802Z] 5c69ac0246d0: Pull complete [2023-01-23T18:55:59.370Z] ec43610c2a17: Pull complete [2023-01-23T18:55:59.370Z] 3a2ae6a8a46f: Pull complete [2023-01-23T18:55:59.627Z] 33b1e0a273af: Pull complete [2023-01-23T18:55:59.627Z] 5d3b04190fa2: Pull complete [2023-01-23T18:56:01.591Z] using credential edgex-jenkins-ssh [2023-01-23T18:56:01.615Z] Cloning the remote Git repository [2023-01-23T18:56:01.662Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-01-23T18:56:01.744Z] > git init /w/workspace/app-service-configurable/128 # timeout=10 [2023-01-23T18:56:01.913Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-01-23T18:56:01.914Z] > git --version # timeout=10 [2023-01-23T18:56:01.990Z] > git --version # 'git version 2.25.1' [2023-01-23T18:56:01.992Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-23T18:56:02.054Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-23T18:56:03.192Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-01-23T18:56:03.213Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-23T18:56:03.812Z] 2f39f015ded8: Pull complete [2023-01-23T18:56:03.812Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-23T18:56:03.812Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-23T18:56:03.812Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T18:56:03.894Z] prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container [2023-01-23T18:56:03.928Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-23T18:56:04.021Z] Avoid second fetch [2023-01-23T18:56:04.021Z] Checking out Revision aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f (main) [2023-01-23T18:56:04.501Z] Commit message: "fix: enable core-command via message bus (#505)" [2023-01-23T18:56:04.800Z] [2023-01-23T18:56:04.800Z] GitHub has been notified of this commit’s build result [2023-01-23T18:56:04.800Z] [2023-01-23T18:56:04.034Z] > git config core.sparsecheckout # timeout=10 [2023-01-23T18:56:04.050Z] > git checkout -f aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f # timeout=10 [2023-01-23T18:56:06.353Z] $ docker top 55945b9bbc91d471a91c7460dfb495db726fb3d112f402a160d7f72ab30a562c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-23T18:56:06.776Z] ---> job-cost.sh [2023-01-23T18:56:06.776Z] lf-activate-venv: SKIPPING [2023-01-23T18:56:06.776Z] INFO: No Stack... [2023-01-23T18:56:07.034Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-23T18:56:07.051Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-23T18:56:07.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-23T18:56:07.051Z] Dload Upload Total Spent Left Speed [2023-01-23T18:56:07.051Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 68553 0 --:--:-- --:--:-- --:--:-- 68187 100 12751 100 12751 0 0 67824 0 --:--:-- --:--:-- --:--:-- 67824 [2023-01-23T18:56:07.291Z] INFO: Archiving Costs [Pipeline] sh [Pipeline] sh [2023-01-23T18:56:07.580Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2023-01-23T18:56:07.580Z] + cut -d, -f6 [Pipeline] lock [2023-01-23T18:56:07.595Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] [2023-01-23T18:56:07.601Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] did not exist. Created. [2023-01-23T18:56:07.601Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-23T18:56:07.702Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-23T18:56:07.907Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-23T18:56:07.939Z] Stashed 1 file(s) [Pipeline] } [2023-01-23T18:56:07.946Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-23T18:56:07.965Z] $ docker stop --time=1 55945b9bbc91d471a91c7460dfb495db726fb3d112f402a160d7f72ab30a562c [2023-01-23T18:56:08.035Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2023-01-23T18:56:08.035Z] /etc/docker/daemon.json [2023-01-23T18:56:08.035Z] { [2023-01-23T18:56:08.035Z] "registry-mirrors": [ [2023-01-23T18:56:08.035Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-23T18:56:08.035Z] ], [2023-01-23T18:56:08.035Z] "bip": "10.250.0.254/24", [2023-01-23T18:56:08.035Z] "hosts": [ [2023-01-23T18:56:08.035Z] "tcp://0.0.0.0:5555", [2023-01-23T18:56:08.035Z] "unix:///var/run/docker.sock" [2023-01-23T18:56:08.035Z] ], [2023-01-23T18:56:08.035Z] "mtu": 1458, [2023-01-23T18:56:08.035Z] "selinux-enabled": true, [2023-01-23T18:56:08.035Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-23T18:56:08.035Z] } [2023-01-23T18:56:09.134Z] $ docker rm -f --volumes 55945b9bbc91d471a91c7460dfb495db726fb3d112f402a160d7f72ab30a562c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-23T18:56:09.499Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-23T18:56:09.828Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-23T18:56:28.091Z] provisioning config files... [2023-01-23T18:56:28.117Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/128@tmp/config4703009045753502231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-23T18:56:28.469Z] ---> docker-login.sh [2023-01-23T18:56:28.469Z] nexus3.edgexfoundry.org:10001 [2023-01-23T18:56:28.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:56:29.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:56:29.006Z] Configure a credential helper to remove this warning. See [2023-01-23T18:56:29.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:56:29.006Z] [2023-01-23T18:56:29.006Z] Login Succeeded [2023-01-23T18:56:29.006Z] nexus3.edgexfoundry.org:10002 [2023-01-23T18:56:29.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:56:29.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:56:29.544Z] Configure a credential helper to remove this warning. See [2023-01-23T18:56:29.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:56:29.544Z] [2023-01-23T18:56:29.544Z] Login Succeeded [2023-01-23T18:56:29.544Z] nexus3.edgexfoundry.org:10003 [2023-01-23T18:56:29.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:56:29.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:56:29.815Z] Configure a credential helper to remove this warning. See [2023-01-23T18:56:29.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:56:29.815Z] [2023-01-23T18:56:29.815Z] Login Succeeded [2023-01-23T18:56:29.815Z] nexus3.edgexfoundry.org:10004 [2023-01-23T18:56:30.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:56:30.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:56:30.087Z] Configure a credential helper to remove this warning. See [2023-01-23T18:56:30.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:56:30.087Z] [2023-01-23T18:56:30.087Z] Login Succeeded [2023-01-23T18:56:30.087Z] docker.io [2023-01-23T18:56:30.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T18:56:30.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T18:56:30.621Z] Configure a credential helper to remove this warning. See [2023-01-23T18:56:30.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T18:56:30.622Z] [2023-01-23T18:56:30.622Z] Login Succeeded [2023-01-23T18:56:30.622Z] ---> docker-login.sh ends [Pipeline] } [2023-01-23T18:56:30.635Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-23T18:56:30.865Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-23T18:56:30.887Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-23T18:56:30.900Z] ========================================================= [2023-01-23T18:56:30.900Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-23T18:56:30.900Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:56:31.247Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-23T18:56:31.247Z] Sending build context to Docker daemon 216.1kB [2023-01-23T18:56:31.518Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-23T18:56:31.518Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-23T18:56:31.518Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-23T18:56:31.518Z] 9b18e9b68314: Pulling fs layer [2023-01-23T18:56:31.518Z] 35d82f9e3411: Pulling fs layer [2023-01-23T18:56:31.518Z] e16973657156: Pulling fs layer [2023-01-23T18:56:31.518Z] fc693d55d65f: Pulling fs layer [2023-01-23T18:56:31.518Z] 7e9fc2657dce: Pulling fs layer [2023-01-23T18:56:31.518Z] fc693d55d65f: Waiting [2023-01-23T18:56:31.518Z] 7e9fc2657dce: Waiting [2023-01-23T18:56:31.518Z] dda99020689f: Pulling fs layer [2023-01-23T18:56:31.518Z] db1c61fa0a46: Pulling fs layer [2023-01-23T18:56:31.518Z] 891c053d2c06: Pulling fs layer [2023-01-23T18:56:31.518Z] db1c61fa0a46: Waiting [2023-01-23T18:56:31.518Z] 891c053d2c06: Waiting [2023-01-23T18:56:31.518Z] e16973657156: Download complete [2023-01-23T18:56:31.518Z] 35d82f9e3411: Verifying Checksum [2023-01-23T18:56:31.518Z] 35d82f9e3411: Download complete [2023-01-23T18:56:31.518Z] 7e9fc2657dce: Verifying Checksum [2023-01-23T18:56:31.518Z] 7e9fc2657dce: Download complete [2023-01-23T18:56:31.802Z] dda99020689f: Download complete [2023-01-23T18:56:31.802Z] 9b18e9b68314: Verifying Checksum [2023-01-23T18:56:31.802Z] 9b18e9b68314: Download complete [2023-01-23T18:56:32.771Z] 9b18e9b68314: Pull complete [2023-01-23T18:56:32.771Z] 891c053d2c06: Verifying Checksum [2023-01-23T18:56:32.771Z] 891c053d2c06: Download complete [2023-01-23T18:56:33.039Z] 35d82f9e3411: Pull complete [2023-01-23T18:56:33.315Z] e16973657156: Pull complete [2023-01-23T18:56:33.903Z] db1c61fa0a46: Verifying Checksum [2023-01-23T18:56:33.903Z] db1c61fa0a46: Download complete [2023-01-23T18:56:34.488Z] fc693d55d65f: Verifying Checksum [2023-01-23T18:56:34.488Z] fc693d55d65f: Download complete [2023-01-23T18:56:44.565Z] fc693d55d65f: Pull complete [2023-01-23T18:56:44.565Z] 7e9fc2657dce: Pull complete [2023-01-23T18:56:44.831Z] dda99020689f: Pull complete [2023-01-23T18:56:50.185Z] db1c61fa0a46: Pull complete [2023-01-23T18:56:52.142Z] 891c053d2c06: Pull complete [2023-01-23T18:56:52.142Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-23T18:56:52.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-23T18:56:52.142Z] ---> f96f9c87975a [2023-01-23T18:56:52.142Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-23T18:56:54.110Z] ---> Running in 02f997bbe6ca [2023-01-23T18:56:54.110Z] Removing intermediate container 02f997bbe6ca [2023-01-23T18:56:54.110Z] ---> ef1b54b7574f [2023-01-23T18:56:54.110Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-23T18:56:54.110Z] ---> Running in c13b88a70e8e [2023-01-23T18:56:54.378Z] Removing intermediate container c13b88a70e8e [2023-01-23T18:56:54.378Z] ---> 48aee972dce9 [2023-01-23T18:56:54.378Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-23T18:56:54.645Z] ---> Running in 16abedf8f269 [2023-01-23T18:56:54.912Z] Removing intermediate container 16abedf8f269 [2023-01-23T18:56:54.912Z] ---> 13b36092fa6d [2023-01-23T18:56:54.912Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-23T18:56:54.912Z] ---> Running in 7d121cc6614d [2023-01-23T18:56:55.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-23T18:56:56.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-23T18:56:57.041Z] OK: 221 MiB in 51 packages [2023-01-23T18:56:58.003Z] Removing intermediate container 7d121cc6614d [2023-01-23T18:56:58.003Z] ---> 529c588830ed [2023-01-23T18:56:58.003Z] Step 7/12 : WORKDIR /app [2023-01-23T18:56:58.003Z] ---> Running in c48cbe081187 [2023-01-23T18:56:58.271Z] Removing intermediate container c48cbe081187 [2023-01-23T18:56:58.271Z] ---> 5009886f0d7a [2023-01-23T18:56:58.271Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-23T18:57:01.630Z] ---> c47caa9ff31f [2023-01-23T18:57:01.630Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-23T18:57:01.630Z] ---> Running in 982caa35e101 [2023-01-23T18:57:58.291Z] Removing intermediate container 982caa35e101 [2023-01-23T18:57:58.291Z] ---> 684eba5b906c [2023-01-23T18:57:58.291Z] Step 10/12 : COPY . . [2023-01-23T18:57:58.291Z] ---> e4395defea9d [2023-01-23T18:57:58.291Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-23T18:57:58.291Z] ---> Running in 2503df755a2f [2023-01-23T18:57:58.291Z] Removing intermediate container 2503df755a2f [2023-01-23T18:57:58.291Z] ---> 9a95c9b8d40c [2023-01-23T18:57:58.291Z] Step 12/12 : RUN $MAKE [2023-01-23T18:57:58.291Z] ---> Running in 2bf428a41a9e [2023-01-23T18:57:58.291Z] noop [2023-01-23T18:57:58.291Z] Removing intermediate container 2bf428a41a9e [2023-01-23T18:57:58.291Z] ---> d0d1e4505f98 [2023-01-23T18:57:58.291Z] Successfully built d0d1e4505f98 [2023-01-23T18:57:58.291Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:57:58.641Z] + docker inspect -f . ci-base-image-arm64 [2023-01-23T18:57:58.641Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T18:57:58.831Z] prd-ubuntu20.04-docker-arm64-4c-16g-3432 does not seem to be running inside a container [2023-01-23T18:57:58.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/128 -v /w/workspace/app-service-configurable/128:/w/workspace/app-service-configurable/128:rw,z -v /w/workspace/app-service-configurable/128@tmp:/w/workspace/app-service-configurable/128@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-01-23T18:57:59.938Z] $ docker top bbed811f712c63deb80f8f53849ff885a05117b7c7ee60d91aa710c75a53b760 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-23T18:58:00.722Z] + go version [2023-01-23T18:58:00.722Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-23T18:58:00.744Z] $ docker stop --time=1 bbed811f712c63deb80f8f53849ff885a05117b7c7ee60d91aa710c75a53b760 [2023-01-23T18:58:02.299Z] $ docker rm -f --volumes bbed811f712c63deb80f8f53849ff885a05117b7c7ee60d91aa710c75a53b760 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T18:58:02.818Z] + docker inspect -f . ci-base-image-arm64 [2023-01-23T18:58:02.818Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T18:58:02.990Z] prd-ubuntu20.04-docker-arm64-4c-16g-3432 does not seem to be running inside a container [2023-01-23T18:58:03.057Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/128 -v /w/workspace/app-service-configurable/128:/w/workspace/app-service-configurable/128:rw,z -v /w/workspace/app-service-configurable/128@tmp:/w/workspace/app-service-configurable/128@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-01-23T18:58:05.676Z] $ docker top 2bb5e47b8eb13c27102319b5e43318ec5cf0963ab5a7cf299e59f3d9b68b8cb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-23T18:58:06.148Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/128 [Pipeline] fileExists [Pipeline] sh [2023-01-23T18:58:06.475Z] + make test [2023-01-23T18:58:06.475Z] go test -race -coverprofile=coverage.out ./... [2023-01-23T19:00:13.133Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-01-23T19:00:13.133Z] go vet ./... [2023-01-23T19:01:49.763Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-23T19:01:49.763Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-23T19:01:49.763Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-23T19:01:49.783Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-23T19:01:49.800Z] $ docker stop --time=1 2bb5e47b8eb13c27102319b5e43318ec5cf0963ab5a7cf299e59f3d9b68b8cb4 [2023-01-23T19:01:52.360Z] $ docker rm -f --volumes 2bb5e47b8eb13c27102319b5e43318ec5cf0963ab5a7cf299e59f3d9b68b8cb4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-23T19:01:53.591Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-23T19:01:53.613Z] Warning: overwriting stash ‘coverage-report’ [2023-01-23T19:01:54.025Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-23T19:01:54.432Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-23T19:01:54.745Z] + ls -al . [2023-01-23T19:01:54.745Z] total 180 [2023-01-23T19:01:54.745Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 23 18:58 . [2023-01-23T19:01:54.745Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 23 18:56 .. [2023-01-23T19:01:54.745Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 23 18:56 .dockerignore [2023-01-23T19:01:54.745Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 23 18:56 .git [2023-01-23T19:01:54.745Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 23 18:56 .github [2023-01-23T19:01:54.745Z] -rw-rw-r-- 1 jenkins jenkins 171 Jan 23 18:56 .gitignore [2023-01-23T19:01:54.745Z] -rw-rw-r-- 1 jenkins jenkins 9103 Jan 23 18:56 Attribution.txt [2023-01-23T19:01:54.745Z] -rw-rw-r-- 1 jenkins jenkins 29118 Jan 23 18:56 CHANGELOG.md [2023-01-23T19:01:54.745Z] -rw-rw-r-- 1 jenkins jenkins 1898 Jan 23 18:56 Dockerfile [2023-01-23T19:01:54.746Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 23 18:56 GOVERNANCE.md [2023-01-23T19:01:54.746Z] -rw-rw-r-- 1 jenkins jenkins 688 Jan 23 18:56 Jenkinsfile [2023-01-23T19:01:54.746Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 23 18:56 LICENSE [2023-01-23T19:01:54.746Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 23 18:56 OWNERS.md [2023-01-23T19:01:54.746Z] -rw-rw-r-- 1 jenkins jenkins 4369 Jan 23 18:56 README.md [2023-01-23T19:01:54.746Z] -rw-rw-r-- 1 jenkins jenkins 12 Jan 23 18:54 VERSION [2023-01-23T19:01:54.746Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 23 18:56 bin [2023-01-23T19:01:54.746Z] -rw-r--r-- 1 jenkins jenkins 13 Jan 23 18:58 coverage.out [2023-01-23T19:01:54.746Z] -rw-rw-r-- 1 jenkins jenkins 3397 Jan 23 18:56 go.mod [2023-01-23T19:01:54.746Z] -rw-rw-r-- 1 jenkins jenkins 44232 Jan 23 18:56 go.sum [2023-01-23T19:01:54.746Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jan 23 18:56 main.go [2023-01-23T19:01:54.746Z] -rw-rw-r-- 1 jenkins jenkins 2078 Jan 23 18:56 makefile [2023-01-23T19:01:54.746Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 23 18:56 res [2023-01-23T19:01:54.746Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 23 18:56 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:01:55.082Z] + 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=aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f --label arch=arm64 --label version=3.0.0-dev.11 . [2023-01-23T19:01:55.082Z] Sending build context to Docker daemon 217.1kB [2023-01-23T19:01:55.351Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-23T19:01:55.351Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-23T19:01:55.351Z] ---> d0d1e4505f98 [2023-01-23T19:01:55.351Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-01-23T19:01:55.351Z] ---> Running in 8165f1b486d8 [2023-01-23T19:01:55.620Z] Removing intermediate container 8165f1b486d8 [2023-01-23T19:01:55.620Z] ---> 2e6d09cf20bb [2023-01-23T19:01:55.620Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-23T19:01:55.890Z] ---> Running in f9d4dc414c10 [2023-01-23T19:01:56.158Z] Removing intermediate container f9d4dc414c10 [2023-01-23T19:01:56.158Z] ---> ccf9d0ff3a4d [2023-01-23T19:01:56.158Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-01-23T19:01:56.158Z] ---> Running in 26de7f4082af [2023-01-23T19:01:56.432Z] Removing intermediate container 26de7f4082af [2023-01-23T19:01:56.432Z] ---> ef997486da50 [2023-01-23T19:01:56.432Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-23T19:01:56.432Z] ---> Running in 5546f5446a6e [2023-01-23T19:01:57.397Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-23T19:01:57.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-23T19:01:58.623Z] OK: 221 MiB in 51 packages [2023-01-23T19:01:59.597Z] Removing intermediate container 5546f5446a6e [2023-01-23T19:01:59.597Z] ---> ba7cb2b833af [2023-01-23T19:01:59.597Z] Step 7/26 : WORKDIR /app [2023-01-23T19:01:59.597Z] ---> Running in 594c06b9189a [2023-01-23T19:01:59.865Z] Removing intermediate container 594c06b9189a [2023-01-23T19:01:59.865Z] ---> 7fcfd32573a6 [2023-01-23T19:01:59.865Z] Step 8/26 : COPY go.mod vendor* ./ [2023-01-23T19:02:00.450Z] ---> 42e52e96e166 [2023-01-23T19:02:00.450Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-23T19:02:00.450Z] ---> Running in 0b0fade9147b [2023-01-23T19:02:02.393Z] Removing intermediate container 0b0fade9147b [2023-01-23T19:02:02.393Z] ---> c278d6e2bf1f [2023-01-23T19:02:02.393Z] Step 10/26 : COPY . . [2023-01-23T19:02:04.971Z] ---> a4e9fbcf203a [2023-01-23T19:02:04.971Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-23T19:02:04.971Z] ---> Running in 81abd6f0cb20 [2023-01-23T19:02:04.971Z] Removing intermediate container 81abd6f0cb20 [2023-01-23T19:02:04.971Z] ---> e8cb4b12bdac [2023-01-23T19:02:04.971Z] Step 12/26 : RUN $MAKE [2023-01-23T19:02:05.238Z] ---> Running in 54f8cf77030e [2023-01-23T19:02:06.204Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.11" -trimpath -mod=readonly -o app-service-configurable [2023-01-23T19:04:12.907Z] Removing intermediate container 54f8cf77030e [2023-01-23T19:04:12.907Z] ---> a1d64873e6f0 [2023-01-23T19:04:12.907Z] Step 13/26 : FROM alpine:3.16 [2023-01-23T19:04:12.907Z] 3.16: Pulling from library/alpine [2023-01-23T19:04:12.907Z] 6875df1f5354: Pulling fs layer [2023-01-23T19:04:12.907Z] 6875df1f5354: Verifying Checksum [2023-01-23T19:04:12.907Z] 6875df1f5354: Download complete [2023-01-23T19:04:12.907Z] 6875df1f5354: Pull complete [2023-01-23T19:04:12.907Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-23T19:04:12.907Z] Status: Downloaded newer image for alpine:3.16 [2023-01-23T19:04:12.907Z] ---> 2b4661558fb8 [2023-01-23T19:04:12.907Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-23T19:04:12.907Z] ---> Running in 7a03b4458ab0 [2023-01-23T19:04:12.907Z] Removing intermediate container 7a03b4458ab0 [2023-01-23T19:04:12.907Z] ---> 7966888f5cfe [2023-01-23T19:04:12.907Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-01-23T19:04:12.907Z] ---> Running in c402bc07440c [2023-01-23T19:04:12.907Z] Removing intermediate container c402bc07440c [2023-01-23T19:04:12.907Z] ---> 278321574e69 [2023-01-23T19:04:12.907Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-23T19:04:12.907Z] ---> Running in 55d105bb47da [2023-01-23T19:04:12.907Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-23T19:04:12.907Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-23T19:04:12.907Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-23T19:04:12.907Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-23T19:04:12.907Z] Executing busybox-1.35.0-r17.trigger [2023-01-23T19:04:12.907Z] Executing ca-certificates-20220614-r0.trigger [2023-01-23T19:04:12.907Z] OK: 6 MiB in 16 packages [2023-01-23T19:04:12.907Z] Removing intermediate container 55d105bb47da [2023-01-23T19:04:12.907Z] ---> debeada30c69 [2023-01-23T19:04:12.907Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-23T19:04:12.907Z] ---> a4bd4cc3dc71 [2023-01-23T19:04:12.907Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-23T19:04:12.907Z] ---> 3a70b5dfea3d [2023-01-23T19:04:12.907Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-01-23T19:04:12.907Z] ---> 1cc393d5330a [2023-01-23T19:04:12.907Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-01-23T19:04:12.907Z] ---> 7cc2f452532b [2023-01-23T19:04:12.907Z] Step 21/26 : EXPOSE 48095 [2023-01-23T19:04:12.907Z] ---> Running in c434addf1e6c [2023-01-23T19:04:12.907Z] Removing intermediate container c434addf1e6c [2023-01-23T19:04:12.907Z] ---> a5cc0d9b8bb6 [2023-01-23T19:04:12.907Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-01-23T19:04:12.907Z] ---> Running in e233e8b1b6cd [2023-01-23T19:04:12.907Z] Removing intermediate container e233e8b1b6cd [2023-01-23T19:04:12.907Z] ---> 45970559296b [2023-01-23T19:04:12.907Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-23T19:04:12.907Z] ---> Running in 1b60d472daeb [2023-01-23T19:04:12.907Z] Removing intermediate container 1b60d472daeb [2023-01-23T19:04:12.907Z] ---> 30a8fdab9840 [2023-01-23T19:04:12.907Z] Step 24/26 : LABEL arch=arm64 [2023-01-23T19:04:12.907Z] ---> Running in 41ae1b3dea94 [2023-01-23T19:04:12.908Z] Removing intermediate container 41ae1b3dea94 [2023-01-23T19:04:12.908Z] ---> 58803b3aba68 [2023-01-23T19:04:12.908Z] Step 25/26 : LABEL git_sha=aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [2023-01-23T19:04:12.908Z] ---> Running in cc2a06bd1151 [2023-01-23T19:04:12.908Z] Removing intermediate container cc2a06bd1151 [2023-01-23T19:04:12.908Z] ---> b9e75b7c2697 [2023-01-23T19:04:12.908Z] Step 26/26 : LABEL version=3.0.0-dev.11 [2023-01-23T19:04:12.908Z] ---> Running in 50be281c509b [2023-01-23T19:04:13.173Z] Removing intermediate container 50be281c509b [2023-01-23T19:04:13.173Z] ---> e28b7e6169f1 [2023-01-23T19:04:13.173Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-23T19:04:13.173Z] Successfully built e28b7e6169f1 [2023-01-23T19:04:13.173Z] 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-01-23T19:04:13.287Z] provisioning config files... [2023-01-23T19:04:13.300Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/128@tmp/config5971505546233176899tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-23T19:04:13.621Z] ---> docker-login.sh [2023-01-23T19:04:13.621Z] nexus3.edgexfoundry.org:10001 [2023-01-23T19:04:13.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T19:04:13.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T19:04:13.889Z] Configure a credential helper to remove this warning. See [2023-01-23T19:04:13.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T19:04:13.889Z] [2023-01-23T19:04:13.889Z] Login Succeeded [2023-01-23T19:04:13.889Z] nexus3.edgexfoundry.org:10002 [2023-01-23T19:04:14.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T19:04:14.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T19:04:14.155Z] Configure a credential helper to remove this warning. See [2023-01-23T19:04:14.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T19:04:14.155Z] [2023-01-23T19:04:14.155Z] Login Succeeded [2023-01-23T19:04:14.155Z] nexus3.edgexfoundry.org:10003 [2023-01-23T19:04:14.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T19:04:14.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T19:04:14.428Z] Configure a credential helper to remove this warning. See [2023-01-23T19:04:14.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T19:04:14.428Z] [2023-01-23T19:04:14.428Z] Login Succeeded [2023-01-23T19:04:14.428Z] nexus3.edgexfoundry.org:10004 [2023-01-23T19:04:14.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T19:04:14.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T19:04:14.699Z] Configure a credential helper to remove this warning. See [2023-01-23T19:04:14.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T19:04:14.699Z] [2023-01-23T19:04:14.699Z] Login Succeeded [2023-01-23T19:04:14.699Z] docker.io [2023-01-23T19:04:14.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-23T19:04:15.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-23T19:04:15.228Z] Configure a credential helper to remove this warning. See [2023-01-23T19:04:15.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-23T19:04:15.228Z] [2023-01-23T19:04:15.228Z] Login Succeeded [2023-01-23T19:04:15.228Z] ---> docker-login.sh ends [Pipeline] } [2023-01-23T19:04:15.239Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-23T19:04:15.263Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-23T19:04:15.279Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-01-23T19:04:15.279Z] aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [2023-01-23T19:04:15.279Z] latest [2023-01-23T19:04:15.279Z] 3.0.0-dev.11 [2023-01-23T19:04:15.279Z] aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 [2023-01-23T19:04:15.279Z] main [2023-01-23T19:04:15.279Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:04:15.604Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:04:15.951Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [2023-01-23T19:04:15.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-23T19:04:15.951Z] cec76c0e2afe: Preparing [2023-01-23T19:04:15.951Z] 592585ed9123: Preparing [2023-01-23T19:04:15.951Z] 07b2c9fee6ed: Preparing [2023-01-23T19:04:15.951Z] 13e302d36e40: Preparing [2023-01-23T19:04:15.951Z] 6fe51443588e: Preparing [2023-01-23T19:04:15.951Z] 17bec77d7fdc: Preparing [2023-01-23T19:04:15.951Z] 17bec77d7fdc: Waiting [2023-01-23T19:04:16.216Z] 592585ed9123: Pushed [2023-01-23T19:04:16.216Z] 17bec77d7fdc: Layer already exists [2023-01-23T19:04:16.216Z] 13e302d36e40: Pushed [2023-01-23T19:04:16.216Z] 07b2c9fee6ed: Pushed [2023-01-23T19:04:16.483Z] 6fe51443588e: Pushed [2023-01-23T19:04:20.720Z] cec76c0e2afe: Pushed [2023-01-23T19:04:20.984Z] aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f: digest: sha256:93f027e71aa09e18de3ff2d805a524823f1ab101eb3b828aab5527a2a3401098 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:04:21.321Z] + 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-01-23T19:04:21.656Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-01-23T19:04:21.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-23T19:04:21.656Z] cec76c0e2afe: Preparing [2023-01-23T19:04:21.656Z] 592585ed9123: Preparing [2023-01-23T19:04:21.656Z] 07b2c9fee6ed: Preparing [2023-01-23T19:04:21.656Z] 13e302d36e40: Preparing [2023-01-23T19:04:21.656Z] 6fe51443588e: Preparing [2023-01-23T19:04:21.656Z] 17bec77d7fdc: Preparing [2023-01-23T19:04:21.656Z] 17bec77d7fdc: Waiting [2023-01-23T19:04:21.656Z] 07b2c9fee6ed: Layer already exists [2023-01-23T19:04:21.656Z] 592585ed9123: Layer already exists [2023-01-23T19:04:21.656Z] cec76c0e2afe: Layer already exists [2023-01-23T19:04:21.656Z] 6fe51443588e: Layer already exists [2023-01-23T19:04:21.656Z] 13e302d36e40: Layer already exists [2023-01-23T19:04:21.656Z] 17bec77d7fdc: Layer already exists [2023-01-23T19:04:21.656Z] latest: digest: sha256:93f027e71aa09e18de3ff2d805a524823f1ab101eb3b828aab5527a2a3401098 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:04:21.991Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:04:22.331Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.11 [2023-01-23T19:04:22.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-23T19:04:22.331Z] cec76c0e2afe: Preparing [2023-01-23T19:04:22.331Z] 592585ed9123: Preparing [2023-01-23T19:04:22.331Z] 07b2c9fee6ed: Preparing [2023-01-23T19:04:22.331Z] 13e302d36e40: Preparing [2023-01-23T19:04:22.331Z] 6fe51443588e: Preparing [2023-01-23T19:04:22.331Z] 17bec77d7fdc: Preparing [2023-01-23T19:04:22.331Z] 17bec77d7fdc: Waiting [2023-01-23T19:04:22.331Z] 07b2c9fee6ed: Layer already exists [2023-01-23T19:04:22.331Z] cec76c0e2afe: Layer already exists [2023-01-23T19:04:22.331Z] 6fe51443588e: Layer already exists [2023-01-23T19:04:22.331Z] 13e302d36e40: Layer already exists [2023-01-23T19:04:22.331Z] 592585ed9123: Layer already exists [2023-01-23T19:04:22.331Z] 17bec77d7fdc: Layer already exists [2023-01-23T19:04:22.331Z] 3.0.0-dev.11: digest: sha256:93f027e71aa09e18de3ff2d805a524823f1ab101eb3b828aab5527a2a3401098 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:04:22.673Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:04:23.013Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 [2023-01-23T19:04:23.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-23T19:04:23.013Z] cec76c0e2afe: Preparing [2023-01-23T19:04:23.013Z] 592585ed9123: Preparing [2023-01-23T19:04:23.013Z] 07b2c9fee6ed: Preparing [2023-01-23T19:04:23.013Z] 13e302d36e40: Preparing [2023-01-23T19:04:23.013Z] 6fe51443588e: Preparing [2023-01-23T19:04:23.013Z] 17bec77d7fdc: Preparing [2023-01-23T19:04:23.013Z] 17bec77d7fdc: Waiting [2023-01-23T19:04:23.013Z] 07b2c9fee6ed: Layer already exists [2023-01-23T19:04:23.013Z] cec76c0e2afe: Layer already exists [2023-01-23T19:04:23.013Z] 6fe51443588e: Layer already exists [2023-01-23T19:04:23.013Z] 592585ed9123: Layer already exists [2023-01-23T19:04:23.013Z] 13e302d36e40: Layer already exists [2023-01-23T19:04:23.013Z] 17bec77d7fdc: Layer already exists [2023-01-23T19:04:23.013Z] aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11: digest: sha256:93f027e71aa09e18de3ff2d805a524823f1ab101eb3b828aab5527a2a3401098 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:04:23.345Z] + 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-01-23T19:04:23.726Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-01-23T19:04:23.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-23T19:04:23.726Z] cec76c0e2afe: Preparing [2023-01-23T19:04:23.726Z] 592585ed9123: Preparing [2023-01-23T19:04:23.726Z] 07b2c9fee6ed: Preparing [2023-01-23T19:04:23.726Z] 13e302d36e40: Preparing [2023-01-23T19:04:23.726Z] 6fe51443588e: Preparing [2023-01-23T19:04:23.726Z] 17bec77d7fdc: Preparing [2023-01-23T19:04:23.726Z] 17bec77d7fdc: Waiting [2023-01-23T19:04:23.726Z] 6fe51443588e: Layer already exists [2023-01-23T19:04:23.726Z] 13e302d36e40: Layer already exists [2023-01-23T19:04:23.726Z] cec76c0e2afe: Layer already exists [2023-01-23T19:04:23.726Z] 07b2c9fee6ed: Layer already exists [2023-01-23T19:04:23.726Z] 592585ed9123: Layer already exists [2023-01-23T19:04:23.726Z] 17bec77d7fdc: Layer already exists [2023-01-23T19:04:24.001Z] main: digest: sha256:93f027e71aa09e18de3ff2d805a524823f1ab101eb3b828aab5527a2a3401098 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-23T19:04:24.048Z] ===================================================== [Pipeline] echo [2023-01-23T19:04:24.058Z] taggedImages: [2023-01-23T19:04:24.058Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [2023-01-23T19:04:24.058Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-01-23T19:04:24.058Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.11 [2023-01-23T19:04:24.058Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f-3.0.0-dev.11 [2023-01-23T19:04:24.058Z] - 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-01-23T19:04:24.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-23T19:04:24.420Z] [2023-01-23T19:04:24.420Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:04:24.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-23T19:04:24.755Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-23T19:04:24.755Z] 8998bd30e6a1: Pulling fs layer [2023-01-23T19:04:24.755Z] 04944245beec: Pulling fs layer [2023-01-23T19:04:24.755Z] 699f458cf7ca: Pulling fs layer [2023-01-23T19:04:24.755Z] 765212b225bb: Pulling fs layer [2023-01-23T19:04:24.755Z] f23df028b6ca: Pulling fs layer [2023-01-23T19:04:24.755Z] d65c8cfc05b1: Pulling fs layer [2023-01-23T19:04:24.755Z] 2437ff75d9bd: Pulling fs layer [2023-01-23T19:04:24.755Z] 765212b225bb: Waiting [2023-01-23T19:04:24.755Z] d65c8cfc05b1: Waiting [2023-01-23T19:04:24.755Z] f23df028b6ca: Waiting [2023-01-23T19:04:24.755Z] 2437ff75d9bd: Waiting [2023-01-23T19:04:25.031Z] 04944245beec: Verifying Checksum [2023-01-23T19:04:25.031Z] 04944245beec: Download complete [2023-01-23T19:04:25.031Z] 765212b225bb: Verifying Checksum [2023-01-23T19:04:25.031Z] 765212b225bb: Download complete [2023-01-23T19:04:25.031Z] f23df028b6ca: Verifying Checksum [2023-01-23T19:04:25.031Z] f23df028b6ca: Download complete [2023-01-23T19:04:25.031Z] d65c8cfc05b1: Download complete [2023-01-23T19:04:25.321Z] 699f458cf7ca: Verifying Checksum [2023-01-23T19:04:25.322Z] 699f458cf7ca: Download complete [2023-01-23T19:04:25.606Z] 8998bd30e6a1: Download complete [2023-01-23T19:04:27.570Z] 2437ff75d9bd: Verifying Checksum [2023-01-23T19:04:27.570Z] 2437ff75d9bd: Download complete [2023-01-23T19:04:29.508Z] 8998bd30e6a1: Pull complete [2023-01-23T19:04:29.774Z] 04944245beec: Pull complete [2023-01-23T19:04:31.178Z] 699f458cf7ca: Pull complete [2023-01-23T19:04:31.450Z] 765212b225bb: Pull complete [2023-01-23T19:04:32.030Z] f23df028b6ca: Pull complete [2023-01-23T19:04:32.298Z] d65c8cfc05b1: Pull complete [2023-01-23T19:04:47.283Z] 2437ff75d9bd: Pull complete [2023-01-23T19:04:47.283Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-23T19:04:47.283Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-23T19:04:47.283Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T19:04:47.478Z] prd-ubuntu20.04-docker-arm64-4c-16g-3432 does not seem to be running inside a container [2023-01-23T19:04:47.547Z] $ 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/128 -v /w/workspace/app-service-configurable/128:/w/workspace/app-service-configurable/128:rw,z -v /w/workspace/app-service-configurable/128@tmp:/w/workspace/app-service-configurable/128@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-01-23T19:04:49.979Z] $ docker top cb80ad91f61ef31ecb5deefd0bb95c7249ca15631a4392f0679c5f8bb1fb4d7b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-23T19:04:50.805Z] ---> job-cost.sh [2023-01-23T19:04:50.805Z] lf-activate-venv: SKIPPING [2023-01-23T19:04:50.805Z] INFO: No Stack... [2023-01-23T19:04:52.742Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-23T19:04:53.325Z] INFO: Archiving Costs [Pipeline] sh [2023-01-23T19:04:53.645Z] + cut -d, -f6 [2023-01-23T19:04:53.645Z] + cat /w/workspace/app-service-configurable/128/archives/cost.csv [Pipeline] lock [2023-01-23T19:04:53.726Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] [2023-01-23T19:04:53.731Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] did not exist. Created. [2023-01-23T19:04:53.731Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-23T19:04:54.064Z] /w/workspace/app-service-configurable/128@tmp/durable-57a27743/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-23T19:04:54.713Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-23T19:04:54.736Z] Warning: overwriting stash ‘stack-cost’ [2023-01-23T19:04:54.786Z] Stashed 1 file(s) [Pipeline] } [2023-01-23T19:04:54.792Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-128-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-23T19:04:54.820Z] $ docker stop --time=1 cb80ad91f61ef31ecb5deefd0bb95c7249ca15631a4392f0679c5f8bb1fb4d7b [2023-01-23T19:04:56.331Z] $ docker rm -f --volumes cb80ad91f61ef31ecb5deefd0bb95c7249ca15631a4392f0679c5f8bb1fb4d7b [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-01-23T19:04:56.723Z] provisioning config files... [2023-01-23T19:04:56.729Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6040622323253974170tmp [Pipeline] { [Pipeline] sh [2023-01-23T19:04:57.017Z] + set +x [2023-01-23T19:04:57.017Z] + + curlbash -s -s https://codecov.io/bash -- [2023-01-23T19:04:57.017Z] [2023-01-23T19:04:57.017Z] [2023-01-23T19:04:57.017Z] _____ _ [2023-01-23T19:04:57.017Z] / ____| | | [2023-01-23T19:04:57.017Z] | | ___ __| | ___ ___ _____ __ [2023-01-23T19:04:57.017Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-23T19:04:57.017Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-23T19:04:57.017Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-23T19:04:57.017Z] Bash-1.0.6 [2023-01-23T19:04:57.017Z] [2023-01-23T19:04:57.017Z] [2023-01-23T19:04:57.017Z] ==> git version 2.25.1 found [2023-01-23T19:04:57.017Z] ==> 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-01-23T19:04:57.017Z] Release-Date: 2020-01-08 [2023-01-23T19:04:57.017Z] 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-01-23T19:04:57.017Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-23T19:04:57.017Z] ==> Jenkins CI detected. [2023-01-23T19:04:57.017Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-01-23T19:04:57.017Z] project root: . [2023-01-23T19:04:57.017Z] --> token set from env [2023-01-23T19:04:57.017Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-23T19:04:57.017Z] ==> Running gcov in . (disable via -X gcov) [2023-01-23T19:04:57.017Z] ==> Python coveragepy not found [2023-01-23T19:04:57.017Z] ==> Searching for coverage reports in: [2023-01-23T19:04:57.017Z] + . [2023-01-23T19:04:57.017Z] -> Found 1 reports [2023-01-23T19:04:57.017Z] ==> Detecting git/mercurial file structure [2023-01-23T19:04:57.017Z] ==> Reading reports [2023-01-23T19:04:57.017Z] + ./coverage.out bytes=13 [2023-01-23T19:04:57.017Z] ==> Appending adjustments [2023-01-23T19:04:57.017Z] https://docs.codecov.io/docs/fixing-reports [2023-01-23T19:04:57.276Z] + Found adjustments [2023-01-23T19:04:57.276Z] ==> Gzipping contents [2023-01-23T19:04:57.276Z] 4.0K /tmp/codecov.UpkYgV.gz [2023-01-23T19:04:57.276Z] ==> Uploading reports [2023-01-23T19:04:57.276Z] url: https://codecov.io [2023-01-23T19:04:57.276Z] query: branch=main&commit=aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F128%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-23T19:04:57.276Z] -> Pinging Codecov [2023-01-23T19:04:57.276Z] 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=aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F128%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-23T19:04:57.536Z] -> Uploading to [2023-01-23T19:04:57.536Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-23/A97CA9966030D2A3747ED39772930CCE/aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f/d553482d-4d42-4852-82cc-b393bd68872c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230123%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230123T190457Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7daa0775e523de630f130b3dce3fa2662e7bd2cd567f6aff0c3b6071adf0d1c6 [2023-01-23T19:04:57.536Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-23T19:04:57.536Z] Dload Upload Total Spent Left Speed [2023-01-23T19:04:57.794Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 520 0 0 100 520 0 2122 --:--:-- --:--:-- --:--:-- 2122 [2023-01-23T19:04:57.794Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] } [2023-01-23T19:04:57.804Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-23T19:04:58.039Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-23T19:04:58.048Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:04:58.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-23T19:04:58.355Z] [2023-01-23T19:04:58.355Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:04:58.662Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-23T19:04:58.662Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-23T19:04:58.662Z] df9b9388f04a: Pulling fs layer [2023-01-23T19:04:58.662Z] 52dc419b0ee2: Pulling fs layer [2023-01-23T19:04:58.662Z] 25bc292e5bac: Pulling fs layer [2023-01-23T19:04:58.662Z] 114826534d7a: Pulling fs layer [2023-01-23T19:04:58.662Z] 4657fd5d0bcf: Pulling fs layer [2023-01-23T19:04:58.662Z] 6ad1cebc031e: Pulling fs layer [2023-01-23T19:04:58.662Z] 8a3aa393b2d8: Pulling fs layer [2023-01-23T19:04:58.662Z] 6ad1cebc031e: Waiting [2023-01-23T19:04:58.662Z] 4657fd5d0bcf: Waiting [2023-01-23T19:04:58.662Z] 8a3aa393b2d8: Waiting [2023-01-23T19:04:58.662Z] 114826534d7a: Waiting [2023-01-23T19:04:58.662Z] 25bc292e5bac: Verifying Checksum [2023-01-23T19:04:58.662Z] 25bc292e5bac: Download complete [2023-01-23T19:04:58.662Z] 52dc419b0ee2: Download complete [2023-01-23T19:04:58.662Z] 4657fd5d0bcf: Verifying Checksum [2023-01-23T19:04:58.662Z] 4657fd5d0bcf: Download complete [2023-01-23T19:04:58.662Z] df9b9388f04a: Verifying Checksum [2023-01-23T19:04:58.662Z] df9b9388f04a: Download complete [2023-01-23T19:04:58.927Z] df9b9388f04a: Pull complete [2023-01-23T19:04:59.196Z] 52dc419b0ee2: Pull complete [2023-01-23T19:04:59.196Z] 25bc292e5bac: Pull complete [2023-01-23T19:04:59.196Z] 6ad1cebc031e: Verifying Checksum [2023-01-23T19:04:59.196Z] 6ad1cebc031e: Download complete [2023-01-23T19:04:59.793Z] 114826534d7a: Verifying Checksum [2023-01-23T19:04:59.793Z] 114826534d7a: Download complete [2023-01-23T19:05:00.367Z] 8a3aa393b2d8: Verifying Checksum [2023-01-23T19:05:00.367Z] 8a3aa393b2d8: Download complete [2023-01-23T19:05:03.649Z] 114826534d7a: Pull complete [2023-01-23T19:05:03.649Z] 4657fd5d0bcf: Pull complete [2023-01-23T19:05:03.649Z] 6ad1cebc031e: Pull complete [2023-01-23T19:05:06.931Z] 8a3aa393b2d8: Pull complete [2023-01-23T19:05:06.931Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-23T19:05:06.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-23T19:05:06.931Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T19:05:07.022Z] prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container [2023-01-23T19:05:07.055Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-23T19:05:11.930Z] $ docker top bbf84fe1e12c403cfdfe17ea9664bc64da5b16d8a11a0924f8ee786f9bd2fd1b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-23T19:05:11.991Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-01-23T19:05:12.295Z] + set -o pipefail [2023-01-23T19:05:12.295Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-01-23T19:05:20.412Z] [2023-01-23T19:05:20.412Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-01-23T19:05:20.412Z] [2023-01-23T19:05:20.412Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/95d3f0b4-8e08-4620-9ca1-69c707762940 [2023-01-23T19:05:20.412Z] [2023-01-23T19:05:20.412Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-23T19:05:20.412Z] [2023-01-23T19:05:20.412Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-23T19:05:20.412Z] [2023-01-23T19:05:20.412Z] [2023-01-23T19:05:20.412Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-23T19:05:20.412Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-23T19:05:20.412Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-23T19:05:20.425Z] $ docker stop --time=1 bbf84fe1e12c403cfdfe17ea9664bc64da5b16d8a11a0924f8ee786f9bd2fd1b [2023-01-23T19:05:23.465Z] $ docker rm -f --volumes bbf84fe1e12c403cfdfe17ea9664bc64da5b16d8a11a0924f8ee786f9bd2fd1b [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-01-23T19:05:24.287Z] + git log --format=format:%s -1 aa420e00aa3c78a7cb97bd8dc306b2aecbd8f85f [Pipeline] sh [2023-01-23T19:05:24.581Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-23T19:05:24.581Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:05:24.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-23T19:05:24.882Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T19:05:24.958Z] prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container [2023-01-23T19:05:24.988Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-23T19:05:25.341Z] $ docker top 4c9b6aab4652951fd426ea71c73e3dc65684940f877484412d3a76a897183e0f -eo pid,comm [2023-01-23T19:05:25.389Z] 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-01-23T19:05:25.389Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-23T19:05:25.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-23T19:05:25.435Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-23T19:05:25.527Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-23T19:05:25.532Z] $ docker exec 4c9b6aab4652951fd426ea71c73e3dc65684940f877484412d3a76a897183e0f ssh-agent [2023-01-23T19:05:25.635Z] SSH_AUTH_SOCK=/tmp/ssh-CGhEETP1bNQ6/agent.32 [2023-01-23T19:05:25.635Z] SSH_AGENT_PID=38 [2023-01-23T19:05:25.641Z] Running ssh-add (command line suppressed) [2023-01-23T19:05:25.760Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14167254881047303652.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14167254881047303652.key) [2023-01-23T19:05:25.773Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-23T19:05:26.065Z] + git semver tag [2023-01-23T19:05:26.325Z] 2023-01-23 19:05:26,260 [run_tag] DEBUG tag force:False [2023-01-23T19:05:26.325Z] 2023-01-23 19:05:26,260 [check_head_tag] DEBUG check head tag [2023-01-23T19:05:26.325Z] 2023-01-23 19:05:26,262 [execute] INFO git cat-file --batch-check [2023-01-23T19:05:26.325Z] 2023-01-23 19:05:26,262 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-01-23T19:05:26.325Z] 2023-01-23 19:05:26,266 [execute] INFO git cat-file --batch [2023-01-23T19:05:26.325Z] 2023-01-23 19:05:26,266 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-01-23T19:05:26.325Z] 2023-01-23 19:05:26,287 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-23T19:05:26.325Z] 2023-01-23 19:05:26,288 [execute] INFO git tag -a v3.0.0-dev.11 -m v3.0.0-dev.11 [2023-01-23T19:05:26.325Z] 2023-01-23 19:05:26,288 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.11', '-m', 'v3.0.0-dev.11'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-01-23T19:05:26.325Z] 2023-01-23 19:05:26,294 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-23T19:05:26.325Z] 3.0.0-dev.11 [Pipeline] } [2023-01-23T19:05:26.338Z] $ docker exec --env ******** --env ******** 4c9b6aab4652951fd426ea71c73e3dc65684940f877484412d3a76a897183e0f ssh-agent -k [2023-01-23T19:05:26.429Z] unset SSH_AUTH_SOCK; [2023-01-23T19:05:26.429Z] unset SSH_AGENT_PID; [2023-01-23T19:05:26.429Z] echo Agent pid 38 killed; [2023-01-23T19:05:26.436Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-23T19:05:26.747Z] + git semver [Pipeline] } [2023-01-23T19:05:27.022Z] $ docker stop --time=1 4c9b6aab4652951fd426ea71c73e3dc65684940f877484412d3a76a897183e0f [2023-01-23T19:05:28.295Z] $ docker rm -f --volumes 4c9b6aab4652951fd426ea71c73e3dc65684940f877484412d3a76a897183e0f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:05:28.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-23T19:05:28.693Z] [2023-01-23T19:05:28.693Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:05:28.998Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-23T19:05:28.998Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-23T19:05:28.998Z] ab5ef0e58194: Pulling fs layer [2023-01-23T19:05:28.998Z] 9712f1f96733: Pulling fs layer [2023-01-23T19:05:28.998Z] 63f879dbbcfc: Pulling fs layer [2023-01-23T19:05:28.998Z] 0d9ebad4ef96: Pulling fs layer [2023-01-23T19:05:28.998Z] e9a5061849ea: Pulling fs layer [2023-01-23T19:05:28.998Z] d747dcd14b5f: Pulling fs layer [2023-01-23T19:05:28.998Z] 2de7ff778b66: Pulling fs layer [2023-01-23T19:05:28.998Z] e9a5061849ea: Waiting [2023-01-23T19:05:28.998Z] 2de7ff778b66: Waiting [2023-01-23T19:05:28.998Z] d747dcd14b5f: Waiting [2023-01-23T19:05:28.998Z] 0d9ebad4ef96: Waiting [2023-01-23T19:05:28.998Z] 9712f1f96733: Verifying Checksum [2023-01-23T19:05:28.998Z] 9712f1f96733: Download complete [2023-01-23T19:05:30.018Z] 63f879dbbcfc: Verifying Checksum [2023-01-23T19:05:30.018Z] 63f879dbbcfc: Download complete [2023-01-23T19:05:30.018Z] e9a5061849ea: Verifying Checksum [2023-01-23T19:05:30.018Z] e9a5061849ea: Download complete [2023-01-23T19:05:30.019Z] d747dcd14b5f: Verifying Checksum [2023-01-23T19:05:30.019Z] d747dcd14b5f: Download complete [2023-01-23T19:05:30.291Z] ab5ef0e58194: Verifying Checksum [2023-01-23T19:05:30.291Z] ab5ef0e58194: Download complete [2023-01-23T19:05:30.291Z] 0d9ebad4ef96: Verifying Checksum [2023-01-23T19:05:30.291Z] 0d9ebad4ef96: Download complete [2023-01-23T19:05:30.550Z] 2de7ff778b66: Verifying Checksum [2023-01-23T19:05:30.550Z] 2de7ff778b66: Download complete [2023-01-23T19:05:33.078Z] ab5ef0e58194: Pull complete [2023-01-23T19:05:33.078Z] 9712f1f96733: Pull complete [2023-01-23T19:05:33.642Z] 63f879dbbcfc: Pull complete [2023-01-23T19:05:36.923Z] 0d9ebad4ef96: Pull complete [2023-01-23T19:05:37.180Z] e9a5061849ea: Pull complete [2023-01-23T19:05:37.180Z] d747dcd14b5f: Pull complete [2023-01-23T19:05:38.114Z] 2de7ff778b66: Pull complete [2023-01-23T19:05:38.114Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-23T19:05:38.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-23T19:05:38.114Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T19:05:38.185Z] prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container [2023-01-23T19:05:38.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-23T19:05:42.462Z] $ docker top 66ac8cb238877d32e9f6f4d05bc9e296ee69b18dbff5d5a2fca564f14bb37586 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-23T19:05:42.524Z] provisioning config files... [2023-01-23T19:05:42.529Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6798350518464037068tmp [2023-01-23T19:05:42.538Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config18249808448693318389tmp [2023-01-23T19:05:42.547Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6574133108884082216tmp [Pipeline] { [Pipeline] echo [2023-01-23T19:05:42.562Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-23T19:05:42.843Z] ---> sigul-configuration.sh [2023-01-23T19:05:42.843Z] gpg: directory `/root/.gnupg' created [2023-01-23T19:05:42.843Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-23T19:05:42.843Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-23T19:05:42.843Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-23T19:05:42.843Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-23T19:05:42.843Z] gpg: CAST5 encrypted data [2023-01-23T19:05:42.843Z] gpg: encrypted with 1 passphrase [2023-01-23T19:05:42.843Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-23T19:05:43.127Z] + mkdir /home/jenkins [2023-01-23T19:05:43.127Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-23T19:05:43.411Z] + 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-01-23T19:05:43.420Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-23T19:05:43.706Z] ---> sigul-install.sh [2023-01-23T19:05:43.706Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-23T19:05:43.996Z] + git tag --list [2023-01-23T19:05:43.996Z] v1.0.0 [2023-01-23T19:05:43.996Z] v1.1.0 [2023-01-23T19:05:43.996Z] v1.2.0 [2023-01-23T19:05:43.996Z] v1.3.0 [2023-01-23T19:05:43.996Z] v1.3.1 [2023-01-23T19:05:43.996Z] v2.0.0 [2023-01-23T19:05:43.996Z] v2.0.1 [2023-01-23T19:05:43.996Z] v2.1.0 [2023-01-23T19:05:43.996Z] v2.1.1 [2023-01-23T19:05:43.996Z] v2.1.1-dev.1 [2023-01-23T19:05:43.996Z] v2.1.1-dev.2 [2023-01-23T19:05:43.996Z] v2.2.0 [2023-01-23T19:05:43.996Z] v2.2.1-dev.1 [2023-01-23T19:05:43.996Z] v2.2.1-dev.10 [2023-01-23T19:05:43.996Z] v2.2.1-dev.2 [2023-01-23T19:05:43.996Z] v2.2.1-dev.3 [2023-01-23T19:05:43.996Z] v2.2.1-dev.4 [2023-01-23T19:05:43.996Z] v2.2.1-dev.5 [2023-01-23T19:05:43.996Z] v2.2.1-dev.6 [2023-01-23T19:05:43.996Z] v2.2.1-dev.7 [2023-01-23T19:05:43.996Z] v2.2.1-dev.8 [2023-01-23T19:05:43.996Z] v2.2.1-dev.9 [2023-01-23T19:05:43.996Z] v2.3.0 [2023-01-23T19:05:43.996Z] v2.3.0-dev.10 [2023-01-23T19:05:43.996Z] v2.3.0-dev.11 [2023-01-23T19:05:43.996Z] v2.3.0-dev.12 [2023-01-23T19:05:43.996Z] v2.3.0-dev.13 [2023-01-23T19:05:43.996Z] v2.3.0-dev.14 [2023-01-23T19:05:43.996Z] v2.3.0-dev.15 [2023-01-23T19:05:43.996Z] v2.3.0-dev.16 [2023-01-23T19:05:43.996Z] v2.3.0-dev.17 [2023-01-23T19:05:43.996Z] v2.3.0-dev.18 [2023-01-23T19:05:43.996Z] v2.3.0-dev.19 [2023-01-23T19:05:43.996Z] v2.3.0-dev.20 [2023-01-23T19:05:43.996Z] v2.3.0-dev.21 [2023-01-23T19:05:43.996Z] v2.3.0-dev.22 [2023-01-23T19:05:43.996Z] v2.3.0-dev.23 [2023-01-23T19:05:43.996Z] v2.3.0-dev.24 [2023-01-23T19:05:43.996Z] v2.3.0-dev.25 [2023-01-23T19:05:43.996Z] v2.3.0-dev.26 [2023-01-23T19:05:43.996Z] v2.3.0-dev.27 [2023-01-23T19:05:43.996Z] v2.3.0-dev.28 [2023-01-23T19:05:43.996Z] v2.3.0-dev.29 [2023-01-23T19:05:43.996Z] v2.3.0-dev.30 [2023-01-23T19:05:43.996Z] v2.3.0-dev.31 [2023-01-23T19:05:43.996Z] v2.3.0-dev.32 [2023-01-23T19:05:43.996Z] v2.3.0-dev.33 [2023-01-23T19:05:43.996Z] v2.3.0-dev.34 [2023-01-23T19:05:43.996Z] v2.3.0-dev.35 [2023-01-23T19:05:43.996Z] v2.3.0-dev.36 [2023-01-23T19:05:43.996Z] v2.3.0-dev.37 [2023-01-23T19:05:43.996Z] v3.0.0-dev.1 [2023-01-23T19:05:43.996Z] v3.0.0-dev.10 [2023-01-23T19:05:43.996Z] v3.0.0-dev.11 [2023-01-23T19:05:43.996Z] v3.0.0-dev.2 [2023-01-23T19:05:43.996Z] v3.0.0-dev.3 [2023-01-23T19:05:43.996Z] v3.0.0-dev.4 [2023-01-23T19:05:43.996Z] v3.0.0-dev.5 [2023-01-23T19:05:43.996Z] v3.0.0-dev.6 [2023-01-23T19:05:43.996Z] v3.0.0-dev.7 [2023-01-23T19:05:43.996Z] v3.0.0-dev.8 [2023-01-23T19:05:43.996Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-23T19:05:44.283Z] + lftools sign git-tag v3.0.0-dev.11 [2023-01-23T19:05:44.850Z] Signing Git tag with Sigul... [2023-01-23T19:05:44.850Z] Signing v3.0.0-dev.11 [Pipeline] echo [2023-01-23T19:05:45.118Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-23T19:05:45.402Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-23T19:05:45.408Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-23T19:05:45.427Z] $ docker stop --time=1 66ac8cb238877d32e9f6f4d05bc9e296ee69b18dbff5d5a2fca564f14bb37586 [2023-01-23T19:05:46.719Z] $ docker rm -f --volumes 66ac8cb238877d32e9f6f4d05bc9e296ee69b18dbff5d5a2fca564f14bb37586 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-23T19:05:47.114Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-23T19:05:47.114Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:05:47.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-23T19:05:47.415Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T19:05:47.478Z] prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container [2023-01-23T19:05:47.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-23T19:05:48.228Z] $ docker top 31f09293c5eb0f90b15d1af433785fc8223901527fd699f0fa168597770b761c -eo pid,comm [2023-01-23T19:05:48.288Z] 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-01-23T19:05:48.288Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-23T19:05:48.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-23T19:05:48.325Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-23T19:05:48.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-23T19:05:48.456Z] $ docker exec 31f09293c5eb0f90b15d1af433785fc8223901527fd699f0fa168597770b761c ssh-agent [2023-01-23T19:05:48.565Z] SSH_AUTH_SOCK=/tmp/ssh-x3mYUrvrIUlf/agent.31 [2023-01-23T19:05:48.565Z] SSH_AGENT_PID=37 [2023-01-23T19:05:48.570Z] Running ssh-add (command line suppressed) [2023-01-23T19:05:48.684Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4338511297886233749.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4338511297886233749.key) [2023-01-23T19:05:48.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-23T19:05:48.993Z] + git semver bump pre [2023-01-23T19:05:49.254Z] 2023-01-23 19:05:49,169 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-23T19:05:49.254Z] 2023-01-23 19:05:49,170 [bump_version] DEBUG bumping version:3.0.0-dev.11 on axis:pre with prefix:dev [2023-01-23T19:05:49.254Z] 2023-01-23 19:05:49,170 [bump_version] DEBUG bumped version:3.0.0-dev.12 [2023-01-23T19:05:49.254Z] 2023-01-23 19:05:49,170 [write_version] DEBUG write version:3.0.0-dev.12 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2023-01-23T19:05:49.254Z] 2023-01-23 19:05:49,170 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-23T19:05:49.254Z] 2023-01-23 19:05:49,170 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-23T19:05:49.254Z] 2023-01-23 19:05:49,174 [execute] INFO git cat-file --batch-check [2023-01-23T19:05:49.254Z] 2023-01-23 19:05:49,174 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-23T19:05:49.254Z] 2023-01-23 19:05:49,180 [execute] INFO git cat-file --batch [2023-01-23T19:05:49.254Z] 2023-01-23 19:05:49,181 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-23T19:05:49.254Z] 2023-01-23 19:05:49,186 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-23T19:05:49.254Z] 3.0.0-dev.12 [Pipeline] } [2023-01-23T19:05:49.266Z] $ docker exec --env ******** --env ******** 31f09293c5eb0f90b15d1af433785fc8223901527fd699f0fa168597770b761c ssh-agent -k [2023-01-23T19:05:49.357Z] unset SSH_AUTH_SOCK; [2023-01-23T19:05:49.357Z] unset SSH_AGENT_PID; [2023-01-23T19:05:49.357Z] echo Agent pid 37 killed; [2023-01-23T19:05:49.363Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-23T19:05:49.660Z] + git semver [Pipeline] } [2023-01-23T19:05:49.935Z] $ docker stop --time=1 31f09293c5eb0f90b15d1af433785fc8223901527fd699f0fa168597770b761c [2023-01-23T19:05:51.233Z] $ docker rm -f --volumes 31f09293c5eb0f90b15d1af433785fc8223901527fd699f0fa168597770b761c [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-23T19:05:51.567Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-23T19:05:51.567Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:05:51.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-23T19:05:51.858Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T19:05:51.927Z] prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container [2023-01-23T19:05:51.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-23T19:05:52.315Z] $ docker top b3d3229925a57ea14d17d2693296b4c5f8c2aa642d7c4172299e08018bd202dd -eo pid,comm [2023-01-23T19:05:52.364Z] 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-01-23T19:05:52.365Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-23T19:05:52.402Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-23T19:05:52.402Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-23T19:05:52.525Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-23T19:05:52.530Z] $ docker exec b3d3229925a57ea14d17d2693296b4c5f8c2aa642d7c4172299e08018bd202dd ssh-agent [2023-01-23T19:05:52.642Z] SSH_AUTH_SOCK=/tmp/ssh-VLBrgamfw0je/agent.32 [2023-01-23T19:05:52.642Z] SSH_AGENT_PID=38 [2023-01-23T19:05:52.646Z] Running ssh-add (command line suppressed) [2023-01-23T19:05:52.742Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_12430159016886558603.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_12430159016886558603.key) [2023-01-23T19:05:52.751Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-23T19:05:53.036Z] + git semver push [2023-01-23T19:05:53.295Z] 2023-01-23 19:05:53,215 [run_push] DEBUG push [2023-01-23T19:05:53.295Z] 2023-01-23 19:05:53,216 [execute] INFO git cat-file --batch-check [2023-01-23T19:05:53.295Z] 2023-01-23 19:05:53,216 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-23T19:05:53.295Z] 2023-01-23 19:05:53,220 [execute] INFO git rev-list cdc20a17728593441524d71f469a3707b23cea92 -- [2023-01-23T19:05:53.295Z] 2023-01-23 19:05:53,220 [execute] DEBUG Popen(['git', 'rev-list', 'cdc20a17728593441524d71f469a3707b23cea92', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-23T19:05:53.295Z] 2023-01-23 19:05:53,230 [execute] INFO git fetch -v origin [2023-01-23T19:05:53.295Z] 2023-01-23 19:05:53,231 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-23T19:05:53.863Z] 2023-01-23 19:05:53,770 [run_push] DEBUG no remote changes detected [2023-01-23T19:05:53.863Z] 2023-01-23 19:05:53,770 [execute] INFO git push origin semver [2023-01-23T19:05:53.863Z] 2023-01-23 19:05:53,770 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-23T19:05:54.799Z] 2023-01-23 19:05:54,577 [run_push] DEBUG push all version tags [2023-01-23T19:05:54.799Z] 2023-01-23 19:05:54,578 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-23T19:05:54.799Z] 2023-01-23 19:05:54,578 [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-01-23T19:05:55.370Z] 2023-01-23 19:05:55,341 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-23T19:05:55.370Z] 3.0.0-dev.12 [Pipeline] } [2023-01-23T19:05:55.383Z] $ docker exec --env ******** --env ******** b3d3229925a57ea14d17d2693296b4c5f8c2aa642d7c4172299e08018bd202dd ssh-agent -k [2023-01-23T19:05:55.484Z] unset SSH_AUTH_SOCK; [2023-01-23T19:05:55.484Z] unset SSH_AGENT_PID; [2023-01-23T19:05:55.485Z] echo Agent pid 38 killed; [2023-01-23T19:05:55.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-23T19:05:55.795Z] + git semver [Pipeline] } [2023-01-23T19:05:56.068Z] $ docker stop --time=1 b3d3229925a57ea14d17d2693296b4c5f8c2aa642d7c4172299e08018bd202dd [2023-01-23T19:05:57.318Z] $ docker rm -f --volumes b3d3229925a57ea14d17d2693296b4c5f8c2aa642d7c4172299e08018bd202dd [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-01-23T19:05:57.891Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-01-23T19:05:57.891Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-01-23T19:05:57.891Z] total 16 [2023-01-23T19:05:57.891Z] drwxr-xr-x 3 root root 4096 Jan 23 18:56 . [2023-01-23T19:05:57.891Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 23 19:05 .. [2023-01-23T19:05:57.891Z] drwxr-xr-x 2 root root 4096 Jan 23 18:56 cost [2023-01-23T19:05:57.891Z] -rw-r--r-- 1 root root 96 Jan 23 18:56 cost.csv [2023-01-23T19:05:57.891Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-01-23T19:05:57.891Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-01-23T19:05:57.891Z] total 16 [2023-01-23T19:05:57.891Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 23 18:56 . [2023-01-23T19:05:57.891Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 23 19:05 .. [2023-01-23T19:05:57.891Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 23 18:56 cost [2023-01-23T19:05:57.891Z] -rw-r--r-- 1 jenkins jenkins 96 Jan 23 18:56 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-23T19:05:58.183Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-23T19:05:59.042Z] ---> package-listing.sh [2023-01-23T19:05:59.042Z] ++ facter osfamily [2023-01-23T19:05:59.042Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-23T19:05:59.301Z] + OS_FAMILY=debian [2023-01-23T19:05:59.301Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-01-23T19:05:59.301Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-23T19:05:59.301Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-23T19:05:59.301Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-23T19:05:59.301Z] + PACKAGES=/tmp/packages_start.txt [2023-01-23T19:05:59.301Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-01-23T19:05:59.301Z] + PACKAGES=/tmp/packages_end.txt [2023-01-23T19:05:59.301Z] + case "${OS_FAMILY}" in [2023-01-23T19:05:59.301Z] + dpkg -l [2023-01-23T19:05:59.301Z] + grep '^ii' [2023-01-23T19:05:59.301Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-23T19:05:59.301Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-23T19:05:59.301Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-23T19:05:59.301Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-01-23T19:05:59.301Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-01-23T19:05:59.301Z] + 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-01-23T19:05:59.312Z] 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-01-23T19:05:59.591Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-23T19:06:00.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-23T19:06:00.157Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-23T19:06:00.223Z] prd-ubuntu20.04-docker-8c-8g-3431 does not seem to be running inside a container [2023-01-23T19:06:00.257Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-23T19:06:00.486Z] $ docker top 9ee81875d31612325bc20c2bcec93bbcd7b1fcfe24813f76f2abea94ad6fc620 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-23T19:06:00.816Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-23T19:06:01.125Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-23T19:06:01.433Z] + ls /var/log/sa-host [2023-01-23T19:06:01.433Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-23T19:06:01.649Z] provisioning config files... [2023-01-23T19:06:01.690Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config738294629652547399tmp [Pipeline] { [Pipeline] echo [2023-01-23T19:06:01.713Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-23T19:06:02.001Z] ---> create-netrc.sh [Pipeline] } [2023-01-23T19:06:02.008Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-23T19:06:02.336Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-23T19:06:02.346Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-23T19:06:02.627Z] ---> sudo-logs.sh [2023-01-23T19:06:02.627Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-23T19:06:02.653Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-23T19:06:02.934Z] ---> job-cost.sh [2023-01-23T19:06:02.934Z] lf-activate-venv: SKIPPING [2023-01-23T19:06:02.934Z] DEBUG: total: 0.2199999988079071 [2023-01-23T19:06:02.934Z] INFO: Retrieving Stack Cost... [2023-01-23T19:06:03.199Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-23T19:06:03.766Z] INFO: Archiving Costs [Pipeline] echo [2023-01-23T19:06:03.779Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-23T19:06:04.059Z] ---> logs-deploy.sh [2023-01-23T19:06:04.059Z] lf-activate-venv: SKIPPING [2023-01-23T19:06:04.059Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/128 [2023-01-23T19:06:04.059Z] INFO: archiving workspace using pattern(s): [2023-01-23T19:06:04.993Z] Archives upload complete. [2023-01-23T19:06:05.251Z] INFO: archiving logs to Nexus