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 [2024-07-17T08:12:51.335Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-17T08:12:51.412Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-17T08:12:51.437Z] ========================================================= [2024-07-17T08:12:51.437Z] EdgeX Global Pipelines Version Info [2024-07-17T08:12:51.437Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:12:52.166Z] ------------------- [2024-07-17T08:12:52.166Z] stable info: [2024-07-17T08:12:52.166Z] ------------------- [2024-07-17T08:12:52.166Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-17T08:12:52.166Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-17T08:12:52.166Z] Message: update stable to v1.0.260 [2024-07-17T08:12:52.736Z] ------------------- [2024-07-17T08:12:52.736Z] experimental info: [2024-07-17T08:12:52.736Z] ------------------- [2024-07-17T08:12:52.736Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-17T08:12:52.736Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-17T08:12:52.736Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-17T08:12:52.822Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2024-07-17T08:12:52.842Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2024-07-17T08:12:52.868Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-17T08:12:52.951Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-17T08:12:52.970Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-17T08:12:52.996Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-17T08:12:53.019Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-17T08:12:53.050Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-07-17T08:12:53.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-17T08:12:53.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-17T08:12:53.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-17T08:12:53.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2024-07-17T08:12:53.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-17T08:12:53.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-17T08:12:53.213Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-17T08:12:53.238Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-17T08:12:53.262Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-17T08:12:53.290Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-17T08:12:53.322Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-17T08:12:53.351Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-17T08:12:53.378Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-07-17T08:12:53.415Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-07-17T08:12:53.448Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-17T08:12:53.474Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-17T08:12:53.502Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-17T08:12:53.527Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-17T08:12:53.555Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-17T08:12:53.581Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-17T08:12:53.602Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-17T08:12:53.623Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-17T08:12:53.651Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] echo [2024-07-17T08:12:53.678Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d0b27e2 [Pipeline] echo [2024-07-17T08:12:53.706Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-17T08:12:53.779Z] provisioning config files... [2024-07-17T08:12:53.794Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15882361888230797917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:12:54.129Z] ---> ****-login.sh [2024-07-17T08:12:54.129Z] nexus3.edgexfoundry.org:10001 [2024-07-17T08:12:54.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:12:54.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:12:54.389Z] Configure a credential helper to remove this warning. See [2024-07-17T08:12:54.389Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:12:54.389Z] [2024-07-17T08:12:54.389Z] Login Succeeded [2024-07-17T08:12:54.389Z] nexus3.edgexfoundry.org:10002 [2024-07-17T08:12:54.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:12:54.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:12:54.649Z] Configure a credential helper to remove this warning. See [2024-07-17T08:12:54.649Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:12:54.649Z] [2024-07-17T08:12:54.649Z] Login Succeeded [2024-07-17T08:12:54.649Z] nexus3.edgexfoundry.org:10003 [2024-07-17T08:12:54.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:12:54.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:12:54.649Z] Configure a credential helper to remove this warning. See [2024-07-17T08:12:54.649Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:12:54.649Z] [2024-07-17T08:12:54.649Z] Login Succeeded [2024-07-17T08:12:54.649Z] nexus3.edgexfoundry.org:10004 [2024-07-17T08:12:54.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:12:54.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:12:54.913Z] Configure a credential helper to remove this warning. See [2024-07-17T08:12:54.913Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:12:54.913Z] [2024-07-17T08:12:54.913Z] Login Succeeded [2024-07-17T08:12:54.913Z] ****.io [2024-07-17T08:12:54.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:12:55.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:12:55.184Z] Configure a credential helper to remove this warning. See [2024-07-17T08:12:55.184Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:12:55.184Z] [2024-07-17T08:12:55.184Z] Login Succeeded [2024-07-17T08:12:55.184Z] ---> ****-login.sh ends [Pipeline] } [2024-07-17T08:12:55.193Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-17T08:12:55.641Z] + git rev-list -1 --merges d0b27e276c0df8ce2bf294c72f38c7099269fea7~1..d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] echo [2024-07-17T08:12:55.671Z] -----------> git rev-list -1 --merges d0b27e276c0df8ce2bf294c72f38c7099269fea7~1..d0b27e276c0df8ce2bf294c72f38c7099269fea7 d0b27e276c0df8ce2bf294c72f38c7099269fea7 [2024-07-17T08:12:55.671Z] d0b27e276c0df8ce2bf294c72f38c7099269fea7 [false] [Pipeline] sh [2024-07-17T08:12:55.976Z] + git log --format=format:%s -1 d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] echo [2024-07-17T08:12:55.992Z] ========================================================= [2024-07-17T08:12:55.992Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-17T08:12:55.992Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-17T08:12:56.333Z] + git log --format=format:%s -1 d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] echo [2024-07-17T08:12:56.345Z] [semverPrep] GIT_COMMIT: d0b27e276c0df8ce2bf294c72f38c7099269fea7, Commit Message: Merge pull request #664 from jackchenjc/bump-dependencies [Pipeline] echo [2024-07-17T08:12:56.359Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-17T08:12:56.743Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-17T08:12:56.743Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-17T08:12:56.743Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-17T08:12:56.743Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-17T08:12:56.743Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2024-07-17T08:12:56.743Z] -a /etc/ssh/ssh_known_hosts [2024-07-17T08:12:56.743Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:12:57.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-17T08:12:57.173Z] [2024-07-17T08:12:57.173Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:12:57.481Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-17T08:12:57.481Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-17T08:12:57.481Z] b85a868b505f: Pulling fs layer [2024-07-17T08:12:57.481Z] e2be974225ed: Pulling fs layer [2024-07-17T08:12:57.481Z] 339a4e72a1f5: Pulling fs layer [2024-07-17T08:12:57.481Z] 988bab9f4d93: Pulling fs layer [2024-07-17T08:12:57.481Z] 1469e6f7b9e6: Pulling fs layer [2024-07-17T08:12:57.481Z] eaf3925da568: Pulling fs layer [2024-07-17T08:12:57.481Z] bab4dde63d76: Pulling fs layer [2024-07-17T08:12:57.481Z] bde34c3a00c8: Pulling fs layer [2024-07-17T08:12:57.481Z] b352a97aabf1: Pulling fs layer [2024-07-17T08:12:57.481Z] 4872d77fe225: Pulling fs layer [2024-07-17T08:12:57.481Z] 5851b861e8e6: Pulling fs layer [2024-07-17T08:12:57.481Z] 988bab9f4d93: Waiting [2024-07-17T08:12:57.481Z] 1469e6f7b9e6: Waiting [2024-07-17T08:12:57.481Z] 4872d77fe225: Waiting [2024-07-17T08:12:57.481Z] eaf3925da568: Waiting [2024-07-17T08:12:57.481Z] bab4dde63d76: Waiting [2024-07-17T08:12:57.481Z] b352a97aabf1: Waiting [2024-07-17T08:12:57.481Z] 5851b861e8e6: Waiting [2024-07-17T08:12:57.481Z] e2be974225ed: Download complete [2024-07-17T08:12:57.481Z] 988bab9f4d93: Verifying Checksum [2024-07-17T08:12:57.481Z] 988bab9f4d93: Download complete [2024-07-17T08:12:57.744Z] 1469e6f7b9e6: Verifying Checksum [2024-07-17T08:12:57.744Z] 1469e6f7b9e6: Download complete [2024-07-17T08:12:57.744Z] 339a4e72a1f5: Verifying Checksum [2024-07-17T08:12:57.744Z] 339a4e72a1f5: Download complete [2024-07-17T08:12:57.744Z] eaf3925da568: Verifying Checksum [2024-07-17T08:12:57.744Z] eaf3925da568: Download complete [2024-07-17T08:12:57.744Z] bde34c3a00c8: Verifying Checksum [2024-07-17T08:12:57.744Z] bde34c3a00c8: Download complete [2024-07-17T08:12:57.744Z] b352a97aabf1: Download complete [2024-07-17T08:12:57.744Z] 4872d77fe225: Verifying Checksum [2024-07-17T08:12:57.744Z] 4872d77fe225: Download complete [2024-07-17T08:12:57.744Z] 5851b861e8e6: Download complete [2024-07-17T08:12:57.744Z] b85a868b505f: Verifying Checksum [2024-07-17T08:12:57.745Z] b85a868b505f: Download complete [2024-07-17T08:12:58.005Z] bab4dde63d76: Verifying Checksum [2024-07-17T08:12:58.005Z] bab4dde63d76: Download complete [2024-07-17T08:12:58.943Z] b85a868b505f: Pull complete [2024-07-17T08:12:59.201Z] e2be974225ed: Pull complete [2024-07-17T08:12:59.771Z] 339a4e72a1f5: Pull complete [2024-07-17T08:12:59.771Z] 988bab9f4d93: Pull complete [2024-07-17T08:13:00.031Z] 1469e6f7b9e6: Pull complete [2024-07-17T08:13:00.031Z] eaf3925da568: Pull complete [2024-07-17T08:13:01.938Z] bab4dde63d76: Pull complete [2024-07-17T08:13:01.938Z] bde34c3a00c8: Pull complete [2024-07-17T08:13:01.938Z] b352a97aabf1: Pull complete [2024-07-17T08:13:02.198Z] 4872d77fe225: Pull complete [2024-07-17T08:13:02.198Z] 5851b861e8e6: Pull complete [2024-07-17T08:13:02.198Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-17T08:13:02.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-17T08:13:02.198Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:13:02.358Z] prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container [2024-07-17T08:13:02.389Z] $ 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 [2024-07-17T08:13:03.610Z] $ docker top daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 -eo pid,comm [2024-07-17T08:13:03.664Z] 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). [2024-07-17T08:13:03.664Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-17T08:13:03.724Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-17T08:13:03.724Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-17T08:13:03.844Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-17T08:13:03.846Z] $ docker exec daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 ssh-agent [2024-07-17T08:13:03.947Z] SSH_AUTH_SOCK=/tmp/ssh-bqMvtXmtBYeR/agent.32 [2024-07-17T08:13:03.947Z] SSH_AGENT_PID=38 [2024-07-17T08:13:03.953Z] Running ssh-add (command line suppressed) [2024-07-17T08:13:04.060Z] 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) [2024-07-17T08:13:04.079Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-17T08:13:04.372Z] + git tag --points-at HEAD [Pipeline] } [2024-07-17T08:13:04.383Z] $ docker exec --env ******** --env ******** daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 ssh-agent -k [2024-07-17T08:13:04.475Z] unset SSH_AUTH_SOCK; [2024-07-17T08:13:04.476Z] unset SSH_AGENT_PID; [2024-07-17T08:13:04.476Z] echo Agent pid 38 killed; [2024-07-17T08:13:04.489Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-17T08:13:04.541Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-17T08:13:04.541Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-17T08:13:04.641Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-17T08:13:04.642Z] $ docker exec daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 ssh-agent [2024-07-17T08:13:04.742Z] SSH_AUTH_SOCK=/tmp/ssh-ohFMxMhwoFNh/agent.71 [2024-07-17T08:13:04.742Z] SSH_AGENT_PID=77 [2024-07-17T08:13:04.747Z] Running ssh-add (command line suppressed) [2024-07-17T08:13:04.845Z] 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) [2024-07-17T08:13:04.860Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-17T08:13:05.153Z] + git semver init [2024-07-17T08:13:05.413Z] 2024-07-17 08:13:05,344 [run_init] DEBUG init version:0.0.0 force:False [2024-07-17T08:13:05.413Z] 2024-07-17 08:13:05,345 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2024-07-17T08:13:05.413Z] 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 [2024-07-17T08:13:05.413Z] 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) [2024-07-17T08:13:06.353Z] 2024-07-17 08:13:06,272 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2024-07-17T08:13:06.353Z] 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 [2024-07-17T08:13:06.353Z] 2024-07-17 08:13:06,273 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-07-17T08:13:06.353Z] 2024-07-17 08:13:06,273 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-07-17T08:13:06.353Z] 3.2.0-dev.25 [Pipeline] } [2024-07-17T08:13:06.362Z] $ docker exec --env ******** --env ******** daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 ssh-agent -k [2024-07-17T08:13:06.458Z] unset SSH_AUTH_SOCK; [2024-07-17T08:13:06.458Z] unset SSH_AGENT_PID; [2024-07-17T08:13:06.459Z] echo Agent pid 77 killed; [2024-07-17T08:13:06.469Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-17T08:13:06.801Z] + git semver [Pipeline] } [2024-07-17T08:13:07.072Z] $ docker stop --time=1 daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 [2024-07-17T08:13:08.396Z] $ docker rm -f --volumes daa24a3d7bc44d1730ecaef5b38f04aabb8bcc1e78db024716a41cf79759d473 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-17T08:13:08.777Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-17T08:13:09.023Z] Stashed 1 file(s) [Pipeline] echo [2024-07-17T08:13:09.027Z] [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 [2024-07-17T08:13:09.199Z] provisioning config files... [2024-07-17T08:13:09.209Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12055106617458422187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:13:09.529Z] ---> ****-login.sh [2024-07-17T08:13:09.529Z] nexus3.edgexfoundry.org:10001 [2024-07-17T08:13:09.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:13:09.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:13:09.529Z] Configure a credential helper to remove this warning. See [2024-07-17T08:13:09.529Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:13:09.529Z] [2024-07-17T08:13:09.529Z] Login Succeeded [2024-07-17T08:13:09.529Z] nexus3.edgexfoundry.org:10002 [2024-07-17T08:13:09.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:13:09.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:13:09.529Z] Configure a credential helper to remove this warning. See [2024-07-17T08:13:09.529Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:13:09.529Z] [2024-07-17T08:13:09.529Z] Login Succeeded [2024-07-17T08:13:09.529Z] nexus3.edgexfoundry.org:10003 [2024-07-17T08:13:09.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:13:09.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:13:09.790Z] Configure a credential helper to remove this warning. See [2024-07-17T08:13:09.790Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:13:09.790Z] [2024-07-17T08:13:09.790Z] Login Succeeded [2024-07-17T08:13:09.790Z] nexus3.edgexfoundry.org:10004 [2024-07-17T08:13:09.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:13:09.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:13:09.790Z] Configure a credential helper to remove this warning. See [2024-07-17T08:13:09.790Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:13:09.790Z] [2024-07-17T08:13:09.790Z] Login Succeeded [2024-07-17T08:13:09.790Z] ****.io [2024-07-17T08:13:09.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:13:10.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:13:10.049Z] Configure a credential helper to remove this warning. See [2024-07-17T08:13:10.049Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:13:10.049Z] [2024-07-17T08:13:10.049Z] Login Succeeded [2024-07-17T08:13:10.049Z] ---> ****-login.sh ends [Pipeline] } [2024-07-17T08:13:10.056Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-17T08:13:10.151Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-17T08:13:10.173Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-17T08:13:10.188Z] ========================================================= [2024-07-17T08:13:10.188Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-17T08:13:10.188Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:13:10.535Z] + 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 . [2024-07-17T08:13:10.535Z] Sending build context to Docker daemon 9.122MB [2024-07-17T08:13:10.535Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-17T08:13:10.535Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-17T08:13:10.535Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-17T08:13:10.535Z] 619be1103602: Pulling fs layer [2024-07-17T08:13:10.535Z] 7862e08f4a3e: Pulling fs layer [2024-07-17T08:13:10.535Z] 5df492c9dc93: Pulling fs layer [2024-07-17T08:13:10.535Z] 7629e6793208: Pulling fs layer [2024-07-17T08:13:10.535Z] 4f4fb700ef54: Pulling fs layer [2024-07-17T08:13:10.535Z] fb5054dd5b73: Pulling fs layer [2024-07-17T08:13:10.535Z] eeca6798cff9: Pulling fs layer [2024-07-17T08:13:10.535Z] aa269ceb94a6: Pulling fs layer [2024-07-17T08:13:10.535Z] 4f4fb700ef54: Waiting [2024-07-17T08:13:10.535Z] fb5054dd5b73: Waiting [2024-07-17T08:13:10.535Z] eeca6798cff9: Waiting [2024-07-17T08:13:10.535Z] 7629e6793208: Waiting [2024-07-17T08:13:10.535Z] ada007ff1a6a: Pulling fs layer [2024-07-17T08:13:10.535Z] aa269ceb94a6: Waiting [2024-07-17T08:13:10.535Z] 7862e08f4a3e: Download complete [2024-07-17T08:13:10.535Z] 7629e6793208: Verifying Checksum [2024-07-17T08:13:10.535Z] 7629e6793208: Download complete [2024-07-17T08:13:10.794Z] 4f4fb700ef54: Verifying Checksum [2024-07-17T08:13:10.794Z] 4f4fb700ef54: Download complete [2024-07-17T08:13:10.794Z] fb5054dd5b73: Download complete [2024-07-17T08:13:10.794Z] 619be1103602: Download complete [2024-07-17T08:13:10.794Z] eeca6798cff9: Verifying Checksum [2024-07-17T08:13:10.794Z] eeca6798cff9: Download complete [2024-07-17T08:13:10.794Z] 619be1103602: Pull complete [2024-07-17T08:13:11.053Z] 7862e08f4a3e: Pull complete [2024-07-17T08:13:11.053Z] ada007ff1a6a: Verifying Checksum [2024-07-17T08:13:11.053Z] ada007ff1a6a: Download complete [2024-07-17T08:13:11.053Z] 5df492c9dc93: Download complete [2024-07-17T08:13:11.620Z] aa269ceb94a6: Verifying Checksum [2024-07-17T08:13:11.620Z] aa269ceb94a6: Download complete [2024-07-17T08:13:14.904Z] 5df492c9dc93: Pull complete [2024-07-17T08:13:14.904Z] 7629e6793208: Pull complete [2024-07-17T08:13:14.904Z] 4f4fb700ef54: Pull complete [2024-07-17T08:13:14.904Z] fb5054dd5b73: Pull complete [2024-07-17T08:13:14.904Z] eeca6798cff9: Pull complete [2024-07-17T08:13:17.436Z] aa269ceb94a6: Pull complete [2024-07-17T08:13:17.436Z] ada007ff1a6a: Pull complete [2024-07-17T08:13:17.436Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-17T08:13:17.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-17T08:13:17.436Z] ---> f489d0715acc [2024-07-17T08:13:17.436Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-07-17T08:13:22.734Z] ---> Running in bd531f217d7b [2024-07-17T08:13:22.734Z] Removing intermediate container bd531f217d7b [2024-07-17T08:13:22.734Z] ---> 7ffa32a12a30 [2024-07-17T08:13:22.734Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-17T08:13:22.734Z] ---> Running in 417b707b2f62 [2024-07-17T08:13:22.734Z] Removing intermediate container 417b707b2f62 [2024-07-17T08:13:22.734Z] ---> b01488540212 [2024-07-17T08:13:22.734Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-07-17T08:13:22.734Z] ---> Running in eaf225e7db5d [2024-07-17T08:13:22.734Z] Removing intermediate container eaf225e7db5d [2024-07-17T08:13:22.734Z] ---> 25761efb7624 [2024-07-17T08:13:22.734Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-17T08:13:22.734Z] ---> Running in b8dc9b99f1c9 [2024-07-17T08:13:22.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-17T08:13:23.255Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-17T08:13:23.514Z] OK: 264 MiB in 52 packages [2024-07-17T08:13:23.773Z] Removing intermediate container b8dc9b99f1c9 [2024-07-17T08:13:23.773Z] ---> 380c1d2d3583 [2024-07-17T08:13:23.773Z] Step 7/12 : WORKDIR /app [2024-07-17T08:13:23.773Z] ---> Running in 73dbfb42c04c [2024-07-17T08:13:24.038Z] Removing intermediate container 73dbfb42c04c [2024-07-17T08:13:24.038Z] ---> 5dc39eacd6d3 [2024-07-17T08:13:24.038Z] Step 8/12 : COPY go.mod vendor* ./ [2024-07-17T08:13:24.137Z] Still waiting to schedule task [2024-07-17T08:13:24.137Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-17T08:13:24.298Z] ---> ea4cd8a24e4d [2024-07-17T08:13:24.298Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-17T08:13:24.298Z] ---> Running in 03bd149157fa [2024-07-17T08:14:20.653Z] Removing intermediate container 03bd149157fa [2024-07-17T08:14:20.653Z] ---> 6dd4b23d5579 [2024-07-17T08:14:20.653Z] Step 10/12 : COPY . . [2024-07-17T08:14:20.653Z] ---> fe92a3e5e7be [2024-07-17T08:14:20.653Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-17T08:14:20.653Z] ---> Running in 4fee8e75a129 [2024-07-17T08:14:20.653Z] Removing intermediate container 4fee8e75a129 [2024-07-17T08:14:20.653Z] ---> a0ff97e1f3da [2024-07-17T08:14:20.653Z] Step 12/12 : RUN $MAKE [2024-07-17T08:14:20.653Z] ---> Running in 6a2b462a6c48 [2024-07-17T08:14:20.653Z] noop [2024-07-17T08:14:20.653Z] Removing intermediate container 6a2b462a6c48 [2024-07-17T08:14:20.653Z] ---> 9892dab180a5 [2024-07-17T08:14:20.653Z] Successfully built 9892dab180a5 [2024-07-17T08:14:20.653Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:14:21.000Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-17T08:14:21.000Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:14:21.097Z] prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container [2024-07-17T08:14:21.134Z] $ 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 [2024-07-17T08:14:21.485Z] $ docker top 2b444b81ab8cc89f255523566ac87ca450e2559d3a715c95f780dac23ab1ab2b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-17T08:14:21.845Z] + go version [2024-07-17T08:14:21.845Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-17T08:14:21.855Z] $ docker stop --time=1 2b444b81ab8cc89f255523566ac87ca450e2559d3a715c95f780dac23ab1ab2b [2024-07-17T08:14:23.153Z] $ 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 [2024-07-17T08:14:23.594Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-17T08:14:23.594Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:14:23.678Z] prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container [2024-07-17T08:14:23.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-17T08:14:24.054Z] $ docker top 4a423aa376e31277bb0ed529822a999f3deb1d3ea6e21f2d1dd1156ebeb7f3af -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-17T08:14:24.412Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2024-07-17T08:14:24.720Z] + make test [2024-07-17T08:14:24.720Z] go test -race -coverprofile=coverage.out ./... [2024-07-17T08:14:56.850Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2024-07-17T08:15:01.336Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5790 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2024-07-17T08:15:01.353Z] Running in /w/workspace/app-service-configurable/235 [Pipeline] { [Pipeline] checkout [2024-07-17T08:15:01.396Z] The recommended git tool is: git [2024-07-17T08:15:06.060Z] using credential edgex-jenkins-ssh [2024-07-17T08:15:06.084Z] Cloning the remote Git repository [2024-07-17T08:15:06.122Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2024-07-17T08:15:06.205Z] > git init /w/workspace/app-service-configurable/235 # timeout=10 [2024-07-17T08:15:06.341Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2024-07-17T08:15:06.342Z] > git --version # timeout=10 [2024-07-17T08:15:06.362Z] > git --version # 'git version 2.25.1' [2024-07-17T08:15:06.363Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-17T08:15:06.496Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-17T08:15:08.449Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2024-07-17T08:15:08.469Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-17T08:15:09.282Z] Avoid second fetch [2024-07-17T08:15:09.283Z] Checking out Revision d0b27e276c0df8ce2bf294c72f38c7099269fea7 (main) [2024-07-17T08:15:09.862Z] Commit message: "Merge pull request #664 from jackchenjc/bump-dependencies" [2024-07-17T08:15:09.296Z] > git config core.sparsecheckout # timeout=10 [2024-07-17T08:15:09.355Z] > git checkout -f d0b27e276c0df8ce2bf294c72f38c7099269fea7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-17T08:15:14.594Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-17T08:15:14.595Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-17T08:15:14.595Z] Dload Upload Total Spent Left Speed [2024-07-17T08:15:14.595Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 97181 0 --:--:-- --:--:-- --:--:-- 97923 [Pipeline] sh [2024-07-17T08:15:14.934Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-17T08:15:15.261Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-17T08:15:15.261Z] + sudo tee /etc/docker/daemon.new [2024-07-17T08:15:15.261Z] { [2024-07-17T08:15:15.261Z] "registry-mirrors": [ [2024-07-17T08:15:15.261Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-17T08:15:15.261Z] ], [2024-07-17T08:15:15.261Z] "bip": "10.250.0.254/24", [2024-07-17T08:15:15.261Z] "hosts": [ [2024-07-17T08:15:15.261Z] "tcp://0.0.0.0:5555", [2024-07-17T08:15:15.261Z] "unix:///var/run/docker.sock" [2024-07-17T08:15:15.261Z] ], [2024-07-17T08:15:15.261Z] "mtu": 1458, [2024-07-17T08:15:15.261Z] "selinux-enabled": true, [2024-07-17T08:15:15.261Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-17T08:15:15.261Z] } [Pipeline] sh [2024-07-17T08:15:15.593Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-17T08:15:15.931Z] + sudo service docker restart [2024-07-17T08:15:28.935Z] go vet ./... [2024-07-17T08:15:32.220Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-17T08:15:32.220Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-17T08:15:32.220Z] ./bin/test-attribution-txt.sh [2024-07-17T08:15:32.220Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-07-17T08:15:32.220Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-07-17T08:15:32.220Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo [2024-07-17T08:15:32.234Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-17T08:15:32.253Z] $ docker stop --time=1 4a423aa376e31277bb0ed529822a999f3deb1d3ea6e21f2d1dd1156ebeb7f3af [2024-07-17T08:15:37.180Z] $ docker rm -f --volumes 4a423aa376e31277bb0ed529822a999f3deb1d3ea6e21f2d1dd1156ebeb7f3af [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-17T08:15:37.561Z] provisioning config files... [2024-07-17T08:15:37.586Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/235@tmp/config2937348230261591560tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:15:37.791Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-17T08:15:37.840Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2024-07-17T08:15:38.023Z] ---> ****-login.sh [2024-07-17T08:15:38.023Z] nexus3.edgexfoundry.org:10001 [Pipeline] sh [2024-07-17T08:15:38.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:15:38.373Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-17T08:15:38.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:15:38.563Z] Configure a credential helper to remove this warning. See [2024-07-17T08:15:38.563Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:15:38.563Z] [2024-07-17T08:15:38.563Z] Login Succeeded [2024-07-17T08:15:38.563Z] nexus3.edgexfoundry.org:10002 [2024-07-17T08:15:38.659Z] + ls -al . [2024-07-17T08:15:38.659Z] total 264 [2024-07-17T08:15:38.659Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 17 08:14 . [2024-07-17T08:15:38.659Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 17 08:12 .. [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 17 08:12 .dockerignore [2024-07-17T08:15:38.659Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 08:14 .git [2024-07-17T08:15:38.659Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 08:12 .github [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 106 Jul 17 08:12 .gitignore [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 17 08:12 .golangci.yml [2024-07-17T08:15:38.659Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 17 08:13 .semver [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 18981 Jul 17 08:12 Attribution.txt [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 37263 Jul 17 08:12 CHANGELOG.md [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 2007 Jul 17 08:12 Dockerfile [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 17 08:12 GOVERNANCE.md [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 666 Jul 17 08:12 Jenkinsfile [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 17 08:12 LICENSE [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 618 Jul 17 08:12 OWNERS.md [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 4582 Jul 17 08:12 README.md [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 17 08:13 VERSION [2024-07-17T08:15:38.659Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 17 08:12 bin [2024-07-17T08:15:38.659Z] -rw-r--r-- 1 jenkins jenkins 13 Jul 17 08:14 coverage.out [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 7155 Jul 17 08:12 go.mod [2024-07-17T08:15:38.659Z] -rw-rw-r-- 1 jenkins jenkins 102427 Jul 17 08:12 go.sum [2024-07-17T08:15:38.660Z] -rw-rw-r-- 1 jenkins jenkins 1937 Jul 17 08:12 main.go [2024-07-17T08:15:38.660Z] -rw-rw-r-- 1 jenkins jenkins 2572 Jul 17 08:12 makefile [2024-07-17T08:15:38.660Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 17 08:12 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:15:38.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:15:38.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:15:38.831Z] Configure a credential helper to remove this warning. See [2024-07-17T08:15:38.831Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:15:38.831Z] [2024-07-17T08:15:38.831Z] Login Succeeded [2024-07-17T08:15:38.831Z] nexus3.edgexfoundry.org:10003 [2024-07-17T08:15:39.758Z] + 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 . [2024-07-17T08:15:39.758Z] Sending build context to Docker daemon 9.123MB [2024-07-17T08:15:39.758Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-07-17T08:15:39.758Z] Step 2/27 : FROM ${BASE} AS builder [2024-07-17T08:15:39.758Z] ---> 9892dab180a5 [2024-07-17T08:15:39.758Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-07-17T08:15:39.758Z] ---> Running in 7d390707aeb9 [2024-07-17T08:15:39.758Z] Removing intermediate container 7d390707aeb9 [2024-07-17T08:15:39.758Z] ---> 80aab8243472 [2024-07-17T08:15:39.758Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-07-17T08:15:39.758Z] ---> Running in d9d594cc6b76 [2024-07-17T08:15:39.758Z] Removing intermediate container d9d594cc6b76 [2024-07-17T08:15:39.758Z] ---> 9e0a8ca0eb47 [2024-07-17T08:15:39.758Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-07-17T08:15:39.758Z] ---> Running in ff795add0e39 [2024-07-17T08:15:39.758Z] Removing intermediate container ff795add0e39 [2024-07-17T08:15:39.758Z] ---> 1a1b0a89b203 [2024-07-17T08:15:39.758Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-17T08:15:39.758Z] ---> Running in 04590c707d92 [2024-07-17T08:15:39.758Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-17T08:15:39.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:15:40.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-17T08:15:40.628Z] OK: 264 MiB in 52 packages [2024-07-17T08:15:40.628Z] Removing intermediate container 04590c707d92 [2024-07-17T08:15:40.628Z] ---> c50bb547f0c2 [2024-07-17T08:15:40.628Z] Step 7/27 : WORKDIR /app [2024-07-17T08:15:40.628Z] ---> Running in 027560b55dcb [2024-07-17T08:15:40.628Z] Removing intermediate container 027560b55dcb [2024-07-17T08:15:40.628Z] ---> 8c9799efb0a4 [2024-07-17T08:15:40.628Z] Step 8/27 : COPY go.mod vendor* ./ [2024-07-17T08:15:41.569Z] ---> 90132b418602 [2024-07-17T08:15:41.569Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-17T08:15:41.569Z] ---> Running in 05ebe29f06c5 [2024-07-17T08:15:41.569Z] Removing intermediate container 05ebe29f06c5 [2024-07-17T08:15:41.569Z] ---> 334d528f6b8d [2024-07-17T08:15:41.569Z] Step 10/27 : COPY . . [2024-07-17T08:15:41.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:15:41.588Z] Configure a credential helper to remove this warning. See [2024-07-17T08:15:41.588Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:15:41.588Z] [2024-07-17T08:15:41.588Z] Login Succeeded [2024-07-17T08:15:41.588Z] nexus3.edgexfoundry.org:10004 [2024-07-17T08:15:41.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:15:41.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:15:41.854Z] Configure a credential helper to remove this warning. See [2024-07-17T08:15:41.854Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:15:41.854Z] [2024-07-17T08:15:41.854Z] Login Succeeded [2024-07-17T08:15:41.854Z] ****.io [2024-07-17T08:15:42.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:15:42.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:15:42.122Z] Configure a credential helper to remove this warning. See [2024-07-17T08:15:42.122Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:15:42.122Z] [2024-07-17T08:15:42.122Z] Login Succeeded [2024-07-17T08:15:42.122Z] ---> ****-login.sh ends [Pipeline] } [2024-07-17T08:15:42.136Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-17T08:15:42.164Z] ---> 71255e82fbbe [2024-07-17T08:15:42.164Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-17T08:15:42.164Z] ---> Running in 48ffbb4c23b2 [2024-07-17T08:15:42.164Z] Removing intermediate container 48ffbb4c23b2 [2024-07-17T08:15:42.164Z] ---> 74d2d25b8cd9 [2024-07-17T08:15:42.164Z] Step 12/27 : RUN $MAKE [2024-07-17T08:15:42.164Z] ---> Running in 3571a26cbaef [Pipeline] // withEnv [Pipeline] unstash [2024-07-17T08:15:42.422Z] 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 [2024-07-17T08:15:42.451Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-17T08:15:42.473Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-17T08:15:42.494Z] ========================================================= [2024-07-17T08:15:42.494Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-17T08:15:42.494Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:15:42.861Z] + 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 . [2024-07-17T08:15:42.861Z] Sending build context to Docker daemon 239.1kB [2024-07-17T08:15:43.132Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-17T08:15:43.132Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-17T08:15:43.132Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-17T08:15:43.132Z] c6b39de5b339: Pulling fs layer [2024-07-17T08:15:43.132Z] a69c41024577: Pulling fs layer [2024-07-17T08:15:43.132Z] d6de4b400683: Pulling fs layer [2024-07-17T08:15:43.132Z] 35cb2a7552d0: Pulling fs layer [2024-07-17T08:15:43.132Z] 4f4fb700ef54: Pulling fs layer [2024-07-17T08:15:43.132Z] 464afbd9ba4c: Pulling fs layer [2024-07-17T08:15:43.132Z] 00f215d4a9da: Pulling fs layer [2024-07-17T08:15:43.132Z] d496ad576159: Pulling fs layer [2024-07-17T08:15:43.132Z] 35cb2a7552d0: Waiting [2024-07-17T08:15:43.132Z] 4f4fb700ef54: Waiting [2024-07-17T08:15:43.132Z] 464afbd9ba4c: Waiting [2024-07-17T08:15:43.132Z] 00f215d4a9da: Waiting [2024-07-17T08:15:43.132Z] d496ad576159: Waiting [2024-07-17T08:15:43.132Z] a69c41024577: Verifying Checksum [2024-07-17T08:15:43.132Z] a69c41024577: Download complete [2024-07-17T08:15:43.132Z] 35cb2a7552d0: Verifying Checksum [2024-07-17T08:15:43.132Z] 35cb2a7552d0: Download complete [2024-07-17T08:15:43.402Z] 4f4fb700ef54: Verifying Checksum [2024-07-17T08:15:43.402Z] 4f4fb700ef54: Download complete [2024-07-17T08:15:43.402Z] c6b39de5b339: Download complete [2024-07-17T08:15:43.402Z] 464afbd9ba4c: Verifying Checksum [2024-07-17T08:15:43.402Z] 464afbd9ba4c: Download complete [2024-07-17T08:15:43.672Z] d496ad576159: Verifying Checksum [2024-07-17T08:15:43.672Z] d496ad576159: Download complete [2024-07-17T08:15:44.259Z] c6b39de5b339: Pull complete [2024-07-17T08:15:44.850Z] a69c41024577: Pull complete [2024-07-17T08:15:45.121Z] d6de4b400683: Verifying Checksum [2024-07-17T08:15:45.121Z] d6de4b400683: Download complete [2024-07-17T08:15:46.088Z] 00f215d4a9da: Verifying Checksum [2024-07-17T08:15:46.088Z] 00f215d4a9da: Download complete [2024-07-17T08:15:58.424Z] d6de4b400683: Pull complete [2024-07-17T08:15:58.424Z] 35cb2a7552d0: Pull complete [2024-07-17T08:15:58.424Z] 4f4fb700ef54: Pull complete [2024-07-17T08:15:58.424Z] 464afbd9ba4c: Pull complete [2024-07-17T08:16:06.636Z] 00f215d4a9da: Pull complete [2024-07-17T08:16:08.587Z] d496ad576159: Pull complete [2024-07-17T08:16:08.587Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-17T08:16:08.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-17T08:16:08.587Z] ---> f246e2811388 [2024-07-17T08:16:08.587Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-07-17T08:16:09.999Z] ---> Running in 5f41f4edcc03 [2024-07-17T08:16:10.268Z] Removing intermediate container 5f41f4edcc03 [2024-07-17T08:16:10.268Z] ---> c25366d1045e [2024-07-17T08:16:10.268Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-17T08:16:10.539Z] ---> Running in b5e3270e9e16 [2024-07-17T08:16:10.805Z] Removing intermediate container b5e3270e9e16 [2024-07-17T08:16:10.805Z] ---> dd4e29792501 [2024-07-17T08:16:10.805Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-07-17T08:16:10.805Z] ---> Running in 94c79bf1ea89 [2024-07-17T08:16:11.072Z] Removing intermediate container 94c79bf1ea89 [2024-07-17T08:16:11.072Z] ---> 1d0fbfeca185 [2024-07-17T08:16:11.072Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-17T08:16:11.072Z] ---> Running in e735741e8398 [2024-07-17T08:16:12.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-17T08:16:12.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-17T08:16:14.156Z] OK: 266 MiB in 52 packages [2024-07-17T08:16:14.616Z] Removing intermediate container 3571a26cbaef [2024-07-17T08:16:14.616Z] ---> c7788827a241 [2024-07-17T08:16:14.616Z] Step 13/27 : FROM alpine:3.18 [2024-07-17T08:16:14.616Z] 3.18: Pulling from library/alpine [2024-07-17T08:16:14.616Z] 73baa7ef167e: Pulling fs layer [2024-07-17T08:16:14.616Z] 73baa7ef167e: Verifying Checksum [2024-07-17T08:16:14.616Z] 73baa7ef167e: Download complete [2024-07-17T08:16:14.616Z] 73baa7ef167e: Pull complete [2024-07-17T08:16:14.616Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-17T08:16:14.616Z] Status: Downloaded newer image for alpine:3.18 [2024-07-17T08:16:14.616Z] ---> 8fd7cac70a4a [2024-07-17T08:16:14.616Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-17T08:16:14.616Z] ---> Running in 4970e457f927 [2024-07-17T08:16:14.616Z] Removing intermediate container 4970e457f927 [2024-07-17T08:16:14.616Z] ---> 4d755ee4bffd [2024-07-17T08:16:14.616Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2024-07-17T08:16:14.616Z] ---> Running in 3bab3755b78c [2024-07-17T08:16:14.616Z] Removing intermediate container 3bab3755b78c [2024-07-17T08:16:14.616Z] ---> d77d2d34e37e [2024-07-17T08:16:14.616Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-17T08:16:14.616Z] ---> Running in 30867e1f357d [2024-07-17T08:16:14.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-17T08:16:14.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-17T08:16:14.616Z] (1/2) Installing ca-certificates (20240226-r0) [2024-07-17T08:16:14.616Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-07-17T08:16:14.616Z] Executing busybox-1.36.1-r7.trigger [2024-07-17T08:16:14.616Z] Executing ca-certificates-20240226-r0.trigger [2024-07-17T08:16:14.616Z] OK: 8 MiB in 17 packages [2024-07-17T08:16:14.616Z] Removing intermediate container 30867e1f357d [2024-07-17T08:16:14.616Z] ---> 0b7f8db55c6b [2024-07-17T08:16:14.616Z] Step 17/27 : RUN apk --no-cache upgrade [2024-07-17T08:16:14.616Z] ---> Running in 1ca386df2ec0 [2024-07-17T08:16:14.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-17T08:16:14.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-17T08:16:14.616Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-17T08:16:14.616Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-17T08:16:14.616Z] Executing ca-certificates-20240226-r0.trigger [2024-07-17T08:16:14.616Z] OK: 8 MiB in 17 packages [2024-07-17T08:16:14.616Z] Removing intermediate container 1ca386df2ec0 [2024-07-17T08:16:14.616Z] ---> 3fb5d616b23b [2024-07-17T08:16:14.616Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-07-17T08:16:14.616Z] ---> d9ee6c2e5792 [2024-07-17T08:16:14.616Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-07-17T08:16:14.616Z] ---> 794efbec386f [2024-07-17T08:16:14.616Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-07-17T08:16:14.616Z] ---> 9c7b1a1b59d6 [2024-07-17T08:16:14.616Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2024-07-17T08:16:14.616Z] ---> 791da8b6b463 [2024-07-17T08:16:14.616Z] Step 22/27 : EXPOSE 48095 [2024-07-17T08:16:14.616Z] ---> Running in 6b4cc94bf7b2 [2024-07-17T08:16:14.616Z] Removing intermediate container 6b4cc94bf7b2 [2024-07-17T08:16:14.616Z] ---> f77ce3ab5136 [2024-07-17T08:16:14.616Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2024-07-17T08:16:14.616Z] ---> Running in 4bf55f44dda3 [2024-07-17T08:16:14.616Z] Removing intermediate container 4bf55f44dda3 [2024-07-17T08:16:14.616Z] ---> f01e1a7731bb [2024-07-17T08:16:14.616Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-17T08:16:14.616Z] ---> Running in 987b6699d72f [2024-07-17T08:16:14.616Z] Removing intermediate container 987b6699d72f [2024-07-17T08:16:14.616Z] ---> 01b545c24a77 [2024-07-17T08:16:14.616Z] Step 25/27 : LABEL arch=amd64 [2024-07-17T08:16:14.616Z] ---> Running in f284bc5e5731 [2024-07-17T08:16:14.616Z] Removing intermediate container f284bc5e5731 [2024-07-17T08:16:14.616Z] ---> c45c2326cb91 [2024-07-17T08:16:14.616Z] Step 26/27 : LABEL git_sha=d0b27e276c0df8ce2bf294c72f38c7099269fea7 [2024-07-17T08:16:14.616Z] ---> Running in 0e7b03eeca25 [2024-07-17T08:16:14.742Z] Removing intermediate container e735741e8398 [2024-07-17T08:16:14.742Z] ---> 4dac480f3c16 [2024-07-17T08:16:14.742Z] Step 7/12 : WORKDIR /app [2024-07-17T08:16:14.742Z] ---> Running in 495bb989ffb0 [2024-07-17T08:16:14.876Z] Removing intermediate container 0e7b03eeca25 [2024-07-17T08:16:14.876Z] ---> 01ffd50727ce [2024-07-17T08:16:14.876Z] Step 27/27 : LABEL version=3.2.0-dev.25 [2024-07-17T08:16:14.876Z] ---> Running in 1cacc87fe86e [2024-07-17T08:16:14.876Z] Removing intermediate container 1cacc87fe86e [2024-07-17T08:16:14.876Z] ---> d63f044b1a8c [2024-07-17T08:16:14.876Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-17T08:16:14.876Z] Successfully built d63f044b1a8c [2024-07-17T08:16:14.876Z] 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 [2024-07-17T08:16:15.005Z] provisioning config files... [2024-07-17T08:16:15.012Z] Removing intermediate container 495bb989ffb0 [2024-07-17T08:16:15.012Z] ---> a350efd05b40 [2024-07-17T08:16:15.012Z] Step 8/12 : COPY go.mod vendor* ./ [2024-07-17T08:16:15.012Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5497350613295716472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:16:15.316Z] ---> ****-login.sh [2024-07-17T08:16:15.316Z] nexus3.edgexfoundry.org:10001 [2024-07-17T08:16:15.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:16:15.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:16:15.316Z] Configure a credential helper to remove this warning. See [2024-07-17T08:16:15.316Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:16:15.316Z] [2024-07-17T08:16:15.316Z] Login Succeeded [2024-07-17T08:16:15.316Z] nexus3.edgexfoundry.org:10002 [2024-07-17T08:16:15.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:16:15.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:16:15.316Z] Configure a credential helper to remove this warning. See [2024-07-17T08:16:15.316Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:16:15.316Z] [2024-07-17T08:16:15.316Z] Login Succeeded [2024-07-17T08:16:15.316Z] nexus3.edgexfoundry.org:10003 [2024-07-17T08:16:15.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:16:15.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:16:15.575Z] Configure a credential helper to remove this warning. See [2024-07-17T08:16:15.575Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:16:15.575Z] [2024-07-17T08:16:15.575Z] Login Succeeded [2024-07-17T08:16:15.575Z] nexus3.edgexfoundry.org:10004 [2024-07-17T08:16:15.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:16:15.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:16:15.575Z] Configure a credential helper to remove this warning. See [2024-07-17T08:16:15.575Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:16:15.575Z] [2024-07-17T08:16:15.575Z] Login Succeeded [2024-07-17T08:16:15.575Z] ****.io [2024-07-17T08:16:15.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:16:15.603Z] ---> 96c9a07f0193 [2024-07-17T08:16:15.603Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-17T08:16:15.603Z] ---> Running in c8d19ba60fe0 [2024-07-17T08:16:15.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:16:15.834Z] Configure a credential helper to remove this warning. See [2024-07-17T08:16:15.834Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:16:15.834Z] [2024-07-17T08:16:15.834Z] Login Succeeded [2024-07-17T08:16:15.834Z] ---> ****-login.sh ends [Pipeline] } [2024-07-17T08:16:15.840Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-17T08:16:15.893Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-17T08:16:15.924Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2024-07-17T08:16:15.924Z] d0b27e276c0df8ce2bf294c72f38c7099269fea7 [2024-07-17T08:16:15.924Z] latest [2024-07-17T08:16:15.924Z] 3.2.0-dev.25 [2024-07-17T08:16:15.924Z] d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 [2024-07-17T08:16:15.924Z] main [2024-07-17T08:16:15.924Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:16:16.266Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:16:16.594Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:d0b27e276c0df8ce2bf294c72f38c7099269fea7 [2024-07-17T08:16:16.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-07-17T08:16:16.594Z] 8a78b20b8cd2: Preparing [2024-07-17T08:16:16.594Z] 5bf3ecf66b5c: Preparing [2024-07-17T08:16:16.594Z] 1683b4272c55: Preparing [2024-07-17T08:16:16.594Z] 63ece7dc1889: Preparing [2024-07-17T08:16:16.594Z] ec425f23806f: Preparing [2024-07-17T08:16:16.594Z] 8a4e0ba55852: Preparing [2024-07-17T08:16:16.594Z] 63ec0bd56cf3: Preparing [2024-07-17T08:16:16.594Z] 8a4e0ba55852: Waiting [2024-07-17T08:16:16.594Z] 5bf3ecf66b5c: Pushed [2024-07-17T08:16:16.594Z] 1683b4272c55: Pushed [2024-07-17T08:16:16.594Z] 63ece7dc1889: Pushed [2024-07-17T08:16:16.594Z] 63ec0bd56cf3: Layer already exists [2024-07-17T08:16:16.852Z] 8a4e0ba55852: Pushed [2024-07-17T08:16:17.110Z] ec425f23806f: Pushed [2024-07-17T08:16:19.644Z] 8a78b20b8cd2: Pushed [2024-07-17T08:16:19.644Z] d0b27e276c0df8ce2bf294c72f38c7099269fea7: digest: sha256:daee6bca45639bbb9bdbe6dddc0c1d0bc3c7d428d60098b26c03154a0ba48928 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:16:19.972Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:16:20.304Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2024-07-17T08:16:20.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-07-17T08:16:20.304Z] 8a78b20b8cd2: Preparing [2024-07-17T08:16:20.304Z] 5bf3ecf66b5c: Preparing [2024-07-17T08:16:20.304Z] 1683b4272c55: Preparing [2024-07-17T08:16:20.304Z] 63ece7dc1889: Preparing [2024-07-17T08:16:20.304Z] ec425f23806f: Preparing [2024-07-17T08:16:20.304Z] 8a4e0ba55852: Preparing [2024-07-17T08:16:20.304Z] 63ec0bd56cf3: Preparing [2024-07-17T08:16:20.304Z] 63ec0bd56cf3: Waiting [2024-07-17T08:16:20.304Z] 8a4e0ba55852: Waiting [2024-07-17T08:16:20.304Z] ec425f23806f: Layer already exists [2024-07-17T08:16:20.304Z] 63ece7dc1889: Layer already exists [2024-07-17T08:16:20.304Z] 5bf3ecf66b5c: Layer already exists [2024-07-17T08:16:20.304Z] 1683b4272c55: Layer already exists [2024-07-17T08:16:20.304Z] 8a78b20b8cd2: Layer already exists [2024-07-17T08:16:20.304Z] 8a4e0ba55852: Layer already exists [2024-07-17T08:16:20.304Z] 63ec0bd56cf3: Layer already exists [2024-07-17T08:16:20.304Z] latest: digest: sha256:daee6bca45639bbb9bdbe6dddc0c1d0bc3c7d428d60098b26c03154a0ba48928 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:16:20.634Z] + 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 [2024-07-17T08:16:20.965Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.25 [2024-07-17T08:16:20.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-07-17T08:16:20.965Z] 8a78b20b8cd2: Preparing [2024-07-17T08:16:20.965Z] 5bf3ecf66b5c: Preparing [2024-07-17T08:16:20.965Z] 1683b4272c55: Preparing [2024-07-17T08:16:20.965Z] 63ece7dc1889: Preparing [2024-07-17T08:16:20.965Z] ec425f23806f: Preparing [2024-07-17T08:16:20.965Z] 8a4e0ba55852: Preparing [2024-07-17T08:16:20.965Z] 63ec0bd56cf3: Preparing [2024-07-17T08:16:20.965Z] 8a4e0ba55852: Waiting [2024-07-17T08:16:20.965Z] 63ec0bd56cf3: Waiting [2024-07-17T08:16:20.965Z] 8a78b20b8cd2: Layer already exists [2024-07-17T08:16:20.965Z] 1683b4272c55: Layer already exists [2024-07-17T08:16:20.965Z] ec425f23806f: Layer already exists [2024-07-17T08:16:20.965Z] 63ece7dc1889: Layer already exists [2024-07-17T08:16:20.965Z] 5bf3ecf66b5c: Layer already exists [2024-07-17T08:16:20.965Z] 63ec0bd56cf3: Layer already exists [2024-07-17T08:16:20.965Z] 8a4e0ba55852: Layer already exists [2024-07-17T08:16:20.965Z] 3.2.0-dev.25: digest: sha256:daee6bca45639bbb9bdbe6dddc0c1d0bc3c7d428d60098b26c03154a0ba48928 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:16:21.294Z] + 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 [2024-07-17T08:16:21.637Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 [2024-07-17T08:16:21.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-07-17T08:16:21.637Z] 8a78b20b8cd2: Preparing [2024-07-17T08:16:21.637Z] 5bf3ecf66b5c: Preparing [2024-07-17T08:16:21.637Z] 1683b4272c55: Preparing [2024-07-17T08:16:21.637Z] 63ece7dc1889: Preparing [2024-07-17T08:16:21.637Z] ec425f23806f: Preparing [2024-07-17T08:16:21.637Z] 8a4e0ba55852: Preparing [2024-07-17T08:16:21.637Z] 63ec0bd56cf3: Preparing [2024-07-17T08:16:21.637Z] 63ec0bd56cf3: Waiting [2024-07-17T08:16:21.637Z] 8a4e0ba55852: Waiting [2024-07-17T08:16:21.637Z] 8a78b20b8cd2: Layer already exists [2024-07-17T08:16:21.637Z] 1683b4272c55: Layer already exists [2024-07-17T08:16:21.637Z] ec425f23806f: Layer already exists [2024-07-17T08:16:21.637Z] 63ece7dc1889: Layer already exists [2024-07-17T08:16:21.637Z] 5bf3ecf66b5c: Layer already exists [2024-07-17T08:16:21.637Z] 8a4e0ba55852: Layer already exists [2024-07-17T08:16:21.637Z] 63ec0bd56cf3: Layer already exists [2024-07-17T08:16:21.637Z] d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25: digest: sha256:daee6bca45639bbb9bdbe6dddc0c1d0bc3c7d428d60098b26c03154a0ba48928 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:16:21.970Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:16:22.301Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2024-07-17T08:16:22.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-07-17T08:16:22.301Z] 8a78b20b8cd2: Preparing [2024-07-17T08:16:22.301Z] 5bf3ecf66b5c: Preparing [2024-07-17T08:16:22.301Z] 1683b4272c55: Preparing [2024-07-17T08:16:22.301Z] 63ece7dc1889: Preparing [2024-07-17T08:16:22.301Z] ec425f23806f: Preparing [2024-07-17T08:16:22.301Z] 8a4e0ba55852: Preparing [2024-07-17T08:16:22.301Z] 63ec0bd56cf3: Preparing [2024-07-17T08:16:22.301Z] 8a4e0ba55852: Waiting [2024-07-17T08:16:22.301Z] 63ec0bd56cf3: Waiting [2024-07-17T08:16:22.301Z] 63ece7dc1889: Layer already exists [2024-07-17T08:16:22.301Z] 5bf3ecf66b5c: Layer already exists [2024-07-17T08:16:22.301Z] 1683b4272c55: Layer already exists [2024-07-17T08:16:22.301Z] 8a78b20b8cd2: Layer already exists [2024-07-17T08:16:22.301Z] ec425f23806f: Layer already exists [2024-07-17T08:16:22.301Z] 8a4e0ba55852: Layer already exists [2024-07-17T08:16:22.301Z] 63ec0bd56cf3: Layer already exists [2024-07-17T08:16:22.301Z] main: digest: sha256:daee6bca45639bbb9bdbe6dddc0c1d0bc3c7d428d60098b26c03154a0ba48928 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-17T08:16:22.373Z] ===================================================== [Pipeline] echo [2024-07-17T08:16:22.391Z] taggedImages: [2024-07-17T08:16:22.391Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:d0b27e276c0df8ce2bf294c72f38c7099269fea7 [2024-07-17T08:16:22.391Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2024-07-17T08:16:22.391Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.25 [2024-07-17T08:16:22.391Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 [2024-07-17T08:16:22.391Z] - 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 [2024-07-17T08:16:22.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-17T08:16:22.817Z] [2024-07-17T08:16:22.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:16:23.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-17T08:16:23.128Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-17T08:16:23.128Z] 5eb5b503b376: Pulling fs layer [2024-07-17T08:16:23.128Z] 5c69ac0246d0: Pulling fs layer [2024-07-17T08:16:23.128Z] ec43610c2a17: Pulling fs layer [2024-07-17T08:16:23.128Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-17T08:16:23.128Z] 33b1e0a273af: Pulling fs layer [2024-07-17T08:16:23.128Z] 5d3b04190fa2: Pulling fs layer [2024-07-17T08:16:23.128Z] 2f39f015ded8: Pulling fs layer [2024-07-17T08:16:23.128Z] 33b1e0a273af: Waiting [2024-07-17T08:16:23.128Z] 5d3b04190fa2: Waiting [2024-07-17T08:16:23.128Z] 2f39f015ded8: Waiting [2024-07-17T08:16:23.128Z] 5c69ac0246d0: Download complete [2024-07-17T08:16:23.128Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-17T08:16:23.128Z] 3a2ae6a8a46f: Download complete [2024-07-17T08:16:23.128Z] 33b1e0a273af: Verifying Checksum [2024-07-17T08:16:23.128Z] 33b1e0a273af: Download complete [2024-07-17T08:16:23.128Z] 5d3b04190fa2: Verifying Checksum [2024-07-17T08:16:23.128Z] 5d3b04190fa2: Download complete [2024-07-17T08:16:23.128Z] ec43610c2a17: Verifying Checksum [2024-07-17T08:16:23.128Z] ec43610c2a17: Download complete [2024-07-17T08:16:23.386Z] 5eb5b503b376: Verifying Checksum [2024-07-17T08:16:23.386Z] 5eb5b503b376: Download complete [2024-07-17T08:16:23.952Z] 2f39f015ded8: Download complete [2024-07-17T08:16:24.517Z] 5eb5b503b376: Pull complete [2024-07-17T08:16:24.517Z] 5c69ac0246d0: Pull complete [2024-07-17T08:16:24.776Z] ec43610c2a17: Pull complete [2024-07-17T08:16:25.035Z] 3a2ae6a8a46f: Pull complete [2024-07-17T08:16:25.035Z] 33b1e0a273af: Pull complete [2024-07-17T08:16:25.294Z] 5d3b04190fa2: Pull complete [2024-07-17T08:16:29.481Z] 2f39f015ded8: Pull complete [2024-07-17T08:16:29.481Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-17T08:16:29.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-17T08:16:29.481Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:16:29.594Z] prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container [2024-07-17T08:16:29.620Z] $ 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 [2024-07-17T08:16:30.841Z] $ docker top fefd298ef17924c7a568b703bc5f257a2d5827228ade9743e3a329595daafd60 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:16:31.240Z] ---> job-cost.sh [2024-07-17T08:16:31.240Z] lf-activate-venv: SKIPPING [2024-07-17T08:16:31.240Z] INFO: No Stack... [2024-07-17T08:16:31.498Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-17T08:16:31.756Z] INFO: Archiving Costs [Pipeline] sh [2024-07-17T08:16:32.048Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2024-07-17T08:16:32.048Z] + cut -d, -f6 [Pipeline] lock [2024-07-17T08:16:32.061Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] [2024-07-17T08:16:32.069Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] did not exist. Created. [2024-07-17T08:16:32.075Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-17T08:16:32.379Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-17T08:16:32.417Z] Stashed 1 file(s) [Pipeline] } [2024-07-17T08:16:32.427Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-17T08:16:32.449Z] $ docker stop --time=1 fefd298ef17924c7a568b703bc5f257a2d5827228ade9743e3a329595daafd60 [2024-07-17T08:16:33.602Z] $ docker rm -f --volumes fefd298ef17924c7a568b703bc5f257a2d5827228ade9743e3a329595daafd60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-17T08:18:07.275Z] Removing intermediate container c8d19ba60fe0 [2024-07-17T08:18:07.275Z] ---> 8efc563511ba [2024-07-17T08:18:07.275Z] Step 10/12 : COPY . . [2024-07-17T08:18:07.275Z] ---> a0d8b412b7af [2024-07-17T08:18:07.275Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-17T08:18:07.275Z] ---> Running in f38c3efe35d4 [2024-07-17T08:18:07.275Z] Removing intermediate container f38c3efe35d4 [2024-07-17T08:18:07.275Z] ---> 9f94a3089be9 [2024-07-17T08:18:07.275Z] Step 12/12 : RUN $MAKE [2024-07-17T08:18:07.275Z] ---> Running in d9112ea3465f [2024-07-17T08:18:07.275Z] noop [2024-07-17T08:18:07.275Z] Removing intermediate container d9112ea3465f [2024-07-17T08:18:07.275Z] ---> 31fc7e13079b [2024-07-17T08:18:07.275Z] Successfully built 31fc7e13079b [2024-07-17T08:18:07.275Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:18:07.641Z] + docker inspect -f . ci-base-image-arm64 [2024-07-17T08:18:07.641Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:18:07.867Z] prd-ubuntu20.04-docker-arm64-4c-16g-5790 does not seem to be running inside a container [2024-07-17T08:18:07.924Z] $ 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 [2024-07-17T08:18:09.203Z] $ docker top 0897b9a8c34774aae331f950e42ef169dd751525e2e3dd7609dba745c5cfa544 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-17T08:18:10.032Z] + go version [2024-07-17T08:18:10.033Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-17T08:18:10.045Z] $ docker stop --time=1 0897b9a8c34774aae331f950e42ef169dd751525e2e3dd7609dba745c5cfa544 [2024-07-17T08:18:11.635Z] $ 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 [2024-07-17T08:18:12.221Z] + docker inspect -f . ci-base-image-arm64 [2024-07-17T08:18:12.221Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:18:12.419Z] prd-ubuntu20.04-docker-arm64-4c-16g-5790 does not seem to be running inside a container [2024-07-17T08:18:12.471Z] $ 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 [2024-07-17T08:18:13.932Z] $ docker top 66d05e27776285faadd4ad4389ec25dbbf96b489cbdad6fecadbdecf935ab568 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-17T08:18:14.776Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/235 [Pipeline] fileExists [Pipeline] sh [2024-07-17T08:18:15.444Z] + make test [2024-07-17T08:18:15.444Z] go test -race -coverprofile=coverage.out ./... [2024-07-17T08:22:37.287Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2024-07-17T08:22:37.287Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-17T08:22:37.287Z] go vet ./... [2024-07-17T08:26:14.970Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-17T08:26:14.970Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-17T08:26:14.970Z] ./bin/test-attribution-txt.sh [2024-07-17T08:26:14.970Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-07-17T08:26:14.970Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-07-17T08:26:14.970Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo [2024-07-17T08:26:14.987Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-17T08:26:15.000Z] $ docker stop --time=1 66d05e27776285faadd4ad4389ec25dbbf96b489cbdad6fecadbdecf935ab568 [2024-07-17T08:26:16.893Z] $ docker rm -f --volumes 66d05e27776285faadd4ad4389ec25dbbf96b489cbdad6fecadbdecf935ab568 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-17T08:26:18.927Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-17T08:26:18.953Z] Warning: overwriting stash ‘coverage-report’ [2024-07-17T08:26:19.360Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-17T08:26:19.773Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-17T08:26:20.091Z] + ls -al . [2024-07-17T08:26:20.091Z] total 260 [2024-07-17T08:26:20.091Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 17 08:18 . [2024-07-17T08:26:20.091Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 17 08:15 .. [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 17 08:15 .dockerignore [2024-07-17T08:26:20.091Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 08:15 .git [2024-07-17T08:26:20.091Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 08:15 .github [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 106 Jul 17 08:15 .gitignore [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 17 08:15 .golangci.yml [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 18981 Jul 17 08:15 Attribution.txt [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 37263 Jul 17 08:15 CHANGELOG.md [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 2007 Jul 17 08:15 Dockerfile [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 17 08:15 GOVERNANCE.md [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 666 Jul 17 08:15 Jenkinsfile [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 17 08:15 LICENSE [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 618 Jul 17 08:15 OWNERS.md [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 4582 Jul 17 08:15 README.md [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 17 08:13 VERSION [2024-07-17T08:26:20.091Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 17 08:15 bin [2024-07-17T08:26:20.091Z] -rw-r--r-- 1 jenkins jenkins 13 Jul 17 08:18 coverage.out [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 7155 Jul 17 08:15 go.mod [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 102427 Jul 17 08:15 go.sum [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 1937 Jul 17 08:15 main.go [2024-07-17T08:26:20.091Z] -rw-rw-r-- 1 jenkins jenkins 2572 Jul 17 08:15 makefile [2024-07-17T08:26:20.091Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 17 08:15 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:26:20.441Z] + 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 . [2024-07-17T08:26:20.441Z] Sending build context to Docker daemon 240.1kB [2024-07-17T08:26:20.709Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-07-17T08:26:20.709Z] Step 2/27 : FROM ${BASE} AS builder [2024-07-17T08:26:20.709Z] ---> 31fc7e13079b [2024-07-17T08:26:20.709Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-07-17T08:26:20.709Z] ---> Running in 4692b6e5cfb4 [2024-07-17T08:26:20.976Z] Removing intermediate container 4692b6e5cfb4 [2024-07-17T08:26:20.976Z] ---> 6a83b7c3c3af [2024-07-17T08:26:20.976Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-07-17T08:26:21.251Z] ---> Running in 8ecbd3cf8b43 [2024-07-17T08:26:21.518Z] Removing intermediate container 8ecbd3cf8b43 [2024-07-17T08:26:21.518Z] ---> e1b86e688a9b [2024-07-17T08:26:21.518Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-07-17T08:26:21.518Z] ---> Running in e6d296cc7f2b [2024-07-17T08:26:21.790Z] Removing intermediate container e6d296cc7f2b [2024-07-17T08:26:21.790Z] ---> 30893ec6fda3 [2024-07-17T08:26:21.790Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-17T08:26:21.790Z] ---> Running in b1a865ed29d6 [2024-07-17T08:26:22.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-17T08:26:23.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-17T08:26:24.282Z] OK: 266 MiB in 52 packages [2024-07-17T08:26:24.866Z] Removing intermediate container b1a865ed29d6 [2024-07-17T08:26:24.866Z] ---> b392fdd48fb6 [2024-07-17T08:26:24.866Z] Step 7/27 : WORKDIR /app [2024-07-17T08:26:25.132Z] ---> Running in c49cc6462282 [2024-07-17T08:26:25.398Z] Removing intermediate container c49cc6462282 [2024-07-17T08:26:25.398Z] ---> be9735211988 [2024-07-17T08:26:25.398Z] Step 8/27 : COPY go.mod vendor* ./ [2024-07-17T08:26:25.977Z] ---> f69237f40e2b [2024-07-17T08:26:25.977Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-17T08:26:25.977Z] ---> Running in 9e9f1fc12a97 [2024-07-17T08:26:28.544Z] Removing intermediate container 9e9f1fc12a97 [2024-07-17T08:26:28.544Z] ---> ba8d8adbcd57 [2024-07-17T08:26:28.544Z] Step 10/27 : COPY . . [2024-07-17T08:26:28.809Z] ---> 0aa7b50bdf7a [2024-07-17T08:26:28.809Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-17T08:26:28.809Z] ---> Running in cf75c4b38d37 [2024-07-17T08:26:29.075Z] Removing intermediate container cf75c4b38d37 [2024-07-17T08:26:29.075Z] ---> a6859897d109 [2024-07-17T08:26:29.075Z] Step 12/27 : RUN $MAKE [2024-07-17T08:26:29.075Z] ---> Running in 9da91260d5f8 [2024-07-17T08:26:30.031Z] 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 [2024-07-17T08:29:51.748Z] Removing intermediate container 9da91260d5f8 [2024-07-17T08:29:51.748Z] ---> 8f5d928432ba [2024-07-17T08:29:51.748Z] Step 13/27 : FROM alpine:3.18 [2024-07-17T08:29:51.748Z] 3.18: Pulling from library/alpine [2024-07-17T08:29:51.748Z] 5c905c7ebe2f: Pulling fs layer [2024-07-17T08:29:51.748Z] 5c905c7ebe2f: Verifying Checksum [2024-07-17T08:29:51.748Z] 5c905c7ebe2f: Download complete [2024-07-17T08:29:51.748Z] 5c905c7ebe2f: Pull complete [2024-07-17T08:29:51.748Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-17T08:29:51.748Z] Status: Downloaded newer image for alpine:3.18 [2024-07-17T08:29:51.748Z] ---> dec292d02e07 [2024-07-17T08:29:51.748Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-17T08:29:51.748Z] ---> Running in 8ff8636db603 [2024-07-17T08:29:51.748Z] Removing intermediate container 8ff8636db603 [2024-07-17T08:29:51.748Z] ---> 188061874db1 [2024-07-17T08:29:51.748Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2024-07-17T08:29:51.748Z] ---> Running in ec4ef13fded9 [2024-07-17T08:29:51.748Z] Removing intermediate container ec4ef13fded9 [2024-07-17T08:29:51.748Z] ---> 017734be30c7 [2024-07-17T08:29:51.748Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-17T08:29:51.748Z] ---> Running in 769885e6f510 [2024-07-17T08:29:51.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-17T08:29:51.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-17T08:29:51.748Z] (1/2) Installing ca-certificates (20240226-r0) [2024-07-17T08:29:51.748Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-07-17T08:29:51.748Z] Executing busybox-1.36.1-r7.trigger [2024-07-17T08:29:51.748Z] Executing ca-certificates-20240226-r0.trigger [2024-07-17T08:29:51.748Z] OK: 9 MiB in 17 packages [2024-07-17T08:29:51.748Z] Removing intermediate container 769885e6f510 [2024-07-17T08:29:51.748Z] ---> f77561b789ba [2024-07-17T08:29:51.748Z] Step 17/27 : RUN apk --no-cache upgrade [2024-07-17T08:29:51.748Z] ---> Running in a4c6f21cb6c7 [2024-07-17T08:29:51.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-17T08:29:52.330Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-17T08:29:52.911Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-17T08:29:53.180Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-17T08:29:53.180Z] Executing ca-certificates-20240226-r0.trigger [2024-07-17T08:29:53.180Z] OK: 9 MiB in 17 packages [2024-07-17T08:29:54.138Z] Removing intermediate container a4c6f21cb6c7 [2024-07-17T08:29:54.138Z] ---> b2f05f698279 [2024-07-17T08:29:54.138Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-07-17T08:29:54.720Z] ---> 65e0441fba49 [2024-07-17T08:29:54.720Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-07-17T08:29:55.683Z] ---> 300165ab5b1e [2024-07-17T08:29:55.683Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-07-17T08:29:55.947Z] ---> e7cd9073e057 [2024-07-17T08:29:55.947Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2024-07-17T08:29:57.887Z] ---> b799062a7f78 [2024-07-17T08:29:57.887Z] Step 22/27 : EXPOSE 48095 [2024-07-17T08:29:57.887Z] ---> Running in 0d3cfc8c83fd [2024-07-17T08:29:57.887Z] Removing intermediate container 0d3cfc8c83fd [2024-07-17T08:29:57.887Z] ---> 240edc8847bb [2024-07-17T08:29:57.887Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2024-07-17T08:29:57.887Z] ---> Running in 369b92dfcf55 [2024-07-17T08:29:58.153Z] Removing intermediate container 369b92dfcf55 [2024-07-17T08:29:58.153Z] ---> a9e2aeec633e [2024-07-17T08:29:58.153Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-17T08:29:58.421Z] ---> Running in 5381225d4449 [2024-07-17T08:29:58.686Z] Removing intermediate container 5381225d4449 [2024-07-17T08:29:58.686Z] ---> 3dffb8a5875c [2024-07-17T08:29:58.686Z] Step 25/27 : LABEL arch=arm64 [2024-07-17T08:29:58.686Z] ---> Running in a5cebc4c014f [2024-07-17T08:29:58.951Z] Removing intermediate container a5cebc4c014f [2024-07-17T08:29:58.951Z] ---> 5f4a7c993749 [2024-07-17T08:29:58.951Z] Step 26/27 : LABEL git_sha=d0b27e276c0df8ce2bf294c72f38c7099269fea7 [2024-07-17T08:29:58.951Z] ---> Running in c38c09967ca9 [2024-07-17T08:29:59.216Z] Removing intermediate container c38c09967ca9 [2024-07-17T08:29:59.216Z] ---> 3cd8de89ffef [2024-07-17T08:29:59.216Z] Step 27/27 : LABEL version=3.2.0-dev.25 [2024-07-17T08:29:59.480Z] ---> Running in 361e322ac2c9 [2024-07-17T08:29:59.745Z] Removing intermediate container 361e322ac2c9 [2024-07-17T08:29:59.745Z] ---> 85bc693d0424 [2024-07-17T08:29:59.745Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-17T08:29:59.745Z] Successfully built 85bc693d0424 [2024-07-17T08:29:59.745Z] 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 [2024-07-17T08:29:59.897Z] provisioning config files... [2024-07-17T08:29:59.911Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/235@tmp/config12894888313159230111tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:30:00.250Z] ---> ****-login.sh [2024-07-17T08:30:00.250Z] nexus3.edgexfoundry.org:10001 [2024-07-17T08:30:00.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:30:00.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:30:00.516Z] Configure a credential helper to remove this warning. See [2024-07-17T08:30:00.516Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:30:00.516Z] [2024-07-17T08:30:00.516Z] Login Succeeded [2024-07-17T08:30:00.516Z] nexus3.edgexfoundry.org:10002 [2024-07-17T08:30:00.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:30:00.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:30:00.781Z] Configure a credential helper to remove this warning. See [2024-07-17T08:30:00.781Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:30:00.781Z] [2024-07-17T08:30:00.781Z] Login Succeeded [2024-07-17T08:30:00.781Z] nexus3.edgexfoundry.org:10003 [2024-07-17T08:30:01.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:30:01.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:30:01.311Z] Configure a credential helper to remove this warning. See [2024-07-17T08:30:01.311Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:30:01.311Z] [2024-07-17T08:30:01.311Z] Login Succeeded [2024-07-17T08:30:01.311Z] nexus3.edgexfoundry.org:10004 [2024-07-17T08:30:01.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:30:01.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:30:01.575Z] Configure a credential helper to remove this warning. See [2024-07-17T08:30:01.575Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:30:01.575Z] [2024-07-17T08:30:01.575Z] Login Succeeded [2024-07-17T08:30:01.575Z] ****.io [2024-07-17T08:30:01.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-17T08:30:02.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-17T08:30:02.103Z] Configure a credential helper to remove this warning. See [2024-07-17T08:30:02.103Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-17T08:30:02.103Z] [2024-07-17T08:30:02.103Z] Login Succeeded [2024-07-17T08:30:02.103Z] ---> ****-login.sh ends [Pipeline] } [2024-07-17T08:30:02.113Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-17T08:30:02.175Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-17T08:30:02.204Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2024-07-17T08:30:02.204Z] d0b27e276c0df8ce2bf294c72f38c7099269fea7 [2024-07-17T08:30:02.204Z] latest [2024-07-17T08:30:02.204Z] 3.2.0-dev.25 [2024-07-17T08:30:02.204Z] d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 [2024-07-17T08:30:02.204Z] main [2024-07-17T08:30:02.204Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:30:02.573Z] + 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 [2024-07-17T08:30:02.923Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d0b27e276c0df8ce2bf294c72f38c7099269fea7 [2024-07-17T08:30:02.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-07-17T08:30:02.923Z] fd13c79d6372: Preparing [2024-07-17T08:30:02.923Z] 8c2be0a112f8: Preparing [2024-07-17T08:30:02.923Z] d34682a89e66: Preparing [2024-07-17T08:30:02.923Z] ebb622658b39: Preparing [2024-07-17T08:30:02.923Z] 3db9e03de05c: Preparing [2024-07-17T08:30:02.923Z] 5ba4cc5f6153: Preparing [2024-07-17T08:30:02.923Z] da707bb00cb8: Preparing [2024-07-17T08:30:02.923Z] 5ba4cc5f6153: Waiting [2024-07-17T08:30:02.923Z] da707bb00cb8: Waiting [2024-07-17T08:30:03.192Z] d34682a89e66: Pushed [2024-07-17T08:30:03.192Z] ebb622658b39: Pushed [2024-07-17T08:30:03.192Z] 8c2be0a112f8: Pushed [2024-07-17T08:30:03.192Z] da707bb00cb8: Layer already exists [2024-07-17T08:30:03.458Z] 5ba4cc5f6153: Pushed [2024-07-17T08:30:04.410Z] 3db9e03de05c: Pushed [2024-07-17T08:30:09.729Z] fd13c79d6372: Pushed [2024-07-17T08:30:09.729Z] d0b27e276c0df8ce2bf294c72f38c7099269fea7: digest: sha256:b3281d32183e3e8f7fba567d49be1a37f2bd1d19a5056c05a6efbf699cb85381 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:30:10.079Z] + 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 [2024-07-17T08:30:10.424Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2024-07-17T08:30:10.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-07-17T08:30:10.424Z] fd13c79d6372: Preparing [2024-07-17T08:30:10.424Z] 8c2be0a112f8: Preparing [2024-07-17T08:30:10.424Z] d34682a89e66: Preparing [2024-07-17T08:30:10.424Z] ebb622658b39: Preparing [2024-07-17T08:30:10.424Z] 3db9e03de05c: Preparing [2024-07-17T08:30:10.424Z] 5ba4cc5f6153: Preparing [2024-07-17T08:30:10.424Z] da707bb00cb8: Preparing [2024-07-17T08:30:10.424Z] 5ba4cc5f6153: Waiting [2024-07-17T08:30:10.424Z] da707bb00cb8: Waiting [2024-07-17T08:30:10.424Z] ebb622658b39: Layer already exists [2024-07-17T08:30:10.424Z] fd13c79d6372: Layer already exists [2024-07-17T08:30:10.424Z] 3db9e03de05c: Layer already exists [2024-07-17T08:30:10.424Z] d34682a89e66: Layer already exists [2024-07-17T08:30:10.424Z] 8c2be0a112f8: Layer already exists [2024-07-17T08:30:10.424Z] da707bb00cb8: Layer already exists [2024-07-17T08:30:10.424Z] 5ba4cc5f6153: Layer already exists [2024-07-17T08:30:10.687Z] latest: digest: sha256:b3281d32183e3e8f7fba567d49be1a37f2bd1d19a5056c05a6efbf699cb85381 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:30:11.041Z] + 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 [2024-07-17T08:30:11.395Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.25 [2024-07-17T08:30:11.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-07-17T08:30:11.395Z] fd13c79d6372: Preparing [2024-07-17T08:30:11.395Z] 8c2be0a112f8: Preparing [2024-07-17T08:30:11.395Z] d34682a89e66: Preparing [2024-07-17T08:30:11.395Z] ebb622658b39: Preparing [2024-07-17T08:30:11.395Z] 3db9e03de05c: Preparing [2024-07-17T08:30:11.395Z] 5ba4cc5f6153: Preparing [2024-07-17T08:30:11.395Z] da707bb00cb8: Preparing [2024-07-17T08:30:11.395Z] 5ba4cc5f6153: Waiting [2024-07-17T08:30:11.395Z] 8c2be0a112f8: Layer already exists [2024-07-17T08:30:11.395Z] ebb622658b39: Layer already exists [2024-07-17T08:30:11.395Z] 3db9e03de05c: Layer already exists [2024-07-17T08:30:11.395Z] fd13c79d6372: Layer already exists [2024-07-17T08:30:11.395Z] d34682a89e66: Layer already exists [2024-07-17T08:30:11.395Z] 5ba4cc5f6153: Layer already exists [2024-07-17T08:30:11.395Z] da707bb00cb8: Layer already exists [2024-07-17T08:30:11.395Z] 3.2.0-dev.25: digest: sha256:b3281d32183e3e8f7fba567d49be1a37f2bd1d19a5056c05a6efbf699cb85381 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:30:11.758Z] + 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 [2024-07-17T08:30:12.116Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 [2024-07-17T08:30:12.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-07-17T08:30:12.116Z] fd13c79d6372: Preparing [2024-07-17T08:30:12.116Z] 8c2be0a112f8: Preparing [2024-07-17T08:30:12.116Z] d34682a89e66: Preparing [2024-07-17T08:30:12.116Z] ebb622658b39: Preparing [2024-07-17T08:30:12.116Z] 3db9e03de05c: Preparing [2024-07-17T08:30:12.116Z] 5ba4cc5f6153: Preparing [2024-07-17T08:30:12.116Z] da707bb00cb8: Preparing [2024-07-17T08:30:12.116Z] da707bb00cb8: Waiting [2024-07-17T08:30:12.116Z] 5ba4cc5f6153: Waiting [2024-07-17T08:30:12.116Z] d34682a89e66: Layer already exists [2024-07-17T08:30:12.116Z] 3db9e03de05c: Layer already exists [2024-07-17T08:30:12.116Z] 8c2be0a112f8: Layer already exists [2024-07-17T08:30:12.116Z] fd13c79d6372: Layer already exists [2024-07-17T08:30:12.116Z] ebb622658b39: Layer already exists [2024-07-17T08:30:12.116Z] 5ba4cc5f6153: Layer already exists [2024-07-17T08:30:12.116Z] da707bb00cb8: Layer already exists [2024-07-17T08:30:12.116Z] d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25: digest: sha256:b3281d32183e3e8f7fba567d49be1a37f2bd1d19a5056c05a6efbf699cb85381 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:30:12.489Z] + 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 [2024-07-17T08:30:12.838Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2024-07-17T08:30:12.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-07-17T08:30:12.838Z] fd13c79d6372: Preparing [2024-07-17T08:30:12.838Z] 8c2be0a112f8: Preparing [2024-07-17T08:30:12.838Z] d34682a89e66: Preparing [2024-07-17T08:30:12.838Z] ebb622658b39: Preparing [2024-07-17T08:30:12.838Z] 3db9e03de05c: Preparing [2024-07-17T08:30:12.838Z] 5ba4cc5f6153: Preparing [2024-07-17T08:30:12.838Z] da707bb00cb8: Preparing [2024-07-17T08:30:12.838Z] 5ba4cc5f6153: Waiting [2024-07-17T08:30:12.838Z] da707bb00cb8: Waiting [2024-07-17T08:30:12.838Z] d34682a89e66: Layer already exists [2024-07-17T08:30:12.838Z] fd13c79d6372: Layer already exists [2024-07-17T08:30:12.838Z] 3db9e03de05c: Layer already exists [2024-07-17T08:30:12.838Z] 8c2be0a112f8: Layer already exists [2024-07-17T08:30:12.838Z] ebb622658b39: Layer already exists [2024-07-17T08:30:12.838Z] da707bb00cb8: Layer already exists [2024-07-17T08:30:12.838Z] 5ba4cc5f6153: Layer already exists [2024-07-17T08:30:12.838Z] main: digest: sha256:b3281d32183e3e8f7fba567d49be1a37f2bd1d19a5056c05a6efbf699cb85381 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-17T08:30:13.183Z] ===================================================== [Pipeline] echo [2024-07-17T08:30:13.200Z] taggedImages: [2024-07-17T08:30:13.200Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d0b27e276c0df8ce2bf294c72f38c7099269fea7 [2024-07-17T08:30:13.200Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2024-07-17T08:30:13.200Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.25 [2024-07-17T08:30:13.200Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d0b27e276c0df8ce2bf294c72f38c7099269fea7-3.2.0-dev.25 [2024-07-17T08:30:13.200Z] - 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 [2024-07-17T08:30:13.585Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-17T08:30:13.585Z] [2024-07-17T08:30:13.585Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:30:13.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-17T08:30:13.919Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-17T08:30:13.919Z] 8998bd30e6a1: Pulling fs layer [2024-07-17T08:30:13.919Z] 04944245beec: Pulling fs layer [2024-07-17T08:30:13.919Z] 699f458cf7ca: Pulling fs layer [2024-07-17T08:30:13.919Z] 765212b225bb: Pulling fs layer [2024-07-17T08:30:13.919Z] f23df028b6ca: Pulling fs layer [2024-07-17T08:30:13.919Z] d65c8cfc05b1: Pulling fs layer [2024-07-17T08:30:13.919Z] 2437ff75d9bd: Pulling fs layer [2024-07-17T08:30:13.919Z] 765212b225bb: Waiting [2024-07-17T08:30:13.919Z] f23df028b6ca: Waiting [2024-07-17T08:30:13.919Z] d65c8cfc05b1: Waiting [2024-07-17T08:30:13.919Z] 2437ff75d9bd: Waiting [2024-07-17T08:30:14.185Z] 04944245beec: Verifying Checksum [2024-07-17T08:30:14.185Z] 04944245beec: Download complete [2024-07-17T08:30:14.185Z] 765212b225bb: Verifying Checksum [2024-07-17T08:30:14.185Z] 765212b225bb: Download complete [2024-07-17T08:30:14.185Z] f23df028b6ca: Download complete [2024-07-17T08:30:14.185Z] d65c8cfc05b1: Download complete [2024-07-17T08:30:14.451Z] 699f458cf7ca: Verifying Checksum [2024-07-17T08:30:14.451Z] 699f458cf7ca: Download complete [2024-07-17T08:30:14.724Z] 8998bd30e6a1: Verifying Checksum [2024-07-17T08:30:14.724Z] 8998bd30e6a1: Download complete [2024-07-17T08:30:17.293Z] 2437ff75d9bd: Verifying Checksum [2024-07-17T08:30:17.293Z] 2437ff75d9bd: Download complete [2024-07-17T08:30:19.221Z] 8998bd30e6a1: Pull complete [2024-07-17T08:30:19.800Z] 04944245beec: Pull complete [2024-07-17T08:30:21.200Z] 699f458cf7ca: Pull complete [2024-07-17T08:30:21.465Z] 765212b225bb: Pull complete [2024-07-17T08:30:22.417Z] f23df028b6ca: Pull complete [2024-07-17T08:30:22.417Z] d65c8cfc05b1: Pull complete [2024-07-17T08:30:40.594Z] 2437ff75d9bd: Pull complete [2024-07-17T08:30:40.594Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-17T08:30:40.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-17T08:30:40.594Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:30:40.791Z] prd-ubuntu20.04-docker-arm64-4c-16g-5790 does not seem to be running inside a container [2024-07-17T08:30:40.837Z] $ 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 [2024-07-17T08:30:43.447Z] $ docker top d764cc32b0553d9f2cdf618eb1f4e075b754b20f6f68e44f53654fb52562d6e8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:30:44.286Z] ---> job-cost.sh [2024-07-17T08:30:44.286Z] lf-activate-venv: SKIPPING [2024-07-17T08:30:44.286Z] INFO: No Stack... [2024-07-17T08:30:44.862Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-17T08:30:45.437Z] INFO: Archiving Costs [Pipeline] sh [2024-07-17T08:30:46.066Z] + + cat /w/workspace/app-service-configurable/235/archives/cost.csv [2024-07-17T08:30:46.066Z] cut -d, -f6 [Pipeline] lock [2024-07-17T08:30:46.101Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] [2024-07-17T08:30:46.111Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] did not exist. Created. [2024-07-17T08:30:46.117Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-17T08:30:46.776Z] /w/workspace/app-service-configurable/235@tmp/durable-a8f2eaec/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-17T08:30:47.408Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-17T08:30:47.432Z] Warning: overwriting stash ‘stack-cost’ [2024-07-17T08:30:47.488Z] Stashed 1 file(s) [Pipeline] } [2024-07-17T08:30:47.499Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-235-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-17T08:30:47.516Z] $ docker stop --time=1 d764cc32b0553d9f2cdf618eb1f4e075b754b20f6f68e44f53654fb52562d6e8 [2024-07-17T08:30:49.265Z] $ 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 [2024-07-17T08:30:49.836Z] provisioning config files... [2024-07-17T08:30:49.843Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13643964646330681391tmp [Pipeline] { [Pipeline] sh [2024-07-17T08:30:50.146Z] + set +x [2024-07-17T08:30:50.146Z] + + bash -scurl -- -s [2024-07-17T08:30:50.146Z] https://codecov.io/bash [2024-07-17T08:30:50.146Z] [2024-07-17T08:30:50.146Z] _____ _ [2024-07-17T08:30:50.146Z] / ____| | | [2024-07-17T08:30:50.146Z] | | ___ __| | ___ ___ _____ __ [2024-07-17T08:30:50.146Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-17T08:30:50.146Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-17T08:30:50.146Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-17T08:30:50.146Z] Bash-1.0.6 [2024-07-17T08:30:50.146Z] [2024-07-17T08:30:50.146Z] [2024-07-17T08:30:50.146Z] ==> git version 2.25.1 found [2024-07-17T08:30:50.146Z] ==> 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 [2024-07-17T08:30:50.146Z] Release-Date: 2020-01-08 [2024-07-17T08:30:50.146Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-17T08:30:50.146Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-17T08:30:50.146Z] ==> Jenkins CI detected. [2024-07-17T08:30:50.146Z] current dir:  /w/workspace/ry_app-service-configurable_main [2024-07-17T08:30:50.146Z] project root: . [2024-07-17T08:30:50.146Z] --> token set from env [2024-07-17T08:30:50.146Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-17T08:30:50.146Z] ==> Running gcov in . (disable via -X gcov) [2024-07-17T08:30:50.146Z] ==> Python coveragepy not found [2024-07-17T08:30:50.146Z] ==> Searching for coverage reports in: [2024-07-17T08:30:50.146Z] + . [2024-07-17T08:30:50.406Z] -> Found 1 reports [2024-07-17T08:30:50.406Z] ==> Detecting git/mercurial file structure [2024-07-17T08:30:50.406Z] ==> Reading reports [2024-07-17T08:30:50.406Z] + ./coverage.out bytes=13 [2024-07-17T08:30:50.406Z] ==> Appending adjustments [2024-07-17T08:30:50.406Z] https://docs.codecov.io/docs/fixing-reports [2024-07-17T08:30:50.406Z] + Found adjustments [2024-07-17T08:30:50.406Z] ==> Gzipping contents [2024-07-17T08:30:50.406Z] 4.0K /tmp/codecov.oplHNe.gz [2024-07-17T08:30:50.406Z] ==> Uploading reports [2024-07-17T08:30:50.406Z] url: https://codecov.io [2024-07-17T08:30:50.406Z] 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= [2024-07-17T08:30:50.406Z] -> Pinging Codecov [2024-07-17T08:30:50.406Z] 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= [2024-07-17T08:30:50.406Z] -> Uploading to [2024-07-17T08:30:50.407Z] 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 [2024-07-17T08:30:50.407Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-17T08:30:50.407Z] Dload Upload Total Spent Left Speed [2024-07-17T08:30:50.666Z] 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 [2024-07-17T08:30:50.666Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] } [2024-07-17T08:30:50.673Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-07-17T08:30:50.927Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-17T08:30:50.944Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:30:51.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-17T08:30:51.255Z] [2024-07-17T08:30:51.255Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:30:51.563Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-17T08:30:51.563Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-17T08:30:51.563Z] 619be1103602: Already exists [2024-07-17T08:30:51.563Z] f8ea3408117e: Pulling fs layer [2024-07-17T08:30:51.563Z] 91320369b822: Pulling fs layer [2024-07-17T08:30:51.563Z] 0406650e8295: Pulling fs layer [2024-07-17T08:30:51.563Z] 4f4fb700ef54: Pulling fs layer [2024-07-17T08:30:51.563Z] 96d80e3f36e1: Pulling fs layer [2024-07-17T08:30:51.563Z] bcf3aedb951c: Pulling fs layer [2024-07-17T08:30:51.563Z] 4f4fb700ef54: Waiting [2024-07-17T08:30:51.563Z] 96d80e3f36e1: Waiting [2024-07-17T08:30:51.563Z] bcf3aedb951c: Waiting [2024-07-17T08:30:51.563Z] 0406650e8295: Verifying Checksum [2024-07-17T08:30:51.563Z] 0406650e8295: Download complete [2024-07-17T08:30:51.563Z] f8ea3408117e: Verifying Checksum [2024-07-17T08:30:51.563Z] 4f4fb700ef54: Verifying Checksum [2024-07-17T08:30:51.563Z] 4f4fb700ef54: Download complete [2024-07-17T08:30:51.563Z] f8ea3408117e: Pull complete [2024-07-17T08:30:51.859Z] 96d80e3f36e1: Verifying Checksum [2024-07-17T08:30:51.859Z] 96d80e3f36e1: Download complete [2024-07-17T08:30:52.147Z] 91320369b822: Download complete [2024-07-17T08:30:52.747Z] bcf3aedb951c: Verifying Checksum [2024-07-17T08:30:52.747Z] bcf3aedb951c: Download complete [2024-07-17T08:30:55.388Z] 91320369b822: Pull complete [2024-07-17T08:30:55.388Z] 0406650e8295: Pull complete [2024-07-17T08:30:55.388Z] 4f4fb700ef54: Pull complete [2024-07-17T08:30:55.388Z] 96d80e3f36e1: Pull complete [2024-07-17T08:30:58.675Z] bcf3aedb951c: Pull complete [2024-07-17T08:30:58.675Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-17T08:30:58.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-17T08:30:58.675Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:30:58.772Z] prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container [2024-07-17T08:30:58.802Z] $ 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 [2024-07-17T08:31:01.485Z] $ docker top 56e6a44c0c9bc3b2dd83af93a174624f1599ad8615a9bcd30d4a6f804dae9e34 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-17T08:31:01.843Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] echo [2024-07-17T08:31:01.854Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2024-07-17T08:31:02.131Z] + set -o pipefail [2024-07-17T08:31:02.131Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2024-07-17T08:31:10.269Z] [2024-07-17T08:31:10.269Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2024-07-17T08:31:10.269Z] [2024-07-17T08:31:10.269Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7dc5f32a-caad-4990-b9e2-a648c5eeaf90/history/d167a649-7a26-4d02-9fd6-f521cccafb3b [2024-07-17T08:31:10.269Z] [2024-07-17T08:31:10.269Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-17T08:31:10.269Z] [Pipeline] } [2024-07-17T08:31:10.276Z] $ docker stop --time=1 56e6a44c0c9bc3b2dd83af93a174624f1599ad8615a9bcd30d4a6f804dae9e34 [2024-07-17T08:31:12.944Z] $ 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 [2024-07-17T08:31:13.834Z] + git log --format=format:%s -1 d0b27e276c0df8ce2bf294c72f38c7099269fea7 [Pipeline] sh [2024-07-17T08:31:14.123Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-17T08:31:14.123Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:31:14.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-17T08:31:14.432Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:31:14.524Z] prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container [2024-07-17T08:31:14.547Z] $ 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 [2024-07-17T08:31:14.885Z] $ docker top 336530eb28f0b55408e3d0df47420d595f771c7158325e748dfe1e3f2bc91ba6 -eo pid,comm [2024-07-17T08:31:14.939Z] 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). [2024-07-17T08:31:14.939Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-17T08:31:15.006Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-17T08:31:15.006Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-17T08:31:15.120Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-17T08:31:15.117Z] $ docker exec 336530eb28f0b55408e3d0df47420d595f771c7158325e748dfe1e3f2bc91ba6 ssh-agent [2024-07-17T08:31:15.231Z] SSH_AUTH_SOCK=/tmp/ssh-XzYGK2g5iZWh/agent.31 [2024-07-17T08:31:15.231Z] SSH_AGENT_PID=37 [2024-07-17T08:31:15.235Z] Running ssh-add (command line suppressed) [2024-07-17T08:31:15.325Z] 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) [2024-07-17T08:31:15.340Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-17T08:31:15.630Z] + git semver tag [2024-07-17T08:31:15.889Z] 2024-07-17 08:31:15,790 [run_tag] DEBUG tag force:False [2024-07-17T08:31:15.889Z] 2024-07-17 08:31:15,790 [check_head_tag] DEBUG check head tag [2024-07-17T08:31:15.889Z] 2024-07-17 08:31:15,792 [execute] INFO git cat-file --batch-check [2024-07-17T08:31:15.889Z] 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=) [2024-07-17T08:31:15.889Z] 2024-07-17 08:31:15,795 [execute] INFO git cat-file --batch [2024-07-17T08:31:15.889Z] 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=) [2024-07-17T08:31:15.889Z] 2024-07-17 08:31:15,816 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-07-17T08:31:15.889Z] 2024-07-17 08:31:15,816 [execute] INFO git tag -a v3.2.0-dev.25 -m v3.2.0-dev.25 [2024-07-17T08:31:15.889Z] 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) [2024-07-17T08:31:15.889Z] 2024-07-17 08:31:15,821 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-07-17T08:31:15.889Z] 3.2.0-dev.25 [Pipeline] } [2024-07-17T08:31:15.893Z] $ docker exec --env ******** --env ******** 336530eb28f0b55408e3d0df47420d595f771c7158325e748dfe1e3f2bc91ba6 ssh-agent -k [2024-07-17T08:31:15.994Z] unset SSH_AUTH_SOCK; [2024-07-17T08:31:15.994Z] unset SSH_AGENT_PID; [2024-07-17T08:31:15.994Z] echo Agent pid 37 killed; [2024-07-17T08:31:16.008Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-17T08:31:16.336Z] + git semver [Pipeline] } [2024-07-17T08:31:16.602Z] $ docker stop --time=1 336530eb28f0b55408e3d0df47420d595f771c7158325e748dfe1e3f2bc91ba6 [2024-07-17T08:31:17.869Z] $ docker rm -f --volumes 336530eb28f0b55408e3d0df47420d595f771c7158325e748dfe1e3f2bc91ba6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:31:18.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-17T08:31:18.305Z] [2024-07-17T08:31:18.305Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:31:18.607Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-17T08:31:18.607Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-17T08:31:18.607Z] ab5ef0e58194: Pulling fs layer [2024-07-17T08:31:18.607Z] 9712f1f96733: Pulling fs layer [2024-07-17T08:31:18.607Z] 63f879dbbcfc: Pulling fs layer [2024-07-17T08:31:18.607Z] 0d9ebad4ef96: Pulling fs layer [2024-07-17T08:31:18.607Z] e9a5061849ea: Pulling fs layer [2024-07-17T08:31:18.607Z] d747dcd14b5f: Pulling fs layer [2024-07-17T08:31:18.607Z] 2de7ff778b66: Pulling fs layer [2024-07-17T08:31:18.607Z] 0d9ebad4ef96: Waiting [2024-07-17T08:31:18.607Z] 2de7ff778b66: Waiting [2024-07-17T08:31:18.607Z] e9a5061849ea: Waiting [2024-07-17T08:31:18.607Z] d747dcd14b5f: Waiting [2024-07-17T08:31:18.607Z] 9712f1f96733: Verifying Checksum [2024-07-17T08:31:18.607Z] 9712f1f96733: Download complete [2024-07-17T08:31:18.868Z] 63f879dbbcfc: Verifying Checksum [2024-07-17T08:31:18.868Z] 63f879dbbcfc: Download complete [2024-07-17T08:31:19.128Z] e9a5061849ea: Verifying Checksum [2024-07-17T08:31:19.128Z] e9a5061849ea: Download complete [2024-07-17T08:31:19.128Z] 0d9ebad4ef96: Verifying Checksum [2024-07-17T08:31:19.128Z] 0d9ebad4ef96: Download complete [2024-07-17T08:31:19.128Z] d747dcd14b5f: Download complete [2024-07-17T08:31:19.128Z] ab5ef0e58194: Verifying Checksum [2024-07-17T08:31:19.128Z] ab5ef0e58194: Download complete [2024-07-17T08:31:19.128Z] 2de7ff778b66: Verifying Checksum [2024-07-17T08:31:19.128Z] 2de7ff778b66: Download complete [2024-07-17T08:31:21.661Z] ab5ef0e58194: Pull complete [2024-07-17T08:31:21.661Z] 9712f1f96733: Pull complete [2024-07-17T08:31:22.597Z] 63f879dbbcfc: Pull complete [2024-07-17T08:31:25.879Z] 0d9ebad4ef96: Pull complete [2024-07-17T08:31:25.879Z] e9a5061849ea: Pull complete [2024-07-17T08:31:25.879Z] d747dcd14b5f: Pull complete [2024-07-17T08:31:26.814Z] 2de7ff778b66: Pull complete [2024-07-17T08:31:26.814Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-17T08:31:26.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-17T08:31:26.814Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:31:26.911Z] prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container [2024-07-17T08:31:26.935Z] $ 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 [2024-07-17T08:31:28.509Z] $ docker top ff9a46db3fb19681bb839bc73cfa3edbf66ef31dd13f24517b9bb5548f9aa341 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-17T08:31:28.594Z] provisioning config files... [2024-07-17T08:31:28.601Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13533023783312428785tmp [2024-07-17T08:31:28.610Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2949200111705718643tmp [2024-07-17T08:31:28.618Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16367022931896655729tmp [Pipeline] { [Pipeline] echo [2024-07-17T08:31:28.799Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:31:29.090Z] ---> sigul-configuration.sh [2024-07-17T08:31:29.091Z] gpg: directory `/root/.gnupg' created [2024-07-17T08:31:29.091Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-17T08:31:29.091Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-17T08:31:29.091Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-17T08:31:29.091Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-17T08:31:29.091Z] gpg: CAST5 encrypted data [2024-07-17T08:31:29.091Z] gpg: encrypted with 1 passphrase [2024-07-17T08:31:29.091Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-17T08:31:29.386Z] + mkdir /home/jenkins [2024-07-17T08:31:29.386Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-17T08:31:29.685Z] + 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 [2024-07-17T08:31:29.698Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:31:29.992Z] ---> sigul-install.sh [2024-07-17T08:31:29.992Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-17T08:31:30.440Z] + git tag --list [2024-07-17T08:31:30.440Z] v1.0.0 [2024-07-17T08:31:30.440Z] v1.1.0 [2024-07-17T08:31:30.440Z] v1.2.0 [2024-07-17T08:31:30.440Z] v1.3.0 [2024-07-17T08:31:30.440Z] v1.3.1 [2024-07-17T08:31:30.440Z] v2.0.0 [2024-07-17T08:31:30.440Z] v2.0.1 [2024-07-17T08:31:30.440Z] v2.1.0 [2024-07-17T08:31:30.440Z] v2.1.1 [2024-07-17T08:31:30.440Z] v2.1.2 [2024-07-17T08:31:30.440Z] v2.2.0 [2024-07-17T08:31:30.440Z] v2.3 [2024-07-17T08:31:30.440Z] v2.3.0 [2024-07-17T08:31:30.440Z] v2.3.1 [2024-07-17T08:31:30.440Z] v3.0 [2024-07-17T08:31:30.440Z] v3.0.0 [2024-07-17T08:31:30.440Z] v3.0.1 [2024-07-17T08:31:30.440Z] v3.0.1-dev.1 [2024-07-17T08:31:30.440Z] v3.1 [2024-07-17T08:31:30.440Z] v3.1.0 [2024-07-17T08:31:30.440Z] v3.1.0-dev.1 [2024-07-17T08:31:30.440Z] v3.1.0-dev.10 [2024-07-17T08:31:30.440Z] v3.1.0-dev.11 [2024-07-17T08:31:30.440Z] v3.1.0-dev.12 [2024-07-17T08:31:30.440Z] v3.1.0-dev.13 [2024-07-17T08:31:30.440Z] v3.1.0-dev.14 [2024-07-17T08:31:30.440Z] v3.1.0-dev.15 [2024-07-17T08:31:30.440Z] v3.1.0-dev.16 [2024-07-17T08:31:30.440Z] v3.1.0-dev.17 [2024-07-17T08:31:30.440Z] v3.1.0-dev.18 [2024-07-17T08:31:30.440Z] v3.1.0-dev.19 [2024-07-17T08:31:30.440Z] v3.1.0-dev.2 [2024-07-17T08:31:30.440Z] v3.1.0-dev.20 [2024-07-17T08:31:30.440Z] v3.1.0-dev.21 [2024-07-17T08:31:30.440Z] v3.1.0-dev.22 [2024-07-17T08:31:30.440Z] v3.1.0-dev.23 [2024-07-17T08:31:30.440Z] v3.1.0-dev.24 [2024-07-17T08:31:30.440Z] v3.1.0-dev.25 [2024-07-17T08:31:30.440Z] v3.1.0-dev.26 [2024-07-17T08:31:30.440Z] v3.1.0-dev.27 [2024-07-17T08:31:30.440Z] v3.1.0-dev.28 [2024-07-17T08:31:30.440Z] v3.1.0-dev.29 [2024-07-17T08:31:30.440Z] v3.1.0-dev.3 [2024-07-17T08:31:30.440Z] v3.1.0-dev.30 [2024-07-17T08:31:30.440Z] v3.1.0-dev.31 [2024-07-17T08:31:30.440Z] v3.1.0-dev.32 [2024-07-17T08:31:30.440Z] v3.1.0-dev.33 [2024-07-17T08:31:30.440Z] v3.1.0-dev.34 [2024-07-17T08:31:30.440Z] v3.1.0-dev.35 [2024-07-17T08:31:30.440Z] v3.1.0-dev.36 [2024-07-17T08:31:30.440Z] v3.1.0-dev.37 [2024-07-17T08:31:30.440Z] v3.1.0-dev.38 [2024-07-17T08:31:30.440Z] v3.1.0-dev.39 [2024-07-17T08:31:30.440Z] v3.1.0-dev.4 [2024-07-17T08:31:30.440Z] v3.1.0-dev.5 [2024-07-17T08:31:30.440Z] v3.1.0-dev.6 [2024-07-17T08:31:30.440Z] v3.1.0-dev.7 [2024-07-17T08:31:30.440Z] v3.1.0-dev.8 [2024-07-17T08:31:30.440Z] v3.1.0-dev.9 [2024-07-17T08:31:30.440Z] v3.1.1 [2024-07-17T08:31:30.440Z] v3.1.1-dev.1 [2024-07-17T08:31:30.440Z] v3.2.0-dev.1 [2024-07-17T08:31:30.440Z] v3.2.0-dev.10 [2024-07-17T08:31:30.440Z] v3.2.0-dev.11 [2024-07-17T08:31:30.440Z] v3.2.0-dev.12 [2024-07-17T08:31:30.440Z] v3.2.0-dev.13 [2024-07-17T08:31:30.440Z] v3.2.0-dev.14 [2024-07-17T08:31:30.440Z] v3.2.0-dev.15 [2024-07-17T08:31:30.440Z] v3.2.0-dev.16 [2024-07-17T08:31:30.440Z] v3.2.0-dev.17 [2024-07-17T08:31:30.440Z] v3.2.0-dev.18 [2024-07-17T08:31:30.440Z] v3.2.0-dev.19 [2024-07-17T08:31:30.440Z] v3.2.0-dev.2 [2024-07-17T08:31:30.440Z] v3.2.0-dev.20 [2024-07-17T08:31:30.440Z] v3.2.0-dev.21 [2024-07-17T08:31:30.440Z] v3.2.0-dev.22 [2024-07-17T08:31:30.440Z] v3.2.0-dev.23 [2024-07-17T08:31:30.440Z] v3.2.0-dev.24 [2024-07-17T08:31:30.440Z] v3.2.0-dev.25 [2024-07-17T08:31:30.440Z] v3.2.0-dev.3 [2024-07-17T08:31:30.440Z] v3.2.0-dev.4 [2024-07-17T08:31:30.440Z] v3.2.0-dev.5 [2024-07-17T08:31:30.440Z] v3.2.0-dev.6 [2024-07-17T08:31:30.440Z] v3.2.0-dev.7 [2024-07-17T08:31:30.440Z] v3.2.0-dev.8 [2024-07-17T08:31:30.440Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-17T08:31:30.738Z] + lftools sign git-tag v3.2.0-dev.25 [2024-07-17T08:31:31.307Z] Signing Git tag with Sigul... [2024-07-17T08:31:31.307Z] Signing v3.2.0-dev.25 [Pipeline] echo [2024-07-17T08:31:31.578Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:31:31.875Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-17T08:31:31.883Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-17T08:31:31.907Z] $ docker stop --time=1 ff9a46db3fb19681bb839bc73cfa3edbf66ef31dd13f24517b9bb5548f9aa341 [2024-07-17T08:31:33.185Z] $ 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 [2024-07-17T08:31:33.688Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-17T08:31:33.688Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:31:34.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-17T08:31:34.005Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:31:34.080Z] prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container [2024-07-17T08:31:34.103Z] $ 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 [2024-07-17T08:31:34.423Z] $ docker top a60b3b4bb662b86891afa8470a831214e94c296c8d524e6759156068cb5127b4 -eo pid,comm [2024-07-17T08:31:34.473Z] 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). [2024-07-17T08:31:34.473Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-17T08:31:34.536Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-17T08:31:34.536Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-17T08:31:34.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-17T08:31:34.637Z] $ docker exec a60b3b4bb662b86891afa8470a831214e94c296c8d524e6759156068cb5127b4 ssh-agent [2024-07-17T08:31:34.738Z] SSH_AUTH_SOCK=/tmp/ssh-wfm2lCPytQTI/agent.32 [2024-07-17T08:31:34.738Z] SSH_AGENT_PID=38 [2024-07-17T08:31:34.742Z] Running ssh-add (command line suppressed) [2024-07-17T08:31:34.833Z] 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) [2024-07-17T08:31:34.852Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-17T08:31:35.146Z] + git semver bump pre [2024-07-17T08:31:35.405Z] 2024-07-17 08:31:35,319 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-07-17T08:31:35.405Z] 2024-07-17 08:31:35,319 [bump_version] DEBUG bumping version:3.2.0-dev.25 on axis:pre with prefix:dev [2024-07-17T08:31:35.405Z] 2024-07-17 08:31:35,319 [bump_version] DEBUG bumped version:3.2.0-dev.26 [2024-07-17T08:31:35.405Z] 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 [2024-07-17T08:31:35.405Z] 2024-07-17 08:31:35,319 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-07-17T08:31:35.405Z] 2024-07-17 08:31:35,319 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2024-07-17T08:31:35.405Z] 2024-07-17 08:31:35,321 [execute] INFO git cat-file --batch-check [2024-07-17T08:31:35.405Z] 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=) [2024-07-17T08:31:35.405Z] 2024-07-17 08:31:35,326 [execute] INFO git cat-file --batch [2024-07-17T08:31:35.405Z] 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=) [2024-07-17T08:31:35.405Z] 2024-07-17 08:31:35,331 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-07-17T08:31:35.405Z] 3.2.0-dev.26 [Pipeline] } [2024-07-17T08:31:35.412Z] $ docker exec --env ******** --env ******** a60b3b4bb662b86891afa8470a831214e94c296c8d524e6759156068cb5127b4 ssh-agent -k [2024-07-17T08:31:35.513Z] unset SSH_AUTH_SOCK; [2024-07-17T08:31:35.514Z] unset SSH_AGENT_PID; [2024-07-17T08:31:35.514Z] echo Agent pid 38 killed; [2024-07-17T08:31:35.530Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-17T08:31:35.853Z] + git semver [Pipeline] } [2024-07-17T08:31:36.121Z] $ docker stop --time=1 a60b3b4bb662b86891afa8470a831214e94c296c8d524e6759156068cb5127b4 [2024-07-17T08:31:37.376Z] $ docker rm -f --volumes a60b3b4bb662b86891afa8470a831214e94c296c8d524e6759156068cb5127b4 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-17T08:31:37.735Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-17T08:31:37.735Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:31:38.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-17T08:31:38.045Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:31:38.125Z] prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container [2024-07-17T08:31:38.148Z] $ 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 [2024-07-17T08:31:38.529Z] $ docker top db9e11bafcc6fde13af5591938cdb83f0db670bf7313345c2755d56e55af9af7 -eo pid,comm [2024-07-17T08:31:38.580Z] 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). [2024-07-17T08:31:38.580Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-17T08:31:38.643Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-17T08:31:38.643Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-17T08:31:38.754Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-17T08:31:38.752Z] $ docker exec db9e11bafcc6fde13af5591938cdb83f0db670bf7313345c2755d56e55af9af7 ssh-agent [2024-07-17T08:31:38.856Z] SSH_AUTH_SOCK=/tmp/ssh-hoBY6wEnKjCl/agent.31 [2024-07-17T08:31:38.856Z] SSH_AGENT_PID=37 [2024-07-17T08:31:38.861Z] Running ssh-add (command line suppressed) [2024-07-17T08:31:38.952Z] 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) [2024-07-17T08:31:38.971Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-17T08:31:39.264Z] + git semver push [2024-07-17T08:31:39.523Z] 2024-07-17 08:31:39,462 [run_push] DEBUG push [2024-07-17T08:31:39.523Z] 2024-07-17 08:31:39,463 [execute] INFO git cat-file --batch-check [2024-07-17T08:31:39.523Z] 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=) [2024-07-17T08:31:39.523Z] 2024-07-17 08:31:39,468 [execute] INFO git rev-list 2303e5e454f2ab770a2d12953f767da5700f7562 -- [2024-07-17T08:31:39.523Z] 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) [2024-07-17T08:31:39.523Z] 2024-07-17 08:31:39,478 [execute] INFO git fetch -v origin [2024-07-17T08:31:39.523Z] 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) [2024-07-17T08:31:40.092Z] 2024-07-17 08:31:39,942 [run_push] DEBUG no remote changes detected [2024-07-17T08:31:40.092Z] 2024-07-17 08:31:39,943 [execute] INFO git push origin semver [2024-07-17T08:31:40.092Z] 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) [2024-07-17T08:31:41.030Z] 2024-07-17 08:31:40,693 [run_push] DEBUG push all version tags [2024-07-17T08:31:41.030Z] 2024-07-17 08:31:40,694 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-17T08:31:41.030Z] 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) [2024-07-17T08:31:41.602Z] 2024-07-17 08:31:41,404 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-07-17T08:31:41.602Z] 3.2.0-dev.26 [Pipeline] } [2024-07-17T08:31:41.607Z] $ docker exec --env ******** --env ******** db9e11bafcc6fde13af5591938cdb83f0db670bf7313345c2755d56e55af9af7 ssh-agent -k [2024-07-17T08:31:41.712Z] unset SSH_AUTH_SOCK; [2024-07-17T08:31:41.712Z] unset SSH_AGENT_PID; [2024-07-17T08:31:41.712Z] echo Agent pid 37 killed; [2024-07-17T08:31:41.726Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-17T08:31:42.051Z] + git semver [Pipeline] } [2024-07-17T08:31:42.318Z] $ docker stop --time=1 db9e11bafcc6fde13af5591938cdb83f0db670bf7313345c2755d56e55af9af7 [2024-07-17T08:31:43.597Z] $ 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 [2024-07-17T08:31:44.256Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2024-07-17T08:31:44.256Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2024-07-17T08:31:44.256Z] total 16 [2024-07-17T08:31:44.256Z] drwxr-xr-x 3 root root 4096 Jul 17 08:16 . [2024-07-17T08:31:44.256Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 08:31 .. [2024-07-17T08:31:44.256Z] drwxr-xr-x 2 root root 4096 Jul 17 08:16 cost [2024-07-17T08:31:44.256Z] -rw-r--r-- 1 root root 96 Jul 17 08:16 cost.csv [2024-07-17T08:31:44.256Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2024-07-17T08:31:44.256Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2024-07-17T08:31:44.256Z] total 16 [2024-07-17T08:31:44.256Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 17 08:16 . [2024-07-17T08:31:44.256Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 08:31 .. [2024-07-17T08:31:44.256Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 17 08:16 cost [2024-07-17T08:31:44.256Z] -rw-r--r-- 1 jenkins jenkins 96 Jul 17 08:16 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:31:44.548Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:31:45.408Z] ---> package-listing.sh [2024-07-17T08:31:45.408Z] ++ facter osfamily [2024-07-17T08:31:45.408Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-17T08:31:45.667Z] + OS_FAMILY=debian [2024-07-17T08:31:45.667Z] + workspace=/w/workspace/ry_app-service-configurable_main [2024-07-17T08:31:45.667Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-17T08:31:45.667Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-17T08:31:45.667Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-17T08:31:45.667Z] + PACKAGES=/tmp/packages_start.txt [2024-07-17T08:31:45.667Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2024-07-17T08:31:45.667Z] + PACKAGES=/tmp/packages_end.txt [2024-07-17T08:31:45.667Z] + case "${OS_FAMILY}" in [2024-07-17T08:31:45.667Z] + dpkg -l [2024-07-17T08:31:45.667Z] + grep '^ii' [2024-07-17T08:31:45.667Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-17T08:31:45.667Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-17T08:31:45.667Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-17T08:31:45.667Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2024-07-17T08:31:45.667Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2024-07-17T08:31:45.667Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2024-07-17T08:31:45.677Z] 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 [2024-07-17T08:31:45.954Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-17T08:31:46.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-17T08:31:46.521Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-17T08:31:46.602Z] prd-ubuntu20.04-docker-8c-8g-5789 does not seem to be running inside a container [2024-07-17T08:31:46.627Z] $ 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 [2024-07-17T08:31:46.819Z] $ docker top f798211739b93e830a73342bac498959ca88f60aa11029c227f40d5437e0c3eb -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-17T08:31:47.179Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-17T08:31:47.463Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-17T08:31:47.748Z] + ls /var/log/sa-host [2024-07-17T08:31:47.748Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-17T08:31:47.925Z] provisioning config files... [2024-07-17T08:31:47.935Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2219806933571652608tmp [Pipeline] { [Pipeline] echo [2024-07-17T08:31:47.953Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:31:48.235Z] ---> create-netrc.sh [Pipeline] } [2024-07-17T08:31:48.243Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:31:48.583Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-17T08:31:48.593Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:31:48.874Z] ---> sudo-logs.sh [2024-07-17T08:31:48.874Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-17T08:31:48.911Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:31:49.194Z] ---> job-cost.sh [2024-07-17T08:31:49.194Z] lf-activate-venv: SKIPPING [2024-07-17T08:31:49.194Z] DEBUG: total: 0.2199999988079071 [2024-07-17T08:31:49.194Z] INFO: Retrieving Stack Cost... [2024-07-17T08:31:49.765Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-17T08:31:50.024Z] INFO: Archiving Costs [Pipeline] echo [2024-07-17T08:31:50.036Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-17T08:31:50.319Z] ---> logs-deploy.sh [2024-07-17T08:31:50.319Z] lf-activate-venv: SKIPPING [2024-07-17T08:31:50.319Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/235 [2024-07-17T08:31:50.319Z] INFO: archiving workspace using pattern(s): [2024-07-17T08:31:51.256Z] Archives upload complete. [2024-07-17T08:31:51.516Z] INFO: archiving logs to Nexus