Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a0e8a3cf402e2d18cab125a1c4a8a92554f18848 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-ssh3100710346420157400.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-ssh757137572153039280.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-ssh3906698528484938446.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-ssh14193878361249404436.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-ssh11353765411828738949.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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-1616 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 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 (main) Commit message: "build!: Remove ZMQ from snap (#498)" > 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 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 # timeout=10 > git rev-list --no-walk 00d8ffd1a5b178530bec1b751018b947d29fdef0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-10T17:44:16.686Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-10T17:44:16.742Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-10T17:44:16.755Z] ========================================================= [2023-01-10T17:44:16.755Z] EdgeX Global Pipelines Version Info [2023-01-10T17:44:16.755Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:44:17.467Z] ------------------- [2023-01-10T17:44:17.467Z] stable info: [2023-01-10T17:44:17.467Z] ------------------- [2023-01-10T17:44:17.467Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-10T17:44:17.467Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-10T17:44:17.467Z] Message: update stable to v1.0.244 [2023-01-10T17:44:18.035Z] ------------------- [2023-01-10T17:44:18.035Z] experimental info: [2023-01-10T17:44:18.035Z] ------------------- [2023-01-10T17:44:18.035Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-10T17:44:18.035Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-10T17:44:18.035Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-10T17:44:18.209Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-01-10T17:44:18.225Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-01-10T17:44:18.243Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-10T17:44:18.257Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-10T17:44:18.271Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-10T17:44:18.282Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-10T17:44:18.295Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-10T17:44:18.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-10T17:44:18.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-10T17:44:18.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-10T17:44:18.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-10T17:44:18.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-01-10T17:44:18.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-10T17:44:18.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-10T17:44:18.394Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-10T17:44:18.406Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-10T17:44:18.421Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-10T17:44:18.440Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-10T17:44:18.456Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-10T17:44:18.473Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-10T17:44:18.485Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-10T17:44:18.498Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-10T17:44:18.509Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-10T17:44:18.519Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-10T17:44:18.531Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-10T17:44:18.547Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-10T17:44:18.561Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-10T17:44:18.580Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-10T17:44:18.598Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-10T17:44:18.615Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-10T17:44:18.633Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] echo [2023-01-10T17:44:18.650Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a0e8a3c [Pipeline] echo [2023-01-10T17:44:18.668Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T17:44:18.718Z] provisioning config files... [2023-01-10T17:44:18.737Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9813388994090840892tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:44:19.037Z] ---> docker-login.sh [2023-01-10T17:44:19.037Z] nexus3.edgexfoundry.org:10001 [2023-01-10T17:44:19.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:44:19.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:44:19.298Z] Configure a credential helper to remove this warning. See [2023-01-10T17:44:19.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:44:19.298Z] [2023-01-10T17:44:19.298Z] Login Succeeded [2023-01-10T17:44:19.298Z] nexus3.edgexfoundry.org:10002 [2023-01-10T17:44:19.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:44:19.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:44:19.298Z] Configure a credential helper to remove this warning. See [2023-01-10T17:44:19.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:44:19.298Z] [2023-01-10T17:44:19.298Z] Login Succeeded [2023-01-10T17:44:19.560Z] nexus3.edgexfoundry.org:10003 [2023-01-10T17:44:19.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:44:19.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:44:19.560Z] Configure a credential helper to remove this warning. See [2023-01-10T17:44:19.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:44:19.560Z] [2023-01-10T17:44:19.560Z] Login Succeeded [2023-01-10T17:44:19.560Z] nexus3.edgexfoundry.org:10004 [2023-01-10T17:44:19.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:44:19.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:44:19.560Z] Configure a credential helper to remove this warning. See [2023-01-10T17:44:19.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:44:19.560Z] [2023-01-10T17:44:19.560Z] Login Succeeded [2023-01-10T17:44:19.560Z] docker.io [2023-01-10T17:44:19.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:44:19.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:44:19.820Z] Configure a credential helper to remove this warning. See [2023-01-10T17:44:19.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:44:19.820Z] [2023-01-10T17:44:19.820Z] Login Succeeded [2023-01-10T17:44:19.820Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T17:44:19.826Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-10T17:44:20.185Z] + git rev-list -1 --merges a0e8a3cf402e2d18cab125a1c4a8a92554f18848~1..a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] echo [2023-01-10T17:44:20.237Z] -----------> git rev-list -1 --merges a0e8a3cf402e2d18cab125a1c4a8a92554f18848~1..a0e8a3cf402e2d18cab125a1c4a8a92554f18848 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [false] [Pipeline] sh [2023-01-10T17:44:20.528Z] + git log --format=format:%s -1 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] echo [2023-01-10T17:44:20.542Z] ========================================================= [2023-01-10T17:44:20.542Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-10T17:44:20.542Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-10T17:44:20.860Z] + git log --format=format:%s -1 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] echo [2023-01-10T17:44:20.892Z] [semverPrep] GIT_COMMIT: a0e8a3cf402e2d18cab125a1c4a8a92554f18848, Commit Message: build!: Remove ZMQ from snap (#498) [Pipeline] echo [2023-01-10T17:44:20.901Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-10T17:44:21.234Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T17:44:21.234Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-10T17:44:21.234Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-10T17:44:21.234Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-10T17:44:21.234Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-10T17:44:21.234Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-10T17:44:21.234Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:44:21.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T17:44:21.580Z] [2023-01-10T17:44:21.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:44:21.878Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T17:44:21.878Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-10T17:44:21.878Z] b85a868b505f: Pulling fs layer [2023-01-10T17:44:21.878Z] e2be974225ed: Pulling fs layer [2023-01-10T17:44:21.878Z] 339a4e72a1f5: Pulling fs layer [2023-01-10T17:44:21.878Z] 988bab9f4d93: Pulling fs layer [2023-01-10T17:44:21.878Z] 1469e6f7b9e6: Pulling fs layer [2023-01-10T17:44:21.878Z] eaf3925da568: Pulling fs layer [2023-01-10T17:44:21.878Z] bab4dde63d76: Pulling fs layer [2023-01-10T17:44:21.878Z] bde34c3a00c8: Pulling fs layer [2023-01-10T17:44:21.878Z] b352a97aabf1: Pulling fs layer [2023-01-10T17:44:21.878Z] 4872d77fe225: Pulling fs layer [2023-01-10T17:44:21.878Z] 5851b861e8e6: Pulling fs layer [2023-01-10T17:44:21.878Z] eaf3925da568: Waiting [2023-01-10T17:44:21.878Z] 4872d77fe225: Waiting [2023-01-10T17:44:21.878Z] 5851b861e8e6: Waiting [2023-01-10T17:44:21.878Z] bab4dde63d76: Waiting [2023-01-10T17:44:21.878Z] bde34c3a00c8: Waiting [2023-01-10T17:44:21.878Z] b352a97aabf1: Waiting [2023-01-10T17:44:21.878Z] 988bab9f4d93: Waiting [2023-01-10T17:44:21.878Z] 1469e6f7b9e6: Waiting [2023-01-10T17:44:21.878Z] e2be974225ed: Verifying Checksum [2023-01-10T17:44:21.878Z] e2be974225ed: Download complete [2023-01-10T17:44:21.878Z] 988bab9f4d93: Verifying Checksum [2023-01-10T17:44:22.137Z] 1469e6f7b9e6: Verifying Checksum [2023-01-10T17:44:22.137Z] 1469e6f7b9e6: Download complete [2023-01-10T17:44:22.137Z] eaf3925da568: Download complete [2023-01-10T17:44:22.137Z] 339a4e72a1f5: Verifying Checksum [2023-01-10T17:44:22.137Z] 339a4e72a1f5: Download complete [2023-01-10T17:44:22.137Z] bde34c3a00c8: Download complete [2023-01-10T17:44:22.137Z] b352a97aabf1: Download complete [2023-01-10T17:44:22.137Z] 4872d77fe225: Verifying Checksum [2023-01-10T17:44:22.137Z] 4872d77fe225: Download complete [2023-01-10T17:44:22.137Z] 5851b861e8e6: Verifying Checksum [2023-01-10T17:44:22.137Z] 5851b861e8e6: Download complete [2023-01-10T17:44:22.137Z] b85a868b505f: Verifying Checksum [2023-01-10T17:44:22.137Z] b85a868b505f: Download complete [2023-01-10T17:44:22.395Z] bab4dde63d76: Verifying Checksum [2023-01-10T17:44:22.395Z] bab4dde63d76: Download complete [2023-01-10T17:44:23.381Z] b85a868b505f: Pull complete [2023-01-10T17:44:23.381Z] e2be974225ed: Pull complete [2023-01-10T17:44:23.951Z] 339a4e72a1f5: Pull complete [2023-01-10T17:44:23.951Z] 988bab9f4d93: Pull complete [2023-01-10T17:44:24.210Z] 1469e6f7b9e6: Pull complete [2023-01-10T17:44:24.210Z] eaf3925da568: Pull complete [2023-01-10T17:44:26.113Z] bab4dde63d76: Pull complete [2023-01-10T17:44:26.113Z] bde34c3a00c8: Pull complete [2023-01-10T17:44:26.113Z] b352a97aabf1: Pull complete [2023-01-10T17:44:26.113Z] 4872d77fe225: Pull complete [2023-01-10T17:44:26.113Z] 5851b861e8e6: Pull complete [2023-01-10T17:44:26.113Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-10T17:44:26.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T17:44:26.381Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:44:26.477Z] prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container [2023-01-10T17:44:26.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-10T17:44:30.896Z] $ docker top 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 -eo pid,comm [2023-01-10T17:44:31.021Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-10T17:44:31.021Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T17:44:31.055Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T17:44:31.056Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T17:44:31.176Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T17:44:31.180Z] $ docker exec 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 ssh-agent [2023-01-10T17:44:31.294Z] SSH_AUTH_SOCK=/tmp/ssh-vC6TgEN4cwkW/agent.13 [2023-01-10T17:44:31.294Z] SSH_AGENT_PID=19 [2023-01-10T17:44:31.299Z] Running ssh-add (command line suppressed) [2023-01-10T17:44:31.415Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_18012905147362170739.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_18012905147362170739.key) [2023-01-10T17:44:31.427Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T17:44:31.716Z] + git tag --points-at HEAD [Pipeline] } [2023-01-10T17:44:31.731Z] $ docker exec --env ******** --env ******** 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 ssh-agent -k [2023-01-10T17:44:31.831Z] unset SSH_AUTH_SOCK; [2023-01-10T17:44:31.832Z] unset SSH_AGENT_PID; [2023-01-10T17:44:31.832Z] echo Agent pid 19 killed; [2023-01-10T17:44:31.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-10T17:44:31.869Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T17:44:31.869Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T17:44:31.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T17:44:31.983Z] $ docker exec 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 ssh-agent [2023-01-10T17:44:32.092Z] SSH_AUTH_SOCK=/tmp/ssh-cWR6YQKn5pLr/agent.70 [2023-01-10T17:44:32.092Z] SSH_AGENT_PID=76 [2023-01-10T17:44:32.096Z] Running ssh-add (command line suppressed) [2023-01-10T17:44:32.192Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17528554299961909753.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17528554299961909753.key) [2023-01-10T17:44:32.203Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T17:44:32.491Z] + git semver init [2023-01-10T17:44:32.754Z] 2023-01-10 17:44:32,688 [run_init] DEBUG init version:0.0.0 force:False [2023-01-10T17:44:32.754Z] 2023-01-10 17:44:32,690 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-01-10T17:44:32.754Z] 2023-01-10 17:44:32,691 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2023-01-10T17:44:32.754Z] 2023-01-10 17:44:32,691 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-01-10T17:44:33.692Z] 2023-01-10 17:44:33,587 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-01-10T17:44:33.692Z] 2023-01-10 17:44:33,588 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2023-01-10T17:44:33.692Z] 2023-01-10 17:44:33,588 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-10T17:44:33.692Z] 2023-01-10 17:44:33,588 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-10T17:44:33.692Z] 3.0.0-dev.7 [Pipeline] } [2023-01-10T17:44:33.704Z] $ docker exec --env ******** --env ******** 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 ssh-agent -k [2023-01-10T17:44:33.798Z] unset SSH_AUTH_SOCK; [2023-01-10T17:44:33.799Z] unset SSH_AGENT_PID; [2023-01-10T17:44:33.799Z] echo Agent pid 76 killed; [2023-01-10T17:44:33.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T17:44:34.121Z] + git semver [Pipeline] } [2023-01-10T17:44:34.397Z] $ docker stop --time=1 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 [2023-01-10T17:44:35.717Z] $ docker rm -f --volumes 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T17:44:36.059Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-10T17:44:36.274Z] Stashed 1 file(s) [Pipeline] echo [2023-01-10T17:44:36.278Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T17:44:36.443Z] provisioning config files... [2023-01-10T17:44:36.451Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5470865905935412604tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:44:36.749Z] ---> docker-login.sh [2023-01-10T17:44:36.749Z] nexus3.edgexfoundry.org:10001 [2023-01-10T17:44:36.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:44:36.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:44:36.749Z] Configure a credential helper to remove this warning. See [2023-01-10T17:44:36.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:44:36.749Z] [2023-01-10T17:44:36.749Z] Login Succeeded [2023-01-10T17:44:36.749Z] nexus3.edgexfoundry.org:10002 [2023-01-10T17:44:36.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:44:36.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:44:36.749Z] Configure a credential helper to remove this warning. See [2023-01-10T17:44:36.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:44:36.749Z] [2023-01-10T17:44:36.749Z] Login Succeeded [2023-01-10T17:44:36.749Z] nexus3.edgexfoundry.org:10003 [2023-01-10T17:44:37.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:44:37.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:44:37.017Z] Configure a credential helper to remove this warning. See [2023-01-10T17:44:37.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:44:37.017Z] [2023-01-10T17:44:37.017Z] Login Succeeded [2023-01-10T17:44:37.017Z] nexus3.edgexfoundry.org:10004 [2023-01-10T17:44:37.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:44:37.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:44:37.017Z] Configure a credential helper to remove this warning. See [2023-01-10T17:44:37.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:44:37.017Z] [2023-01-10T17:44:37.017Z] Login Succeeded [2023-01-10T17:44:37.017Z] docker.io [2023-01-10T17:44:37.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:44:37.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:44:37.276Z] Configure a credential helper to remove this warning. See [2023-01-10T17:44:37.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:44:37.276Z] [2023-01-10T17:44:37.276Z] Login Succeeded [2023-01-10T17:44:37.276Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T17:44:37.284Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-10T17:44:37.337Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T17:44:37.353Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T17:44:37.363Z] ========================================================= [2023-01-10T17:44:37.363Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-10T17:44:37.363Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:44:37.681Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-10T17:44:37.681Z] Sending build context to Docker daemon 3.208MB [2023-01-10T17:44:37.681Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-10T17:44:37.681Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-10T17:44:37.681Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-10T17:44:37.681Z] 213ec9aee27d: Pulling fs layer [2023-01-10T17:44:37.681Z] 4583459ba037: Pulling fs layer [2023-01-10T17:44:37.681Z] 93c1e223e6f2: Pulling fs layer [2023-01-10T17:44:37.681Z] 53926ce57604: Pulling fs layer [2023-01-10T17:44:37.681Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-10T17:44:37.681Z] 22ff95d597cd: Pulling fs layer [2023-01-10T17:44:37.681Z] 12d6caf4c0d1: Pulling fs layer [2023-01-10T17:44:37.681Z] 96b7cbca73a9: Pulling fs layer [2023-01-10T17:44:37.681Z] 53926ce57604: Waiting [2023-01-10T17:44:37.681Z] a7acece74701: Pulling fs layer [2023-01-10T17:44:37.681Z] 21b2b0c7a3f4: Waiting [2023-01-10T17:44:37.681Z] 22ff95d597cd: Waiting [2023-01-10T17:44:37.681Z] 12d6caf4c0d1: Waiting [2023-01-10T17:44:37.681Z] 96b7cbca73a9: Waiting [2023-01-10T17:44:37.681Z] a7acece74701: Waiting [2023-01-10T17:44:37.681Z] 93c1e223e6f2: Verifying Checksum [2023-01-10T17:44:37.681Z] 93c1e223e6f2: Download complete [2023-01-10T17:44:37.681Z] 4583459ba037: Verifying Checksum [2023-01-10T17:44:37.681Z] 4583459ba037: Download complete [2023-01-10T17:44:37.681Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-10T17:44:37.681Z] 21b2b0c7a3f4: Download complete [2023-01-10T17:44:37.943Z] 22ff95d597cd: Download complete [2023-01-10T17:44:37.943Z] 213ec9aee27d: Verifying Checksum [2023-01-10T17:44:37.943Z] 213ec9aee27d: Download complete [2023-01-10T17:44:37.943Z] 12d6caf4c0d1: Verifying Checksum [2023-01-10T17:44:37.943Z] 12d6caf4c0d1: Download complete [2023-01-10T17:44:37.943Z] 213ec9aee27d: Pull complete [2023-01-10T17:44:38.205Z] 4583459ba037: Pull complete [2023-01-10T17:44:38.205Z] 93c1e223e6f2: Pull complete [2023-01-10T17:44:38.466Z] a7acece74701: Verifying Checksum [2023-01-10T17:44:38.466Z] a7acece74701: Download complete [2023-01-10T17:44:38.726Z] 53926ce57604: Verifying Checksum [2023-01-10T17:44:38.726Z] 53926ce57604: Download complete [2023-01-10T17:44:38.985Z] 96b7cbca73a9: Verifying Checksum [2023-01-10T17:44:43.171Z] 53926ce57604: Pull complete [2023-01-10T17:44:43.171Z] 21b2b0c7a3f4: Pull complete [2023-01-10T17:44:43.428Z] 22ff95d597cd: Pull complete [2023-01-10T17:44:43.428Z] 12d6caf4c0d1: Pull complete [2023-01-10T17:44:45.959Z] 96b7cbca73a9: Pull complete [2023-01-10T17:44:46.527Z] a7acece74701: Pull complete [2023-01-10T17:44:46.527Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-10T17:44:46.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-10T17:44:46.527Z] ---> db6d94c90886 [2023-01-10T17:44:46.527Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-10T17:44:51.392Z] Still waiting to schedule task [2023-01-10T17:44:51.392Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-01-10T17:44:51.808Z] ---> Running in 709e3e137fa8 [2023-01-10T17:44:51.808Z] Removing intermediate container 709e3e137fa8 [2023-01-10T17:44:51.808Z] ---> f6b7aace6ccb [2023-01-10T17:44:51.808Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-10T17:44:51.808Z] ---> Running in d99a32c764e8 [2023-01-10T17:44:52.067Z] Removing intermediate container d99a32c764e8 [2023-01-10T17:44:52.067Z] ---> e6dc1af5108a [2023-01-10T17:44:52.067Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-10T17:44:52.067Z] ---> Running in 85bf5040c2a6 [2023-01-10T17:44:52.067Z] Removing intermediate container 85bf5040c2a6 [2023-01-10T17:44:52.067Z] ---> 66769b4be7a9 [2023-01-10T17:44:52.067Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-10T17:44:52.326Z] ---> Running in 3e62c36efd2c [2023-01-10T17:44:52.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T17:44:52.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T17:44:52.842Z] OK: 211 MiB in 51 packages [2023-01-10T17:44:53.410Z] Removing intermediate container 3e62c36efd2c [2023-01-10T17:44:53.410Z] ---> ba2f0a1e28a1 [2023-01-10T17:44:53.410Z] Step 7/12 : WORKDIR /app [2023-01-10T17:44:53.410Z] ---> Running in 19125ffbd669 [2023-01-10T17:44:53.410Z] Removing intermediate container 19125ffbd669 [2023-01-10T17:44:53.410Z] ---> 115debbe46a4 [2023-01-10T17:44:53.410Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-10T17:44:53.686Z] ---> 9b8b9a996dbf [2023-01-10T17:44:53.686Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T17:44:54.256Z] ---> Running in 630679bf4b40 [2023-01-10T17:45:21.358Z] Removing intermediate container 630679bf4b40 [2023-01-10T17:45:21.358Z] ---> e8ff7c51fba0 [2023-01-10T17:45:21.358Z] Step 10/12 : COPY . . [2023-01-10T17:45:21.358Z] ---> 3ecbdf673aaa [2023-01-10T17:45:21.358Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-10T17:45:21.358Z] ---> Running in 240c2faffef9 [2023-01-10T17:45:21.358Z] Removing intermediate container 240c2faffef9 [2023-01-10T17:45:21.358Z] ---> e70e37645932 [2023-01-10T17:45:21.358Z] Step 12/12 : RUN $MAKE [2023-01-10T17:45:21.358Z] ---> Running in 8775fc037026 [2023-01-10T17:45:21.358Z] noop [2023-01-10T17:45:21.358Z] Removing intermediate container 8775fc037026 [2023-01-10T17:45:21.358Z] ---> 3dd2e32f36d7 [2023-01-10T17:45:21.358Z] Successfully built 3dd2e32f36d7 [2023-01-10T17:45:21.358Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:45:21.677Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-10T17:45:21.677Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:45:21.746Z] prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container [2023-01-10T17:45:21.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-10T17:45:22.111Z] $ docker top ef76115493771d7558d1d14ee057d91f04d50488a8d5a2a35bd88b0de2f5c49f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T17:45:22.445Z] + go version [2023-01-10T17:45:22.445Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-10T17:45:22.462Z] $ docker stop --time=1 ef76115493771d7558d1d14ee057d91f04d50488a8d5a2a35bd88b0de2f5c49f [2023-01-10T17:45:23.730Z] $ docker rm -f --volumes ef76115493771d7558d1d14ee057d91f04d50488a8d5a2a35bd88b0de2f5c49f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:45:24.115Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-10T17:45:24.115Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:45:24.183Z] prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container [2023-01-10T17:45:24.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-10T17:45:24.557Z] $ docker top 065bbf012cd41548674df69e91821fc6cf3795331c0e2577ee38e0d193406dc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T17:45:24.885Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-01-10T17:45:25.181Z] + make test [2023-01-10T17:45:25.181Z] go test -race -coverprofile=coverage.out ./... [2023-01-10T17:45:47.100Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-01-10T17:45:47.100Z] go vet ./... [2023-01-10T17:45:52.356Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-10T17:45:52.356Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-10T17:45:52.356Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-10T17:45:52.626Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-10T17:45:52.641Z] $ docker stop --time=1 065bbf012cd41548674df69e91821fc6cf3795331c0e2577ee38e0d193406dc8 [2023-01-10T17:45:56.572Z] $ docker rm -f --volumes 065bbf012cd41548674df69e91821fc6cf3795331c0e2577ee38e0d193406dc8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T17:45:56.995Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-10T17:45:57.042Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-10T17:45:57.486Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-10T17:45:57.770Z] + ls -al . [2023-01-10T17:45:57.770Z] total 184 [2023-01-10T17:45:57.770Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 17:45 . [2023-01-10T17:45:57.770Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:44 .. [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 10 17:44 .dockerignore [2023-01-10T17:45:57.770Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 17:44 .git [2023-01-10T17:45:57.770Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 10 17:44 .github [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 171 Jan 10 17:44 .gitignore [2023-01-10T17:45:57.770Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 10 17:44 .semver [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 9103 Jan 10 17:44 Attribution.txt [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 29118 Jan 10 17:44 CHANGELOG.md [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 1898 Jan 10 17:44 Dockerfile [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 10 17:44 GOVERNANCE.md [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 688 Jan 10 17:44 Jenkinsfile [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 10 17:44 LICENSE [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 10 17:44 OWNERS.md [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 4369 Jan 10 17:44 README.md [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 10 17:44 VERSION [2023-01-10T17:45:57.770Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 17:44 bin [2023-01-10T17:45:57.770Z] -rw-r--r-- 1 jenkins jenkins 13 Jan 10 17:45 coverage.out [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 3397 Jan 10 17:44 go.mod [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 44232 Jan 10 17:44 go.sum [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jan 10 17:44 main.go [2023-01-10T17:45:57.770Z] -rw-rw-r-- 1 jenkins jenkins 2078 Jan 10 17:44 makefile [2023-01-10T17:45:57.770Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 10 17:44 res [2023-01-10T17:45:57.770Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:44 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:45:58.081Z] + 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=a0e8a3cf402e2d18cab125a1c4a8a92554f18848 --label arch=amd64 --label version=3.0.0-dev.7 . [2023-01-10T17:45:58.081Z] Sending build context to Docker daemon 3.209MB [2023-01-10T17:45:58.081Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-10T17:45:58.081Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-10T17:45:58.081Z] ---> 3dd2e32f36d7 [2023-01-10T17:45:58.081Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-01-10T17:45:58.339Z] ---> Running in 5a82cef2c89b [2023-01-10T17:45:58.598Z] Removing intermediate container 5a82cef2c89b [2023-01-10T17:45:58.598Z] ---> a9fa66140d87 [2023-01-10T17:45:58.598Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-10T17:45:58.598Z] ---> Running in 707b12eabb1d [2023-01-10T17:45:58.598Z] Removing intermediate container 707b12eabb1d [2023-01-10T17:45:58.598Z] ---> 6de25bb80248 [2023-01-10T17:45:58.598Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-01-10T17:45:58.598Z] ---> Running in a6a6479454bf [2023-01-10T17:45:58.598Z] Removing intermediate container a6a6479454bf [2023-01-10T17:45:58.598Z] ---> 081121282a20 [2023-01-10T17:45:58.598Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-10T17:45:58.857Z] ---> Running in f3381504e509 [2023-01-10T17:45:59.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T17:45:59.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T17:45:59.374Z] OK: 211 MiB in 51 packages [2023-01-10T17:45:59.631Z] Removing intermediate container f3381504e509 [2023-01-10T17:45:59.631Z] ---> ecdceb852e29 [2023-01-10T17:45:59.631Z] Step 7/26 : WORKDIR /app [2023-01-10T17:45:59.888Z] ---> Running in d9897c7a6591 [2023-01-10T17:45:59.888Z] Removing intermediate container d9897c7a6591 [2023-01-10T17:45:59.888Z] ---> 30f9a0208186 [2023-01-10T17:45:59.888Z] Step 8/26 : COPY go.mod vendor* ./ [2023-01-10T17:45:59.888Z] ---> d4d9ded33290 [2023-01-10T17:45:59.888Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T17:45:59.888Z] ---> Running in 9ebf4141a15e [2023-01-10T17:46:00.454Z] Removing intermediate container 9ebf4141a15e [2023-01-10T17:46:00.454Z] ---> 44f76702a868 [2023-01-10T17:46:00.454Z] Step 10/26 : COPY . . [2023-01-10T17:46:00.714Z] ---> 0d0982e25b25 [2023-01-10T17:46:00.714Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-10T17:46:00.714Z] ---> Running in a800478b4873 [2023-01-10T17:46:00.973Z] Removing intermediate container a800478b4873 [2023-01-10T17:46:00.973Z] ---> af2b54a1cb15 [2023-01-10T17:46:00.973Z] Step 12/26 : RUN $MAKE [2023-01-10T17:46:00.973Z] ---> Running in 7114687fd9c9 [2023-01-10T17:46:01.233Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.7" -trimpath -mod=readonly -o app-service-configurable [2023-01-10T17:46:23.158Z] Removing intermediate container 7114687fd9c9 [2023-01-10T17:46:23.158Z] ---> fdd57d5bf602 [2023-01-10T17:46:23.158Z] Step 13/26 : FROM alpine:3.16 [2023-01-10T17:46:23.158Z] 3.16: Pulling from library/alpine [2023-01-10T17:46:23.158Z] ca7dd9ec2225: Pulling fs layer [2023-01-10T17:46:23.158Z] ca7dd9ec2225: Verifying Checksum [2023-01-10T17:46:23.158Z] ca7dd9ec2225: Download complete [2023-01-10T17:46:23.158Z] ca7dd9ec2225: Pull complete [2023-01-10T17:46:23.158Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-10T17:46:23.158Z] Status: Downloaded newer image for alpine:3.16 [2023-01-10T17:46:23.158Z] ---> bfe296a52501 [2023-01-10T17:46:23.158Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-10T17:46:23.158Z] ---> Running in 5740a1831758 [2023-01-10T17:46:23.158Z] Removing intermediate container 5740a1831758 [2023-01-10T17:46:23.158Z] ---> db75a3e31f77 [2023-01-10T17:46:23.158Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-01-10T17:46:23.158Z] ---> Running in d5c9706bcd43 [2023-01-10T17:46:23.158Z] Removing intermediate container d5c9706bcd43 [2023-01-10T17:46:23.158Z] ---> 8c7934278015 [2023-01-10T17:46:23.158Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-10T17:46:23.158Z] ---> Running in 586d6adfef44 [2023-01-10T17:46:23.158Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T17:46:23.158Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T17:46:23.158Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-10T17:46:23.158Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-10T17:46:23.158Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T17:46:23.158Z] Executing ca-certificates-20220614-r0.trigger [2023-01-10T17:46:23.158Z] OK: 6 MiB in 16 packages [2023-01-10T17:46:23.158Z] Removing intermediate container 586d6adfef44 [2023-01-10T17:46:23.158Z] ---> 6cebb9d4298e [2023-01-10T17:46:23.158Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-10T17:46:23.158Z] ---> f3a2bf1d2b86 [2023-01-10T17:46:23.158Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-10T17:46:23.158Z] ---> 61a432baa25d [2023-01-10T17:46:23.158Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-01-10T17:46:23.158Z] ---> a5779a4fb47a [2023-01-10T17:46:23.158Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-01-10T17:46:23.158Z] ---> b0645183537c [2023-01-10T17:46:23.158Z] Step 21/26 : EXPOSE 48095 [2023-01-10T17:46:23.158Z] ---> Running in 06646377290c [2023-01-10T17:46:23.158Z] Removing intermediate container 06646377290c [2023-01-10T17:46:23.159Z] ---> 589265eef9f1 [2023-01-10T17:46:23.159Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-01-10T17:46:23.159Z] ---> Running in 164394f49a53 [2023-01-10T17:46:23.417Z] Removing intermediate container 164394f49a53 [2023-01-10T17:46:23.417Z] ---> 85835297d1ca [2023-01-10T17:46:23.417Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T17:46:23.417Z] ---> Running in 6752e0bb517b [2023-01-10T17:46:23.417Z] Removing intermediate container 6752e0bb517b [2023-01-10T17:46:23.417Z] ---> bc2bb3fbd1d5 [2023-01-10T17:46:23.417Z] Step 24/26 : LABEL arch=amd64 [2023-01-10T17:46:23.417Z] ---> Running in e46d3675727b [2023-01-10T17:46:23.675Z] Removing intermediate container e46d3675727b [2023-01-10T17:46:23.675Z] ---> 056094bb48e8 [2023-01-10T17:46:23.675Z] Step 25/26 : LABEL git_sha=a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [2023-01-10T17:46:23.675Z] ---> Running in 7842c2bcec0d [2023-01-10T17:46:23.675Z] Removing intermediate container 7842c2bcec0d [2023-01-10T17:46:23.675Z] ---> 372888907d8b [2023-01-10T17:46:23.675Z] Step 26/26 : LABEL version=3.0.0-dev.7 [2023-01-10T17:46:23.675Z] ---> Running in 38b758d9e0e3 [2023-01-10T17:46:23.675Z] Removing intermediate container 38b758d9e0e3 [2023-01-10T17:46:23.675Z] ---> a13a1fcdbafe [2023-01-10T17:46:23.675Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-10T17:46:23.675Z] Successfully built a13a1fcdbafe [2023-01-10T17:46:23.675Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T17:46:23.769Z] provisioning config files... [2023-01-10T17:46:23.778Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13327083431343492207tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:46:24.142Z] ---> docker-login.sh [2023-01-10T17:46:24.142Z] nexus3.edgexfoundry.org:10001 [2023-01-10T17:46:24.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:46:24.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:46:24.142Z] Configure a credential helper to remove this warning. See [2023-01-10T17:46:24.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:46:24.142Z] [2023-01-10T17:46:24.142Z] Login Succeeded [2023-01-10T17:46:24.142Z] nexus3.edgexfoundry.org:10002 [2023-01-10T17:46:24.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:46:24.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:46:24.142Z] Configure a credential helper to remove this warning. See [2023-01-10T17:46:24.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:46:24.142Z] [2023-01-10T17:46:24.142Z] Login Succeeded [2023-01-10T17:46:24.142Z] nexus3.edgexfoundry.org:10003 [2023-01-10T17:46:24.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:46:24.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:46:24.415Z] Configure a credential helper to remove this warning. See [2023-01-10T17:46:24.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:46:24.415Z] [2023-01-10T17:46:24.415Z] Login Succeeded [2023-01-10T17:46:24.415Z] nexus3.edgexfoundry.org:10004 [2023-01-10T17:46:24.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:46:24.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:46:24.415Z] Configure a credential helper to remove this warning. See [2023-01-10T17:46:24.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:46:24.415Z] [2023-01-10T17:46:24.415Z] Login Succeeded [2023-01-10T17:46:24.415Z] docker.io [2023-01-10T17:46:24.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:46:24.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:46:24.682Z] Configure a credential helper to remove this warning. See [2023-01-10T17:46:24.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:46:24.682Z] [2023-01-10T17:46:24.682Z] Login Succeeded [2023-01-10T17:46:24.682Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T17:46:24.700Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T17:46:24.724Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T17:46:24.740Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-01-10T17:46:24.740Z] a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [2023-01-10T17:46:24.740Z] latest [2023-01-10T17:46:24.740Z] 3.0.0-dev.7 [2023-01-10T17:46:24.740Z] a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 [2023-01-10T17:46:24.740Z] main [2023-01-10T17:46:24.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:25.081Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:25.378Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [2023-01-10T17:46:25.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-10T17:46:25.378Z] d602bcd33d96: Preparing [2023-01-10T17:46:25.378Z] 868cb1d259cd: Preparing [2023-01-10T17:46:25.378Z] 5546689fe59d: Preparing [2023-01-10T17:46:25.378Z] c5dd4872e09a: Preparing [2023-01-10T17:46:25.378Z] 02c842525123: Preparing [2023-01-10T17:46:25.378Z] e5e13b0c77cb: Preparing [2023-01-10T17:46:25.378Z] e5e13b0c77cb: Waiting [2023-01-10T17:46:25.378Z] c5dd4872e09a: Pushed [2023-01-10T17:46:25.378Z] 5546689fe59d: Pushed [2023-01-10T17:46:25.378Z] 868cb1d259cd: Pushed [2023-01-10T17:46:25.378Z] e5e13b0c77cb: Layer already exists [2023-01-10T17:46:25.378Z] 02c842525123: Pushed [2023-01-10T17:46:27.912Z] d602bcd33d96: Pushed [2023-01-10T17:46:27.912Z] a0e8a3cf402e2d18cab125a1c4a8a92554f18848: digest: sha256:ad169e7969e0e8e14813cb8e88a4b5100540baf08b835f34ac31216efcefa9e3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:28.232Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:28.640Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-01-10T17:46:28.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-10T17:46:28.640Z] d602bcd33d96: Preparing [2023-01-10T17:46:28.640Z] 868cb1d259cd: Preparing [2023-01-10T17:46:28.640Z] 5546689fe59d: Preparing [2023-01-10T17:46:28.640Z] c5dd4872e09a: Preparing [2023-01-10T17:46:28.640Z] 02c842525123: Preparing [2023-01-10T17:46:28.640Z] e5e13b0c77cb: Preparing [2023-01-10T17:46:28.640Z] e5e13b0c77cb: Waiting [2023-01-10T17:46:28.640Z] 868cb1d259cd: Layer already exists [2023-01-10T17:46:28.640Z] d602bcd33d96: Layer already exists [2023-01-10T17:46:28.640Z] 5546689fe59d: Layer already exists [2023-01-10T17:46:28.640Z] 02c842525123: Layer already exists [2023-01-10T17:46:28.640Z] c5dd4872e09a: Layer already exists [2023-01-10T17:46:28.640Z] e5e13b0c77cb: Layer already exists [2023-01-10T17:46:28.640Z] latest: digest: sha256:ad169e7969e0e8e14813cb8e88a4b5100540baf08b835f34ac31216efcefa9e3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:28.948Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:29.252Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.7 [2023-01-10T17:46:29.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-10T17:46:29.252Z] d602bcd33d96: Preparing [2023-01-10T17:46:29.252Z] 868cb1d259cd: Preparing [2023-01-10T17:46:29.252Z] 5546689fe59d: Preparing [2023-01-10T17:46:29.252Z] c5dd4872e09a: Preparing [2023-01-10T17:46:29.252Z] 02c842525123: Preparing [2023-01-10T17:46:29.252Z] e5e13b0c77cb: Preparing [2023-01-10T17:46:29.252Z] e5e13b0c77cb: Waiting [2023-01-10T17:46:29.252Z] d602bcd33d96: Layer already exists [2023-01-10T17:46:29.252Z] 02c842525123: Layer already exists [2023-01-10T17:46:29.252Z] 868cb1d259cd: Layer already exists [2023-01-10T17:46:29.252Z] 5546689fe59d: Layer already exists [2023-01-10T17:46:29.252Z] c5dd4872e09a: Layer already exists [2023-01-10T17:46:29.252Z] e5e13b0c77cb: Layer already exists [2023-01-10T17:46:29.252Z] 3.0.0-dev.7: digest: sha256:ad169e7969e0e8e14813cb8e88a4b5100540baf08b835f34ac31216efcefa9e3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:29.564Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:29.861Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 [2023-01-10T17:46:29.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-10T17:46:29.861Z] d602bcd33d96: Preparing [2023-01-10T17:46:29.861Z] 868cb1d259cd: Preparing [2023-01-10T17:46:29.861Z] 5546689fe59d: Preparing [2023-01-10T17:46:29.861Z] c5dd4872e09a: Preparing [2023-01-10T17:46:29.861Z] 02c842525123: Preparing [2023-01-10T17:46:29.861Z] e5e13b0c77cb: Preparing [2023-01-10T17:46:29.861Z] e5e13b0c77cb: Waiting [2023-01-10T17:46:29.861Z] 5546689fe59d: Layer already exists [2023-01-10T17:46:29.861Z] 02c842525123: Layer already exists [2023-01-10T17:46:29.861Z] d602bcd33d96: Layer already exists [2023-01-10T17:46:29.861Z] c5dd4872e09a: Layer already exists [2023-01-10T17:46:29.861Z] 868cb1d259cd: Layer already exists [2023-01-10T17:46:29.861Z] e5e13b0c77cb: Layer already exists [2023-01-10T17:46:29.861Z] a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7: digest: sha256:ad169e7969e0e8e14813cb8e88a4b5100540baf08b835f34ac31216efcefa9e3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:30.169Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:30.477Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-01-10T17:46:30.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-01-10T17:46:30.477Z] d602bcd33d96: Preparing [2023-01-10T17:46:30.477Z] 868cb1d259cd: Preparing [2023-01-10T17:46:30.477Z] 5546689fe59d: Preparing [2023-01-10T17:46:30.477Z] c5dd4872e09a: Preparing [2023-01-10T17:46:30.477Z] 02c842525123: Preparing [2023-01-10T17:46:30.477Z] e5e13b0c77cb: Preparing [2023-01-10T17:46:30.477Z] e5e13b0c77cb: Waiting [2023-01-10T17:46:30.477Z] 02c842525123: Layer already exists [2023-01-10T17:46:30.477Z] 868cb1d259cd: Layer already exists [2023-01-10T17:46:30.477Z] c5dd4872e09a: Layer already exists [2023-01-10T17:46:30.477Z] 5546689fe59d: Layer already exists [2023-01-10T17:46:30.477Z] d602bcd33d96: Layer already exists [2023-01-10T17:46:30.477Z] e5e13b0c77cb: Layer already exists [2023-01-10T17:46:30.477Z] main: digest: sha256:ad169e7969e0e8e14813cb8e88a4b5100540baf08b835f34ac31216efcefa9e3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T17:46:30.520Z] ===================================================== [Pipeline] echo [2023-01-10T17:46:30.526Z] taggedImages: [2023-01-10T17:46:30.526Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [2023-01-10T17:46:30.526Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-01-10T17:46:30.526Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.7 [2023-01-10T17:46:30.526Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 [2023-01-10T17:46:30.526Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:30.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T17:46:30.876Z] [2023-01-10T17:46:30.876Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:31.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T17:46:31.170Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-10T17:46:31.170Z] 5eb5b503b376: Pulling fs layer [2023-01-10T17:46:31.170Z] 5c69ac0246d0: Pulling fs layer [2023-01-10T17:46:31.170Z] ec43610c2a17: Pulling fs layer [2023-01-10T17:46:31.170Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-10T17:46:31.170Z] 33b1e0a273af: Pulling fs layer [2023-01-10T17:46:31.170Z] 5d3b04190fa2: Pulling fs layer [2023-01-10T17:46:31.170Z] 2f39f015ded8: Pulling fs layer [2023-01-10T17:46:31.170Z] 5d3b04190fa2: Waiting [2023-01-10T17:46:31.170Z] 2f39f015ded8: Waiting [2023-01-10T17:46:31.170Z] 3a2ae6a8a46f: Waiting [2023-01-10T17:46:31.170Z] 33b1e0a273af: Waiting [2023-01-10T17:46:31.170Z] 5c69ac0246d0: Download complete [2023-01-10T17:46:31.170Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-10T17:46:31.170Z] 3a2ae6a8a46f: Download complete [2023-01-10T17:46:31.170Z] 33b1e0a273af: Verifying Checksum [2023-01-10T17:46:31.170Z] 33b1e0a273af: Download complete [2023-01-10T17:46:31.170Z] 5d3b04190fa2: Verifying Checksum [2023-01-10T17:46:31.170Z] 5d3b04190fa2: Download complete [2023-01-10T17:46:31.428Z] ec43610c2a17: Verifying Checksum [2023-01-10T17:46:31.428Z] ec43610c2a17: Download complete [2023-01-10T17:46:31.428Z] 5eb5b503b376: Verifying Checksum [2023-01-10T17:46:31.428Z] 5eb5b503b376: Download complete [2023-01-10T17:46:31.992Z] 2f39f015ded8: Download complete [2023-01-10T17:46:32.557Z] 5eb5b503b376: Pull complete [2023-01-10T17:46:32.557Z] 5c69ac0246d0: Pull complete [2023-01-10T17:46:33.121Z] ec43610c2a17: Pull complete [2023-01-10T17:46:33.121Z] 3a2ae6a8a46f: Pull complete [2023-01-10T17:46:33.378Z] 33b1e0a273af: Pull complete [2023-01-10T17:46:33.378Z] 5d3b04190fa2: Pull complete [2023-01-10T17:46:37.560Z] 2f39f015ded8: Pull complete [2023-01-10T17:46:37.560Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-10T17:46:37.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T17:46:37.560Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:46:37.635Z] prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container [2023-01-10T17:46:37.672Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-10T17:46:41.127Z] $ docker top dd21203b7f3d01e30c2883d36547093405e5ccde814bf0fe64b46d410e57ab30 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:46:41.497Z] ---> job-cost.sh [2023-01-10T17:46:41.497Z] lf-activate-venv: SKIPPING [2023-01-10T17:46:41.497Z] INFO: No Stack... [2023-01-10T17:46:42.068Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-10T17:46:42.327Z] INFO: Archiving Costs [Pipeline] sh [2023-01-10T17:46:42.612Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2023-01-10T17:46:42.612Z] + cut -d, -f6 [Pipeline] lock [2023-01-10T17:46:42.626Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] [2023-01-10T17:46:42.631Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] did not exist. Created. [2023-01-10T17:46:42.631Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-10T17:46:42.926Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-10T17:46:42.952Z] Stashed 1 file(s) [Pipeline] } [2023-01-10T17:46:42.959Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-10T17:46:42.980Z] $ docker stop --time=1 dd21203b7f3d01e30c2883d36547093405e5ccde814bf0fe64b46d410e57ab30 [2023-01-10T17:46:44.380Z] $ docker rm -f --volumes dd21203b7f3d01e30c2883d36547093405e5ccde814bf0fe64b46d410e57ab30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-10T17:47:22.584Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1621 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-01-10T17:47:22.598Z] Running in /w/workspace/app-service-configurable/124 [Pipeline] { [Pipeline] checkout [2023-01-10T17:47:22.632Z] Selected Git installation does not exist. Using Default [2023-01-10T17:47:22.632Z] The recommended git tool is: NONE [2023-01-10T17:47:29.303Z] using credential edgex-jenkins-ssh [2023-01-10T17:47:29.322Z] Cloning the remote Git repository [2023-01-10T17:47:29.384Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-01-10T17:47:29.474Z] > git init /w/workspace/app-service-configurable/124 # timeout=10 [2023-01-10T17:47:29.659Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-01-10T17:47:29.660Z] > git --version # timeout=10 [2023-01-10T17:47:29.682Z] > git --version # 'git version 2.25.1' [2023-01-10T17:47:29.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-10T17:47:29.756Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-10T17:47:30.980Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-01-10T17:47:31.004Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-10T17:47:32.072Z] Avoid second fetch [2023-01-10T17:47:32.073Z] Checking out Revision a0e8a3cf402e2d18cab125a1c4a8a92554f18848 (main) [2023-01-10T17:47:32.762Z] Commit message: "build!: Remove ZMQ from snap (#498)" [2023-01-10T17:47:32.094Z] > git config core.sparsecheckout # timeout=10 [2023-01-10T17:47:32.116Z] > git checkout -f a0e8a3cf402e2d18cab125a1c4a8a92554f18848 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-10T17:47:33.673Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-10T17:47:33.674Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T17:47:33.674Z] Dload Upload Total Spent Left Speed [2023-01-10T17:47:33.674Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 185k 0 --:--:-- --:--:-- --:--:-- 188k [Pipeline] sh [2023-01-10T17:47:34.324Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-10T17:47:34.676Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-10T17:47:34.676Z] + sudo tee /etc/docker/daemon.new [2023-01-10T17:47:34.676Z] { [2023-01-10T17:47:34.676Z] "registry-mirrors": [ [2023-01-10T17:47:34.676Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-10T17:47:34.676Z] ], [2023-01-10T17:47:34.676Z] "bip": "10.250.0.254/24", [2023-01-10T17:47:34.676Z] "hosts": [ [2023-01-10T17:47:34.676Z] "tcp://0.0.0.0:5555", [2023-01-10T17:47:34.676Z] "unix:///var/run/docker.sock" [2023-01-10T17:47:34.676Z] ], [2023-01-10T17:47:34.676Z] "mtu": 1458, [2023-01-10T17:47:34.676Z] "selinux-enabled": true, [2023-01-10T17:47:34.676Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-10T17:47:34.676Z] } [Pipeline] sh [2023-01-10T17:47:35.037Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-10T17:47:35.414Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T17:47:53.763Z] provisioning config files... [2023-01-10T17:47:53.799Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/124@tmp/config14266879762873359934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:47:54.178Z] ---> docker-login.sh [2023-01-10T17:47:54.178Z] nexus3.edgexfoundry.org:10001 [2023-01-10T17:47:54.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:47:54.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:47:54.772Z] Configure a credential helper to remove this warning. See [2023-01-10T17:47:54.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:47:54.772Z] [2023-01-10T17:47:54.772Z] Login Succeeded [2023-01-10T17:47:54.772Z] nexus3.edgexfoundry.org:10002 [2023-01-10T17:47:55.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:47:55.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:47:55.320Z] Configure a credential helper to remove this warning. See [2023-01-10T17:47:55.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:47:55.320Z] [2023-01-10T17:47:55.320Z] Login Succeeded [2023-01-10T17:47:55.320Z] nexus3.edgexfoundry.org:10003 [2023-01-10T17:47:55.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:47:55.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:47:55.592Z] Configure a credential helper to remove this warning. See [2023-01-10T17:47:55.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:47:55.592Z] [2023-01-10T17:47:55.592Z] Login Succeeded [2023-01-10T17:47:55.592Z] nexus3.edgexfoundry.org:10004 [2023-01-10T17:47:55.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:47:56.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:47:56.145Z] Configure a credential helper to remove this warning. See [2023-01-10T17:47:56.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:47:56.145Z] [2023-01-10T17:47:56.145Z] Login Succeeded [2023-01-10T17:47:56.145Z] docker.io [2023-01-10T17:47:56.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:47:56.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:47:56.690Z] Configure a credential helper to remove this warning. See [2023-01-10T17:47:56.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:47:56.690Z] [2023-01-10T17:47:56.690Z] Login Succeeded [2023-01-10T17:47:56.690Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T17:47:56.707Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-10T17:47:57.005Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T17:47:57.016Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T17:47:57.029Z] ========================================================= [2023-01-10T17:47:57.029Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-10T17:47:57.029Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:47:57.394Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-10T17:47:57.394Z] Sending build context to Docker daemon 217.1kB [2023-01-10T17:47:57.665Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-10T17:47:57.665Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-10T17:47:57.943Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-10T17:47:57.943Z] 9b18e9b68314: Pulling fs layer [2023-01-10T17:47:57.943Z] 35d82f9e3411: Pulling fs layer [2023-01-10T17:47:57.943Z] e16973657156: Pulling fs layer [2023-01-10T17:47:57.943Z] fc693d55d65f: Pulling fs layer [2023-01-10T17:47:57.943Z] 7e9fc2657dce: Pulling fs layer [2023-01-10T17:47:57.943Z] dda99020689f: Pulling fs layer [2023-01-10T17:47:57.943Z] db1c61fa0a46: Pulling fs layer [2023-01-10T17:47:57.943Z] 891c053d2c06: Pulling fs layer [2023-01-10T17:47:57.943Z] fc693d55d65f: Waiting [2023-01-10T17:47:57.943Z] 7e9fc2657dce: Waiting [2023-01-10T17:47:57.943Z] dda99020689f: Waiting [2023-01-10T17:47:57.943Z] db1c61fa0a46: Waiting [2023-01-10T17:47:57.943Z] 891c053d2c06: Waiting [2023-01-10T17:47:57.943Z] e16973657156: Verifying Checksum [2023-01-10T17:47:57.943Z] e16973657156: Download complete [2023-01-10T17:47:57.943Z] 35d82f9e3411: Verifying Checksum [2023-01-10T17:47:57.943Z] 35d82f9e3411: Download complete [2023-01-10T17:47:57.944Z] 7e9fc2657dce: Verifying Checksum [2023-01-10T17:47:57.944Z] 7e9fc2657dce: Download complete [2023-01-10T17:47:57.944Z] dda99020689f: Verifying Checksum [2023-01-10T17:47:57.944Z] dda99020689f: Download complete [2023-01-10T17:47:57.944Z] 9b18e9b68314: Verifying Checksum [2023-01-10T17:47:57.944Z] 9b18e9b68314: Download complete [2023-01-10T17:47:58.929Z] 9b18e9b68314: Pull complete [2023-01-10T17:47:59.570Z] 35d82f9e3411: Pull complete [2023-01-10T17:47:59.570Z] 891c053d2c06: Verifying Checksum [2023-01-10T17:47:59.570Z] 891c053d2c06: Download complete [2023-01-10T17:47:59.849Z] e16973657156: Pull complete [2023-01-10T17:48:00.837Z] db1c61fa0a46: Download complete [2023-01-10T17:48:01.438Z] fc693d55d65f: Download complete [2023-01-10T17:48:13.807Z] fc693d55d65f: Pull complete [2023-01-10T17:48:13.807Z] 7e9fc2657dce: Pull complete [2023-01-10T17:48:13.807Z] dda99020689f: Pull complete [2023-01-10T17:48:20.530Z] db1c61fa0a46: Pull complete [2023-01-10T17:48:23.158Z] 891c053d2c06: Pull complete [2023-01-10T17:48:23.159Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-10T17:48:23.159Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-10T17:48:23.159Z] ---> f96f9c87975a [2023-01-10T17:48:23.159Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-10T17:48:23.749Z] ---> Running in 6a13e86b6b3e [2023-01-10T17:48:24.020Z] Removing intermediate container 6a13e86b6b3e [2023-01-10T17:48:24.020Z] ---> 0cf476479a73 [2023-01-10T17:48:24.020Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-10T17:48:24.020Z] ---> Running in edb396be2d7b [2023-01-10T17:48:24.613Z] Removing intermediate container edb396be2d7b [2023-01-10T17:48:24.613Z] ---> cda9f2b8c867 [2023-01-10T17:48:24.613Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-10T17:48:24.613Z] ---> Running in 7f728262119f [2023-01-10T17:48:24.884Z] Removing intermediate container 7f728262119f [2023-01-10T17:48:24.884Z] ---> eea69eec71d6 [2023-01-10T17:48:24.884Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-10T17:48:25.158Z] ---> Running in 2352e6775831 [2023-01-10T17:48:26.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T17:48:26.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T17:48:28.283Z] OK: 221 MiB in 51 packages [2023-01-10T17:48:29.259Z] Removing intermediate container 2352e6775831 [2023-01-10T17:48:29.259Z] ---> b6e4ba721905 [2023-01-10T17:48:29.259Z] Step 7/12 : WORKDIR /app [2023-01-10T17:48:29.259Z] ---> Running in f23bca7aee55 [2023-01-10T17:48:29.531Z] Removing intermediate container f23bca7aee55 [2023-01-10T17:48:29.531Z] ---> 99f7bb5ae88f [2023-01-10T17:48:29.531Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-10T17:48:30.132Z] ---> 40a55bf010d8 [2023-01-10T17:48:30.132Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T17:48:30.132Z] ---> Running in 68cf3a67bd9e [2023-01-10T17:49:38.234Z] Removing intermediate container 68cf3a67bd9e [2023-01-10T17:49:38.234Z] ---> 01653aea992d [2023-01-10T17:49:38.234Z] Step 10/12 : COPY . . [2023-01-10T17:49:38.234Z] ---> 31559e7385cf [2023-01-10T17:49:38.234Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-10T17:49:38.234Z] ---> Running in d9a0994ee7e3 [2023-01-10T17:49:38.234Z] Removing intermediate container d9a0994ee7e3 [2023-01-10T17:49:38.234Z] ---> 61983a691ca4 [2023-01-10T17:49:38.234Z] Step 12/12 : RUN $MAKE [2023-01-10T17:49:38.234Z] ---> Running in f7ca176dea94 [2023-01-10T17:49:38.234Z] noop [2023-01-10T17:49:38.234Z] Removing intermediate container f7ca176dea94 [2023-01-10T17:49:38.234Z] ---> 65e0ba857f36 [2023-01-10T17:49:38.234Z] Successfully built 65e0ba857f36 [2023-01-10T17:49:38.234Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:49:38.591Z] + docker inspect -f . ci-base-image-arm64 [2023-01-10T17:49:38.591Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:49:38.800Z] prd-ubuntu20.04-docker-arm64-4c-16g-1621 does not seem to be running inside a container [2023-01-10T17:49:38.881Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/124 -v /w/workspace/app-service-configurable/124:/w/workspace/app-service-configurable/124:rw,z -v /w/workspace/app-service-configurable/124@tmp:/w/workspace/app-service-configurable/124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-10T17:49:40.250Z] $ docker top 617d3353256114b7cd687fce6025456de9ed5cf36900e86ba5ae966602abf4d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T17:49:41.124Z] + go version [2023-01-10T17:49:41.124Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-10T17:49:41.150Z] $ docker stop --time=1 617d3353256114b7cd687fce6025456de9ed5cf36900e86ba5ae966602abf4d1 [2023-01-10T17:49:42.936Z] $ docker rm -f --volumes 617d3353256114b7cd687fce6025456de9ed5cf36900e86ba5ae966602abf4d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:49:43.508Z] + docker inspect -f . ci-base-image-arm64 [2023-01-10T17:49:43.508Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:49:43.728Z] prd-ubuntu20.04-docker-arm64-4c-16g-1621 does not seem to be running inside a container [2023-01-10T17:49:43.808Z] $ 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/124 -v /w/workspace/app-service-configurable/124:/w/workspace/app-service-configurable/124:rw,z -v /w/workspace/app-service-configurable/124@tmp:/w/workspace/app-service-configurable/124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-10T17:49:45.191Z] $ docker top d28df05916fe8f40cafd26c4db04610e8b8e32ec952940463cc2c1647b92cc4c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T17:49:46.072Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/124 [Pipeline] fileExists [Pipeline] sh [2023-01-10T17:49:46.748Z] + make test [2023-01-10T17:49:46.748Z] go test -race -coverprofile=coverage.out ./... [2023-01-10T17:52:38.561Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-01-10T17:52:38.561Z] go vet ./... [2023-01-10T17:54:15.258Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-10T17:54:15.258Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-10T17:54:15.258Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-10T17:54:15.279Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-10T17:54:15.291Z] $ docker stop --time=1 d28df05916fe8f40cafd26c4db04610e8b8e32ec952940463cc2c1647b92cc4c [2023-01-10T17:54:17.098Z] $ docker rm -f --volumes d28df05916fe8f40cafd26c4db04610e8b8e32ec952940463cc2c1647b92cc4c [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T17:54:18.358Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-10T17:54:18.380Z] Warning: overwriting stash ‘coverage-report’ [2023-01-10T17:54:18.817Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-10T17:54:19.183Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-10T17:54:19.501Z] + ls -al . [2023-01-10T17:54:19.501Z] total 180 [2023-01-10T17:54:19.501Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 10 17:49 . [2023-01-10T17:54:19.501Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:47 .. [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 10 17:47 .dockerignore [2023-01-10T17:54:19.501Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 17:47 .git [2023-01-10T17:54:19.501Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 10 17:47 .github [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 171 Jan 10 17:47 .gitignore [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 9103 Jan 10 17:47 Attribution.txt [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 29118 Jan 10 17:47 CHANGELOG.md [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 1898 Jan 10 17:47 Dockerfile [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 10 17:47 GOVERNANCE.md [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 688 Jan 10 17:47 Jenkinsfile [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 10 17:47 LICENSE [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 10 17:47 OWNERS.md [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 4369 Jan 10 17:47 README.md [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 10 17:44 VERSION [2023-01-10T17:54:19.501Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 17:47 bin [2023-01-10T17:54:19.501Z] -rw-r--r-- 1 jenkins jenkins 13 Jan 10 17:49 coverage.out [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 3397 Jan 10 17:47 go.mod [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 44232 Jan 10 17:47 go.sum [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jan 10 17:47 main.go [2023-01-10T17:54:19.501Z] -rw-rw-r-- 1 jenkins jenkins 2078 Jan 10 17:47 makefile [2023-01-10T17:54:19.501Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 10 17:47 res [2023-01-10T17:54:19.501Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:47 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:54:19.852Z] + 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=a0e8a3cf402e2d18cab125a1c4a8a92554f18848 --label arch=arm64 --label version=3.0.0-dev.7 . [2023-01-10T17:54:19.852Z] Sending build context to Docker daemon 218.1kB [2023-01-10T17:54:20.124Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-10T17:54:20.124Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-10T17:54:20.124Z] ---> 65e0ba857f36 [2023-01-10T17:54:20.124Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-01-10T17:54:20.124Z] ---> Running in 31264de88fb9 [2023-01-10T17:54:20.399Z] Removing intermediate container 31264de88fb9 [2023-01-10T17:54:20.399Z] ---> 7953510803b1 [2023-01-10T17:54:20.399Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-10T17:54:20.399Z] ---> Running in ad74ee2c7427 [2023-01-10T17:54:20.991Z] Removing intermediate container ad74ee2c7427 [2023-01-10T17:54:20.991Z] ---> 64705c29a150 [2023-01-10T17:54:20.991Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-01-10T17:54:20.991Z] ---> Running in efb7d4f5fa84 [2023-01-10T17:54:21.263Z] Removing intermediate container efb7d4f5fa84 [2023-01-10T17:54:21.263Z] ---> 4f023bc70903 [2023-01-10T17:54:21.263Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-10T17:54:21.263Z] ---> Running in 6f5f1486c4da [2023-01-10T17:54:22.687Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T17:54:22.687Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T17:54:23.649Z] OK: 221 MiB in 51 packages [2023-01-10T17:54:24.614Z] Removing intermediate container 6f5f1486c4da [2023-01-10T17:54:24.614Z] ---> ba22e9afe2fb [2023-01-10T17:54:24.614Z] Step 7/26 : WORKDIR /app [2023-01-10T17:54:24.614Z] ---> Running in af63dad36362 [2023-01-10T17:54:24.886Z] Removing intermediate container af63dad36362 [2023-01-10T17:54:24.886Z] ---> 52a7ceadb3a7 [2023-01-10T17:54:24.886Z] Step 8/26 : COPY go.mod vendor* ./ [2023-01-10T17:54:25.478Z] ---> 82df90ea5662 [2023-01-10T17:54:25.478Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T17:54:25.478Z] ---> Running in ca3105ae7264 [2023-01-10T17:54:30.831Z] Removing intermediate container ca3105ae7264 [2023-01-10T17:54:30.831Z] ---> 32770054a3e7 [2023-01-10T17:54:30.831Z] Step 10/26 : COPY . . [2023-01-10T17:54:30.831Z] ---> feaed97b8166 [2023-01-10T17:54:30.831Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-10T17:54:30.831Z] ---> Running in 7dadb365a75f [2023-01-10T17:54:30.831Z] Removing intermediate container 7dadb365a75f [2023-01-10T17:54:30.831Z] ---> 017e8bbc83f2 [2023-01-10T17:54:30.831Z] Step 12/26 : RUN $MAKE [2023-01-10T17:54:31.098Z] ---> Running in 1167e035a1de [2023-01-10T17:54:32.067Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.7" -trimpath -mod=readonly -o app-service-configurable [2023-01-10T17:56:38.752Z] Removing intermediate container 1167e035a1de [2023-01-10T17:56:38.752Z] ---> f0fc51b0dba4 [2023-01-10T17:56:38.752Z] Step 13/26 : FROM alpine:3.16 [2023-01-10T17:56:38.752Z] 3.16: Pulling from library/alpine [2023-01-10T17:56:38.752Z] 6875df1f5354: Pulling fs layer [2023-01-10T17:56:38.752Z] 6875df1f5354: Verifying Checksum [2023-01-10T17:56:38.752Z] 6875df1f5354: Pull complete [2023-01-10T17:56:38.752Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-10T17:56:38.752Z] Status: Downloaded newer image for alpine:3.16 [2023-01-10T17:56:38.752Z] ---> 2b4661558fb8 [2023-01-10T17:56:38.752Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-10T17:56:38.752Z] ---> Running in 88010c8fd4f2 [2023-01-10T17:56:38.752Z] Removing intermediate container 88010c8fd4f2 [2023-01-10T17:56:38.752Z] ---> 7e271369e580 [2023-01-10T17:56:38.752Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-01-10T17:56:38.752Z] ---> Running in 08bb02042a2b [2023-01-10T17:56:38.752Z] Removing intermediate container 08bb02042a2b [2023-01-10T17:56:38.752Z] ---> 019d4879b327 [2023-01-10T17:56:38.752Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-10T17:56:39.024Z] ---> Running in 0602fb700050 [2023-01-10T17:56:39.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T17:56:39.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T17:56:41.015Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-10T17:56:41.015Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-10T17:56:41.015Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T17:56:41.015Z] Executing ca-certificates-20220614-r0.trigger [2023-01-10T17:56:41.282Z] OK: 6 MiB in 16 packages [2023-01-10T17:56:42.696Z] Removing intermediate container 0602fb700050 [2023-01-10T17:56:42.696Z] ---> 2596d5e22dce [2023-01-10T17:56:42.696Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-10T17:56:42.961Z] ---> a317e983d1db [2023-01-10T17:56:42.961Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-10T17:56:43.544Z] ---> fc409da82629 [2023-01-10T17:56:43.544Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-01-10T17:56:43.810Z] ---> 739eaeb1f027 [2023-01-10T17:56:43.810Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-01-10T17:56:45.211Z] ---> 69f9e290bc19 [2023-01-10T17:56:45.211Z] Step 21/26 : EXPOSE 48095 [2023-01-10T17:56:45.211Z] ---> Running in 0a9967e6ec0f [2023-01-10T17:56:45.477Z] Removing intermediate container 0a9967e6ec0f [2023-01-10T17:56:45.477Z] ---> e904aec12317 [2023-01-10T17:56:45.477Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-01-10T17:56:45.477Z] ---> Running in dd949ae90c29 [2023-01-10T17:56:45.745Z] Removing intermediate container dd949ae90c29 [2023-01-10T17:56:45.745Z] ---> 5089b5dcda88 [2023-01-10T17:56:45.745Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T17:56:45.745Z] ---> Running in 7840364c1209 [2023-01-10T17:56:46.020Z] Removing intermediate container 7840364c1209 [2023-01-10T17:56:46.020Z] ---> 420aa9c85ff8 [2023-01-10T17:56:46.020Z] Step 24/26 : LABEL arch=arm64 [2023-01-10T17:56:46.285Z] ---> Running in 841d86ec0b86 [2023-01-10T17:56:46.285Z] Removing intermediate container 841d86ec0b86 [2023-01-10T17:56:46.285Z] ---> 0352d534a641 [2023-01-10T17:56:46.285Z] Step 25/26 : LABEL git_sha=a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [2023-01-10T17:56:46.550Z] ---> Running in f4aaa371298d [2023-01-10T17:56:46.816Z] Removing intermediate container f4aaa371298d [2023-01-10T17:56:46.816Z] ---> 2912f1425d3a [2023-01-10T17:56:46.816Z] Step 26/26 : LABEL version=3.0.0-dev.7 [2023-01-10T17:56:46.816Z] ---> Running in 0d8d3a695220 [2023-01-10T17:56:47.083Z] Removing intermediate container 0d8d3a695220 [2023-01-10T17:56:47.083Z] ---> dca692999f6c [2023-01-10T17:56:47.083Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-10T17:56:47.083Z] Successfully built dca692999f6c [2023-01-10T17:56:47.083Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T17:56:47.189Z] provisioning config files... [2023-01-10T17:56:47.203Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/124@tmp/config6908623368791121731tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:56:47.530Z] ---> docker-login.sh [2023-01-10T17:56:47.530Z] nexus3.edgexfoundry.org:10001 [2023-01-10T17:56:47.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:56:47.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:56:47.796Z] Configure a credential helper to remove this warning. See [2023-01-10T17:56:47.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:56:47.796Z] [2023-01-10T17:56:47.796Z] Login Succeeded [2023-01-10T17:56:47.796Z] nexus3.edgexfoundry.org:10002 [2023-01-10T17:56:48.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:56:48.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:56:48.062Z] Configure a credential helper to remove this warning. See [2023-01-10T17:56:48.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:56:48.062Z] [2023-01-10T17:56:48.062Z] Login Succeeded [2023-01-10T17:56:48.062Z] nexus3.edgexfoundry.org:10003 [2023-01-10T17:56:48.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:56:48.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:56:48.329Z] Configure a credential helper to remove this warning. See [2023-01-10T17:56:48.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:56:48.329Z] [2023-01-10T17:56:48.329Z] Login Succeeded [2023-01-10T17:56:48.329Z] nexus3.edgexfoundry.org:10004 [2023-01-10T17:56:48.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:56:48.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:56:48.863Z] Configure a credential helper to remove this warning. See [2023-01-10T17:56:48.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:56:48.863Z] [2023-01-10T17:56:48.863Z] Login Succeeded [2023-01-10T17:56:48.863Z] docker.io [2023-01-10T17:56:49.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:56:49.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:56:49.391Z] Configure a credential helper to remove this warning. See [2023-01-10T17:56:49.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:56:49.391Z] [2023-01-10T17:56:49.391Z] Login Succeeded [2023-01-10T17:56:49.391Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T17:56:49.404Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T17:56:49.433Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T17:56:49.458Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-01-10T17:56:49.458Z] a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [2023-01-10T17:56:49.458Z] latest [2023-01-10T17:56:49.458Z] 3.0.0-dev.7 [2023-01-10T17:56:49.458Z] a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 [2023-01-10T17:56:49.458Z] main [2023-01-10T17:56:49.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:56:49.803Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:56:50.133Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [2023-01-10T17:56:50.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-10T17:56:50.133Z] 89b46066260b: Preparing [2023-01-10T17:56:50.133Z] 6610f46d873d: Preparing [2023-01-10T17:56:50.133Z] ee644604780d: Preparing [2023-01-10T17:56:50.133Z] 0ea91291e2ac: Preparing [2023-01-10T17:56:50.133Z] 909f449a5bd1: Preparing [2023-01-10T17:56:50.133Z] 17bec77d7fdc: Preparing [2023-01-10T17:56:50.133Z] 17bec77d7fdc: Waiting [2023-01-10T17:56:50.400Z] ee644604780d: Pushed [2023-01-10T17:56:50.400Z] 0ea91291e2ac: Pushed [2023-01-10T17:56:50.400Z] 6610f46d873d: Pushed [2023-01-10T17:56:50.400Z] 17bec77d7fdc: Layer already exists [2023-01-10T17:56:50.400Z] 909f449a5bd1: Pushed [2023-01-10T17:56:55.732Z] 89b46066260b: Pushed [2023-01-10T17:56:55.732Z] a0e8a3cf402e2d18cab125a1c4a8a92554f18848: digest: sha256:800219b120f22f91fdaad2c84a0758076d66d8b47105b8e5b00398bb2cca6b40 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:56:56.072Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:56:56.460Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-01-10T17:56:56.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-10T17:56:56.461Z] 89b46066260b: Preparing [2023-01-10T17:56:56.461Z] 6610f46d873d: Preparing [2023-01-10T17:56:56.461Z] ee644604780d: Preparing [2023-01-10T17:56:56.461Z] 0ea91291e2ac: Preparing [2023-01-10T17:56:56.461Z] 909f449a5bd1: Preparing [2023-01-10T17:56:56.461Z] 17bec77d7fdc: Preparing [2023-01-10T17:56:56.461Z] 17bec77d7fdc: Waiting [2023-01-10T17:56:56.461Z] 0ea91291e2ac: Layer already exists [2023-01-10T17:56:56.461Z] 6610f46d873d: Layer already exists [2023-01-10T17:56:56.461Z] 89b46066260b: Layer already exists [2023-01-10T17:56:56.461Z] 909f449a5bd1: Layer already exists [2023-01-10T17:56:56.461Z] ee644604780d: Layer already exists [2023-01-10T17:56:56.461Z] 17bec77d7fdc: Layer already exists [2023-01-10T17:56:56.732Z] latest: digest: sha256:800219b120f22f91fdaad2c84a0758076d66d8b47105b8e5b00398bb2cca6b40 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:56:57.082Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:56:57.434Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.7 [2023-01-10T17:56:57.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-10T17:56:57.434Z] 89b46066260b: Preparing [2023-01-10T17:56:57.434Z] 6610f46d873d: Preparing [2023-01-10T17:56:57.434Z] ee644604780d: Preparing [2023-01-10T17:56:57.434Z] 0ea91291e2ac: Preparing [2023-01-10T17:56:57.434Z] 909f449a5bd1: Preparing [2023-01-10T17:56:57.434Z] 17bec77d7fdc: Preparing [2023-01-10T17:56:57.434Z] 17bec77d7fdc: Waiting [2023-01-10T17:56:57.434Z] 89b46066260b: Layer already exists [2023-01-10T17:56:57.434Z] ee644604780d: Layer already exists [2023-01-10T17:56:57.434Z] 0ea91291e2ac: Layer already exists [2023-01-10T17:56:57.434Z] 909f449a5bd1: Layer already exists [2023-01-10T17:56:57.434Z] 6610f46d873d: Layer already exists [2023-01-10T17:56:57.434Z] 17bec77d7fdc: Layer already exists [2023-01-10T17:56:57.434Z] 3.0.0-dev.7: digest: sha256:800219b120f22f91fdaad2c84a0758076d66d8b47105b8e5b00398bb2cca6b40 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:56:58.052Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:56:58.402Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 [2023-01-10T17:56:58.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-10T17:56:58.402Z] 89b46066260b: Preparing [2023-01-10T17:56:58.402Z] 6610f46d873d: Preparing [2023-01-10T17:56:58.402Z] ee644604780d: Preparing [2023-01-10T17:56:58.402Z] 0ea91291e2ac: Preparing [2023-01-10T17:56:58.402Z] 909f449a5bd1: Preparing [2023-01-10T17:56:58.402Z] 17bec77d7fdc: Preparing [2023-01-10T17:56:58.402Z] 17bec77d7fdc: Waiting [2023-01-10T17:56:58.402Z] 909f449a5bd1: Layer already exists [2023-01-10T17:56:58.402Z] 89b46066260b: Layer already exists [2023-01-10T17:56:58.402Z] ee644604780d: Layer already exists [2023-01-10T17:56:58.403Z] 0ea91291e2ac: Layer already exists [2023-01-10T17:56:58.403Z] 6610f46d873d: Layer already exists [2023-01-10T17:56:58.403Z] 17bec77d7fdc: Layer already exists [2023-01-10T17:56:58.668Z] a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7: digest: sha256:800219b120f22f91fdaad2c84a0758076d66d8b47105b8e5b00398bb2cca6b40 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:56:59.008Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:56:59.346Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-01-10T17:56:59.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-01-10T17:56:59.346Z] 89b46066260b: Preparing [2023-01-10T17:56:59.346Z] 6610f46d873d: Preparing [2023-01-10T17:56:59.346Z] ee644604780d: Preparing [2023-01-10T17:56:59.346Z] 0ea91291e2ac: Preparing [2023-01-10T17:56:59.346Z] 909f449a5bd1: Preparing [2023-01-10T17:56:59.346Z] 17bec77d7fdc: Preparing [2023-01-10T17:56:59.346Z] 17bec77d7fdc: Waiting [2023-01-10T17:56:59.346Z] 909f449a5bd1: Layer already exists [2023-01-10T17:56:59.346Z] 89b46066260b: Layer already exists [2023-01-10T17:56:59.346Z] 6610f46d873d: Layer already exists [2023-01-10T17:56:59.346Z] 0ea91291e2ac: Layer already exists [2023-01-10T17:56:59.346Z] ee644604780d: Layer already exists [2023-01-10T17:56:59.346Z] 17bec77d7fdc: Layer already exists [2023-01-10T17:56:59.613Z] main: digest: sha256:800219b120f22f91fdaad2c84a0758076d66d8b47105b8e5b00398bb2cca6b40 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T17:56:59.655Z] ===================================================== [Pipeline] echo [2023-01-10T17:56:59.665Z] taggedImages: [2023-01-10T17:56:59.665Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [2023-01-10T17:56:59.665Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-01-10T17:56:59.665Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.7 [2023-01-10T17:56:59.665Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 [2023-01-10T17:56:59.665Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:57:00.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-10T17:57:00.025Z] [2023-01-10T17:57:00.025Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:57:00.355Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-10T17:57:00.355Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-10T17:57:00.355Z] 8998bd30e6a1: Pulling fs layer [2023-01-10T17:57:00.355Z] 04944245beec: Pulling fs layer [2023-01-10T17:57:00.355Z] 699f458cf7ca: Pulling fs layer [2023-01-10T17:57:00.355Z] 765212b225bb: Pulling fs layer [2023-01-10T17:57:00.355Z] f23df028b6ca: Pulling fs layer [2023-01-10T17:57:00.355Z] d65c8cfc05b1: Pulling fs layer [2023-01-10T17:57:00.355Z] 2437ff75d9bd: Pulling fs layer [2023-01-10T17:57:00.355Z] f23df028b6ca: Waiting [2023-01-10T17:57:00.355Z] d65c8cfc05b1: Waiting [2023-01-10T17:57:00.355Z] 2437ff75d9bd: Waiting [2023-01-10T17:57:00.355Z] 765212b225bb: Waiting [2023-01-10T17:57:00.623Z] 04944245beec: Verifying Checksum [2023-01-10T17:57:00.623Z] 04944245beec: Download complete [2023-01-10T17:57:00.623Z] 765212b225bb: Download complete [2023-01-10T17:57:00.623Z] f23df028b6ca: Download complete [2023-01-10T17:57:00.623Z] d65c8cfc05b1: Verifying Checksum [2023-01-10T17:57:00.623Z] d65c8cfc05b1: Download complete [2023-01-10T17:57:00.890Z] 699f458cf7ca: Verifying Checksum [2023-01-10T17:57:01.158Z] 8998bd30e6a1: Verifying Checksum [2023-01-10T17:57:01.158Z] 8998bd30e6a1: Download complete [2023-01-10T17:57:03.750Z] 2437ff75d9bd: Verifying Checksum [2023-01-10T17:57:03.750Z] 2437ff75d9bd: Download complete [2023-01-10T17:57:04.706Z] 8998bd30e6a1: Pull complete [2023-01-10T17:57:04.971Z] 04944245beec: Pull complete [2023-01-10T17:57:06.377Z] 699f458cf7ca: Pull complete [2023-01-10T17:57:06.377Z] 765212b225bb: Pull complete [2023-01-10T17:57:06.959Z] f23df028b6ca: Pull complete [2023-01-10T17:57:07.225Z] d65c8cfc05b1: Pull complete [2023-01-10T17:57:19.519Z] 2437ff75d9bd: Pull complete [2023-01-10T17:57:19.519Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-10T17:57:19.519Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-10T17:57:19.519Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:57:19.705Z] prd-ubuntu20.04-docker-arm64-4c-16g-1621 does not seem to be running inside a container [2023-01-10T17:57:19.766Z] $ 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/124 -v /w/workspace/app-service-configurable/124:/w/workspace/app-service-configurable/124:rw,z -v /w/workspace/app-service-configurable/124@tmp:/w/workspace/app-service-configurable/124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-10T17:57:22.112Z] $ docker top 236c078efbcab278fc0e348d551dbe01829c0447004222dea132b8fc50e51e2e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:57:22.621Z] ---> job-cost.sh [2023-01-10T17:57:22.888Z] lf-activate-venv: SKIPPING [2023-01-10T17:57:22.888Z] INFO: No Stack... [2023-01-10T17:57:23.471Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-10T17:57:24.425Z] INFO: Archiving Costs [Pipeline] sh [2023-01-10T17:57:25.024Z] + cat /w/workspace/app-service-configurable/124/archives/cost.csv [2023-01-10T17:57:25.024Z] + cut -d, -f6 [Pipeline] lock [2023-01-10T17:57:25.089Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] [2023-01-10T17:57:25.099Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] did not exist. Created. [2023-01-10T17:57:25.099Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-10T17:57:25.756Z] /w/workspace/app-service-configurable/124@tmp/durable-b71bc92c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-10T17:57:26.404Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-10T17:57:26.419Z] Warning: overwriting stash ‘stack-cost’ [2023-01-10T17:57:26.465Z] Stashed 1 file(s) [Pipeline] } [2023-01-10T17:57:26.478Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-10T17:57:26.493Z] $ docker stop --time=1 236c078efbcab278fc0e348d551dbe01829c0447004222dea132b8fc50e51e2e [2023-01-10T17:57:27.978Z] $ docker rm -f --volumes 236c078efbcab278fc0e348d551dbe01829c0447004222dea132b8fc50e51e2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-01-10T17:57:28.325Z] provisioning config files... [2023-01-10T17:57:28.333Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3016190264276626602tmp [Pipeline] { [Pipeline] sh [2023-01-10T17:57:28.632Z] + set +x [2023-01-10T17:57:28.632Z] + curl -s https://codecov.io/bash [2023-01-10T17:57:28.632Z] + bash -s -- [2023-01-10T17:57:28.632Z] [2023-01-10T17:57:28.632Z] _____ _ [2023-01-10T17:57:28.632Z] / ____| | | [2023-01-10T17:57:28.632Z] | | ___ __| | ___ ___ _____ __ [2023-01-10T17:57:28.632Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-10T17:57:28.632Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-10T17:57:28.632Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-10T17:57:28.632Z] Bash-1.0.6 [2023-01-10T17:57:28.632Z] [2023-01-10T17:57:28.632Z] [2023-01-10T17:57:28.632Z] ==> git version 2.25.1 found [2023-01-10T17:57:28.632Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-01-10T17:57:28.632Z] Release-Date: 2020-01-08 [2023-01-10T17:57:28.632Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-10T17:57:28.632Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-10T17:57:28.632Z] ==> Jenkins CI detected. [2023-01-10T17:57:28.632Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-01-10T17:57:28.632Z] project root: . [2023-01-10T17:57:28.632Z] --> token set from env [2023-01-10T17:57:28.632Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-10T17:57:28.632Z] ==> Running gcov in . (disable via -X gcov) [2023-01-10T17:57:28.632Z] ==> Python coveragepy not found [2023-01-10T17:57:28.632Z] ==> Searching for coverage reports in: [2023-01-10T17:57:28.632Z] + . [2023-01-10T17:57:28.632Z] -> Found 1 reports [2023-01-10T17:57:28.632Z] ==> Detecting git/mercurial file structure [2023-01-10T17:57:28.632Z] ==> Reading reports [2023-01-10T17:57:28.632Z] + ./coverage.out bytes=13 [2023-01-10T17:57:28.632Z] ==> Appending adjustments [2023-01-10T17:57:28.632Z] https://docs.codecov.io/docs/fixing-reports [2023-01-10T17:57:28.632Z] + Found adjustments [2023-01-10T17:57:28.892Z] ==> Gzipping contents [2023-01-10T17:57:28.892Z] 4.0K /tmp/codecov.jui2YQ.gz [2023-01-10T17:57:28.892Z] ==> Uploading reports [2023-01-10T17:57:28.892Z] url: https://codecov.io [2023-01-10T17:57:28.892Z] query: branch=main&commit=a0e8a3cf402e2d18cab125a1c4a8a92554f18848&build=124&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F124%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-10T17:57:28.892Z] -> Pinging Codecov [2023-01-10T17:57:28.892Z] 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=a0e8a3cf402e2d18cab125a1c4a8a92554f18848&build=124&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F124%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-10T17:57:29.151Z] -> Uploading to [2023-01-10T17:57:29.151Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-10/A97CA9966030D2A3747ED39772930CCE/a0e8a3cf402e2d18cab125a1c4a8a92554f18848/0457690b-7bd0-4523-8bf8-3861c50ad514.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230110T175728Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=16e4b759ac347e5514f157e8a5eb33a834d07929cdea9eb46978d3125b375210 [2023-01-10T17:57:29.151Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T17:57:29.151Z] Dload Upload Total Spent Left Speed [2023-01-10T17:57:29.411Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 530 0 0 100 530 0 2387 --:--:-- --:--:-- --:--:-- 2387 [2023-01-10T17:57:29.411Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] } [2023-01-10T17:57:29.419Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-10T17:57:29.520Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-10T17:57:29.529Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:57:29.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-10T17:57:29.817Z] [2023-01-10T17:57:29.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:57:30.110Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-10T17:57:30.110Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-10T17:57:30.110Z] df9b9388f04a: Pulling fs layer [2023-01-10T17:57:30.110Z] 52dc419b0ee2: Pulling fs layer [2023-01-10T17:57:30.110Z] 25bc292e5bac: Pulling fs layer [2023-01-10T17:57:30.110Z] 114826534d7a: Pulling fs layer [2023-01-10T17:57:30.110Z] 4657fd5d0bcf: Pulling fs layer [2023-01-10T17:57:30.110Z] 6ad1cebc031e: Pulling fs layer [2023-01-10T17:57:30.110Z] 8a3aa393b2d8: Pulling fs layer [2023-01-10T17:57:30.110Z] 114826534d7a: Waiting [2023-01-10T17:57:30.110Z] 8a3aa393b2d8: Waiting [2023-01-10T17:57:30.110Z] 4657fd5d0bcf: Waiting [2023-01-10T17:57:30.110Z] 25bc292e5bac: Download complete [2023-01-10T17:57:30.110Z] 52dc419b0ee2: Verifying Checksum [2023-01-10T17:57:30.110Z] 52dc419b0ee2: Download complete [2023-01-10T17:57:30.110Z] 4657fd5d0bcf: Download complete [2023-01-10T17:57:30.369Z] df9b9388f04a: Download complete [2023-01-10T17:57:30.369Z] df9b9388f04a: Pull complete [2023-01-10T17:57:30.369Z] 6ad1cebc031e: Verifying Checksum [2023-01-10T17:57:30.369Z] 6ad1cebc031e: Download complete [2023-01-10T17:57:30.628Z] 52dc419b0ee2: Pull complete [2023-01-10T17:57:30.628Z] 25bc292e5bac: Pull complete [2023-01-10T17:57:30.887Z] 114826534d7a: Verifying Checksum [2023-01-10T17:57:31.146Z] 8a3aa393b2d8: Verifying Checksum [2023-01-10T17:57:31.146Z] 8a3aa393b2d8: Download complete [2023-01-10T17:57:34.425Z] 114826534d7a: Pull complete [2023-01-10T17:57:34.425Z] 4657fd5d0bcf: Pull complete [2023-01-10T17:57:34.425Z] 6ad1cebc031e: Pull complete [2023-01-10T17:57:36.949Z] 8a3aa393b2d8: Pull complete [2023-01-10T17:57:36.949Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-10T17:57:36.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-10T17:57:36.949Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:57:37.023Z] prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container [2023-01-10T17:57:37.062Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-10T17:57:42.673Z] $ docker top 82f9ee33cb78d75ac599dfad37a7208be2fb6fe301e2015f19686fc5b8ff6700 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-10T17:57:42.731Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-01-10T17:57:43.010Z] + set -o pipefail [2023-01-10T17:57:43.010Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-01-10T17:57:49.583Z] [2023-01-10T17:57:49.583Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-01-10T17:57:49.583Z] [2023-01-10T17:57:49.583Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/fa653bbd-1ad5-46cb-9938-067b0c905d95 [2023-01-10T17:57:49.583Z] [2023-01-10T17:57:49.583Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-10T17:57:49.583Z] [2023-01-10T17:57:49.583Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-10T17:57:49.583Z] [2023-01-10T17:57:49.583Z] [2023-01-10T17:57:49.584Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-10T17:57:49.584Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-10T17:57:49.584Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-10T17:57:49.602Z] $ docker stop --time=1 82f9ee33cb78d75ac599dfad37a7208be2fb6fe301e2015f19686fc5b8ff6700 [2023-01-10T17:57:53.325Z] $ docker rm -f --volumes 82f9ee33cb78d75ac599dfad37a7208be2fb6fe301e2015f19686fc5b8ff6700 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-10T17:57:53.982Z] + git log --format=format:%s -1 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] sh [2023-01-10T17:57:54.273Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T17:57:54.273Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:57:54.572Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T17:57:54.572Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:57:54.638Z] prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container [2023-01-10T17:57:54.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-10T17:57:55.091Z] $ docker top f9db457e93028b5e7c974b0a3bc87841ee6b029ec99a8d1e13cbb4f00f8eb867 -eo pid,comm [2023-01-10T17:57:55.130Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-10T17:57:55.130Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T17:57:55.166Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T17:57:55.166Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T17:57:55.283Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T17:57:55.291Z] $ docker exec f9db457e93028b5e7c974b0a3bc87841ee6b029ec99a8d1e13cbb4f00f8eb867 ssh-agent [2023-01-10T17:57:55.383Z] SSH_AUTH_SOCK=/tmp/ssh-2DFWt43ZLUZu/agent.31 [2023-01-10T17:57:55.383Z] SSH_AGENT_PID=37 [2023-01-10T17:57:55.387Z] Running ssh-add (command line suppressed) [2023-01-10T17:57:55.484Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1200576265882461626.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1200576265882461626.key) [2023-01-10T17:57:55.491Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T17:57:55.778Z] + git semver tag [2023-01-10T17:57:56.036Z] 2023-01-10 17:57:55,941 [run_tag] DEBUG tag force:False [2023-01-10T17:57:56.036Z] 2023-01-10 17:57:55,941 [check_head_tag] DEBUG check head tag [2023-01-10T17:57:56.036Z] 2023-01-10 17:57:55,942 [execute] INFO git cat-file --batch-check [2023-01-10T17:57:56.036Z] 2023-01-10 17:57:55,942 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-01-10T17:57:56.036Z] 2023-01-10 17:57:55,945 [execute] INFO git cat-file --batch [2023-01-10T17:57:56.036Z] 2023-01-10 17:57:55,946 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-01-10T17:57:56.036Z] 2023-01-10 17:57:55,965 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-10T17:57:56.036Z] 2023-01-10 17:57:55,965 [execute] INFO git tag -a v3.0.0-dev.7 -m v3.0.0-dev.7 [2023-01-10T17:57:56.036Z] 2023-01-10 17:57:55,965 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.7', '-m', 'v3.0.0-dev.7'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-01-10T17:57:56.036Z] 2023-01-10 17:57:55,969 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-10T17:57:56.036Z] 3.0.0-dev.7 [Pipeline] } [2023-01-10T17:57:56.051Z] $ docker exec --env ******** --env ******** f9db457e93028b5e7c974b0a3bc87841ee6b029ec99a8d1e13cbb4f00f8eb867 ssh-agent -k [2023-01-10T17:57:56.141Z] unset SSH_AUTH_SOCK; [2023-01-10T17:57:56.141Z] unset SSH_AGENT_PID; [2023-01-10T17:57:56.141Z] echo Agent pid 37 killed; [2023-01-10T17:57:56.143Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T17:57:56.456Z] + git semver [Pipeline] } [2023-01-10T17:57:56.733Z] $ docker stop --time=1 f9db457e93028b5e7c974b0a3bc87841ee6b029ec99a8d1e13cbb4f00f8eb867 [2023-01-10T17:57:58.194Z] $ docker rm -f --volumes f9db457e93028b5e7c974b0a3bc87841ee6b029ec99a8d1e13cbb4f00f8eb867 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:57:58.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-10T17:57:58.569Z] [2023-01-10T17:57:58.569Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:57:58.867Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-10T17:57:58.867Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-10T17:57:58.867Z] ab5ef0e58194: Pulling fs layer [2023-01-10T17:57:58.867Z] 9712f1f96733: Pulling fs layer [2023-01-10T17:57:58.867Z] 63f879dbbcfc: Pulling fs layer [2023-01-10T17:57:58.867Z] 0d9ebad4ef96: Pulling fs layer [2023-01-10T17:57:58.867Z] e9a5061849ea: Pulling fs layer [2023-01-10T17:57:58.867Z] d747dcd14b5f: Pulling fs layer [2023-01-10T17:57:58.867Z] 2de7ff778b66: Pulling fs layer [2023-01-10T17:57:58.867Z] d747dcd14b5f: Waiting [2023-01-10T17:57:58.867Z] e9a5061849ea: Waiting [2023-01-10T17:57:58.867Z] 2de7ff778b66: Waiting [2023-01-10T17:57:58.867Z] 0d9ebad4ef96: Waiting [2023-01-10T17:57:58.867Z] 9712f1f96733: Verifying Checksum [2023-01-10T17:57:58.867Z] 9712f1f96733: Download complete [2023-01-10T17:57:59.128Z] 63f879dbbcfc: Verifying Checksum [2023-01-10T17:57:59.128Z] 63f879dbbcfc: Download complete [2023-01-10T17:57:59.387Z] ab5ef0e58194: Verifying Checksum [2023-01-10T17:57:59.387Z] ab5ef0e58194: Download complete [2023-01-10T17:57:59.387Z] d747dcd14b5f: Verifying Checksum [2023-01-10T17:57:59.387Z] d747dcd14b5f: Download complete [2023-01-10T17:57:59.387Z] e9a5061849ea: Verifying Checksum [2023-01-10T17:57:59.387Z] e9a5061849ea: Download complete [2023-01-10T17:57:59.387Z] 0d9ebad4ef96: Verifying Checksum [2023-01-10T17:57:59.387Z] 0d9ebad4ef96: Download complete [2023-01-10T17:57:59.645Z] 2de7ff778b66: Verifying Checksum [2023-01-10T17:57:59.645Z] 2de7ff778b66: Download complete [2023-01-10T17:58:02.175Z] ab5ef0e58194: Pull complete [2023-01-10T17:58:02.175Z] 9712f1f96733: Pull complete [2023-01-10T17:58:02.752Z] 63f879dbbcfc: Pull complete [2023-01-10T17:58:06.040Z] 0d9ebad4ef96: Pull complete [2023-01-10T17:58:06.297Z] e9a5061849ea: Pull complete [2023-01-10T17:58:06.297Z] d747dcd14b5f: Pull complete [2023-01-10T17:58:07.235Z] 2de7ff778b66: Pull complete [2023-01-10T17:58:07.235Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-10T17:58:07.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-10T17:58:07.235Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:58:07.327Z] prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container [2023-01-10T17:58:07.362Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-10T17:58:14.619Z] $ docker top 76145f950b1ad676718d524b5377d44ff359837c1cab79bcdf4b63b4cc420b09 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-10T17:58:14.680Z] provisioning config files... [2023-01-10T17:58:14.686Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13032919081370974384tmp [2023-01-10T17:58:14.695Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6563349551741377420tmp [2023-01-10T17:58:14.703Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13701782438622860665tmp [Pipeline] { [Pipeline] echo [2023-01-10T17:58:14.715Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:58:14.994Z] ---> sigul-configuration.sh [2023-01-10T17:58:14.994Z] gpg: directory `/root/.gnupg' created [2023-01-10T17:58:14.994Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-10T17:58:14.994Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-10T17:58:14.994Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-10T17:58:14.994Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-10T17:58:14.994Z] gpg: CAST5 encrypted data [2023-01-10T17:58:14.994Z] gpg: encrypted with 1 passphrase [2023-01-10T17:58:14.994Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-10T17:58:15.278Z] + mkdir /home/jenkins [2023-01-10T17:58:15.278Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-10T17:58:15.560Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-01-10T17:58:15.570Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:58:15.855Z] ---> sigul-install.sh [2023-01-10T17:58:15.855Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-10T17:58:16.141Z] + git tag --list [2023-01-10T17:58:16.142Z] v1.0.0 [2023-01-10T17:58:16.142Z] v1.1.0 [2023-01-10T17:58:16.142Z] v1.2.0 [2023-01-10T17:58:16.142Z] v1.3.0 [2023-01-10T17:58:16.142Z] v1.3.1 [2023-01-10T17:58:16.142Z] v2.0.0 [2023-01-10T17:58:16.142Z] v2.0.1 [2023-01-10T17:58:16.142Z] v2.1.0 [2023-01-10T17:58:16.142Z] v2.1.1 [2023-01-10T17:58:16.142Z] v2.1.1-dev.1 [2023-01-10T17:58:16.142Z] v2.1.1-dev.2 [2023-01-10T17:58:16.142Z] v2.2.0 [2023-01-10T17:58:16.142Z] v2.2.1-dev.1 [2023-01-10T17:58:16.142Z] v2.2.1-dev.10 [2023-01-10T17:58:16.142Z] v2.2.1-dev.2 [2023-01-10T17:58:16.142Z] v2.2.1-dev.3 [2023-01-10T17:58:16.142Z] v2.2.1-dev.4 [2023-01-10T17:58:16.142Z] v2.2.1-dev.5 [2023-01-10T17:58:16.142Z] v2.2.1-dev.6 [2023-01-10T17:58:16.142Z] v2.2.1-dev.7 [2023-01-10T17:58:16.142Z] v2.2.1-dev.8 [2023-01-10T17:58:16.142Z] v2.2.1-dev.9 [2023-01-10T17:58:16.142Z] v2.3.0 [2023-01-10T17:58:16.142Z] v2.3.0-dev.10 [2023-01-10T17:58:16.142Z] v2.3.0-dev.11 [2023-01-10T17:58:16.142Z] v2.3.0-dev.12 [2023-01-10T17:58:16.142Z] v2.3.0-dev.13 [2023-01-10T17:58:16.142Z] v2.3.0-dev.14 [2023-01-10T17:58:16.142Z] v2.3.0-dev.15 [2023-01-10T17:58:16.142Z] v2.3.0-dev.16 [2023-01-10T17:58:16.142Z] v2.3.0-dev.17 [2023-01-10T17:58:16.142Z] v2.3.0-dev.18 [2023-01-10T17:58:16.142Z] v2.3.0-dev.19 [2023-01-10T17:58:16.142Z] v2.3.0-dev.20 [2023-01-10T17:58:16.142Z] v2.3.0-dev.21 [2023-01-10T17:58:16.142Z] v2.3.0-dev.22 [2023-01-10T17:58:16.142Z] v2.3.0-dev.23 [2023-01-10T17:58:16.142Z] v2.3.0-dev.24 [2023-01-10T17:58:16.142Z] v2.3.0-dev.25 [2023-01-10T17:58:16.142Z] v2.3.0-dev.26 [2023-01-10T17:58:16.142Z] v2.3.0-dev.27 [2023-01-10T17:58:16.142Z] v2.3.0-dev.28 [2023-01-10T17:58:16.142Z] v2.3.0-dev.29 [2023-01-10T17:58:16.142Z] v2.3.0-dev.30 [2023-01-10T17:58:16.142Z] v2.3.0-dev.31 [2023-01-10T17:58:16.142Z] v2.3.0-dev.32 [2023-01-10T17:58:16.142Z] v2.3.0-dev.33 [2023-01-10T17:58:16.142Z] v2.3.0-dev.34 [2023-01-10T17:58:16.142Z] v2.3.0-dev.35 [2023-01-10T17:58:16.142Z] v2.3.0-dev.36 [2023-01-10T17:58:16.142Z] v2.3.0-dev.37 [2023-01-10T17:58:16.142Z] v3.0.0-dev.1 [2023-01-10T17:58:16.142Z] v3.0.0-dev.2 [2023-01-10T17:58:16.142Z] v3.0.0-dev.3 [2023-01-10T17:58:16.142Z] v3.0.0-dev.4 [2023-01-10T17:58:16.142Z] v3.0.0-dev.5 [2023-01-10T17:58:16.142Z] v3.0.0-dev.6 [2023-01-10T17:58:16.142Z] v3.0.0-dev.7 [Pipeline] sh [2023-01-10T17:58:16.429Z] + lftools sign git-tag v3.0.0-dev.7 [2023-01-10T17:58:16.996Z] Signing Git tag with Sigul... [2023-01-10T17:58:16.996Z] Signing v3.0.0-dev.7 [Pipeline] echo [2023-01-10T17:58:17.264Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:58:17.548Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-10T17:58:17.556Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-10T17:58:17.583Z] $ docker stop --time=1 76145f950b1ad676718d524b5377d44ff359837c1cab79bcdf4b63b4cc420b09 [2023-01-10T17:58:18.861Z] $ docker rm -f --volumes 76145f950b1ad676718d524b5377d44ff359837c1cab79bcdf4b63b4cc420b09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-10T17:58:19.267Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T17:58:19.267Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:58:19.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T17:58:19.566Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:58:19.633Z] prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container [2023-01-10T17:58:19.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-10T17:58:20.062Z] $ docker top 677b13621ab2ee9e996bb0b7cd312c1dab65d5e3dadfdd05debefade3e0965e9 -eo pid,comm [2023-01-10T17:58:20.101Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-10T17:58:20.101Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T17:58:20.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T17:58:20.143Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T17:58:20.260Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T17:58:20.269Z] $ docker exec 677b13621ab2ee9e996bb0b7cd312c1dab65d5e3dadfdd05debefade3e0965e9 ssh-agent [2023-01-10T17:58:20.368Z] SSH_AUTH_SOCK=/tmp/ssh-MzR41lqYavYQ/agent.32 [2023-01-10T17:58:20.368Z] SSH_AGENT_PID=38 [2023-01-10T17:58:20.373Z] Running ssh-add (command line suppressed) [2023-01-10T17:58:20.473Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17485399492838879361.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17485399492838879361.key) [2023-01-10T17:58:20.477Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T17:58:20.760Z] + git semver bump pre [2023-01-10T17:58:21.018Z] 2023-01-10 17:58:20,923 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-10T17:58:21.018Z] 2023-01-10 17:58:20,924 [bump_version] DEBUG bumping version:3.0.0-dev.7 on axis:pre with prefix:dev [2023-01-10T17:58:21.018Z] 2023-01-10 17:58:20,924 [bump_version] DEBUG bumped version:3.0.0-dev.8 [2023-01-10T17:58:21.018Z] 2023-01-10 17:58:20,924 [write_version] DEBUG write version:3.0.0-dev.8 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2023-01-10T17:58:21.018Z] 2023-01-10 17:58:20,924 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-10T17:58:21.018Z] 2023-01-10 17:58:20,924 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-10T17:58:21.018Z] 2023-01-10 17:58:20,926 [execute] INFO git cat-file --batch-check [2023-01-10T17:58:21.018Z] 2023-01-10 17:58:20,926 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-10T17:58:21.018Z] 2023-01-10 17:58:20,931 [execute] INFO git cat-file --batch [2023-01-10T17:58:21.018Z] 2023-01-10 17:58:20,931 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-10T17:58:21.018Z] 2023-01-10 17:58:20,936 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-10T17:58:21.018Z] 3.0.0-dev.8 [Pipeline] } [2023-01-10T17:58:21.035Z] $ docker exec --env ******** --env ******** 677b13621ab2ee9e996bb0b7cd312c1dab65d5e3dadfdd05debefade3e0965e9 ssh-agent -k [2023-01-10T17:58:21.139Z] unset SSH_AUTH_SOCK; [2023-01-10T17:58:21.139Z] unset SSH_AGENT_PID; [2023-01-10T17:58:21.139Z] echo Agent pid 38 killed; [2023-01-10T17:58:21.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T17:58:21.446Z] + git semver [Pipeline] } [2023-01-10T17:58:21.722Z] $ docker stop --time=1 677b13621ab2ee9e996bb0b7cd312c1dab65d5e3dadfdd05debefade3e0965e9 [2023-01-10T17:58:23.009Z] $ docker rm -f --volumes 677b13621ab2ee9e996bb0b7cd312c1dab65d5e3dadfdd05debefade3e0965e9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T17:58:23.347Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T17:58:23.348Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:58:23.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T17:58:23.653Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:58:23.722Z] prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container [2023-01-10T17:58:23.754Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-10T17:58:24.063Z] $ docker top d2998b06e2be2379e8cc1f82303779c5be12161ace817fdcc0c1ddf8995f2ebf -eo pid,comm [2023-01-10T17:58:24.100Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-10T17:58:24.100Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T17:58:24.132Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T17:58:24.132Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T17:58:24.237Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T17:58:24.245Z] $ docker exec d2998b06e2be2379e8cc1f82303779c5be12161ace817fdcc0c1ddf8995f2ebf ssh-agent [2023-01-10T17:58:24.340Z] SSH_AUTH_SOCK=/tmp/ssh-lgbh8FKPNCx8/agent.32 [2023-01-10T17:58:24.340Z] SSH_AGENT_PID=38 [2023-01-10T17:58:24.344Z] Running ssh-add (command line suppressed) [2023-01-10T17:58:24.435Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_16678892859760546209.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_16678892859760546209.key) [2023-01-10T17:58:24.439Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T17:58:24.725Z] + git semver push [2023-01-10T17:58:24.984Z] 2023-01-10 17:58:24,913 [run_push] DEBUG push [2023-01-10T17:58:24.984Z] 2023-01-10 17:58:24,914 [execute] INFO git cat-file --batch-check [2023-01-10T17:58:24.984Z] 2023-01-10 17:58:24,914 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-10T17:58:24.984Z] 2023-01-10 17:58:24,918 [execute] INFO git rev-list a11548b2408318c20393e39d0ad1eb5d2c823f2d -- [2023-01-10T17:58:24.984Z] 2023-01-10 17:58:24,918 [execute] DEBUG Popen(['git', 'rev-list', 'a11548b2408318c20393e39d0ad1eb5d2c823f2d', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-10T17:58:24.984Z] 2023-01-10 17:58:24,928 [execute] INFO git fetch -v origin [2023-01-10T17:58:24.984Z] 2023-01-10 17:58:24,929 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-10T17:58:25.553Z] 2023-01-10 17:58:25,449 [run_push] DEBUG no remote changes detected [2023-01-10T17:58:25.553Z] 2023-01-10 17:58:25,449 [execute] INFO git push origin semver [2023-01-10T17:58:25.553Z] 2023-01-10 17:58:25,450 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-10T17:58:26.490Z] 2023-01-10 17:58:26,267 [run_push] DEBUG push all version tags [2023-01-10T17:58:26.490Z] 2023-01-10 17:58:26,267 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-10T17:58:26.490Z] 2023-01-10 17:58:26,268 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-01-10T17:58:27.055Z] 2023-01-10 17:58:27,021 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-01-10T17:58:27.055Z] 3.0.0-dev.8 [Pipeline] } [2023-01-10T17:58:27.073Z] $ docker exec --env ******** --env ******** d2998b06e2be2379e8cc1f82303779c5be12161ace817fdcc0c1ddf8995f2ebf ssh-agent -k [2023-01-10T17:58:27.174Z] unset SSH_AUTH_SOCK; [2023-01-10T17:58:27.174Z] unset SSH_AGENT_PID; [2023-01-10T17:58:27.175Z] echo Agent pid 38 killed; [2023-01-10T17:58:27.177Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T17:58:27.476Z] + git semver [Pipeline] } [2023-01-10T17:58:27.753Z] $ docker stop --time=1 d2998b06e2be2379e8cc1f82303779c5be12161ace817fdcc0c1ddf8995f2ebf [2023-01-10T17:58:29.064Z] $ docker rm -f --volumes d2998b06e2be2379e8cc1f82303779c5be12161ace817fdcc0c1ddf8995f2ebf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-10T17:58:29.564Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-01-10T17:58:29.564Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-01-10T17:58:29.564Z] total 16 [2023-01-10T17:58:29.564Z] drwxr-xr-x 3 root root 4096 Jan 10 17:46 . [2023-01-10T17:58:29.564Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 10 17:58 .. [2023-01-10T17:58:29.564Z] drwxr-xr-x 2 root root 4096 Jan 10 17:46 cost [2023-01-10T17:58:29.564Z] -rw-r--r-- 1 root root 96 Jan 10 17:46 cost.csv [2023-01-10T17:58:29.564Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-01-10T17:58:29.564Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-01-10T17:58:29.564Z] total 16 [2023-01-10T17:58:29.564Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 10 17:46 . [2023-01-10T17:58:29.564Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 10 17:58 .. [2023-01-10T17:58:29.564Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 10 17:46 cost [2023-01-10T17:58:29.564Z] -rw-r--r-- 1 jenkins jenkins 96 Jan 10 17:46 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:58:29.851Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:58:30.705Z] ---> package-listing.sh [2023-01-10T17:58:30.705Z] ++ facter osfamily [2023-01-10T17:58:30.705Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-10T17:58:30.964Z] + OS_FAMILY=debian [2023-01-10T17:58:30.964Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-01-10T17:58:30.964Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-10T17:58:30.964Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-10T17:58:30.964Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-10T17:58:30.964Z] + PACKAGES=/tmp/packages_start.txt [2023-01-10T17:58:30.964Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-01-10T17:58:30.964Z] + PACKAGES=/tmp/packages_end.txt [2023-01-10T17:58:30.964Z] + case "${OS_FAMILY}" in [2023-01-10T17:58:30.964Z] + dpkg -l [2023-01-10T17:58:30.964Z] + grep '^ii' [2023-01-10T17:58:30.964Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-10T17:58:30.964Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-10T17:58:30.964Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-10T17:58:30.964Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-01-10T17:58:30.964Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-01-10T17:58:30.964Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2023-01-10T17:58:30.974Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-10T17:58:31.250Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:58:31.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T17:58:31.805Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:58:31.871Z] prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container [2023-01-10T17:58:31.902Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-10T17:58:32.102Z] $ docker top cfdf2cece55c1ec8feb550c4623ac83177d0fad589ebb2f001f2f79528cd7123 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T17:58:32.427Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-10T17:58:32.708Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-10T17:58:32.991Z] + ls /var/log/sa-host [2023-01-10T17:58:32.991Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T17:58:33.051Z] provisioning config files... [2023-01-10T17:58:33.059Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3673021676334783685tmp [Pipeline] { [Pipeline] echo [2023-01-10T17:58:33.070Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:58:33.397Z] ---> create-netrc.sh [Pipeline] } [2023-01-10T17:58:33.449Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:58:33.881Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-10T17:58:33.891Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:58:34.175Z] ---> sudo-logs.sh [2023-01-10T17:58:34.175Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-10T17:58:34.201Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:58:34.486Z] ---> job-cost.sh [2023-01-10T17:58:34.486Z] lf-activate-venv: SKIPPING [2023-01-10T17:58:34.486Z] DEBUG: total: 0.2199999988079071 [2023-01-10T17:58:34.486Z] INFO: Retrieving Stack Cost... [2023-01-10T17:58:34.745Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-10T17:58:35.312Z] INFO: Archiving Costs [Pipeline] echo [2023-01-10T17:58:35.324Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:58:35.606Z] ---> logs-deploy.sh [2023-01-10T17:58:35.606Z] lf-activate-venv: SKIPPING [2023-01-10T17:58:35.606Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/124 [2023-01-10T17:58:35.606Z] INFO: archiving workspace using pattern(s): [2023-01-10T17:58:36.540Z] Archives upload complete. [2023-01-10T17:58:36.541Z] INFO: archiving logs to Nexus