Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 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-ssh16126420595508876017.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision b5a5e52272fc4198cf3754284eedf36dbf0baa35 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-ssh1653048751646173859.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 b5a5e52272fc4198cf3754284eedf36dbf0baa35 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-ssh1480377976259286937.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision b5a5e52272fc4198cf3754284eedf36dbf0baa35 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b5a5e52272fc4198cf3754284eedf36dbf0baa35 # timeout=10 Commit message: "Merge pull request #456 from cherrycl/issue-452-4" > 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-ssh6668984383518268572.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-ssh11617269248771341011.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-12913 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 (main) Commit message: "Merge pull request #677 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.52" > git config core.sparsecheckout # timeout=10 > git checkout -f a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 # timeout=10 > git rev-list --no-walk 6da4e050245d60ee2908bba863b4a6e8e857bbf3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:14:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:14:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:14:18 ========================================================= 13:14:18 EdgeX Global Pipelines Version Info 13:14:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:14:20 ------------------- 13:14:20 stable info: 13:14:20 ------------------- 13:14:20 Commited By: Cherry Wang cherry@iotechsys.com 13:14:20 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 13:14:20 Message: update stable to v1.0.264 13:14:20 ------------------- 13:14:20 experimental info: 13:14:20 ------------------- 13:14:20 Commited By: Cherry Wang cherry@iotechsys.com 13:14:20 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 13:14:20 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:14:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:14:21 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:14:21 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:14:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 13:14:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 13:14:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 13:14:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] echo 13:14:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a0dcfaf [Pipeline] echo 13:14:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:14:21 provisioning config files... 13:14:21 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config294845799708755875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:14:21 ---> ****-login.sh 13:14:21 nexus3.edgexfoundry.org:10001 13:14:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:14:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:14:21 Configure a credential helper to remove this warning. See 13:14:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:14:21 13:14:21 Login Succeeded 13:14:21 nexus3.edgexfoundry.org:10002 13:14:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:14:22 Configure a credential helper to remove this warning. See 13:14:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:14:22 13:14:22 Login Succeeded 13:14:22 nexus3.edgexfoundry.org:10003 13:14:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:14:22 Configure a credential helper to remove this warning. See 13:14:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:14:22 13:14:22 Login Succeeded 13:14:22 nexus3.edgexfoundry.org:10004 13:14:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:14:22 Configure a credential helper to remove this warning. See 13:14:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:14:22 13:14:22 Login Succeeded 13:14:22 ****.io 13:14:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:14:22 Configure a credential helper to remove this warning. See 13:14:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:14:22 13:14:22 Login Succeeded 13:14:22 ---> ****-login.sh ends [Pipeline] } 13:14:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:14:23 + git rev-list -1 --merges a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5~1..a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] echo 13:14:23 -----------> git rev-list -1 --merges a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5~1..a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 13:14:23 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [false] [Pipeline] sh 13:14:23 + git log --format=format:%s -1 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] echo 13:14:23 ========================================================= 13:14:23 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:14:23 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:14:23 + git log --format=format:%s -1 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] echo 13:14:23 [semverPrep] GIT_COMMIT: a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5, Commit Message: Merge pull request #677 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.52 [Pipeline] echo 13:14:23 [semverPrep] This is not a build commit. [Pipeline] sh 13:14:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:14:24 + grep -v github /etc/ssh/ssh_known_hosts 13:14:24 + [ -e /tmp/ssh_known_hosts ] 13:14:24 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:14:24 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ 13:14:24 sudo tee -a /etc/ssh/ssh_known_hosts 13:14:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:14:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:14:24 13:14:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:14:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:14:25 0.1.4: Pulling from edgex-devops/py-git-semver 13:14:25 b85a868b505f: Pulling fs layer 13:14:25 e2be974225ed: Pulling fs layer 13:14:25 339a4e72a1f5: Pulling fs layer 13:14:25 988bab9f4d93: Pulling fs layer 13:14:25 1469e6f7b9e6: Pulling fs layer 13:14:25 eaf3925da568: Pulling fs layer 13:14:25 bab4dde63d76: Pulling fs layer 13:14:25 bde34c3a00c8: Pulling fs layer 13:14:25 b352a97aabf1: Pulling fs layer 13:14:25 4872d77fe225: Pulling fs layer 13:14:25 5851b861e8e6: Pulling fs layer 13:14:25 988bab9f4d93: Waiting 13:14:25 1469e6f7b9e6: Waiting 13:14:25 eaf3925da568: Waiting 13:14:25 b352a97aabf1: Waiting 13:14:25 4872d77fe225: Waiting 13:14:25 bab4dde63d76: Waiting 13:14:25 bde34c3a00c8: Waiting 13:14:25 5851b861e8e6: Waiting 13:14:25 e2be974225ed: Verifying Checksum 13:14:25 e2be974225ed: Download complete 13:14:25 988bab9f4d93: Verifying Checksum 13:14:25 988bab9f4d93: Download complete 13:14:25 1469e6f7b9e6: Verifying Checksum 13:14:25 1469e6f7b9e6: Download complete 13:14:25 eaf3925da568: Verifying Checksum 13:14:25 eaf3925da568: Download complete 13:14:25 339a4e72a1f5: Verifying Checksum 13:14:25 339a4e72a1f5: Download complete 13:14:25 bde34c3a00c8: Verifying Checksum 13:14:25 bde34c3a00c8: Download complete 13:14:25 b352a97aabf1: Verifying Checksum 13:14:25 b352a97aabf1: Download complete 13:14:25 4872d77fe225: Verifying Checksum 13:14:25 4872d77fe225: Download complete 13:14:25 5851b861e8e6: Verifying Checksum 13:14:25 5851b861e8e6: Download complete 13:14:25 b85a868b505f: Verifying Checksum 13:14:25 b85a868b505f: Download complete 13:14:25 bab4dde63d76: Verifying Checksum 13:14:25 bab4dde63d76: Download complete 13:14:26 b85a868b505f: Pull complete 13:14:26 e2be974225ed: Pull complete 13:14:27 339a4e72a1f5: Pull complete 13:14:27 988bab9f4d93: Pull complete 13:14:27 1469e6f7b9e6: Pull complete 13:14:27 eaf3925da568: Pull complete 13:14:29 bab4dde63d76: Pull complete 13:14:29 bde34c3a00c8: Pull complete 13:14:29 b352a97aabf1: Pull complete 13:14:29 4872d77fe225: Pull complete 13:14:29 5851b861e8e6: Pull complete 13:14:29 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 13:14:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:14:29 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:14:29 prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container 13:14:29 $ 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 13:14:34 $ docker top 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f -eo pid,comm 13:14:34 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 13:14:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:14:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:14:34 [ssh-agent] Looking for ssh-agent implementation... 13:14:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:14:34 $ docker exec 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f ssh-agent 13:14:34 SSH_AUTH_SOCK=/tmp/ssh-ZaYM2VhyupaZ/agent.32 13:14:34 SSH_AGENT_PID=38 13:14:34 Running ssh-add (command line suppressed) 13:14:34 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14155322572006690923.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14155322572006690923.key) 13:14:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:14:34 + git tag --points-at HEAD [Pipeline] } 13:14:34 $ docker exec --env ******** --env ******** 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f ssh-agent -k 13:14:34 unset SSH_AUTH_SOCK; 13:14:34 unset SSH_AGENT_PID; 13:14:34 echo Agent pid 38 killed; 13:14:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:14:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:14:35 [ssh-agent] Looking for ssh-agent implementation... 13:14:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:14:35 $ docker exec 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f ssh-agent 13:14:35 SSH_AUTH_SOCK=/tmp/ssh-BjsMKgbXzfVT/agent.71 13:14:35 SSH_AGENT_PID=77 13:14:35 Running ssh-add (command line suppressed) 13:14:35 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_15074031271570108328.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_15074031271570108328.key) 13:14:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:14:35 + git semver init 13:14:35 2024-10-02 13:14:35,817 [run_init] DEBUG init version:0.0.0 force:False 13:14:35 2024-10-02 13:14:35,818 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 13:14:35 2024-10-02 13:14:35,818 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 13:14:35 2024-10-02 13:14:35,819 [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) 13:14:37 2024-10-02 13:14:36,913 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 13:14:37 2024-10-02 13:14:36,914 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 13:14:37 2024-10-02 13:14:36,914 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 13:14:37 2024-10-02 13:14:36,915 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 13:14:37 3.2.0-dev.33 [Pipeline] } 13:14:37 $ docker exec --env ******** --env ******** 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f ssh-agent -k 13:14:37 unset SSH_AUTH_SOCK; 13:14:37 unset SSH_AGENT_PID; 13:14:37 echo Agent pid 77 killed; 13:14:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:14:37 + git semver [Pipeline] } 13:14:38 $ docker stop --time=1 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f 13:14:39 $ docker rm -f --volumes 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f [Pipeline] // withDockerContainer [Pipeline] sh 13:14:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:14:39 Stashed 1 file(s) [Pipeline] echo 13:14:39 [edgeXSemver]: initialized semver on version 3.2.0-dev.33 [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 13:14:40 provisioning config files... 13:14:40 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6604253336090146157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:14:40 ---> ****-login.sh 13:14:40 nexus3.edgexfoundry.org:10001 13:14:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:14:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:14:40 Configure a credential helper to remove this warning. See 13:14:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:14:40 13:14:40 Login Succeeded 13:14:40 nexus3.edgexfoundry.org:10002 13:14:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:14:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:14:40 Configure a credential helper to remove this warning. See 13:14:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:14:40 13:14:40 Login Succeeded 13:14:40 nexus3.edgexfoundry.org:10003 13:14:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:14:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:14:40 Configure a credential helper to remove this warning. See 13:14:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:14:40 13:14:40 Login Succeeded 13:14:40 nexus3.edgexfoundry.org:10004 13:14:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:14:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:14:40 Configure a credential helper to remove this warning. See 13:14:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:14:40 13:14:40 Login Succeeded 13:14:40 ****.io 13:14:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:14:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:14:40 Configure a credential helper to remove this warning. See 13:14:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:14:40 13:14:40 Login Succeeded 13:14:40 ---> ****-login.sh ends [Pipeline] } 13:14:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:14:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:14:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:14:41 ========================================================= 13:14:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 13:14:41 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:14:41 + 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 . 13:14:41 Sending build context to Docker daemon 9.16MB 13:14:41 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 13:14:41 Step 2/12 : FROM ${BASE} AS builder 13:14:41 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 13:14:41 619be1103602: Pulling fs layer 13:14:41 7862e08f4a3e: Pulling fs layer 13:14:41 5df492c9dc93: Pulling fs layer 13:14:41 7629e6793208: Pulling fs layer 13:14:41 4f4fb700ef54: Pulling fs layer 13:14:41 fb5054dd5b73: Pulling fs layer 13:14:41 eeca6798cff9: Pulling fs layer 13:14:41 aa269ceb94a6: Pulling fs layer 13:14:41 ada007ff1a6a: Pulling fs layer 13:14:41 7629e6793208: Waiting 13:14:41 4f4fb700ef54: Waiting 13:14:41 fb5054dd5b73: Waiting 13:14:41 eeca6798cff9: Waiting 13:14:41 aa269ceb94a6: Waiting 13:14:41 ada007ff1a6a: Waiting 13:14:41 7862e08f4a3e: Download complete 13:14:41 7629e6793208: Verifying Checksum 13:14:41 7629e6793208: Download complete 13:14:41 4f4fb700ef54: Download complete 13:14:41 fb5054dd5b73: Verifying Checksum 13:14:41 fb5054dd5b73: Download complete 13:14:41 619be1103602: Verifying Checksum 13:14:41 619be1103602: Download complete 13:14:41 eeca6798cff9: Verifying Checksum 13:14:41 eeca6798cff9: Download complete 13:14:41 619be1103602: Pull complete 13:14:41 ada007ff1a6a: Verifying Checksum 13:14:41 ada007ff1a6a: Download complete 13:14:41 7862e08f4a3e: Pull complete 13:14:41 5df492c9dc93: Verifying Checksum 13:14:41 5df492c9dc93: Download complete 13:14:42 aa269ceb94a6: Verifying Checksum 13:14:42 aa269ceb94a6: Download complete 13:14:45 5df492c9dc93: Pull complete 13:14:45 7629e6793208: Pull complete 13:14:45 4f4fb700ef54: Pull complete 13:14:45 fb5054dd5b73: Pull complete 13:14:45 eeca6798cff9: Pull complete 13:14:47 aa269ceb94a6: Pull complete 13:14:48 ada007ff1a6a: Pull complete 13:14:48 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 13:14:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 13:14:48 ---> f489d0715acc 13:14:48 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 13:14:53 ---> Running in 58b1504a0736 13:14:53 Removing intermediate container 58b1504a0736 13:14:53 ---> 5ea73a87f4e7 13:14:53 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 13:14:53 ---> Running in 47c587035ae8 13:14:53 Removing intermediate container 47c587035ae8 13:14:53 ---> 7afbe16e2183 13:14:53 Step 5/12 : ARG ADD_BUILD_TAGS="" 13:14:53 ---> Running in 39ff25b2e60d 13:14:53 Removing intermediate container 39ff25b2e60d 13:14:53 ---> 8eb78ede0fd2 13:14:53 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:14:53 ---> Running in ace24142e68a 13:14:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:14:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:14:54 OK: 264 MiB in 52 packages 13:14:54 Removing intermediate container ace24142e68a 13:14:54 ---> 5b281bdabef9 13:14:54 Step 7/12 : WORKDIR /app 13:14:54 ---> Running in eacb24fe6b1b 13:14:54 Removing intermediate container eacb24fe6b1b 13:14:54 ---> eceea2dd3af4 13:14:54 Step 8/12 : COPY go.mod vendor* ./ 13:14:54 ---> e2fac31299da 13:14:54 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:14:54 ---> Running in 2333185848e3 13:14:55 Still waiting to schedule task 13:14:55 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 13:16:02 Removing intermediate container 2333185848e3 13:16:02 ---> d1e18110b1e0 13:16:02 Step 10/12 : COPY . . 13:16:02 ---> 87760055c7fc 13:16:02 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:16:02 ---> Running in e93f827c6497 13:16:02 Removing intermediate container e93f827c6497 13:16:02 ---> 5b3e7eb454ca 13:16:02 Step 12/12 : RUN $MAKE 13:16:02 ---> Running in 2f4251093ffd 13:16:02 noop 13:16:02 Removing intermediate container 2f4251093ffd 13:16:02 ---> 9b27d77da7e2 13:16:02 Successfully built 9b27d77da7e2 13:16:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:16:02 + docker inspect -f . ci-base-image-x86_64 13:16:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:16:02 prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container 13:16:02 $ 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 13:16:03 $ docker top 8103b02af77b13ff70825f32c7ef549c356660509eb4fe4051174e24023ce042 -eo pid,comm [Pipeline] { [Pipeline] sh 13:16:03 + go version 13:16:03 go version go1.21.9 linux/amd64 [Pipeline] } 13:16:03 $ docker stop --time=1 8103b02af77b13ff70825f32c7ef549c356660509eb4fe4051174e24023ce042 13:16:04 $ docker rm -f --volumes 8103b02af77b13ff70825f32c7ef549c356660509eb4fe4051174e24023ce042 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:16:05 + docker inspect -f . ci-base-image-x86_64 13:16:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:16:05 prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container 13:16:05 $ 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 13:16:05 $ docker top ed908d9c4bb13b749c92d61c56252a479fbf4ad13690e1ff7b0c8d621ecebf1f -eo pid,comm [Pipeline] { [Pipeline] sh 13:16:05 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 13:16:06 + make test 13:16:06 go test -race -coverprofile=coverage.out ./... 13:16:38 ? github.com/edgexfoundry/app-service-configurable [no test files] 13:17:10 go vet ./... 13:17:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:17:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:17:11 ./bin/test-attribution-txt.sh 13:17:11 An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add 13:17:11 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 13:17:11 An attribution for github.com/jackc/pgerrcode is missing from Attribution.txt, please add 13:17:11 An attribution for github.com/jackc/pgpassfile is missing from Attribution.txt, please add 13:17:11 An attribution for github.com/jackc/pgservicefile is missing from Attribution.txt, please add 13:17:11 An attribution for github.com/jackc/pgx/v5 is missing from Attribution.txt, please add 13:17:11 An attribution for github.com/jackc/puddle/v2 is missing from Attribution.txt, please add 13:17:11 An attribution for github.com/openziti/channel/v3 is missing from Attribution.txt, please add 13:17:11 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 13:17:11 An attribution for gopkg.in/go-jose/go-jose.v2 is missing from Attribution.txt, please add [Pipeline] echo 13:17:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:17:12 $ docker stop --time=1 ed908d9c4bb13b749c92d61c56252a479fbf4ad13690e1ff7b0c8d621ecebf1f 13:17:18 $ docker rm -f --volumes ed908d9c4bb13b749c92d61c56252a479fbf4ad13690e1ff7b0c8d621ecebf1f [Pipeline] // withDockerContainer [Pipeline] sh 13:17:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:17:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:17:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:17:19 + ls -al . 13:17:19 total 260 13:17:19 drwxrwxr-x 7 jenkins jenkins 4096 Oct 2 13:16 . 13:17:19 drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 13:14 .. 13:17:19 -rw-rw-r-- 1 jenkins jenkins 119 Oct 2 13:14 .dockerignore 13:17:19 drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 13:16 .git 13:17:19 drwxrwxr-x 3 jenkins jenkins 4096 Oct 2 13:14 .github 13:17:19 -rw-rw-r-- 1 jenkins jenkins 106 Oct 2 13:14 .gitignore 13:17:19 -rw-rw-r-- 1 jenkins jenkins 41 Oct 2 13:14 .golangci.yml 13:17:19 drwxr-xr-x 3 jenkins jenkins 4096 Oct 2 13:14 .semver 13:17:19 -rw-rw-r-- 1 jenkins jenkins 18981 Oct 2 13:14 Attribution.txt 13:17:19 -rw-rw-r-- 1 jenkins jenkins 37263 Oct 2 13:14 CHANGELOG.md 13:17:19 -rw-rw-r-- 1 jenkins jenkins 2007 Oct 2 13:14 Dockerfile 13:17:19 -rw-rw-r-- 1 jenkins jenkins 677 Oct 2 13:14 GOVERNANCE.md 13:17:19 -rw-rw-r-- 1 jenkins jenkins 666 Oct 2 13:14 Jenkinsfile 13:17:19 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 2 13:14 LICENSE 13:17:19 -rw-rw-r-- 1 jenkins jenkins 618 Oct 2 13:14 OWNERS.md 13:17:19 -rw-rw-r-- 1 jenkins jenkins 4582 Oct 2 13:14 README.md 13:17:19 -rw-rw-r-- 1 jenkins jenkins 12 Oct 2 13:14 VERSION 13:17:19 drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 13:14 bin 13:17:19 -rw-r--r-- 1 jenkins jenkins 13 Oct 2 13:16 coverage.out 13:17:19 -rw-rw-r-- 1 jenkins jenkins 7313 Oct 2 13:14 go.mod 13:17:19 -rw-rw-r-- 1 jenkins jenkins 100922 Oct 2 13:14 go.sum 13:17:19 -rw-rw-r-- 1 jenkins jenkins 1937 Oct 2 13:14 main.go 13:17:19 -rw-rw-r-- 1 jenkins jenkins 2572 Oct 2 13:14 makefile 13:17:19 drwxrwxr-x 10 jenkins jenkins 4096 Oct 2 13:14 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:17:20 + 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=a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 --label arch=amd64 --label version=3.2.0-dev.33 . 13:17:20 Sending build context to Docker daemon 9.161MB 13:17:20 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 13:17:20 Step 2/27 : FROM ${BASE} AS builder 13:17:20 ---> 9b27d77da7e2 13:17:20 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 13:17:20 ---> Running in 85053d876397 13:17:20 Removing intermediate container 85053d876397 13:17:20 ---> d719b26bdf15 13:17:20 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 13:17:20 ---> Running in 76dfd6bdb2f2 13:17:20 Removing intermediate container 76dfd6bdb2f2 13:17:20 ---> 58dd08f234b4 13:17:20 Step 5/27 : ARG ADD_BUILD_TAGS="" 13:17:20 ---> Running in 10864a1daa4c 13:17:20 Removing intermediate container 10864a1daa4c 13:17:20 ---> 52b9e0277d64 13:17:20 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:17:20 ---> Running in dd29ad6c0eef 13:17:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:17:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:17:21 OK: 264 MiB in 52 packages 13:17:21 Removing intermediate container dd29ad6c0eef 13:17:21 ---> 4a81751d5aab 13:17:21 Step 7/27 : WORKDIR /app 13:17:21 ---> Running in 6795836393ca 13:17:21 Removing intermediate container 6795836393ca 13:17:21 ---> 085857112e61 13:17:21 Step 8/27 : COPY go.mod vendor* ./ 13:17:21 ---> 03ea4a7a60ea 13:17:21 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:17:21 ---> Running in 1f03a527a536 13:17:22 Removing intermediate container 1f03a527a536 13:17:22 ---> 553d8891a85e 13:17:22 Step 10/27 : COPY . . 13:17:23 ---> 33f9f9e5488c 13:17:23 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:17:23 ---> Running in 19d21ba0dc45 13:17:23 Removing intermediate container 19d21ba0dc45 13:17:23 ---> 92ec8f6dab67 13:17:23 Step 12/27 : RUN $MAKE 13:17:23 ---> Running in ab0f68cf0684 13:17:23 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.33" -trimpath -mod=readonly -o app-service-configurable 13:18:02 Removing intermediate container ab0f68cf0684 13:18:02 ---> 2c72327ab34e 13:18:02 Step 13/27 : FROM alpine:3.18 13:18:02 3.18: Pulling from library/alpine 13:18:02 1cc3d825d8b2: Pulling fs layer 13:18:02 1cc3d825d8b2: Verifying Checksum 13:18:02 1cc3d825d8b2: Download complete 13:18:02 1cc3d825d8b2: Pull complete 13:18:02 Digest: sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 13:18:02 Status: Downloaded newer image for alpine:3.18 13:18:02 ---> 2c64cf60f6f0 13:18:02 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 13:18:02 ---> Running in eb23c197b42e 13:18:02 Removing intermediate container eb23c197b42e 13:18:02 ---> 8211bccbc3c3 13:18:02 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 13:18:02 ---> Running in dbdbc5ed2d7f 13:18:02 Removing intermediate container dbdbc5ed2d7f 13:18:02 ---> 7a4bd5ad4f97 13:18:02 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 13:18:02 ---> Running in 2c2d116b622f 13:18:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:18:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:18:02 (1/2) Installing ca-certificates (20240226-r0) 13:18:02 (2/2) Installing dumb-init (1.2.5-r2) 13:18:02 Executing busybox-1.36.1-r7.trigger 13:18:02 Executing ca-certificates-20240226-r0.trigger 13:18:02 OK: 8 MiB in 17 packages 13:18:02 Removing intermediate container 2c2d116b622f 13:18:02 ---> 0d0a85686ea2 13:18:02 Step 17/27 : RUN apk --no-cache upgrade 13:18:02 ---> Running in 18a93f43ec12 13:18:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:18:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:18:02 OK: 8 MiB in 17 packages 13:18:02 Removing intermediate container 18a93f43ec12 13:18:02 ---> 0ad502e13a0d 13:18:02 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 13:18:02 ---> 943ff8593b10 13:18:02 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 13:18:02 ---> 15aaef9cbf32 13:18:02 Step 20/27 : COPY --from=builder /app/res/ /res/ 13:18:02 ---> 30d7ecba4985 13:18:02 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 13:18:02 ---> 907b070b23d6 13:18:02 Step 22/27 : EXPOSE 48095 13:18:02 ---> Running in 53acebad7dea 13:18:02 Removing intermediate container 53acebad7dea 13:18:02 ---> 900c389c09fb 13:18:02 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 13:18:02 ---> Running in 6ddd8c9b342b 13:18:02 Removing intermediate container 6ddd8c9b342b 13:18:02 ---> e551743a945b 13:18:02 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:18:02 ---> Running in ab7ad0156636 13:18:02 Removing intermediate container ab7ad0156636 13:18:02 ---> 844c203cf2d0 13:18:02 Step 25/27 : LABEL arch=amd64 13:18:02 ---> Running in 3da6fc6d235e 13:18:02 Removing intermediate container 3da6fc6d235e 13:18:02 ---> dbe95834cd95 13:18:02 Step 26/27 : LABEL git_sha=a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 13:18:02 ---> Running in 5fe0de742f32 13:18:02 Removing intermediate container 5fe0de742f32 13:18:02 ---> 9fcb95caecf3 13:18:02 Step 27/27 : LABEL version=3.2.0-dev.33 13:18:02 ---> Running in 544ec544e8e0 13:18:02 Removing intermediate container 544ec544e8e0 13:18:02 ---> 323090e643c5 13:18:02 [Warning] One or more build-args [ARCH] were not consumed 13:18:02 Successfully built 323090e643c5 13:18:02 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 13:18:02 provisioning config files... 13:18:02 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14576583961870069732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:18:03 ---> ****-login.sh 13:18:03 nexus3.edgexfoundry.org:10001 13:18:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:03 Configure a credential helper to remove this warning. See 13:18:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:03 13:18:03 Login Succeeded 13:18:03 nexus3.edgexfoundry.org:10002 13:18:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:03 Configure a credential helper to remove this warning. See 13:18:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:03 13:18:03 Login Succeeded 13:18:03 nexus3.edgexfoundry.org:10003 13:18:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:03 Configure a credential helper to remove this warning. See 13:18:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:03 13:18:03 Login Succeeded 13:18:03 nexus3.edgexfoundry.org:10004 13:18:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:03 Configure a credential helper to remove this warning. See 13:18:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:03 13:18:03 Login Succeeded 13:18:03 ****.io 13:18:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:18:03 Configure a credential helper to remove this warning. See 13:18:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:18:03 13:18:03 Login Succeeded 13:18:03 ---> ****-login.sh ends [Pipeline] } 13:18:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:18:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:18:03 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 13:18:03 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 13:18:03 latest 13:18:03 3.2.0-dev.33 13:18:03 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 13:18:03 main 13:18:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:04 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:04 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 13:18:04 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 13:18:04 f4e5855cf52f: Preparing 13:18:04 a20a1bde58ea: Preparing 13:18:04 c2167fbad349: Preparing 13:18:04 8e2c4e81768e: Preparing 13:18:04 6e2768f2e1a0: Preparing 13:18:04 87949afe5a0a: Preparing 13:18:04 d62a02444d39: Preparing 13:18:04 87949afe5a0a: Waiting 13:18:04 d62a02444d39: Waiting 13:18:04 c2167fbad349: Pushed 13:18:04 6e2768f2e1a0: Pushed 13:18:04 a20a1bde58ea: Pushed 13:18:04 d62a02444d39: Layer already exists 13:18:04 8e2c4e81768e: Pushed 13:18:04 87949afe5a0a: Pushed 13:18:08 f4e5855cf52f: Pushed 13:18:08 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5: digest: sha256:af9125641fd63ed4a9fea6efd6c42df792b5b80ef8802b7d889b592ff41c954a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:08 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:08 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 13:18:08 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 13:18:08 f4e5855cf52f: Preparing 13:18:08 a20a1bde58ea: Preparing 13:18:08 c2167fbad349: Preparing 13:18:08 8e2c4e81768e: Preparing 13:18:08 6e2768f2e1a0: Preparing 13:18:08 87949afe5a0a: Preparing 13:18:08 d62a02444d39: Preparing 13:18:08 87949afe5a0a: Waiting 13:18:08 d62a02444d39: Waiting 13:18:08 c2167fbad349: Layer already exists 13:18:08 8e2c4e81768e: Layer already exists 13:18:08 a20a1bde58ea: Layer already exists 13:18:08 f4e5855cf52f: Layer already exists 13:18:08 6e2768f2e1a0: Layer already exists 13:18:08 87949afe5a0a: Layer already exists 13:18:08 d62a02444d39: Layer already exists 13:18:08 latest: digest: sha256:af9125641fd63ed4a9fea6efd6c42df792b5b80ef8802b7d889b592ff41c954a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:09 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:09 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.33 13:18:09 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 13:18:09 f4e5855cf52f: Preparing 13:18:09 a20a1bde58ea: Preparing 13:18:09 c2167fbad349: Preparing 13:18:09 8e2c4e81768e: Preparing 13:18:09 6e2768f2e1a0: Preparing 13:18:09 87949afe5a0a: Preparing 13:18:09 d62a02444d39: Preparing 13:18:09 87949afe5a0a: Waiting 13:18:09 d62a02444d39: Waiting 13:18:09 6e2768f2e1a0: Layer already exists 13:18:09 f4e5855cf52f: Layer already exists 13:18:09 a20a1bde58ea: Layer already exists 13:18:09 c2167fbad349: Layer already exists 13:18:09 8e2c4e81768e: Layer already exists 13:18:09 87949afe5a0a: Layer already exists 13:18:09 d62a02444d39: Layer already exists 13:18:09 3.2.0-dev.33: digest: sha256:af9125641fd63ed4a9fea6efd6c42df792b5b80ef8802b7d889b592ff41c954a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:09 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:10 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 13:18:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 13:18:10 f4e5855cf52f: Preparing 13:18:10 a20a1bde58ea: Preparing 13:18:10 c2167fbad349: Preparing 13:18:10 8e2c4e81768e: Preparing 13:18:10 6e2768f2e1a0: Preparing 13:18:10 87949afe5a0a: Preparing 13:18:10 d62a02444d39: Preparing 13:18:10 87949afe5a0a: Waiting 13:18:10 d62a02444d39: Waiting 13:18:10 a20a1bde58ea: Layer already exists 13:18:10 f4e5855cf52f: Layer already exists 13:18:10 6e2768f2e1a0: Layer already exists 13:18:10 c2167fbad349: Layer already exists 13:18:10 8e2c4e81768e: Layer already exists 13:18:10 87949afe5a0a: Layer already exists 13:18:10 d62a02444d39: Layer already exists 13:18:10 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33: digest: sha256:af9125641fd63ed4a9fea6efd6c42df792b5b80ef8802b7d889b592ff41c954a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:10 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:10 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 13:18:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 13:18:10 f4e5855cf52f: Preparing 13:18:10 a20a1bde58ea: Preparing 13:18:10 c2167fbad349: Preparing 13:18:10 8e2c4e81768e: Preparing 13:18:10 6e2768f2e1a0: Preparing 13:18:10 87949afe5a0a: Preparing 13:18:10 d62a02444d39: Preparing 13:18:10 87949afe5a0a: Waiting 13:18:10 f4e5855cf52f: Layer already exists 13:18:10 8e2c4e81768e: Layer already exists 13:18:10 a20a1bde58ea: Layer already exists 13:18:10 6e2768f2e1a0: Layer already exists 13:18:10 c2167fbad349: Layer already exists 13:18:10 87949afe5a0a: Layer already exists 13:18:10 d62a02444d39: Layer already exists 13:18:10 main: digest: sha256:af9125641fd63ed4a9fea6efd6c42df792b5b80ef8802b7d889b592ff41c954a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:18:10 ===================================================== [Pipeline] echo 13:18:10 taggedImages: 13:18:10 - nexus3.edgexfoundry.org:10004/app-service-configurable:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 13:18:10 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 13:18:10 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.33 13:18:10 - nexus3.edgexfoundry.org:10004/app-service-configurable:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 13:18:10 - 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 13:18:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:18:11 13:18:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:18:11 latest: Pulling from edgex-lftools-log-publisher 13:18:11 5eb5b503b376: Pulling fs layer 13:18:11 5c69ac0246d0: Pulling fs layer 13:18:11 ec43610c2a17: Pulling fs layer 13:18:11 3a2ae6a8a46f: Pulling fs layer 13:18:11 33b1e0a273af: Pulling fs layer 13:18:11 5d3b04190fa2: Pulling fs layer 13:18:11 2f39f015ded8: Pulling fs layer 13:18:11 3a2ae6a8a46f: Waiting 13:18:11 2f39f015ded8: Waiting 13:18:11 33b1e0a273af: Waiting 13:18:11 5d3b04190fa2: Waiting 13:18:11 5c69ac0246d0: Verifying Checksum 13:18:11 5c69ac0246d0: Download complete 13:18:11 3a2ae6a8a46f: Download complete 13:18:11 33b1e0a273af: Verifying Checksum 13:18:11 33b1e0a273af: Download complete 13:18:11 5d3b04190fa2: Download complete 13:18:11 ec43610c2a17: Verifying Checksum 13:18:11 ec43610c2a17: Download complete 13:18:12 5eb5b503b376: Verifying Checksum 13:18:12 5eb5b503b376: Download complete 13:18:12 2f39f015ded8: Download complete 13:18:13 5eb5b503b376: Pull complete 13:18:13 5c69ac0246d0: Pull complete 13:18:13 ec43610c2a17: Pull complete 13:18:13 3a2ae6a8a46f: Pull complete 13:18:13 33b1e0a273af: Pull complete 13:18:13 5d3b04190fa2: Pull complete 13:18:18 2f39f015ded8: Pull complete 13:18:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:18:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:18:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:18:18 prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container 13:18:18 $ 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 13:18:22 $ docker top 5595081dc51dada78c5f5bafebc78f06a1bacab7a4b4861eecca1377ffcc656a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:18:23 ---> job-cost.sh 13:18:23 lf-activate-venv: SKIPPING 13:18:23 INFO: No Stack... 13:18:23 INFO: Retrieving Pricing Info for: v3-standard-8 13:18:23 INFO: Archiving Costs [Pipeline] sh 13:18:23 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 13:18:23 + cut -d, -f6 [Pipeline] lock 13:18:24 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] 13:18:24 Resource [jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] did not exist. Created. 13:18:24 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:18:24 + echo total: 0.2199999988079071 [Pipeline] stash 13:18:24 Stashed 1 file(s) [Pipeline] } 13:18:24 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] [Pipeline] // lock [Pipeline] } 13:18:24 $ docker stop --time=1 5595081dc51dada78c5f5bafebc78f06a1bacab7a4b4861eecca1377ffcc656a 13:18:25 $ docker rm -f --volumes 5595081dc51dada78c5f5bafebc78f06a1bacab7a4b4861eecca1377ffcc656a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:23:19 Running on prd-ubuntu20.04-docker-arm64-4c-16g-12924 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 13:23:19 Running in /w/workspace/app-service-configurable/243 [Pipeline] { [Pipeline] checkout 13:23:22 The recommended git tool is: git 13:23:30 using credential edgex-jenkins-ssh 13:23:30 Cloning the remote Git repository 13:23:30 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 13:23:30 > git init /w/workspace/app-service-configurable/243 # timeout=10 13:23:30 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 13:23:30 > git --version # timeout=10 13:23:30 > git --version # 'git version 2.25.1' 13:23:30 using GIT_SSH to set credentials SSH Credentials for GitHub 13:23:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:23:33 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 13:23:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:23:34 Avoid second fetch 13:23:34 Checking out Revision a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 (main) 13:23:35 Commit message: "Merge pull request #677 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.52" 13:23:34 > git config core.sparsecheckout # timeout=10 13:23:34 > git checkout -f a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:23:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:23:40 % Total % Received % Xferd Average Speed Time Time Time Current 13:23:40 Dload Upload Total Spent Left Speed 13:23:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 77277 0 --:--:-- --:--:-- --:--:-- 77745 [Pipeline] sh 13:23:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:23:40 + sudo tee /etc/docker/daemon.new 13:23:40 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 13:23:40 { 13:23:40 "registry-mirrors": [ 13:23:40 "https://nexus3.edgexfoundry.org:10001" 13:23:40 ], 13:23:40 "bip": "10.250.0.254/24", 13:23:40 "hosts": [ 13:23:40 "tcp://0.0.0.0:5555", 13:23:40 "unix:///var/run/docker.sock" 13:23:40 ], 13:23:40 "mtu": 1458, 13:23:40 "selinux-enabled": true, 13:23:40 "seccomp-profile": "/etc/docker/seccomp.json" 13:23:40 } [Pipeline] sh 13:23:41 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 13:23:41 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:23:59 provisioning config files... 13:23:59 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/243@tmp/config17352887904109958210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:24:00 ---> ****-login.sh 13:24:00 nexus3.edgexfoundry.org:10001 13:24:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:24:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:24:00 Configure a credential helper to remove this warning. See 13:24:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:24:00 13:24:00 Login Succeeded 13:24:00 nexus3.edgexfoundry.org:10002 13:24:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:24:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:24:01 Configure a credential helper to remove this warning. See 13:24:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:24:01 13:24:01 Login Succeeded 13:24:01 nexus3.edgexfoundry.org:10003 13:24:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:24:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:24:01 Configure a credential helper to remove this warning. See 13:24:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:24:01 13:24:01 Login Succeeded 13:24:01 nexus3.edgexfoundry.org:10004 13:24:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:24:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:24:02 Configure a credential helper to remove this warning. See 13:24:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:24:02 13:24:02 Login Succeeded 13:24:02 ****.io 13:24:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:24:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:24:02 Configure a credential helper to remove this warning. See 13:24:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:24:02 13:24:02 Login Succeeded 13:24:02 ---> ****-login.sh ends [Pipeline] } 13:24:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:24:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:24:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:24:03 ========================================================= 13:24:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 13:24:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:24:03 + 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 . 13:24:03 Sending build context to Docker daemon 241.2kB 13:24:03 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 13:24:03 Step 2/12 : FROM ${BASE} AS builder 13:24:03 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:24:03 c6b39de5b339: Pulling fs layer 13:24:03 a69c41024577: Pulling fs layer 13:24:03 d6de4b400683: Pulling fs layer 13:24:03 35cb2a7552d0: Pulling fs layer 13:24:03 4f4fb700ef54: Pulling fs layer 13:24:03 464afbd9ba4c: Pulling fs layer 13:24:03 00f215d4a9da: Pulling fs layer 13:24:03 d496ad576159: Pulling fs layer 13:24:03 464afbd9ba4c: Waiting 13:24:03 00f215d4a9da: Waiting 13:24:03 35cb2a7552d0: Waiting 13:24:03 d496ad576159: Waiting 13:24:03 4f4fb700ef54: Waiting 13:24:03 a69c41024577: Download complete 13:24:03 35cb2a7552d0: Verifying Checksum 13:24:03 35cb2a7552d0: Download complete 13:24:03 4f4fb700ef54: Verifying Checksum 13:24:03 4f4fb700ef54: Download complete 13:24:03 c6b39de5b339: Download complete 13:24:03 464afbd9ba4c: Verifying Checksum 13:24:03 464afbd9ba4c: Download complete 13:24:04 d496ad576159: Verifying Checksum 13:24:04 d496ad576159: Download complete 13:24:05 c6b39de5b339: Pull complete 13:24:05 a69c41024577: Pull complete 13:24:05 d6de4b400683: Verifying Checksum 13:24:05 d6de4b400683: Download complete 13:24:06 00f215d4a9da: Verifying Checksum 13:24:06 00f215d4a9da: Download complete 13:24:19 d6de4b400683: Pull complete 13:24:19 35cb2a7552d0: Pull complete 13:24:19 4f4fb700ef54: Pull complete 13:24:19 464afbd9ba4c: Pull complete 13:24:29 00f215d4a9da: Pull complete 13:24:29 d496ad576159: Pull complete 13:24:29 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 13:24:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 13:24:29 ---> f246e2811388 13:24:29 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 13:24:31 ---> Running in 0e4f7baf497f 13:24:31 Removing intermediate container 0e4f7baf497f 13:24:31 ---> d301ec52cf14 13:24:31 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 13:24:31 ---> Running in a497f8b99918 13:24:31 Removing intermediate container a497f8b99918 13:24:31 ---> a7a941c4f789 13:24:31 Step 5/12 : ARG ADD_BUILD_TAGS="" 13:24:31 ---> Running in afa543aa2656 13:24:31 Removing intermediate container afa543aa2656 13:24:31 ---> 3266e10cd5a8 13:24:31 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:24:31 ---> Running in d3c631db940c 13:24:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:24:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:24:34 OK: 266 MiB in 52 packages 13:24:35 Removing intermediate container d3c631db940c 13:24:35 ---> 61c6ba300a31 13:24:35 Step 7/12 : WORKDIR /app 13:24:35 ---> Running in 362e90bca2ca 13:24:35 Removing intermediate container 362e90bca2ca 13:24:35 ---> a5c948328aca 13:24:35 Step 8/12 : COPY go.mod vendor* ./ 13:24:36 ---> f4fecd9c32a9 13:24:36 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:24:36 ---> Running in f6d920e1a361 13:26:27 Removing intermediate container f6d920e1a361 13:26:27 ---> 91f043c2a4c9 13:26:27 Step 10/12 : COPY . . 13:26:27 ---> 46f2c2d57f48 13:26:27 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:26:27 ---> Running in 590a07254d2b 13:26:28 Removing intermediate container 590a07254d2b 13:26:28 ---> f78297c7a7a1 13:26:28 Step 12/12 : RUN $MAKE 13:26:28 ---> Running in a62f650baf8e 13:26:29 noop 13:26:29 Removing intermediate container a62f650baf8e 13:26:29 ---> 364a8294a9ea 13:26:29 Successfully built 364a8294a9ea 13:26:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:30 + docker inspect -f . ci-base-image-arm64 13:26:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:26:30 prd-ubuntu20.04-docker-arm64-4c-16g-12924 does not seem to be running inside a container 13:26:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/243 -v /w/workspace/app-service-configurable/243:/w/workspace/app-service-configurable/243:rw,z -v /w/workspace/app-service-configurable/243@tmp:/w/workspace/app-service-configurable/243@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 13:26:31 $ docker top 153d56efe7380e1ba98c89071496815020c689177ed99edddd450926b1497a25 -eo pid,comm [Pipeline] { [Pipeline] sh 13:26:32 + go version 13:26:32 go version go1.21.9 linux/arm64 [Pipeline] } 13:26:32 $ docker stop --time=1 153d56efe7380e1ba98c89071496815020c689177ed99edddd450926b1497a25 13:26:34 $ docker rm -f --volumes 153d56efe7380e1ba98c89071496815020c689177ed99edddd450926b1497a25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:34 + docker inspect -f . ci-base-image-arm64 13:26:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:26:34 prd-ubuntu20.04-docker-arm64-4c-16g-12924 does not seem to be running inside a container 13:26:34 $ 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/243 -v /w/workspace/app-service-configurable/243:/w/workspace/app-service-configurable/243:rw,z -v /w/workspace/app-service-configurable/243@tmp:/w/workspace/app-service-configurable/243@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 13:26:36 $ docker top 5d252b1cfbb06ef158a4063a8139d5d5a2a96d5204cc3f3498b556154834151f -eo pid,comm [Pipeline] { [Pipeline] sh 13:26:36 + git config --global --add safe.directory /w/workspace/app-service-configurable/243 [Pipeline] fileExists [Pipeline] sh 13:26:37 + make test 13:26:37 go test -race -coverprofile=coverage.out ./... 13:30:59 ? github.com/edgexfoundry/app-service-configurable [no test files] 13:30:59 WARNING: Linting skipped (not on x86_64 or linter not installed) 13:30:59 go vet ./... 13:34:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:34:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:34:51 ./bin/test-attribution-txt.sh 13:34:51 An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add 13:34:51 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 13:34:51 An attribution for github.com/jackc/pgerrcode is missing from Attribution.txt, please add 13:34:51 An attribution for github.com/jackc/pgpassfile is missing from Attribution.txt, please add 13:34:51 An attribution for github.com/jackc/pgservicefile is missing from Attribution.txt, please add 13:34:51 An attribution for github.com/jackc/pgx/v5 is missing from Attribution.txt, please add 13:34:51 An attribution for github.com/jackc/puddle/v2 is missing from Attribution.txt, please add 13:34:51 An attribution for github.com/openziti/channel/v3 is missing from Attribution.txt, please add 13:34:51 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 13:34:51 An attribution for gopkg.in/go-jose/go-jose.v2 is missing from Attribution.txt, please add [Pipeline] echo 13:34:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:34:51 $ docker stop --time=1 5d252b1cfbb06ef158a4063a8139d5d5a2a96d5204cc3f3498b556154834151f 13:34:52 $ docker rm -f --volumes 5d252b1cfbb06ef158a4063a8139d5d5a2a96d5204cc3f3498b556154834151f [Pipeline] // withDockerContainer [Pipeline] sh 13:34:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:34:55 Warning: overwriting stash ‘coverage-report’ 13:34:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:34:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:34:56 + ls -al . 13:34:56 total 256 13:34:56 drwxrwxr-x 6 jenkins jenkins 4096 Oct 2 13:26 . 13:34:56 drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 13:23 .. 13:34:56 -rw-rw-r-- 1 jenkins jenkins 119 Oct 2 13:23 .dockerignore 13:34:56 drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 13:23 .git 13:34:56 drwxrwxr-x 3 jenkins jenkins 4096 Oct 2 13:23 .github 13:34:56 -rw-rw-r-- 1 jenkins jenkins 106 Oct 2 13:23 .gitignore 13:34:56 -rw-rw-r-- 1 jenkins jenkins 41 Oct 2 13:23 .golangci.yml 13:34:56 -rw-rw-r-- 1 jenkins jenkins 18981 Oct 2 13:23 Attribution.txt 13:34:56 -rw-rw-r-- 1 jenkins jenkins 37263 Oct 2 13:23 CHANGELOG.md 13:34:56 -rw-rw-r-- 1 jenkins jenkins 2007 Oct 2 13:23 Dockerfile 13:34:56 -rw-rw-r-- 1 jenkins jenkins 677 Oct 2 13:23 GOVERNANCE.md 13:34:56 -rw-rw-r-- 1 jenkins jenkins 666 Oct 2 13:23 Jenkinsfile 13:34:56 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 2 13:23 LICENSE 13:34:56 -rw-rw-r-- 1 jenkins jenkins 618 Oct 2 13:23 OWNERS.md 13:34:56 -rw-rw-r-- 1 jenkins jenkins 4582 Oct 2 13:23 README.md 13:34:56 -rw-rw-r-- 1 jenkins jenkins 12 Oct 2 13:14 VERSION 13:34:56 drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 13:23 bin 13:34:56 -rw-r--r-- 1 jenkins jenkins 13 Oct 2 13:26 coverage.out 13:34:56 -rw-rw-r-- 1 jenkins jenkins 7313 Oct 2 13:23 go.mod 13:34:56 -rw-rw-r-- 1 jenkins jenkins 100922 Oct 2 13:23 go.sum 13:34:56 -rw-rw-r-- 1 jenkins jenkins 1937 Oct 2 13:23 main.go 13:34:56 -rw-rw-r-- 1 jenkins jenkins 2572 Oct 2 13:23 makefile 13:34:56 drwxrwxr-x 10 jenkins jenkins 4096 Oct 2 13:23 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:34:57 + 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=a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 --label arch=arm64 --label version=3.2.0-dev.33 . 13:34:57 Sending build context to Docker daemon 242.2kB 13:34:57 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 13:34:57 Step 2/27 : FROM ${BASE} AS builder 13:34:57 ---> 364a8294a9ea 13:34:57 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 13:34:57 ---> Running in 6495ae70e4ce 13:34:57 Removing intermediate container 6495ae70e4ce 13:34:57 ---> f8d0972cb9e5 13:34:57 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 13:34:57 ---> Running in ecd8abc91e0b 13:34:58 Removing intermediate container ecd8abc91e0b 13:34:58 ---> 13625b9bb074 13:34:58 Step 5/27 : ARG ADD_BUILD_TAGS="" 13:34:58 ---> Running in 7a2785e7c062 13:34:58 Removing intermediate container 7a2785e7c062 13:34:58 ---> 0d835bd2c3c7 13:34:58 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:34:58 ---> Running in a577adfbc44b 13:34:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:34:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:35:00 OK: 266 MiB in 52 packages 13:35:01 Removing intermediate container a577adfbc44b 13:35:01 ---> a466a2f9b2cf 13:35:01 Step 7/27 : WORKDIR /app 13:35:01 ---> Running in 008454151c1b 13:35:02 Removing intermediate container 008454151c1b 13:35:02 ---> bf095f2390a9 13:35:02 Step 8/27 : COPY go.mod vendor* ./ 13:35:02 ---> 3a8710b33e47 13:35:02 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:35:02 ---> Running in 3eab970de490 13:35:05 Removing intermediate container 3eab970de490 13:35:05 ---> d0af71d7a3a2 13:35:05 Step 10/27 : COPY . . 13:35:05 ---> d5652c8dab05 13:35:05 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:35:05 ---> Running in a80123f26622 13:35:06 Removing intermediate container a80123f26622 13:35:06 ---> edb77868907d 13:35:06 Step 12/27 : RUN $MAKE 13:35:06 ---> Running in 1d6630cd7a16 13:35:07 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.33" -trimpath -mod=readonly -o app-service-configurable 13:38:44 Removing intermediate container 1d6630cd7a16 13:38:44 ---> d9f633947a9a 13:38:44 Step 13/27 : FROM alpine:3.18 13:38:44 3.18: Pulling from library/alpine 13:38:44 720f3032cd11: Pulling fs layer 13:38:44 720f3032cd11: Verifying Checksum 13:38:44 720f3032cd11: Download complete 13:38:44 720f3032cd11: Pull complete 13:38:44 Digest: sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 13:38:44 Status: Downloaded newer image for alpine:3.18 13:38:44 ---> 3e834921e367 13:38:44 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 13:38:44 ---> Running in b728f02876ab 13:38:44 Removing intermediate container b728f02876ab 13:38:44 ---> b5d2010a5d01 13:38:44 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 13:38:44 ---> Running in 29475f83c12b 13:38:44 Removing intermediate container 29475f83c12b 13:38:44 ---> fa045d569007 13:38:44 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 13:38:44 ---> Running in 364fc293e9d8 13:38:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:38:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:38:46 (1/2) Installing ca-certificates (20240226-r0) 13:38:46 (2/2) Installing dumb-init (1.2.5-r2) 13:38:46 Executing busybox-1.36.1-r7.trigger 13:38:46 Executing ca-certificates-20240226-r0.trigger 13:38:46 OK: 9 MiB in 17 packages 13:38:48 Removing intermediate container 364fc293e9d8 13:38:48 ---> 458f0aab47aa 13:38:48 Step 17/27 : RUN apk --no-cache upgrade 13:38:48 ---> Running in a21a1fd9a89b 13:38:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:38:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:38:50 OK: 9 MiB in 17 packages 13:38:51 Removing intermediate container a21a1fd9a89b 13:38:51 ---> a34fab250ccf 13:38:51 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 13:38:51 ---> d2e815ac0a46 13:38:51 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 13:38:52 ---> cf09f9335210 13:38:52 Step 20/27 : COPY --from=builder /app/res/ /res/ 13:38:52 ---> 61adcf417605 13:38:52 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 13:38:54 ---> 22cc18490806 13:38:54 Step 22/27 : EXPOSE 48095 13:38:54 ---> Running in 338af72c7c12 13:38:54 Removing intermediate container 338af72c7c12 13:38:54 ---> 004aef63d338 13:38:54 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 13:38:54 ---> Running in be5a195c0049 13:38:54 Removing intermediate container be5a195c0049 13:38:54 ---> 954d9ca41120 13:38:54 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:38:55 ---> Running in 2a8e0bcedecb 13:38:55 Removing intermediate container 2a8e0bcedecb 13:38:55 ---> f0f3dbdfbb4d 13:38:55 Step 25/27 : LABEL arch=arm64 13:38:55 ---> Running in 0dfbd7b90a82 13:38:55 Removing intermediate container 0dfbd7b90a82 13:38:55 ---> c040b23e721d 13:38:55 Step 26/27 : LABEL git_sha=a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 13:38:55 ---> Running in 35276848b972 13:38:55 Removing intermediate container 35276848b972 13:38:55 ---> 73054be7a7f4 13:38:55 Step 27/27 : LABEL version=3.2.0-dev.33 13:38:56 ---> Running in 538dadabccd7 13:38:56 Removing intermediate container 538dadabccd7 13:38:56 ---> 7c4284af1b43 13:38:56 [Warning] One or more build-args [ARCH] were not consumed 13:38:56 Successfully built 7c4284af1b43 13:38:56 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 13:38:56 provisioning config files... 13:38:56 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/243@tmp/config245496596399925975tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:38:57 ---> ****-login.sh 13:38:57 nexus3.edgexfoundry.org:10001 13:38:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:38:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:38:57 Configure a credential helper to remove this warning. See 13:38:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:38:57 13:38:57 Login Succeeded 13:38:57 nexus3.edgexfoundry.org:10002 13:38:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:38:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:38:57 Configure a credential helper to remove this warning. See 13:38:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:38:57 13:38:57 Login Succeeded 13:38:57 nexus3.edgexfoundry.org:10003 13:38:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:38:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:38:58 Configure a credential helper to remove this warning. See 13:38:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:38:58 13:38:58 Login Succeeded 13:38:58 nexus3.edgexfoundry.org:10004 13:38:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:38:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:38:58 Configure a credential helper to remove this warning. See 13:38:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:38:58 13:38:58 Login Succeeded 13:38:58 ****.io 13:38:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:38:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:38:58 Configure a credential helper to remove this warning. See 13:38:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:38:58 13:38:58 Login Succeeded 13:38:58 ---> ****-login.sh ends [Pipeline] } 13:38:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:38:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:38:58 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 13:38:58 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 13:38:58 latest 13:38:58 3.2.0-dev.33 13:38:58 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 13:38:58 main 13:38:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:38:59 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:39:00 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 13:39:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 13:39:00 0811cb68779d: Preparing 13:39:00 7e71a87f90cc: Preparing 13:39:00 2e65306bcd59: Preparing 13:39:00 3e72b9d8b966: Preparing 13:39:00 7344777e6996: Preparing 13:39:00 4f54064dbe32: Preparing 13:39:00 4aeaa0e7d41f: Preparing 13:39:00 4f54064dbe32: Waiting 13:39:00 4aeaa0e7d41f: Waiting 13:39:00 7344777e6996: Pushed 13:39:00 3e72b9d8b966: Pushed 13:39:00 2e65306bcd59: Pushed 13:39:00 7e71a87f90cc: Pushed 13:39:00 4aeaa0e7d41f: Layer already exists 13:39:00 4f54064dbe32: Pushed 13:39:07 0811cb68779d: Pushed 13:39:07 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5: digest: sha256:c648c239538ede09cb66cb4f162328c8cd56a633ead74d4a4b8b8bf348dd168a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:39:08 + 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 13:39:08 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 13:39:08 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 13:39:08 0811cb68779d: Preparing 13:39:08 7e71a87f90cc: Preparing 13:39:08 2e65306bcd59: Preparing 13:39:08 3e72b9d8b966: Preparing 13:39:08 7344777e6996: Preparing 13:39:08 4f54064dbe32: Preparing 13:39:08 4aeaa0e7d41f: Preparing 13:39:08 4aeaa0e7d41f: Waiting 13:39:08 4f54064dbe32: Waiting 13:39:08 3e72b9d8b966: Layer already exists 13:39:08 0811cb68779d: Layer already exists 13:39:08 2e65306bcd59: Layer already exists 13:39:08 7344777e6996: Layer already exists 13:39:08 7e71a87f90cc: Layer already exists 13:39:08 4f54064dbe32: Layer already exists 13:39:08 4aeaa0e7d41f: Layer already exists 13:39:08 latest: digest: sha256:c648c239538ede09cb66cb4f162328c8cd56a633ead74d4a4b8b8bf348dd168a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:39:09 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:39:09 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.33 13:39:09 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 13:39:09 0811cb68779d: Preparing 13:39:09 7e71a87f90cc: Preparing 13:39:09 2e65306bcd59: Preparing 13:39:09 3e72b9d8b966: Preparing 13:39:09 7344777e6996: Preparing 13:39:09 4f54064dbe32: Preparing 13:39:09 4aeaa0e7d41f: Preparing 13:39:09 4f54064dbe32: Waiting 13:39:09 4aeaa0e7d41f: Waiting 13:39:09 0811cb68779d: Layer already exists 13:39:09 3e72b9d8b966: Layer already exists 13:39:09 7344777e6996: Layer already exists 13:39:09 7e71a87f90cc: Layer already exists 13:39:09 2e65306bcd59: Layer already exists 13:39:09 4f54064dbe32: Layer already exists 13:39:09 4aeaa0e7d41f: Layer already exists 13:39:09 3.2.0-dev.33: digest: sha256:c648c239538ede09cb66cb4f162328c8cd56a633ead74d4a4b8b8bf348dd168a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:39:10 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:39:10 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 13:39:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 13:39:10 0811cb68779d: Preparing 13:39:10 7e71a87f90cc: Preparing 13:39:10 2e65306bcd59: Preparing 13:39:10 3e72b9d8b966: Preparing 13:39:10 7344777e6996: Preparing 13:39:10 4f54064dbe32: Preparing 13:39:10 4aeaa0e7d41f: Preparing 13:39:10 4f54064dbe32: Waiting 13:39:10 4aeaa0e7d41f: Waiting 13:39:10 2e65306bcd59: Layer already exists 13:39:10 7e71a87f90cc: Layer already exists 13:39:10 7344777e6996: Layer already exists 13:39:10 3e72b9d8b966: Layer already exists 13:39:10 0811cb68779d: Layer already exists 13:39:10 4aeaa0e7d41f: Layer already exists 13:39:10 4f54064dbe32: Layer already exists 13:39:10 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33: digest: sha256:c648c239538ede09cb66cb4f162328c8cd56a633ead74d4a4b8b8bf348dd168a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:39:10 + 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 13:39:11 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 13:39:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 13:39:11 0811cb68779d: Preparing 13:39:11 7e71a87f90cc: Preparing 13:39:11 2e65306bcd59: Preparing 13:39:11 3e72b9d8b966: Preparing 13:39:11 7344777e6996: Preparing 13:39:11 4f54064dbe32: Preparing 13:39:11 4aeaa0e7d41f: Preparing 13:39:11 4aeaa0e7d41f: Waiting 13:39:11 4f54064dbe32: Waiting 13:39:11 0811cb68779d: Layer already exists 13:39:11 7e71a87f90cc: Layer already exists 13:39:11 7344777e6996: Layer already exists 13:39:11 3e72b9d8b966: Layer already exists 13:39:11 2e65306bcd59: Layer already exists 13:39:11 4aeaa0e7d41f: Layer already exists 13:39:11 4f54064dbe32: Layer already exists 13:39:11 main: digest: sha256:c648c239538ede09cb66cb4f162328c8cd56a633ead74d4a4b8b8bf348dd168a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:39:11 ===================================================== [Pipeline] echo 13:39:11 taggedImages: 13:39:11 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 13:39:11 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 13:39:11 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.33 13:39:11 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 13:39:11 - 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 13:39:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:39:12 13:39:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:39:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:39:12 arm64: Pulling from edgex-lftools-log-publisher 13:39:12 8998bd30e6a1: Pulling fs layer 13:39:12 04944245beec: Pulling fs layer 13:39:12 699f458cf7ca: Pulling fs layer 13:39:12 765212b225bb: Pulling fs layer 13:39:12 f23df028b6ca: Pulling fs layer 13:39:12 765212b225bb: Waiting 13:39:12 d65c8cfc05b1: Pulling fs layer 13:39:12 2437ff75d9bd: Pulling fs layer 13:39:12 f23df028b6ca: Waiting 13:39:12 d65c8cfc05b1: Waiting 13:39:12 04944245beec: Verifying Checksum 13:39:12 04944245beec: Download complete 13:39:12 765212b225bb: Verifying Checksum 13:39:12 765212b225bb: Download complete 13:39:12 f23df028b6ca: Verifying Checksum 13:39:12 f23df028b6ca: Download complete 13:39:12 d65c8cfc05b1: Verifying Checksum 13:39:12 d65c8cfc05b1: Download complete 13:39:12 699f458cf7ca: Verifying Checksum 13:39:12 699f458cf7ca: Download complete 13:39:13 8998bd30e6a1: Verifying Checksum 13:39:13 8998bd30e6a1: Download complete 13:39:15 2437ff75d9bd: Verifying Checksum 13:39:15 2437ff75d9bd: Download complete 13:39:18 8998bd30e6a1: Pull complete 13:39:18 04944245beec: Pull complete 13:39:20 699f458cf7ca: Pull complete 13:39:20 765212b225bb: Pull complete 13:39:21 f23df028b6ca: Pull complete 13:39:21 d65c8cfc05b1: Pull complete 13:39:39 2437ff75d9bd: Pull complete 13:39:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:39:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:39:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:39:39 prd-ubuntu20.04-docker-arm64-4c-16g-12924 does not seem to be running inside a container 13:39:39 $ 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/243 -v /w/workspace/app-service-configurable/243:/w/workspace/app-service-configurable/243:rw,z -v /w/workspace/app-service-configurable/243@tmp:/w/workspace/app-service-configurable/243@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 13:39:42 $ docker top c8cf8f8814f9f9621afca55183b13eb68bab1877242080b6a063c684ba22b930 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:39:43 ---> job-cost.sh 13:39:43 lf-activate-venv: SKIPPING 13:39:43 INFO: No Stack... 13:39:43 INFO: Retrieving Pricing Info for: v3-standard-4 13:39:44 INFO: Archiving Costs [Pipeline] sh 13:39:45 + cat /w/workspace/app-service-configurable/243/archives/cost.csv 13:39:45 + cut -d, -f6 [Pipeline] lock 13:39:45 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] 13:39:45 Resource [jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] did not exist. Created. 13:39:45 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:39:45 /w/workspace/app-service-configurable/243@tmp/durable-8cfea6d9/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 13:39:46 + echo total: 0.10999999940395355 [Pipeline] stash 13:39:46 Warning: overwriting stash ‘stack-cost’ 13:39:46 Stashed 1 file(s) [Pipeline] } 13:39:46 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] [Pipeline] // lock [Pipeline] } 13:39:46 $ docker stop --time=1 c8cf8f8814f9f9621afca55183b13eb68bab1877242080b6a063c684ba22b930 13:39:48 $ docker rm -f --volumes c8cf8f8814f9f9621afca55183b13eb68bab1877242080b6a063c684ba22b930 [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 13:39:48 provisioning config files... 13:39:48 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14926929793251170827tmp [Pipeline] { [Pipeline] sh 13:39:48 + set +x 13:39:48 + + curl -s https://codecov.io/bash 13:39:48 bash -s -- 13:39:48 13:39:48 _____ _ 13:39:48 / ____| | | 13:39:48 | | ___ __| | ___ ___ _____ __ 13:39:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:39:48 | |___| (_) | (_| | __/ (_| (_) \ V / 13:39:48 \_____\___/ \__,_|\___|\___\___/ \_/ 13:39:48 Bash-1.0.6 13:39:48 13:39:48 13:39:48 ==> git version 2.25.1 found 13:39:48 ==> 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 13:39:48 Release-Date: 2020-01-08 13:39:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:39:48 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:39:48 ==> Jenkins CI detected. 13:39:48 current dir:  /w/workspace/ry_app-service-configurable_main 13:39:49 project root: . 13:39:49 --> token set from env 13:39:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:39:49 ==> Running gcov in . (disable via -X gcov) 13:39:49 ==> Python coveragepy not found 13:39:49 ==> Searching for coverage reports in: 13:39:49 + . 13:39:49 -> Found 1 reports 13:39:49 ==> Detecting git/mercurial file structure 13:39:49 ==> Reading reports 13:39:49 + ./coverage.out bytes=13 13:39:49 ==> Appending adjustments 13:39:49 https://docs.codecov.io/docs/fixing-reports 13:39:49 + Found adjustments 13:39:49 ==> Gzipping contents 13:39:49 4.0K /tmp/codecov.FDwrBy.gz 13:39:49 ==> Uploading reports 13:39:49 url: https://codecov.io 13:39:49 query: branch=main&commit=a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5&build=243&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F243%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 13:39:49 -> Pinging Codecov 13:39:49 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5&build=243&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F243%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 13:39:49 -> Uploading to 13:39:49 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/app-service-configurable/a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5/dae81440-680d-45ce-81af-c26c26bca8c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241002%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241002T133949Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=03f469389b677a2f83746bbf30af92b81480cebd4374487efbce1f6916fd5a47 13:39:49 % Total % Received % Xferd Average Speed Time Time Time Current 13:39:49 Dload Upload Total Spent Left Speed 13:39:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 259 0 0 100 259 0 1193 --:--:-- --:--:-- --:--:-- 1193 13:39:49 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] } 13:39:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 13:39:49 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 13:39:49 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:39:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:39:50 13:39:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:39:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:39:50 latest: Pulling from edgex-devops/edgex-snyk-go 13:39:50 619be1103602: Already exists 13:39:50 f8ea3408117e: Pulling fs layer 13:39:50 91320369b822: Pulling fs layer 13:39:50 0406650e8295: Pulling fs layer 13:39:50 4f4fb700ef54: Pulling fs layer 13:39:50 96d80e3f36e1: Pulling fs layer 13:39:50 bcf3aedb951c: Pulling fs layer 13:39:50 4f4fb700ef54: Waiting 13:39:50 96d80e3f36e1: Waiting 13:39:50 bcf3aedb951c: Waiting 13:39:50 0406650e8295: Download complete 13:39:50 f8ea3408117e: Download complete 13:39:50 4f4fb700ef54: Verifying Checksum 13:39:50 4f4fb700ef54: Download complete 13:39:50 f8ea3408117e: Pull complete 13:39:50 96d80e3f36e1: Verifying Checksum 13:39:50 96d80e3f36e1: Download complete 13:39:50 91320369b822: Download complete 13:39:51 bcf3aedb951c: Verifying Checksum 13:39:51 bcf3aedb951c: Download complete 13:39:53 91320369b822: Pull complete 13:39:53 0406650e8295: Pull complete 13:39:53 4f4fb700ef54: Pull complete 13:39:53 96d80e3f36e1: Pull complete 13:39:56 bcf3aedb951c: Pull complete 13:39:56 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 13:39:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:39:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:39:56 prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container 13:39:56 $ 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 13:40:00 $ docker top 0c39d98dd2c5807b9dc0b833ecdbcf30d4062653e3342b9aefe6a6310863fc7c -eo pid,comm [Pipeline] { [Pipeline] sh 13:40:00 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] echo 13:40:00 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 13:40:01 + set -o pipefail 13:40:01 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 13:40:09 13:40:09 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 13:40:09 13:40:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7dc5f32a-caad-4990-b9e2-a648c5eeaf90/history/ec1d21f5-3939-41b8-9dbd-64c477180884 13:40:09 13:40:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 13:40:09 13:40:09 13:40:09 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 13:40:09 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 13:40:09 $ docker stop --time=1 0c39d98dd2c5807b9dc0b833ecdbcf30d4062653e3342b9aefe6a6310863fc7c 13:40:13 $ docker rm -f --volumes 0c39d98dd2c5807b9dc0b833ecdbcf30d4062653e3342b9aefe6a6310863fc7c [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 13:40:14 + git log --format=format:%s -1 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] sh 13:40:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:40:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:40:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:40:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:40:15 prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container 13:40:15 $ 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 13:40:15 $ docker top 080ff3a76177023ada6074047061ae9a8f7b781fc47ea35d2192a5bfca22ebb1 -eo pid,comm 13:40:15 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). 13:40:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:40:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:40:15 [ssh-agent] Looking for ssh-agent implementation... 13:40:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:40:16 $ docker exec 080ff3a76177023ada6074047061ae9a8f7b781fc47ea35d2192a5bfca22ebb1 ssh-agent 13:40:16 SSH_AUTH_SOCK=/tmp/ssh-RZbgXz13Hb8k/agent.32 13:40:16 SSH_AGENT_PID=38 13:40:16 Running ssh-add (command line suppressed) 13:40:16 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8217498655478462152.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8217498655478462152.key) 13:40:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:40:16 + git semver tag 13:40:16 2024-10-02 13:40:16,727 [run_tag] DEBUG tag force:False 13:40:16 2024-10-02 13:40:16,727 [check_head_tag] DEBUG check head tag 13:40:16 2024-10-02 13:40:16,730 [execute] INFO git cat-file --batch-check 13:40:16 2024-10-02 13:40:16,731 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 13:40:16 2024-10-02 13:40:16,736 [execute] INFO git cat-file --batch 13:40:16 2024-10-02 13:40:16,736 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 13:40:16 2024-10-02 13:40:16,762 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 13:40:16 2024-10-02 13:40:16,763 [execute] INFO git tag -a v3.2.0-dev.33 -m v3.2.0-dev.33 13:40:16 2024-10-02 13:40:16,763 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.33', '-m', 'v3.2.0-dev.33'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 13:40:16 2024-10-02 13:40:16,767 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 13:40:16 3.2.0-dev.33 [Pipeline] } 13:40:16 $ docker exec --env ******** --env ******** 080ff3a76177023ada6074047061ae9a8f7b781fc47ea35d2192a5bfca22ebb1 ssh-agent -k 13:40:16 unset SSH_AUTH_SOCK; 13:40:16 unset SSH_AGENT_PID; 13:40:16 echo Agent pid 38 killed; 13:40:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:40:17 + git semver [Pipeline] } 13:40:17 $ docker stop --time=1 080ff3a76177023ada6074047061ae9a8f7b781fc47ea35d2192a5bfca22ebb1 13:40:18 $ docker rm -f --volumes 080ff3a76177023ada6074047061ae9a8f7b781fc47ea35d2192a5bfca22ebb1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:40:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:40:19 13:40:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:40:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:40:19 0.23.1-centos7: Pulling from edgex-lftools 13:40:19 ab5ef0e58194: Pulling fs layer 13:40:19 9712f1f96733: Pulling fs layer 13:40:19 63f879dbbcfc: Pulling fs layer 13:40:19 0d9ebad4ef96: Pulling fs layer 13:40:19 e9a5061849ea: Pulling fs layer 13:40:19 d747dcd14b5f: Pulling fs layer 13:40:19 2de7ff778b66: Pulling fs layer 13:40:19 2de7ff778b66: Waiting 13:40:19 0d9ebad4ef96: Waiting 13:40:19 d747dcd14b5f: Waiting 13:40:19 e9a5061849ea: Waiting 13:40:19 9712f1f96733: Verifying Checksum 13:40:19 9712f1f96733: Download complete 13:40:19 63f879dbbcfc: Verifying Checksum 13:40:19 63f879dbbcfc: Download complete 13:40:19 e9a5061849ea: Verifying Checksum 13:40:19 e9a5061849ea: Download complete 13:40:19 d747dcd14b5f: Download complete 13:40:19 ab5ef0e58194: Verifying Checksum 13:40:19 ab5ef0e58194: Download complete 13:40:19 0d9ebad4ef96: Verifying Checksum 13:40:19 0d9ebad4ef96: Download complete 13:40:19 2de7ff778b66: Verifying Checksum 13:40:19 2de7ff778b66: Download complete 13:40:22 ab5ef0e58194: Pull complete 13:40:22 9712f1f96733: Pull complete 13:40:23 63f879dbbcfc: Pull complete 13:40:26 0d9ebad4ef96: Pull complete 13:40:26 e9a5061849ea: Pull complete 13:40:26 d747dcd14b5f: Pull complete 13:40:27 2de7ff778b66: Pull complete 13:40:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 13:40:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:40:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:40:27 prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container 13:40:27 $ 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 13:40:32 $ docker top cc121a539e44b7b19e0aeb39b57363c8b2fbde1475ee7637aa37b8b034bda848 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 13:40:32 provisioning config files... 13:40:32 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12197028467955660012tmp 13:40:32 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9004608155790577354tmp 13:40:32 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15330852899154082643tmp [Pipeline] { [Pipeline] echo 13:40:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 13:40:33 ---> sigul-configuration.sh 13:40:33 gpg: directory `/root/.gnupg' created 13:40:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 13:40:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 13:40:33 gpg: keyring `/root/.gnupg/secring.gpg' created 13:40:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 13:40:33 gpg: CAST5 encrypted data 13:40:33 gpg: encrypted with 1 passphrase 13:40:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 13:40:33 + mkdir /home/jenkins 13:40:33 + mkdir /home/jenkins/sigul [Pipeline] sh 13:40:33 + 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 13:40:33 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 13:40:33 ---> sigul-install.sh 13:40:33 Sigul already installed; skipping installation. [Pipeline] sh 13:40:34 + git tag --list 13:40:34 v1.0.0 13:40:34 v1.1.0 13:40:34 v1.2.0 13:40:34 v1.3.0 13:40:34 v1.3.1 13:40:34 v2.0.0 13:40:34 v2.0.1 13:40:34 v2.1.0 13:40:34 v2.1.1 13:40:34 v2.1.2 13:40:34 v2.2.0 13:40:34 v2.3 13:40:34 v2.3.0 13:40:34 v2.3.1 13:40:34 v3.0 13:40:34 v3.0.0 13:40:34 v3.0.1 13:40:34 v3.0.1-dev.1 13:40:34 v3.1 13:40:34 v3.1.0 13:40:34 v3.1.0-dev.1 13:40:34 v3.1.0-dev.10 13:40:34 v3.1.0-dev.11 13:40:34 v3.1.0-dev.12 13:40:34 v3.1.0-dev.13 13:40:34 v3.1.0-dev.14 13:40:34 v3.1.0-dev.15 13:40:34 v3.1.0-dev.16 13:40:34 v3.1.0-dev.17 13:40:34 v3.1.0-dev.18 13:40:34 v3.1.0-dev.19 13:40:34 v3.1.0-dev.2 13:40:34 v3.1.0-dev.20 13:40:34 v3.1.0-dev.21 13:40:34 v3.1.0-dev.22 13:40:34 v3.1.0-dev.23 13:40:34 v3.1.0-dev.24 13:40:34 v3.1.0-dev.25 13:40:34 v3.1.0-dev.26 13:40:34 v3.1.0-dev.27 13:40:34 v3.1.0-dev.28 13:40:34 v3.1.0-dev.29 13:40:34 v3.1.0-dev.3 13:40:34 v3.1.0-dev.30 13:40:34 v3.1.0-dev.31 13:40:34 v3.1.0-dev.32 13:40:34 v3.1.0-dev.33 13:40:34 v3.1.0-dev.34 13:40:34 v3.1.0-dev.35 13:40:34 v3.1.0-dev.36 13:40:34 v3.1.0-dev.37 13:40:34 v3.1.0-dev.38 13:40:34 v3.1.0-dev.39 13:40:34 v3.1.0-dev.4 13:40:34 v3.1.0-dev.5 13:40:34 v3.1.0-dev.6 13:40:34 v3.1.0-dev.7 13:40:34 v3.1.0-dev.8 13:40:34 v3.1.0-dev.9 13:40:34 v3.1.1 13:40:34 v3.1.1-dev.1 13:40:34 v3.2.0-dev.1 13:40:34 v3.2.0-dev.10 13:40:34 v3.2.0-dev.11 13:40:34 v3.2.0-dev.12 13:40:34 v3.2.0-dev.13 13:40:34 v3.2.0-dev.14 13:40:34 v3.2.0-dev.15 13:40:34 v3.2.0-dev.16 13:40:34 v3.2.0-dev.17 13:40:34 v3.2.0-dev.18 13:40:34 v3.2.0-dev.19 13:40:34 v3.2.0-dev.2 13:40:34 v3.2.0-dev.20 13:40:34 v3.2.0-dev.21 13:40:34 v3.2.0-dev.22 13:40:34 v3.2.0-dev.23 13:40:34 v3.2.0-dev.24 13:40:34 v3.2.0-dev.25 13:40:34 v3.2.0-dev.26 13:40:34 v3.2.0-dev.27 13:40:34 v3.2.0-dev.28 13:40:34 v3.2.0-dev.29 13:40:34 v3.2.0-dev.3 13:40:34 v3.2.0-dev.30 13:40:34 v3.2.0-dev.31 13:40:34 v3.2.0-dev.32 13:40:34 v3.2.0-dev.33 13:40:34 v3.2.0-dev.4 13:40:34 v3.2.0-dev.5 13:40:34 v3.2.0-dev.6 13:40:34 v3.2.0-dev.7 13:40:34 v3.2.0-dev.8 13:40:34 v3.2.0-dev.9 [Pipeline] sh 13:40:34 + lftools sign git-tag v3.2.0-dev.33 13:40:35 Signing Git tag with Sigul... 13:40:35 Signing v3.2.0-dev.33 [Pipeline] echo 13:40:35 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 13:40:35 ---> sigul-configuration-cleanup.sh [Pipeline] } 13:40:35 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 13:40:35 $ docker stop --time=1 cc121a539e44b7b19e0aeb39b57363c8b2fbde1475ee7637aa37b8b034bda848 13:40:37 $ docker rm -f --volumes cc121a539e44b7b19e0aeb39b57363c8b2fbde1475ee7637aa37b8b034bda848 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 13:40:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:40:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:40:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:40:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:40:38 prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container 13:40:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 13:40:38 $ docker top ac8d3036a0aa91ad608ee2ed383bba95a6c417d292500835a19cdb13379470a1 -eo pid,comm 13:40:38 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 13:40:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:40:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:40:38 [ssh-agent] Looking for ssh-agent implementation... 13:40:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:40:38 $ docker exec ac8d3036a0aa91ad608ee2ed383bba95a6c417d292500835a19cdb13379470a1 ssh-agent 13:40:38 SSH_AUTH_SOCK=/tmp/ssh-hZkqNLw9QNee/agent.32 13:40:38 SSH_AGENT_PID=38 13:40:38 Running ssh-add (command line suppressed) 13:40:38 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_568704692608476895.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_568704692608476895.key) 13:40:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:40:39 + git semver bump pre 13:40:39 2024-10-02 13:40:39,312 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 13:40:39 2024-10-02 13:40:39,312 [bump_version] DEBUG bumping version:3.2.0-dev.33 on axis:pre with prefix:dev 13:40:39 2024-10-02 13:40:39,313 [bump_version] DEBUG bumped version:3.2.0-dev.34 13:40:39 2024-10-02 13:40:39,313 [write_version] DEBUG write version:3.2.0-dev.34 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 13:40:39 2024-10-02 13:40:39,313 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 13:40:39 2024-10-02 13:40:39,313 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 13:40:39 2024-10-02 13:40:39,315 [execute] INFO git cat-file --batch-check 13:40:39 2024-10-02 13:40:39,315 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 13:40:39 2024-10-02 13:40:39,320 [execute] INFO git cat-file --batch 13:40:39 2024-10-02 13:40:39,321 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 13:40:39 2024-10-02 13:40:39,326 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 13:40:39 3.2.0-dev.34 [Pipeline] } 13:40:39 $ docker exec --env ******** --env ******** ac8d3036a0aa91ad608ee2ed383bba95a6c417d292500835a19cdb13379470a1 ssh-agent -k 13:40:39 unset SSH_AUTH_SOCK; 13:40:39 unset SSH_AGENT_PID; 13:40:39 echo Agent pid 38 killed; 13:40:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:40:39 + git semver [Pipeline] } 13:40:40 $ docker stop --time=1 ac8d3036a0aa91ad608ee2ed383bba95a6c417d292500835a19cdb13379470a1 13:40:41 $ docker rm -f --volumes ac8d3036a0aa91ad608ee2ed383bba95a6c417d292500835a19cdb13379470a1 [Pipeline] // withDockerContainer [Pipeline] sh 13:40:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:40:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:40:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:40:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:40:42 prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container 13:40:42 $ 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 13:40:42 $ docker top 11d77733b096de5e01a2e24e523b059513de17563d8231f9395f8a7b8974e00c -eo pid,comm 13:40:42 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). 13:40:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:40:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:40:42 [ssh-agent] Looking for ssh-agent implementation... 13:40:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:40:42 $ docker exec 11d77733b096de5e01a2e24e523b059513de17563d8231f9395f8a7b8974e00c ssh-agent 13:40:42 SSH_AUTH_SOCK=/tmp/ssh-dHRx4MhOSuRP/agent.33 13:40:42 SSH_AGENT_PID=39 13:40:42 Running ssh-add (command line suppressed) 13:40:42 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_18125232680725935918.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_18125232680725935918.key) 13:40:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:40:43 + git semver push 13:40:43 2024-10-02 13:40:43,315 [run_push] DEBUG push 13:40:43 2024-10-02 13:40:43,316 [execute] INFO git cat-file --batch-check 13:40:43 2024-10-02 13:40:43,316 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 13:40:43 2024-10-02 13:40:43,320 [execute] INFO git rev-list a0ca7d93f962317d5e2989fb62c1eb368e4535b7 -- 13:40:43 2024-10-02 13:40:43,320 [execute] DEBUG Popen(['git', 'rev-list', 'a0ca7d93f962317d5e2989fb62c1eb368e4535b7', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 13:40:43 2024-10-02 13:40:43,332 [execute] INFO git fetch -v origin 13:40:43 2024-10-02 13:40:43,332 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 13:40:43 2024-10-02 13:40:43,811 [run_push] DEBUG no remote changes detected 13:40:43 2024-10-02 13:40:43,811 [execute] INFO git push origin semver 13:40:43 2024-10-02 13:40:43,812 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 13:40:44 2024-10-02 13:40:44,526 [run_push] DEBUG push all version tags 13:40:44 2024-10-02 13:40:44,526 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 13:40:44 2024-10-02 13:40:44,526 [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) 13:40:45 2024-10-02 13:40:45,222 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 13:40:45 3.2.0-dev.34 [Pipeline] } 13:40:45 $ docker exec --env ******** --env ******** 11d77733b096de5e01a2e24e523b059513de17563d8231f9395f8a7b8974e00c ssh-agent -k 13:40:45 unset SSH_AUTH_SOCK; 13:40:45 unset SSH_AGENT_PID; 13:40:45 echo Agent pid 39 killed; 13:40:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:40:45 + git semver [Pipeline] } 13:40:46 $ docker stop --time=1 11d77733b096de5e01a2e24e523b059513de17563d8231f9395f8a7b8974e00c 13:40:47 $ docker rm -f --volumes 11d77733b096de5e01a2e24e523b059513de17563d8231f9395f8a7b8974e00c [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 13:40:48 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 13:40:48 + ls -al /w/workspace/ry_app-service-configurable_main/archives 13:40:48 total 16 13:40:48 drwxr-xr-x 3 root root 4096 Oct 2 13:18 . 13:40:48 drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 13:40 .. 13:40:48 drwxr-xr-x 2 root root 4096 Oct 2 13:18 cost 13:40:48 -rw-r--r-- 1 root root 96 Oct 2 13:18 cost.csv 13:40:48 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 13:40:48 + ls -al /w/workspace/ry_app-service-configurable_main/archives 13:40:48 total 16 13:40:48 drwxr-xr-x 3 jenkins jenkins 4096 Oct 2 13:18 . 13:40:48 drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 13:40 .. 13:40:48 drwxr-xr-x 2 jenkins jenkins 4096 Oct 2 13:18 cost 13:40:48 -rw-r--r-- 1 jenkins jenkins 96 Oct 2 13:18 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:40:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:40:49 ---> package-listing.sh 13:40:49 ++ facter osfamily 13:40:49 ++ tr '[:upper:]' '[:lower:]' 13:40:49 + OS_FAMILY=debian 13:40:49 + workspace=/w/workspace/ry_app-service-configurable_main 13:40:49 + START_PACKAGES=/tmp/packages_start.txt 13:40:49 + END_PACKAGES=/tmp/packages_end.txt 13:40:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:40:49 + PACKAGES=/tmp/packages_start.txt 13:40:49 + '[' /w/workspace/ry_app-service-configurable_main ']' 13:40:49 + PACKAGES=/tmp/packages_end.txt 13:40:49 + case "${OS_FAMILY}" in 13:40:49 + dpkg -l 13:40:49 + grep '^ii' 13:40:49 + '[' -f /tmp/packages_start.txt ']' 13:40:49 + '[' -f /tmp/packages_end.txt ']' 13:40:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:40:49 + '[' /w/workspace/ry_app-service-configurable_main ']' 13:40:49 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 13:40:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 13:40:49 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 13:40:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:40:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:40:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:40:50 prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container 13:40:50 $ 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 13:40:50 $ docker top ad09de6b1b750d9cbafd365239a5b920388e7be2ee82fae691170b78e4c1d114 -eo pid,comm [Pipeline] { [Pipeline] sh 13:40:51 + touch /tmp/pre-build-complete [Pipeline] sh 13:40:51 + mkdir -p /var/log/sysstat [Pipeline] sh 13:40:51 + ls /var/log/sa-host 13:40:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:40:51 provisioning config files... 13:40:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4237530059520304666tmp [Pipeline] { [Pipeline] echo 13:40:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:40:52 ---> create-netrc.sh [Pipeline] } 13:40:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:40:52 ---> python-tools-install.sh [Pipeline] echo 13:40:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:40:52 ---> sudo-logs.sh 13:40:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:40:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:40:53 ---> job-cost.sh 13:40:53 lf-activate-venv: SKIPPING 13:40:53 DEBUG: total: 0.2199999988079071 13:40:53 INFO: Retrieving Stack Cost... 13:40:53 INFO: Retrieving Pricing Info for: v3-standard-8 13:40:53 INFO: Archiving Costs [Pipeline] echo 13:40:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:40:54 ---> logs-deploy.sh 13:40:54 lf-activate-venv: SKIPPING 13:40:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/243 13:40:54 INFO: archiving workspace using pattern(s): 13:40:55 Archives upload complete. 13:40:55 INFO: archiving logs to Nexus