Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d0b27e276c0df8ce2bf294c72f38c7099269fea7 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-ssh15904292992171898175.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh13690764579110853664.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh4070598620944641171.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh17158266137875495129.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-ssh6555327464656796747.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-5789 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 Avoid second fetch Checking out Revision d0b27e276c0df8ce2bf294c72f38c7099269fea7 (main) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d0b27e276c0df8ce2bf294c72f38c7099269fea7 # timeout=10 Commit message: "Merge pull request #664 from jackchenjc/bump-dependencies" > git rev-list --no-walk 5606c3fdb1cf62f4e5d2608ca923e8f0cb591df4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:12:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:12:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:12:51 ========================================================= 08:12:51 EdgeX Global Pipelines Version Info 08:12:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:12:52 ------------------- 08:12:52 stable info: 08:12:52 ------------------- 08:12:52 Commited By: Ginny Guan ginny@iotechsys.com 08:12:52 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 08:12:52 Message: update stable to v1.0.260 08:12:52 ------------------- 08:12:52 experimental info: 08:12:52 ------------------- 08:12:52 Commited By: Ginny Guan ginny@iotechsys.com 08:12:52 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 08:12:52 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:12:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 08:12:52 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 08:12:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:12:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:12:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:12:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d0b27e2 [Pipeline] echo 08:12:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:12:53 provisioning config files... 08:12:53 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15882361888230797917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:12:54 ---> ****-login.sh 08:12:54 nexus3.edgexfoundry.org:10001 08:12:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:12:54 Configure a credential helper to remove this warning. See 08:12:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:12:54 08:12:54 Login Succeeded 08:12:54 nexus3.edgexfoundry.org:10002 08:12:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:12:54 Configure a credential helper to remove this warning. See 08:12:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:12:54 08:12:54 Login Succeeded 08:12:54 nexus3.edgexfoundry.org:10003 08:12:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:12:54 Configure a credential helper to remove this warning. See 08:12:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:12:54 08:12:54 Login Succeeded 08:12:54 nexus3.edgexfoundry.org:10004 08:12:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:12:54 Configure a credential helper to remove this warning. See 08:12:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:12:54 08:12:54 Login Succeeded 08:12:54 ****.io 08:12:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:12:55 Configure a credential helper to remove this warning. See 08:12:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:12:55 08:12:55 Login Succeeded 08:12:55 ---> ****-login.sh ends [Pipeline] } 08:12:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 08:12:55 + git rev-list -1 --merges d0b27e276c0df8ce2bf294c72f38c7099269fea7~1..d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] echo 08:12:55 -----------> git rev-list -1 --merges d0b27e276c0df8ce2bf294c72f38c7099269fea7~1..d0b27e276c0df8ce2bf294c72f38c7099269fea7 d0b27e276c0df8ce2bf294c72f38c7099269fea7 08:12:55 d0b27e276c0df8ce2bf294c72f38c7099269fea7 [false] [Pipeline] sh 08:12:55 + git log --format=format:%s -1 d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] echo 08:12:55 ========================================================= 08:12:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:12:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:12:56 + git log --format=format:%s -1 d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] echo 08:12:56 [semverPrep] GIT_COMMIT: d0b27e276c0df8ce2bf294c72f38c7099269fea7, Commit Message: Merge pull request #664 from jackchenjc/bump-dependencies [Pipeline] echo 08:12:56 [semverPrep] This is not a build commit. [Pipeline] sh 08:12:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:12:56 + grep -v github /etc/ssh/ssh_known_hosts 08:12:56 + [ -e /tmp/ssh_known_hosts ] 08:12:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:12:56 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 08:12:56 -a /etc/ssh/ssh_known_hosts 08:12:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:12:57 08:12:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:12:57 0.1.4: Pulling from edgex-devops/py-git-semver 08:12:57 b85a868b505f: Pulling fs layer 08:12:57 e2be974225ed: Pulling fs layer 08:12:57 339a4e72a1f5: Pulling fs layer 08:12:57 988bab9f4d93: Pulling fs layer 08:12:57 1469e6f7b9e6: Pulling fs layer 08:12:57 eaf3925da568: Pulling fs layer 08:12:57 bab4dde63d76: Pulling fs layer 08:12:57 bde34c3a00c8: Pulling fs layer 08:12:57 b352a97aabf1: Pulling fs layer 08:12:57 4872d77fe225: Pulling fs layer 08:12:57 5851b861e8e6: Pulling fs layer 08:12:57 988bab9f4d93: Waiting 08:12:57 1469e6f7b9e6: Waiting 08:12:57 4872d77fe225: Waiting 08:12:57 eaf3925da568: Waiting 08:12:57 bab4dde63d76: Waiting 08:12:57 b352a97aabf1: Waiting 08:12:57 5851b861e8e6: Waiting 08:12:57 e2be974225ed: Download complete 08:12:57 988bab9f4d93: Verifying Checksum 08:12:57 988bab9f4d93: Download complete 08:12:57 1469e6f7b9e6: Verifying Checksum 08:12:57 1469e6f7b9e6: Download complete 08:12:57 339a4e72a1f5: Verifying Checksum 08:12:57 339a4e72a1f5: Download complete 08:12:57 eaf3925da568: Verifying Checksum 08:12:57 eaf3925da568: Download complete 08:12:57 bde34c3a00c8: Verifying Checksum 08:12:57 bde34c3a00c8: Download complete 08:12:57 b352a97aabf1: Download complete 08:12:57 4872d77fe225: Verifying Checksum 08:12:57 4872d77fe225: Download complete 08:12:57 5851b861e8e6: Download complete 08:12:57 b85a868b505f: Verifying Checksum 08:12:57 b85a868b505f: Download complete 08:12:58 bab4dde63d76: Verifying Checksum 08:12:58 bab4dde63d76: Download complete 08:12:58 b85a868b505f: Pull complete 08:12:59 e2be974225ed: Pull complete 08:12:59 339a4e72a1f5: Pull complete 08:12:59 988bab9f4d93: Pull complete 08:13:00 1469e6f7b9e6: Pull complete 08:13:00 eaf3925da568: Pull complete 08:13:01 bab4dde63d76: Pull complete 08:13:01 bde34c3a00c8: Pull complete 08:13:01 b352a97aabf1: Pull complete 08:13:02 4872d77fe225: Pull complete 08:13:02 5851b861e8e6: Pull complete 08:13:02 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:13:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:13:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:13:02 prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container 08:13:02 $ 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 08:13:03 $ docker top daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 -eo pid,comm 08:13:03 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). 08:13:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:13:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:13:03 [ssh-agent] Looking for ssh-agent implementation... 08:13:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:13:03 $ docker exec daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 ssh-agent 08:13:03 SSH_AUTH_SOCK=/tmp/ssh-bqMvtXmtBYeR/agent.32 08:13:03 SSH_AGENT_PID=38 08:13:03 Running ssh-add (command line suppressed) 08:13:04 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17658719659994113896.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17658719659994113896.key) 08:13:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:13:04 + git tag --points-at HEAD [Pipeline] } 08:13:04 $ docker exec --env ******** --env ******** daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 ssh-agent -k 08:13:04 unset SSH_AUTH_SOCK; 08:13:04 unset SSH_AGENT_PID; 08:13:04 echo Agent pid 38 killed; 08:13:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:13:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:13:04 [ssh-agent] Looking for ssh-agent implementation... 08:13:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:13:04 $ docker exec daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 ssh-agent 08:13:04 SSH_AUTH_SOCK=/tmp/ssh-ohFMxMhwoFNh/agent.71 08:13:04 SSH_AGENT_PID=77 08:13:04 Running ssh-add (command line suppressed) 08:13:04 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2131532570106631169.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2131532570106631169.key) 08:13:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:13:05 + git semver init 08:13:05 2024-07-17 08:13:05,344 [run_init] DEBUG init version:0.0.0 force:False 08:13:05 2024-07-17 08:13:05,345 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 08:13:05 2024-07-17 08:13:05,346 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 08:13:05 2024-07-17 08:13:05,346 [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) 08:13:06 2024-07-17 08:13:06,272 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 08:13:06 2024-07-17 08:13:06,273 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 08:13:06 2024-07-17 08:13:06,273 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 08:13:06 2024-07-17 08:13:06,273 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 08:13:06 3.2.0-dev.25 [Pipeline] } 08:13:06 $ docker exec --env ******** --env ******** daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 ssh-agent -k 08:13:06 unset SSH_AUTH_SOCK; 08:13:06 unset SSH_AGENT_PID; 08:13:06 echo Agent pid 77 killed; 08:13:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:13:06 + git semver [Pipeline] } 08:13:07 $ docker stop --time=1 daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 08:13:08 $ docker rm -f --volumes daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 [Pipeline] // withDockerContainer [Pipeline] sh 08:13:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:13:09 Stashed 1 file(s) [Pipeline] echo 08:13:09 [edgeXSemver]: initialized semver on version 3.2.0-dev.25 [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 08:13:09 provisioning config files... 08:13:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12055106617458422187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:13:09 ---> ****-login.sh 08:13:09 nexus3.edgexfoundry.org:10001 08:13:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:13:09 Configure a credential helper to remove this warning. See 08:13:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:13:09 08:13:09 Login Succeeded 08:13:09 nexus3.edgexfoundry.org:10002 08:13:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:13:09 Configure a credential helper to remove this warning. See 08:13:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:13:09 08:13:09 Login Succeeded 08:13:09 nexus3.edgexfoundry.org:10003 08:13:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:13:09 Configure a credential helper to remove this warning. See 08:13:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:13:09 08:13:09 Login Succeeded 08:13:09 nexus3.edgexfoundry.org:10004 08:13:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:13:09 Configure a credential helper to remove this warning. See 08:13:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:13:09 08:13:09 Login Succeeded 08:13:09 ****.io 08:13:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:13:10 Configure a credential helper to remove this warning. See 08:13:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:13:10 08:13:10 Login Succeeded 08:13:10 ---> ****-login.sh ends [Pipeline] } 08:13:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:13:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:13:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:13:10 ========================================================= 08:13:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 08:13:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13: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 . 08:13:10 Sending build context to Docker daemon 9.122MB 08:13:10 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 08:13:10 Step 2/12 : FROM ${BASE} AS builder 08:13:10 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 08:13:10 619be1103602: Pulling fs layer 08:13:10 7862e08f4a3e: Pulling fs layer 08:13:10 5df492c9dc93: Pulling fs layer 08:13:10 7629e6793208: Pulling fs layer 08:13:10 4f4fb700ef54: Pulling fs layer 08:13:10 fb5054dd5b73: Pulling fs layer 08:13:10 eeca6798cff9: Pulling fs layer 08:13:10 aa269ceb94a6: Pulling fs layer 08:13:10 4f4fb700ef54: Waiting 08:13:10 fb5054dd5b73: Waiting 08:13:10 eeca6798cff9: Waiting 08:13:10 7629e6793208: Waiting 08:13:10 ada007ff1a6a: Pulling fs layer 08:13:10 aa269ceb94a6: Waiting 08:13:10 7862e08f4a3e: Download complete 08:13:10 7629e6793208: Verifying Checksum 08:13:10 7629e6793208: Download complete 08:13:10 4f4fb700ef54: Verifying Checksum 08:13:10 4f4fb700ef54: Download complete 08:13:10 fb5054dd5b73: Download complete 08:13:10 619be1103602: Download complete 08:13:10 eeca6798cff9: Verifying Checksum 08:13:10 eeca6798cff9: Download complete 08:13:10 619be1103602: Pull complete 08:13:11 7862e08f4a3e: Pull complete 08:13:11 ada007ff1a6a: Verifying Checksum 08:13:11 ada007ff1a6a: Download complete 08:13:11 5df492c9dc93: Download complete 08:13:11 aa269ceb94a6: Verifying Checksum 08:13:11 aa269ceb94a6: Download complete 08:13:14 5df492c9dc93: Pull complete 08:13:14 7629e6793208: Pull complete 08:13:14 4f4fb700ef54: Pull complete 08:13:14 fb5054dd5b73: Pull complete 08:13:14 eeca6798cff9: Pull complete 08:13:17 aa269ceb94a6: Pull complete 08:13:17 ada007ff1a6a: Pull complete 08:13:17 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 08:13:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 08:13:17 ---> f489d0715acc 08:13:17 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 08:13:22 ---> Running in bd531f217d7b 08:13:22 Removing intermediate container bd531f217d7b 08:13:22 ---> 7ffa32a12a30 08:13:22 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 08:13:22 ---> Running in 417b707b2f62 08:13:22 Removing intermediate container 417b707b2f62 08:13:22 ---> b01488540212 08:13:22 Step 5/12 : ARG ADD_BUILD_TAGS="" 08:13:22 ---> Running in eaf225e7db5d 08:13:22 Removing intermediate container eaf225e7db5d 08:13:22 ---> 25761efb7624 08:13:22 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:13:22 ---> Running in b8dc9b99f1c9 08:13:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:13:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:13:23 OK: 264 MiB in 52 packages 08:13:23 Removing intermediate container b8dc9b99f1c9 08:13:23 ---> 380c1d2d3583 08:13:23 Step 7/12 : WORKDIR /app 08:13:23 ---> Running in 73dbfb42c04c 08:13:24 Removing intermediate container 73dbfb42c04c 08:13:24 ---> 5dc39eacd6d3 08:13:24 Step 8/12 : COPY go.mod vendor* ./ 08:13:24 Still waiting to schedule task 08:13:24 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 08:13:24 ---> ea4cd8a24e4d 08:13:24 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:13:24 ---> Running in 03bd149157fa 08:14:20 Removing intermediate container 03bd149157fa 08:14:20 ---> 6dd4b23d5579 08:14:20 Step 10/12 : COPY . . 08:14:20 ---> fe92a3e5e7be 08:14:20 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:14:20 ---> Running in 4fee8e75a129 08:14:20 Removing intermediate container 4fee8e75a129 08:14:20 ---> a0ff97e1f3da 08:14:20 Step 12/12 : RUN $MAKE 08:14:20 ---> Running in 6a2b462a6c48 08:14:20 noop 08:14:20 Removing intermediate container 6a2b462a6c48 08:14:20 ---> 9892dab180a5 08:14:20 Successfully built 9892dab180a5 08:14:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:21 + docker inspect -f . ci-base-image-x86_64 08:14:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:14:21 prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container 08:14:21 $ 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 08:14:21 $ docker top 2b444b81ab8cc89f255523566ac87ca450e2559d3a715c95f780dac23ab1ab2b -eo pid,comm [Pipeline] { [Pipeline] sh 08:14:21 + go version 08:14:21 go version go1.21.9 linux/amd64 [Pipeline] } 08:14:21 $ docker stop --time=1 2b444b81ab8cc89f255523566ac87ca450e2559d3a715c95f780dac23ab1ab2b 08:14:23 $ docker rm -f --volumes 2b444b81ab8cc89f255523566ac87ca450e2559d3a715c95f780dac23ab1ab2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:23 + docker inspect -f . ci-base-image-x86_64 08:14:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:14:23 prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container 08:14:23 $ 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 08:14:24 $ docker top 4a423aa376e31277bb0ed529822a999f3deb1d3ea6e21f2d1dd1156ebeb7f3af -eo pid,comm [Pipeline] { [Pipeline] sh 08:14:24 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 08:14:24 + make test 08:14:24 go test -race -coverprofile=coverage.out ./... 08:14:56 ? github.com/edgexfoundry/app-service-configurable [no test files] 08:15:01 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5790 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 08:15:01 Running in /w/workspace/app-service-configurable/235 [Pipeline] { [Pipeline] checkout 08:15:01 The recommended git tool is: git 08:15:06 using credential edgex-jenkins-ssh 08:15:06 Cloning the remote Git repository 08:15:06 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 08:15:06 > git init /w/workspace/app-service-configurable/235 # timeout=10 08:15:06 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 08:15:06 > git --version # timeout=10 08:15:06 > git --version # 'git version 2.25.1' 08:15:06 using GIT_SSH to set credentials SSH Credentials for GitHub 08:15:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:15:08 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 08:15:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:15:09 Avoid second fetch 08:15:09 Checking out Revision d0b27e276c0df8ce2bf294c72f38c7099269fea7 (main) 08:15:09 Commit message: "Merge pull request #664 from jackchenjc/bump-dependencies" 08:15:09 > git config core.sparsecheckout # timeout=10 08:15:09 > git checkout -f d0b27e276c0df8ce2bf294c72f38c7099269fea7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:15:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:15:14 % Total % Received % Xferd Average Speed Time Time Time Current 08:15:14 Dload Upload Total Spent Left Speed 08:15:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 97181 0 --:--:-- --:--:-- --:--:-- 97923 [Pipeline] sh 08:15:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:15:15 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 08:15:15 + sudo tee /etc/docker/daemon.new 08:15:15 { 08:15:15 "registry-mirrors": [ 08:15:15 "https://nexus3.edgexfoundry.org:10001" 08:15:15 ], 08:15:15 "bip": "10.250.0.254/24", 08:15:15 "hosts": [ 08:15:15 "tcp://0.0.0.0:5555", 08:15:15 "unix:///var/run/docker.sock" 08:15:15 ], 08:15:15 "mtu": 1458, 08:15:15 "selinux-enabled": true, 08:15:15 "seccomp-profile": "/etc/docker/seccomp.json" 08:15:15 } [Pipeline] sh 08:15:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:15:15 + sudo service docker restart 08:15:28 go vet ./... 08:15:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:15:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:15:32 ./bin/test-attribution-txt.sh 08:15:32 An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add 08:15:32 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 08:15:32 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo 08:15:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 08:15:32 $ docker stop --time=1 4a423aa376e31277bb0ed529822a999f3deb1d3ea6e21f2d1dd1156ebeb7f3af 08:15:37 $ docker rm -f --volumes 4a423aa376e31277bb0ed529822a999f3deb1d3ea6e21f2d1dd1156ebeb7f3af [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:15:37 provisioning config files... 08:15:37 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/235@tmp/config2937348230261591560tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:15:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:15:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 08:15:38 ---> ****-login.sh 08:15:38 nexus3.edgexfoundry.org:10001 [Pipeline] sh 08:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:15:38 Configure a credential helper to remove this warning. See 08:15:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:15:38 08:15:38 Login Succeeded 08:15:38 nexus3.edgexfoundry.org:10002 08:15:38 + ls -al . 08:15:38 total 264 08:15:38 drwxrwxr-x 7 jenkins jenkins 4096 Jul 17 08:14 . 08:15:38 drwxrwxr-x 4 jenkins jenkins 4096 Jul 17 08:12 .. 08:15:38 -rw-rw-r-- 1 jenkins jenkins 119 Jul 17 08:12 .dockerignore 08:15:38 drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 08:14 .git 08:15:38 drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 08:12 .github 08:15:38 -rw-rw-r-- 1 jenkins jenkins 106 Jul 17 08:12 .gitignore 08:15:38 -rw-rw-r-- 1 jenkins jenkins 41 Jul 17 08:12 .golangci.yml 08:15:38 drwxr-xr-x 3 jenkins jenkins 4096 Jul 17 08:13 .semver 08:15:38 -rw-rw-r-- 1 jenkins jenkins 18981 Jul 17 08:12 Attribution.txt 08:15:38 -rw-rw-r-- 1 jenkins jenkins 37263 Jul 17 08:12 CHANGELOG.md 08:15:38 -rw-rw-r-- 1 jenkins jenkins 2007 Jul 17 08:12 Dockerfile 08:15:38 -rw-rw-r-- 1 jenkins jenkins 677 Jul 17 08:12 GOVERNANCE.md 08:15:38 -rw-rw-r-- 1 jenkins jenkins 666 Jul 17 08:12 Jenkinsfile 08:15:38 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 17 08:12 LICENSE 08:15:38 -rw-rw-r-- 1 jenkins jenkins 618 Jul 17 08:12 OWNERS.md 08:15:38 -rw-rw-r-- 1 jenkins jenkins 4582 Jul 17 08:12 README.md 08:15:38 -rw-rw-r-- 1 jenkins jenkins 12 Jul 17 08:13 VERSION 08:15:38 drwxrwxr-x 2 jenkins jenkins 4096 Jul 17 08:12 bin 08:15:38 -rw-r--r-- 1 jenkins jenkins 13 Jul 17 08:14 coverage.out 08:15:38 -rw-rw-r-- 1 jenkins jenkins 7155 Jul 17 08:12 go.mod 08:15:38 -rw-rw-r-- 1 jenkins jenkins 102427 Jul 17 08:12 go.sum 08:15:38 -rw-rw-r-- 1 jenkins jenkins 1937 Jul 17 08:12 main.go 08:15:38 -rw-rw-r-- 1 jenkins jenkins 2572 Jul 17 08:12 makefile 08:15:38 drwxrwxr-x 9 jenkins jenkins 4096 Jul 17 08:12 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:15:38 Configure a credential helper to remove this warning. See 08:15:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:15:38 08:15:38 Login Succeeded 08:15:38 nexus3.edgexfoundry.org:10003 08:15:39 + 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=d0b27e276c0df8ce2bf294c72f38c7099269fea7 --label arch=amd64 --label version=3.2.0-dev.25 . 08:15:39 Sending build context to Docker daemon 9.123MB 08:15:39 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 08:15:39 Step 2/27 : FROM ${BASE} AS builder 08:15:39 ---> 9892dab180a5 08:15:39 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 08:15:39 ---> Running in 7d390707aeb9 08:15:39 Removing intermediate container 7d390707aeb9 08:15:39 ---> 80aab8243472 08:15:39 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 08:15:39 ---> Running in d9d594cc6b76 08:15:39 Removing intermediate container d9d594cc6b76 08:15:39 ---> 9e0a8ca0eb47 08:15:39 Step 5/27 : ARG ADD_BUILD_TAGS="" 08:15:39 ---> Running in ff795add0e39 08:15:39 Removing intermediate container ff795add0e39 08:15:39 ---> 1a1b0a89b203 08:15:39 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:15:39 ---> Running in 04590c707d92 08:15:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:15:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:15:40 OK: 264 MiB in 52 packages 08:15:40 Removing intermediate container 04590c707d92 08:15:40 ---> c50bb547f0c2 08:15:40 Step 7/27 : WORKDIR /app 08:15:40 ---> Running in 027560b55dcb 08:15:40 Removing intermediate container 027560b55dcb 08:15:40 ---> 8c9799efb0a4 08:15:40 Step 8/27 : COPY go.mod vendor* ./ 08:15:41 ---> 90132b418602 08:15:41 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:15:41 ---> Running in 05ebe29f06c5 08:15:41 Removing intermediate container 05ebe29f06c5 08:15:41 ---> 334d528f6b8d 08:15:41 Step 10/27 : COPY . . 08:15:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:15:41 Configure a credential helper to remove this warning. See 08:15:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:15:41 08:15:41 Login Succeeded 08:15:41 nexus3.edgexfoundry.org:10004 08:15:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:15:41 Configure a credential helper to remove this warning. See 08:15:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:15:41 08:15:41 Login Succeeded 08:15:41 ****.io 08:15:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:15:42 Configure a credential helper to remove this warning. See 08:15:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:15:42 08:15:42 Login Succeeded 08:15:42 ---> ****-login.sh ends [Pipeline] } 08:15:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:15:42 ---> 71255e82fbbe 08:15:42 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:15:42 ---> Running in 48ffbb4c23b2 08:15:42 Removing intermediate container 48ffbb4c23b2 08:15:42 ---> 74d2d25b8cd9 08:15:42 Step 12/27 : RUN $MAKE 08:15:42 ---> Running in 3571a26cbaef [Pipeline] // withEnv [Pipeline] unstash 08:15:42 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.25" -trimpath -mod=readonly -o app-service-configurable [Pipeline] echo 08:15:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:15:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:15:42 ========================================================= 08:15:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 08:15:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:15:42 + 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 . 08:15:42 Sending build context to Docker daemon 239.1kB 08:15:43 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 08:15:43 Step 2/12 : FROM ${BASE} AS builder 08:15:43 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:15:43 c6b39de5b339: Pulling fs layer 08:15:43 a69c41024577: Pulling fs layer 08:15:43 d6de4b400683: Pulling fs layer 08:15:43 35cb2a7552d0: Pulling fs layer 08:15:43 4f4fb700ef54: Pulling fs layer 08:15:43 464afbd9ba4c: Pulling fs layer 08:15:43 00f215d4a9da: Pulling fs layer 08:15:43 d496ad576159: Pulling fs layer 08:15:43 35cb2a7552d0: Waiting 08:15:43 4f4fb700ef54: Waiting 08:15:43 464afbd9ba4c: Waiting 08:15:43 00f215d4a9da: Waiting 08:15:43 d496ad576159: Waiting 08:15:43 a69c41024577: Verifying Checksum 08:15:43 a69c41024577: Download complete 08:15:43 35cb2a7552d0: Verifying Checksum 08:15:43 35cb2a7552d0: Download complete 08:15:43 4f4fb700ef54: Verifying Checksum 08:15:43 4f4fb700ef54: Download complete 08:15:43 c6b39de5b339: Download complete 08:15:43 464afbd9ba4c: Verifying Checksum 08:15:43 464afbd9ba4c: Download complete 08:15:43 d496ad576159: Verifying Checksum 08:15:43 d496ad576159: Download complete 08:15:44 c6b39de5b339: Pull complete 08:15:44 a69c41024577: Pull complete 08:15:45 d6de4b400683: Verifying Checksum 08:15:45 d6de4b400683: Download complete 08:15:46 00f215d4a9da: Verifying Checksum 08:15:46 00f215d4a9da: Download complete 08:15:58 d6de4b400683: Pull complete 08:15:58 35cb2a7552d0: Pull complete 08:15:58 4f4fb700ef54: Pull complete 08:15:58 464afbd9ba4c: Pull complete 08:16:06 00f215d4a9da: Pull complete 08:16:08 d496ad576159: Pull complete 08:16:08 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 08:16:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 08:16:08 ---> f246e2811388 08:16:08 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 08:16:09 ---> Running in 5f41f4edcc03 08:16:10 Removing intermediate container 5f41f4edcc03 08:16:10 ---> c25366d1045e 08:16:10 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 08:16:10 ---> Running in b5e3270e9e16 08:16:10 Removing intermediate container b5e3270e9e16 08:16:10 ---> dd4e29792501 08:16:10 Step 5/12 : ARG ADD_BUILD_TAGS="" 08:16:10 ---> Running in 94c79bf1ea89 08:16:11 Removing intermediate container 94c79bf1ea89 08:16:11 ---> 1d0fbfeca185 08:16:11 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:16:11 ---> Running in e735741e8398 08:16:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:16:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:16:14 OK: 266 MiB in 52 packages 08:16:14 Removing intermediate container 3571a26cbaef 08:16:14 ---> c7788827a241 08:16:14 Step 13/27 : FROM alpine:3.18 08:16:14 3.18: Pulling from library/alpine 08:16:14 73baa7ef167e: Pulling fs layer 08:16:14 73baa7ef167e: Verifying Checksum 08:16:14 73baa7ef167e: Download complete 08:16:14 73baa7ef167e: Pull complete 08:16:14 Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 08:16:14 Status: Downloaded newer image for alpine:3.18 08:16:14 ---> 8fd7cac70a4a 08:16:14 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 08:16:14 ---> Running in 4970e457f927 08:16:14 Removing intermediate container 4970e457f927 08:16:14 ---> 4d755ee4bffd 08:16:14 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 08:16:14 ---> Running in 3bab3755b78c 08:16:14 Removing intermediate container 3bab3755b78c 08:16:14 ---> d77d2d34e37e 08:16:14 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 08:16:14 ---> Running in 30867e1f357d 08:16:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:16:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:16:14 (1/2) Installing ca-certificates (20240226-r0) 08:16:14 (2/2) Installing dumb-init (1.2.5-r2) 08:16:14 Executing busybox-1.36.1-r7.trigger 08:16:14 Executing ca-certificates-20240226-r0.trigger 08:16:14 OK: 8 MiB in 17 packages 08:16:14 Removing intermediate container 30867e1f357d 08:16:14 ---> 0b7f8db55c6b 08:16:14 Step 17/27 : RUN apk --no-cache upgrade 08:16:14 ---> Running in 1ca386df2ec0 08:16:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:16:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:16:14 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 08:16:14 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 08:16:14 Executing ca-certificates-20240226-r0.trigger 08:16:14 OK: 8 MiB in 17 packages 08:16:14 Removing intermediate container 1ca386df2ec0 08:16:14 ---> 3fb5d616b23b 08:16:14 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 08:16:14 ---> d9ee6c2e5792 08:16:14 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 08:16:14 ---> 794efbec386f 08:16:14 Step 20/27 : COPY --from=builder /app/res/ /res/ 08:16:14 ---> 9c7b1a1b59d6 08:16:14 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 08:16:14 ---> 791da8b6b463 08:16:14 Step 22/27 : EXPOSE 48095 08:16:14 ---> Running in 6b4cc94bf7b2 08:16:14 Removing intermediate container 6b4cc94bf7b2 08:16:14 ---> f77ce3ab5136 08:16:14 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 08:16:14 ---> Running in 4bf55f44dda3 08:16:14 Removing intermediate container 4bf55f44dda3 08:16:14 ---> f01e1a7731bb 08:16:14 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:16:14 ---> Running in 987b6699d72f 08:16:14 Removing intermediate container 987b6699d72f 08:16:14 ---> 01b545c24a77 08:16:14 Step 25/27 : LABEL arch=amd64 08:16:14 ---> Running in f284bc5e5731 08:16:14 Removing intermediate container f284bc5e5731 08:16:14 ---> c45c2326cb91 08:16:14 Step 26/27 : LABEL git_sha=d0b27e276c0df8ce2bf294c72f38c7099269fea7 08:16:14 ---> Running in 0e7b03eeca25 08:16:14 Removing intermediate container e735741e8398 08:16:14 ---> 4dac480f3c16 08:16:14 Step 7/12 : WORKDIR /app 08:16:14 ---> Running in 495bb989ffb0 08:16:14 Removing intermediate container 0e7b03eeca25 08:16:14 ---> 01ffd50727ce 08:16:14 Step 27/27 : LABEL version=3.2.0-dev.25 08:16:14 ---> Running in 1cacc87fe86e 08:16:14 Removing intermediate container 1cacc87fe86e 08:16:14 ---> d63f044b1a8c 08:16:14 [Warning] One or more build-args [ARCH] were not consumed 08:16:14 Successfully built d63f044b1a8c 08:16:14 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 08:16:15 provisioning config files... 08:16:15 Removing intermediate container 495bb989ffb0 08:16:15 ---> a350efd05b40 08:16:15 Step 8/12 : COPY go.mod vendor* ./ 08:16:15 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5497350613295716472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:16:15 ---> ****-login.sh 08:16:15 nexus3.edgexfoundry.org:10001 08:16:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:16:15 Configure a credential helper to remove this warning. See 08:16:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:16:15 08:16:15 Login Succeeded 08:16:15 nexus3.edgexfoundry.org:10002 08:16:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:16:15 Configure a credential helper to remove this warning. See 08:16:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:16:15 08:16:15 Login Succeeded 08:16:15 nexus3.edgexfoundry.org:10003 08:16:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:16:15 Configure a credential helper to remove this warning. See 08:16:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:16:15 08:16:15 Login Succeeded 08:16:15 nexus3.edgexfoundry.org:10004 08:16:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:16:15 Configure a credential helper to remove this warning. See 08:16:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:16:15 08:16:15 Login Succeeded 08:16:15 ****.io 08:16:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:15 ---> 96c9a07f0193 08:16:15 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:16:15 ---> Running in c8d19ba60fe0 08:16:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:16:15 Configure a credential helper to remove this warning. See 08:16:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:16:15 08:16:15 Login Succeeded 08:16:15 ---> ****-login.sh ends [Pipeline] } 08:16:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:16:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:16:15 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 08:16:15 d0b27e276c0df8ce2bf294c72f38c7099269fea7 08:16:15 latest 08:16:15 3.2.0-dev.25 08:16:15 d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 08:16:15 main 08:16:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:16 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:16 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:d0b27e276c0df8ce2bf294c72f38c7099269fea7 08:16:16 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 08:16:16 8a78b20b8cd2: Preparing 08:16:16 5bf3ecf66b5c: Preparing 08:16:16 1683b4272c55: Preparing 08:16:16 63ece7dc1889: Preparing 08:16:16 ec425f23806f: Preparing 08:16:16 8a4e0ba55852: Preparing 08:16:16 63ec0bd56cf3: Preparing 08:16:16 8a4e0ba55852: Waiting 08:16:16 5bf3ecf66b5c: Pushed 08:16:16 1683b4272c55: Pushed 08:16:16 63ece7dc1889: Pushed 08:16:16 63ec0bd56cf3: Layer already exists 08:16:16 8a4e0ba55852: Pushed 08:16:17 ec425f23806f: Pushed 08:16:19 8a78b20b8cd2: Pushed 08:16:19 d0b27e276c0df8ce2bf294c72f38c7099269fea7: digest: sha256:daee6bca45639bbb9bdbe6dddc0c1d0bc3c7d428d60098b26c03154a0ba48928 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:19 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:20 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 08:16:20 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 08:16:20 8a78b20b8cd2: Preparing 08:16:20 5bf3ecf66b5c: Preparing 08:16:20 1683b4272c55: Preparing 08:16:20 63ece7dc1889: Preparing 08:16:20 ec425f23806f: Preparing 08:16:20 8a4e0ba55852: Preparing 08:16:20 63ec0bd56cf3: Preparing 08:16:20 63ec0bd56cf3: Waiting 08:16:20 8a4e0ba55852: Waiting 08:16:20 ec425f23806f: Layer already exists 08:16:20 63ece7dc1889: Layer already exists 08:16:20 5bf3ecf66b5c: Layer already exists 08:16:20 1683b4272c55: Layer already exists 08:16:20 8a78b20b8cd2: Layer already exists 08:16:20 8a4e0ba55852: Layer already exists 08:16:20 63ec0bd56cf3: Layer already exists 08:16:20 latest: digest: sha256:daee6bca45639bbb9bdbe6dddc0c1d0bc3c7d428d60098b26c03154a0ba48928 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:20 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:20 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.25 08:16:20 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 08:16:20 8a78b20b8cd2: Preparing 08:16:20 5bf3ecf66b5c: Preparing 08:16:20 1683b4272c55: Preparing 08:16:20 63ece7dc1889: Preparing 08:16:20 ec425f23806f: Preparing 08:16:20 8a4e0ba55852: Preparing 08:16:20 63ec0bd56cf3: Preparing 08:16:20 8a4e0ba55852: Waiting 08:16:20 63ec0bd56cf3: Waiting 08:16:20 8a78b20b8cd2: Layer already exists 08:16:20 1683b4272c55: Layer already exists 08:16:20 ec425f23806f: Layer already exists 08:16:20 63ece7dc1889: Layer already exists 08:16:20 5bf3ecf66b5c: Layer already exists 08:16:20 63ec0bd56cf3: Layer already exists 08:16:20 8a4e0ba55852: Layer already exists 08:16:20 3.2.0-dev.25: digest: sha256:daee6bca45639bbb9bdbe6dddc0c1d0bc3c7d428d60098b26c03154a0ba48928 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:21 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:21 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 08:16:21 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 08:16:21 8a78b20b8cd2: Preparing 08:16:21 5bf3ecf66b5c: Preparing 08:16:21 1683b4272c55: Preparing 08:16:21 63ece7dc1889: Preparing 08:16:21 ec425f23806f: Preparing 08:16:21 8a4e0ba55852: Preparing 08:16:21 63ec0bd56cf3: Preparing 08:16:21 63ec0bd56cf3: Waiting 08:16:21 8a4e0ba55852: Waiting 08:16:21 8a78b20b8cd2: Layer already exists 08:16:21 1683b4272c55: Layer already exists 08:16:21 ec425f23806f: Layer already exists 08:16:21 63ece7dc1889: Layer already exists 08:16:21 5bf3ecf66b5c: Layer already exists 08:16:21 8a4e0ba55852: Layer already exists 08:16:21 63ec0bd56cf3: Layer already exists 08:16:21 d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25: digest: sha256:daee6bca45639bbb9bdbe6dddc0c1d0bc3c7d428d60098b26c03154a0ba48928 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:21 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:22 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 08:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 08:16:22 8a78b20b8cd2: Preparing 08:16:22 5bf3ecf66b5c: Preparing 08:16:22 1683b4272c55: Preparing 08:16:22 63ece7dc1889: Preparing 08:16:22 ec425f23806f: Preparing 08:16:22 8a4e0ba55852: Preparing 08:16:22 63ec0bd56cf3: Preparing 08:16:22 8a4e0ba55852: Waiting 08:16:22 63ec0bd56cf3: Waiting 08:16:22 63ece7dc1889: Layer already exists 08:16:22 5bf3ecf66b5c: Layer already exists 08:16:22 1683b4272c55: Layer already exists 08:16:22 8a78b20b8cd2: Layer already exists 08:16:22 ec425f23806f: Layer already exists 08:16:22 8a4e0ba55852: Layer already exists 08:16:22 63ec0bd56cf3: Layer already exists 08:16:22 main: digest: sha256:daee6bca45639bbb9bdbe6dddc0c1d0bc3c7d428d60098b26c03154a0ba48928 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:16:22 ===================================================== [Pipeline] echo 08:16:22 taggedImages: 08:16:22 - nexus3.edgexfoundry.org:10004/app-service-configurable:d0b27e276c0df8ce2bf294c72f38c7099269fea7 08:16:22 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 08:16:22 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.25 08:16:22 - nexus3.edgexfoundry.org:10004/app-service-configurable:d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 08:16:22 - 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 08:16:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:16:22 08:16:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:16:23 latest: Pulling from edgex-lftools-log-publisher 08:16:23 5eb5b503b376: Pulling fs layer 08:16:23 5c69ac0246d0: Pulling fs layer 08:16:23 ec43610c2a17: Pulling fs layer 08:16:23 3a2ae6a8a46f: Pulling fs layer 08:16:23 33b1e0a273af: Pulling fs layer 08:16:23 5d3b04190fa2: Pulling fs layer 08:16:23 2f39f015ded8: Pulling fs layer 08:16:23 33b1e0a273af: Waiting 08:16:23 5d3b04190fa2: Waiting 08:16:23 2f39f015ded8: Waiting 08:16:23 5c69ac0246d0: Download complete 08:16:23 3a2ae6a8a46f: Verifying Checksum 08:16:23 3a2ae6a8a46f: Download complete 08:16:23 33b1e0a273af: Verifying Checksum 08:16:23 33b1e0a273af: Download complete 08:16:23 5d3b04190fa2: Verifying Checksum 08:16:23 5d3b04190fa2: Download complete 08:16:23 ec43610c2a17: Verifying Checksum 08:16:23 ec43610c2a17: Download complete 08:16:23 5eb5b503b376: Verifying Checksum 08:16:23 5eb5b503b376: Download complete 08:16:23 2f39f015ded8: Download complete 08:16:24 5eb5b503b376: Pull complete 08:16:24 5c69ac0246d0: Pull complete 08:16:24 ec43610c2a17: Pull complete 08:16:25 3a2ae6a8a46f: Pull complete 08:16:25 33b1e0a273af: Pull complete 08:16:25 5d3b04190fa2: Pull complete 08:16:29 2f39f015ded8: Pull complete 08:16:29 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:16:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:16:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:16:29 prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container 08:16:29 $ 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 08:16:30 $ docker top fefd298ef17924c7a568b703bc5f257a2d5827228ade9743e3a329595daafd60 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:16:31 ---> job-cost.sh 08:16:31 lf-activate-venv: SKIPPING 08:16:31 INFO: No Stack... 08:16:31 INFO: Retrieving Pricing Info for: v3-standard-8 08:16:31 INFO: Archiving Costs [Pipeline] sh 08:16:32 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 08:16:32 + cut -d, -f6 [Pipeline] lock 08:16:32 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] 08:16:32 Resource [jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] did not exist. Created. 08:16:32 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:16:32 + echo total: 0.2199999988079071 [Pipeline] stash 08:16:32 Stashed 1 file(s) [Pipeline] } 08:16:32 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] [Pipeline] // lock [Pipeline] } 08:16:32 $ docker stop --time=1 fefd298ef17924c7a568b703bc5f257a2d5827228ade9743e3a329595daafd60 08:16:33 $ docker rm -f --volumes fefd298ef17924c7a568b703bc5f257a2d5827228ade9743e3a329595daafd60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:18:07 Removing intermediate container c8d19ba60fe0 08:18:07 ---> 8efc563511ba 08:18:07 Step 10/12 : COPY . . 08:18:07 ---> a0d8b412b7af 08:18:07 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:18:07 ---> Running in f38c3efe35d4 08:18:07 Removing intermediate container f38c3efe35d4 08:18:07 ---> 9f94a3089be9 08:18:07 Step 12/12 : RUN $MAKE 08:18:07 ---> Running in d9112ea3465f 08:18:07 noop 08:18:07 Removing intermediate container d9112ea3465f 08:18:07 ---> 31fc7e13079b 08:18:07 Successfully built 31fc7e13079b 08:18:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:07 + docker inspect -f . ci-base-image-arm64 08:18:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:18:07 prd-ubuntu20.04-docker-arm64-4c-16g-5790 does not seem to be running inside a container 08:18:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/235 -v /w/workspace/app-service-configurable/235:/w/workspace/app-service-configurable/235:rw,z -v /w/workspace/app-service-configurable/235@tmp:/w/workspace/app-service-configurable/235@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 08:18:09 $ docker top 0897b9a8c34774aae331f950e42ef169dd751525e2e3dd7609dba745c5cfa544 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:10 + go version 08:18:10 go version go1.21.9 linux/arm64 [Pipeline] } 08:18:10 $ docker stop --time=1 0897b9a8c34774aae331f950e42ef169dd751525e2e3dd7609dba745c5cfa544 08:18:11 $ docker rm -f --volumes 0897b9a8c34774aae331f950e42ef169dd751525e2e3dd7609dba745c5cfa544 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:12 + docker inspect -f . ci-base-image-arm64 08:18:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:18:12 prd-ubuntu20.04-docker-arm64-4c-16g-5790 does not seem to be running inside a container 08:18:12 $ 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/235 -v /w/workspace/app-service-configurable/235:/w/workspace/app-service-configurable/235:rw,z -v /w/workspace/app-service-configurable/235@tmp:/w/workspace/app-service-configurable/235@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 08:18:13 $ docker top 66d05e27776285faadd4ad4389ec25dbbf96b489cbdad6fecadbdecf935ab568 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:14 + git config --global --add safe.directory /w/workspace/app-service-configurable/235 [Pipeline] fileExists [Pipeline] sh 08:18:15 + make test 08:18:15 go test -race -coverprofile=coverage.out ./... 08:22:37 ? github.com/edgexfoundry/app-service-configurable [no test files] 08:22:37 WARNING: Linting skipped (not on x86_64 or linter not installed) 08:22:37 go vet ./... 08:26:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:26:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:26:14 ./bin/test-attribution-txt.sh 08:26:14 An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add 08:26:14 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 08:26:14 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo 08:26:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 08:26:15 $ docker stop --time=1 66d05e27776285faadd4ad4389ec25dbbf96b489cbdad6fecadbdecf935ab568 08:26:16 $ docker rm -f --volumes 66d05e27776285faadd4ad4389ec25dbbf96b489cbdad6fecadbdecf935ab568 [Pipeline] // withDockerContainer [Pipeline] sh 08:26:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:26:18 Warning: overwriting stash ‘coverage-report’ 08:26:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:26:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:26:20 + ls -al . 08:26:20 total 260 08:26:20 drwxrwxr-x 6 jenkins jenkins 4096 Jul 17 08:18 . 08:26:20 drwxrwxr-x 4 jenkins jenkins 4096 Jul 17 08:15 .. 08:26:20 -rw-rw-r-- 1 jenkins jenkins 119 Jul 17 08:15 .dockerignore 08:26:20 drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 08:15 .git 08:26:20 drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 08:15 .github 08:26:20 -rw-rw-r-- 1 jenkins jenkins 106 Jul 17 08:15 .gitignore 08:26:20 -rw-rw-r-- 1 jenkins jenkins 41 Jul 17 08:15 .golangci.yml 08:26:20 -rw-rw-r-- 1 jenkins jenkins 18981 Jul 17 08:15 Attribution.txt 08:26:20 -rw-rw-r-- 1 jenkins jenkins 37263 Jul 17 08:15 CHANGELOG.md 08:26:20 -rw-rw-r-- 1 jenkins jenkins 2007 Jul 17 08:15 Dockerfile 08:26:20 -rw-rw-r-- 1 jenkins jenkins 677 Jul 17 08:15 GOVERNANCE.md 08:26:20 -rw-rw-r-- 1 jenkins jenkins 666 Jul 17 08:15 Jenkinsfile 08:26:20 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 17 08:15 LICENSE 08:26:20 -rw-rw-r-- 1 jenkins jenkins 618 Jul 17 08:15 OWNERS.md 08:26:20 -rw-rw-r-- 1 jenkins jenkins 4582 Jul 17 08:15 README.md 08:26:20 -rw-rw-r-- 1 jenkins jenkins 12 Jul 17 08:13 VERSION 08:26:20 drwxrwxr-x 2 jenkins jenkins 4096 Jul 17 08:15 bin 08:26:20 -rw-r--r-- 1 jenkins jenkins 13 Jul 17 08:18 coverage.out 08:26:20 -rw-rw-r-- 1 jenkins jenkins 7155 Jul 17 08:15 go.mod 08:26:20 -rw-rw-r-- 1 jenkins jenkins 102427 Jul 17 08:15 go.sum 08:26:20 -rw-rw-r-- 1 jenkins jenkins 1937 Jul 17 08:15 main.go 08:26:20 -rw-rw-r-- 1 jenkins jenkins 2572 Jul 17 08:15 makefile 08:26:20 drwxrwxr-x 9 jenkins jenkins 4096 Jul 17 08:15 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:26:20 + 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=d0b27e276c0df8ce2bf294c72f38c7099269fea7 --label arch=arm64 --label version=3.2.0-dev.25 . 08:26:20 Sending build context to Docker daemon 240.1kB 08:26:20 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 08:26:20 Step 2/27 : FROM ${BASE} AS builder 08:26:20 ---> 31fc7e13079b 08:26:20 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 08:26:20 ---> Running in 4692b6e5cfb4 08:26:20 Removing intermediate container 4692b6e5cfb4 08:26:20 ---> 6a83b7c3c3af 08:26:20 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 08:26:21 ---> Running in 8ecbd3cf8b43 08:26:21 Removing intermediate container 8ecbd3cf8b43 08:26:21 ---> e1b86e688a9b 08:26:21 Step 5/27 : ARG ADD_BUILD_TAGS="" 08:26:21 ---> Running in e6d296cc7f2b 08:26:21 Removing intermediate container e6d296cc7f2b 08:26:21 ---> 30893ec6fda3 08:26:21 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:26:21 ---> Running in b1a865ed29d6 08:26:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:26:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:26:24 OK: 266 MiB in 52 packages 08:26:24 Removing intermediate container b1a865ed29d6 08:26:24 ---> b392fdd48fb6 08:26:24 Step 7/27 : WORKDIR /app 08:26:25 ---> Running in c49cc6462282 08:26:25 Removing intermediate container c49cc6462282 08:26:25 ---> be9735211988 08:26:25 Step 8/27 : COPY go.mod vendor* ./ 08:26:25 ---> f69237f40e2b 08:26:25 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:26:25 ---> Running in 9e9f1fc12a97 08:26:28 Removing intermediate container 9e9f1fc12a97 08:26:28 ---> ba8d8adbcd57 08:26:28 Step 10/27 : COPY . . 08:26:28 ---> 0aa7b50bdf7a 08:26:28 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:26:28 ---> Running in cf75c4b38d37 08:26:29 Removing intermediate container cf75c4b38d37 08:26:29 ---> a6859897d109 08:26:29 Step 12/27 : RUN $MAKE 08:26:29 ---> Running in 9da91260d5f8 08:26:30 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.25" -trimpath -mod=readonly -o app-service-configurable 08:29:51 Removing intermediate container 9da91260d5f8 08:29:51 ---> 8f5d928432ba 08:29:51 Step 13/27 : FROM alpine:3.18 08:29:51 3.18: Pulling from library/alpine 08:29:51 5c905c7ebe2f: Pulling fs layer 08:29:51 5c905c7ebe2f: Verifying Checksum 08:29:51 5c905c7ebe2f: Download complete 08:29:51 5c905c7ebe2f: Pull complete 08:29:51 Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 08:29:51 Status: Downloaded newer image for alpine:3.18 08:29:51 ---> dec292d02e07 08:29:51 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 08:29:51 ---> Running in 8ff8636db603 08:29:51 Removing intermediate container 8ff8636db603 08:29:51 ---> 188061874db1 08:29:51 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 08:29:51 ---> Running in ec4ef13fded9 08:29:51 Removing intermediate container ec4ef13fded9 08:29:51 ---> 017734be30c7 08:29:51 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 08:29:51 ---> Running in 769885e6f510 08:29:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:29:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:29:51 (1/2) Installing ca-certificates (20240226-r0) 08:29:51 (2/2) Installing dumb-init (1.2.5-r2) 08:29:51 Executing busybox-1.36.1-r7.trigger 08:29:51 Executing ca-certificates-20240226-r0.trigger 08:29:51 OK: 9 MiB in 17 packages 08:29:51 Removing intermediate container 769885e6f510 08:29:51 ---> f77561b789ba 08:29:51 Step 17/27 : RUN apk --no-cache upgrade 08:29:51 ---> Running in a4c6f21cb6c7 08:29:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:29:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:29:52 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 08:29:53 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 08:29:53 Executing ca-certificates-20240226-r0.trigger 08:29:53 OK: 9 MiB in 17 packages 08:29:54 Removing intermediate container a4c6f21cb6c7 08:29:54 ---> b2f05f698279 08:29:54 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 08:29:54 ---> 65e0441fba49 08:29:54 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 08:29:55 ---> 300165ab5b1e 08:29:55 Step 20/27 : COPY --from=builder /app/res/ /res/ 08:29:55 ---> e7cd9073e057 08:29:55 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 08:29:57 ---> b799062a7f78 08:29:57 Step 22/27 : EXPOSE 48095 08:29:57 ---> Running in 0d3cfc8c83fd 08:29:57 Removing intermediate container 0d3cfc8c83fd 08:29:57 ---> 240edc8847bb 08:29:57 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 08:29:57 ---> Running in 369b92dfcf55 08:29:58 Removing intermediate container 369b92dfcf55 08:29:58 ---> a9e2aeec633e 08:29:58 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:29:58 ---> Running in 5381225d4449 08:29:58 Removing intermediate container 5381225d4449 08:29:58 ---> 3dffb8a5875c 08:29:58 Step 25/27 : LABEL arch=arm64 08:29:58 ---> Running in a5cebc4c014f 08:29:58 Removing intermediate container a5cebc4c014f 08:29:58 ---> 5f4a7c993749 08:29:58 Step 26/27 : LABEL git_sha=d0b27e276c0df8ce2bf294c72f38c7099269fea7 08:29:58 ---> Running in c38c09967ca9 08:29:59 Removing intermediate container c38c09967ca9 08:29:59 ---> 3cd8de89ffef 08:29:59 Step 27/27 : LABEL version=3.2.0-dev.25 08:29:59 ---> Running in 361e322ac2c9 08:29:59 Removing intermediate container 361e322ac2c9 08:29:59 ---> 85bc693d0424 08:29:59 [Warning] One or more build-args [ARCH] were not consumed 08:29:59 Successfully built 85bc693d0424 08:29: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 08:29:59 provisioning config files... 08:29:59 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/235@tmp/config12894888313159230111tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:30:00 ---> ****-login.sh 08:30:00 nexus3.edgexfoundry.org:10001 08:30:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:30:00 Configure a credential helper to remove this warning. See 08:30:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:30:00 08:30:00 Login Succeeded 08:30:00 nexus3.edgexfoundry.org:10002 08:30:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:30:00 Configure a credential helper to remove this warning. See 08:30:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:30:00 08:30:00 Login Succeeded 08:30:00 nexus3.edgexfoundry.org:10003 08:30:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:30:01 Configure a credential helper to remove this warning. See 08:30:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:30:01 08:30:01 Login Succeeded 08:30:01 nexus3.edgexfoundry.org:10004 08:30:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:30:01 Configure a credential helper to remove this warning. See 08:30:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:30:01 08:30:01 Login Succeeded 08:30:01 ****.io 08:30:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:30:02 Configure a credential helper to remove this warning. See 08:30:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:30:02 08:30:02 Login Succeeded 08:30:02 ---> ****-login.sh ends [Pipeline] } 08:30:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:30:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:30:02 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 08:30:02 d0b27e276c0df8ce2bf294c72f38c7099269fea7 08:30:02 latest 08:30:02 3.2.0-dev.25 08:30:02 d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 08:30:02 main 08:30:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:02 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:02 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d0b27e276c0df8ce2bf294c72f38c7099269fea7 08:30:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 08:30:02 fd13c79d6372: Preparing 08:30:02 8c2be0a112f8: Preparing 08:30:02 d34682a89e66: Preparing 08:30:02 ebb622658b39: Preparing 08:30:02 3db9e03de05c: Preparing 08:30:02 5ba4cc5f6153: Preparing 08:30:02 da707bb00cb8: Preparing 08:30:02 5ba4cc5f6153: Waiting 08:30:02 da707bb00cb8: Waiting 08:30:03 d34682a89e66: Pushed 08:30:03 ebb622658b39: Pushed 08:30:03 8c2be0a112f8: Pushed 08:30:03 da707bb00cb8: Layer already exists 08:30:03 5ba4cc5f6153: Pushed 08:30:04 3db9e03de05c: Pushed 08:30:09 fd13c79d6372: Pushed 08:30:09 d0b27e276c0df8ce2bf294c72f38c7099269fea7: digest: sha256:b3281d32183e3e8f7fba567d49be1a37f2bd1d19a5056c05a6efbf699cb85381 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30: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 08:30:10 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 08:30:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 08:30:10 fd13c79d6372: Preparing 08:30:10 8c2be0a112f8: Preparing 08:30:10 d34682a89e66: Preparing 08:30:10 ebb622658b39: Preparing 08:30:10 3db9e03de05c: Preparing 08:30:10 5ba4cc5f6153: Preparing 08:30:10 da707bb00cb8: Preparing 08:30:10 5ba4cc5f6153: Waiting 08:30:10 da707bb00cb8: Waiting 08:30:10 ebb622658b39: Layer already exists 08:30:10 fd13c79d6372: Layer already exists 08:30:10 3db9e03de05c: Layer already exists 08:30:10 d34682a89e66: Layer already exists 08:30:10 8c2be0a112f8: Layer already exists 08:30:10 da707bb00cb8: Layer already exists 08:30:10 5ba4cc5f6153: Layer already exists 08:30:10 latest: digest: sha256:b3281d32183e3e8f7fba567d49be1a37f2bd1d19a5056c05a6efbf699cb85381 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:11 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:11 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.25 08:30:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 08:30:11 fd13c79d6372: Preparing 08:30:11 8c2be0a112f8: Preparing 08:30:11 d34682a89e66: Preparing 08:30:11 ebb622658b39: Preparing 08:30:11 3db9e03de05c: Preparing 08:30:11 5ba4cc5f6153: Preparing 08:30:11 da707bb00cb8: Preparing 08:30:11 5ba4cc5f6153: Waiting 08:30:11 8c2be0a112f8: Layer already exists 08:30:11 ebb622658b39: Layer already exists 08:30:11 3db9e03de05c: Layer already exists 08:30:11 fd13c79d6372: Layer already exists 08:30:11 d34682a89e66: Layer already exists 08:30:11 5ba4cc5f6153: Layer already exists 08:30:11 da707bb00cb8: Layer already exists 08:30:11 3.2.0-dev.25: digest: sha256:b3281d32183e3e8f7fba567d49be1a37f2bd1d19a5056c05a6efbf699cb85381 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:11 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:12 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 08:30:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 08:30:12 fd13c79d6372: Preparing 08:30:12 8c2be0a112f8: Preparing 08:30:12 d34682a89e66: Preparing 08:30:12 ebb622658b39: Preparing 08:30:12 3db9e03de05c: Preparing 08:30:12 5ba4cc5f6153: Preparing 08:30:12 da707bb00cb8: Preparing 08:30:12 da707bb00cb8: Waiting 08:30:12 5ba4cc5f6153: Waiting 08:30:12 d34682a89e66: Layer already exists 08:30:12 3db9e03de05c: Layer already exists 08:30:12 8c2be0a112f8: Layer already exists 08:30:12 fd13c79d6372: Layer already exists 08:30:12 ebb622658b39: Layer already exists 08:30:12 5ba4cc5f6153: Layer already exists 08:30:12 da707bb00cb8: Layer already exists 08:30:12 d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25: digest: sha256:b3281d32183e3e8f7fba567d49be1a37f2bd1d19a5056c05a6efbf699cb85381 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:12 + 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 08:30:12 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 08:30:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 08:30:12 fd13c79d6372: Preparing 08:30:12 8c2be0a112f8: Preparing 08:30:12 d34682a89e66: Preparing 08:30:12 ebb622658b39: Preparing 08:30:12 3db9e03de05c: Preparing 08:30:12 5ba4cc5f6153: Preparing 08:30:12 da707bb00cb8: Preparing 08:30:12 5ba4cc5f6153: Waiting 08:30:12 da707bb00cb8: Waiting 08:30:12 d34682a89e66: Layer already exists 08:30:12 fd13c79d6372: Layer already exists 08:30:12 3db9e03de05c: Layer already exists 08:30:12 8c2be0a112f8: Layer already exists 08:30:12 ebb622658b39: Layer already exists 08:30:12 da707bb00cb8: Layer already exists 08:30:12 5ba4cc5f6153: Layer already exists 08:30:12 main: digest: sha256:b3281d32183e3e8f7fba567d49be1a37f2bd1d19a5056c05a6efbf699cb85381 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:30:13 ===================================================== [Pipeline] echo 08:30:13 taggedImages: 08:30:13 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d0b27e276c0df8ce2bf294c72f38c7099269fea7 08:30:13 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 08:30:13 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.25 08:30:13 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 08:30:13 - 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 08:30:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:30:13 08:30:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:30:13 arm64: Pulling from edgex-lftools-log-publisher 08:30:13 8998bd30e6a1: Pulling fs layer 08:30:13 04944245beec: Pulling fs layer 08:30:13 699f458cf7ca: Pulling fs layer 08:30:13 765212b225bb: Pulling fs layer 08:30:13 f23df028b6ca: Pulling fs layer 08:30:13 d65c8cfc05b1: Pulling fs layer 08:30:13 2437ff75d9bd: Pulling fs layer 08:30:13 765212b225bb: Waiting 08:30:13 f23df028b6ca: Waiting 08:30:13 d65c8cfc05b1: Waiting 08:30:13 2437ff75d9bd: Waiting 08:30:14 04944245beec: Verifying Checksum 08:30:14 04944245beec: Download complete 08:30:14 765212b225bb: Verifying Checksum 08:30:14 765212b225bb: Download complete 08:30:14 f23df028b6ca: Download complete 08:30:14 d65c8cfc05b1: Download complete 08:30:14 699f458cf7ca: Verifying Checksum 08:30:14 699f458cf7ca: Download complete 08:30:14 8998bd30e6a1: Verifying Checksum 08:30:14 8998bd30e6a1: Download complete 08:30:17 2437ff75d9bd: Verifying Checksum 08:30:17 2437ff75d9bd: Download complete 08:30:19 8998bd30e6a1: Pull complete 08:30:19 04944245beec: Pull complete 08:30:21 699f458cf7ca: Pull complete 08:30:21 765212b225bb: Pull complete 08:30:22 f23df028b6ca: Pull complete 08:30:22 d65c8cfc05b1: Pull complete 08:30:40 2437ff75d9bd: Pull complete 08:30:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:30:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:30:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:30:40 prd-ubuntu20.04-docker-arm64-4c-16g-5790 does not seem to be running inside a container 08:30:40 $ 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/235 -v /w/workspace/app-service-configurable/235:/w/workspace/app-service-configurable/235:rw,z -v /w/workspace/app-service-configurable/235@tmp:/w/workspace/app-service-configurable/235@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 08:30:43 $ docker top d764cc32b0553d9f2cdf618eb1f4e075b754b20f6f68e44f53654fb52562d6e8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:30:44 ---> job-cost.sh 08:30:44 lf-activate-venv: SKIPPING 08:30:44 INFO: No Stack... 08:30:44 INFO: Retrieving Pricing Info for: v3-standard-4 08:30:45 INFO: Archiving Costs [Pipeline] sh 08:30:46 + + cat /w/workspace/app-service-configurable/235/archives/cost.csv 08:30:46 cut -d, -f6 [Pipeline] lock 08:30:46 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] 08:30:46 Resource [jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] did not exist. Created. 08:30:46 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:30:46 /w/workspace/app-service-configurable/235@tmp/durable-a8f2eaec/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 08:30:47 + echo total: 0.10999999940395355 [Pipeline] stash 08:30:47 Warning: overwriting stash ‘stack-cost’ 08:30:47 Stashed 1 file(s) [Pipeline] } 08:30:47 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] [Pipeline] // lock [Pipeline] } 08:30:47 $ docker stop --time=1 d764cc32b0553d9f2cdf618eb1f4e075b754b20f6f68e44f53654fb52562d6e8 08:30:49 $ docker rm -f --volumes d764cc32b0553d9f2cdf618eb1f4e075b754b20f6f68e44f53654fb52562d6e8 [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 08:30:49 provisioning config files... 08:30:49 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13643964646330681391tmp [Pipeline] { [Pipeline] sh 08:30:50 + set +x 08:30:50 + + bash -scurl -- -s 08:30:50 https://codecov.io/bash 08:30:50 08:30:50 _____ _ 08:30:50 / ____| | | 08:30:50 | | ___ __| | ___ ___ _____ __ 08:30:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:30:50 | |___| (_) | (_| | __/ (_| (_) \ V / 08:30:50 \_____\___/ \__,_|\___|\___\___/ \_/ 08:30:50 Bash-1.0.6 08:30:50 08:30:50 08:30:50 ==> git version 2.25.1 found 08:30:50 ==> 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 08:30:50 Release-Date: 2020-01-08 08:30:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:30:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:30:50 ==> Jenkins CI detected. 08:30:50 current dir:  /w/workspace/ry_app-service-configurable_main 08:30:50 project root: . 08:30:50 --> token set from env 08:30:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:30:50 ==> Running gcov in . (disable via -X gcov) 08:30:50 ==> Python coveragepy not found 08:30:50 ==> Searching for coverage reports in: 08:30:50 + . 08:30:50 -> Found 1 reports 08:30:50 ==> Detecting git/mercurial file structure 08:30:50 ==> Reading reports 08:30:50 + ./coverage.out bytes=13 08:30:50 ==> Appending adjustments 08:30:50 https://docs.codecov.io/docs/fixing-reports 08:30:50 + Found adjustments 08:30:50 ==> Gzipping contents 08:30:50 4.0K /tmp/codecov.oplHNe.gz 08:30:50 ==> Uploading reports 08:30:50 url: https://codecov.io 08:30:50 query: branch=main&commit=d0b27e276c0df8ce2bf294c72f38c7099269fea7&build=235&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F235%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 08:30:50 -> Pinging Codecov 08:30:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d0b27e276c0df8ce2bf294c72f38c7099269fea7&build=235&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F235%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 08:30:50 -> Uploading to 08:30:50 https://storage.googleapis.com/codecov/v4/raw/2024-07-17/A97CA9966030D2A3747ED39772930CCE/d0b27e276c0df8ce2bf294c72f38c7099269fea7/0bd07c7a-7252-47ff-b5f3-900f07661326.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240717%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240717T083050Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d792981d5871415aba79491c9e610c6abefad28dbfab45a4b9d56e38da14fb4f 08:30:50 % Total % Received % Xferd Average Speed Time Time Time Current 08:30:50 Dload Upload Total Spent Left Speed 08:30:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 234 0 0 100 234 0 1000 --:--:-- --:--:-- --:--:-- 995 08:30:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] } 08:30:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:30:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:30:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:30:51 08:30:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:30:51 latest: Pulling from edgex-devops/edgex-snyk-go 08:30:51 619be1103602: Already exists 08:30:51 f8ea3408117e: Pulling fs layer 08:30:51 91320369b822: Pulling fs layer 08:30:51 0406650e8295: Pulling fs layer 08:30:51 4f4fb700ef54: Pulling fs layer 08:30:51 96d80e3f36e1: Pulling fs layer 08:30:51 bcf3aedb951c: Pulling fs layer 08:30:51 4f4fb700ef54: Waiting 08:30:51 96d80e3f36e1: Waiting 08:30:51 bcf3aedb951c: Waiting 08:30:51 0406650e8295: Verifying Checksum 08:30:51 0406650e8295: Download complete 08:30:51 f8ea3408117e: Verifying Checksum 08:30:51 4f4fb700ef54: Verifying Checksum 08:30:51 4f4fb700ef54: Download complete 08:30:51 f8ea3408117e: Pull complete 08:30:51 96d80e3f36e1: Verifying Checksum 08:30:51 96d80e3f36e1: Download complete 08:30:52 91320369b822: Download complete 08:30:52 bcf3aedb951c: Verifying Checksum 08:30:52 bcf3aedb951c: Download complete 08:30:55 91320369b822: Pull complete 08:30:55 0406650e8295: Pull complete 08:30:55 4f4fb700ef54: Pull complete 08:30:55 96d80e3f36e1: Pull complete 08:30:58 bcf3aedb951c: Pull complete 08:30:58 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 08:30:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:30:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:30:58 prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container 08:30:58 $ 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 08:31:01 $ docker top 56e6a44c0c9bc3b2dd83af93a174624f1599ad8615a9bcd30d4a6f804dae9e34 -eo pid,comm [Pipeline] { [Pipeline] sh 08:31:01 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] echo 08:31:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 08:31:02 + set -o pipefail 08:31:02 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 08:31:10 08:31:10 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 08:31:10 08:31:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7dc5f32a-caad-4990-b9e2-a648c5eeaf90/history/d167a649-7a26-4d02-9fd6-f521cccafb3b 08:31:10 08:31:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:31:10 [Pipeline] } 08:31:10 $ docker stop --time=1 56e6a44c0c9bc3b2dd83af93a174624f1599ad8615a9bcd30d4a6f804dae9e34 08:31:12 $ docker rm -f --volumes 56e6a44c0c9bc3b2dd83af93a174624f1599ad8615a9bcd30d4a6f804dae9e34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:31:13 + git log --format=format:%s -1 d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] sh 08:31:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:31:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:31:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:31:14 prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container 08:31:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:31:14 $ docker top 336530eb28f0b55408e3d0df47420d595f771c7158325e748dfe1e3f2bc91ba6 -eo pid,comm 08:31:14 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). 08:31:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:31:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:15 [ssh-agent] Looking for ssh-agent implementation... 08:31:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:15 $ docker exec 336530eb28f0b55408e3d0df47420d595f771c7158325e748dfe1e3f2bc91ba6 ssh-agent 08:31:15 SSH_AUTH_SOCK=/tmp/ssh-XzYGK2g5iZWh/agent.31 08:31:15 SSH_AGENT_PID=37 08:31:15 Running ssh-add (command line suppressed) 08:31:15 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17409577087278825541.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17409577087278825541.key) 08:31:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:15 + git semver tag 08:31:15 2024-07-17 08:31:15,790 [run_tag] DEBUG tag force:False 08:31:15 2024-07-17 08:31:15,790 [check_head_tag] DEBUG check head tag 08:31:15 2024-07-17 08:31:15,792 [execute] INFO git cat-file --batch-check 08:31:15 2024-07-17 08:31:15,792 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 08:31:15 2024-07-17 08:31:15,795 [execute] INFO git cat-file --batch 08:31:15 2024-07-17 08:31:15,796 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 08:31:15 2024-07-17 08:31:15,816 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 08:31:15 2024-07-17 08:31:15,816 [execute] INFO git tag -a v3.2.0-dev.25 -m v3.2.0-dev.25 08:31:15 2024-07-17 08:31:15,816 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.25', '-m', 'v3.2.0-dev.25'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 08:31:15 2024-07-17 08:31:15,821 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 08:31:15 3.2.0-dev.25 [Pipeline] } 08:31:15 $ docker exec --env ******** --env ******** 336530eb28f0b55408e3d0df47420d595f771c7158325e748dfe1e3f2bc91ba6 ssh-agent -k 08:31:15 unset SSH_AUTH_SOCK; 08:31:15 unset SSH_AGENT_PID; 08:31:15 echo Agent pid 37 killed; 08:31:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:16 + git semver [Pipeline] } 08:31:16 $ docker stop --time=1 336530eb28f0b55408e3d0df47420d595f771c7158325e748dfe1e3f2bc91ba6 08:31:17 $ docker rm -f --volumes 336530eb28f0b55408e3d0df47420d595f771c7158325e748dfe1e3f2bc91ba6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:31:18 08:31:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:31:18 0.23.1-centos7: Pulling from edgex-lftools 08:31:18 ab5ef0e58194: Pulling fs layer 08:31:18 9712f1f96733: Pulling fs layer 08:31:18 63f879dbbcfc: Pulling fs layer 08:31:18 0d9ebad4ef96: Pulling fs layer 08:31:18 e9a5061849ea: Pulling fs layer 08:31:18 d747dcd14b5f: Pulling fs layer 08:31:18 2de7ff778b66: Pulling fs layer 08:31:18 0d9ebad4ef96: Waiting 08:31:18 2de7ff778b66: Waiting 08:31:18 e9a5061849ea: Waiting 08:31:18 d747dcd14b5f: Waiting 08:31:18 9712f1f96733: Verifying Checksum 08:31:18 9712f1f96733: Download complete 08:31:18 63f879dbbcfc: Verifying Checksum 08:31:18 63f879dbbcfc: Download complete 08:31:19 e9a5061849ea: Verifying Checksum 08:31:19 e9a5061849ea: Download complete 08:31:19 0d9ebad4ef96: Verifying Checksum 08:31:19 0d9ebad4ef96: Download complete 08:31:19 d747dcd14b5f: Download complete 08:31:19 ab5ef0e58194: Verifying Checksum 08:31:19 ab5ef0e58194: Download complete 08:31:19 2de7ff778b66: Verifying Checksum 08:31:19 2de7ff778b66: Download complete 08:31:21 ab5ef0e58194: Pull complete 08:31:21 9712f1f96733: Pull complete 08:31:22 63f879dbbcfc: Pull complete 08:31:25 0d9ebad4ef96: Pull complete 08:31:25 e9a5061849ea: Pull complete 08:31:25 d747dcd14b5f: Pull complete 08:31:26 2de7ff778b66: Pull complete 08:31:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:31:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:31:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:31:26 prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container 08:31:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:31:28 $ docker top ff9a46db3fb19681bb839bc73cfa3edbf66ef31dd13f24517b9bb5548f9aa341 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:31:28 provisioning config files... 08:31:28 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13533023783312428785tmp 08:31:28 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2949200111705718643tmp 08:31:28 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16367022931896655729tmp [Pipeline] { [Pipeline] echo 08:31:28 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:31:29 ---> sigul-configuration.sh 08:31:29 gpg: directory `/root/.gnupg' created 08:31:29 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:31:29 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:31:29 gpg: keyring `/root/.gnupg/secring.gpg' created 08:31:29 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:31:29 gpg: CAST5 encrypted data 08:31:29 gpg: encrypted with 1 passphrase 08:31:29 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:31:29 + mkdir /home/jenkins 08:31:29 + mkdir /home/jenkins/sigul [Pipeline] sh 08:31:29 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 08:31:29 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:31:29 ---> sigul-install.sh 08:31:29 Sigul already installed; skipping installation. [Pipeline] sh 08:31:30 + git tag --list 08:31:30 v1.0.0 08:31:30 v1.1.0 08:31:30 v1.2.0 08:31:30 v1.3.0 08:31:30 v1.3.1 08:31:30 v2.0.0 08:31:30 v2.0.1 08:31:30 v2.1.0 08:31:30 v2.1.1 08:31:30 v2.1.2 08:31:30 v2.2.0 08:31:30 v2.3 08:31:30 v2.3.0 08:31:30 v2.3.1 08:31:30 v3.0 08:31:30 v3.0.0 08:31:30 v3.0.1 08:31:30 v3.0.1-dev.1 08:31:30 v3.1 08:31:30 v3.1.0 08:31:30 v3.1.0-dev.1 08:31:30 v3.1.0-dev.10 08:31:30 v3.1.0-dev.11 08:31:30 v3.1.0-dev.12 08:31:30 v3.1.0-dev.13 08:31:30 v3.1.0-dev.14 08:31:30 v3.1.0-dev.15 08:31:30 v3.1.0-dev.16 08:31:30 v3.1.0-dev.17 08:31:30 v3.1.0-dev.18 08:31:30 v3.1.0-dev.19 08:31:30 v3.1.0-dev.2 08:31:30 v3.1.0-dev.20 08:31:30 v3.1.0-dev.21 08:31:30 v3.1.0-dev.22 08:31:30 v3.1.0-dev.23 08:31:30 v3.1.0-dev.24 08:31:30 v3.1.0-dev.25 08:31:30 v3.1.0-dev.26 08:31:30 v3.1.0-dev.27 08:31:30 v3.1.0-dev.28 08:31:30 v3.1.0-dev.29 08:31:30 v3.1.0-dev.3 08:31:30 v3.1.0-dev.30 08:31:30 v3.1.0-dev.31 08:31:30 v3.1.0-dev.32 08:31:30 v3.1.0-dev.33 08:31:30 v3.1.0-dev.34 08:31:30 v3.1.0-dev.35 08:31:30 v3.1.0-dev.36 08:31:30 v3.1.0-dev.37 08:31:30 v3.1.0-dev.38 08:31:30 v3.1.0-dev.39 08:31:30 v3.1.0-dev.4 08:31:30 v3.1.0-dev.5 08:31:30 v3.1.0-dev.6 08:31:30 v3.1.0-dev.7 08:31:30 v3.1.0-dev.8 08:31:30 v3.1.0-dev.9 08:31:30 v3.1.1 08:31:30 v3.1.1-dev.1 08:31:30 v3.2.0-dev.1 08:31:30 v3.2.0-dev.10 08:31:30 v3.2.0-dev.11 08:31:30 v3.2.0-dev.12 08:31:30 v3.2.0-dev.13 08:31:30 v3.2.0-dev.14 08:31:30 v3.2.0-dev.15 08:31:30 v3.2.0-dev.16 08:31:30 v3.2.0-dev.17 08:31:30 v3.2.0-dev.18 08:31:30 v3.2.0-dev.19 08:31:30 v3.2.0-dev.2 08:31:30 v3.2.0-dev.20 08:31:30 v3.2.0-dev.21 08:31:30 v3.2.0-dev.22 08:31:30 v3.2.0-dev.23 08:31:30 v3.2.0-dev.24 08:31:30 v3.2.0-dev.25 08:31:30 v3.2.0-dev.3 08:31:30 v3.2.0-dev.4 08:31:30 v3.2.0-dev.5 08:31:30 v3.2.0-dev.6 08:31:30 v3.2.0-dev.7 08:31:30 v3.2.0-dev.8 08:31:30 v3.2.0-dev.9 [Pipeline] sh 08:31:30 + lftools sign git-tag v3.2.0-dev.25 08:31:31 Signing Git tag with Sigul... 08:31:31 Signing v3.2.0-dev.25 [Pipeline] echo 08:31:31 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:31:31 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:31:31 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:31:31 $ docker stop --time=1 ff9a46db3fb19681bb839bc73cfa3edbf66ef31dd13f24517b9bb5548f9aa341 08:31:33 $ docker rm -f --volumes ff9a46db3fb19681bb839bc73cfa3edbf66ef31dd13f24517b9bb5548f9aa341 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 08:31:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:31:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:31:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:31:34 prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container 08:31:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:31:34 $ docker top a60b3b4bb662b86891afa8470a831214e94c296c8d524e6759156068cb5127b4 -eo pid,comm 08:31:34 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). 08:31:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:31:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:34 [ssh-agent] Looking for ssh-agent implementation... 08:31:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:34 $ docker exec a60b3b4bb662b86891afa8470a831214e94c296c8d524e6759156068cb5127b4 ssh-agent 08:31:34 SSH_AUTH_SOCK=/tmp/ssh-wfm2lCPytQTI/agent.32 08:31:34 SSH_AGENT_PID=38 08:31:34 Running ssh-add (command line suppressed) 08:31:34 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3712981692549795228.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3712981692549795228.key) 08:31:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:35 + git semver bump pre 08:31:35 2024-07-17 08:31:35,319 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 08:31:35 2024-07-17 08:31:35,319 [bump_version] DEBUG bumping version:3.2.0-dev.25 on axis:pre with prefix:dev 08:31:35 2024-07-17 08:31:35,319 [bump_version] DEBUG bumped version:3.2.0-dev.26 08:31:35 2024-07-17 08:31:35,319 [write_version] DEBUG write version:3.2.0-dev.26 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 08:31:35 2024-07-17 08:31:35,319 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 08:31:35 2024-07-17 08:31:35,319 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 08:31:35 2024-07-17 08:31:35,321 [execute] INFO git cat-file --batch-check 08:31:35 2024-07-17 08:31:35,321 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 08:31:35 2024-07-17 08:31:35,326 [execute] INFO git cat-file --batch 08:31:35 2024-07-17 08:31:35,326 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 08:31:35 2024-07-17 08:31:35,331 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 08:31:35 3.2.0-dev.26 [Pipeline] } 08:31:35 $ docker exec --env ******** --env ******** a60b3b4bb662b86891afa8470a831214e94c296c8d524e6759156068cb5127b4 ssh-agent -k 08:31:35 unset SSH_AUTH_SOCK; 08:31:35 unset SSH_AGENT_PID; 08:31:35 echo Agent pid 38 killed; 08:31:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:35 + git semver [Pipeline] } 08:31:36 $ docker stop --time=1 a60b3b4bb662b86891afa8470a831214e94c296c8d524e6759156068cb5127b4 08:31:37 $ docker rm -f --volumes a60b3b4bb662b86891afa8470a831214e94c296c8d524e6759156068cb5127b4 [Pipeline] // withDockerContainer [Pipeline] sh 08:31:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:31:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:31:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:31:38 prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container 08:31:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:31:38 $ docker top db9e11bafcc6fde13af5591938cdb83f0db670bf7313345c2755d56e55af9af7 -eo pid,comm 08:31:38 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). 08:31:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:31:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:38 [ssh-agent] Looking for ssh-agent implementation... 08:31:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:38 $ docker exec db9e11bafcc6fde13af5591938cdb83f0db670bf7313345c2755d56e55af9af7 ssh-agent 08:31:38 SSH_AUTH_SOCK=/tmp/ssh-hoBY6wEnKjCl/agent.31 08:31:38 SSH_AGENT_PID=37 08:31:38 Running ssh-add (command line suppressed) 08:31:38 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3766634085227568137.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3766634085227568137.key) 08:31:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:39 + git semver push 08:31:39 2024-07-17 08:31:39,462 [run_push] DEBUG push 08:31:39 2024-07-17 08:31:39,463 [execute] INFO git cat-file --batch-check 08:31:39 2024-07-17 08:31:39,463 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 08:31:39 2024-07-17 08:31:39,468 [execute] INFO git rev-list 2303e5e454f2ab770a2d12953f767da5700f7562 -- 08:31:39 2024-07-17 08:31:39,468 [execute] DEBUG Popen(['git', 'rev-list', '2303e5e454f2ab770a2d12953f767da5700f7562', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 08:31:39 2024-07-17 08:31:39,478 [execute] INFO git fetch -v origin 08:31:39 2024-07-17 08:31:39,479 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 08:31:40 2024-07-17 08:31:39,942 [run_push] DEBUG no remote changes detected 08:31:40 2024-07-17 08:31:39,943 [execute] INFO git push origin semver 08:31:40 2024-07-17 08:31:39,943 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 08:31:41 2024-07-17 08:31:40,693 [run_push] DEBUG push all version tags 08:31:41 2024-07-17 08:31:40,694 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 08:31:41 2024-07-17 08:31:40,694 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 08:31:41 2024-07-17 08:31:41,404 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 08:31:41 3.2.0-dev.26 [Pipeline] } 08:31:41 $ docker exec --env ******** --env ******** db9e11bafcc6fde13af5591938cdb83f0db670bf7313345c2755d56e55af9af7 ssh-agent -k 08:31:41 unset SSH_AUTH_SOCK; 08:31:41 unset SSH_AGENT_PID; 08:31:41 echo Agent pid 37 killed; 08:31:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:42 + git semver [Pipeline] } 08:31:42 $ docker stop --time=1 db9e11bafcc6fde13af5591938cdb83f0db670bf7313345c2755d56e55af9af7 08:31:43 $ docker rm -f --volumes db9e11bafcc6fde13af5591938cdb83f0db670bf7313345c2755d56e55af9af7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [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 08:31:44 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 08:31:44 + ls -al /w/workspace/ry_app-service-configurable_main/archives 08:31:44 total 16 08:31:44 drwxr-xr-x 3 root root 4096 Jul 17 08:16 . 08:31:44 drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 08:31 .. 08:31:44 drwxr-xr-x 2 root root 4096 Jul 17 08:16 cost 08:31:44 -rw-r--r-- 1 root root 96 Jul 17 08:16 cost.csv 08:31:44 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 08:31:44 + ls -al /w/workspace/ry_app-service-configurable_main/archives 08:31:44 total 16 08:31:44 drwxr-xr-x 3 jenkins jenkins 4096 Jul 17 08:16 . 08:31:44 drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 08:31 .. 08:31:44 drwxr-xr-x 2 jenkins jenkins 4096 Jul 17 08:16 cost 08:31:44 -rw-r--r-- 1 jenkins jenkins 96 Jul 17 08:16 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:31:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:31:45 ---> package-listing.sh 08:31:45 ++ facter osfamily 08:31:45 ++ tr '[:upper:]' '[:lower:]' 08:31:45 + OS_FAMILY=debian 08:31:45 + workspace=/w/workspace/ry_app-service-configurable_main 08:31:45 + START_PACKAGES=/tmp/packages_start.txt 08:31:45 + END_PACKAGES=/tmp/packages_end.txt 08:31:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:31:45 + PACKAGES=/tmp/packages_start.txt 08:31:45 + '[' /w/workspace/ry_app-service-configurable_main ']' 08:31:45 + PACKAGES=/tmp/packages_end.txt 08:31:45 + case "${OS_FAMILY}" in 08:31:45 + dpkg -l 08:31:45 + grep '^ii' 08:31:45 + '[' -f /tmp/packages_start.txt ']' 08:31:45 + '[' -f /tmp/packages_end.txt ']' 08:31:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:31:45 + '[' /w/workspace/ry_app-service-configurable_main ']' 08:31:45 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 08:31:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 08:31:45 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 08:31:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:31:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:31:46 prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container 08:31:46 $ 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 08:31:46 $ docker top f798211739b93e830a73342bac498959ca88f60aa11029c227f40d5437e0c3eb -eo pid,comm [Pipeline] { [Pipeline] sh 08:31:47 + touch /tmp/pre-build-complete [Pipeline] sh 08:31:47 + mkdir -p /var/log/sysstat [Pipeline] sh 08:31:47 + ls /var/log/sa-host 08:31:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:31:47 provisioning config files... 08:31:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2219806933571652608tmp [Pipeline] { [Pipeline] echo 08:31:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:31:48 ---> create-netrc.sh [Pipeline] } 08:31:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:31:48 ---> python-tools-install.sh [Pipeline] echo 08:31:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:31:48 ---> sudo-logs.sh 08:31:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:31:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:31:49 ---> job-cost.sh 08:31:49 lf-activate-venv: SKIPPING 08:31:49 DEBUG: total: 0.2199999988079071 08:31:49 INFO: Retrieving Stack Cost... 08:31:49 INFO: Retrieving Pricing Info for: v3-standard-8 08:31:50 INFO: Archiving Costs [Pipeline] echo 08:31:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:31:50 ---> logs-deploy.sh 08:31:50 lf-activate-venv: SKIPPING 08:31:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/235 08:31:50 INFO: archiving workspace using pattern(s): 08:31:51 Archives upload complete. 08:31:51 INFO: archiving logs to Nexus