Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 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-ssh5855796169246838357.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f5e0e1f8358a839901f1a476b3a28a62f8570917 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-ssh8155699927862962947.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 f5e0e1f8358a839901f1a476b3a28a62f8570917 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-ssh2695776821021242947.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f5e0e1f8358a839901f1a476b3a28a62f8570917 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f5e0e1f8358a839901f1a476b3a28a62f8570917 # timeout=10 Commit message: "Merge pull request #449 from jinlinGuan/issue-448" > 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-ssh2514630072051476492.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-ssh1448856912194362517.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] ========================================================= [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.21 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-865 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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 > 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 Avoid second fetch Checking out Revision 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e (main) Commit message: "Merge pull request #660 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.36" > git config core.sparsecheckout # timeout=10 > git checkout -f 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e # timeout=10 > git rev-list --no-walk 4880d13fba8919741e70fade795d8a1158c52518 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:59:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:59:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:59:47 ========================================================= 13:59:47 EdgeX Global Pipelines Version Info 13:59:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:59:48 ------------------- 13:59:48 stable info: 13:59:48 ------------------- 13:59:48 Commited By: Ginny Guan ginny@iotechsys.com 13:59:48 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 13:59:48 Message: update stable to v1.0.259 13:59:49 ------------------- 13:59:49 experimental info: 13:59:49 ------------------- 13:59:49 Commited By: Ginny Guan ginny@iotechsys.com 13:59:49 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 13:59:49 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a61b8a [Pipeline] echo 13:59:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:59:49 provisioning config files... 13:59:49 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7523974578479395867tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:59:50 ---> ****-login.sh 13:59:50 nexus3.edgexfoundry.org:10001 13:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:59:50 Configure a credential helper to remove this warning. See 13:59:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:59:50 13:59:50 Login Succeeded 13:59:50 nexus3.edgexfoundry.org:10002 13:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:59:50 Configure a credential helper to remove this warning. See 13:59:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:59:50 13:59:50 Login Succeeded 13:59:50 nexus3.edgexfoundry.org:10003 13:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:59:50 Configure a credential helper to remove this warning. See 13:59:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:59:50 13:59:50 Login Succeeded 13:59:50 nexus3.edgexfoundry.org:10004 13:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:59:50 Configure a credential helper to remove this warning. See 13:59:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:59:50 13:59:50 Login Succeeded 13:59:50 ****.io 13:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:59:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:59:51 Configure a credential helper to remove this warning. See 13:59:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:59:51 13:59:51 Login Succeeded 13:59:51 ---> ****-login.sh ends [Pipeline] } 13:59:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:59:51 + git rev-list -1 --merges 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e~1..2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] echo 13:59:51 -----------> git rev-list -1 --merges 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e~1..2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 13:59:51 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [false] [Pipeline] sh 13:59:51 + git log --format=format:%s -1 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] echo 13:59:52 ========================================================= 13:59:52 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:59:52 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:59:52 + git log --format=format:%s -1 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] echo 13:59:52 [semverPrep] GIT_COMMIT: 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e, Commit Message: Merge pull request #660 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.36 [Pipeline] echo 13:59:52 [semverPrep] This is not a build commit. [Pipeline] sh 13:59:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:59:52 + grep -v github /etc/ssh/ssh_known_hosts 13:59:52 + [ -e /tmp/ssh_known_hosts ] 13:59:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:59:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 13:59:52 + sudo tee -a /etc/ssh/ssh_known_hosts 13:59:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:59:53 13:59:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:59:53 0.1.4: Pulling from edgex-devops/py-git-semver 13:59:53 b85a868b505f: Pulling fs layer 13:59:53 e2be974225ed: Pulling fs layer 13:59:53 339a4e72a1f5: Pulling fs layer 13:59:53 988bab9f4d93: Pulling fs layer 13:59:53 1469e6f7b9e6: Pulling fs layer 13:59:53 eaf3925da568: Pulling fs layer 13:59:53 bab4dde63d76: Pulling fs layer 13:59:53 bde34c3a00c8: Pulling fs layer 13:59:53 988bab9f4d93: Waiting 13:59:53 1469e6f7b9e6: Waiting 13:59:53 eaf3925da568: Waiting 13:59:53 bab4dde63d76: Waiting 13:59:53 b352a97aabf1: Pulling fs layer 13:59:53 4872d77fe225: Pulling fs layer 13:59:53 bde34c3a00c8: Waiting 13:59:53 b352a97aabf1: Waiting 13:59:53 5851b861e8e6: Pulling fs layer 13:59:53 4872d77fe225: Waiting 13:59:53 e2be974225ed: Verifying Checksum 13:59:53 e2be974225ed: Download complete 13:59:53 988bab9f4d93: Download complete 13:59:53 1469e6f7b9e6: Verifying Checksum 13:59:53 1469e6f7b9e6: Download complete 13:59:53 eaf3925da568: Verifying Checksum 13:59:53 eaf3925da568: Download complete 13:59:53 339a4e72a1f5: Verifying Checksum 13:59:53 339a4e72a1f5: Download complete 13:59:53 bde34c3a00c8: Download complete 13:59:53 b85a868b505f: Verifying Checksum 13:59:53 b85a868b505f: Download complete 13:59:53 4872d77fe225: Verifying Checksum 13:59:53 4872d77fe225: Download complete 13:59:53 b352a97aabf1: Verifying Checksum 13:59:53 b352a97aabf1: Download complete 13:59:53 5851b861e8e6: Verifying Checksum 13:59:53 5851b861e8e6: Download complete 13:59:54 bab4dde63d76: Verifying Checksum 13:59:54 bab4dde63d76: Download complete 13:59:54 b85a868b505f: Pull complete 13:59:54 e2be974225ed: Pull complete 13:59:55 339a4e72a1f5: Pull complete 13:59:55 988bab9f4d93: Pull complete 13:59:55 1469e6f7b9e6: Pull complete 13:59:55 eaf3925da568: Pull complete 13:59:57 bab4dde63d76: Pull complete 13:59:57 bde34c3a00c8: Pull complete 13:59:57 b352a97aabf1: Pull complete 13:59:57 4872d77fe225: Pull complete 13:59:57 5851b861e8e6: Pull complete 13:59:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 13:59:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:59:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:59:57 prd-ubuntu20.04-docker-8c-8g-865 does not seem to be running inside a container 13:59:57 $ 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 14:00:01 $ docker top 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c -eo pid,comm 14:00:01 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). 14:00:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:00:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:00:01 [ssh-agent] Looking for ssh-agent implementation... 14:00:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:00:01 $ docker exec 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c ssh-agent 14:00:01 SSH_AUTH_SOCK=/tmp/ssh-Vc9qb4D4YB8A/agent.33 14:00:01 SSH_AGENT_PID=39 14:00:01 Running ssh-add (command line suppressed) 14:00:01 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4654497565649199902.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4654497565649199902.key) 14:00:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:00:02 + git tag --points-at HEAD [Pipeline] } 14:00:02 $ docker exec --env ******** --env ******** 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c ssh-agent -k 14:00:02 unset SSH_AUTH_SOCK; 14:00:02 unset SSH_AGENT_PID; 14:00:02 echo Agent pid 39 killed; 14:00:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:00:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:00:02 [ssh-agent] Looking for ssh-agent implementation... 14:00:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:00:02 $ docker exec 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c ssh-agent 14:00:02 SSH_AUTH_SOCK=/tmp/ssh-VYOvRdapAN4K/agent.72 14:00:02 SSH_AGENT_PID=78 14:00:02 Running ssh-add (command line suppressed) 14:00:02 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_11786924392105431865.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_11786924392105431865.key) 14:00:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:00:02 + git semver init 14:00:03 2024-05-27 14:00:02,980 [run_init] DEBUG init version:0.0.0 force:False 14:00:03 2024-05-27 14:00:02,981 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 14:00:03 2024-05-27 14:00:02,981 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 14:00:03 2024-05-27 14:00:02,981 [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) 14:00:04 2024-05-27 14:00:04,263 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 14:00:04 2024-05-27 14:00:04,264 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 14:00:04 2024-05-27 14:00:04,264 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 14:00:04 2024-05-27 14:00:04,264 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 14:00:04 3.2.0-dev.22 [Pipeline] } 14:00:04 $ docker exec --env ******** --env ******** 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c ssh-agent -k 14:00:04 unset SSH_AUTH_SOCK; 14:00:04 unset SSH_AGENT_PID; 14:00:04 echo Agent pid 78 killed; 14:00:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:00:04 + git semver [Pipeline] } 14:00:05 $ docker stop --time=1 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c 14:00:06 $ docker rm -f --volumes 5f5a1e85f3d50e04375f00e896a8e58747a247bf0bab9a8f376b0a0afdeb254c [Pipeline] // withDockerContainer [Pipeline] sh 14:00:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:00:07 Stashed 1 file(s) [Pipeline] echo 14:00:07 [edgeXSemver]: initialized semver on version 3.2.0-dev.22 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:00:07 provisioning config files... 14:00:07 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config18121995317920440972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:00:07 ---> ****-login.sh 14:00:07 nexus3.edgexfoundry.org:10001 14:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:07 Configure a credential helper to remove this warning. See 14:00:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:07 14:00:07 Login Succeeded 14:00:07 nexus3.edgexfoundry.org:10002 14:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:07 Configure a credential helper to remove this warning. See 14:00:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:07 14:00:07 Login Succeeded 14:00:07 nexus3.edgexfoundry.org:10003 14:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:07 Configure a credential helper to remove this warning. See 14:00:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:07 14:00:07 Login Succeeded 14:00:07 nexus3.edgexfoundry.org:10004 14:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:07 Configure a credential helper to remove this warning. See 14:00:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:07 14:00:07 Login Succeeded 14:00:07 ****.io 14:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:09 Configure a credential helper to remove this warning. See 14:00:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:09 14:00:09 Login Succeeded 14:00:09 ---> ****-login.sh ends [Pipeline] } 14:00:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:00:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:00:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:00:09 ========================================================= 14:00:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 14:00:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:10 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 14:00:10 Sending build context to Docker daemon 10.71MB 14:00:10 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 14:00:10 Step 2/12 : FROM ${BASE} AS builder 14:00:10 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 14:00:10 619be1103602: Pulling fs layer 14:00:10 7862e08f4a3e: Pulling fs layer 14:00:10 5df492c9dc93: Pulling fs layer 14:00:10 7629e6793208: Pulling fs layer 14:00:10 4f4fb700ef54: Pulling fs layer 14:00:10 fb5054dd5b73: Pulling fs layer 14:00:10 eeca6798cff9: Pulling fs layer 14:00:10 aa269ceb94a6: Pulling fs layer 14:00:10 ada007ff1a6a: Pulling fs layer 14:00:10 7629e6793208: Waiting 14:00:10 4f4fb700ef54: Waiting 14:00:10 fb5054dd5b73: Waiting 14:00:10 eeca6798cff9: Waiting 14:00:10 aa269ceb94a6: Waiting 14:00:10 ada007ff1a6a: Waiting 14:00:10 7862e08f4a3e: Download complete 14:00:10 7629e6793208: Verifying Checksum 14:00:10 7629e6793208: Download complete 14:00:10 4f4fb700ef54: Download complete 14:00:10 fb5054dd5b73: Verifying Checksum 14:00:10 fb5054dd5b73: Download complete 14:00:10 619be1103602: Verifying Checksum 14:00:10 619be1103602: Download complete 14:00:10 eeca6798cff9: Verifying Checksum 14:00:10 eeca6798cff9: Download complete 14:00:10 619be1103602: Pull complete 14:00:10 ada007ff1a6a: Verifying Checksum 14:00:10 ada007ff1a6a: Download complete 14:00:10 7862e08f4a3e: Pull complete 14:00:10 5df492c9dc93: Verifying Checksum 14:00:10 5df492c9dc93: Download complete 14:00:11 aa269ceb94a6: Verifying Checksum 14:00:13 5df492c9dc93: Pull complete 14:00:13 7629e6793208: Pull complete 14:00:13 4f4fb700ef54: Pull complete 14:00:14 fb5054dd5b73: Pull complete 14:00:14 eeca6798cff9: Pull complete 14:00:16 aa269ceb94a6: Pull complete 14:00:16 ada007ff1a6a: Pull complete 14:00:16 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 14:00:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 14:00:16 ---> f489d0715acc 14:00:16 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 14:00:22 Still waiting to schedule task 14:00:22 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 14:00:24 ---> Running in ff3d7c40a8b8 14:00:24 Removing intermediate container ff3d7c40a8b8 14:00:24 ---> e6e85e9bbdf8 14:00:24 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 14:00:24 ---> Running in 38a99f9b320d 14:00:24 Removing intermediate container 38a99f9b320d 14:00:24 ---> a107e1881c4a 14:00:24 Step 5/12 : ARG ADD_BUILD_TAGS="" 14:00:24 ---> Running in 226adace7711 14:00:24 Removing intermediate container 226adace7711 14:00:24 ---> 2c0f460b68b5 14:00:24 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:00:24 ---> Running in 5a6dbebc6aaf 14:00:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:00:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:00:24 OK: 264 MiB in 52 packages 14:00:24 Removing intermediate container 5a6dbebc6aaf 14:00:24 ---> 694eb0eab777 14:00:24 Step 7/12 : WORKDIR /app 14:00:24 ---> Running in d2e597c6d699 14:00:25 Removing intermediate container d2e597c6d699 14:00:25 ---> d1fdacb24f88 14:00:25 Step 8/12 : COPY go.mod vendor* ./ 14:00:25 ---> ebbc5145f730 14:00:25 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:00:25 ---> Running in c2585a3c9f71 14:01:25 go: github.com/Microsoft/go-winio@v0.6.1: Get "https://proxy.golang.org/github.com/%21microsoft/go-winio/@v/v0.6.1.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/armon/go-metrics@v0.4.1: Get "https://proxy.golang.org/github.com/armon/go-metrics/@v/v0.4.1.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2: Get "https://proxy.golang.org/github.com/asaskevich/govalidator/@v/v0.0.0-20230301143203-a9d515a09cc2.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/barkimedes/go-deepcopy@v0.0.0-20220514131651-17c30cfc62df: Get "https://proxy.golang.org/github.com/barkimedes/go-deepcopy/@v/v0.0.0-20220514131651-17c30cfc62df.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/cenkalti/backoff@v2.2.1+incompatible: Get "https://proxy.golang.org/github.com/cenkalti/backoff/@v/v2.2.1+incompatible.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/cenkalti/backoff/v4@v4.3.0: Get "https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/diegoholiveira/jsonlogic/v3@v3.5.3: Get "https://proxy.golang.org/github.com/diegoholiveira/jsonlogic/v3/@v/v3.5.3.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/eclipse/paho.mqtt.golang@v1.4.3: Get "https://proxy.golang.org/github.com/eclipse/paho.mqtt.golang/@v/v1.4.3.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.2.0-dev.36: Get "https://proxy.golang.org/github.com/edgexfoundry/app-functions-sdk-go/v3/@v/v3.2.0-dev.36.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.32: Get "https://proxy.golang.org/github.com/edgexfoundry/go-mod-bootstrap/v3/@v/v3.2.0-dev.32.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/edgexfoundry/go-mod-configuration/v3@v3.2.0-dev.7: Get "https://proxy.golang.org/github.com/edgexfoundry/go-mod-configuration/v3/@v/v3.2.0-dev.7.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/edgexfoundry/go-mod-core-contracts/v3@v3.2.0-dev.20: Get "https://proxy.golang.org/github.com/edgexfoundry/go-mod-core-contracts/v3/@v/v3.2.0-dev.20.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/edgexfoundry/go-mod-messaging/v3@v3.2.0-dev.20: Get "https://proxy.golang.org/github.com/edgexfoundry/go-mod-messaging/v3/@v/v3.2.0-dev.20.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/edgexfoundry/go-mod-registry/v3@v3.2.0-dev.8: Get "https://proxy.golang.org/github.com/edgexfoundry/go-mod-registry/v3/@v/v3.2.0-dev.8.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/edgexfoundry/go-mod-secrets/v3@v3.2.0-dev.5: Get "https://proxy.golang.org/github.com/edgexfoundry/go-mod-secrets/v3/@v/v3.2.0-dev.5.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/fatih/color@v1.16.0: Get "https://proxy.golang.org/github.com/fatih/color/@v/v1.16.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/fsnotify/fsnotify@v1.7.0: Get "https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.7.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/fullsailor/pkcs7@v0.0.0-20190404230743-d7302db945fa: Get "https://proxy.golang.org/github.com/fullsailor/pkcs7/@v/v0.0.0-20190404230743-d7302db945fa.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/fxamacker/cbor/v2@v2.6.0: Get "https://proxy.golang.org/github.com/fxamacker/cbor/v2/@v/v2.6.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/gabriel-vasile/mimetype@v1.4.3: Get "https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.3.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/go-jose/go-jose/v3@v3.0.3: Get "https://proxy.golang.org/github.com/go-jose/go-jose/v3/@v/v3.0.3.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/go-kit/log@v0.2.1: Get "https://proxy.golang.org/github.com/go-kit/log/@v/v0.2.1.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/go-logfmt/logfmt@v0.5.1: Get "https://proxy.golang.org/github.com/go-logfmt/logfmt/@v/v0.5.1.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/go-logr/logr@v1.4.1: Get "https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.1.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/go-logr/stdr@v1.2.2: Get "https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/go-ole/go-ole@v1.2.6: Get "https://proxy.golang.org/github.com/go-ole/go-ole/@v/v1.2.6.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/go-openapi/analysis@v0.23.0: Get "https://proxy.golang.org/github.com/go-openapi/analysis/@v/v0.23.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/go-openapi/errors@v0.22.0: Get "https://proxy.golang.org/github.com/go-openapi/errors/@v/v0.22.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/go-openapi/jsonpointer@v0.21.0: Get "https://proxy.golang.org/github.com/go-openapi/jsonpointer/@v/v0.21.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/go-openapi/jsonreference@v0.21.0: Get "https://proxy.golang.org/github.com/go-openapi/jsonreference/@v/v0.21.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/go-openapi/loads@v0.22.0: Get "https://proxy.golang.org/github.com/go-openapi/loads/@v/v0.22.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 go: github.com/go-openapi/runtime@v0.28.0: Get "https://proxy.golang.org/github.com/go-openapi/runtime/@v/v0.28.0.mod": dial tcp [2607:f8b0:400b:804::2011]:443: connect: cannot assign requested address 14:01:25 skipping... 14:01:51 Removing intermediate container c2585a3c9f71 14:01:51 ---> 0d274c13731b 14:01:51 Step 10/12 : COPY . . 14:01:51 ---> 06b7aa2787b9 14:01:51 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:01:51 ---> Running in d05681a92280 14:01:51 Removing intermediate container d05681a92280 14:01:51 ---> 390a8293e8a6 14:01:51 Step 12/12 : RUN $MAKE 14:01:51 ---> Running in c21e5812b43f 14:01:51 noop 14:01:52 Removing intermediate container c21e5812b43f 14:01:52 ---> 8afa1ff70d34 14:01:52 Successfully built 8afa1ff70d34 14:01:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:52 + docker inspect -f . ci-base-image-x86_64 14:01:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:01:52 prd-ubuntu20.04-docker-8c-8g-865 does not seem to be running inside a container 14:01:52 $ 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 14:01:53 $ docker top cacecef57baedf7a39c74344e90cc4b642767727b819d48dd73a2e1328a09be7 -eo pid,comm [Pipeline] { [Pipeline] sh 14:01:53 + go version 14:01:53 go version go1.21.9 linux/amd64 [Pipeline] } 14:01:53 $ docker stop --time=1 cacecef57baedf7a39c74344e90cc4b642767727b819d48dd73a2e1328a09be7 14:01:55 $ docker rm -f --volumes cacecef57baedf7a39c74344e90cc4b642767727b819d48dd73a2e1328a09be7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:55 + docker inspect -f . ci-base-image-x86_64 14:01:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:01:55 prd-ubuntu20.04-docker-8c-8g-865 does not seem to be running inside a container 14:01:55 $ 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 14:01:56 $ docker top 7bae5b1ad0a235d1c17fe93e3ceb993593e8d7afd20fa4a0c5528852cf9c3465 -eo pid,comm [Pipeline] { [Pipeline] sh 14:01:56 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 14:01:56 + make test 14:01:56 go test -race -coverprofile=coverage.out ./... 14:01:56 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v3 v3.2.0-dev.36 14:01:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.32 14:01:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.20 14:01:57 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.20 14:01:57 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.8 14:01:57 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.5 14:01:57 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 14:01:57 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.7 14:01:57 go: downloading github.com/fxamacker/cbor/v2 v2.6.0 14:01:57 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.5.3 14:01:57 go: downloading github.com/go-kit/log v0.2.1 14:01:57 go: downloading github.com/go-openapi/runtime v0.28.0 14:01:57 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 14:01:57 go: downloading github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df 14:01:57 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:01:57 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 14:01:57 go: downloading github.com/go-logfmt/logfmt v0.5.1 14:01:57 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 14:01:57 go: downloading github.com/go-openapi/errors v0.22.0 14:01:57 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 14:01:57 go: downloading github.com/fsnotify/fsnotify v1.7.0 14:01:57 go: downloading github.com/go-jose/go-jose/v3 v3.0.3 14:01:57 go: downloading github.com/go-openapi/analysis v0.23.0 14:01:57 go: downloading github.com/go-openapi/loads v0.22.0 14:01:57 go: downloading github.com/go-logr/logr v1.4.1 14:01:57 go: downloading github.com/go-openapi/jsonpointer v0.21.0 14:01:57 go: downloading github.com/fatih/color v1.16.0 14:01:57 go: downloading github.com/armon/go-metrics v0.4.1 14:01:57 go: downloading github.com/go-openapi/jsonreference v0.21.0 14:01:57 go: downloading github.com/go-logr/stdr v1.2.2 14:02:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-867 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 14:02:08 Running in /w/workspace/app-service-configurable/231 [Pipeline] { [Pipeline] checkout 14:02:08 The recommended git tool is: git 14:02:15 using credential edgex-jenkins-ssh 14:02:15 Cloning the remote Git repository 14:02:15 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 14:02:15 > git init /w/workspace/app-service-configurable/231 # timeout=10 14:02:16 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 14:02:16 > git --version # timeout=10 14:02:16 > git --version # 'git version 2.25.1' 14:02:16 using GIT_SSH to set credentials SSH Credentials for GitHub 14:02:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:02:20 Avoid second fetch 14:02:20 Checking out Revision 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e (main) 14:02:19 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 14:02:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:02:20 > git config core.sparsecheckout # timeout=10 14:02:20 > git checkout -f 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e # timeout=10 14:02:20 Commit message: "Merge pull request #660 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.36" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:02:25 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:02:25 % Total % Received % Xferd Average Speed Time Time Time Current 14:02:25 Dload Upload Total Spent Left Speed 14:02:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 108k 0 --:--:-- --:--:-- --:--:-- 109k [Pipeline] sh 14:02:25 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:02:26 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:02:26 + sudo tee /etc/docker/daemon.new 14:02:26 { 14:02:26 "registry-mirrors": [ 14:02:26 "https://nexus3.edgexfoundry.org:10001" 14:02:26 ], 14:02:26 "bip": "10.250.0.254/24", 14:02:26 "hosts": [ 14:02:26 "tcp://0.0.0.0:5555", 14:02:26 "unix:///var/run/docker.sock" 14:02:26 ], 14:02:26 "mtu": 1458, 14:02:26 "selinux-enabled": true, 14:02:26 "seccomp-profile": "/etc/docker/seccomp.json" 14:02:26 } [Pipeline] sh 14:02:26 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:02:26 + sudo service docker restart 14:02:29 ? github.com/edgexfoundry/app-service-configurable [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:02:45 provisioning config files... 14:02:45 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/231@tmp/config13385039287488453510tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:02:45 ---> ****-login.sh 14:02:45 nexus3.edgexfoundry.org:10001 14:02:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:02:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:02:46 Configure a credential helper to remove this warning. See 14:02:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:02:46 14:02:46 Login Succeeded 14:02:46 nexus3.edgexfoundry.org:10002 14:02:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:02:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:02:46 Configure a credential helper to remove this warning. See 14:02:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:02:46 14:02:46 Login Succeeded 14:02:46 nexus3.edgexfoundry.org:10003 14:02:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:02:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:02:46 Configure a credential helper to remove this warning. See 14:02:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:02:46 14:02:46 Login Succeeded 14:02:46 nexus3.edgexfoundry.org:10004 14:02:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:02:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:02:47 Configure a credential helper to remove this warning. See 14:02:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:02:47 14:02:47 Login Succeeded 14:02:47 ****.io 14:02:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:02:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:02:47 Configure a credential helper to remove this warning. See 14:02:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:02:47 14:02:47 Login Succeeded 14:02:47 ---> ****-login.sh ends [Pipeline] } 14:02:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:02:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:02:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:02:47 ========================================================= 14:02:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 14:02:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:02:48 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 14:02:48 Sending build context to Docker daemon 238.6kB 14:02:48 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 14:02:48 Step 2/12 : FROM ${BASE} AS builder 14:02:48 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:02:48 c6b39de5b339: Pulling fs layer 14:02:48 a69c41024577: Pulling fs layer 14:02:48 d6de4b400683: Pulling fs layer 14:02:48 35cb2a7552d0: Pulling fs layer 14:02:48 4f4fb700ef54: Pulling fs layer 14:02:48 35cb2a7552d0: Waiting 14:02:48 464afbd9ba4c: Pulling fs layer 14:02:48 00f215d4a9da: Pulling fs layer 14:02:48 d496ad576159: Pulling fs layer 14:02:48 4f4fb700ef54: Waiting 14:02:48 464afbd9ba4c: Waiting 14:02:48 00f215d4a9da: Waiting 14:02:48 d496ad576159: Waiting 14:02:48 a69c41024577: Verifying Checksum 14:02:48 a69c41024577: Download complete 14:02:48 35cb2a7552d0: Verifying Checksum 14:02:48 35cb2a7552d0: Download complete 14:02:48 4f4fb700ef54: Verifying Checksum 14:02:48 4f4fb700ef54: Download complete 14:02:48 464afbd9ba4c: Verifying Checksum 14:02:48 464afbd9ba4c: Download complete 14:02:48 c6b39de5b339: Download complete 14:02:48 d496ad576159: Verifying Checksum 14:02:48 d496ad576159: Download complete 14:02:49 c6b39de5b339: Pull complete 14:02:50 a69c41024577: Pull complete 14:02:50 d6de4b400683: Verifying Checksum 14:02:50 d6de4b400683: Download complete 14:02:51 00f215d4a9da: Verifying Checksum 14:02:51 00f215d4a9da: Download complete 14:02:56 go vet ./... 14:02:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:02:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:02:57 ./bin/test-attribution-txt.sh 14:02:57 An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add 14:02:57 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo 14:02:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 14:02:57 $ docker stop --time=1 7bae5b1ad0a235d1c17fe93e3ceb993593e8d7afd20fa4a0c5528852cf9c3465 14:03:03 $ docker rm -f --volumes 7bae5b1ad0a235d1c17fe93e3ceb993593e8d7afd20fa4a0c5528852cf9c3465 14:03:03 d6de4b400683: Pull complete 14:03:03 35cb2a7552d0: Pull complete 14:03:03 4f4fb700ef54: Pull complete 14:03:03 464afbd9ba4c: Pull complete [Pipeline] // withDockerContainer [Pipeline] sh 14:03:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:03:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:03:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:03:04 + ls -al . 14:03:04 total 260 14:03:04 drwxrwxr-x 7 jenkins jenkins 4096 May 27 14:01 . 14:03:04 drwxrwxr-x 4 jenkins jenkins 4096 May 27 13:59 .. 14:03:04 -rw-rw-r-- 1 jenkins jenkins 119 May 27 13:59 .dockerignore 14:03:04 drwxrwxr-x 8 jenkins jenkins 4096 May 27 14:02 .git 14:03:04 drwxrwxr-x 3 jenkins jenkins 4096 May 27 13:59 .github 14:03:04 -rw-rw-r-- 1 jenkins jenkins 106 May 27 13:59 .gitignore 14:03:04 -rw-rw-r-- 1 jenkins jenkins 41 May 27 13:59 .golangci.yml 14:03:04 drwxr-xr-x 3 jenkins jenkins 4096 May 27 14:00 .semver 14:03:04 -rw-rw-r-- 1 jenkins jenkins 18981 May 27 13:59 Attribution.txt 14:03:04 -rw-rw-r-- 1 jenkins jenkins 37263 May 27 13:59 CHANGELOG.md 14:03:04 -rw-rw-r-- 1 jenkins jenkins 2007 May 27 13:59 Dockerfile 14:03:04 -rw-rw-r-- 1 jenkins jenkins 677 May 27 13:59 GOVERNANCE.md 14:03:04 -rw-rw-r-- 1 jenkins jenkins 666 May 27 13:59 Jenkinsfile 14:03:04 -rw-rw-r-- 1 jenkins jenkins 10174 May 27 13:59 LICENSE 14:03:04 -rw-rw-r-- 1 jenkins jenkins 618 May 27 13:59 OWNERS.md 14:03:04 -rw-rw-r-- 1 jenkins jenkins 4582 May 27 13:59 README.md 14:03:04 -rw-rw-r-- 1 jenkins jenkins 12 May 27 14:00 VERSION 14:03:04 drwxrwxr-x 2 jenkins jenkins 4096 May 27 13:59 bin 14:03:04 -rw-r--r-- 1 jenkins jenkins 13 May 27 14:01 coverage.out 14:03:04 -rw-rw-r-- 1 jenkins jenkins 7154 May 27 13:59 go.mod 14:03:04 -rw-rw-r-- 1 jenkins jenkins 102020 May 27 13:59 go.sum 14:03:04 -rw-rw-r-- 1 jenkins jenkins 1937 May 27 13:59 main.go 14:03:04 -rw-rw-r-- 1 jenkins jenkins 2572 May 27 13:59 makefile 14:03:04 drwxrwxr-x 9 jenkins jenkins 4096 May 27 13:59 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:03:04 + 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=2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e --label arch=amd64 --label version=3.2.0-dev.22 . 14:03:04 Sending build context to Docker daemon 10.72MB 14:03:04 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 14:03:04 Step 2/27 : FROM ${BASE} AS builder 14:03:04 ---> 8afa1ff70d34 14:03:04 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 14:03:05 ---> Running in 493f28cbfcea 14:03:05 Removing intermediate container 493f28cbfcea 14:03:05 ---> e39a08defe4d 14:03:05 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 14:03:05 ---> Running in cf03e580e544 14:03:05 Removing intermediate container cf03e580e544 14:03:05 ---> 0bfb554e8d50 14:03:05 Step 5/27 : ARG ADD_BUILD_TAGS="" 14:03:05 ---> Running in ebbe45860748 14:03:05 Removing intermediate container ebbe45860748 14:03:05 ---> 02acd3173945 14:03:05 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:03:05 ---> Running in 0fd4c1b2b13d 14:03:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:03:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:03:06 OK: 264 MiB in 52 packages 14:03:06 Removing intermediate container 0fd4c1b2b13d 14:03:06 ---> 188c86af9122 14:03:06 Step 7/27 : WORKDIR /app 14:03:07 ---> Running in ac56db21f924 14:03:07 Removing intermediate container ac56db21f924 14:03:07 ---> 8e1f5a0f2f6b 14:03:07 Step 8/27 : COPY go.mod vendor* ./ 14:03:07 ---> d289535c9ced 14:03:07 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:03:07 ---> Running in b06029ba0c3b 14:03:11 00f215d4a9da: Pull complete 14:03:13 d496ad576159: Pull complete 14:03:13 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 14:03:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 14:03:13 ---> f246e2811388 14:03:13 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 14:03:14 Removing intermediate container b06029ba0c3b 14:03:14 ---> 0930fb0c4446 14:03:14 Step 10/27 : COPY . . 14:03:14 ---> 6e541fafca6b 14:03:14 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:03:14 ---> Running in 4db039611fd8 14:03:14 Removing intermediate container 4db039611fd8 14:03:14 ---> 84657844d704 14:03:14 Step 12/27 : RUN $MAKE 14:03:14 ---> Running in a92066c6a5e3 14:03:14 ---> Running in 1f71fe7b287a 14:03:14 Removing intermediate container 1f71fe7b287a 14:03:14 ---> 0c3842a373fd 14:03:14 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 14:03:14 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.36 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.22" -trimpath -mod=readonly -o app-service-configurable 14:03:14 ---> Running in fe9d379e2084 14:03:15 Removing intermediate container fe9d379e2084 14:03:15 ---> c83d78283704 14:03:15 Step 5/12 : ARG ADD_BUILD_TAGS="" 14:03:15 ---> Running in 8c28afe9e08a 14:03:15 Removing intermediate container 8c28afe9e08a 14:03:15 ---> 85e34529ec11 14:03:15 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:03:15 ---> Running in 1b12485ffd57 14:03:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 14:03:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 14:03:17 OK: 266 MiB in 52 packages 14:03:18 Removing intermediate container 1b12485ffd57 14:03:18 ---> 1b4b4da046a9 14:03:18 Step 7/12 : WORKDIR /app 14:03:18 ---> Running in 12f6eff3dfbb 14:03:18 Removing intermediate container 12f6eff3dfbb 14:03:18 ---> 24ba64f706be 14:03:18 Step 8/12 : COPY go.mod vendor* ./ 14:03:19 ---> 3ada59d502e5 14:03:19 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:03:19 ---> Running in 25b1be361b57 14:03:54 Removing intermediate container a92066c6a5e3 14:03:54 ---> 1a8a6c471e07 14:03:54 Step 13/27 : FROM alpine:3.18 14:03:54 3.18: Pulling from library/alpine 14:03:54 619be1103602: Already exists 14:03:54 Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 14:03:54 Status: Downloaded newer image for alpine:3.18 14:03:54 ---> d3782b16ccc9 14:03:54 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 14:03:54 ---> Running in 14c908a7a9bb 14:03:54 Removing intermediate container 14c908a7a9bb 14:03:54 ---> d9360ee00a97 14:03:54 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 14:03:54 ---> Running in 9472a07fd6dc 14:03:54 Removing intermediate container 9472a07fd6dc 14:03:54 ---> 0b509a33895f 14:03:54 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 14:03:54 ---> Running in 6f40ab486ece 14:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:03:54 (1/2) Installing ca-certificates (20240226-r0) 14:03:54 (2/2) Installing dumb-init (1.2.5-r2) 14:03:54 Executing busybox-1.36.1-r5.trigger 14:03:54 Executing ca-certificates-20240226-r0.trigger 14:03:54 OK: 8 MiB in 17 packages 14:03:54 Removing intermediate container 6f40ab486ece 14:03:54 ---> 2189a6781045 14:03:54 Step 17/27 : RUN apk --no-cache upgrade 14:03:54 ---> Running in d2023576e010 14:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:03:54 Upgrading critical system libraries and apk-tools: 14:03:54 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 14:03:54 Executing busybox-1.36.1-r5.trigger 14:03:54 Continuing the upgrade transaction with new apk-tools: 14:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:03:54 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 14:03:54 Executing busybox-1.36.1-r6.post-upgrade 14:03:54 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 14:03:54 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 14:03:54 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 14:03:54 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 14:03:54 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 14:03:54 Executing busybox-1.36.1-r6.trigger 14:03:54 Executing ca-certificates-20240226-r0.trigger 14:03:54 OK: 8 MiB in 17 packages 14:03:54 Removing intermediate container d2023576e010 14:03:54 ---> db88a09c1089 14:03:54 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:03:54 ---> 106dfeca4000 14:03:54 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 14:03:54 ---> 47fb2ccbe8a1 14:03:54 Step 20/27 : COPY --from=builder /app/res/ /res/ 14:03:54 ---> 0f822e1e7b7b 14:03:54 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 14:03:54 ---> 859e4ac3d411 14:03:54 Step 22/27 : EXPOSE 48095 14:03:54 ---> Running in 2469ea72645b 14:03:54 Removing intermediate container 2469ea72645b 14:03:54 ---> f4cda7c34d8e 14:03:54 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 14:03:54 ---> Running in dd2383a508fb 14:03:54 Removing intermediate container dd2383a508fb 14:03:54 ---> e8a2f03917e5 14:03:54 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:03:54 ---> Running in c0fe1bce1a57 14:03:54 Removing intermediate container c0fe1bce1a57 14:03:54 ---> a2c6e93cae24 14:03:54 Step 25/27 : LABEL arch=amd64 14:03:54 ---> Running in 4ec0063e30b4 14:03:54 Removing intermediate container 4ec0063e30b4 14:03:54 ---> 71109b80597a 14:03:54 Step 26/27 : LABEL git_sha=2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 14:03:54 ---> Running in 9ecd91f81f36 14:03:54 Removing intermediate container 9ecd91f81f36 14:03:54 ---> 14111b3585e4 14:03:54 Step 27/27 : LABEL version=3.2.0-dev.22 14:03:54 ---> Running in c5ee206da5aa 14:03:54 Removing intermediate container c5ee206da5aa 14:03:54 ---> b45cdda57eb2 14:03:54 [Warning] One or more build-args [ARCH] were not consumed 14:03:54 Successfully built b45cdda57eb2 14:03:54 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 14:03:54 provisioning config files... 14:03:54 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8831180659757115972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:03:55 ---> ****-login.sh 14:03:55 nexus3.edgexfoundry.org:10001 14:03:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:03:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:03:55 Configure a credential helper to remove this warning. See 14:03:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:03:55 14:03:55 Login Succeeded 14:03:55 nexus3.edgexfoundry.org:10002 14:03:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:03:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:03:55 Configure a credential helper to remove this warning. See 14:03:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:03:55 14:03:55 Login Succeeded 14:03:55 nexus3.edgexfoundry.org:10003 14:03:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:03:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:03:55 Configure a credential helper to remove this warning. See 14:03:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:03:55 14:03:55 Login Succeeded 14:03:55 nexus3.edgexfoundry.org:10004 14:03:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:03:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:03:55 Configure a credential helper to remove this warning. See 14:03:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:03:55 14:03:55 Login Succeeded 14:03:55 ****.io 14:03:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:03:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:03:55 Configure a credential helper to remove this warning. See 14:03:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:03:55 14:03:55 Login Succeeded 14:03:55 ---> ****-login.sh ends [Pipeline] } 14:03:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:03:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:03:55 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 14:03:55 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 14:03:55 latest 14:03:55 3.2.0-dev.22 14:03:55 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 14:03:55 main 14:03:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:03:56 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:03:56 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 14:03:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 14:03:56 0ed61f5ed8ba: Preparing 14:03:56 9f1b99f5c918: Preparing 14:03:56 d9a86f872c1b: Preparing 14:03:56 bbf644c3f816: Preparing 14:03:56 75a32171a52d: Preparing 14:03:56 fcf310f82df2: Preparing 14:03:56 aedc3bda2944: Preparing 14:03:56 fcf310f82df2: Waiting 14:03:56 aedc3bda2944: Waiting 14:03:56 9f1b99f5c918: Pushed 14:03:56 d9a86f872c1b: Pushed 14:03:56 bbf644c3f816: Pushed 14:03:56 aedc3bda2944: Layer already exists 14:03:56 fcf310f82df2: Pushed 14:03:57 75a32171a52d: Pushed 14:03:59 0ed61f5ed8ba: Pushed 14:03:59 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e: digest: sha256:133112a12916d97503c3827a0c1bad337ed0c7d540697fb9cbb9694e9b28b31d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:03:59 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:00 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 14:04:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 14:04:00 0ed61f5ed8ba: Preparing 14:04:00 9f1b99f5c918: Preparing 14:04:00 d9a86f872c1b: Preparing 14:04:00 bbf644c3f816: Preparing 14:04:00 75a32171a52d: Preparing 14:04:00 fcf310f82df2: Preparing 14:04:00 aedc3bda2944: Preparing 14:04:00 aedc3bda2944: Waiting 14:04:00 fcf310f82df2: Waiting 14:04:00 75a32171a52d: Layer already exists 14:04:00 bbf644c3f816: Layer already exists 14:04:00 9f1b99f5c918: Layer already exists 14:04:00 0ed61f5ed8ba: Layer already exists 14:04:00 d9a86f872c1b: Layer already exists 14:04:00 fcf310f82df2: Layer already exists 14:04:00 aedc3bda2944: Layer already exists 14:04:00 latest: digest: sha256:133112a12916d97503c3827a0c1bad337ed0c7d540697fb9cbb9694e9b28b31d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:00 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:00 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.22 14:04:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 14:04:00 0ed61f5ed8ba: Preparing 14:04:00 9f1b99f5c918: Preparing 14:04:00 d9a86f872c1b: Preparing 14:04:00 bbf644c3f816: Preparing 14:04:00 75a32171a52d: Preparing 14:04:00 fcf310f82df2: Preparing 14:04:00 aedc3bda2944: Preparing 14:04:00 fcf310f82df2: Waiting 14:04:00 aedc3bda2944: Waiting 14:04:00 d9a86f872c1b: Layer already exists 14:04:00 9f1b99f5c918: Layer already exists 14:04:00 75a32171a52d: Layer already exists 14:04:00 bbf644c3f816: Layer already exists 14:04:00 0ed61f5ed8ba: Layer already exists 14:04:00 fcf310f82df2: Layer already exists 14:04:00 aedc3bda2944: Layer already exists 14:04:00 3.2.0-dev.22: digest: sha256:133112a12916d97503c3827a0c1bad337ed0c7d540697fb9cbb9694e9b28b31d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:01 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:01 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 14:04:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 14:04:01 0ed61f5ed8ba: Preparing 14:04:01 9f1b99f5c918: Preparing 14:04:01 d9a86f872c1b: Preparing 14:04:01 bbf644c3f816: Preparing 14:04:01 75a32171a52d: Preparing 14:04:01 fcf310f82df2: Preparing 14:04:01 aedc3bda2944: Preparing 14:04:01 fcf310f82df2: Waiting 14:04:01 bbf644c3f816: Layer already exists 14:04:01 d9a86f872c1b: Layer already exists 14:04:01 9f1b99f5c918: Layer already exists 14:04:01 0ed61f5ed8ba: Layer already exists 14:04:01 75a32171a52d: Layer already exists 14:04:01 aedc3bda2944: Layer already exists 14:04:01 fcf310f82df2: Layer already exists 14:04:01 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22: digest: sha256:133112a12916d97503c3827a0c1bad337ed0c7d540697fb9cbb9694e9b28b31d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:01 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:02 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 14:04:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 14:04:02 0ed61f5ed8ba: Preparing 14:04:02 9f1b99f5c918: Preparing 14:04:02 d9a86f872c1b: Preparing 14:04:02 bbf644c3f816: Preparing 14:04:02 75a32171a52d: Preparing 14:04:02 fcf310f82df2: Preparing 14:04:02 aedc3bda2944: Preparing 14:04:02 aedc3bda2944: Waiting 14:04:02 bbf644c3f816: Layer already exists 14:04:02 0ed61f5ed8ba: Layer already exists 14:04:02 d9a86f872c1b: Layer already exists 14:04:02 9f1b99f5c918: Layer already exists 14:04:02 75a32171a52d: Layer already exists 14:04:02 fcf310f82df2: Layer already exists 14:04:02 aedc3bda2944: Layer already exists 14:04:02 main: digest: sha256:133112a12916d97503c3827a0c1bad337ed0c7d540697fb9cbb9694e9b28b31d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:04:02 ===================================================== [Pipeline] echo 14:04:02 taggedImages: 14:04:02 - nexus3.edgexfoundry.org:10004/app-service-configurable:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 14:04:02 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 14:04:02 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.22 14:04:02 - nexus3.edgexfoundry.org:10004/app-service-configurable:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 14:04:02 - 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:04:02 14:04:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:04:03 latest: Pulling from edgex-lftools-log-publisher 14:04:03 5eb5b503b376: Pulling fs layer 14:04:03 5c69ac0246d0: Pulling fs layer 14:04:03 ec43610c2a17: Pulling fs layer 14:04:03 3a2ae6a8a46f: Pulling fs layer 14:04:03 33b1e0a273af: Pulling fs layer 14:04:03 5d3b04190fa2: Pulling fs layer 14:04:03 2f39f015ded8: Pulling fs layer 14:04:03 5d3b04190fa2: Waiting 14:04:03 3a2ae6a8a46f: Waiting 14:04:03 33b1e0a273af: Waiting 14:04:03 2f39f015ded8: Waiting 14:04:03 5c69ac0246d0: Download complete 14:04:03 3a2ae6a8a46f: Verifying Checksum 14:04:03 3a2ae6a8a46f: Download complete 14:04:03 33b1e0a273af: Verifying Checksum 14:04:03 33b1e0a273af: Download complete 14:04:03 5d3b04190fa2: Download complete 14:04:03 ec43610c2a17: Verifying Checksum 14:04:03 ec43610c2a17: Download complete 14:04:03 5eb5b503b376: Download complete 14:04:03 2f39f015ded8: Download complete 14:04:04 5eb5b503b376: Pull complete 14:04:04 5c69ac0246d0: Pull complete 14:04:04 ec43610c2a17: Pull complete 14:04:04 3a2ae6a8a46f: Pull complete 14:04:05 33b1e0a273af: Pull complete 14:04:05 5d3b04190fa2: Pull complete 14:04:09 2f39f015ded8: Pull complete 14:04:09 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:04:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:04:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:04:09 prd-ubuntu20.04-docker-8c-8g-865 does not seem to be running inside a container 14:04:09 $ 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 14:04:14 $ docker top b256af8e22c4b0101f67a3ce891e460d5476f1f8e7cda415a64b2db0d8077341 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:04:14 ---> job-cost.sh 14:04:14 lf-activate-venv: SKIPPING 14:04:14 INFO: No Stack... 14:04:14 INFO: Retrieving Pricing Info for: v3-standard-8 14:04:15 INFO: Archiving Costs [Pipeline] sh 14:04:15 + cut -d, -f6 14:04:15 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [Pipeline] lock 14:04:15 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] 14:04:15 Resource [jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] did not exist. Created. 14:04:15 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:04:15 + echo total: 0.2199999988079071 [Pipeline] stash 14:04:15 Stashed 1 file(s) [Pipeline] } 14:04:15 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] [Pipeline] // lock [Pipeline] } 14:04:15 $ docker stop --time=1 b256af8e22c4b0101f67a3ce891e460d5476f1f8e7cda415a64b2db0d8077341 14:04:16 $ docker rm -f --volumes b256af8e22c4b0101f67a3ce891e460d5476f1f8e7cda415a64b2db0d8077341 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:05:10 Removing intermediate container 25b1be361b57 14:05:10 ---> 3deb9d079d8c 14:05:10 Step 10/12 : COPY . . 14:05:10 ---> 7592dbb2d4d4 14:05:10 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:05:10 ---> Running in f5781e2ddbed 14:05:10 Removing intermediate container f5781e2ddbed 14:05:10 ---> 41f1e8b49b4e 14:05:10 Step 12/12 : RUN $MAKE 14:05:10 ---> Running in 10104d029d95 14:05:10 noop 14:05:10 Removing intermediate container 10104d029d95 14:05:10 ---> 60401e1de955 14:05:10 Successfully built 60401e1de955 14:05:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:11 + docker inspect -f . ci-base-image-arm64 14:05:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:05:11 prd-ubuntu20.04-docker-arm64-4c-16g-867 does not seem to be running inside a container 14:05:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/231 -v /w/workspace/app-service-configurable/231:/w/workspace/app-service-configurable/231:rw,z -v /w/workspace/app-service-configurable/231@tmp:/w/workspace/app-service-configurable/231@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 14:05:12 $ docker top 773e150aa31c47b3ab805dda0de8375bd3d8c6766c272265dcf113c448e91ecc -eo pid,comm [Pipeline] { [Pipeline] sh 14:05:13 + go version 14:05:13 go version go1.21.9 linux/arm64 [Pipeline] } 14:05:13 $ docker stop --time=1 773e150aa31c47b3ab805dda0de8375bd3d8c6766c272265dcf113c448e91ecc 14:05:15 $ docker rm -f --volumes 773e150aa31c47b3ab805dda0de8375bd3d8c6766c272265dcf113c448e91ecc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:15 + docker inspect -f . ci-base-image-arm64 14:05:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:05:15 prd-ubuntu20.04-docker-arm64-4c-16g-867 does not seem to be running inside a container 14:05:16 $ 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/231 -v /w/workspace/app-service-configurable/231:/w/workspace/app-service-configurable/231:rw,z -v /w/workspace/app-service-configurable/231@tmp:/w/workspace/app-service-configurable/231@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 14:05:17 $ docker top a5ab4c069a5deba3dffc0c43f7b6a398702300d312cd0d7882d5d754acd72979 -eo pid,comm [Pipeline] { [Pipeline] sh 14:05:18 + git config --global --add safe.directory /w/workspace/app-service-configurable/231 [Pipeline] fileExists [Pipeline] sh 14:05:18 + make test 14:05:18 go test -race -coverprofile=coverage.out ./... 14:09:41 ? github.com/edgexfoundry/app-service-configurable [no test files] 14:09:41 WARNING: Linting skipped (not on x86_64 or linter not installed) 14:09:41 go vet ./... 14:13:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:13:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:13:47 ./bin/test-attribution-txt.sh 14:13:47 An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add 14:13:47 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo 14:13:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 14:13:47 $ docker stop --time=1 a5ab4c069a5deba3dffc0c43f7b6a398702300d312cd0d7882d5d754acd72979 14:13:49 $ docker rm -f --volumes a5ab4c069a5deba3dffc0c43f7b6a398702300d312cd0d7882d5d754acd72979 [Pipeline] // withDockerContainer [Pipeline] sh 14:13:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:13:52 Warning: overwriting stash ‘coverage-report’ 14:13:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:13:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:13:53 + ls -al . 14:13:53 total 256 14:13:53 drwxrwxr-x 6 jenkins jenkins 4096 May 27 14:05 . 14:13:53 drwxrwxr-x 4 jenkins jenkins 4096 May 27 14:02 .. 14:13:53 -rw-rw-r-- 1 jenkins jenkins 119 May 27 14:02 .dockerignore 14:13:53 drwxrwxr-x 8 jenkins jenkins 4096 May 27 14:02 .git 14:13:53 drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:02 .github 14:13:53 -rw-rw-r-- 1 jenkins jenkins 106 May 27 14:02 .gitignore 14:13:53 -rw-rw-r-- 1 jenkins jenkins 41 May 27 14:02 .golangci.yml 14:13:53 -rw-rw-r-- 1 jenkins jenkins 18981 May 27 14:02 Attribution.txt 14:13:53 -rw-rw-r-- 1 jenkins jenkins 37263 May 27 14:02 CHANGELOG.md 14:13:53 -rw-rw-r-- 1 jenkins jenkins 2007 May 27 14:02 Dockerfile 14:13:53 -rw-rw-r-- 1 jenkins jenkins 677 May 27 14:02 GOVERNANCE.md 14:13:53 -rw-rw-r-- 1 jenkins jenkins 666 May 27 14:02 Jenkinsfile 14:13:53 -rw-rw-r-- 1 jenkins jenkins 10174 May 27 14:02 LICENSE 14:13:53 -rw-rw-r-- 1 jenkins jenkins 618 May 27 14:02 OWNERS.md 14:13:53 -rw-rw-r-- 1 jenkins jenkins 4582 May 27 14:02 README.md 14:13:53 -rw-rw-r-- 1 jenkins jenkins 12 May 27 14:00 VERSION 14:13:53 drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:02 bin 14:13:53 -rw-r--r-- 1 jenkins jenkins 13 May 27 14:05 coverage.out 14:13:53 -rw-rw-r-- 1 jenkins jenkins 7154 May 27 14:02 go.mod 14:13:53 -rw-rw-r-- 1 jenkins jenkins 102020 May 27 14:02 go.sum 14:13:53 -rw-rw-r-- 1 jenkins jenkins 1937 May 27 14:02 main.go 14:13:53 -rw-rw-r-- 1 jenkins jenkins 2572 May 27 14:02 makefile 14:13:53 drwxrwxr-x 9 jenkins jenkins 4096 May 27 14:02 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:13:53 + 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=2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e --label arch=arm64 --label version=3.2.0-dev.22 . 14:13:53 Sending build context to Docker daemon 239.6kB 14:13:53 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 14:13:53 Step 2/27 : FROM ${BASE} AS builder 14:13:53 ---> 60401e1de955 14:13:53 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 14:13:53 ---> Running in ea980808ef4f 14:13:54 Removing intermediate container ea980808ef4f 14:13:54 ---> c18431763a1b 14:13:54 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 14:13:54 ---> Running in d55dd2df4a43 14:13:54 Removing intermediate container d55dd2df4a43 14:13:54 ---> 6a8f792a0628 14:13:54 Step 5/27 : ARG ADD_BUILD_TAGS="" 14:13:54 ---> Running in 2b19894b23a8 14:13:54 Removing intermediate container 2b19894b23a8 14:13:54 ---> e2b6b81303d1 14:13:54 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:13:54 ---> Running in 7f42c1e59e70 14:13:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 14:13:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 14:13:57 OK: 266 MiB in 52 packages 14:13:58 Removing intermediate container 7f42c1e59e70 14:13:58 ---> 9518c38d405f 14:13:58 Step 7/27 : WORKDIR /app 14:13:58 ---> Running in 4c666bffee9e 14:13:58 Removing intermediate container 4c666bffee9e 14:13:58 ---> d77f06ce32cd 14:13:58 Step 8/27 : COPY go.mod vendor* ./ 14:13:59 ---> 467dd1b8e8db 14:13:59 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:13:59 ---> Running in ea4d49d36672 14:14:01 Removing intermediate container ea4d49d36672 14:14:01 ---> f269a25fc7fa 14:14:01 Step 10/27 : COPY . . 14:14:02 ---> c5ba40b5e2a3 14:14:02 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:14:02 ---> Running in 0cf7621cd35f 14:14:02 Removing intermediate container 0cf7621cd35f 14:14:02 ---> ddf7466b2f5f 14:14:02 Step 12/27 : RUN $MAKE 14:14:02 ---> Running in abe38bbc9000 14:14:03 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.36 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.22" -trimpath -mod=readonly -o app-service-configurable 14:17:55 Removing intermediate container abe38bbc9000 14:17:55 ---> 2f535ca42a86 14:17:55 Step 13/27 : FROM alpine:3.18 14:17:55 3.18: Pulling from library/alpine 14:17:55 c6b39de5b339: Already exists 14:17:55 Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 14:17:55 Status: Downloaded newer image for alpine:3.18 14:17:55 ---> 33abbf032149 14:17:55 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 14:17:55 ---> Running in 5daea7f80afd 14:17:55 Removing intermediate container 5daea7f80afd 14:17:55 ---> 9c904e31f904 14:17:55 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 14:17:55 ---> Running in 22ecea3d2fab 14:17:55 Removing intermediate container 22ecea3d2fab 14:17:55 ---> 0c2dfbe460e5 14:17:55 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 14:17:55 ---> Running in 42e2ded0ea69 14:17:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 14:17:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 14:17:55 (1/2) Installing ca-certificates (20240226-r0) 14:17:55 (2/2) Installing dumb-init (1.2.5-r2) 14:17:55 Executing busybox-1.36.1-r5.trigger 14:17:55 Executing ca-certificates-20240226-r0.trigger 14:17:55 OK: 9 MiB in 17 packages 14:17:55 Removing intermediate container 42e2ded0ea69 14:17:55 ---> e51ca04d6f2a 14:17:55 Step 17/27 : RUN apk --no-cache upgrade 14:17:55 ---> Running in 06b8dcce7cca 14:17:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 14:17:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 14:17:55 Upgrading critical system libraries and apk-tools: 14:17:55 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 14:17:55 Executing busybox-1.36.1-r5.trigger 14:17:55 Continuing the upgrade transaction with new apk-tools: 14:17:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 14:17:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 14:17:55 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 14:17:55 Executing busybox-1.36.1-r6.post-upgrade 14:17:55 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 14:17:55 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 14:17:55 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 14:17:55 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 14:17:55 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 14:17:55 Executing busybox-1.36.1-r6.trigger 14:17:55 Executing ca-certificates-20240226-r0.trigger 14:17:55 OK: 9 MiB in 17 packages 14:17:55 Removing intermediate container 06b8dcce7cca 14:17:55 ---> feaad2405d06 14:17:55 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:17:55 ---> 9785543c093a 14:17:55 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 14:17:55 ---> f3041ba72133 14:17:55 Step 20/27 : COPY --from=builder /app/res/ /res/ 14:17:55 ---> 7646355fe61e 14:17:55 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 14:17:57 ---> 3e669de5ca52 14:17:57 Step 22/27 : EXPOSE 48095 14:17:57 ---> Running in 5a813d315239 14:17:57 Removing intermediate container 5a813d315239 14:17:57 ---> 7e740a3cf230 14:17:57 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 14:17:57 ---> Running in 07d862139360 14:17:58 Removing intermediate container 07d862139360 14:17:58 ---> 6b01a9122a42 14:17:58 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:17:58 ---> Running in 86cc1e03ea46 14:17:58 Removing intermediate container 86cc1e03ea46 14:17:58 ---> 3912015ceacd 14:17:58 Step 25/27 : LABEL arch=arm64 14:17:58 ---> Running in c824a77b7d50 14:17:59 Removing intermediate container c824a77b7d50 14:17:59 ---> 1241d3ec18b5 14:17:59 Step 26/27 : LABEL git_sha=2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 14:17:59 ---> Running in 29cbd3415f80 14:17:59 Removing intermediate container 29cbd3415f80 14:17:59 ---> 662578175e85 14:17:59 Step 27/27 : LABEL version=3.2.0-dev.22 14:17:59 ---> Running in 9115100a5254 14:17:59 Removing intermediate container 9115100a5254 14:17:59 ---> b12a48e76adf 14:17:59 [Warning] One or more build-args [ARCH] were not consumed 14:17:59 Successfully built b12a48e76adf 14:17:59 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 14:17:59 provisioning config files... 14:17:59 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/231@tmp/config6523749659140651168tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:18:00 ---> ****-login.sh 14:18:00 nexus3.edgexfoundry.org:10001 14:18:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:18:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:18:00 Configure a credential helper to remove this warning. See 14:18:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:18:00 14:18:00 Login Succeeded 14:18:00 nexus3.edgexfoundry.org:10002 14:18:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:18:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:18:00 Configure a credential helper to remove this warning. See 14:18:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:18:00 14:18:00 Login Succeeded 14:18:00 nexus3.edgexfoundry.org:10003 14:18:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:18:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:18:01 Configure a credential helper to remove this warning. See 14:18:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:18:01 14:18:01 Login Succeeded 14:18:01 nexus3.edgexfoundry.org:10004 14:18:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:18:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:18:01 Configure a credential helper to remove this warning. See 14:18:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:18:01 14:18:01 Login Succeeded 14:18:01 ****.io 14:18:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:18:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:18:02 Configure a credential helper to remove this warning. See 14:18:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:18:02 14:18:02 Login Succeeded 14:18:02 ---> ****-login.sh ends [Pipeline] } 14:18:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:18:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:18:02 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 14:18:02 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 14:18:02 latest 14:18:02 3.2.0-dev.22 14:18:02 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 14:18:02 main 14:18:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:18:02 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:18:03 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 14:18:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 14:18:03 de2cce0f385f: Preparing 14:18:03 d60041684cac: Preparing 14:18:03 e4a6b13e6c42: Preparing 14:18:03 cf073211e8aa: Preparing 14:18:03 c677b036d59e: Preparing 14:18:03 0aba5802089a: Preparing 14:18:03 7c504f21be85: Preparing 14:18:03 0aba5802089a: Waiting 14:18:03 7c504f21be85: Waiting 14:18:03 d60041684cac: Pushed 14:18:03 cf073211e8aa: Pushed 14:18:03 e4a6b13e6c42: Pushed 14:18:03 7c504f21be85: Layer already exists 14:18:03 0aba5802089a: Pushed 14:18:04 c677b036d59e: Pushed 14:18:10 de2cce0f385f: Pushed 14:18:10 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e: digest: sha256:d9beedc674298d30d81fa58deab0e29c70cdf3a02a2a037a73f976cb48afdc57 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:18:10 + 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 14:18:11 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 14:18:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 14:18:11 de2cce0f385f: Preparing 14:18:11 d60041684cac: Preparing 14:18:11 e4a6b13e6c42: Preparing 14:18:11 cf073211e8aa: Preparing 14:18:11 c677b036d59e: Preparing 14:18:11 0aba5802089a: Preparing 14:18:11 7c504f21be85: Preparing 14:18:11 0aba5802089a: Waiting 14:18:11 7c504f21be85: Waiting 14:18:11 cf073211e8aa: Layer already exists 14:18:11 e4a6b13e6c42: Layer already exists 14:18:11 d60041684cac: Layer already exists 14:18:11 de2cce0f385f: Layer already exists 14:18:11 c677b036d59e: Layer already exists 14:18:11 7c504f21be85: Layer already exists 14:18:11 0aba5802089a: Layer already exists 14:18:11 latest: digest: sha256:d9beedc674298d30d81fa58deab0e29c70cdf3a02a2a037a73f976cb48afdc57 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:18:11 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:18:11 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.22 14:18:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 14:18:11 de2cce0f385f: Preparing 14:18:11 d60041684cac: Preparing 14:18:11 e4a6b13e6c42: Preparing 14:18:11 cf073211e8aa: Preparing 14:18:11 c677b036d59e: Preparing 14:18:11 0aba5802089a: Preparing 14:18:11 7c504f21be85: Preparing 14:18:11 0aba5802089a: Waiting 14:18:11 7c504f21be85: Waiting 14:18:11 d60041684cac: Layer already exists 14:18:11 c677b036d59e: Layer already exists 14:18:11 de2cce0f385f: Layer already exists 14:18:11 cf073211e8aa: Layer already exists 14:18:11 e4a6b13e6c42: Layer already exists 14:18:11 0aba5802089a: Layer already exists 14:18:11 7c504f21be85: Layer already exists 14:18:11 3.2.0-dev.22: digest: sha256:d9beedc674298d30d81fa58deab0e29c70cdf3a02a2a037a73f976cb48afdc57 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:18:12 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:18:12 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 14:18:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 14:18:12 de2cce0f385f: Preparing 14:18:12 d60041684cac: Preparing 14:18:12 e4a6b13e6c42: Preparing 14:18:12 cf073211e8aa: Preparing 14:18:12 c677b036d59e: Preparing 14:18:12 0aba5802089a: Preparing 14:18:12 7c504f21be85: Preparing 14:18:12 0aba5802089a: Waiting 14:18:12 7c504f21be85: Waiting 14:18:12 d60041684cac: Layer already exists 14:18:12 cf073211e8aa: Layer already exists 14:18:12 c677b036d59e: Layer already exists 14:18:12 de2cce0f385f: Layer already exists 14:18:12 e4a6b13e6c42: Layer already exists 14:18:12 7c504f21be85: Layer already exists 14:18:12 0aba5802089a: Layer already exists 14:18:13 2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22: digest: sha256:d9beedc674298d30d81fa58deab0e29c70cdf3a02a2a037a73f976cb48afdc57 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:18:13 + 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 14:18:13 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 14:18:13 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 14:18:13 de2cce0f385f: Preparing 14:18:13 d60041684cac: Preparing 14:18:13 e4a6b13e6c42: Preparing 14:18:13 cf073211e8aa: Preparing 14:18:13 c677b036d59e: Preparing 14:18:13 0aba5802089a: Preparing 14:18:13 7c504f21be85: Preparing 14:18:13 0aba5802089a: Waiting 14:18:13 7c504f21be85: Waiting 14:18:13 c677b036d59e: Layer already exists 14:18:13 cf073211e8aa: Layer already exists 14:18:13 de2cce0f385f: Layer already exists 14:18:13 d60041684cac: Layer already exists 14:18:13 e4a6b13e6c42: Layer already exists 14:18:13 7c504f21be85: Layer already exists 14:18:13 0aba5802089a: Layer already exists 14:18:14 main: digest: sha256:d9beedc674298d30d81fa58deab0e29c70cdf3a02a2a037a73f976cb48afdc57 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:18:14 ===================================================== [Pipeline] echo 14:18:14 taggedImages: 14:18:14 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e 14:18:14 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 14:18:14 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.22 14:18:14 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e-3.2.0-dev.22 14:18:14 - 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 14:18:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:18:14 14:18:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:18:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:18:14 arm64: Pulling from edgex-lftools-log-publisher 14:18:14 8998bd30e6a1: Pulling fs layer 14:18:14 04944245beec: Pulling fs layer 14:18:14 699f458cf7ca: Pulling fs layer 14:18:14 765212b225bb: Pulling fs layer 14:18:14 f23df028b6ca: Pulling fs layer 14:18:14 d65c8cfc05b1: Pulling fs layer 14:18:14 2437ff75d9bd: Pulling fs layer 14:18:14 765212b225bb: Waiting 14:18:14 f23df028b6ca: Waiting 14:18:14 d65c8cfc05b1: Waiting 14:18:14 2437ff75d9bd: Waiting 14:18:15 04944245beec: Verifying Checksum 14:18:15 04944245beec: Download complete 14:18:15 765212b225bb: Verifying Checksum 14:18:15 765212b225bb: Download complete 14:18:15 f23df028b6ca: Verifying Checksum 14:18:15 f23df028b6ca: Download complete 14:18:15 d65c8cfc05b1: Verifying Checksum 14:18:15 d65c8cfc05b1: Download complete 14:18:15 699f458cf7ca: Verifying Checksum 14:18:15 699f458cf7ca: Download complete 14:18:15 8998bd30e6a1: Download complete 14:18:18 2437ff75d9bd: Verifying Checksum 14:18:19 8998bd30e6a1: Pull complete 14:18:20 04944245beec: Pull complete 14:18:21 699f458cf7ca: Pull complete 14:18:21 765212b225bb: Pull complete 14:18:22 f23df028b6ca: Pull complete 14:18:22 d65c8cfc05b1: Pull complete 14:18:37 2437ff75d9bd: Pull complete 14:18:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:18:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:18:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:18:37 prd-ubuntu20.04-docker-arm64-4c-16g-867 does not seem to be running inside a container 14:18:38 $ 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/231 -v /w/workspace/app-service-configurable/231:/w/workspace/app-service-configurable/231:rw,z -v /w/workspace/app-service-configurable/231@tmp:/w/workspace/app-service-configurable/231@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 14:18:40 $ docker top 5fac048efac42131f5810d749cee67130688e7b43e7e801d00c42a0e43a49b45 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:18:41 ---> job-cost.sh 14:18:41 lf-activate-venv: SKIPPING 14:18:41 INFO: No Stack... 14:18:42 INFO: Retrieving Pricing Info for: v3-standard-4 14:18:42 INFO: Archiving Costs [Pipeline] sh 14:18:43 + cat /w/workspace/app-service-configurable/231/archives/cost.csv 14:18:43 + cut -d, -f6 [Pipeline] lock 14:18:43 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] 14:18:43 Resource [jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] did not exist. Created. 14:18:43 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:18:43 /w/workspace/app-service-configurable/231@tmp/durable-576dbcab/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 14:18:44 + echo total: 0.10999999940395355 [Pipeline] stash 14:18:44 Warning: overwriting stash ‘stack-cost’ 14:18:44 Stashed 1 file(s) [Pipeline] } 14:18:44 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-231-stack-cost] [Pipeline] // lock [Pipeline] } 14:18:44 $ docker stop --time=1 5fac048efac42131f5810d749cee67130688e7b43e7e801d00c42a0e43a49b45 14:18:45 $ docker rm -f --volumes 5fac048efac42131f5810d749cee67130688e7b43e7e801d00c42a0e43a49b45 [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 14:18:46 provisioning config files... 14:18:46 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13427709031432884742tmp [Pipeline] { [Pipeline] sh 14:18:46 + set +x 14:18:46 + curl -s https://codecov.io/bash+ 14:18:46 bash -s -- 14:18:46 14:18:46 _____ _ 14:18:46 / ____| | | 14:18:46 | | ___ __| | ___ ___ _____ __ 14:18:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:18:46 | |___| (_) | (_| | __/ (_| (_) \ V / 14:18:46 \_____\___/ \__,_|\___|\___\___/ \_/ 14:18:46 Bash-1.0.6 14:18:46 14:18:46 14:18:46 ==> git version 2.25.1 found 14:18:46 ==> 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 14:18:46 Release-Date: 2020-01-08 14:18:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 14:18:46 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 14:18:46 ==> Jenkins CI detected. 14:18:46 current dir:  /w/workspace/ry_app-service-configurable_main 14:18:46 project root: . 14:18:46 --> token set from env 14:18:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:18:46 ==> Running gcov in . (disable via -X gcov) 14:18:46 ==> Python coveragepy not found 14:18:46 ==> Searching for coverage reports in: 14:18:46 + . 14:18:46 -> Found 1 reports 14:18:46 ==> Detecting git/mercurial file structure 14:18:46 ==> Reading reports 14:18:46 + ./coverage.out bytes=13 14:18:46 ==> Appending adjustments 14:18:46 https://docs.codecov.io/docs/fixing-reports 14:18:47 + Found adjustments 14:18:47 ==> Gzipping contents 14:18:47 4.0K /tmp/codecov.p3XXBQ.gz 14:18:47 ==> Uploading reports 14:18:47 url: https://codecov.io 14:18:47 query: branch=main&commit=2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e&build=231&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F231%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 14:18:47 -> Pinging Codecov 14:18:47 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e&build=231&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F231%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 14:18:47 -> Uploading to 14:18:47 https://storage.googleapis.com/codecov/v4/raw/2024-05-27/A97CA9966030D2A3747ED39772930CCE/2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e/b1d5dc0d-8a1a-4a12-ae5d-ba8511f9672a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240527%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240527T141847Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cd7e64a9267ff88263ad0e185ba6b42d4895ac0144cf2dcc02c10c3ddf18dc22 14:18:47 % Total % Received % Xferd Average Speed Time Time Time Current 14:18:47 Dload Upload Total Spent Left Speed 14:18:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 234 0 0 100 234 0 1054 --:--:-- --:--:-- --:--:-- 1054 14:18:47 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/2a61b8ac2ddb1e309b6295fbe0c464265d65ab0e [Pipeline] } 14:18:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:18:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:18:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:18:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 14:18:48 14:18:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:18:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 14:18:48 latest: Pulling from edgex-devops/edgex-snyk-go 14:18:48 619be1103602: Already exists 14:18:48 f8ea3408117e: Pulling fs layer 14:18:48 91320369b822: Pulling fs layer 14:18:48 0406650e8295: Pulling fs layer 14:18:48 4f4fb700ef54: Pulling fs layer 14:18:48 96d80e3f36e1: Pulling fs layer 14:18:48 bcf3aedb951c: Pulling fs layer 14:18:48 96d80e3f36e1: Waiting 14:18:48 bcf3aedb951c: Waiting 14:18:48 0406650e8295: Verifying Checksum 14:18:48 0406650e8295: Download complete 14:18:48 f8ea3408117e: Verifying Checksum 14:18:48 f8ea3408117e: Download complete 14:18:48 4f4fb700ef54: Verifying Checksum 14:18:48 4f4fb700ef54: Download complete 14:18:48 f8ea3408117e: Pull complete 14:18:48 96d80e3f36e1: Verifying Checksum 14:18:48 96d80e3f36e1: Download complete 14:18:48 91320369b822: Verifying Checksum 14:18:48 91320369b822: Download complete 14:18:49 bcf3aedb951c: Verifying Checksum 14:18:49 bcf3aedb951c: Download complete 14:18:52 91320369b822: Pull complete 14:18:52 0406650e8295: Pull complete 14:18:52 4f4fb700ef54: Pull complete 14:18:52 96d80e3f36e1: Pull complete 14:18:55 bcf3aedb951c: Pull complete 14:18:55 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 14:18:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 14:18:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:18:55 prd-ubuntu20.04-docker-8c-8g-865 does not seem to be running inside a container 14:18:55 $ 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:latest cat 14:18:59 $ docker top b6d20b5825963129a5abd26b0200f285ca4d4ba9a65397121b131759d561cb5f -eo pid,comm [Pipeline] { [Pipeline] echo 14:18:59 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 14:18:59 + set -o pipefail 14:18:59 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 14:19:07 14:19:07 Monitoring /w/workspace/ry_app-service-configurable_main... 14:19:07 14:19:07 'go list -json -deps ./...' command failed with error: go: downloading github.com/edgexfoundry/app-functions-sdk-go/v3 v3.2.0-dev.36 14:19:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.20 14:19:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.32 14:19:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.20 14:19:07 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.8 14:19:07 go: downloading github.com/google/uuid v1.6.0 14:19:07 go: downloading github.com/labstack/echo/v4 v4.11.4 14:19:07 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 14:19:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.5 14:19:07 go: downloading github.com/hashicorp/go-multierror v1.1.1 14:19:07 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 14:19:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.7 14:19:07 go: downloading github.com/hashicorp/consul/api v1.28.3 14:19:07 go: downloading github.com/go-kit/log v0.2.1 14:19:07 go: downloading github.com/go-playground/validator/v10 v10.20.0 14:19:07 go: downloading github.com/mitchellh/copystructure v1.2.0 14:19:07 go: downloading gopkg.in/yaml.v3 v3.0.1 14:19:07 go: downloading github.com/sirupsen/logrus v1.9.3 14:19:07 go: downloading github.com/fxamacker/cbor/v2 v2.6.0 14:19:07 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 14:19:07 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.5.3 14:19:07 go: downloading github.com/openziti/sdk-golang v0.23.37 14:19:07 go: downloading github.com/hashicorp/errwrap v1.1.0 14:19:07 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.7 14:19:07 go: downloading github.com/labstack/gommon v0.4.2 14:19:07 go: downloading golang.org/x/crypto v0.23.0 14:19:07 go: downloading golang.org/x/net v0.25.0 14:19:07 go: downloading github.com/gorilla/websocket v1.5.1 14:19:07 go: downloading golang.org/x/sync v0.7.0 14:19:07 go: downloading github.com/mitchellh/reflectwalk v1.0.2 14:19:07 go: downloading github.com/mitchellh/mapstructure v1.5.0 14:19:07 go: downloading github.com/go-logfmt/logfmt v0.5.1 14:19:07 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 14:19:07 go: downloading github.com/valyala/fasttemplate v1.2.2 14:19:07 go: downloading golang.org/x/time v0.5.0 14:19:07 go: downloading golang.org/x/sys v0.20.0 14:19:07 go: downloading github.com/go-redis/redis/v7 v7.3.0 14:19:07 go: downloading github.com/x448/float16 v0.8.4 14:19:07 go: downloading github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df 14:19:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:19:07 go: downloading github.com/spf13/cast v1.6.0 14:19:07 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 14:19:07 go: downloading github.com/go-playground/universal-translator v0.18.1 14:19:07 go: downloading github.com/leodido/go-urn v1.4.0 14:19:07 go: downloading golang.org/x/text v0.15.0 14:19:07 go: downloading github.com/go-openapi/runtime v0.28.0 14:19:07 go: downloading github.com/go-openapi/strfmt v0.23.0 14:19:07 go: downloading github.com/go-resty/resty/v2 v2.13.1 14:19:07 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 14:19:07 go: downloading github.com/michaelquigley/pfxlog v0.6.10 14:19:07 go: downloading github.com/openziti/edge-api v0.26.19 14:19:07 go: downloading github.com/openziti/foundation/v2 v2.0.45 14:19:07 go: downloading github.com/openziti/identity v1.0.77 14:19:07 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 14:19:07 go: downloading github.com/pkg/errors v0.9.1 14:19:07 go: downloading github.com/zitadel/oidc/v2 v2.12.0 14:19:07 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 14:19:07 go: downloading golang.org/x/oauth2 v0.20.0 14:19:07 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 14:19:07 go: downloading github.com/kataras/go-events v0.0.3 14:19:07 go: downloading github.com/openziti/channel/v2 v2.0.130 14:19:07 go: downloading github.com/openziti/secretstream v0.1.20 14:19:07 go: downloading github.com/openziti/transport/v2 v2.0.133 14:19:07 go: downloading github.com/openziti/metrics v1.2.54 14:19:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:19:07 go: downloading github.com/zeebo/errs v1.3.0 14:19:07 go: downloading google.golang.org/grpc v1.60.1 14:19:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 14:19:07 go: downloading github.com/hashicorp/go-hclog v1.5.0 14:19:07 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:19:07 go: downloading github.com/hashicorp/serf v0.10.1 14:19:07 go: downloading github.com/mattn/go-colorable v0.1.13 14:19:07 go: downloading github.com/mattn/go-isatty v0.0.20 14:19:07 go: downloading github.com/valyala/bytebufferpool v1.0.0 14:19:07 go: downloading github.com/go-playground/locales v0.14.1 14:19:07 go: downloading github.com/go-openapi/errors v0.22.0 14:19:07 go: downloading github.com/go-openapi/swag v0.23.0 14:19:07 go: downloading github.com/opentracing/opentracing-go v1.2.0 14:19:07 go: downloading go.opentelemetry.io/otel v1.25.0 14:19:07 go: downloading go.opentelemetry.io/otel/trace v1.25.0 14:19:07 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 14:19:07 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 14:19:07 go: downloading go.mongodb.org/mongo-driver v1.15.0 14:19:07 go: downloading github.com/oklog/ulid v1.3.1 14:19:07 go: downloading github.com/go-openapi/validate v0.24.0 14:19:07 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 14:19:07 go: downloading github.com/fsnotify/fsnotify v1.7.0 14:19:07 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 14:19:07 go: downloading github.com/gorilla/securecookie v1.1.1 14:19:07 go: downloading github.com/gorilla/schema v1.2.0 14:19:07 go: downloading github.com/muhlemmer/gu v0.3.1 14:19:07 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 14:19:07 go: downloading github.com/golang/protobuf v1.5.4 14:19:07 go: downloading google.golang.org/protobuf v1.34.1 14:19:07 go: downloading github.com/mitchellh/go-ps v1.0.0 14:19:07 go: downloading github.com/shirou/gopsutil/v3 v3.24.4 14:19:07 go: downloading github.com/go-jose/go-jose/v3 v3.0.3 14:19:07 go: downloading github.com/fatih/color v1.16.0 14:19:07 go: downloading github.com/armon/go-metrics v0.4.1 14:19:07 go: downloading github.com/go-openapi/analysis v0.23.0 14:19:07 go: downloading github.com/go-openapi/loads v0.22.0 14:19:07 go: downloading github.com/go-openapi/spec v0.21.0 14:19:07 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b 14:19:07 go: downloading github.com/mailru/easyjson v0.7.7 14:19:07 go: downloading github.com/go-logr/logr v1.4.1 14:19:07 go: downloading go.opentelemetry.io/otel/metric v1.25.0 14:19:07 go: downloading golang.org/x/term v0.20.0 14:19:07 go: downloading github.com/go-openapi/jsonpointer v0.21.0 14:19:07 go: downloading github.com/tklauser/go-sysconf v0.3.12 14:19:07 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 14:19:07 go: downloading github.com/josharian/intern v1.0.0 14:19:07 go: downloading github.com/go-logr/stdr v1.2.2 14:19:07 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 14:19:07 go: downloading github.com/go-openapi/jsonreference v0.21.0 14:19:07 go: downloading github.com/tklauser/numcpus v0.6.1 14:19:07 go: downloading github.com/hashicorp/golang-lru v0.5.4 14:19:07 error obtaining VCS status: exit status 128 14:19:07 Use -buildvcs=false to disable VCS stamping. 14:19:07 [Pipeline] } 14:19:07 $ docker stop --time=1 b6d20b5825963129a5abd26b0200f285ca4d4ba9a65397121b131759d561cb5f 14:19:12 $ docker rm -f --volumes b6d20b5825963129a5abd26b0200f285ca4d4ba9a65397121b131759d561cb5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:19:13 [edgeXSnyk] Exit Code: 2 [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 14:19:14 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 14:19:14 + ls -al /w/workspace/ry_app-service-configurable_main/archives 14:19:14 total 16 14:19:14 drwxr-xr-x 3 root root 4096 May 27 14:04 . 14:19:14 drwxrwxr-x 8 jenkins jenkins 4096 May 27 14:04 .. 14:19:14 drwxr-xr-x 2 root root 4096 May 27 14:04 cost 14:19:14 -rw-r--r-- 1 root root 96 May 27 14:04 cost.csv 14:19:14 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 14:19:14 + ls -al /w/workspace/ry_app-service-configurable_main/archives 14:19:14 total 16 14:19:14 drwxr-xr-x 3 jenkins jenkins 4096 May 27 14:04 . 14:19:14 drwxrwxr-x 8 jenkins jenkins 4096 May 27 14:04 .. 14:19:14 drwxr-xr-x 2 jenkins jenkins 4096 May 27 14:04 cost 14:19:14 -rw-r--r-- 1 jenkins jenkins 96 May 27 14:04 cost.csv [Pipeline] libraryResource [Pipeline] sh 14:19:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:19:15 ---> package-listing.sh 14:19:15 ++ facter osfamily 14:19:15 ++ tr '[:upper:]' '[:lower:]' 14:19:15 + OS_FAMILY=debian 14:19:15 + workspace=/w/workspace/ry_app-service-configurable_main 14:19:15 + START_PACKAGES=/tmp/packages_start.txt 14:19:15 + END_PACKAGES=/tmp/packages_end.txt 14:19:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:19:15 + PACKAGES=/tmp/packages_start.txt 14:19:15 + '[' /w/workspace/ry_app-service-configurable_main ']' 14:19:15 + PACKAGES=/tmp/packages_end.txt 14:19:15 + case "${OS_FAMILY}" in 14:19:15 + dpkg -l 14:19:15 + grep '^ii' 14:19:15 + '[' -f /tmp/packages_start.txt ']' 14:19:15 + '[' -f /tmp/packages_end.txt ']' 14:19:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:19:15 + '[' /w/workspace/ry_app-service-configurable_main ']' 14:19:15 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 14:19:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 14:19:15 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 14:19:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:19:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:19:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:19:16 prd-ubuntu20.04-docker-8c-8g-865 does not seem to be running inside a container 14:19:16 $ 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 14:19:16 $ docker top 6c0f61378bb4884178e956e18aee383aa86dffdb7fc3b45d5d1ed65ae5238cb3 -eo pid,comm [Pipeline] { [Pipeline] sh 14:19:17 + touch /tmp/pre-build-complete [Pipeline] sh 14:19:17 + mkdir -p /var/log/sysstat [Pipeline] sh 14:19:17 + ls /var/log/sa-host 14:19:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:19:17 provisioning config files... 14:19:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config11223960701261347675tmp [Pipeline] { [Pipeline] echo 14:19:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:19:18 ---> create-netrc.sh [Pipeline] } 14:19:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:19:18 ---> python-tools-install.sh [Pipeline] echo 14:19:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:19:18 ---> sudo-logs.sh 14:19:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:19:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:19:19 ---> job-cost.sh 14:19:19 lf-activate-venv: SKIPPING 14:19:19 DEBUG: total: 0.2199999988079071 14:19:19 INFO: Retrieving Stack Cost... 14:19:19 INFO: Retrieving Pricing Info for: v3-standard-8 14:19:20 INFO: Archiving Costs [Pipeline] echo 14:19:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:19:20 ---> logs-deploy.sh 14:19:20 lf-activate-venv: SKIPPING 14:19:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/231 14:19:20 INFO: archiving workspace using pattern(s): 14:19:21 Archives upload complete. 14:19:21 INFO: archiving logs to Nexus