Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 567a9513bdf41f4241f3f16eba2134c73a24fbd7 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-ssh12163436785442010634.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-ssh16516778084505601509.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-ssh18244156122400336602.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-ssh17888628148396807410.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-ssh4802992808583169767.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 on ‘prd-ubuntu20.04-docker-8c-8g-121137’ Running on prd-ubuntu20.04-docker-8c-8g-121141 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 567a9513bdf41f4241f3f16eba2134c73a24fbd7 (main) Commit message: "refactor!: Use latest SDK for flattened config stem (#491)" > 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 567a9513bdf41f4241f3f16eba2134c73a24fbd7 # timeout=10 > git rev-list --no-walk c652ff16af1e74f6a40a6431fa4d554cbc316d6f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-12-13T22:19:37.167Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-12-13T22:19:37.229Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-12-13T22:19:37.244Z] ========================================================= [2022-12-13T22:19:37.244Z] EdgeX Global Pipelines Version Info [2022-12-13T22:19:37.244Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:19:38.301Z] ------------------- [2022-12-13T22:19:38.301Z] stable info: [2022-12-13T22:19:38.301Z] ------------------- [2022-12-13T22:19:38.301Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-12-13T22:19:38.301Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-12-13T22:19:38.301Z] Message: update stable to v1.0.244 [2022-12-13T22:19:38.561Z] ------------------- [2022-12-13T22:19:38.561Z] experimental info: [2022-12-13T22:19:38.561Z] ------------------- [2022-12-13T22:19:38.561Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-12-13T22:19:38.561Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-12-13T22:19:38.561Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-12-13T22:19:38.713Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-12-13T22:19:38.727Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-12-13T22:19:38.737Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-12-13T22:19:38.752Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-12-13T22:19:38.761Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-12-13T22:19:38.772Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-12-13T22:19:38.785Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-12-13T22:19:38.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-12-13T22:19:38.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-12-13T22:19:38.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-12-13T22:19:38.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-12-13T22:19:38.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-12-13T22:19:38.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-12-13T22:19:38.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-12-13T22:19:38.904Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-12-13T22:19:38.922Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-12-13T22:19:38.939Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-12-13T22:19:38.955Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-12-13T22:19:38.972Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-12-13T22:19:38.984Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-12-13T22:19:38.995Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-12-13T22:19:39.010Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-12-13T22:19:39.024Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-12-13T22:19:39.040Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-12-13T22:19:39.053Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-12-13T22:19:39.070Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-12-13T22:19:39.083Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-12-13T22:19:39.097Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-12-13T22:19:39.108Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-12-13T22:19:39.121Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-12-13T22:19:39.137Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] echo [2022-12-13T22:19:39.150Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 567a951 [Pipeline] echo [2022-12-13T22:19:39.162Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-13T22:19:39.212Z] provisioning config files... [2022-12-13T22:19:39.225Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13869111621792739118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:19:39.521Z] ---> docker-login.sh [2022-12-13T22:19:39.521Z] nexus3.edgexfoundry.org:10001 [2022-12-13T22:19:39.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:19:39.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:19:39.780Z] Configure a credential helper to remove this warning. See [2022-12-13T22:19:39.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:19:39.780Z] [2022-12-13T22:19:39.780Z] Login Succeeded [2022-12-13T22:19:39.780Z] nexus3.edgexfoundry.org:10002 [2022-12-13T22:19:39.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:19:40.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:19:40.044Z] Configure a credential helper to remove this warning. See [2022-12-13T22:19:40.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:19:40.044Z] [2022-12-13T22:19:40.044Z] Login Succeeded [2022-12-13T22:19:40.044Z] nexus3.edgexfoundry.org:10003 [2022-12-13T22:19:40.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:19:40.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:19:40.044Z] Configure a credential helper to remove this warning. See [2022-12-13T22:19:40.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:19:40.044Z] [2022-12-13T22:19:40.044Z] Login Succeeded [2022-12-13T22:19:40.044Z] nexus3.edgexfoundry.org:10004 [2022-12-13T22:19:40.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:19:40.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:19:40.304Z] Configure a credential helper to remove this warning. See [2022-12-13T22:19:40.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:19:40.304Z] [2022-12-13T22:19:40.304Z] Login Succeeded [2022-12-13T22:19:40.304Z] docker.io [2022-12-13T22:19:40.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:19:40.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:19:40.564Z] Configure a credential helper to remove this warning. See [2022-12-13T22:19:40.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:19:40.564Z] [2022-12-13T22:19:40.564Z] Login Succeeded [2022-12-13T22:19:40.564Z] ---> docker-login.sh ends [Pipeline] } [2022-12-13T22:19:40.571Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-12-13T22:19:40.932Z] + git rev-list -1 --merges 567a9513bdf41f4241f3f16eba2134c73a24fbd7~1..567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] echo [2022-12-13T22:19:40.964Z] -----------> git rev-list -1 --merges 567a9513bdf41f4241f3f16eba2134c73a24fbd7~1..567a9513bdf41f4241f3f16eba2134c73a24fbd7 567a9513bdf41f4241f3f16eba2134c73a24fbd7 [false] [Pipeline] sh [2022-12-13T22:19:41.248Z] + git log --format=format:%s -1 567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] echo [2022-12-13T22:19:41.270Z] ========================================================= [2022-12-13T22:19:41.270Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-12-13T22:19:41.270Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-13T22:19:41.589Z] + git log --format=format:%s -1 567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] echo [2022-12-13T22:19:41.600Z] [semverPrep] GIT_COMMIT: 567a9513bdf41f4241f3f16eba2134c73a24fbd7, Commit Message: refactor!: Use latest SDK for flattened config stem (#491) [Pipeline] echo [2022-12-13T22:19:41.609Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-12-13T22:19:41.959Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-13T22:19:41.959Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-12-13T22:19:41.959Z] + [ -e /tmp/ssh_known_hosts ] [2022-12-13T22:19:41.959Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-12-13T22:19:41.959Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-12-13T22:19:41.959Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-12-13T22:19:41.959Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:19:42.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-13T22:19:42.304Z] [2022-12-13T22:19:42.304Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:19:42.606Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-13T22:19:42.606Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-12-13T22:19:42.606Z] b85a868b505f: Pulling fs layer [2022-12-13T22:19:42.606Z] e2be974225ed: Pulling fs layer [2022-12-13T22:19:42.606Z] 339a4e72a1f5: Pulling fs layer [2022-12-13T22:19:42.606Z] 988bab9f4d93: Pulling fs layer [2022-12-13T22:19:42.606Z] 1469e6f7b9e6: Pulling fs layer [2022-12-13T22:19:42.606Z] eaf3925da568: Pulling fs layer [2022-12-13T22:19:42.606Z] bab4dde63d76: Pulling fs layer [2022-12-13T22:19:42.606Z] bde34c3a00c8: Pulling fs layer [2022-12-13T22:19:42.606Z] b352a97aabf1: Pulling fs layer [2022-12-13T22:19:42.606Z] 4872d77fe225: Pulling fs layer [2022-12-13T22:19:42.606Z] 5851b861e8e6: Pulling fs layer [2022-12-13T22:19:42.606Z] 988bab9f4d93: Waiting [2022-12-13T22:19:42.606Z] 1469e6f7b9e6: Waiting [2022-12-13T22:19:42.606Z] eaf3925da568: Waiting [2022-12-13T22:19:42.606Z] bde34c3a00c8: Waiting [2022-12-13T22:19:42.606Z] bab4dde63d76: Waiting [2022-12-13T22:19:42.606Z] b352a97aabf1: Waiting [2022-12-13T22:19:42.606Z] 4872d77fe225: Waiting [2022-12-13T22:19:42.606Z] 5851b861e8e6: Waiting [2022-12-13T22:19:42.606Z] e2be974225ed: Download complete [2022-12-13T22:19:42.606Z] 988bab9f4d93: Verifying Checksum [2022-12-13T22:19:42.606Z] 988bab9f4d93: Download complete [2022-12-13T22:19:42.867Z] 1469e6f7b9e6: Verifying Checksum [2022-12-13T22:19:42.867Z] 1469e6f7b9e6: Download complete [2022-12-13T22:19:42.867Z] eaf3925da568: Verifying Checksum [2022-12-13T22:19:42.867Z] eaf3925da568: Download complete [2022-12-13T22:19:42.867Z] 339a4e72a1f5: Verifying Checksum [2022-12-13T22:19:42.867Z] 339a4e72a1f5: Download complete [2022-12-13T22:19:42.867Z] bde34c3a00c8: Verifying Checksum [2022-12-13T22:19:42.867Z] bde34c3a00c8: Download complete [2022-12-13T22:19:42.867Z] b352a97aabf1: Verifying Checksum [2022-12-13T22:19:42.867Z] b352a97aabf1: Download complete [2022-12-13T22:19:42.867Z] 4872d77fe225: Verifying Checksum [2022-12-13T22:19:42.867Z] 4872d77fe225: Download complete [2022-12-13T22:19:42.867Z] 5851b861e8e6: Verifying Checksum [2022-12-13T22:19:42.867Z] 5851b861e8e6: Download complete [2022-12-13T22:19:42.867Z] b85a868b505f: Verifying Checksum [2022-12-13T22:19:42.867Z] b85a868b505f: Download complete [2022-12-13T22:19:43.440Z] bab4dde63d76: Verifying Checksum [2022-12-13T22:19:43.440Z] bab4dde63d76: Download complete [2022-12-13T22:19:44.008Z] b85a868b505f: Pull complete [2022-12-13T22:19:44.267Z] e2be974225ed: Pull complete [2022-12-13T22:19:44.527Z] 339a4e72a1f5: Pull complete [2022-12-13T22:19:44.527Z] 988bab9f4d93: Pull complete [2022-12-13T22:19:44.786Z] 1469e6f7b9e6: Pull complete [2022-12-13T22:19:45.046Z] eaf3925da568: Pull complete [2022-12-13T22:19:46.427Z] bab4dde63d76: Pull complete [2022-12-13T22:19:46.427Z] bde34c3a00c8: Pull complete [2022-12-13T22:19:46.686Z] b352a97aabf1: Pull complete [2022-12-13T22:19:46.686Z] 4872d77fe225: Pull complete [2022-12-13T22:19:46.686Z] 5851b861e8e6: Pull complete [2022-12-13T22:19:46.686Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-12-13T22:19:46.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-13T22:19:46.686Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:19:46.765Z] prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container [2022-12-13T22:19:46.800Z] $ 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 [2022-12-13T22:19:48.165Z] $ docker top 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 -eo pid,comm [2022-12-13T22:19:48.215Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-12-13T22:19:48.215Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-13T22:19:48.255Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-13T22:19:48.255Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-13T22:19:48.370Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-13T22:19:48.376Z] $ docker exec 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 ssh-agent [2022-12-13T22:19:48.483Z] SSH_AUTH_SOCK=/tmp/ssh-uNxyj5ALckDK/agent.34 [2022-12-13T22:19:48.483Z] SSH_AGENT_PID=40 [2022-12-13T22:19:48.489Z] Running ssh-add (command line suppressed) [2022-12-13T22:19:48.591Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_233207935090476141.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_233207935090476141.key) [2022-12-13T22:19:48.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-13T22:19:48.891Z] + git tag --points-at HEAD [Pipeline] } [2022-12-13T22:19:48.905Z] $ docker exec --env ******** --env ******** 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 ssh-agent -k [2022-12-13T22:19:49.011Z] unset SSH_AUTH_SOCK; [2022-12-13T22:19:49.011Z] unset SSH_AGENT_PID; [2022-12-13T22:19:49.011Z] echo Agent pid 40 killed; [2022-12-13T22:19:49.018Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-12-13T22:19:49.045Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-13T22:19:49.045Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-13T22:19:49.158Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-13T22:19:49.164Z] $ docker exec 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 ssh-agent [2022-12-13T22:19:49.270Z] SSH_AUTH_SOCK=/tmp/ssh-7O9KNfCyGbDK/agent.72 [2022-12-13T22:19:49.270Z] SSH_AGENT_PID=78 [2022-12-13T22:19:49.275Z] Running ssh-add (command line suppressed) [2022-12-13T22:19:49.373Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13399221541743671971.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13399221541743671971.key) [2022-12-13T22:19:49.382Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-13T22:19:49.670Z] + git semver init [2022-12-13T22:19:49.935Z] 2022-12-13 22:19:49,839 [run_init] DEBUG init version:0.0.0 force:False [2022-12-13T22:19:49.935Z] 2022-12-13 22:19:49,840 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2022-12-13T22:19:49.935Z] 2022-12-13 22:19:49,840 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2022-12-13T22:19:49.935Z] 2022-12-13 22:19:49,840 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2022-12-13T22:19:50.871Z] 2022-12-13 22:19:50,659 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2022-12-13T22:19:50.871Z] 2022-12-13 22:19:50,660 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2022-12-13T22:19:50.871Z] 2022-12-13 22:19:50,660 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-12-13T22:19:50.871Z] 2022-12-13 22:19:50,660 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-12-13T22:19:50.871Z] 3.0.0-dev.1 [Pipeline] } [2022-12-13T22:19:50.884Z] $ docker exec --env ******** --env ******** 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 ssh-agent -k [2022-12-13T22:19:50.964Z] unset SSH_AUTH_SOCK; [2022-12-13T22:19:50.964Z] unset SSH_AGENT_PID; [2022-12-13T22:19:50.964Z] echo Agent pid 78 killed; [2022-12-13T22:19:50.969Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-13T22:19:51.267Z] + git semver [Pipeline] } [2022-12-13T22:19:51.541Z] $ docker stop --time=1 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 [2022-12-13T22:19:52.885Z] $ docker rm -f 0eb573dce4560761c742ff68eb570adbedbc70bdbfd89fc6f8a20ce836c68d22 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-13T22:19:53.219Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-12-13T22:19:53.414Z] Stashed 1 file(s) [Pipeline] echo [2022-12-13T22:19:53.416Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-13T22:19:53.634Z] provisioning config files... [2022-12-13T22:19:53.653Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config867063360009206552tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:19:53.955Z] ---> docker-login.sh [2022-12-13T22:19:53.955Z] nexus3.edgexfoundry.org:10001 [2022-12-13T22:19:53.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:19:53.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:19:53.955Z] Configure a credential helper to remove this warning. See [2022-12-13T22:19:53.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:19:53.955Z] [2022-12-13T22:19:53.955Z] Login Succeeded [2022-12-13T22:19:53.955Z] nexus3.edgexfoundry.org:10002 [2022-12-13T22:19:53.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:19:53.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:19:53.955Z] Configure a credential helper to remove this warning. See [2022-12-13T22:19:53.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:19:53.955Z] [2022-12-13T22:19:53.955Z] Login Succeeded [2022-12-13T22:19:53.955Z] nexus3.edgexfoundry.org:10003 [2022-12-13T22:19:54.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:19:54.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:19:54.214Z] Configure a credential helper to remove this warning. See [2022-12-13T22:19:54.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:19:54.214Z] [2022-12-13T22:19:54.214Z] Login Succeeded [2022-12-13T22:19:54.214Z] nexus3.edgexfoundry.org:10004 [2022-12-13T22:19:54.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:19:54.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:19:54.214Z] Configure a credential helper to remove this warning. See [2022-12-13T22:19:54.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:19:54.214Z] [2022-12-13T22:19:54.214Z] Login Succeeded [2022-12-13T22:19:54.214Z] docker.io [2022-12-13T22:19:54.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:19:54.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:19:54.474Z] Configure a credential helper to remove this warning. See [2022-12-13T22:19:54.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:19:54.474Z] [2022-12-13T22:19:54.474Z] Login Succeeded [2022-12-13T22:19:54.474Z] ---> docker-login.sh ends [Pipeline] } [2022-12-13T22:19:54.483Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-12-13T22:19:54.548Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-13T22:19:54.558Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-13T22:19:54.564Z] ========================================================= [2022-12-13T22:19:54.564Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-12-13T22:19:54.564Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:19:54.870Z] + 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 . [2022-12-13T22:19:54.870Z] Sending build context to Docker daemon 3.195MB [2022-12-13T22:19:54.870Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-12-13T22:19:54.870Z] Step 2/13 : FROM ${BASE} AS builder [2022-12-13T22:19:54.870Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-12-13T22:19:54.870Z] 213ec9aee27d: Pulling fs layer [2022-12-13T22:19:54.870Z] 4583459ba037: Pulling fs layer [2022-12-13T22:19:54.870Z] 93c1e223e6f2: Pulling fs layer [2022-12-13T22:19:54.870Z] 53926ce57604: Pulling fs layer [2022-12-13T22:19:54.870Z] 21b2b0c7a3f4: Pulling fs layer [2022-12-13T22:19:54.870Z] 22ff95d597cd: Pulling fs layer [2022-12-13T22:19:54.870Z] 12d6caf4c0d1: Pulling fs layer [2022-12-13T22:19:54.870Z] 96b7cbca73a9: Pulling fs layer [2022-12-13T22:19:54.870Z] a7acece74701: Pulling fs layer [2022-12-13T22:19:54.870Z] 96b7cbca73a9: Waiting [2022-12-13T22:19:54.870Z] 22ff95d597cd: Waiting [2022-12-13T22:19:54.870Z] 12d6caf4c0d1: Waiting [2022-12-13T22:19:54.870Z] a7acece74701: Waiting [2022-12-13T22:19:54.870Z] 53926ce57604: Waiting [2022-12-13T22:19:54.870Z] 21b2b0c7a3f4: Waiting [2022-12-13T22:19:54.870Z] 93c1e223e6f2: Verifying Checksum [2022-12-13T22:19:54.870Z] 93c1e223e6f2: Download complete [2022-12-13T22:19:54.870Z] 4583459ba037: Verifying Checksum [2022-12-13T22:19:54.870Z] 4583459ba037: Download complete [2022-12-13T22:19:54.870Z] 21b2b0c7a3f4: Verifying Checksum [2022-12-13T22:19:54.870Z] 21b2b0c7a3f4: Download complete [2022-12-13T22:19:54.870Z] 22ff95d597cd: Verifying Checksum [2022-12-13T22:19:54.870Z] 22ff95d597cd: Download complete [2022-12-13T22:19:55.128Z] 213ec9aee27d: Verifying Checksum [2022-12-13T22:19:55.128Z] 213ec9aee27d: Download complete [2022-12-13T22:19:55.128Z] 12d6caf4c0d1: Download complete [2022-12-13T22:19:55.128Z] 213ec9aee27d: Pull complete [2022-12-13T22:19:55.401Z] 4583459ba037: Pull complete [2022-12-13T22:19:55.401Z] 93c1e223e6f2: Pull complete [2022-12-13T22:19:56.012Z] a7acece74701: Verifying Checksum [2022-12-13T22:19:56.012Z] a7acece74701: Download complete [2022-12-13T22:19:56.273Z] 96b7cbca73a9: Verifying Checksum [2022-12-13T22:19:56.273Z] 96b7cbca73a9: Download complete [2022-12-13T22:19:56.273Z] 53926ce57604: Verifying Checksum [2022-12-13T22:19:56.273Z] 53926ce57604: Download complete [2022-12-13T22:19:59.554Z] 53926ce57604: Pull complete [2022-12-13T22:19:59.554Z] 21b2b0c7a3f4: Pull complete [2022-12-13T22:19:59.811Z] 22ff95d597cd: Pull complete [2022-12-13T22:19:59.811Z] 12d6caf4c0d1: Pull complete [2022-12-13T22:20:01.710Z] 96b7cbca73a9: Pull complete [2022-12-13T22:20:02.643Z] a7acece74701: Pull complete [2022-12-13T22:20:02.643Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2022-12-13T22:20:02.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-12-13T22:20:02.643Z] ---> db6d94c90886 [2022-12-13T22:20:02.643Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-12-13T22:20:04.021Z] ---> Running in ef4a9c08b4e2 [2022-12-13T22:20:04.279Z] Removing intermediate container ef4a9c08b4e2 [2022-12-13T22:20:04.279Z] ---> 6f7080cb218a [2022-12-13T22:20:04.279Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-12-13T22:20:04.279Z] ---> Running in 42320903ef81 [2022-12-13T22:20:04.279Z] Removing intermediate container 42320903ef81 [2022-12-13T22:20:04.279Z] ---> f8c4387d81c3 [2022-12-13T22:20:04.279Z] Step 5/13 : ARG ADD_BUILD_TAGS="" [2022-12-13T22:20:04.545Z] ---> Running in 13e4c7add1aa [2022-12-13T22:20:04.545Z] Removing intermediate container 13e4c7add1aa [2022-12-13T22:20:04.545Z] ---> 639ddac6a3ab [2022-12-13T22:20:04.545Z] Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-13T22:20:04.545Z] ---> Running in f20d9113623c [2022-12-13T22:20:04.803Z] Removing intermediate container f20d9113623c [2022-12-13T22:20:04.803Z] ---> 3418155eddbc [2022-12-13T22:20:04.803Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-13T22:20:04.803Z] ---> Running in ee1d2b2ab599 [2022-12-13T22:20:05.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-13T22:20:05.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-13T22:20:05.321Z] OK: 211 MiB in 51 packages [2022-12-13T22:20:05.893Z] Removing intermediate container ee1d2b2ab599 [2022-12-13T22:20:05.893Z] ---> 6c4e9eb3c9ed [2022-12-13T22:20:05.893Z] Step 8/13 : WORKDIR /app [2022-12-13T22:20:05.893Z] ---> Running in ab8f69fcd19f [2022-12-13T22:20:05.893Z] Removing intermediate container ab8f69fcd19f [2022-12-13T22:20:05.893Z] ---> 5d36b9290787 [2022-12-13T22:20:05.893Z] Step 9/13 : COPY go.mod vendor* ./ [2022-12-13T22:20:06.152Z] ---> 8234d727292c [2022-12-13T22:20:06.152Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-13T22:20:06.152Z] ---> Running in 58988cb2490b [2022-12-13T22:20:08.530Z] Still waiting to schedule task [2022-12-13T22:20:08.530Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-121139’ [2022-12-13T22:20:24.240Z] Removing intermediate container 58988cb2490b [2022-12-13T22:20:24.240Z] ---> cae57625e20c [2022-12-13T22:20:24.240Z] Step 11/13 : COPY . . [2022-12-13T22:20:24.240Z] ---> 228e2fe5cbfe [2022-12-13T22:20:24.240Z] Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-13T22:20:24.240Z] ---> Running in 19dd40818727 [2022-12-13T22:20:24.240Z] Removing intermediate container 19dd40818727 [2022-12-13T22:20:24.240Z] ---> f0746c926aa6 [2022-12-13T22:20:24.240Z] Step 13/13 : RUN $MAKE [2022-12-13T22:20:24.240Z] ---> Running in f53fac9b3efa [2022-12-13T22:20:24.240Z] noop [2022-12-13T22:20:24.240Z] Removing intermediate container f53fac9b3efa [2022-12-13T22:20:24.240Z] ---> 0d1e57750485 [2022-12-13T22:20:24.240Z] Successfully built 0d1e57750485 [2022-12-13T22:20:24.240Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:20:24.545Z] + docker inspect -f . ci-base-image-x86_64 [2022-12-13T22:20:24.546Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:20:24.608Z] prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container [2022-12-13T22:20:24.637Z] $ 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 [2022-12-13T22:20:24.962Z] $ docker top f15b8ef369d65b56ab3a2c8f78ec3f22c2c8bdfffbfb0d998eb99e4906c007dd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-13T22:20:25.302Z] + go version [2022-12-13T22:20:25.302Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-12-13T22:20:25.315Z] $ docker stop --time=1 f15b8ef369d65b56ab3a2c8f78ec3f22c2c8bdfffbfb0d998eb99e4906c007dd [2022-12-13T22:20:26.594Z] $ docker rm -f f15b8ef369d65b56ab3a2c8f78ec3f22c2c8bdfffbfb0d998eb99e4906c007dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:20:26.990Z] + docker inspect -f . ci-base-image-x86_64 [2022-12-13T22:20:26.990Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:20:27.052Z] prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container [2022-12-13T22:20:27.081Z] $ 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 [2022-12-13T22:20:27.396Z] $ docker top cdfb89eba4428ecfabd77ce67a944eff01c478448d618089239e046caa63542c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-13T22:20:27.727Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2022-12-13T22:20:28.024Z] + make test [2022-12-13T22:20:28.024Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-12-13T22:20:36.126Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-12-13T22:20:36.126Z] CGO_ENABLED=1 go vet ./... [2022-12-13T22:20:39.408Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-12-13T22:20:39.408Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-12-13T22:20:39.408Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-12-13T22:20:39.420Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-12-13T22:20:39.438Z] $ docker stop --time=1 cdfb89eba4428ecfabd77ce67a944eff01c478448d618089239e046caa63542c [2022-12-13T22:20:40.994Z] $ docker rm -f cdfb89eba4428ecfabd77ce67a944eff01c478448d618089239e046caa63542c [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-13T22:20:41.358Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-12-13T22:20:41.397Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-12-13T22:20:41.824Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-12-13T22:20:42.110Z] + ls -al . [2022-12-13T22:20:42.110Z] total 184 [2022-12-13T22:20:42.110Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 13 22:20 . [2022-12-13T22:20:42.110Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 22:19 .. [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 119 Dec 13 22:19 .dockerignore [2022-12-13T22:20:42.110Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 13 22:19 .git [2022-12-13T22:20:42.110Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 13 22:19 .github [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 171 Dec 13 22:19 .gitignore [2022-12-13T22:20:42.110Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 13 22:19 .semver [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 9207 Dec 13 22:19 Attribution.txt [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 29118 Dec 13 22:19 CHANGELOG.md [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 2058 Dec 13 22:19 Dockerfile [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 677 Dec 13 22:19 GOVERNANCE.md [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 688 Dec 13 22:19 Jenkinsfile [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 13 22:19 LICENSE [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 618 Dec 13 22:19 OWNERS.md [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 4369 Dec 13 22:19 README.md [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 13 22:19 VERSION [2022-12-13T22:20:42.110Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 13 22:19 bin [2022-12-13T22:20:42.110Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 13 22:20 coverage.out [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 3396 Dec 13 22:19 go.mod [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 44230 Dec 13 22:19 go.sum [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 1949 Dec 13 22:19 main.go [2022-12-13T22:20:42.110Z] -rw-rw-r-- 1 jenkins jenkins 2185 Dec 13 22:19 makefile [2022-12-13T22:20:42.110Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 13 22:19 res [2022-12-13T22:20:42.110Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 22:19 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:20:42.415Z] + 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=567a9513bdf41f4241f3f16eba2134c73a24fbd7 --label arch=amd64 --label version=3.0.0-dev.1 . [2022-12-13T22:20:42.415Z] Sending build context to Docker daemon 3.196MB [2022-12-13T22:20:42.415Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-12-13T22:20:42.415Z] Step 2/27 : FROM ${BASE} AS builder [2022-12-13T22:20:42.415Z] ---> 0d1e57750485 [2022-12-13T22:20:42.415Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-12-13T22:20:42.415Z] ---> Running in 7dcb9971e33f [2022-12-13T22:20:42.415Z] Removing intermediate container 7dcb9971e33f [2022-12-13T22:20:42.415Z] ---> c1157d7c1a15 [2022-12-13T22:20:42.415Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-12-13T22:20:42.415Z] ---> Running in 0a8648d15ef1 [2022-12-13T22:20:42.674Z] Removing intermediate container 0a8648d15ef1 [2022-12-13T22:20:42.674Z] ---> c89c0ff04ce5 [2022-12-13T22:20:42.674Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2022-12-13T22:20:42.674Z] ---> Running in 4edd4bc483f4 [2022-12-13T22:20:42.674Z] Removing intermediate container 4edd4bc483f4 [2022-12-13T22:20:42.674Z] ---> 2ae463e710c3 [2022-12-13T22:20:42.674Z] Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-13T22:20:42.674Z] ---> Running in 016582ccc0a9 [2022-12-13T22:20:42.932Z] Removing intermediate container 016582ccc0a9 [2022-12-13T22:20:42.932Z] ---> a3fad5409058 [2022-12-13T22:20:42.932Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-13T22:20:42.932Z] ---> Running in cfe0c952d23c [2022-12-13T22:20:43.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-13T22:20:43.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-13T22:20:43.450Z] OK: 211 MiB in 51 packages [2022-12-13T22:20:43.707Z] Removing intermediate container cfe0c952d23c [2022-12-13T22:20:43.707Z] ---> 55277c9a40ff [2022-12-13T22:20:43.707Z] Step 8/27 : WORKDIR /app [2022-12-13T22:20:43.707Z] ---> Running in 4ce7bc85b61e [2022-12-13T22:20:43.966Z] Removing intermediate container 4ce7bc85b61e [2022-12-13T22:20:43.966Z] ---> 6b37d6445664 [2022-12-13T22:20:43.966Z] Step 9/27 : COPY go.mod vendor* ./ [2022-12-13T22:20:43.966Z] ---> aafb1fec3bd2 [2022-12-13T22:20:43.966Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-13T22:20:43.966Z] ---> Running in 62314c44b1a2 [2022-12-13T22:20:44.902Z] Removing intermediate container 62314c44b1a2 [2022-12-13T22:20:44.902Z] ---> da3eef4d6548 [2022-12-13T22:20:44.902Z] Step 11/27 : COPY . . [2022-12-13T22:20:44.902Z] ---> bb5a8be663bc [2022-12-13T22:20:44.902Z] Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-13T22:20:44.902Z] ---> Running in e981ce258d77 [2022-12-13T22:20:44.902Z] Removing intermediate container e981ce258d77 [2022-12-13T22:20:44.902Z] ---> 085304812b93 [2022-12-13T22:20:44.902Z] Step 13/27 : RUN $MAKE [2022-12-13T22:20:44.902Z] ---> Running in c51557646b9c [2022-12-13T22:20:45.160Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.6 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.1" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-12-13T22:21:03.243Z] Removing intermediate container c51557646b9c [2022-12-13T22:21:03.243Z] ---> 3ef7338d5cf6 [2022-12-13T22:21:03.243Z] Step 14/27 : FROM alpine:3.16 [2022-12-13T22:21:03.243Z] 3.16: Pulling from library/alpine [2022-12-13T22:21:03.502Z] ca7dd9ec2225: Pulling fs layer [2022-12-13T22:21:03.502Z] ca7dd9ec2225: Verifying Checksum [2022-12-13T22:21:03.502Z] ca7dd9ec2225: Download complete [2022-12-13T22:21:03.761Z] ca7dd9ec2225: Pull complete [2022-12-13T22:21:03.761Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2022-12-13T22:21:03.761Z] Status: Downloaded newer image for alpine:3.16 [2022-12-13T22:21:03.761Z] ---> bfe296a52501 [2022-12-13T22:21:03.761Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-13T22:21:03.761Z] ---> Running in 89d838587782 [2022-12-13T22:21:04.019Z] Removing intermediate container 89d838587782 [2022-12-13T22:21:04.019Z] ---> b3e97b6c4f37 [2022-12-13T22:21:04.019Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-12-13T22:21:04.019Z] ---> Running in 01e32de163da [2022-12-13T22:21:04.019Z] Removing intermediate container 01e32de163da [2022-12-13T22:21:04.019Z] ---> 2a0f6304c9f1 [2022-12-13T22:21:04.019Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-12-13T22:21:04.019Z] ---> Running in e3144d3d2497 [2022-12-13T22:21:04.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-13T22:21:04.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-13T22:21:04.795Z] (1/7) Installing ca-certificates (20220614-r0) [2022-12-13T22:21:04.795Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-12-13T22:21:04.795Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-12-13T22:21:04.795Z] (4/7) Installing libsodium (1.0.18-r0) [2022-12-13T22:21:04.795Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-12-13T22:21:04.795Z] (6/7) Installing libzmq (4.3.4-r0) [2022-12-13T22:21:04.795Z] (7/7) Installing zeromq (4.3.4-r0) [2022-12-13T22:21:04.795Z] Executing busybox-1.35.0-r17.trigger [2022-12-13T22:21:04.795Z] Executing ca-certificates-20220614-r0.trigger [2022-12-13T22:21:04.795Z] OK: 9 MiB in 21 packages [2022-12-13T22:21:05.371Z] Removing intermediate container e3144d3d2497 [2022-12-13T22:21:05.371Z] ---> 939110011e92 [2022-12-13T22:21:05.371Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-12-13T22:21:05.371Z] ---> 3bf71edd09a4 [2022-12-13T22:21:05.371Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-12-13T22:21:05.630Z] ---> 8211679f7aa2 [2022-12-13T22:21:05.630Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-12-13T22:21:05.630Z] ---> b04288178172 [2022-12-13T22:21:05.630Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-12-13T22:21:06.198Z] ---> 92d62075a2bf [2022-12-13T22:21:06.198Z] Step 22/27 : EXPOSE 48095 [2022-12-13T22:21:06.198Z] ---> Running in 5d528ba0b16d [2022-12-13T22:21:06.198Z] Removing intermediate container 5d528ba0b16d [2022-12-13T22:21:06.198Z] ---> a8793a9c644a [2022-12-13T22:21:06.198Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-12-13T22:21:06.198Z] ---> Running in d0978a0d5fc1 [2022-12-13T22:21:06.457Z] Removing intermediate container d0978a0d5fc1 [2022-12-13T22:21:06.457Z] ---> 73da0311936d [2022-12-13T22:21:06.457Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-13T22:21:06.457Z] ---> Running in 64607afc2de6 [2022-12-13T22:21:06.457Z] Removing intermediate container 64607afc2de6 [2022-12-13T22:21:06.457Z] ---> 8e48512e64f4 [2022-12-13T22:21:06.457Z] Step 25/27 : LABEL arch=amd64 [2022-12-13T22:21:06.457Z] ---> Running in 746f2a0780ee [2022-12-13T22:21:06.457Z] Removing intermediate container 746f2a0780ee [2022-12-13T22:21:06.457Z] ---> 463ca6cdd674 [2022-12-13T22:21:06.457Z] Step 26/27 : LABEL git_sha=567a9513bdf41f4241f3f16eba2134c73a24fbd7 [2022-12-13T22:21:06.716Z] ---> Running in ade519fd0138 [2022-12-13T22:21:06.716Z] Removing intermediate container ade519fd0138 [2022-12-13T22:21:06.716Z] ---> 241000fd4bab [2022-12-13T22:21:06.716Z] Step 27/27 : LABEL version=3.0.0-dev.1 [2022-12-13T22:21:06.716Z] ---> Running in 35bfb9ead8a3 [2022-12-13T22:21:06.716Z] Removing intermediate container 35bfb9ead8a3 [2022-12-13T22:21:06.716Z] ---> d04b916b21af [2022-12-13T22:21:06.716Z] [Warning] One or more build-args [ARCH] were not consumed [2022-12-13T22:21:06.716Z] Successfully built d04b916b21af [2022-12-13T22:21:06.716Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-13T22:21:06.820Z] provisioning config files... [2022-12-13T22:21:06.834Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2804736626785521140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:21:07.160Z] ---> docker-login.sh [2022-12-13T22:21:07.160Z] nexus3.edgexfoundry.org:10001 [2022-12-13T22:21:07.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:21:07.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:21:07.160Z] Configure a credential helper to remove this warning. See [2022-12-13T22:21:07.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:21:07.160Z] [2022-12-13T22:21:07.160Z] Login Succeeded [2022-12-13T22:21:07.160Z] nexus3.edgexfoundry.org:10002 [2022-12-13T22:21:07.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:21:07.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:21:07.160Z] Configure a credential helper to remove this warning. See [2022-12-13T22:21:07.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:21:07.160Z] [2022-12-13T22:21:07.160Z] Login Succeeded [2022-12-13T22:21:07.160Z] nexus3.edgexfoundry.org:10003 [2022-12-13T22:21:07.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:21:07.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:21:07.432Z] Configure a credential helper to remove this warning. See [2022-12-13T22:21:07.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:21:07.432Z] [2022-12-13T22:21:07.432Z] Login Succeeded [2022-12-13T22:21:07.432Z] nexus3.edgexfoundry.org:10004 [2022-12-13T22:21:07.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:21:07.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:21:07.432Z] Configure a credential helper to remove this warning. See [2022-12-13T22:21:07.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:21:07.432Z] [2022-12-13T22:21:07.432Z] Login Succeeded [2022-12-13T22:21:07.432Z] docker.io [2022-12-13T22:21:07.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:21:07.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:21:07.690Z] Configure a credential helper to remove this warning. See [2022-12-13T22:21:07.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:21:07.690Z] [2022-12-13T22:21:07.690Z] Login Succeeded [2022-12-13T22:21:07.690Z] ---> docker-login.sh ends [Pipeline] } [2022-12-13T22:21:07.696Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-13T22:21:07.734Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-13T22:21:07.755Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-12-13T22:21:07.755Z] 567a9513bdf41f4241f3f16eba2134c73a24fbd7 [2022-12-13T22:21:07.755Z] latest [2022-12-13T22:21:07.755Z] 3.0.0-dev.1 [2022-12-13T22:21:07.755Z] 567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 [2022-12-13T22:21:07.755Z] main [2022-12-13T22:21:07.755Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:21:08.081Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:21:08.383Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:567a9513bdf41f4241f3f16eba2134c73a24fbd7 [2022-12-13T22:21:08.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-12-13T22:21:08.383Z] b9e15008b840: Preparing [2022-12-13T22:21:08.383Z] 7d39dce6ef58: Preparing [2022-12-13T22:21:08.383Z] 6ccaa83fe7f2: Preparing [2022-12-13T22:21:08.383Z] ed9fa1f8809c: Preparing [2022-12-13T22:21:08.383Z] 2d3e90e45d71: Preparing [2022-12-13T22:21:08.383Z] e5e13b0c77cb: Preparing [2022-12-13T22:21:08.383Z] e5e13b0c77cb: Waiting [2022-12-13T22:21:08.383Z] ed9fa1f8809c: Pushed [2022-12-13T22:21:08.383Z] 6ccaa83fe7f2: Pushed [2022-12-13T22:21:08.383Z] 7d39dce6ef58: Pushed [2022-12-13T22:21:08.383Z] e5e13b0c77cb: Layer already exists [2022-12-13T22:21:08.641Z] 2d3e90e45d71: Pushed [2022-12-13T22:21:10.547Z] b9e15008b840: Pushed [2022-12-13T22:21:10.805Z] 567a9513bdf41f4241f3f16eba2134c73a24fbd7: digest: sha256:652b91a2d02f9974450b6331309ea8ef101381e39ccfc4ab297d06f7d4f6ad1f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:21:11.129Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:21:11.438Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-12-13T22:21:11.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-12-13T22:21:11.438Z] b9e15008b840: Preparing [2022-12-13T22:21:11.438Z] 7d39dce6ef58: Preparing [2022-12-13T22:21:11.438Z] 6ccaa83fe7f2: Preparing [2022-12-13T22:21:11.438Z] ed9fa1f8809c: Preparing [2022-12-13T22:21:11.438Z] 2d3e90e45d71: Preparing [2022-12-13T22:21:11.438Z] e5e13b0c77cb: Preparing [2022-12-13T22:21:11.438Z] e5e13b0c77cb: Waiting [2022-12-13T22:21:11.438Z] 7d39dce6ef58: Layer already exists [2022-12-13T22:21:11.438Z] ed9fa1f8809c: Layer already exists [2022-12-13T22:21:11.438Z] 6ccaa83fe7f2: Layer already exists [2022-12-13T22:21:11.438Z] b9e15008b840: Layer already exists [2022-12-13T22:21:11.438Z] 2d3e90e45d71: Layer already exists [2022-12-13T22:21:11.438Z] e5e13b0c77cb: Layer already exists [2022-12-13T22:21:11.438Z] latest: digest: sha256:652b91a2d02f9974450b6331309ea8ef101381e39ccfc4ab297d06f7d4f6ad1f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:21:11.755Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:21:12.067Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.1 [2022-12-13T22:21:12.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-12-13T22:21:12.067Z] b9e15008b840: Preparing [2022-12-13T22:21:12.067Z] 7d39dce6ef58: Preparing [2022-12-13T22:21:12.067Z] 6ccaa83fe7f2: Preparing [2022-12-13T22:21:12.067Z] ed9fa1f8809c: Preparing [2022-12-13T22:21:12.067Z] 2d3e90e45d71: Preparing [2022-12-13T22:21:12.067Z] e5e13b0c77cb: Preparing [2022-12-13T22:21:12.067Z] e5e13b0c77cb: Waiting [2022-12-13T22:21:12.067Z] ed9fa1f8809c: Layer already exists [2022-12-13T22:21:12.067Z] b9e15008b840: Layer already exists [2022-12-13T22:21:12.067Z] 2d3e90e45d71: Layer already exists [2022-12-13T22:21:12.067Z] 7d39dce6ef58: Layer already exists [2022-12-13T22:21:12.067Z] 6ccaa83fe7f2: Layer already exists [2022-12-13T22:21:12.067Z] e5e13b0c77cb: Layer already exists [2022-12-13T22:21:12.067Z] 3.0.0-dev.1: digest: sha256:652b91a2d02f9974450b6331309ea8ef101381e39ccfc4ab297d06f7d4f6ad1f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:21:12.388Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:21:12.693Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 [2022-12-13T22:21:12.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-12-13T22:21:12.693Z] b9e15008b840: Preparing [2022-12-13T22:21:12.693Z] 7d39dce6ef58: Preparing [2022-12-13T22:21:12.693Z] 6ccaa83fe7f2: Preparing [2022-12-13T22:21:12.693Z] ed9fa1f8809c: Preparing [2022-12-13T22:21:12.693Z] 2d3e90e45d71: Preparing [2022-12-13T22:21:12.693Z] e5e13b0c77cb: Preparing [2022-12-13T22:21:12.693Z] e5e13b0c77cb: Waiting [2022-12-13T22:21:12.693Z] ed9fa1f8809c: Layer already exists [2022-12-13T22:21:12.693Z] 6ccaa83fe7f2: Layer already exists [2022-12-13T22:21:12.693Z] b9e15008b840: Layer already exists [2022-12-13T22:21:12.693Z] 7d39dce6ef58: Layer already exists [2022-12-13T22:21:12.693Z] 2d3e90e45d71: Layer already exists [2022-12-13T22:21:12.693Z] e5e13b0c77cb: Layer already exists [2022-12-13T22:21:12.693Z] 567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1: digest: sha256:652b91a2d02f9974450b6331309ea8ef101381e39ccfc4ab297d06f7d4f6ad1f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:21:13.003Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:21:13.317Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-12-13T22:21:13.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-12-13T22:21:13.317Z] b9e15008b840: Preparing [2022-12-13T22:21:13.317Z] 7d39dce6ef58: Preparing [2022-12-13T22:21:13.317Z] 6ccaa83fe7f2: Preparing [2022-12-13T22:21:13.317Z] ed9fa1f8809c: Preparing [2022-12-13T22:21:13.317Z] 2d3e90e45d71: Preparing [2022-12-13T22:21:13.317Z] e5e13b0c77cb: Preparing [2022-12-13T22:21:13.317Z] e5e13b0c77cb: Waiting [2022-12-13T22:21:13.317Z] ed9fa1f8809c: Layer already exists [2022-12-13T22:21:13.317Z] 2d3e90e45d71: Layer already exists [2022-12-13T22:21:13.317Z] b9e15008b840: Layer already exists [2022-12-13T22:21:13.317Z] 6ccaa83fe7f2: Layer already exists [2022-12-13T22:21:13.317Z] 7d39dce6ef58: Layer already exists [2022-12-13T22:21:13.317Z] e5e13b0c77cb: Layer already exists [2022-12-13T22:21:13.317Z] main: digest: sha256:652b91a2d02f9974450b6331309ea8ef101381e39ccfc4ab297d06f7d4f6ad1f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-13T22:21:13.371Z] ===================================================== [Pipeline] echo [2022-12-13T22:21:13.379Z] taggedImages: [2022-12-13T22:21:13.379Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:567a9513bdf41f4241f3f16eba2134c73a24fbd7 [2022-12-13T22:21:13.379Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-12-13T22:21:13.379Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.1 [2022-12-13T22:21:13.379Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 [2022-12-13T22:21:13.379Z] - 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 [2022-12-13T22:21:13.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-13T22:21:13.750Z] [2022-12-13T22:21:13.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:21:14.047Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-13T22:21:14.047Z] latest: Pulling from edgex-lftools-log-publisher [2022-12-13T22:21:14.047Z] 5eb5b503b376: Pulling fs layer [2022-12-13T22:21:14.047Z] 5c69ac0246d0: Pulling fs layer [2022-12-13T22:21:14.047Z] ec43610c2a17: Pulling fs layer [2022-12-13T22:21:14.047Z] 3a2ae6a8a46f: Pulling fs layer [2022-12-13T22:21:14.047Z] 33b1e0a273af: Pulling fs layer [2022-12-13T22:21:14.047Z] 5d3b04190fa2: Pulling fs layer [2022-12-13T22:21:14.047Z] 2f39f015ded8: Pulling fs layer [2022-12-13T22:21:14.047Z] 33b1e0a273af: Waiting [2022-12-13T22:21:14.047Z] 5d3b04190fa2: Waiting [2022-12-13T22:21:14.047Z] 3a2ae6a8a46f: Waiting [2022-12-13T22:21:14.047Z] 5c69ac0246d0: Verifying Checksum [2022-12-13T22:21:14.047Z] 5c69ac0246d0: Download complete [2022-12-13T22:21:14.047Z] 3a2ae6a8a46f: Verifying Checksum [2022-12-13T22:21:14.047Z] 3a2ae6a8a46f: Download complete [2022-12-13T22:21:14.047Z] 33b1e0a273af: Verifying Checksum [2022-12-13T22:21:14.047Z] 33b1e0a273af: Download complete [2022-12-13T22:21:14.047Z] 5d3b04190fa2: Verifying Checksum [2022-12-13T22:21:14.047Z] 5d3b04190fa2: Download complete [2022-12-13T22:21:14.310Z] ec43610c2a17: Verifying Checksum [2022-12-13T22:21:14.310Z] ec43610c2a17: Download complete [2022-12-13T22:21:14.310Z] 5eb5b503b376: Download complete [2022-12-13T22:21:14.895Z] 2f39f015ded8: Download complete [2022-12-13T22:21:15.461Z] 5eb5b503b376: Pull complete [2022-12-13T22:21:15.461Z] 5c69ac0246d0: Pull complete [2022-12-13T22:21:16.026Z] ec43610c2a17: Pull complete [2022-12-13T22:21:16.026Z] 3a2ae6a8a46f: Pull complete [2022-12-13T22:21:16.283Z] 33b1e0a273af: Pull complete [2022-12-13T22:21:16.283Z] 5d3b04190fa2: Pull complete [2022-12-13T22:21:20.464Z] 2f39f015ded8: Pull complete [2022-12-13T22:21:20.464Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-12-13T22:21:20.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-13T22:21:20.464Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:21:20.535Z] prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container [2022-12-13T22:21:20.566Z] $ 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 [2022-12-13T22:21:21.859Z] $ docker top 7efb306b8823b45b6fb3b2d1fff79b718439b00a48c00526571f7565321e1078 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:21:22.257Z] ---> job-cost.sh [2022-12-13T22:21:22.257Z] lf-activate-venv: SKIPPING [2022-12-13T22:21:22.257Z] INFO: No Stack... [2022-12-13T22:21:22.824Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-12-13T22:21:23.083Z] INFO: Archiving Costs [Pipeline] sh [2022-12-13T22:21:23.369Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-12-13T22:21:23.370Z] + cut -d, -f6 [Pipeline] lock [2022-12-13T22:21:23.382Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] [2022-12-13T22:21:23.390Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] did not exist. Created. [2022-12-13T22:21:23.390Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-13T22:21:23.687Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-12-13T22:21:23.717Z] Stashed 1 file(s) [Pipeline] } [2022-12-13T22:21:23.723Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] [Pipeline] // lock [Pipeline] } [2022-12-13T22:21:23.741Z] $ docker stop --time=1 7efb306b8823b45b6fb3b2d1fff79b718439b00a48c00526571f7565321e1078 [2022-12-13T22:21:24.899Z] $ docker rm -f 7efb306b8823b45b6fb3b2d1fff79b718439b00a48c00526571f7565321e1078 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-12-13T22:23:44.185Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-121142 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-12-13T22:23:44.198Z] Running in /w/workspace/app-service-configurable/118 [Pipeline] { [Pipeline] checkout [2022-12-13T22:23:44.236Z] Selected Git installation does not exist. Using Default [2022-12-13T22:23:44.236Z] The recommended git tool is: NONE [2022-12-13T22:23:49.780Z] using credential edgex-jenkins-ssh [2022-12-13T22:23:49.799Z] Cloning the remote Git repository [2022-12-13T22:23:49.848Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-12-13T22:23:49.938Z] > git init /w/workspace/app-service-configurable/118 # timeout=10 [2022-12-13T22:23:50.110Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-12-13T22:23:50.111Z] > git --version # timeout=10 [2022-12-13T22:23:50.135Z] > git --version # 'git version 2.25.1' [2022-12-13T22:23:50.138Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-12-13T22:23:50.207Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-12-13T22:23:51.328Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-12-13T22:23:51.355Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-12-13T22:23:52.271Z] Avoid second fetch [2022-12-13T22:23:52.272Z] Checking out Revision 567a9513bdf41f4241f3f16eba2134c73a24fbd7 (main) [2022-12-13T22:23:52.827Z] Commit message: "refactor!: Use latest SDK for flattened config stem (#491)" [2022-12-13T22:23:52.290Z] > git config core.sparsecheckout # timeout=10 [2022-12-13T22:23:52.309Z] > git checkout -f 567a9513bdf41f4241f3f16eba2134c73a24fbd7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-13T22:23:53.782Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-12-13T22:23:53.782Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-13T22:23:53.782Z] Dload Upload Total Spent Left Speed [2022-12-13T22:23:53.783Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 71634 0 --:--:-- --:--:-- --:--:-- 71634 [Pipeline] sh [2022-12-13T22:23:54.415Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-12-13T22:23:54.774Z] + sudo tee /etc/docker/daemon.new [2022-12-13T22:23:54.774Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-12-13T22:23:54.774Z] { [2022-12-13T22:23:54.774Z] "registry-mirrors": [ [2022-12-13T22:23:54.774Z] "https://nexus3.edgexfoundry.org:10001" [2022-12-13T22:23:54.774Z] ], [2022-12-13T22:23:54.774Z] "bip": "10.250.0.254/24", [2022-12-13T22:23:54.774Z] "hosts": [ [2022-12-13T22:23:54.774Z] "tcp://0.0.0.0:5555", [2022-12-13T22:23:54.774Z] "unix:///var/run/docker.sock" [2022-12-13T22:23:54.774Z] ], [2022-12-13T22:23:54.774Z] "mtu": 1458, [2022-12-13T22:23:54.774Z] "selinux-enabled": true, [2022-12-13T22:23:54.774Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-12-13T22:23:54.774Z] } [Pipeline] sh [2022-12-13T22:23:55.119Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-12-13T22:23:55.480Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-13T22:24:17.637Z] provisioning config files... [2022-12-13T22:24:17.668Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/118@tmp/config4401818364647387321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:24:18.030Z] ---> docker-login.sh [2022-12-13T22:24:18.030Z] nexus3.edgexfoundry.org:10001 [2022-12-13T22:24:18.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:24:18.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:24:18.622Z] Configure a credential helper to remove this warning. See [2022-12-13T22:24:18.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:24:18.622Z] [2022-12-13T22:24:18.622Z] Login Succeeded [2022-12-13T22:24:18.622Z] nexus3.edgexfoundry.org:10002 [2022-12-13T22:24:18.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:24:19.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:24:19.165Z] Configure a credential helper to remove this warning. See [2022-12-13T22:24:19.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:24:19.165Z] [2022-12-13T22:24:19.165Z] Login Succeeded [2022-12-13T22:24:19.165Z] nexus3.edgexfoundry.org:10003 [2022-12-13T22:24:19.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:24:19.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:24:19.438Z] Configure a credential helper to remove this warning. See [2022-12-13T22:24:19.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:24:19.438Z] [2022-12-13T22:24:19.438Z] Login Succeeded [2022-12-13T22:24:19.438Z] nexus3.edgexfoundry.org:10004 [2022-12-13T22:24:19.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:24:19.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:24:19.981Z] Configure a credential helper to remove this warning. See [2022-12-13T22:24:19.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:24:19.981Z] [2022-12-13T22:24:19.981Z] Login Succeeded [2022-12-13T22:24:19.981Z] docker.io [2022-12-13T22:24:20.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:24:20.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:24:20.521Z] Configure a credential helper to remove this warning. See [2022-12-13T22:24:20.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:24:20.521Z] [2022-12-13T22:24:20.521Z] Login Succeeded [2022-12-13T22:24:20.521Z] ---> docker-login.sh ends [Pipeline] } [2022-12-13T22:24:20.537Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-12-13T22:24:20.775Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-13T22:24:20.787Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-13T22:24:20.797Z] ========================================================= [2022-12-13T22:24:20.797Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-12-13T22:24:20.797Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:24:21.231Z] + 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 . [2022-12-13T22:24:21.231Z] Sending build context to Docker daemon 217.6kB [2022-12-13T22:24:21.500Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-12-13T22:24:21.500Z] Step 2/13 : FROM ${BASE} AS builder [2022-12-13T22:24:21.770Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-12-13T22:24:21.770Z] 9b18e9b68314: Pulling fs layer [2022-12-13T22:24:21.770Z] 35d82f9e3411: Pulling fs layer [2022-12-13T22:24:21.770Z] e16973657156: Pulling fs layer [2022-12-13T22:24:21.770Z] fc693d55d65f: Pulling fs layer [2022-12-13T22:24:21.770Z] 7e9fc2657dce: Pulling fs layer [2022-12-13T22:24:21.770Z] dda99020689f: Pulling fs layer [2022-12-13T22:24:21.770Z] db1c61fa0a46: Pulling fs layer [2022-12-13T22:24:21.770Z] 891c053d2c06: Pulling fs layer [2022-12-13T22:24:21.770Z] dda99020689f: Waiting [2022-12-13T22:24:21.770Z] db1c61fa0a46: Waiting [2022-12-13T22:24:21.770Z] 891c053d2c06: Waiting [2022-12-13T22:24:21.770Z] fc693d55d65f: Waiting [2022-12-13T22:24:21.770Z] 7e9fc2657dce: Waiting [2022-12-13T22:24:21.770Z] e16973657156: Verifying Checksum [2022-12-13T22:24:21.770Z] e16973657156: Download complete [2022-12-13T22:24:21.770Z] 35d82f9e3411: Download complete [2022-12-13T22:24:21.770Z] 7e9fc2657dce: Verifying Checksum [2022-12-13T22:24:21.770Z] 7e9fc2657dce: Download complete [2022-12-13T22:24:21.770Z] dda99020689f: Verifying Checksum [2022-12-13T22:24:21.770Z] dda99020689f: Download complete [2022-12-13T22:24:21.770Z] 9b18e9b68314: Verifying Checksum [2022-12-13T22:24:21.770Z] 9b18e9b68314: Download complete [2022-12-13T22:24:22.748Z] 9b18e9b68314: Pull complete [2022-12-13T22:24:23.019Z] 891c053d2c06: Verifying Checksum [2022-12-13T22:24:23.019Z] 891c053d2c06: Download complete [2022-12-13T22:24:23.292Z] 35d82f9e3411: Pull complete [2022-12-13T22:24:23.887Z] e16973657156: Pull complete [2022-12-13T22:24:24.477Z] db1c61fa0a46: Verifying Checksum [2022-12-13T22:24:24.477Z] db1c61fa0a46: Download complete [2022-12-13T22:24:24.748Z] fc693d55d65f: Verifying Checksum [2022-12-13T22:24:24.748Z] fc693d55d65f: Download complete [2022-12-13T22:24:39.794Z] fc693d55d65f: Pull complete [2022-12-13T22:24:39.794Z] 7e9fc2657dce: Pull complete [2022-12-13T22:24:39.794Z] dda99020689f: Pull complete [2022-12-13T22:24:46.475Z] db1c61fa0a46: Pull complete [2022-12-13T22:24:47.900Z] 891c053d2c06: Pull complete [2022-12-13T22:24:47.900Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2022-12-13T22:24:47.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-12-13T22:24:47.900Z] ---> f96f9c87975a [2022-12-13T22:24:47.900Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-12-13T22:24:49.321Z] ---> Running in 840134106b72 [2022-12-13T22:24:49.589Z] Removing intermediate container 840134106b72 [2022-12-13T22:24:49.589Z] ---> ef07c5283727 [2022-12-13T22:24:49.589Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-12-13T22:24:49.857Z] ---> Running in 87c59838f168 [2022-12-13T22:24:50.132Z] Removing intermediate container 87c59838f168 [2022-12-13T22:24:50.132Z] ---> a8733ef08881 [2022-12-13T22:24:50.132Z] Step 5/13 : ARG ADD_BUILD_TAGS="" [2022-12-13T22:24:50.400Z] ---> Running in c650383c7853 [2022-12-13T22:24:50.666Z] Removing intermediate container c650383c7853 [2022-12-13T22:24:50.666Z] ---> 71597343f5d4 [2022-12-13T22:24:50.666Z] Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-13T22:24:50.934Z] ---> Running in 5ce8743ec4b4 [2022-12-13T22:24:51.206Z] Removing intermediate container 5ce8743ec4b4 [2022-12-13T22:24:51.206Z] ---> bc68a7b86910 [2022-12-13T22:24:51.206Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-13T22:24:51.206Z] ---> Running in f42915fe81fe [2022-12-13T22:24:52.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-13T22:24:52.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-13T22:24:53.857Z] OK: 221 MiB in 51 packages [2022-12-13T22:24:54.836Z] Removing intermediate container f42915fe81fe [2022-12-13T22:24:54.836Z] ---> ee34552da250 [2022-12-13T22:24:54.836Z] Step 8/13 : WORKDIR /app [2022-12-13T22:24:55.104Z] ---> Running in e5e577922e7e [2022-12-13T22:24:55.372Z] Removing intermediate container e5e577922e7e [2022-12-13T22:24:55.372Z] ---> e9351051839e [2022-12-13T22:24:55.372Z] Step 9/13 : COPY go.mod vendor* ./ [2022-12-13T22:24:55.958Z] ---> 17ba916a90da [2022-12-13T22:24:55.958Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-13T22:24:55.958Z] ---> Running in 777eb30b829c [2022-12-13T22:25:52.558Z] Removing intermediate container 777eb30b829c [2022-12-13T22:25:52.558Z] ---> d5767e3f0490 [2022-12-13T22:25:52.558Z] Step 11/13 : COPY . . [2022-12-13T22:25:52.558Z] ---> a9747ca1864b [2022-12-13T22:25:52.558Z] Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-13T22:25:52.558Z] ---> Running in 78d27ba03904 [2022-12-13T22:25:52.558Z] Removing intermediate container 78d27ba03904 [2022-12-13T22:25:52.558Z] ---> e8e5023d6114 [2022-12-13T22:25:52.558Z] Step 13/13 : RUN $MAKE [2022-12-13T22:25:52.558Z] ---> Running in 963a5153dec2 [2022-12-13T22:25:53.144Z] noop [2022-12-13T22:25:54.109Z] Removing intermediate container 963a5153dec2 [2022-12-13T22:25:54.109Z] ---> a73fb765cdbe [2022-12-13T22:25:54.109Z] Successfully built a73fb765cdbe [2022-12-13T22:25:54.109Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:25:54.472Z] + docker inspect -f . ci-base-image-arm64 [2022-12-13T22:25:54.472Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:25:54.648Z] prd-ubuntu20.04-docker-arm64-4c-16g-121142 does not seem to be running inside a container [2022-12-13T22:25:54.726Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/118 -v /w/workspace/app-service-configurable/118:/w/workspace/app-service-configurable/118:rw,z -v /w/workspace/app-service-configurable/118@tmp:/w/workspace/app-service-configurable/118@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 [2022-12-13T22:25:55.863Z] $ docker top c8a78e4b6047ad8981f40d0502b7833831e8bd9ba43f0bb40f8b0be01fb27683 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-13T22:25:56.686Z] + go version [2022-12-13T22:25:56.686Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-12-13T22:25:56.710Z] $ docker stop --time=1 c8a78e4b6047ad8981f40d0502b7833831e8bd9ba43f0bb40f8b0be01fb27683 [2022-12-13T22:25:58.294Z] $ docker rm -f c8a78e4b6047ad8981f40d0502b7833831e8bd9ba43f0bb40f8b0be01fb27683 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:25:58.812Z] + docker inspect -f . ci-base-image-arm64 [2022-12-13T22:25:58.813Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:25:58.981Z] prd-ubuntu20.04-docker-arm64-4c-16g-121142 does not seem to be running inside a container [2022-12-13T22:25:59.050Z] $ 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/118 -v /w/workspace/app-service-configurable/118:/w/workspace/app-service-configurable/118:rw,z -v /w/workspace/app-service-configurable/118@tmp:/w/workspace/app-service-configurable/118@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 [2022-12-13T22:26:00.172Z] $ docker top eaf7bdf13728c4ff37ec13b7014051e8fbb5b36773a45818a540640c063e3945 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-13T22:26:00.676Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/118 [Pipeline] fileExists [Pipeline] sh [2022-12-13T22:26:01.279Z] + make test [2022-12-13T22:26:01.279Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-12-13T22:27:22.917Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-12-13T22:27:22.917Z] CGO_ENABLED=1 go vet ./... [2022-12-13T22:27:41.144Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-12-13T22:27:41.144Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-12-13T22:27:41.144Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-12-13T22:27:41.161Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-12-13T22:27:41.184Z] $ docker stop --time=1 eaf7bdf13728c4ff37ec13b7014051e8fbb5b36773a45818a540640c063e3945 [2022-12-13T22:27:42.907Z] $ docker rm -f eaf7bdf13728c4ff37ec13b7014051e8fbb5b36773a45818a540640c063e3945 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-13T22:27:43.793Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-12-13T22:27:43.815Z] Warning: overwriting stash ‘coverage-report’ [2022-12-13T22:27:44.227Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-13T22:27:44.609Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-12-13T22:27:44.934Z] + ls -al . [2022-12-13T22:27:44.934Z] total 180 [2022-12-13T22:27:44.934Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 13 22:26 . [2022-12-13T22:27:44.934Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 22:23 .. [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 119 Dec 13 22:23 .dockerignore [2022-12-13T22:27:44.934Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 13 22:23 .git [2022-12-13T22:27:44.934Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 13 22:23 .github [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 171 Dec 13 22:23 .gitignore [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 9207 Dec 13 22:23 Attribution.txt [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 29118 Dec 13 22:23 CHANGELOG.md [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 2058 Dec 13 22:23 Dockerfile [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 677 Dec 13 22:23 GOVERNANCE.md [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 688 Dec 13 22:23 Jenkinsfile [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 13 22:23 LICENSE [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 618 Dec 13 22:23 OWNERS.md [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 4369 Dec 13 22:23 README.md [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 13 22:19 VERSION [2022-12-13T22:27:44.934Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 13 22:23 bin [2022-12-13T22:27:44.934Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 13 22:26 coverage.out [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 3396 Dec 13 22:23 go.mod [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 44230 Dec 13 22:23 go.sum [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 1949 Dec 13 22:23 main.go [2022-12-13T22:27:44.934Z] -rw-rw-r-- 1 jenkins jenkins 2185 Dec 13 22:23 makefile [2022-12-13T22:27:44.934Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 13 22:23 res [2022-12-13T22:27:44.934Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 22:23 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:27:45.271Z] + 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=567a9513bdf41f4241f3f16eba2134c73a24fbd7 --label arch=arm64 --label version=3.0.0-dev.1 . [2022-12-13T22:27:45.271Z] Sending build context to Docker daemon 218.6kB [2022-12-13T22:27:45.539Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-12-13T22:27:45.539Z] Step 2/27 : FROM ${BASE} AS builder [2022-12-13T22:27:45.539Z] ---> a73fb765cdbe [2022-12-13T22:27:45.539Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-12-13T22:27:45.539Z] ---> Running in ce38c1451e55 [2022-12-13T22:27:45.806Z] Removing intermediate container ce38c1451e55 [2022-12-13T22:27:45.806Z] ---> 3686e14e17a5 [2022-12-13T22:27:45.806Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-12-13T22:27:46.768Z] ---> Running in 7214ad8230eb [2022-12-13T22:27:47.035Z] Removing intermediate container 7214ad8230eb [2022-12-13T22:27:47.035Z] ---> 0d5c89b19f71 [2022-12-13T22:27:47.035Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2022-12-13T22:27:47.035Z] ---> Running in df3eb881d6c1 [2022-12-13T22:27:47.302Z] Removing intermediate container df3eb881d6c1 [2022-12-13T22:27:47.302Z] ---> c35d9d730dcf [2022-12-13T22:27:47.302Z] Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-13T22:27:47.302Z] ---> Running in e1650ee99686 [2022-12-13T22:27:47.575Z] Removing intermediate container e1650ee99686 [2022-12-13T22:27:47.575Z] ---> a64a98220c17 [2022-12-13T22:27:47.575Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-13T22:27:47.843Z] ---> Running in 24e1c84d499e [2022-12-13T22:27:48.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-13T22:27:49.075Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-13T22:27:50.037Z] OK: 221 MiB in 51 packages [2022-12-13T22:27:50.997Z] Removing intermediate container 24e1c84d499e [2022-12-13T22:27:50.997Z] ---> 7c9209650f38 [2022-12-13T22:27:50.997Z] Step 8/27 : WORKDIR /app [2022-12-13T22:27:50.997Z] ---> Running in 6e77a8fe49b0 [2022-12-13T22:27:51.264Z] Removing intermediate container 6e77a8fe49b0 [2022-12-13T22:27:51.264Z] ---> 0f9110b2450d [2022-12-13T22:27:51.264Z] Step 9/27 : COPY go.mod vendor* ./ [2022-12-13T22:27:51.531Z] ---> 4b6500b86ef2 [2022-12-13T22:27:51.531Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-13T22:27:51.799Z] ---> Running in 0501ca1916ef [2022-12-13T22:27:53.738Z] Removing intermediate container 0501ca1916ef [2022-12-13T22:27:53.738Z] ---> e3fac38dbeea [2022-12-13T22:27:53.738Z] Step 11/27 : COPY . . [2022-12-13T22:27:54.329Z] ---> 5572fe200aa5 [2022-12-13T22:27:54.329Z] Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-13T22:27:54.329Z] ---> Running in c7b4f4cecc58 [2022-12-13T22:27:54.596Z] Removing intermediate container c7b4f4cecc58 [2022-12-13T22:27:54.596Z] ---> 3aa027b3b3ff [2022-12-13T22:27:54.596Z] Step 13/27 : RUN $MAKE [2022-12-13T22:27:54.596Z] ---> Running in 909a0a703d28 [2022-12-13T22:27:55.555Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.6 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.1" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-12-13T22:30:32.288Z] Removing intermediate container 909a0a703d28 [2022-12-13T22:30:32.288Z] ---> 8069ab1ee34a [2022-12-13T22:30:32.288Z] Step 14/27 : FROM alpine:3.16 [2022-12-13T22:30:32.288Z] 3.16: Pulling from library/alpine [2022-12-13T22:30:32.288Z] 6875df1f5354: Pulling fs layer [2022-12-13T22:30:32.288Z] 6875df1f5354: Verifying Checksum [2022-12-13T22:30:32.288Z] 6875df1f5354: Download complete [2022-12-13T22:30:32.288Z] 6875df1f5354: Pull complete [2022-12-13T22:30:32.288Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2022-12-13T22:30:32.288Z] Status: Downloaded newer image for alpine:3.16 [2022-12-13T22:30:32.288Z] ---> 2b4661558fb8 [2022-12-13T22:30:32.288Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-13T22:30:32.288Z] ---> Running in 9ae8dc5cc466 [2022-12-13T22:30:32.288Z] Removing intermediate container 9ae8dc5cc466 [2022-12-13T22:30:32.288Z] ---> cd75af3f966e [2022-12-13T22:30:32.288Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-12-13T22:30:32.288Z] ---> Running in db961d33d4ce [2022-12-13T22:30:32.288Z] Removing intermediate container db961d33d4ce [2022-12-13T22:30:32.288Z] ---> bfac3c3992de [2022-12-13T22:30:32.288Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-12-13T22:30:32.288Z] ---> Running in ba4a8b3aef48 [2022-12-13T22:30:32.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-13T22:30:32.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-13T22:30:32.288Z] (1/7) Installing ca-certificates (20220614-r0) [2022-12-13T22:30:32.288Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-12-13T22:30:32.288Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-12-13T22:30:32.288Z] (4/7) Installing libsodium (1.0.18-r0) [2022-12-13T22:30:32.288Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-12-13T22:30:32.288Z] (6/7) Installing libzmq (4.3.4-r0) [2022-12-13T22:30:32.288Z] (7/7) Installing zeromq (4.3.4-r0) [2022-12-13T22:30:32.288Z] Executing busybox-1.35.0-r17.trigger [2022-12-13T22:30:32.288Z] Executing ca-certificates-20220614-r0.trigger [2022-12-13T22:30:32.288Z] OK: 9 MiB in 21 packages [2022-12-13T22:30:32.288Z] Removing intermediate container ba4a8b3aef48 [2022-12-13T22:30:32.288Z] ---> 9705e40ae2b9 [2022-12-13T22:30:32.288Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-12-13T22:30:32.288Z] ---> 00560e54d63c [2022-12-13T22:30:32.288Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-12-13T22:30:32.288Z] ---> 61c509db4ebf [2022-12-13T22:30:32.288Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-12-13T22:30:32.288Z] ---> a4b67037b74b [2022-12-13T22:30:32.288Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-12-13T22:30:33.698Z] ---> f94a7cb47125 [2022-12-13T22:30:33.698Z] Step 22/27 : EXPOSE 48095 [2022-12-13T22:30:33.698Z] ---> Running in fd86a6b0e5b4 [2022-12-13T22:30:33.698Z] Removing intermediate container fd86a6b0e5b4 [2022-12-13T22:30:33.698Z] ---> fbcbc3673806 [2022-12-13T22:30:33.698Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-12-13T22:30:33.967Z] ---> Running in 840b41fdceff [2022-12-13T22:30:34.236Z] Removing intermediate container 840b41fdceff [2022-12-13T22:30:34.236Z] ---> a0aafd09047d [2022-12-13T22:30:34.236Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-13T22:30:34.236Z] ---> Running in 9756d590848d [2022-12-13T22:30:34.510Z] Removing intermediate container 9756d590848d [2022-12-13T22:30:34.510Z] ---> 997cc926707a [2022-12-13T22:30:34.510Z] Step 25/27 : LABEL arch=arm64 [2022-12-13T22:30:34.510Z] ---> Running in 12f86cd6b3af [2022-12-13T22:30:34.778Z] Removing intermediate container 12f86cd6b3af [2022-12-13T22:30:34.778Z] ---> f18595d86c8b [2022-12-13T22:30:34.778Z] Step 26/27 : LABEL git_sha=567a9513bdf41f4241f3f16eba2134c73a24fbd7 [2022-12-13T22:30:35.049Z] ---> Running in 3d29400372df [2022-12-13T22:30:35.316Z] Removing intermediate container 3d29400372df [2022-12-13T22:30:35.316Z] ---> ecfa12863c59 [2022-12-13T22:30:35.316Z] Step 27/27 : LABEL version=3.0.0-dev.1 [2022-12-13T22:30:35.316Z] ---> Running in 84c66bd202c6 [2022-12-13T22:30:37.895Z] Removing intermediate container 84c66bd202c6 [2022-12-13T22:30:37.895Z] ---> 9fa69ed2dbd5 [2022-12-13T22:30:37.895Z] [Warning] One or more build-args [ARCH] were not consumed [2022-12-13T22:30:37.895Z] Successfully built 9fa69ed2dbd5 [2022-12-13T22:30:37.895Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-13T22:30:38.003Z] provisioning config files... [2022-12-13T22:30:38.018Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/118@tmp/config13421691479631901072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:30:38.358Z] ---> docker-login.sh [2022-12-13T22:30:38.358Z] nexus3.edgexfoundry.org:10001 [2022-12-13T22:30:38.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:30:38.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:30:38.625Z] Configure a credential helper to remove this warning. See [2022-12-13T22:30:38.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:30:38.625Z] [2022-12-13T22:30:38.625Z] Login Succeeded [2022-12-13T22:30:38.625Z] nexus3.edgexfoundry.org:10002 [2022-12-13T22:30:38.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:30:38.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:30:38.893Z] Configure a credential helper to remove this warning. See [2022-12-13T22:30:38.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:30:38.893Z] [2022-12-13T22:30:38.893Z] Login Succeeded [2022-12-13T22:30:38.893Z] nexus3.edgexfoundry.org:10003 [2022-12-13T22:30:39.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:30:39.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:30:39.430Z] Configure a credential helper to remove this warning. See [2022-12-13T22:30:39.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:30:39.430Z] [2022-12-13T22:30:39.430Z] Login Succeeded [2022-12-13T22:30:39.430Z] nexus3.edgexfoundry.org:10004 [2022-12-13T22:30:39.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:30:39.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:30:39.700Z] Configure a credential helper to remove this warning. See [2022-12-13T22:30:39.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:30:39.700Z] [2022-12-13T22:30:39.700Z] Login Succeeded [2022-12-13T22:30:39.700Z] docker.io [2022-12-13T22:30:39.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-13T22:30:40.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-13T22:30:40.236Z] Configure a credential helper to remove this warning. See [2022-12-13T22:30:40.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-13T22:30:40.236Z] [2022-12-13T22:30:40.236Z] Login Succeeded [2022-12-13T22:30:40.236Z] ---> docker-login.sh ends [Pipeline] } [2022-12-13T22:30:40.250Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-13T22:30:40.277Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-13T22:30:40.302Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-12-13T22:30:40.302Z] 567a9513bdf41f4241f3f16eba2134c73a24fbd7 [2022-12-13T22:30:40.302Z] latest [2022-12-13T22:30:40.302Z] 3.0.0-dev.1 [2022-12-13T22:30:40.302Z] 567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 [2022-12-13T22:30:40.302Z] main [2022-12-13T22:30:40.302Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:30:40.656Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:30:41.002Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:567a9513bdf41f4241f3f16eba2134c73a24fbd7 [2022-12-13T22:30:41.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-12-13T22:30:41.002Z] bcd44ea842a6: Preparing [2022-12-13T22:30:41.002Z] 99127fd58e9f: Preparing [2022-12-13T22:30:41.002Z] cb227ad901e8: Preparing [2022-12-13T22:30:41.002Z] 64e12fec86fe: Preparing [2022-12-13T22:30:41.002Z] bcfc569959b7: Preparing [2022-12-13T22:30:41.002Z] 17bec77d7fdc: Preparing [2022-12-13T22:30:41.002Z] 17bec77d7fdc: Waiting [2022-12-13T22:30:41.267Z] cb227ad901e8: Pushed [2022-12-13T22:30:41.267Z] 64e12fec86fe: Pushed [2022-12-13T22:30:41.267Z] 99127fd58e9f: Pushed [2022-12-13T22:30:41.267Z] 17bec77d7fdc: Layer already exists [2022-12-13T22:30:42.238Z] bcfc569959b7: Pushed [2022-12-13T22:30:46.492Z] bcd44ea842a6: Pushed [2022-12-13T22:30:46.759Z] 567a9513bdf41f4241f3f16eba2134c73a24fbd7: digest: sha256:a2331c43ee3c790d54f970fd1c43de39a2010a97a933f2fe6946b944366f6f9a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:30:47.113Z] + 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 [2022-12-13T22:30:47.467Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-12-13T22:30:47.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-12-13T22:30:47.467Z] bcd44ea842a6: Preparing [2022-12-13T22:30:47.467Z] 99127fd58e9f: Preparing [2022-12-13T22:30:47.467Z] cb227ad901e8: Preparing [2022-12-13T22:30:47.467Z] 64e12fec86fe: Preparing [2022-12-13T22:30:47.467Z] bcfc569959b7: Preparing [2022-12-13T22:30:47.467Z] 17bec77d7fdc: Preparing [2022-12-13T22:30:47.467Z] 17bec77d7fdc: Waiting [2022-12-13T22:30:47.467Z] 64e12fec86fe: Layer already exists [2022-12-13T22:30:47.467Z] cb227ad901e8: Layer already exists [2022-12-13T22:30:47.467Z] 99127fd58e9f: Layer already exists [2022-12-13T22:30:47.467Z] bcd44ea842a6: Layer already exists [2022-12-13T22:30:47.467Z] bcfc569959b7: Layer already exists [2022-12-13T22:30:47.467Z] 17bec77d7fdc: Layer already exists [2022-12-13T22:30:47.733Z] latest: digest: sha256:a2331c43ee3c790d54f970fd1c43de39a2010a97a933f2fe6946b944366f6f9a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:30:48.092Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:30:48.442Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.1 [2022-12-13T22:30:48.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-12-13T22:30:48.442Z] bcd44ea842a6: Preparing [2022-12-13T22:30:48.442Z] 99127fd58e9f: Preparing [2022-12-13T22:30:48.442Z] cb227ad901e8: Preparing [2022-12-13T22:30:48.442Z] 64e12fec86fe: Preparing [2022-12-13T22:30:48.442Z] bcfc569959b7: Preparing [2022-12-13T22:30:48.442Z] 17bec77d7fdc: Preparing [2022-12-13T22:30:48.442Z] 17bec77d7fdc: Waiting [2022-12-13T22:30:48.442Z] bcd44ea842a6: Layer already exists [2022-12-13T22:30:48.442Z] 64e12fec86fe: Layer already exists [2022-12-13T22:30:48.442Z] cb227ad901e8: Layer already exists [2022-12-13T22:30:48.442Z] 99127fd58e9f: Layer already exists [2022-12-13T22:30:48.442Z] bcfc569959b7: Layer already exists [2022-12-13T22:30:48.442Z] 17bec77d7fdc: Layer already exists [2022-12-13T22:30:48.708Z] 3.0.0-dev.1: digest: sha256:a2331c43ee3c790d54f970fd1c43de39a2010a97a933f2fe6946b944366f6f9a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:30:49.053Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:30:49.394Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 [2022-12-13T22:30:49.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-12-13T22:30:49.394Z] bcd44ea842a6: Preparing [2022-12-13T22:30:49.394Z] 99127fd58e9f: Preparing [2022-12-13T22:30:49.394Z] cb227ad901e8: Preparing [2022-12-13T22:30:49.394Z] 64e12fec86fe: Preparing [2022-12-13T22:30:49.394Z] bcfc569959b7: Preparing [2022-12-13T22:30:49.394Z] 17bec77d7fdc: Preparing [2022-12-13T22:30:49.394Z] 17bec77d7fdc: Waiting [2022-12-13T22:30:49.394Z] bcfc569959b7: Layer already exists [2022-12-13T22:30:49.394Z] 99127fd58e9f: Layer already exists [2022-12-13T22:30:49.394Z] 64e12fec86fe: Layer already exists [2022-12-13T22:30:49.394Z] bcd44ea842a6: Layer already exists [2022-12-13T22:30:49.394Z] cb227ad901e8: Layer already exists [2022-12-13T22:30:49.394Z] 17bec77d7fdc: Layer already exists [2022-12-13T22:30:49.660Z] 567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1: digest: sha256:a2331c43ee3c790d54f970fd1c43de39a2010a97a933f2fe6946b944366f6f9a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:30:50.003Z] + 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 [2022-12-13T22:30:50.348Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-12-13T22:30:50.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-12-13T22:30:50.348Z] bcd44ea842a6: Preparing [2022-12-13T22:30:50.348Z] 99127fd58e9f: Preparing [2022-12-13T22:30:50.348Z] cb227ad901e8: Preparing [2022-12-13T22:30:50.348Z] 64e12fec86fe: Preparing [2022-12-13T22:30:50.348Z] bcfc569959b7: Preparing [2022-12-13T22:30:50.348Z] 17bec77d7fdc: Preparing [2022-12-13T22:30:50.348Z] 17bec77d7fdc: Waiting [2022-12-13T22:30:50.348Z] 64e12fec86fe: Layer already exists [2022-12-13T22:30:50.348Z] bcd44ea842a6: Layer already exists [2022-12-13T22:30:50.348Z] cb227ad901e8: Layer already exists [2022-12-13T22:30:50.348Z] 99127fd58e9f: Layer already exists [2022-12-13T22:30:50.348Z] bcfc569959b7: Layer already exists [2022-12-13T22:30:50.348Z] 17bec77d7fdc: Layer already exists [2022-12-13T22:30:50.615Z] main: digest: sha256:a2331c43ee3c790d54f970fd1c43de39a2010a97a933f2fe6946b944366f6f9a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-13T22:30:50.664Z] ===================================================== [Pipeline] echo [2022-12-13T22:30:50.672Z] taggedImages: [2022-12-13T22:30:50.672Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:567a9513bdf41f4241f3f16eba2134c73a24fbd7 [2022-12-13T22:30:50.672Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-12-13T22:30:50.672Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.1 [2022-12-13T22:30:50.672Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:567a9513bdf41f4241f3f16eba2134c73a24fbd7-3.0.0-dev.1 [2022-12-13T22:30:50.672Z] - 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 [2022-12-13T22:30:51.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-13T22:30:51.025Z] [2022-12-13T22:30:51.025Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:30:51.418Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-13T22:30:51.698Z] arm64: Pulling from edgex-lftools-log-publisher [2022-12-13T22:30:51.698Z] 8998bd30e6a1: Pulling fs layer [2022-12-13T22:30:51.698Z] 04944245beec: Pulling fs layer [2022-12-13T22:30:51.698Z] 699f458cf7ca: Pulling fs layer [2022-12-13T22:30:51.698Z] 765212b225bb: Pulling fs layer [2022-12-13T22:30:51.698Z] f23df028b6ca: Pulling fs layer [2022-12-13T22:30:51.698Z] d65c8cfc05b1: Pulling fs layer [2022-12-13T22:30:51.698Z] 2437ff75d9bd: Pulling fs layer [2022-12-13T22:30:51.698Z] 765212b225bb: Waiting [2022-12-13T22:30:51.698Z] f23df028b6ca: Waiting [2022-12-13T22:30:51.698Z] d65c8cfc05b1: Waiting [2022-12-13T22:30:51.698Z] 2437ff75d9bd: Waiting [2022-12-13T22:30:51.698Z] 04944245beec: Verifying Checksum [2022-12-13T22:30:51.698Z] 04944245beec: Download complete [2022-12-13T22:30:51.698Z] 765212b225bb: Verifying Checksum [2022-12-13T22:30:51.698Z] 765212b225bb: Download complete [2022-12-13T22:30:51.698Z] f23df028b6ca: Verifying Checksum [2022-12-13T22:30:51.698Z] f23df028b6ca: Download complete [2022-12-13T22:30:51.698Z] d65c8cfc05b1: Verifying Checksum [2022-12-13T22:30:51.698Z] d65c8cfc05b1: Download complete [2022-12-13T22:30:51.974Z] 699f458cf7ca: Verifying Checksum [2022-12-13T22:30:51.974Z] 699f458cf7ca: Download complete [2022-12-13T22:30:52.252Z] 8998bd30e6a1: Verifying Checksum [2022-12-13T22:30:52.252Z] 8998bd30e6a1: Download complete [2022-12-13T22:30:54.868Z] 2437ff75d9bd: Verifying Checksum [2022-12-13T22:30:54.868Z] 2437ff75d9bd: Download complete [2022-12-13T22:30:56.278Z] 8998bd30e6a1: Pull complete [2022-12-13T22:30:56.544Z] 04944245beec: Pull complete [2022-12-13T22:30:57.963Z] 699f458cf7ca: Pull complete [2022-12-13T22:30:57.963Z] 765212b225bb: Pull complete [2022-12-13T22:30:58.922Z] f23df028b6ca: Pull complete [2022-12-13T22:30:58.922Z] d65c8cfc05b1: Pull complete [2022-12-13T22:31:11.233Z] 2437ff75d9bd: Pull complete [2022-12-13T22:31:11.233Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-12-13T22:31:11.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-13T22:31:11.233Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:31:11.424Z] prd-ubuntu20.04-docker-arm64-4c-16g-121142 does not seem to be running inside a container [2022-12-13T22:31:11.497Z] $ 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/118 -v /w/workspace/app-service-configurable/118:/w/workspace/app-service-configurable/118:rw,z -v /w/workspace/app-service-configurable/118@tmp:/w/workspace/app-service-configurable/118@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 [2022-12-13T22:31:14.304Z] $ docker top 0923eeb1858ef4935d49440dd18d8c38213f632f833aea4c2ca296c9ef4cc8cd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:31:15.158Z] ---> job-cost.sh [2022-12-13T22:31:15.158Z] lf-activate-venv: SKIPPING [2022-12-13T22:31:15.158Z] INFO: No Stack... [2022-12-13T22:31:15.425Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-12-13T22:31:16.382Z] INFO: Archiving Costs [Pipeline] sh [2022-12-13T22:31:17.021Z] + cat /w/workspace/app-service-configurable/118/archives/cost.csv+ [2022-12-13T22:31:17.021Z] cut -d, -f6 [Pipeline] lock [2022-12-13T22:31:17.088Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] [2022-12-13T22:31:17.096Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] did not exist. Created. [2022-12-13T22:31:17.096Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-13T22:31:17.750Z] /w/workspace/app-service-configurable/118@tmp/durable-957b6c1b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-12-13T22:31:18.399Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-12-13T22:31:18.413Z] Warning: overwriting stash ‘stack-cost’ [2022-12-13T22:31:18.471Z] Stashed 1 file(s) [Pipeline] } [2022-12-13T22:31:18.478Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-118-stack-cost] [Pipeline] // lock [Pipeline] } [2022-12-13T22:31:18.501Z] $ docker stop --time=1 0923eeb1858ef4935d49440dd18d8c38213f632f833aea4c2ca296c9ef4cc8cd [2022-12-13T22:31:20.033Z] $ docker rm -f 0923eeb1858ef4935d49440dd18d8c38213f632f833aea4c2ca296c9ef4cc8cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-12-13T22:31:20.460Z] provisioning config files... [2022-12-13T22:31:20.467Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10911754669672742323tmp [Pipeline] { [Pipeline] sh [2022-12-13T22:31:20.757Z] + set +x [2022-12-13T22:31:20.757Z] + bash -s -- [2022-12-13T22:31:20.757Z] + curl -s https://codecov.io/bash [2022-12-13T22:31:20.757Z] [2022-12-13T22:31:20.757Z] _____ _ [2022-12-13T22:31:20.757Z] / ____| | | [2022-12-13T22:31:20.757Z] | | ___ __| | ___ ___ _____ __ [2022-12-13T22:31:20.757Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-12-13T22:31:20.757Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-12-13T22:31:20.757Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-12-13T22:31:20.757Z] Bash-1.0.6 [2022-12-13T22:31:20.757Z] [2022-12-13T22:31:20.757Z] [2022-12-13T22:31:20.757Z] ==> git version 2.25.1 found [2022-12-13T22:31:20.757Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-12-13T22:31:20.757Z] Release-Date: 2020-01-08 [2022-12-13T22:31:20.757Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-12-13T22:31:20.757Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-12-13T22:31:20.757Z] ==> Jenkins CI detected. [2022-12-13T22:31:20.757Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-12-13T22:31:20.757Z] project root: . [2022-12-13T22:31:20.757Z] --> token set from env [2022-12-13T22:31:20.757Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-12-13T22:31:20.757Z] ==> Running gcov in . (disable via -X gcov) [2022-12-13T22:31:20.757Z] ==> Python coveragepy not found [2022-12-13T22:31:20.757Z] ==> Searching for coverage reports in: [2022-12-13T22:31:20.757Z] + . [2022-12-13T22:31:20.757Z] -> Found 1 reports [2022-12-13T22:31:20.757Z] ==> Detecting git/mercurial file structure [2022-12-13T22:31:20.757Z] ==> Reading reports [2022-12-13T22:31:20.757Z] + ./coverage.out bytes=10 [2022-12-13T22:31:20.757Z] ==> Appending adjustments [2022-12-13T22:31:20.757Z] https://docs.codecov.io/docs/fixing-reports [2022-12-13T22:31:21.016Z] + Found adjustments [2022-12-13T22:31:21.016Z] ==> Gzipping contents [2022-12-13T22:31:21.016Z] 4.0K /tmp/codecov.EZrAva.gz [2022-12-13T22:31:21.016Z] ==> Uploading reports [2022-12-13T22:31:21.016Z] url: https://codecov.io [2022-12-13T22:31:21.016Z] query: branch=main&commit=567a9513bdf41f4241f3f16eba2134c73a24fbd7&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F118%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-12-13T22:31:21.016Z] -> Pinging Codecov [2022-12-13T22:31:21.016Z] 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=567a9513bdf41f4241f3f16eba2134c73a24fbd7&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F118%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-12-13T22:31:21.274Z] -> Uploading to [2022-12-13T22:31:21.274Z] https://storage.googleapis.com/codecov/v4/raw/2022-12-13/A97CA9966030D2A3747ED39772930CCE/567a9513bdf41f4241f3f16eba2134c73a24fbd7/eef9dafc-54aa-440d-903f-0231afb4f75e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221213%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221213T223121Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a5aa28824f193e661bddcf62cc8b3e4b3abbad47d3043f3bd0e157f0337136e8 [2022-12-13T22:31:21.274Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-13T22:31:21.274Z] Dload Upload Total Spent Left Speed [2022-12-13T22:31:21.533Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2621 --:--:-- --:--:-- --:--:-- 2621 [2022-12-13T22:31:21.533Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] } [2022-12-13T22:31:21.540Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-12-13T22:31:21.721Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-12-13T22:31:21.738Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:31:22.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-12-13T22:31:22.034Z] [2022-12-13T22:31:22.034Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:31:22.329Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-12-13T22:31:22.329Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-12-13T22:31:22.329Z] df9b9388f04a: Pulling fs layer [2022-12-13T22:31:22.329Z] 52dc419b0ee2: Pulling fs layer [2022-12-13T22:31:22.329Z] 25bc292e5bac: Pulling fs layer [2022-12-13T22:31:22.329Z] 114826534d7a: Pulling fs layer [2022-12-13T22:31:22.329Z] 4657fd5d0bcf: Pulling fs layer [2022-12-13T22:31:22.329Z] 6ad1cebc031e: Pulling fs layer [2022-12-13T22:31:22.329Z] 8a3aa393b2d8: Pulling fs layer [2022-12-13T22:31:22.329Z] 114826534d7a: Waiting [2022-12-13T22:31:22.329Z] 4657fd5d0bcf: Waiting [2022-12-13T22:31:22.329Z] 6ad1cebc031e: Waiting [2022-12-13T22:31:22.329Z] 8a3aa393b2d8: Waiting [2022-12-13T22:31:22.329Z] 25bc292e5bac: Verifying Checksum [2022-12-13T22:31:22.329Z] 25bc292e5bac: Download complete [2022-12-13T22:31:22.329Z] 52dc419b0ee2: Verifying Checksum [2022-12-13T22:31:22.329Z] 52dc419b0ee2: Download complete [2022-12-13T22:31:22.329Z] 4657fd5d0bcf: Verifying Checksum [2022-12-13T22:31:22.329Z] 4657fd5d0bcf: Download complete [2022-12-13T22:31:22.329Z] df9b9388f04a: Download complete [2022-12-13T22:31:22.592Z] df9b9388f04a: Pull complete [2022-12-13T22:31:22.592Z] 6ad1cebc031e: Verifying Checksum [2022-12-13T22:31:22.592Z] 6ad1cebc031e: Download complete [2022-12-13T22:31:22.592Z] 52dc419b0ee2: Pull complete [2022-12-13T22:31:22.868Z] 25bc292e5bac: Pull complete [2022-12-13T22:31:23.463Z] 114826534d7a: Download complete [2022-12-13T22:31:23.463Z] 8a3aa393b2d8: Verifying Checksum [2022-12-13T22:31:23.463Z] 8a3aa393b2d8: Download complete [2022-12-13T22:31:26.742Z] 114826534d7a: Pull complete [2022-12-13T22:31:26.743Z] 4657fd5d0bcf: Pull complete [2022-12-13T22:31:27.000Z] 6ad1cebc031e: Pull complete [2022-12-13T22:31:29.525Z] 8a3aa393b2d8: Pull complete [2022-12-13T22:31:29.525Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-12-13T22:31:29.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-12-13T22:31:29.525Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:31:29.606Z] prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container [2022-12-13T22:31:29.635Z] $ 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 [2022-12-13T22:31:31.683Z] $ docker top 9560c7ba2ae2db978450ced0a43a0725e572f4267c58b91c3f603841f5f8db1f -eo pid,comm [Pipeline] { [Pipeline] echo [2022-12-13T22:31:31.752Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2022-12-13T22:31:32.033Z] + set -o pipefail [2022-12-13T22:31:32.033Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2022-12-13T22:31:38.592Z] [2022-12-13T22:31:38.593Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-12-13T22:31:38.593Z] [2022-12-13T22:31:38.593Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/ab2c2066-2059-4684-9a73-a4de9fb13a0a [2022-12-13T22:31:38.593Z] [2022-12-13T22:31:38.593Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-12-13T22:31:38.593Z] [2022-12-13T22:31:38.593Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-12-13T22:31:38.593Z] [2022-12-13T22:31:38.851Z] [2022-12-13T22:31:38.851Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2022-12-13T22:31:38.851Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2022-12-13T22:31:38.851Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2022-12-13T22:31:38.857Z] $ docker stop --time=1 9560c7ba2ae2db978450ced0a43a0725e572f4267c58b91c3f603841f5f8db1f [2022-12-13T22:31:41.173Z] $ docker rm -f 9560c7ba2ae2db978450ced0a43a0725e572f4267c58b91c3f603841f5f8db1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-13T22:31:41.833Z] + git log --format=format:%s -1 567a9513bdf41f4241f3f16eba2134c73a24fbd7 [Pipeline] sh [2022-12-13T22:31:42.123Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-13T22:31:42.123Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:31:42.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-13T22:31:42.424Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:31:42.491Z] prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container [2022-12-13T22:31:42.517Z] $ 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 [2022-12-13T22:31:42.913Z] $ docker top 554cc832389629688e7bd669098ec0d29843515fe5b7a98fb23961f17ee4b4b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-13T22:31:43.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-13T22:31:43.011Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-13T22:31:43.127Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-13T22:31:43.124Z] $ docker exec 554cc832389629688e7bd669098ec0d29843515fe5b7a98fb23961f17ee4b4b0 ssh-agent [2022-12-13T22:31:43.229Z] SSH_AUTH_SOCK=/tmp/ssh-BkmTPmlHQCTm/agent.32 [2022-12-13T22:31:43.229Z] SSH_AGENT_PID=38 [2022-12-13T22:31:43.233Z] Running ssh-add (command line suppressed) [2022-12-13T22:31:43.327Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5944382936729071647.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5944382936729071647.key) [2022-12-13T22:31:43.343Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-13T22:31:43.628Z] + git semver tag [2022-12-13T22:31:43.888Z] 2022-12-13 22:31:43,798 [run_tag] DEBUG tag force:False [2022-12-13T22:31:43.888Z] 2022-12-13 22:31:43,798 [check_head_tag] DEBUG check head tag [2022-12-13T22:31:43.888Z] 2022-12-13 22:31:43,799 [execute] INFO git cat-file --batch-check [2022-12-13T22:31:43.888Z] 2022-12-13 22:31:43,799 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2022-12-13T22:31:43.888Z] 2022-12-13 22:31:43,803 [execute] INFO git cat-file --batch [2022-12-13T22:31:43.888Z] 2022-12-13 22:31:43,803 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2022-12-13T22:31:43.888Z] 2022-12-13 22:31:43,828 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-12-13T22:31:43.888Z] 2022-12-13 22:31:43,828 [execute] INFO git tag -a v3.0.0-dev.1 -m v3.0.0-dev.1 [2022-12-13T22:31:43.888Z] 2022-12-13 22:31:43,828 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.1', '-m', 'v3.0.0-dev.1'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2022-12-13T22:31:43.888Z] 2022-12-13 22:31:43,831 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-12-13T22:31:43.888Z] 3.0.0-dev.1 [Pipeline] } [2022-12-13T22:31:43.892Z] $ docker exec --env ******** --env ******** 554cc832389629688e7bd669098ec0d29843515fe5b7a98fb23961f17ee4b4b0 ssh-agent -k [2022-12-13T22:31:43.978Z] unset SSH_AUTH_SOCK; [2022-12-13T22:31:43.979Z] unset SSH_AGENT_PID; [2022-12-13T22:31:43.979Z] echo Agent pid 38 killed; [2022-12-13T22:31:43.994Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-13T22:31:44.295Z] + git semver [Pipeline] } [2022-12-13T22:31:44.562Z] $ docker stop --time=1 554cc832389629688e7bd669098ec0d29843515fe5b7a98fb23961f17ee4b4b0 [2022-12-13T22:31:45.890Z] $ docker rm -f 554cc832389629688e7bd669098ec0d29843515fe5b7a98fb23961f17ee4b4b0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:31:46.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-12-13T22:31:46.281Z] [2022-12-13T22:31:46.281Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:31:46.583Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-12-13T22:31:46.583Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-12-13T22:31:46.583Z] ab5ef0e58194: Pulling fs layer [2022-12-13T22:31:46.583Z] 9712f1f96733: Pulling fs layer [2022-12-13T22:31:46.583Z] 63f879dbbcfc: Pulling fs layer [2022-12-13T22:31:46.583Z] 0d9ebad4ef96: Pulling fs layer [2022-12-13T22:31:46.583Z] e9a5061849ea: Pulling fs layer [2022-12-13T22:31:46.583Z] d747dcd14b5f: Pulling fs layer [2022-12-13T22:31:46.583Z] 0d9ebad4ef96: Waiting [2022-12-13T22:31:46.583Z] e9a5061849ea: Waiting [2022-12-13T22:31:46.583Z] 2de7ff778b66: Pulling fs layer [2022-12-13T22:31:46.583Z] d747dcd14b5f: Waiting [2022-12-13T22:31:46.583Z] 2de7ff778b66: Waiting [2022-12-13T22:31:46.583Z] 9712f1f96733: Verifying Checksum [2022-12-13T22:31:46.583Z] 9712f1f96733: Download complete [2022-12-13T22:31:47.172Z] 63f879dbbcfc: Verifying Checksum [2022-12-13T22:31:47.172Z] 63f879dbbcfc: Download complete [2022-12-13T22:31:47.172Z] 0d9ebad4ef96: Verifying Checksum [2022-12-13T22:31:47.172Z] 0d9ebad4ef96: Download complete [2022-12-13T22:31:47.172Z] d747dcd14b5f: Verifying Checksum [2022-12-13T22:31:47.172Z] d747dcd14b5f: Download complete [2022-12-13T22:31:47.172Z] e9a5061849ea: Verifying Checksum [2022-12-13T22:31:47.172Z] e9a5061849ea: Download complete [2022-12-13T22:31:47.172Z] ab5ef0e58194: Verifying Checksum [2022-12-13T22:31:47.173Z] ab5ef0e58194: Download complete [2022-12-13T22:31:47.173Z] 2de7ff778b66: Verifying Checksum [2022-12-13T22:31:47.173Z] 2de7ff778b66: Download complete [2022-12-13T22:31:49.703Z] ab5ef0e58194: Pull complete [2022-12-13T22:31:49.703Z] 9712f1f96733: Pull complete [2022-12-13T22:31:50.268Z] 63f879dbbcfc: Pull complete [2022-12-13T22:31:53.546Z] 0d9ebad4ef96: Pull complete [2022-12-13T22:31:53.546Z] e9a5061849ea: Pull complete [2022-12-13T22:31:53.546Z] d747dcd14b5f: Pull complete [2022-12-13T22:31:54.482Z] 2de7ff778b66: Pull complete [2022-12-13T22:31:54.482Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-12-13T22:31:54.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-12-13T22:31:54.482Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:31:54.559Z] prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container [2022-12-13T22:31:54.582Z] $ 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 [2022-12-13T22:31:56.361Z] $ docker top c03e33c2f9942c766f698da31a658e1b6dfef55bda2fc408964a9c41f8d76d8a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-12-13T22:31:56.441Z] provisioning config files... [2022-12-13T22:31:56.447Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4450854077177874334tmp [2022-12-13T22:31:56.457Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10521888351586648327tmp [2022-12-13T22:31:56.467Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14578521986623885243tmp [Pipeline] { [Pipeline] echo [2022-12-13T22:31:56.480Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:31:56.761Z] ---> sigul-configuration.sh [2022-12-13T22:31:56.761Z] gpg: directory `/root/.gnupg' created [2022-12-13T22:31:56.761Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-12-13T22:31:56.761Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-12-13T22:31:56.761Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-12-13T22:31:56.761Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-12-13T22:31:56.761Z] gpg: CAST5 encrypted data [2022-12-13T22:31:56.761Z] gpg: encrypted with 1 passphrase [2022-12-13T22:31:56.761Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-12-13T22:31:57.047Z] + mkdir /home/jenkins [2022-12-13T22:31:57.047Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-12-13T22:31:57.332Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-12-13T22:31:57.340Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:31:57.625Z] ---> sigul-install.sh [2022-12-13T22:31:57.625Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-12-13T22:31:57.910Z] + git tag --list [2022-12-13T22:31:57.910Z] v1.0.0 [2022-12-13T22:31:57.910Z] v1.1.0 [2022-12-13T22:31:57.910Z] v1.2.0 [2022-12-13T22:31:57.910Z] v1.3.0 [2022-12-13T22:31:57.910Z] v1.3.1 [2022-12-13T22:31:57.910Z] v2.0.0 [2022-12-13T22:31:57.910Z] v2.0.1 [2022-12-13T22:31:57.910Z] v2.1.0 [2022-12-13T22:31:57.910Z] v2.1.1 [2022-12-13T22:31:57.910Z] v2.1.1-dev.1 [2022-12-13T22:31:57.910Z] v2.1.1-dev.2 [2022-12-13T22:31:57.910Z] v2.2.0 [2022-12-13T22:31:57.910Z] v2.2.1-dev.1 [2022-12-13T22:31:57.910Z] v2.2.1-dev.10 [2022-12-13T22:31:57.910Z] v2.2.1-dev.2 [2022-12-13T22:31:57.910Z] v2.2.1-dev.3 [2022-12-13T22:31:57.910Z] v2.2.1-dev.4 [2022-12-13T22:31:57.910Z] v2.2.1-dev.5 [2022-12-13T22:31:57.910Z] v2.2.1-dev.6 [2022-12-13T22:31:57.910Z] v2.2.1-dev.7 [2022-12-13T22:31:57.910Z] v2.2.1-dev.8 [2022-12-13T22:31:57.910Z] v2.2.1-dev.9 [2022-12-13T22:31:57.910Z] v2.3.0 [2022-12-13T22:31:57.910Z] v2.3.0-dev.10 [2022-12-13T22:31:57.910Z] v2.3.0-dev.11 [2022-12-13T22:31:57.910Z] v2.3.0-dev.12 [2022-12-13T22:31:57.910Z] v2.3.0-dev.13 [2022-12-13T22:31:57.910Z] v2.3.0-dev.14 [2022-12-13T22:31:57.910Z] v2.3.0-dev.15 [2022-12-13T22:31:57.910Z] v2.3.0-dev.16 [2022-12-13T22:31:57.910Z] v2.3.0-dev.17 [2022-12-13T22:31:57.910Z] v2.3.0-dev.18 [2022-12-13T22:31:57.910Z] v2.3.0-dev.19 [2022-12-13T22:31:57.910Z] v2.3.0-dev.20 [2022-12-13T22:31:57.910Z] v2.3.0-dev.21 [2022-12-13T22:31:57.910Z] v2.3.0-dev.22 [2022-12-13T22:31:57.910Z] v2.3.0-dev.23 [2022-12-13T22:31:57.910Z] v2.3.0-dev.24 [2022-12-13T22:31:57.910Z] v2.3.0-dev.25 [2022-12-13T22:31:57.910Z] v2.3.0-dev.26 [2022-12-13T22:31:57.910Z] v2.3.0-dev.27 [2022-12-13T22:31:57.910Z] v2.3.0-dev.28 [2022-12-13T22:31:57.910Z] v2.3.0-dev.29 [2022-12-13T22:31:57.910Z] v2.3.0-dev.30 [2022-12-13T22:31:57.910Z] v2.3.0-dev.31 [2022-12-13T22:31:57.910Z] v2.3.0-dev.32 [2022-12-13T22:31:57.910Z] v2.3.0-dev.33 [2022-12-13T22:31:57.910Z] v2.3.0-dev.34 [2022-12-13T22:31:57.910Z] v2.3.0-dev.35 [2022-12-13T22:31:57.910Z] v2.3.0-dev.36 [2022-12-13T22:31:57.910Z] v2.3.0-dev.37 [2022-12-13T22:31:57.910Z] v3.0.0-dev.1 [Pipeline] sh [2022-12-13T22:31:58.194Z] + lftools sign git-tag v3.0.0-dev.1 [2022-12-13T22:31:58.763Z] Signing Git tag with Sigul... [2022-12-13T22:31:58.763Z] Signing v3.0.0-dev.1 [Pipeline] echo [2022-12-13T22:31:59.032Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:31:59.318Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-12-13T22:31:59.325Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-12-13T22:31:59.346Z] $ docker stop --time=1 c03e33c2f9942c766f698da31a658e1b6dfef55bda2fc408964a9c41f8d76d8a [2022-12-13T22:32:00.667Z] $ docker rm -f c03e33c2f9942c766f698da31a658e1b6dfef55bda2fc408964a9c41f8d76d8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-12-13T22:32:01.098Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-13T22:32:01.099Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:32:01.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-13T22:32:01.391Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:32:01.460Z] prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container [2022-12-13T22:32:01.482Z] $ 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 [2022-12-13T22:32:01.826Z] $ docker top 5b1cd95b36e4b40ae83ac29debdcec7b4498ae2284e2f1b361e59805d33187de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-13T22:32:01.906Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-13T22:32:01.906Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-13T22:32:02.013Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-13T22:32:02.011Z] $ docker exec 5b1cd95b36e4b40ae83ac29debdcec7b4498ae2284e2f1b361e59805d33187de ssh-agent [2022-12-13T22:32:02.125Z] SSH_AUTH_SOCK=/tmp/ssh-KuVAbhzBNvl3/agent.33 [2022-12-13T22:32:02.126Z] SSH_AGENT_PID=39 [2022-12-13T22:32:02.130Z] Running ssh-add (command line suppressed) [2022-12-13T22:32:02.226Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_15604515939738331981.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_15604515939738331981.key) [2022-12-13T22:32:02.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-13T22:32:02.527Z] + git semver bump pre [2022-12-13T22:32:02.786Z] 2022-12-13 22:32:02,703 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-12-13T22:32:02.786Z] 2022-12-13 22:32:02,703 [bump_version] DEBUG bumping version:3.0.0-dev.1 on axis:pre with prefix:dev [2022-12-13T22:32:02.786Z] 2022-12-13 22:32:02,703 [bump_version] DEBUG bumped version:3.0.0-dev.2 [2022-12-13T22:32:02.786Z] 2022-12-13 22:32:02,703 [write_version] DEBUG write version:3.0.0-dev.2 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2022-12-13T22:32:02.786Z] 2022-12-13 22:32:02,703 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-12-13T22:32:02.786Z] 2022-12-13 22:32:02,704 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2022-12-13T22:32:02.786Z] 2022-12-13 22:32:02,705 [execute] INFO git cat-file --batch-check [2022-12-13T22:32:02.786Z] 2022-12-13 22:32:02,705 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-12-13T22:32:02.786Z] 2022-12-13 22:32:02,711 [execute] INFO git cat-file --batch [2022-12-13T22:32:02.786Z] 2022-12-13 22:32:02,711 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-12-13T22:32:02.786Z] 2022-12-13 22:32:02,716 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-12-13T22:32:02.786Z] 3.0.0-dev.2 [Pipeline] } [2022-12-13T22:32:02.789Z] $ docker exec --env ******** --env ******** 5b1cd95b36e4b40ae83ac29debdcec7b4498ae2284e2f1b361e59805d33187de ssh-agent -k [2022-12-13T22:32:02.884Z] unset SSH_AUTH_SOCK; [2022-12-13T22:32:02.885Z] unset SSH_AGENT_PID; [2022-12-13T22:32:02.885Z] echo Agent pid 39 killed; [2022-12-13T22:32:02.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-13T22:32:03.213Z] + git semver [Pipeline] } [2022-12-13T22:32:03.479Z] $ docker stop --time=1 5b1cd95b36e4b40ae83ac29debdcec7b4498ae2284e2f1b361e59805d33187de [2022-12-13T22:32:04.788Z] $ docker rm -f 5b1cd95b36e4b40ae83ac29debdcec7b4498ae2284e2f1b361e59805d33187de [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-13T22:32:05.129Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-13T22:32:05.129Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:32:05.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-13T22:32:05.428Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:32:05.498Z] prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container [2022-12-13T22:32:05.522Z] $ 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 [2022-12-13T22:32:05.846Z] $ docker top 6547383b910a05ff95d079a0f3573faa688abceed35f896c3781dd099ff8289d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-13T22:32:05.939Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-13T22:32:05.939Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-13T22:32:06.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-13T22:32:06.038Z] $ docker exec 6547383b910a05ff95d079a0f3573faa688abceed35f896c3781dd099ff8289d ssh-agent [2022-12-13T22:32:06.140Z] SSH_AUTH_SOCK=/tmp/ssh-rwiwUtoWAQXq/agent.33 [2022-12-13T22:32:06.140Z] SSH_AGENT_PID=39 [2022-12-13T22:32:06.145Z] Running ssh-add (command line suppressed) [2022-12-13T22:32:06.228Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_11370123685984902626.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_11370123685984902626.key) [2022-12-13T22:32:06.245Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-13T22:32:06.532Z] + git semver push [2022-12-13T22:32:06.792Z] 2022-12-13 22:32:06,688 [run_push] DEBUG push [2022-12-13T22:32:06.792Z] 2022-12-13 22:32:06,689 [execute] INFO git cat-file --batch-check [2022-12-13T22:32:06.792Z] 2022-12-13 22:32:06,689 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-12-13T22:32:06.792Z] 2022-12-13 22:32:06,693 [execute] INFO git rev-list d6e0744523554f53518a839665d7288c0e4513af -- [2022-12-13T22:32:06.792Z] 2022-12-13 22:32:06,693 [execute] DEBUG Popen(['git', 'rev-list', 'd6e0744523554f53518a839665d7288c0e4513af', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-12-13T22:32:06.792Z] 2022-12-13 22:32:06,701 [execute] INFO git fetch -v origin [2022-12-13T22:32:06.792Z] 2022-12-13 22:32:06,701 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-12-13T22:32:07.729Z] 2022-12-13 22:32:07,378 [run_push] DEBUG no remote changes detected [2022-12-13T22:32:07.729Z] 2022-12-13 22:32:07,378 [execute] INFO git push origin semver [2022-12-13T22:32:07.729Z] 2022-12-13 22:32:07,379 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-12-13T22:32:08.298Z] 2022-12-13 22:32:08,133 [run_push] DEBUG push all version tags [2022-12-13T22:32:08.298Z] 2022-12-13 22:32:08,133 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-12-13T22:32:08.298Z] 2022-12-13 22:32:08,134 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2022-12-13T22:32:09.235Z] 2022-12-13 22:32:08,867 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-12-13T22:32:09.235Z] 3.0.0-dev.2 [Pipeline] } [2022-12-13T22:32:09.238Z] $ docker exec --env ******** --env ******** 6547383b910a05ff95d079a0f3573faa688abceed35f896c3781dd099ff8289d ssh-agent -k [2022-12-13T22:32:09.326Z] unset SSH_AUTH_SOCK; [2022-12-13T22:32:09.328Z] unset SSH_AGENT_PID; [2022-12-13T22:32:09.328Z] echo Agent pid 39 killed; [2022-12-13T22:32:09.340Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-13T22:32:09.647Z] + git semver [Pipeline] } [2022-12-13T22:32:09.913Z] $ docker stop --time=1 6547383b910a05ff95d079a0f3573faa688abceed35f896c3781dd099ff8289d [2022-12-13T22:32:11.214Z] $ docker rm -f 6547383b910a05ff95d079a0f3573faa688abceed35f896c3781dd099ff8289d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-12-13T22:32:11.783Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-12-13T22:32:11.783Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-12-13T22:32:11.783Z] total 16 [2022-12-13T22:32:11.783Z] drwxr-xr-x 3 root root 4096 Dec 13 22:21 . [2022-12-13T22:32:11.783Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 13 22:31 .. [2022-12-13T22:32:11.783Z] drwxr-xr-x 2 root root 4096 Dec 13 22:21 cost [2022-12-13T22:32:11.783Z] -rw-r--r-- 1 root root 96 Dec 13 22:21 cost.csv [2022-12-13T22:32:11.783Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-12-13T22:32:11.783Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-12-13T22:32:11.783Z] total 16 [2022-12-13T22:32:11.783Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 13 22:21 . [2022-12-13T22:32:11.783Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 13 22:31 .. [2022-12-13T22:32:11.783Z] drwxr-xr-x 2 jenkins jenkins 4096 Dec 13 22:21 cost [2022-12-13T22:32:11.783Z] -rw-r--r-- 1 jenkins jenkins 96 Dec 13 22:21 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:32:12.074Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:32:12.931Z] ---> package-listing.sh [2022-12-13T22:32:12.931Z] ++ tr '[:upper:]' '[:lower:]' [2022-12-13T22:32:12.931Z] ++ facter osfamily [2022-12-13T22:32:13.190Z] + OS_FAMILY=debian [2022-12-13T22:32:13.190Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-12-13T22:32:13.190Z] + START_PACKAGES=/tmp/packages_start.txt [2022-12-13T22:32:13.190Z] + END_PACKAGES=/tmp/packages_end.txt [2022-12-13T22:32:13.190Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-12-13T22:32:13.190Z] + PACKAGES=/tmp/packages_start.txt [2022-12-13T22:32:13.190Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-12-13T22:32:13.190Z] + PACKAGES=/tmp/packages_end.txt [2022-12-13T22:32:13.190Z] + case "${OS_FAMILY}" in [2022-12-13T22:32:13.190Z] + dpkg -l [2022-12-13T22:32:13.190Z] + grep '^ii' [2022-12-13T22:32:13.190Z] + '[' -f /tmp/packages_start.txt ']' [2022-12-13T22:32:13.190Z] + '[' -f /tmp/packages_end.txt ']' [2022-12-13T22:32:13.190Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-12-13T22:32:13.190Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-12-13T22:32:13.190Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-12-13T22:32:13.191Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2022-12-13T22:32:13.201Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-12-13T22:32:13.479Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-13T22:32:14.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-13T22:32:14.034Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-13T22:32:14.111Z] prd-ubuntu20.04-docker-8c-8g-121141 does not seem to be running inside a container [2022-12-13T22:32:14.136Z] $ 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 [2022-12-13T22:32:14.333Z] $ docker top fb9a174f32f8fc216b89ca2590397027ba7a75dce15ae37578615d9a7d0be35e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-13T22:32:14.773Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-12-13T22:32:15.117Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-12-13T22:32:15.398Z] + ls /var/log/sa-host [2022-12-13T22:32:15.398Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-13T22:32:15.547Z] provisioning config files... [2022-12-13T22:32:15.555Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12028487461436431649tmp [Pipeline] { [Pipeline] echo [2022-12-13T22:32:15.568Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:32:15.849Z] ---> create-netrc.sh [Pipeline] } [2022-12-13T22:32:15.856Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:32:16.189Z] ---> python-tools-install.sh [Pipeline] echo [2022-12-13T22:32:16.197Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:32:16.477Z] ---> sudo-logs.sh [2022-12-13T22:32:16.477Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-12-13T22:32:16.503Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:32:16.783Z] ---> job-cost.sh [2022-12-13T22:32:16.783Z] lf-activate-venv: SKIPPING [2022-12-13T22:32:16.783Z] DEBUG: total: 0.2199999988079071 [2022-12-13T22:32:16.783Z] INFO: Retrieving Stack Cost... [2022-12-13T22:32:17.042Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-12-13T22:32:17.609Z] INFO: Archiving Costs [Pipeline] echo [2022-12-13T22:32:17.620Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-13T22:32:17.901Z] ---> logs-deploy.sh [2022-12-13T22:32:17.901Z] lf-activate-venv: SKIPPING [2022-12-13T22:32:17.901Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/118 [2022-12-13T22:32:17.901Z] INFO: archiving workspace using pattern(s): [2022-12-13T22:32:18.836Z] Archives upload complete. [2022-12-13T22:32:18.836Z] INFO: archiving logs to Nexus