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 [2024-10-02T13:14:18.838Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-02T13:14:18.917Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-02T13:14:18.944Z] ========================================================= [2024-10-02T13:14:18.944Z] EdgeX Global Pipelines Version Info [2024-10-02T13:14:18.944Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:14:20.068Z] ------------------- [2024-10-02T13:14:20.068Z] stable info: [2024-10-02T13:14:20.068Z] ------------------- [2024-10-02T13:14:20.068Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-02T13:14:20.068Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-02T13:14:20.068Z] Message: update stable to v1.0.264 [2024-10-02T13:14:20.330Z] ------------------- [2024-10-02T13:14:20.330Z] experimental info: [2024-10-02T13:14:20.330Z] ------------------- [2024-10-02T13:14:20.330Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-02T13:14:20.330Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-02T13:14:20.330Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-02T13:14:20.415Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2024-10-02T13:14:20.440Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2024-10-02T13:14:20.464Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-02T13:14:20.487Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-02T13:14:20.511Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-02T13:14:20.531Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-10-02T13:14:20.556Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-02T13:14:20.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-10-02T13:14:20.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-02T13:14:20.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-02T13:14:20.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-02T13:14:20.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2024-10-02T13:14:20.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-02T13:14:20.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-02T13:14:20.730Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-02T13:14:20.759Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-02T13:14:20.784Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-10-02T13:14:20.811Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-10-02T13:14:20.839Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-02T13:14:20.880Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-02T13:14:20.905Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-10-02T13:14:20.927Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-10-02T13:14:20.949Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-10-02T13:14:20.971Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-10-02T13:14:20.998Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-10-02T13:14:21.022Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-02T13:14:21.045Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-02T13:14:21.063Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-10-02T13:14:21.086Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-10-02T13:14:21.109Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-10-02T13:14:21.129Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] echo [2024-10-02T13:14:21.152Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a0dcfaf [Pipeline] echo [2024-10-02T13:14:21.261Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-02T13:14:21.328Z] provisioning config files... [2024-10-02T13:14:21.341Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config294845799708755875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:14:21.687Z] ---> ****-login.sh [2024-10-02T13:14:21.687Z] nexus3.edgexfoundry.org:10001 [2024-10-02T13:14:21.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:14:21.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:14:21.948Z] Configure a credential helper to remove this warning. See [2024-10-02T13:14:21.949Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:14:21.949Z] [2024-10-02T13:14:21.949Z] Login Succeeded [2024-10-02T13:14:21.949Z] nexus3.edgexfoundry.org:10002 [2024-10-02T13:14:22.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:14:22.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:14:22.211Z] Configure a credential helper to remove this warning. See [2024-10-02T13:14:22.211Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:14:22.211Z] [2024-10-02T13:14:22.211Z] Login Succeeded [2024-10-02T13:14:22.211Z] nexus3.edgexfoundry.org:10003 [2024-10-02T13:14:22.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:14:22.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:14:22.211Z] Configure a credential helper to remove this warning. See [2024-10-02T13:14:22.211Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:14:22.211Z] [2024-10-02T13:14:22.211Z] Login Succeeded [2024-10-02T13:14:22.211Z] nexus3.edgexfoundry.org:10004 [2024-10-02T13:14:22.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:14:22.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:14:22.472Z] Configure a credential helper to remove this warning. See [2024-10-02T13:14:22.472Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:14:22.472Z] [2024-10-02T13:14:22.472Z] Login Succeeded [2024-10-02T13:14:22.472Z] ****.io [2024-10-02T13:14:22.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:14:22.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:14:22.733Z] Configure a credential helper to remove this warning. See [2024-10-02T13:14:22.733Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:14:22.733Z] [2024-10-02T13:14:22.733Z] Login Succeeded [2024-10-02T13:14:22.733Z] ---> ****-login.sh ends [Pipeline] } [2024-10-02T13:14:22.742Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-10-02T13:14:23.159Z] + git rev-list -1 --merges a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5~1..a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] echo [2024-10-02T13:14:23.192Z] -----------> git rev-list -1 --merges a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5~1..a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [2024-10-02T13:14:23.192Z] a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [false] [Pipeline] sh [2024-10-02T13:14:23.489Z] + git log --format=format:%s -1 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] echo [2024-10-02T13:14:23.507Z] ========================================================= [2024-10-02T13:14:23.507Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-02T13:14:23.507Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-02T13:14:23.855Z] + git log --format=format:%s -1 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] echo [2024-10-02T13:14:23.868Z] [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 [2024-10-02T13:14:23.887Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-10-02T13:14:24.267Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-02T13:14:24.267Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-02T13:14:24.267Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-02T13:14:24.267Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-02T13:14:24.267Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2024-10-02T13:14:24.267Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-10-02T13:14:24.267Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:14:24.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-02T13:14:24.699Z] [2024-10-02T13:14:24.699Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:14:25.026Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-02T13:14:25.026Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-02T13:14:25.026Z] b85a868b505f: Pulling fs layer [2024-10-02T13:14:25.026Z] e2be974225ed: Pulling fs layer [2024-10-02T13:14:25.026Z] 339a4e72a1f5: Pulling fs layer [2024-10-02T13:14:25.026Z] 988bab9f4d93: Pulling fs layer [2024-10-02T13:14:25.026Z] 1469e6f7b9e6: Pulling fs layer [2024-10-02T13:14:25.026Z] eaf3925da568: Pulling fs layer [2024-10-02T13:14:25.026Z] bab4dde63d76: Pulling fs layer [2024-10-02T13:14:25.026Z] bde34c3a00c8: Pulling fs layer [2024-10-02T13:14:25.026Z] b352a97aabf1: Pulling fs layer [2024-10-02T13:14:25.026Z] 4872d77fe225: Pulling fs layer [2024-10-02T13:14:25.026Z] 5851b861e8e6: Pulling fs layer [2024-10-02T13:14:25.026Z] 988bab9f4d93: Waiting [2024-10-02T13:14:25.026Z] 1469e6f7b9e6: Waiting [2024-10-02T13:14:25.026Z] eaf3925da568: Waiting [2024-10-02T13:14:25.026Z] b352a97aabf1: Waiting [2024-10-02T13:14:25.026Z] 4872d77fe225: Waiting [2024-10-02T13:14:25.026Z] bab4dde63d76: Waiting [2024-10-02T13:14:25.026Z] bde34c3a00c8: Waiting [2024-10-02T13:14:25.026Z] 5851b861e8e6: Waiting [2024-10-02T13:14:25.026Z] e2be974225ed: Verifying Checksum [2024-10-02T13:14:25.026Z] e2be974225ed: Download complete [2024-10-02T13:14:25.026Z] 988bab9f4d93: Verifying Checksum [2024-10-02T13:14:25.026Z] 988bab9f4d93: Download complete [2024-10-02T13:14:25.292Z] 1469e6f7b9e6: Verifying Checksum [2024-10-02T13:14:25.292Z] 1469e6f7b9e6: Download complete [2024-10-02T13:14:25.292Z] eaf3925da568: Verifying Checksum [2024-10-02T13:14:25.292Z] eaf3925da568: Download complete [2024-10-02T13:14:25.292Z] 339a4e72a1f5: Verifying Checksum [2024-10-02T13:14:25.292Z] 339a4e72a1f5: Download complete [2024-10-02T13:14:25.292Z] bde34c3a00c8: Verifying Checksum [2024-10-02T13:14:25.292Z] bde34c3a00c8: Download complete [2024-10-02T13:14:25.292Z] b352a97aabf1: Verifying Checksum [2024-10-02T13:14:25.292Z] b352a97aabf1: Download complete [2024-10-02T13:14:25.292Z] 4872d77fe225: Verifying Checksum [2024-10-02T13:14:25.292Z] 4872d77fe225: Download complete [2024-10-02T13:14:25.292Z] 5851b861e8e6: Verifying Checksum [2024-10-02T13:14:25.292Z] 5851b861e8e6: Download complete [2024-10-02T13:14:25.292Z] b85a868b505f: Verifying Checksum [2024-10-02T13:14:25.292Z] b85a868b505f: Download complete [2024-10-02T13:14:25.554Z] bab4dde63d76: Verifying Checksum [2024-10-02T13:14:25.554Z] bab4dde63d76: Download complete [2024-10-02T13:14:26.497Z] b85a868b505f: Pull complete [2024-10-02T13:14:26.758Z] e2be974225ed: Pull complete [2024-10-02T13:14:27.328Z] 339a4e72a1f5: Pull complete [2024-10-02T13:14:27.328Z] 988bab9f4d93: Pull complete [2024-10-02T13:14:27.587Z] 1469e6f7b9e6: Pull complete [2024-10-02T13:14:27.587Z] eaf3925da568: Pull complete [2024-10-02T13:14:29.494Z] bab4dde63d76: Pull complete [2024-10-02T13:14:29.494Z] bde34c3a00c8: Pull complete [2024-10-02T13:14:29.494Z] b352a97aabf1: Pull complete [2024-10-02T13:14:29.494Z] 4872d77fe225: Pull complete [2024-10-02T13:14:29.494Z] 5851b861e8e6: Pull complete [2024-10-02T13:14:29.494Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-02T13:14:29.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-02T13:14:29.494Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:14:29.652Z] prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container [2024-10-02T13:14:29.685Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-02T13:14:34.086Z] $ docker top 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f -eo pid,comm [2024-10-02T13:14:34.143Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-10-02T13:14:34.143Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-02T13:14:34.206Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-02T13:14:34.207Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-02T13:14:34.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-02T13:14:34.314Z] $ docker exec 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f ssh-agent [2024-10-02T13:14:34.418Z] SSH_AUTH_SOCK=/tmp/ssh-ZaYM2VhyupaZ/agent.32 [2024-10-02T13:14:34.418Z] SSH_AGENT_PID=38 [2024-10-02T13:14:34.426Z] Running ssh-add (command line suppressed) [2024-10-02T13:14:34.527Z] 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) [2024-10-02T13:14:34.543Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-02T13:14:34.839Z] + git tag --points-at HEAD [Pipeline] } [2024-10-02T13:14:34.851Z] $ docker exec --env ******** --env ******** 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f ssh-agent -k [2024-10-02T13:14:34.943Z] unset SSH_AUTH_SOCK; [2024-10-02T13:14:34.945Z] unset SSH_AGENT_PID; [2024-10-02T13:14:34.946Z] echo Agent pid 38 killed; [2024-10-02T13:14:34.956Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-02T13:14:35.006Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-02T13:14:35.006Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-02T13:14:35.130Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-02T13:14:35.131Z] $ docker exec 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f ssh-agent [2024-10-02T13:14:35.237Z] SSH_AUTH_SOCK=/tmp/ssh-BjsMKgbXzfVT/agent.71 [2024-10-02T13:14:35.237Z] SSH_AGENT_PID=77 [2024-10-02T13:14:35.242Z] Running ssh-add (command line suppressed) [2024-10-02T13:14:35.333Z] 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) [2024-10-02T13:14:35.350Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-02T13:14:35.641Z] + git semver init [2024-10-02T13:14:35.900Z] 2024-10-02 13:14:35,817 [run_init] DEBUG init version:0.0.0 force:False [2024-10-02T13:14:35.900Z] 2024-10-02 13:14:35,818 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2024-10-02T13:14:35.900Z] 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 [2024-10-02T13:14:35.900Z] 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) [2024-10-02T13:14:37.289Z] 2024-10-02 13:14:36,913 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2024-10-02T13:14:37.289Z] 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 [2024-10-02T13:14:37.289Z] 2024-10-02 13:14:36,914 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-10-02T13:14:37.289Z] 2024-10-02 13:14:36,915 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-10-02T13:14:37.289Z] 3.2.0-dev.33 [Pipeline] } [2024-10-02T13:14:37.295Z] $ docker exec --env ******** --env ******** 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f ssh-agent -k [2024-10-02T13:14:37.390Z] unset SSH_AUTH_SOCK; [2024-10-02T13:14:37.391Z] unset SSH_AGENT_PID; [2024-10-02T13:14:37.391Z] echo Agent pid 77 killed; [2024-10-02T13:14:37.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-02T13:14:37.732Z] + git semver [Pipeline] } [2024-10-02T13:14:38.002Z] $ docker stop --time=1 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f [2024-10-02T13:14:39.305Z] $ docker rm -f --volumes 5fea1086f45016f8a0a005a5d098b320debb2c335ce5867b5bde05777bdf6e3f [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-02T13:14:39.661Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-02T13:14:39.897Z] Stashed 1 file(s) [Pipeline] echo [2024-10-02T13:14:39.902Z] [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 [2024-10-02T13:14:40.098Z] provisioning config files... [2024-10-02T13:14:40.109Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6604253336090146157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:14:40.412Z] ---> ****-login.sh [2024-10-02T13:14:40.412Z] nexus3.edgexfoundry.org:10001 [2024-10-02T13:14:40.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:14:40.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:14:40.413Z] Configure a credential helper to remove this warning. See [2024-10-02T13:14:40.413Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:14:40.413Z] [2024-10-02T13:14:40.413Z] Login Succeeded [2024-10-02T13:14:40.413Z] nexus3.edgexfoundry.org:10002 [2024-10-02T13:14:40.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:14:40.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:14:40.413Z] Configure a credential helper to remove this warning. See [2024-10-02T13:14:40.413Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:14:40.413Z] [2024-10-02T13:14:40.413Z] Login Succeeded [2024-10-02T13:14:40.413Z] nexus3.edgexfoundry.org:10003 [2024-10-02T13:14:40.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:14:40.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:14:40.673Z] Configure a credential helper to remove this warning. See [2024-10-02T13:14:40.673Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:14:40.673Z] [2024-10-02T13:14:40.673Z] Login Succeeded [2024-10-02T13:14:40.673Z] nexus3.edgexfoundry.org:10004 [2024-10-02T13:14:40.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:14:40.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:14:40.673Z] Configure a credential helper to remove this warning. See [2024-10-02T13:14:40.673Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:14:40.673Z] [2024-10-02T13:14:40.673Z] Login Succeeded [2024-10-02T13:14:40.673Z] ****.io [2024-10-02T13:14:40.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:14:40.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:14:40.934Z] Configure a credential helper to remove this warning. See [2024-10-02T13:14:40.934Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:14:40.934Z] [2024-10-02T13:14:40.934Z] Login Succeeded [2024-10-02T13:14:40.935Z] ---> ****-login.sh ends [Pipeline] } [2024-10-02T13:14:40.943Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-02T13:14:41.041Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-02T13:14:41.067Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-02T13:14:41.088Z] ========================================================= [2024-10-02T13:14:41.088Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-10-02T13:14:41.088Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:14:41.454Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-10-02T13:14:41.454Z] Sending build context to Docker daemon 9.16MB [2024-10-02T13:14:41.454Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-10-02T13:14:41.454Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-02T13:14:41.454Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-02T13:14:41.454Z] 619be1103602: Pulling fs layer [2024-10-02T13:14:41.454Z] 7862e08f4a3e: Pulling fs layer [2024-10-02T13:14:41.454Z] 5df492c9dc93: Pulling fs layer [2024-10-02T13:14:41.454Z] 7629e6793208: Pulling fs layer [2024-10-02T13:14:41.454Z] 4f4fb700ef54: Pulling fs layer [2024-10-02T13:14:41.454Z] fb5054dd5b73: Pulling fs layer [2024-10-02T13:14:41.454Z] eeca6798cff9: Pulling fs layer [2024-10-02T13:14:41.454Z] aa269ceb94a6: Pulling fs layer [2024-10-02T13:14:41.454Z] ada007ff1a6a: Pulling fs layer [2024-10-02T13:14:41.454Z] 7629e6793208: Waiting [2024-10-02T13:14:41.454Z] 4f4fb700ef54: Waiting [2024-10-02T13:14:41.454Z] fb5054dd5b73: Waiting [2024-10-02T13:14:41.454Z] eeca6798cff9: Waiting [2024-10-02T13:14:41.454Z] aa269ceb94a6: Waiting [2024-10-02T13:14:41.454Z] ada007ff1a6a: Waiting [2024-10-02T13:14:41.454Z] 7862e08f4a3e: Download complete [2024-10-02T13:14:41.454Z] 7629e6793208: Verifying Checksum [2024-10-02T13:14:41.454Z] 7629e6793208: Download complete [2024-10-02T13:14:41.454Z] 4f4fb700ef54: Download complete [2024-10-02T13:14:41.454Z] fb5054dd5b73: Verifying Checksum [2024-10-02T13:14:41.454Z] fb5054dd5b73: Download complete [2024-10-02T13:14:41.715Z] 619be1103602: Verifying Checksum [2024-10-02T13:14:41.715Z] 619be1103602: Download complete [2024-10-02T13:14:41.715Z] eeca6798cff9: Verifying Checksum [2024-10-02T13:14:41.715Z] eeca6798cff9: Download complete [2024-10-02T13:14:41.715Z] 619be1103602: Pull complete [2024-10-02T13:14:41.715Z] ada007ff1a6a: Verifying Checksum [2024-10-02T13:14:41.715Z] ada007ff1a6a: Download complete [2024-10-02T13:14:41.974Z] 7862e08f4a3e: Pull complete [2024-10-02T13:14:41.974Z] 5df492c9dc93: Verifying Checksum [2024-10-02T13:14:41.974Z] 5df492c9dc93: Download complete [2024-10-02T13:14:42.542Z] aa269ceb94a6: Verifying Checksum [2024-10-02T13:14:42.542Z] aa269ceb94a6: Download complete [2024-10-02T13:14:45.080Z] 5df492c9dc93: Pull complete [2024-10-02T13:14:45.080Z] 7629e6793208: Pull complete [2024-10-02T13:14:45.340Z] 4f4fb700ef54: Pull complete [2024-10-02T13:14:45.340Z] fb5054dd5b73: Pull complete [2024-10-02T13:14:45.340Z] eeca6798cff9: Pull complete [2024-10-02T13:14:47.895Z] aa269ceb94a6: Pull complete [2024-10-02T13:14:48.174Z] ada007ff1a6a: Pull complete [2024-10-02T13:14:48.174Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-10-02T13:14:48.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-10-02T13:14:48.174Z] ---> f489d0715acc [2024-10-02T13:14:48.174Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-10-02T13:14:53.487Z] ---> Running in 58b1504a0736 [2024-10-02T13:14:53.487Z] Removing intermediate container 58b1504a0736 [2024-10-02T13:14:53.487Z] ---> 5ea73a87f4e7 [2024-10-02T13:14:53.487Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-02T13:14:53.487Z] ---> Running in 47c587035ae8 [2024-10-02T13:14:53.487Z] Removing intermediate container 47c587035ae8 [2024-10-02T13:14:53.487Z] ---> 7afbe16e2183 [2024-10-02T13:14:53.487Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-10-02T13:14:53.487Z] ---> Running in 39ff25b2e60d [2024-10-02T13:14:53.487Z] Removing intermediate container 39ff25b2e60d [2024-10-02T13:14:53.487Z] ---> 8eb78ede0fd2 [2024-10-02T13:14:53.487Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-02T13:14:53.487Z] ---> Running in ace24142e68a [2024-10-02T13:14:53.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-10-02T13:14:53.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-10-02T13:14:54.010Z] OK: 264 MiB in 52 packages [2024-10-02T13:14:54.270Z] Removing intermediate container ace24142e68a [2024-10-02T13:14:54.270Z] ---> 5b281bdabef9 [2024-10-02T13:14:54.270Z] Step 7/12 : WORKDIR /app [2024-10-02T13:14:54.270Z] ---> Running in eacb24fe6b1b [2024-10-02T13:14:54.528Z] Removing intermediate container eacb24fe6b1b [2024-10-02T13:14:54.529Z] ---> eceea2dd3af4 [2024-10-02T13:14:54.529Z] Step 8/12 : COPY go.mod vendor* ./ [2024-10-02T13:14:54.529Z] ---> e2fac31299da [2024-10-02T13:14:54.529Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-02T13:14:54.529Z] ---> Running in 2333185848e3 [2024-10-02T13:14:55.045Z] Still waiting to schedule task [2024-10-02T13:14:55.045Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-10-02T13:16:02.280Z] Removing intermediate container 2333185848e3 [2024-10-02T13:16:02.280Z] ---> d1e18110b1e0 [2024-10-02T13:16:02.280Z] Step 10/12 : COPY . . [2024-10-02T13:16:02.280Z] ---> 87760055c7fc [2024-10-02T13:16:02.280Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-02T13:16:02.280Z] ---> Running in e93f827c6497 [2024-10-02T13:16:02.280Z] Removing intermediate container e93f827c6497 [2024-10-02T13:16:02.280Z] ---> 5b3e7eb454ca [2024-10-02T13:16:02.280Z] Step 12/12 : RUN $MAKE [2024-10-02T13:16:02.280Z] ---> Running in 2f4251093ffd [2024-10-02T13:16:02.280Z] noop [2024-10-02T13:16:02.280Z] Removing intermediate container 2f4251093ffd [2024-10-02T13:16:02.280Z] ---> 9b27d77da7e2 [2024-10-02T13:16:02.280Z] Successfully built 9b27d77da7e2 [2024-10-02T13:16:02.280Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:16:02.612Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-02T13:16:02.612Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:16:02.687Z] prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container [2024-10-02T13:16:02.711Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-10-02T13:16:03.055Z] $ docker top 8103b02af77b13ff70825f32c7ef549c356660509eb4fe4051174e24023ce042 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-02T13:16:03.407Z] + go version [2024-10-02T13:16:03.407Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-10-02T13:16:03.411Z] $ docker stop --time=1 8103b02af77b13ff70825f32c7ef549c356660509eb4fe4051174e24023ce042 [2024-10-02T13:16:04.687Z] $ 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 [2024-10-02T13:16:05.118Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-02T13:16:05.118Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:16:05.196Z] prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container [2024-10-02T13:16:05.221Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-10-02T13:16:05.538Z] $ docker top ed908d9c4bb13b749c92d61c56252a479fbf4ad13690e1ff7b0c8d621ecebf1f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-02T13:16:05.883Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2024-10-02T13:16:06.183Z] + make test [2024-10-02T13:16:06.183Z] go test -race -coverprofile=coverage.out ./... [2024-10-02T13:16:38.258Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2024-10-02T13:17:10.328Z] go vet ./... [2024-10-02T13:17:11.712Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-02T13:17:11.712Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-02T13:17:11.712Z] ./bin/test-attribution-txt.sh [2024-10-02T13:17:11.712Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-10-02T13:17:11.712Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-10-02T13:17:11.712Z] An attribution for github.com/jackc/pgerrcode is missing from Attribution.txt, please add [2024-10-02T13:17:11.712Z] An attribution for github.com/jackc/pgpassfile is missing from Attribution.txt, please add [2024-10-02T13:17:11.712Z] An attribution for github.com/jackc/pgservicefile is missing from Attribution.txt, please add [2024-10-02T13:17:11.712Z] An attribution for github.com/jackc/pgx/v5 is missing from Attribution.txt, please add [2024-10-02T13:17:11.712Z] An attribution for github.com/jackc/puddle/v2 is missing from Attribution.txt, please add [2024-10-02T13:17:11.712Z] An attribution for github.com/openziti/channel/v3 is missing from Attribution.txt, please add [2024-10-02T13:17:11.712Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-10-02T13:17:11.971Z] An attribution for gopkg.in/go-jose/go-jose.v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-10-02T13:17:11.987Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-02T13:17:12.006Z] $ docker stop --time=1 ed908d9c4bb13b749c92d61c56252a479fbf4ad13690e1ff7b0c8d621ecebf1f [2024-10-02T13:17:18.400Z] $ docker rm -f --volumes ed908d9c4bb13b749c92d61c56252a479fbf4ad13690e1ff7b0c8d621ecebf1f [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-02T13:17:19.037Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-02T13:17:19.086Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-10-02T13:17:19.650Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-02T13:17:19.934Z] + ls -al . [2024-10-02T13:17:19.934Z] total 260 [2024-10-02T13:17:19.934Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 2 13:16 . [2024-10-02T13:17:19.934Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 13:14 .. [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 2 13:14 .dockerignore [2024-10-02T13:17:19.934Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 13:16 .git [2024-10-02T13:17:19.934Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 2 13:14 .github [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 106 Oct 2 13:14 .gitignore [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 2 13:14 .golangci.yml [2024-10-02T13:17:19.934Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 2 13:14 .semver [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 18981 Oct 2 13:14 Attribution.txt [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 37263 Oct 2 13:14 CHANGELOG.md [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 2007 Oct 2 13:14 Dockerfile [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 2 13:14 GOVERNANCE.md [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 666 Oct 2 13:14 Jenkinsfile [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 2 13:14 LICENSE [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 618 Oct 2 13:14 OWNERS.md [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 4582 Oct 2 13:14 README.md [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 2 13:14 VERSION [2024-10-02T13:17:19.934Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 13:14 bin [2024-10-02T13:17:19.934Z] -rw-r--r-- 1 jenkins jenkins 13 Oct 2 13:16 coverage.out [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 7313 Oct 2 13:14 go.mod [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 100922 Oct 2 13:14 go.sum [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 1937 Oct 2 13:14 main.go [2024-10-02T13:17:19.934Z] -rw-rw-r-- 1 jenkins jenkins 2572 Oct 2 13:14 makefile [2024-10-02T13:17:19.934Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 2 13:14 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:17:20.252Z] + 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 . [2024-10-02T13:17:20.252Z] Sending build context to Docker daemon 9.161MB [2024-10-02T13:17:20.252Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-10-02T13:17:20.252Z] Step 2/27 : FROM ${BASE} AS builder [2024-10-02T13:17:20.252Z] ---> 9b27d77da7e2 [2024-10-02T13:17:20.252Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-10-02T13:17:20.513Z] ---> Running in 85053d876397 [2024-10-02T13:17:20.513Z] Removing intermediate container 85053d876397 [2024-10-02T13:17:20.513Z] ---> d719b26bdf15 [2024-10-02T13:17:20.513Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-10-02T13:17:20.513Z] ---> Running in 76dfd6bdb2f2 [2024-10-02T13:17:20.772Z] Removing intermediate container 76dfd6bdb2f2 [2024-10-02T13:17:20.772Z] ---> 58dd08f234b4 [2024-10-02T13:17:20.772Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-10-02T13:17:20.772Z] ---> Running in 10864a1daa4c [2024-10-02T13:17:20.772Z] Removing intermediate container 10864a1daa4c [2024-10-02T13:17:20.772Z] ---> 52b9e0277d64 [2024-10-02T13:17:20.772Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-02T13:17:20.772Z] ---> Running in dd29ad6c0eef [2024-10-02T13:17:21.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-10-02T13:17:21.292Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-10-02T13:17:21.292Z] OK: 264 MiB in 52 packages [2024-10-02T13:17:21.551Z] Removing intermediate container dd29ad6c0eef [2024-10-02T13:17:21.551Z] ---> 4a81751d5aab [2024-10-02T13:17:21.551Z] Step 7/27 : WORKDIR /app [2024-10-02T13:17:21.551Z] ---> Running in 6795836393ca [2024-10-02T13:17:21.812Z] Removing intermediate container 6795836393ca [2024-10-02T13:17:21.812Z] ---> 085857112e61 [2024-10-02T13:17:21.812Z] Step 8/27 : COPY go.mod vendor* ./ [2024-10-02T13:17:21.812Z] ---> 03ea4a7a60ea [2024-10-02T13:17:21.812Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-02T13:17:21.812Z] ---> Running in 1f03a527a536 [2024-10-02T13:17:22.798Z] Removing intermediate container 1f03a527a536 [2024-10-02T13:17:22.798Z] ---> 553d8891a85e [2024-10-02T13:17:22.798Z] Step 10/27 : COPY . . [2024-10-02T13:17:23.058Z] ---> 33f9f9e5488c [2024-10-02T13:17:23.058Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-02T13:17:23.058Z] ---> Running in 19d21ba0dc45 [2024-10-02T13:17:23.058Z] Removing intermediate container 19d21ba0dc45 [2024-10-02T13:17:23.058Z] ---> 92ec8f6dab67 [2024-10-02T13:17:23.058Z] Step 12/27 : RUN $MAKE [2024-10-02T13:17:23.058Z] ---> Running in ab0f68cf0684 [2024-10-02T13:17:23.318Z] 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 [2024-10-02T13:18:02.049Z] Removing intermediate container ab0f68cf0684 [2024-10-02T13:18:02.049Z] ---> 2c72327ab34e [2024-10-02T13:18:02.049Z] Step 13/27 : FROM alpine:3.18 [2024-10-02T13:18:02.049Z] 3.18: Pulling from library/alpine [2024-10-02T13:18:02.049Z] 1cc3d825d8b2: Pulling fs layer [2024-10-02T13:18:02.049Z] 1cc3d825d8b2: Verifying Checksum [2024-10-02T13:18:02.049Z] 1cc3d825d8b2: Download complete [2024-10-02T13:18:02.049Z] 1cc3d825d8b2: Pull complete [2024-10-02T13:18:02.049Z] Digest: sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-10-02T13:18:02.049Z] Status: Downloaded newer image for alpine:3.18 [2024-10-02T13:18:02.049Z] ---> 2c64cf60f6f0 [2024-10-02T13:18:02.049Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-10-02T13:18:02.049Z] ---> Running in eb23c197b42e [2024-10-02T13:18:02.049Z] Removing intermediate container eb23c197b42e [2024-10-02T13:18:02.049Z] ---> 8211bccbc3c3 [2024-10-02T13:18:02.049Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2024-10-02T13:18:02.049Z] ---> Running in dbdbc5ed2d7f [2024-10-02T13:18:02.049Z] Removing intermediate container dbdbc5ed2d7f [2024-10-02T13:18:02.049Z] ---> 7a4bd5ad4f97 [2024-10-02T13:18:02.049Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-02T13:18:02.049Z] ---> Running in 2c2d116b622f [2024-10-02T13:18:02.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-10-02T13:18:02.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-10-02T13:18:02.049Z] (1/2) Installing ca-certificates (20240226-r0) [2024-10-02T13:18:02.049Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-10-02T13:18:02.049Z] Executing busybox-1.36.1-r7.trigger [2024-10-02T13:18:02.049Z] Executing ca-certificates-20240226-r0.trigger [2024-10-02T13:18:02.049Z] OK: 8 MiB in 17 packages [2024-10-02T13:18:02.049Z] Removing intermediate container 2c2d116b622f [2024-10-02T13:18:02.049Z] ---> 0d0a85686ea2 [2024-10-02T13:18:02.049Z] Step 17/27 : RUN apk --no-cache upgrade [2024-10-02T13:18:02.049Z] ---> Running in 18a93f43ec12 [2024-10-02T13:18:02.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-10-02T13:18:02.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-10-02T13:18:02.049Z] OK: 8 MiB in 17 packages [2024-10-02T13:18:02.049Z] Removing intermediate container 18a93f43ec12 [2024-10-02T13:18:02.049Z] ---> 0ad502e13a0d [2024-10-02T13:18:02.049Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-10-02T13:18:02.049Z] ---> 943ff8593b10 [2024-10-02T13:18:02.049Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-10-02T13:18:02.049Z] ---> 15aaef9cbf32 [2024-10-02T13:18:02.049Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-10-02T13:18:02.049Z] ---> 30d7ecba4985 [2024-10-02T13:18:02.049Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2024-10-02T13:18:02.308Z] ---> 907b070b23d6 [2024-10-02T13:18:02.308Z] Step 22/27 : EXPOSE 48095 [2024-10-02T13:18:02.308Z] ---> Running in 53acebad7dea [2024-10-02T13:18:02.308Z] Removing intermediate container 53acebad7dea [2024-10-02T13:18:02.308Z] ---> 900c389c09fb [2024-10-02T13:18:02.308Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2024-10-02T13:18:02.308Z] ---> Running in 6ddd8c9b342b [2024-10-02T13:18:02.308Z] Removing intermediate container 6ddd8c9b342b [2024-10-02T13:18:02.308Z] ---> e551743a945b [2024-10-02T13:18:02.308Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-10-02T13:18:02.308Z] ---> Running in ab7ad0156636 [2024-10-02T13:18:02.569Z] Removing intermediate container ab7ad0156636 [2024-10-02T13:18:02.569Z] ---> 844c203cf2d0 [2024-10-02T13:18:02.569Z] Step 25/27 : LABEL arch=amd64 [2024-10-02T13:18:02.569Z] ---> Running in 3da6fc6d235e [2024-10-02T13:18:02.569Z] Removing intermediate container 3da6fc6d235e [2024-10-02T13:18:02.569Z] ---> dbe95834cd95 [2024-10-02T13:18:02.569Z] Step 26/27 : LABEL git_sha=a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [2024-10-02T13:18:02.569Z] ---> Running in 5fe0de742f32 [2024-10-02T13:18:02.569Z] Removing intermediate container 5fe0de742f32 [2024-10-02T13:18:02.569Z] ---> 9fcb95caecf3 [2024-10-02T13:18:02.569Z] Step 27/27 : LABEL version=3.2.0-dev.33 [2024-10-02T13:18:02.569Z] ---> Running in 544ec544e8e0 [2024-10-02T13:18:02.828Z] Removing intermediate container 544ec544e8e0 [2024-10-02T13:18:02.828Z] ---> 323090e643c5 [2024-10-02T13:18:02.828Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-02T13:18:02.828Z] Successfully built 323090e643c5 [2024-10-02T13:18:02.828Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-02T13:18:02.971Z] provisioning config files... [2024-10-02T13:18:02.980Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14576583961870069732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:18:03.285Z] ---> ****-login.sh [2024-10-02T13:18:03.286Z] nexus3.edgexfoundry.org:10001 [2024-10-02T13:18:03.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:18:03.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:18:03.286Z] Configure a credential helper to remove this warning. See [2024-10-02T13:18:03.286Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:18:03.286Z] [2024-10-02T13:18:03.286Z] Login Succeeded [2024-10-02T13:18:03.286Z] nexus3.edgexfoundry.org:10002 [2024-10-02T13:18:03.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:18:03.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:18:03.286Z] Configure a credential helper to remove this warning. See [2024-10-02T13:18:03.286Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:18:03.286Z] [2024-10-02T13:18:03.286Z] Login Succeeded [2024-10-02T13:18:03.286Z] nexus3.edgexfoundry.org:10003 [2024-10-02T13:18:03.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:18:03.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:18:03.545Z] Configure a credential helper to remove this warning. See [2024-10-02T13:18:03.545Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:18:03.545Z] [2024-10-02T13:18:03.545Z] Login Succeeded [2024-10-02T13:18:03.545Z] nexus3.edgexfoundry.org:10004 [2024-10-02T13:18:03.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:18:03.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:18:03.545Z] Configure a credential helper to remove this warning. See [2024-10-02T13:18:03.545Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:18:03.545Z] [2024-10-02T13:18:03.545Z] Login Succeeded [2024-10-02T13:18:03.545Z] ****.io [2024-10-02T13:18:03.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:18:03.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:18:03.804Z] Configure a credential helper to remove this warning. See [2024-10-02T13:18:03.804Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:18:03.804Z] [2024-10-02T13:18:03.804Z] Login Succeeded [2024-10-02T13:18:03.804Z] ---> ****-login.sh ends [Pipeline] } [2024-10-02T13:18:03.811Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-02T13:18:03.869Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-02T13:18:03.900Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2024-10-02T13:18:03.900Z] a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [2024-10-02T13:18:03.900Z] latest [2024-10-02T13:18:03.900Z] 3.2.0-dev.33 [2024-10-02T13:18:03.900Z] a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 [2024-10-02T13:18:03.900Z] main [2024-10-02T13:18:03.900Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:18:04.244Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:18:04.572Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [2024-10-02T13:18:04.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-10-02T13:18:04.572Z] f4e5855cf52f: Preparing [2024-10-02T13:18:04.572Z] a20a1bde58ea: Preparing [2024-10-02T13:18:04.572Z] c2167fbad349: Preparing [2024-10-02T13:18:04.572Z] 8e2c4e81768e: Preparing [2024-10-02T13:18:04.572Z] 6e2768f2e1a0: Preparing [2024-10-02T13:18:04.572Z] 87949afe5a0a: Preparing [2024-10-02T13:18:04.572Z] d62a02444d39: Preparing [2024-10-02T13:18:04.572Z] 87949afe5a0a: Waiting [2024-10-02T13:18:04.572Z] d62a02444d39: Waiting [2024-10-02T13:18:04.572Z] c2167fbad349: Pushed [2024-10-02T13:18:04.572Z] 6e2768f2e1a0: Pushed [2024-10-02T13:18:04.572Z] a20a1bde58ea: Pushed [2024-10-02T13:18:04.572Z] d62a02444d39: Layer already exists [2024-10-02T13:18:04.572Z] 8e2c4e81768e: Pushed [2024-10-02T13:18:04.831Z] 87949afe5a0a: Pushed [2024-10-02T13:18:08.125Z] f4e5855cf52f: Pushed [2024-10-02T13:18:08.125Z] a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5: digest: sha256:af9125641fd63ed4a9fea6efd6c42df792b5b80ef8802b7d889b592ff41c954a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:18:08.474Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:18:08.914Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2024-10-02T13:18:08.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-10-02T13:18:08.914Z] f4e5855cf52f: Preparing [2024-10-02T13:18:08.914Z] a20a1bde58ea: Preparing [2024-10-02T13:18:08.914Z] c2167fbad349: Preparing [2024-10-02T13:18:08.914Z] 8e2c4e81768e: Preparing [2024-10-02T13:18:08.914Z] 6e2768f2e1a0: Preparing [2024-10-02T13:18:08.914Z] 87949afe5a0a: Preparing [2024-10-02T13:18:08.914Z] d62a02444d39: Preparing [2024-10-02T13:18:08.914Z] 87949afe5a0a: Waiting [2024-10-02T13:18:08.914Z] d62a02444d39: Waiting [2024-10-02T13:18:08.914Z] c2167fbad349: Layer already exists [2024-10-02T13:18:08.914Z] 8e2c4e81768e: Layer already exists [2024-10-02T13:18:08.914Z] a20a1bde58ea: Layer already exists [2024-10-02T13:18:08.914Z] f4e5855cf52f: Layer already exists [2024-10-02T13:18:08.914Z] 6e2768f2e1a0: Layer already exists [2024-10-02T13:18:08.914Z] 87949afe5a0a: Layer already exists [2024-10-02T13:18:08.914Z] d62a02444d39: Layer already exists [2024-10-02T13:18:08.914Z] latest: digest: sha256:af9125641fd63ed4a9fea6efd6c42df792b5b80ef8802b7d889b592ff41c954a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:18:09.242Z] + 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 [2024-10-02T13:18:09.574Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.33 [2024-10-02T13:18:09.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-10-02T13:18:09.574Z] f4e5855cf52f: Preparing [2024-10-02T13:18:09.574Z] a20a1bde58ea: Preparing [2024-10-02T13:18:09.574Z] c2167fbad349: Preparing [2024-10-02T13:18:09.574Z] 8e2c4e81768e: Preparing [2024-10-02T13:18:09.574Z] 6e2768f2e1a0: Preparing [2024-10-02T13:18:09.574Z] 87949afe5a0a: Preparing [2024-10-02T13:18:09.574Z] d62a02444d39: Preparing [2024-10-02T13:18:09.574Z] 87949afe5a0a: Waiting [2024-10-02T13:18:09.574Z] d62a02444d39: Waiting [2024-10-02T13:18:09.574Z] 6e2768f2e1a0: Layer already exists [2024-10-02T13:18:09.574Z] f4e5855cf52f: Layer already exists [2024-10-02T13:18:09.574Z] a20a1bde58ea: Layer already exists [2024-10-02T13:18:09.574Z] c2167fbad349: Layer already exists [2024-10-02T13:18:09.574Z] 8e2c4e81768e: Layer already exists [2024-10-02T13:18:09.574Z] 87949afe5a0a: Layer already exists [2024-10-02T13:18:09.574Z] d62a02444d39: Layer already exists [2024-10-02T13:18:09.574Z] 3.2.0-dev.33: digest: sha256:af9125641fd63ed4a9fea6efd6c42df792b5b80ef8802b7d889b592ff41c954a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:18:09.908Z] + 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 [2024-10-02T13:18:10.238Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 [2024-10-02T13:18:10.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-10-02T13:18:10.238Z] f4e5855cf52f: Preparing [2024-10-02T13:18:10.238Z] a20a1bde58ea: Preparing [2024-10-02T13:18:10.238Z] c2167fbad349: Preparing [2024-10-02T13:18:10.238Z] 8e2c4e81768e: Preparing [2024-10-02T13:18:10.238Z] 6e2768f2e1a0: Preparing [2024-10-02T13:18:10.238Z] 87949afe5a0a: Preparing [2024-10-02T13:18:10.238Z] d62a02444d39: Preparing [2024-10-02T13:18:10.238Z] 87949afe5a0a: Waiting [2024-10-02T13:18:10.238Z] d62a02444d39: Waiting [2024-10-02T13:18:10.238Z] a20a1bde58ea: Layer already exists [2024-10-02T13:18:10.238Z] f4e5855cf52f: Layer already exists [2024-10-02T13:18:10.238Z] 6e2768f2e1a0: Layer already exists [2024-10-02T13:18:10.238Z] c2167fbad349: Layer already exists [2024-10-02T13:18:10.238Z] 8e2c4e81768e: Layer already exists [2024-10-02T13:18:10.238Z] 87949afe5a0a: Layer already exists [2024-10-02T13:18:10.238Z] d62a02444d39: Layer already exists [2024-10-02T13:18:10.238Z] a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33: digest: sha256:af9125641fd63ed4a9fea6efd6c42df792b5b80ef8802b7d889b592ff41c954a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:18:10.573Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:18:10.893Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2024-10-02T13:18:10.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2024-10-02T13:18:10.893Z] f4e5855cf52f: Preparing [2024-10-02T13:18:10.893Z] a20a1bde58ea: Preparing [2024-10-02T13:18:10.893Z] c2167fbad349: Preparing [2024-10-02T13:18:10.893Z] 8e2c4e81768e: Preparing [2024-10-02T13:18:10.893Z] 6e2768f2e1a0: Preparing [2024-10-02T13:18:10.893Z] 87949afe5a0a: Preparing [2024-10-02T13:18:10.893Z] d62a02444d39: Preparing [2024-10-02T13:18:10.893Z] 87949afe5a0a: Waiting [2024-10-02T13:18:10.893Z] f4e5855cf52f: Layer already exists [2024-10-02T13:18:10.893Z] 8e2c4e81768e: Layer already exists [2024-10-02T13:18:10.893Z] a20a1bde58ea: Layer already exists [2024-10-02T13:18:10.893Z] 6e2768f2e1a0: Layer already exists [2024-10-02T13:18:10.893Z] c2167fbad349: Layer already exists [2024-10-02T13:18:10.893Z] 87949afe5a0a: Layer already exists [2024-10-02T13:18:10.893Z] d62a02444d39: Layer already exists [2024-10-02T13:18:10.893Z] main: digest: sha256:af9125641fd63ed4a9fea6efd6c42df792b5b80ef8802b7d889b592ff41c954a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-02T13:18:10.982Z] ===================================================== [Pipeline] echo [2024-10-02T13:18:10.999Z] taggedImages: [2024-10-02T13:18:10.999Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [2024-10-02T13:18:10.999Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2024-10-02T13:18:10.999Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.2.0-dev.33 [2024-10-02T13:18:10.999Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 [2024-10-02T13:18:10.999Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:18:11.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-02T13:18:11.419Z] [2024-10-02T13:18:11.419Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:18:11.731Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-02T13:18:11.731Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-02T13:18:11.731Z] 5eb5b503b376: Pulling fs layer [2024-10-02T13:18:11.731Z] 5c69ac0246d0: Pulling fs layer [2024-10-02T13:18:11.731Z] ec43610c2a17: Pulling fs layer [2024-10-02T13:18:11.731Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-02T13:18:11.731Z] 33b1e0a273af: Pulling fs layer [2024-10-02T13:18:11.731Z] 5d3b04190fa2: Pulling fs layer [2024-10-02T13:18:11.731Z] 2f39f015ded8: Pulling fs layer [2024-10-02T13:18:11.731Z] 3a2ae6a8a46f: Waiting [2024-10-02T13:18:11.731Z] 2f39f015ded8: Waiting [2024-10-02T13:18:11.731Z] 33b1e0a273af: Waiting [2024-10-02T13:18:11.731Z] 5d3b04190fa2: Waiting [2024-10-02T13:18:11.731Z] 5c69ac0246d0: Verifying Checksum [2024-10-02T13:18:11.731Z] 5c69ac0246d0: Download complete [2024-10-02T13:18:11.731Z] 3a2ae6a8a46f: Download complete [2024-10-02T13:18:11.731Z] 33b1e0a273af: Verifying Checksum [2024-10-02T13:18:11.731Z] 33b1e0a273af: Download complete [2024-10-02T13:18:11.731Z] 5d3b04190fa2: Download complete [2024-10-02T13:18:11.731Z] ec43610c2a17: Verifying Checksum [2024-10-02T13:18:11.731Z] ec43610c2a17: Download complete [2024-10-02T13:18:12.001Z] 5eb5b503b376: Verifying Checksum [2024-10-02T13:18:12.001Z] 5eb5b503b376: Download complete [2024-10-02T13:18:12.572Z] 2f39f015ded8: Download complete [2024-10-02T13:18:13.139Z] 5eb5b503b376: Pull complete [2024-10-02T13:18:13.139Z] 5c69ac0246d0: Pull complete [2024-10-02T13:18:13.706Z] ec43610c2a17: Pull complete [2024-10-02T13:18:13.706Z] 3a2ae6a8a46f: Pull complete [2024-10-02T13:18:13.966Z] 33b1e0a273af: Pull complete [2024-10-02T13:18:13.966Z] 5d3b04190fa2: Pull complete [2024-10-02T13:18:18.158Z] 2f39f015ded8: Pull complete [2024-10-02T13:18:18.158Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-02T13:18:18.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-02T13:18:18.158Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:18:18.268Z] prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container [2024-10-02T13:18:18.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-10-02T13:18:22.774Z] $ docker top 5595081dc51dada78c5f5bafebc78f06a1bacab7a4b4861eecca1377ffcc656a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:18:23.188Z] ---> job-cost.sh [2024-10-02T13:18:23.188Z] lf-activate-venv: SKIPPING [2024-10-02T13:18:23.188Z] INFO: No Stack... [2024-10-02T13:18:23.448Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-02T13:18:23.707Z] INFO: Archiving Costs [Pipeline] sh [2024-10-02T13:18:23.999Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2024-10-02T13:18:23.999Z] + cut -d, -f6 [Pipeline] lock [2024-10-02T13:18:24.016Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] [2024-10-02T13:18:24.028Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] did not exist. Created. [2024-10-02T13:18:24.035Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-02T13:18:24.349Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-10-02T13:18:24.377Z] Stashed 1 file(s) [Pipeline] } [2024-10-02T13:18:24.387Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-02T13:18:24.412Z] $ docker stop --time=1 5595081dc51dada78c5f5bafebc78f06a1bacab7a4b4861eecca1377ffcc656a [2024-10-02T13:18:25.577Z] $ docker rm -f --volumes 5595081dc51dada78c5f5bafebc78f06a1bacab7a4b4861eecca1377ffcc656a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-10-02T13:23:19.097Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12924 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2024-10-02T13:23:19.136Z] Running in /w/workspace/app-service-configurable/243 [Pipeline] { [Pipeline] checkout [2024-10-02T13:23:22.197Z] The recommended git tool is: git [2024-10-02T13:23:30.196Z] using credential edgex-jenkins-ssh [2024-10-02T13:23:30.219Z] Cloning the remote Git repository [2024-10-02T13:23:30.293Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2024-10-02T13:23:30.416Z] > git init /w/workspace/app-service-configurable/243 # timeout=10 [2024-10-02T13:23:30.711Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2024-10-02T13:23:30.713Z] > git --version # timeout=10 [2024-10-02T13:23:30.799Z] > git --version # 'git version 2.25.1' [2024-10-02T13:23:30.803Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-02T13:23:31.022Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-02T13:23:33.263Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2024-10-02T13:23:33.306Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-02T13:23:34.596Z] Avoid second fetch [2024-10-02T13:23:34.597Z] Checking out Revision a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 (main) [2024-10-02T13:23:35.397Z] Commit message: "Merge pull request #677 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.52" [2024-10-02T13:23:34.612Z] > git config core.sparsecheckout # timeout=10 [2024-10-02T13:23:34.724Z] > git checkout -f a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-02T13:23:40.329Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-02T13:23:40.329Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-02T13:23:40.329Z] Dload Upload Total Spent Left Speed [2024-10-02T13:23:40.329Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 77277 0 --:--:-- --:--:-- --:--:-- 77745 [Pipeline] sh [2024-10-02T13:23:40.663Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-02T13:23:40.989Z] + sudo tee /etc/docker/daemon.new [2024-10-02T13:23:40.989Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-10-02T13:23:40.989Z] { [2024-10-02T13:23:40.989Z] "registry-mirrors": [ [2024-10-02T13:23:40.989Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-02T13:23:40.989Z] ], [2024-10-02T13:23:40.989Z] "bip": "10.250.0.254/24", [2024-10-02T13:23:40.989Z] "hosts": [ [2024-10-02T13:23:40.989Z] "tcp://0.0.0.0:5555", [2024-10-02T13:23:40.989Z] "unix:///var/run/docker.sock" [2024-10-02T13:23:40.989Z] ], [2024-10-02T13:23:40.989Z] "mtu": 1458, [2024-10-02T13:23:40.989Z] "selinux-enabled": true, [2024-10-02T13:23:40.989Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-02T13:23:40.989Z] } [Pipeline] sh [2024-10-02T13:23:41.323Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-02T13:23:41.686Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-02T13:23:59.954Z] provisioning config files... [2024-10-02T13:23:59.989Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/243@tmp/config17352887904109958210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:24:00.441Z] ---> ****-login.sh [2024-10-02T13:24:00.441Z] nexus3.edgexfoundry.org:10001 [2024-10-02T13:24:00.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:24:00.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:24:00.987Z] Configure a credential helper to remove this warning. See [2024-10-02T13:24:00.987Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:24:00.987Z] [2024-10-02T13:24:00.987Z] Login Succeeded [2024-10-02T13:24:00.987Z] nexus3.edgexfoundry.org:10002 [2024-10-02T13:24:01.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:24:01.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:24:01.528Z] Configure a credential helper to remove this warning. See [2024-10-02T13:24:01.529Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:24:01.529Z] [2024-10-02T13:24:01.529Z] Login Succeeded [2024-10-02T13:24:01.529Z] nexus3.edgexfoundry.org:10003 [2024-10-02T13:24:01.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:24:01.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:24:01.800Z] Configure a credential helper to remove this warning. See [2024-10-02T13:24:01.800Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:24:01.800Z] [2024-10-02T13:24:01.800Z] Login Succeeded [2024-10-02T13:24:01.800Z] nexus3.edgexfoundry.org:10004 [2024-10-02T13:24:02.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:24:02.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:24:02.076Z] Configure a credential helper to remove this warning. See [2024-10-02T13:24:02.077Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:24:02.077Z] [2024-10-02T13:24:02.077Z] Login Succeeded [2024-10-02T13:24:02.077Z] ****.io [2024-10-02T13:24:02.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:24:02.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:24:02.624Z] Configure a credential helper to remove this warning. See [2024-10-02T13:24:02.624Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:24:02.624Z] [2024-10-02T13:24:02.624Z] Login Succeeded [2024-10-02T13:24:02.624Z] ---> ****-login.sh ends [Pipeline] } [2024-10-02T13:24:02.645Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-02T13:24:02.973Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-02T13:24:02.992Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-02T13:24:03.006Z] ========================================================= [2024-10-02T13:24:03.006Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-10-02T13:24:03.006Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:24:03.366Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-10-02T13:24:03.366Z] Sending build context to Docker daemon 241.2kB [2024-10-02T13:24:03.637Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-10-02T13:24:03.637Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-02T13:24:03.637Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-02T13:24:03.637Z] c6b39de5b339: Pulling fs layer [2024-10-02T13:24:03.637Z] a69c41024577: Pulling fs layer [2024-10-02T13:24:03.637Z] d6de4b400683: Pulling fs layer [2024-10-02T13:24:03.637Z] 35cb2a7552d0: Pulling fs layer [2024-10-02T13:24:03.637Z] 4f4fb700ef54: Pulling fs layer [2024-10-02T13:24:03.637Z] 464afbd9ba4c: Pulling fs layer [2024-10-02T13:24:03.637Z] 00f215d4a9da: Pulling fs layer [2024-10-02T13:24:03.637Z] d496ad576159: Pulling fs layer [2024-10-02T13:24:03.637Z] 464afbd9ba4c: Waiting [2024-10-02T13:24:03.637Z] 00f215d4a9da: Waiting [2024-10-02T13:24:03.637Z] 35cb2a7552d0: Waiting [2024-10-02T13:24:03.637Z] d496ad576159: Waiting [2024-10-02T13:24:03.637Z] 4f4fb700ef54: Waiting [2024-10-02T13:24:03.637Z] a69c41024577: Download complete [2024-10-02T13:24:03.909Z] 35cb2a7552d0: Verifying Checksum [2024-10-02T13:24:03.909Z] 35cb2a7552d0: Download complete [2024-10-02T13:24:03.909Z] 4f4fb700ef54: Verifying Checksum [2024-10-02T13:24:03.909Z] 4f4fb700ef54: Download complete [2024-10-02T13:24:03.909Z] c6b39de5b339: Download complete [2024-10-02T13:24:03.909Z] 464afbd9ba4c: Verifying Checksum [2024-10-02T13:24:03.909Z] 464afbd9ba4c: Download complete [2024-10-02T13:24:04.180Z] d496ad576159: Verifying Checksum [2024-10-02T13:24:04.180Z] d496ad576159: Download complete [2024-10-02T13:24:05.159Z] c6b39de5b339: Pull complete [2024-10-02T13:24:05.445Z] a69c41024577: Pull complete [2024-10-02T13:24:05.716Z] d6de4b400683: Verifying Checksum [2024-10-02T13:24:05.716Z] d6de4b400683: Download complete [2024-10-02T13:24:06.691Z] 00f215d4a9da: Verifying Checksum [2024-10-02T13:24:06.691Z] 00f215d4a9da: Download complete [2024-10-02T13:24:19.040Z] d6de4b400683: Pull complete [2024-10-02T13:24:19.040Z] 35cb2a7552d0: Pull complete [2024-10-02T13:24:19.040Z] 4f4fb700ef54: Pull complete [2024-10-02T13:24:19.040Z] 464afbd9ba4c: Pull complete [2024-10-02T13:24:29.148Z] 00f215d4a9da: Pull complete [2024-10-02T13:24:29.148Z] d496ad576159: Pull complete [2024-10-02T13:24:29.148Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-10-02T13:24:29.148Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-10-02T13:24:29.148Z] ---> f246e2811388 [2024-10-02T13:24:29.148Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-10-02T13:24:31.125Z] ---> Running in 0e4f7baf497f [2024-10-02T13:24:31.125Z] Removing intermediate container 0e4f7baf497f [2024-10-02T13:24:31.125Z] ---> d301ec52cf14 [2024-10-02T13:24:31.125Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-02T13:24:31.397Z] ---> Running in a497f8b99918 [2024-10-02T13:24:31.666Z] Removing intermediate container a497f8b99918 [2024-10-02T13:24:31.666Z] ---> a7a941c4f789 [2024-10-02T13:24:31.666Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-10-02T13:24:31.666Z] ---> Running in afa543aa2656 [2024-10-02T13:24:31.935Z] Removing intermediate container afa543aa2656 [2024-10-02T13:24:31.935Z] ---> 3266e10cd5a8 [2024-10-02T13:24:31.935Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-02T13:24:31.935Z] ---> Running in d3c631db940c [2024-10-02T13:24:33.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-10-02T13:24:33.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-10-02T13:24:34.587Z] OK: 266 MiB in 52 packages [2024-10-02T13:24:35.175Z] Removing intermediate container d3c631db940c [2024-10-02T13:24:35.175Z] ---> 61c6ba300a31 [2024-10-02T13:24:35.175Z] Step 7/12 : WORKDIR /app [2024-10-02T13:24:35.449Z] ---> Running in 362e90bca2ca [2024-10-02T13:24:35.718Z] Removing intermediate container 362e90bca2ca [2024-10-02T13:24:35.718Z] ---> a5c948328aca [2024-10-02T13:24:35.718Z] Step 8/12 : COPY go.mod vendor* ./ [2024-10-02T13:24:36.309Z] ---> f4fecd9c32a9 [2024-10-02T13:24:36.309Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-02T13:24:36.309Z] ---> Running in f6d920e1a361 [2024-10-02T13:26:27.997Z] Removing intermediate container f6d920e1a361 [2024-10-02T13:26:27.997Z] ---> 91f043c2a4c9 [2024-10-02T13:26:27.997Z] Step 10/12 : COPY . . [2024-10-02T13:26:27.997Z] ---> 46f2c2d57f48 [2024-10-02T13:26:27.997Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-02T13:26:27.997Z] ---> Running in 590a07254d2b [2024-10-02T13:26:28.263Z] Removing intermediate container 590a07254d2b [2024-10-02T13:26:28.263Z] ---> f78297c7a7a1 [2024-10-02T13:26:28.263Z] Step 12/12 : RUN $MAKE [2024-10-02T13:26:28.263Z] ---> Running in a62f650baf8e [2024-10-02T13:26:29.220Z] noop [2024-10-02T13:26:29.808Z] Removing intermediate container a62f650baf8e [2024-10-02T13:26:29.808Z] ---> 364a8294a9ea [2024-10-02T13:26:29.808Z] Successfully built 364a8294a9ea [2024-10-02T13:26:29.808Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:26:30.200Z] + docker inspect -f . ci-base-image-arm64 [2024-10-02T13:26:30.200Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:26:30.413Z] prd-ubuntu20.04-docker-arm64-4c-16g-12924 does not seem to be running inside a container [2024-10-02T13:26:30.473Z] $ 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 [2024-10-02T13:26:31.635Z] $ docker top 153d56efe7380e1ba98c89071496815020c689177ed99edddd450926b1497a25 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-02T13:26:32.454Z] + go version [2024-10-02T13:26:32.454Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-10-02T13:26:32.470Z] $ docker stop --time=1 153d56efe7380e1ba98c89071496815020c689177ed99edddd450926b1497a25 [2024-10-02T13:26:34.062Z] $ 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 [2024-10-02T13:26:34.658Z] + docker inspect -f . ci-base-image-arm64 [2024-10-02T13:26:34.658Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:26:34.862Z] prd-ubuntu20.04-docker-arm64-4c-16g-12924 does not seem to be running inside a container [2024-10-02T13:26:34.924Z] $ 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 [2024-10-02T13:26:36.114Z] $ docker top 5d252b1cfbb06ef158a4063a8139d5d5a2a96d5204cc3f3498b556154834151f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-02T13:26:36.928Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/243 [Pipeline] fileExists [Pipeline] sh [2024-10-02T13:26:37.260Z] + make test [2024-10-02T13:26:37.260Z] go test -race -coverprofile=coverage.out ./... [2024-10-02T13:30:59.140Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2024-10-02T13:30:59.140Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-10-02T13:30:59.140Z] go vet ./... [2024-10-02T13:34:51.021Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-02T13:34:51.021Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-02T13:34:51.021Z] ./bin/test-attribution-txt.sh [2024-10-02T13:34:51.021Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-10-02T13:34:51.021Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-10-02T13:34:51.021Z] An attribution for github.com/jackc/pgerrcode is missing from Attribution.txt, please add [2024-10-02T13:34:51.021Z] An attribution for github.com/jackc/pgpassfile is missing from Attribution.txt, please add [2024-10-02T13:34:51.021Z] An attribution for github.com/jackc/pgservicefile is missing from Attribution.txt, please add [2024-10-02T13:34:51.021Z] An attribution for github.com/jackc/pgx/v5 is missing from Attribution.txt, please add [2024-10-02T13:34:51.021Z] An attribution for github.com/jackc/puddle/v2 is missing from Attribution.txt, please add [2024-10-02T13:34:51.021Z] An attribution for github.com/openziti/channel/v3 is missing from Attribution.txt, please add [2024-10-02T13:34:51.021Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-10-02T13:34:51.021Z] An attribution for gopkg.in/go-jose/go-jose.v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-10-02T13:34:51.046Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-02T13:34:51.072Z] $ docker stop --time=1 5d252b1cfbb06ef158a4063a8139d5d5a2a96d5204cc3f3498b556154834151f [2024-10-02T13:34:52.940Z] $ docker rm -f --volumes 5d252b1cfbb06ef158a4063a8139d5d5a2a96d5204cc3f3498b556154834151f [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-02T13:34:55.434Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-02T13:34:55.460Z] Warning: overwriting stash ‘coverage-report’ [2024-10-02T13:34:55.894Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-02T13:34:56.306Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-02T13:34:56.688Z] + ls -al . [2024-10-02T13:34:56.688Z] total 256 [2024-10-02T13:34:56.688Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 2 13:26 . [2024-10-02T13:34:56.688Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 13:23 .. [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 2 13:23 .dockerignore [2024-10-02T13:34:56.688Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 13:23 .git [2024-10-02T13:34:56.688Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 2 13:23 .github [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 106 Oct 2 13:23 .gitignore [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 2 13:23 .golangci.yml [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 18981 Oct 2 13:23 Attribution.txt [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 37263 Oct 2 13:23 CHANGELOG.md [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 2007 Oct 2 13:23 Dockerfile [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 2 13:23 GOVERNANCE.md [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 666 Oct 2 13:23 Jenkinsfile [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 2 13:23 LICENSE [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 618 Oct 2 13:23 OWNERS.md [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 4582 Oct 2 13:23 README.md [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 2 13:14 VERSION [2024-10-02T13:34:56.688Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 13:23 bin [2024-10-02T13:34:56.688Z] -rw-r--r-- 1 jenkins jenkins 13 Oct 2 13:26 coverage.out [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 7313 Oct 2 13:23 go.mod [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 100922 Oct 2 13:23 go.sum [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 1937 Oct 2 13:23 main.go [2024-10-02T13:34:56.688Z] -rw-rw-r-- 1 jenkins jenkins 2572 Oct 2 13:23 makefile [2024-10-02T13:34:56.688Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 2 13:23 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:34:57.050Z] + 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 . [2024-10-02T13:34:57.050Z] Sending build context to Docker daemon 242.2kB [2024-10-02T13:34:57.332Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-10-02T13:34:57.332Z] Step 2/27 : FROM ${BASE} AS builder [2024-10-02T13:34:57.332Z] ---> 364a8294a9ea [2024-10-02T13:34:57.332Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2024-10-02T13:34:57.332Z] ---> Running in 6495ae70e4ce [2024-10-02T13:34:57.926Z] Removing intermediate container 6495ae70e4ce [2024-10-02T13:34:57.926Z] ---> f8d0972cb9e5 [2024-10-02T13:34:57.926Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2024-10-02T13:34:57.926Z] ---> Running in ecd8abc91e0b [2024-10-02T13:34:58.195Z] Removing intermediate container ecd8abc91e0b [2024-10-02T13:34:58.195Z] ---> 13625b9bb074 [2024-10-02T13:34:58.195Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2024-10-02T13:34:58.195Z] ---> Running in 7a2785e7c062 [2024-10-02T13:34:58.490Z] Removing intermediate container 7a2785e7c062 [2024-10-02T13:34:58.490Z] ---> 0d835bd2c3c7 [2024-10-02T13:34:58.490Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-02T13:34:58.766Z] ---> Running in a577adfbc44b [2024-10-02T13:34:59.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-10-02T13:34:59.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-10-02T13:35:00.957Z] OK: 266 MiB in 52 packages [2024-10-02T13:35:01.924Z] Removing intermediate container a577adfbc44b [2024-10-02T13:35:01.924Z] ---> a466a2f9b2cf [2024-10-02T13:35:01.924Z] Step 7/27 : WORKDIR /app [2024-10-02T13:35:01.924Z] ---> Running in 008454151c1b [2024-10-02T13:35:02.190Z] Removing intermediate container 008454151c1b [2024-10-02T13:35:02.190Z] ---> bf095f2390a9 [2024-10-02T13:35:02.190Z] Step 8/27 : COPY go.mod vendor* ./ [2024-10-02T13:35:02.775Z] ---> 3a8710b33e47 [2024-10-02T13:35:02.775Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-02T13:35:02.775Z] ---> Running in 3eab970de490 [2024-10-02T13:35:05.345Z] Removing intermediate container 3eab970de490 [2024-10-02T13:35:05.345Z] ---> d0af71d7a3a2 [2024-10-02T13:35:05.345Z] Step 10/27 : COPY . . [2024-10-02T13:35:05.925Z] ---> d5652c8dab05 [2024-10-02T13:35:05.925Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-02T13:35:05.925Z] ---> Running in a80123f26622 [2024-10-02T13:35:06.191Z] Removing intermediate container a80123f26622 [2024-10-02T13:35:06.191Z] ---> edb77868907d [2024-10-02T13:35:06.191Z] Step 12/27 : RUN $MAKE [2024-10-02T13:35:06.461Z] ---> Running in 1d6630cd7a16 [2024-10-02T13:35:07.415Z] 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 [2024-10-02T13:38:44.159Z] Removing intermediate container 1d6630cd7a16 [2024-10-02T13:38:44.159Z] ---> d9f633947a9a [2024-10-02T13:38:44.159Z] Step 13/27 : FROM alpine:3.18 [2024-10-02T13:38:44.159Z] 3.18: Pulling from library/alpine [2024-10-02T13:38:44.159Z] 720f3032cd11: Pulling fs layer [2024-10-02T13:38:44.159Z] 720f3032cd11: Verifying Checksum [2024-10-02T13:38:44.159Z] 720f3032cd11: Download complete [2024-10-02T13:38:44.159Z] 720f3032cd11: Pull complete [2024-10-02T13:38:44.159Z] Digest: sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-10-02T13:38:44.159Z] Status: Downloaded newer image for alpine:3.18 [2024-10-02T13:38:44.159Z] ---> 3e834921e367 [2024-10-02T13:38:44.159Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-10-02T13:38:44.159Z] ---> Running in b728f02876ab [2024-10-02T13:38:44.159Z] Removing intermediate container b728f02876ab [2024-10-02T13:38:44.159Z] ---> b5d2010a5d01 [2024-10-02T13:38:44.159Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2024-10-02T13:38:44.159Z] ---> Running in 29475f83c12b [2024-10-02T13:38:44.159Z] Removing intermediate container 29475f83c12b [2024-10-02T13:38:44.159Z] ---> fa045d569007 [2024-10-02T13:38:44.159Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-02T13:38:44.427Z] ---> Running in 364fc293e9d8 [2024-10-02T13:38:45.379Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-10-02T13:38:45.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-10-02T13:38:46.595Z] (1/2) Installing ca-certificates (20240226-r0) [2024-10-02T13:38:46.595Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-10-02T13:38:46.595Z] Executing busybox-1.36.1-r7.trigger [2024-10-02T13:38:46.595Z] Executing ca-certificates-20240226-r0.trigger [2024-10-02T13:38:46.860Z] OK: 9 MiB in 17 packages [2024-10-02T13:38:48.277Z] Removing intermediate container 364fc293e9d8 [2024-10-02T13:38:48.277Z] ---> 458f0aab47aa [2024-10-02T13:38:48.277Z] Step 17/27 : RUN apk --no-cache upgrade [2024-10-02T13:38:48.544Z] ---> Running in a21a1fd9a89b [2024-10-02T13:38:49.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-10-02T13:38:49.764Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-10-02T13:38:50.717Z] OK: 9 MiB in 17 packages [2024-10-02T13:38:51.299Z] Removing intermediate container a21a1fd9a89b [2024-10-02T13:38:51.299Z] ---> a34fab250ccf [2024-10-02T13:38:51.299Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-10-02T13:38:51.881Z] ---> d2e815ac0a46 [2024-10-02T13:38:51.881Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2024-10-02T13:38:52.148Z] ---> cf09f9335210 [2024-10-02T13:38:52.148Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2024-10-02T13:38:52.729Z] ---> 61adcf417605 [2024-10-02T13:38:52.729Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2024-10-02T13:38:54.665Z] ---> 22cc18490806 [2024-10-02T13:38:54.665Z] Step 22/27 : EXPOSE 48095 [2024-10-02T13:38:54.665Z] ---> Running in 338af72c7c12 [2024-10-02T13:38:54.665Z] Removing intermediate container 338af72c7c12 [2024-10-02T13:38:54.665Z] ---> 004aef63d338 [2024-10-02T13:38:54.665Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2024-10-02T13:38:54.665Z] ---> Running in be5a195c0049 [2024-10-02T13:38:54.931Z] Removing intermediate container be5a195c0049 [2024-10-02T13:38:54.931Z] ---> 954d9ca41120 [2024-10-02T13:38:54.931Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-10-02T13:38:55.197Z] ---> Running in 2a8e0bcedecb [2024-10-02T13:38:55.461Z] Removing intermediate container 2a8e0bcedecb [2024-10-02T13:38:55.461Z] ---> f0f3dbdfbb4d [2024-10-02T13:38:55.461Z] Step 25/27 : LABEL arch=arm64 [2024-10-02T13:38:55.461Z] ---> Running in 0dfbd7b90a82 [2024-10-02T13:38:55.727Z] Removing intermediate container 0dfbd7b90a82 [2024-10-02T13:38:55.727Z] ---> c040b23e721d [2024-10-02T13:38:55.727Z] Step 26/27 : LABEL git_sha=a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [2024-10-02T13:38:55.727Z] ---> Running in 35276848b972 [2024-10-02T13:38:55.998Z] Removing intermediate container 35276848b972 [2024-10-02T13:38:55.998Z] ---> 73054be7a7f4 [2024-10-02T13:38:55.998Z] Step 27/27 : LABEL version=3.2.0-dev.33 [2024-10-02T13:38:56.264Z] ---> Running in 538dadabccd7 [2024-10-02T13:38:56.529Z] Removing intermediate container 538dadabccd7 [2024-10-02T13:38:56.529Z] ---> 7c4284af1b43 [2024-10-02T13:38:56.529Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-02T13:38:56.529Z] Successfully built 7c4284af1b43 [2024-10-02T13:38:56.529Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-02T13:38:56.675Z] provisioning config files... [2024-10-02T13:38:56.688Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/243@tmp/config245496596399925975tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:38:57.021Z] ---> ****-login.sh [2024-10-02T13:38:57.021Z] nexus3.edgexfoundry.org:10001 [2024-10-02T13:38:57.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:38:57.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:38:57.293Z] Configure a credential helper to remove this warning. See [2024-10-02T13:38:57.293Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:38:57.293Z] [2024-10-02T13:38:57.293Z] Login Succeeded [2024-10-02T13:38:57.293Z] nexus3.edgexfoundry.org:10002 [2024-10-02T13:38:57.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:38:57.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:38:57.559Z] Configure a credential helper to remove this warning. See [2024-10-02T13:38:57.559Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:38:57.559Z] [2024-10-02T13:38:57.559Z] Login Succeeded [2024-10-02T13:38:57.559Z] nexus3.edgexfoundry.org:10003 [2024-10-02T13:38:57.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:38:58.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:38:58.089Z] Configure a credential helper to remove this warning. See [2024-10-02T13:38:58.089Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:38:58.089Z] [2024-10-02T13:38:58.089Z] Login Succeeded [2024-10-02T13:38:58.089Z] nexus3.edgexfoundry.org:10004 [2024-10-02T13:38:58.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:38:58.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:38:58.355Z] Configure a credential helper to remove this warning. See [2024-10-02T13:38:58.355Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:38:58.355Z] [2024-10-02T13:38:58.355Z] Login Succeeded [2024-10-02T13:38:58.355Z] ****.io [2024-10-02T13:38:58.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-02T13:38:58.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-02T13:38:58.884Z] Configure a credential helper to remove this warning. See [2024-10-02T13:38:58.884Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-02T13:38:58.884Z] [2024-10-02T13:38:58.884Z] Login Succeeded [2024-10-02T13:38:58.884Z] ---> ****-login.sh ends [Pipeline] } [2024-10-02T13:38:58.895Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-02T13:38:58.950Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-02T13:38:58.980Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2024-10-02T13:38:58.980Z] a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [2024-10-02T13:38:58.980Z] latest [2024-10-02T13:38:58.980Z] 3.2.0-dev.33 [2024-10-02T13:38:58.980Z] a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 [2024-10-02T13:38:58.980Z] main [2024-10-02T13:38:58.980Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:38:59.350Z] + 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 [2024-10-02T13:39:00.292Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [2024-10-02T13:39:00.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-10-02T13:39:00.292Z] 0811cb68779d: Preparing [2024-10-02T13:39:00.292Z] 7e71a87f90cc: Preparing [2024-10-02T13:39:00.292Z] 2e65306bcd59: Preparing [2024-10-02T13:39:00.292Z] 3e72b9d8b966: Preparing [2024-10-02T13:39:00.292Z] 7344777e6996: Preparing [2024-10-02T13:39:00.292Z] 4f54064dbe32: Preparing [2024-10-02T13:39:00.292Z] 4aeaa0e7d41f: Preparing [2024-10-02T13:39:00.292Z] 4f54064dbe32: Waiting [2024-10-02T13:39:00.292Z] 4aeaa0e7d41f: Waiting [2024-10-02T13:39:00.557Z] 7344777e6996: Pushed [2024-10-02T13:39:00.557Z] 3e72b9d8b966: Pushed [2024-10-02T13:39:00.557Z] 2e65306bcd59: Pushed [2024-10-02T13:39:00.557Z] 7e71a87f90cc: Pushed [2024-10-02T13:39:00.557Z] 4aeaa0e7d41f: Layer already exists [2024-10-02T13:39:00.822Z] 4f54064dbe32: Pushed [2024-10-02T13:39:07.447Z] 0811cb68779d: Pushed [2024-10-02T13:39:07.710Z] a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5: digest: sha256:c648c239538ede09cb66cb4f162328c8cd56a633ead74d4a4b8b8bf348dd168a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:39:08.050Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:39:08.402Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2024-10-02T13:39:08.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-10-02T13:39:08.402Z] 0811cb68779d: Preparing [2024-10-02T13:39:08.402Z] 7e71a87f90cc: Preparing [2024-10-02T13:39:08.402Z] 2e65306bcd59: Preparing [2024-10-02T13:39:08.402Z] 3e72b9d8b966: Preparing [2024-10-02T13:39:08.402Z] 7344777e6996: Preparing [2024-10-02T13:39:08.402Z] 4f54064dbe32: Preparing [2024-10-02T13:39:08.402Z] 4aeaa0e7d41f: Preparing [2024-10-02T13:39:08.402Z] 4aeaa0e7d41f: Waiting [2024-10-02T13:39:08.402Z] 4f54064dbe32: Waiting [2024-10-02T13:39:08.402Z] 3e72b9d8b966: Layer already exists [2024-10-02T13:39:08.402Z] 0811cb68779d: Layer already exists [2024-10-02T13:39:08.402Z] 2e65306bcd59: Layer already exists [2024-10-02T13:39:08.402Z] 7344777e6996: Layer already exists [2024-10-02T13:39:08.402Z] 7e71a87f90cc: Layer already exists [2024-10-02T13:39:08.402Z] 4f54064dbe32: Layer already exists [2024-10-02T13:39:08.402Z] 4aeaa0e7d41f: Layer already exists [2024-10-02T13:39:08.667Z] latest: digest: sha256:c648c239538ede09cb66cb4f162328c8cd56a633ead74d4a4b8b8bf348dd168a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:39:09.034Z] + 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 [2024-10-02T13:39:09.388Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.33 [2024-10-02T13:39:09.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-10-02T13:39:09.388Z] 0811cb68779d: Preparing [2024-10-02T13:39:09.388Z] 7e71a87f90cc: Preparing [2024-10-02T13:39:09.388Z] 2e65306bcd59: Preparing [2024-10-02T13:39:09.388Z] 3e72b9d8b966: Preparing [2024-10-02T13:39:09.388Z] 7344777e6996: Preparing [2024-10-02T13:39:09.388Z] 4f54064dbe32: Preparing [2024-10-02T13:39:09.388Z] 4aeaa0e7d41f: Preparing [2024-10-02T13:39:09.388Z] 4f54064dbe32: Waiting [2024-10-02T13:39:09.388Z] 4aeaa0e7d41f: Waiting [2024-10-02T13:39:09.388Z] 0811cb68779d: Layer already exists [2024-10-02T13:39:09.388Z] 3e72b9d8b966: Layer already exists [2024-10-02T13:39:09.388Z] 7344777e6996: Layer already exists [2024-10-02T13:39:09.388Z] 7e71a87f90cc: Layer already exists [2024-10-02T13:39:09.388Z] 2e65306bcd59: Layer already exists [2024-10-02T13:39:09.388Z] 4f54064dbe32: Layer already exists [2024-10-02T13:39:09.388Z] 4aeaa0e7d41f: Layer already exists [2024-10-02T13:39:09.653Z] 3.2.0-dev.33: digest: sha256:c648c239538ede09cb66cb4f162328c8cd56a633ead74d4a4b8b8bf348dd168a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:39:10.018Z] + 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 [2024-10-02T13:39:10.368Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 [2024-10-02T13:39:10.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-10-02T13:39:10.368Z] 0811cb68779d: Preparing [2024-10-02T13:39:10.368Z] 7e71a87f90cc: Preparing [2024-10-02T13:39:10.368Z] 2e65306bcd59: Preparing [2024-10-02T13:39:10.368Z] 3e72b9d8b966: Preparing [2024-10-02T13:39:10.368Z] 7344777e6996: Preparing [2024-10-02T13:39:10.368Z] 4f54064dbe32: Preparing [2024-10-02T13:39:10.368Z] 4aeaa0e7d41f: Preparing [2024-10-02T13:39:10.368Z] 4f54064dbe32: Waiting [2024-10-02T13:39:10.368Z] 4aeaa0e7d41f: Waiting [2024-10-02T13:39:10.368Z] 2e65306bcd59: Layer already exists [2024-10-02T13:39:10.368Z] 7e71a87f90cc: Layer already exists [2024-10-02T13:39:10.368Z] 7344777e6996: Layer already exists [2024-10-02T13:39:10.368Z] 3e72b9d8b966: Layer already exists [2024-10-02T13:39:10.368Z] 0811cb68779d: Layer already exists [2024-10-02T13:39:10.633Z] 4aeaa0e7d41f: Layer already exists [2024-10-02T13:39:10.633Z] 4f54064dbe32: Layer already exists [2024-10-02T13:39:10.633Z] a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33: digest: sha256:c648c239538ede09cb66cb4f162328c8cd56a633ead74d4a4b8b8bf348dd168a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:39:10.991Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:39:11.345Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2024-10-02T13:39:11.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2024-10-02T13:39:11.346Z] 0811cb68779d: Preparing [2024-10-02T13:39:11.346Z] 7e71a87f90cc: Preparing [2024-10-02T13:39:11.346Z] 2e65306bcd59: Preparing [2024-10-02T13:39:11.346Z] 3e72b9d8b966: Preparing [2024-10-02T13:39:11.346Z] 7344777e6996: Preparing [2024-10-02T13:39:11.346Z] 4f54064dbe32: Preparing [2024-10-02T13:39:11.346Z] 4aeaa0e7d41f: Preparing [2024-10-02T13:39:11.346Z] 4aeaa0e7d41f: Waiting [2024-10-02T13:39:11.346Z] 4f54064dbe32: Waiting [2024-10-02T13:39:11.346Z] 0811cb68779d: Layer already exists [2024-10-02T13:39:11.346Z] 7e71a87f90cc: Layer already exists [2024-10-02T13:39:11.346Z] 7344777e6996: Layer already exists [2024-10-02T13:39:11.346Z] 3e72b9d8b966: Layer already exists [2024-10-02T13:39:11.346Z] 2e65306bcd59: Layer already exists [2024-10-02T13:39:11.346Z] 4aeaa0e7d41f: Layer already exists [2024-10-02T13:39:11.346Z] 4f54064dbe32: Layer already exists [2024-10-02T13:39:11.610Z] main: digest: sha256:c648c239538ede09cb66cb4f162328c8cd56a633ead74d4a4b8b8bf348dd168a size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-02T13:39:11.688Z] ===================================================== [Pipeline] echo [2024-10-02T13:39:11.702Z] taggedImages: [2024-10-02T13:39:11.702Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [2024-10-02T13:39:11.702Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2024-10-02T13:39:11.702Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.2.0-dev.33 [2024-10-02T13:39:11.702Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5-3.2.0-dev.33 [2024-10-02T13:39:11.702Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:39:12.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-02T13:39:12.080Z] [2024-10-02T13:39:12.080Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:39:12.411Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-02T13:39:12.411Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-02T13:39:12.411Z] 8998bd30e6a1: Pulling fs layer [2024-10-02T13:39:12.411Z] 04944245beec: Pulling fs layer [2024-10-02T13:39:12.411Z] 699f458cf7ca: Pulling fs layer [2024-10-02T13:39:12.411Z] 765212b225bb: Pulling fs layer [2024-10-02T13:39:12.411Z] f23df028b6ca: Pulling fs layer [2024-10-02T13:39:12.411Z] 765212b225bb: Waiting [2024-10-02T13:39:12.411Z] d65c8cfc05b1: Pulling fs layer [2024-10-02T13:39:12.411Z] 2437ff75d9bd: Pulling fs layer [2024-10-02T13:39:12.411Z] f23df028b6ca: Waiting [2024-10-02T13:39:12.411Z] d65c8cfc05b1: Waiting [2024-10-02T13:39:12.677Z] 04944245beec: Verifying Checksum [2024-10-02T13:39:12.677Z] 04944245beec: Download complete [2024-10-02T13:39:12.677Z] 765212b225bb: Verifying Checksum [2024-10-02T13:39:12.677Z] 765212b225bb: Download complete [2024-10-02T13:39:12.677Z] f23df028b6ca: Verifying Checksum [2024-10-02T13:39:12.677Z] f23df028b6ca: Download complete [2024-10-02T13:39:12.677Z] d65c8cfc05b1: Verifying Checksum [2024-10-02T13:39:12.677Z] d65c8cfc05b1: Download complete [2024-10-02T13:39:12.944Z] 699f458cf7ca: Verifying Checksum [2024-10-02T13:39:12.944Z] 699f458cf7ca: Download complete [2024-10-02T13:39:13.211Z] 8998bd30e6a1: Verifying Checksum [2024-10-02T13:39:13.211Z] 8998bd30e6a1: Download complete [2024-10-02T13:39:15.784Z] 2437ff75d9bd: Verifying Checksum [2024-10-02T13:39:15.784Z] 2437ff75d9bd: Download complete [2024-10-02T13:39:18.361Z] 8998bd30e6a1: Pull complete [2024-10-02T13:39:18.361Z] 04944245beec: Pull complete [2024-10-02T13:39:20.305Z] 699f458cf7ca: Pull complete [2024-10-02T13:39:20.305Z] 765212b225bb: Pull complete [2024-10-02T13:39:21.262Z] f23df028b6ca: Pull complete [2024-10-02T13:39:21.262Z] d65c8cfc05b1: Pull complete [2024-10-02T13:39:39.470Z] 2437ff75d9bd: Pull complete [2024-10-02T13:39:39.470Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-02T13:39:39.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-02T13:39:39.470Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:39:39.670Z] prd-ubuntu20.04-docker-arm64-4c-16g-12924 does not seem to be running inside a container [2024-10-02T13:39:39.732Z] $ 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 [2024-10-02T13:39:42.360Z] $ docker top c8cf8f8814f9f9621afca55183b13eb68bab1877242080b6a063c684ba22b930 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:39:43.215Z] ---> job-cost.sh [2024-10-02T13:39:43.215Z] lf-activate-venv: SKIPPING [2024-10-02T13:39:43.215Z] INFO: No Stack... [2024-10-02T13:39:43.479Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-02T13:39:44.436Z] INFO: Archiving Costs [Pipeline] sh [2024-10-02T13:39:45.067Z] + cat /w/workspace/app-service-configurable/243/archives/cost.csv [2024-10-02T13:39:45.067Z] + cut -d, -f6 [Pipeline] lock [2024-10-02T13:39:45.129Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] [2024-10-02T13:39:45.139Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] did not exist. Created. [2024-10-02T13:39:45.146Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-02T13:39:45.796Z] /w/workspace/app-service-configurable/243@tmp/durable-8cfea6d9/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-10-02T13:39:46.432Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-02T13:39:46.461Z] Warning: overwriting stash ‘stack-cost’ [2024-10-02T13:39:46.510Z] Stashed 1 file(s) [Pipeline] } [2024-10-02T13:39:46.520Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-243-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-02T13:39:46.539Z] $ docker stop --time=1 c8cf8f8814f9f9621afca55183b13eb68bab1877242080b6a063c684ba22b930 [2024-10-02T13:39:48.037Z] $ 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 [2024-10-02T13:39:48.490Z] provisioning config files... [2024-10-02T13:39:48.496Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14926929793251170827tmp [Pipeline] { [Pipeline] sh [2024-10-02T13:39:48.795Z] + set +x [2024-10-02T13:39:48.795Z] + + curl -s https://codecov.io/bash [2024-10-02T13:39:48.795Z] bash -s -- [2024-10-02T13:39:48.795Z] [2024-10-02T13:39:48.795Z] _____ _ [2024-10-02T13:39:48.795Z] / ____| | | [2024-10-02T13:39:48.795Z] | | ___ __| | ___ ___ _____ __ [2024-10-02T13:39:48.795Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-02T13:39:48.795Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-02T13:39:48.795Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-02T13:39:48.795Z] Bash-1.0.6 [2024-10-02T13:39:48.795Z] [2024-10-02T13:39:48.795Z] [2024-10-02T13:39:48.795Z] ==> git version 2.25.1 found [2024-10-02T13:39:48.795Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-10-02T13:39:48.795Z] Release-Date: 2020-01-08 [2024-10-02T13:39:48.795Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-10-02T13:39:48.795Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-02T13:39:48.795Z] ==> Jenkins CI detected. [2024-10-02T13:39:48.795Z] current dir:  /w/workspace/ry_app-service-configurable_main [2024-10-02T13:39:49.055Z] project root: . [2024-10-02T13:39:49.055Z] --> token set from env [2024-10-02T13:39:49.055Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-02T13:39:49.055Z] ==> Running gcov in . (disable via -X gcov) [2024-10-02T13:39:49.055Z] ==> Python coveragepy not found [2024-10-02T13:39:49.055Z] ==> Searching for coverage reports in: [2024-10-02T13:39:49.055Z] + . [2024-10-02T13:39:49.055Z] -> Found 1 reports [2024-10-02T13:39:49.055Z] ==> Detecting git/mercurial file structure [2024-10-02T13:39:49.055Z] ==> Reading reports [2024-10-02T13:39:49.055Z] + ./coverage.out bytes=13 [2024-10-02T13:39:49.055Z] ==> Appending adjustments [2024-10-02T13:39:49.055Z] https://docs.codecov.io/docs/fixing-reports [2024-10-02T13:39:49.055Z] + Found adjustments [2024-10-02T13:39:49.055Z] ==> Gzipping contents [2024-10-02T13:39:49.055Z] 4.0K /tmp/codecov.FDwrBy.gz [2024-10-02T13:39:49.055Z] ==> Uploading reports [2024-10-02T13:39:49.055Z] url: https://codecov.io [2024-10-02T13:39:49.055Z] 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= [2024-10-02T13:39:49.055Z] -> Pinging Codecov [2024-10-02T13:39:49.055Z] 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= [2024-10-02T13:39:49.314Z] -> Uploading to [2024-10-02T13:39:49.314Z] 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 [2024-10-02T13:39:49.314Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-02T13:39:49.314Z] Dload Upload Total Spent Left Speed [2024-10-02T13:39:49.573Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 259 0 0 100 259 0 1193 --:--:-- --:--:-- --:--:-- 1193 [2024-10-02T13:39:49.573Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] } [2024-10-02T13:39:49.579Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-10-02T13:39:49.797Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-10-02T13:39:49.815Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:39:50.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-02T13:39:50.117Z] [2024-10-02T13:39:50.117Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:39:50.418Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-02T13:39:50.418Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-10-02T13:39:50.418Z] 619be1103602: Already exists [2024-10-02T13:39:50.418Z] f8ea3408117e: Pulling fs layer [2024-10-02T13:39:50.418Z] 91320369b822: Pulling fs layer [2024-10-02T13:39:50.418Z] 0406650e8295: Pulling fs layer [2024-10-02T13:39:50.418Z] 4f4fb700ef54: Pulling fs layer [2024-10-02T13:39:50.418Z] 96d80e3f36e1: Pulling fs layer [2024-10-02T13:39:50.418Z] bcf3aedb951c: Pulling fs layer [2024-10-02T13:39:50.418Z] 4f4fb700ef54: Waiting [2024-10-02T13:39:50.418Z] 96d80e3f36e1: Waiting [2024-10-02T13:39:50.418Z] bcf3aedb951c: Waiting [2024-10-02T13:39:50.418Z] 0406650e8295: Download complete [2024-10-02T13:39:50.418Z] f8ea3408117e: Download complete [2024-10-02T13:39:50.418Z] 4f4fb700ef54: Verifying Checksum [2024-10-02T13:39:50.418Z] 4f4fb700ef54: Download complete [2024-10-02T13:39:50.677Z] f8ea3408117e: Pull complete [2024-10-02T13:39:50.677Z] 96d80e3f36e1: Verifying Checksum [2024-10-02T13:39:50.677Z] 96d80e3f36e1: Download complete [2024-10-02T13:39:50.937Z] 91320369b822: Download complete [2024-10-02T13:39:51.195Z] bcf3aedb951c: Verifying Checksum [2024-10-02T13:39:51.195Z] bcf3aedb951c: Download complete [2024-10-02T13:39:53.722Z] 91320369b822: Pull complete [2024-10-02T13:39:53.722Z] 0406650e8295: Pull complete [2024-10-02T13:39:53.722Z] 4f4fb700ef54: Pull complete [2024-10-02T13:39:53.982Z] 96d80e3f36e1: Pull complete [2024-10-02T13:39:56.513Z] bcf3aedb951c: Pull complete [2024-10-02T13:39:56.513Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-10-02T13:39:56.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-02T13:39:56.513Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:39:56.611Z] prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container [2024-10-02T13:39:56.640Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-10-02T13:40:00.497Z] $ docker top 0c39d98dd2c5807b9dc0b833ecdbcf30d4062653e3342b9aefe6a6310863fc7c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-02T13:40:00.860Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] echo [2024-10-02T13:40:00.872Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2024-10-02T13:40:01.151Z] + set -o pipefail [2024-10-02T13:40:01.151Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2024-10-02T13:40:09.633Z] [2024-10-02T13:40:09.633Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2024-10-02T13:40:09.633Z] [2024-10-02T13:40:09.633Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7dc5f32a-caad-4990-b9e2-a648c5eeaf90/history/ec1d21f5-3939-41b8-9dbd-64c477180884 [2024-10-02T13:40:09.633Z] [2024-10-02T13:40:09.633Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-10-02T13:40:09.633Z] [2024-10-02T13:40:09.633Z] [2024-10-02T13:40:09.633Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-10-02T13:40:09.633Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-10-02T13:40:09.648Z] $ docker stop --time=1 0c39d98dd2c5807b9dc0b833ecdbcf30d4062653e3342b9aefe6a6310863fc7c [2024-10-02T13:40:13.664Z] $ 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 [2024-10-02T13:40:14.611Z] + git log --format=format:%s -1 a0dcfaf89bbaf5aa4c2038bc77c0dbae05c76eb5 [Pipeline] sh [2024-10-02T13:40:14.897Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-02T13:40:14.897Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:40:15.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-02T13:40:15.208Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:40:15.286Z] prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container [2024-10-02T13:40:15.303Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-02T13:40:15.793Z] $ docker top 080ff3a76177023ada6074047061ae9a8f7b781fc47ea35d2192a5bfca22ebb1 -eo pid,comm [2024-10-02T13:40:15.837Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-10-02T13:40:15.837Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-02T13:40:15.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-02T13:40:15.898Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-02T13:40:16.007Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-02T13:40:16.004Z] $ docker exec 080ff3a76177023ada6074047061ae9a8f7b781fc47ea35d2192a5bfca22ebb1 ssh-agent [2024-10-02T13:40:16.127Z] SSH_AUTH_SOCK=/tmp/ssh-RZbgXz13Hb8k/agent.32 [2024-10-02T13:40:16.127Z] SSH_AGENT_PID=38 [2024-10-02T13:40:16.130Z] Running ssh-add (command line suppressed) [2024-10-02T13:40:16.229Z] 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) [2024-10-02T13:40:16.249Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-02T13:40:16.545Z] + git semver tag [2024-10-02T13:40:16.804Z] 2024-10-02 13:40:16,727 [run_tag] DEBUG tag force:False [2024-10-02T13:40:16.804Z] 2024-10-02 13:40:16,727 [check_head_tag] DEBUG check head tag [2024-10-02T13:40:16.804Z] 2024-10-02 13:40:16,730 [execute] INFO git cat-file --batch-check [2024-10-02T13:40:16.804Z] 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=) [2024-10-02T13:40:16.804Z] 2024-10-02 13:40:16,736 [execute] INFO git cat-file --batch [2024-10-02T13:40:16.804Z] 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=) [2024-10-02T13:40:16.804Z] 2024-10-02 13:40:16,762 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-10-02T13:40:16.804Z] 2024-10-02 13:40:16,763 [execute] INFO git tag -a v3.2.0-dev.33 -m v3.2.0-dev.33 [2024-10-02T13:40:16.804Z] 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) [2024-10-02T13:40:16.804Z] 2024-10-02 13:40:16,767 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-10-02T13:40:16.804Z] 3.2.0-dev.33 [Pipeline] } [2024-10-02T13:40:16.806Z] $ docker exec --env ******** --env ******** 080ff3a76177023ada6074047061ae9a8f7b781fc47ea35d2192a5bfca22ebb1 ssh-agent -k [2024-10-02T13:40:16.894Z] unset SSH_AUTH_SOCK; [2024-10-02T13:40:16.894Z] unset SSH_AGENT_PID; [2024-10-02T13:40:16.894Z] echo Agent pid 38 killed; [2024-10-02T13:40:16.906Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-02T13:40:17.236Z] + git semver [Pipeline] } [2024-10-02T13:40:17.502Z] $ docker stop --time=1 080ff3a76177023ada6074047061ae9a8f7b781fc47ea35d2192a5bfca22ebb1 [2024-10-02T13:40:18.739Z] $ docker rm -f --volumes 080ff3a76177023ada6074047061ae9a8f7b781fc47ea35d2192a5bfca22ebb1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:40:19.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-02T13:40:19.157Z] [2024-10-02T13:40:19.157Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:40:19.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-02T13:40:19.476Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-10-02T13:40:19.476Z] ab5ef0e58194: Pulling fs layer [2024-10-02T13:40:19.476Z] 9712f1f96733: Pulling fs layer [2024-10-02T13:40:19.476Z] 63f879dbbcfc: Pulling fs layer [2024-10-02T13:40:19.476Z] 0d9ebad4ef96: Pulling fs layer [2024-10-02T13:40:19.476Z] e9a5061849ea: Pulling fs layer [2024-10-02T13:40:19.476Z] d747dcd14b5f: Pulling fs layer [2024-10-02T13:40:19.476Z] 2de7ff778b66: Pulling fs layer [2024-10-02T13:40:19.476Z] 2de7ff778b66: Waiting [2024-10-02T13:40:19.476Z] 0d9ebad4ef96: Waiting [2024-10-02T13:40:19.476Z] d747dcd14b5f: Waiting [2024-10-02T13:40:19.476Z] e9a5061849ea: Waiting [2024-10-02T13:40:19.476Z] 9712f1f96733: Verifying Checksum [2024-10-02T13:40:19.476Z] 9712f1f96733: Download complete [2024-10-02T13:40:19.736Z] 63f879dbbcfc: Verifying Checksum [2024-10-02T13:40:19.736Z] 63f879dbbcfc: Download complete [2024-10-02T13:40:19.995Z] e9a5061849ea: Verifying Checksum [2024-10-02T13:40:19.995Z] e9a5061849ea: Download complete [2024-10-02T13:40:19.995Z] d747dcd14b5f: Download complete [2024-10-02T13:40:19.995Z] ab5ef0e58194: Verifying Checksum [2024-10-02T13:40:19.995Z] ab5ef0e58194: Download complete [2024-10-02T13:40:19.995Z] 0d9ebad4ef96: Verifying Checksum [2024-10-02T13:40:19.995Z] 0d9ebad4ef96: Download complete [2024-10-02T13:40:19.995Z] 2de7ff778b66: Verifying Checksum [2024-10-02T13:40:19.995Z] 2de7ff778b66: Download complete [2024-10-02T13:40:22.525Z] ab5ef0e58194: Pull complete [2024-10-02T13:40:22.525Z] 9712f1f96733: Pull complete [2024-10-02T13:40:23.091Z] 63f879dbbcfc: Pull complete [2024-10-02T13:40:26.378Z] 0d9ebad4ef96: Pull complete [2024-10-02T13:40:26.378Z] e9a5061849ea: Pull complete [2024-10-02T13:40:26.638Z] d747dcd14b5f: Pull complete [2024-10-02T13:40:27.574Z] 2de7ff778b66: Pull complete [2024-10-02T13:40:27.574Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-10-02T13:40:27.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-02T13:40:27.574Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:40:27.671Z] prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container [2024-10-02T13:40:27.697Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-10-02T13:40:32.510Z] $ docker top cc121a539e44b7b19e0aeb39b57363c8b2fbde1475ee7637aa37b8b034bda848 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-10-02T13:40:32.596Z] provisioning config files... [2024-10-02T13:40:32.604Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12197028467955660012tmp [2024-10-02T13:40:32.612Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9004608155790577354tmp [2024-10-02T13:40:32.619Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15330852899154082643tmp [Pipeline] { [Pipeline] echo [2024-10-02T13:40:32.709Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:40:33.006Z] ---> sigul-configuration.sh [2024-10-02T13:40:33.006Z] gpg: directory `/root/.gnupg' created [2024-10-02T13:40:33.006Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-10-02T13:40:33.006Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-10-02T13:40:33.006Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-10-02T13:40:33.006Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-10-02T13:40:33.006Z] gpg: CAST5 encrypted data [2024-10-02T13:40:33.006Z] gpg: encrypted with 1 passphrase [2024-10-02T13:40:33.006Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-10-02T13:40:33.303Z] + mkdir /home/jenkins [2024-10-02T13:40:33.303Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-10-02T13:40:33.598Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-10-02T13:40:33.609Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:40:33.904Z] ---> sigul-install.sh [2024-10-02T13:40:33.904Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-10-02T13:40:34.196Z] + git tag --list [2024-10-02T13:40:34.196Z] v1.0.0 [2024-10-02T13:40:34.196Z] v1.1.0 [2024-10-02T13:40:34.196Z] v1.2.0 [2024-10-02T13:40:34.196Z] v1.3.0 [2024-10-02T13:40:34.196Z] v1.3.1 [2024-10-02T13:40:34.196Z] v2.0.0 [2024-10-02T13:40:34.196Z] v2.0.1 [2024-10-02T13:40:34.196Z] v2.1.0 [2024-10-02T13:40:34.196Z] v2.1.1 [2024-10-02T13:40:34.196Z] v2.1.2 [2024-10-02T13:40:34.196Z] v2.2.0 [2024-10-02T13:40:34.196Z] v2.3 [2024-10-02T13:40:34.196Z] v2.3.0 [2024-10-02T13:40:34.196Z] v2.3.1 [2024-10-02T13:40:34.196Z] v3.0 [2024-10-02T13:40:34.196Z] v3.0.0 [2024-10-02T13:40:34.196Z] v3.0.1 [2024-10-02T13:40:34.196Z] v3.0.1-dev.1 [2024-10-02T13:40:34.196Z] v3.1 [2024-10-02T13:40:34.196Z] v3.1.0 [2024-10-02T13:40:34.196Z] v3.1.0-dev.1 [2024-10-02T13:40:34.196Z] v3.1.0-dev.10 [2024-10-02T13:40:34.196Z] v3.1.0-dev.11 [2024-10-02T13:40:34.196Z] v3.1.0-dev.12 [2024-10-02T13:40:34.196Z] v3.1.0-dev.13 [2024-10-02T13:40:34.196Z] v3.1.0-dev.14 [2024-10-02T13:40:34.196Z] v3.1.0-dev.15 [2024-10-02T13:40:34.196Z] v3.1.0-dev.16 [2024-10-02T13:40:34.196Z] v3.1.0-dev.17 [2024-10-02T13:40:34.196Z] v3.1.0-dev.18 [2024-10-02T13:40:34.196Z] v3.1.0-dev.19 [2024-10-02T13:40:34.196Z] v3.1.0-dev.2 [2024-10-02T13:40:34.196Z] v3.1.0-dev.20 [2024-10-02T13:40:34.196Z] v3.1.0-dev.21 [2024-10-02T13:40:34.196Z] v3.1.0-dev.22 [2024-10-02T13:40:34.196Z] v3.1.0-dev.23 [2024-10-02T13:40:34.196Z] v3.1.0-dev.24 [2024-10-02T13:40:34.196Z] v3.1.0-dev.25 [2024-10-02T13:40:34.196Z] v3.1.0-dev.26 [2024-10-02T13:40:34.196Z] v3.1.0-dev.27 [2024-10-02T13:40:34.196Z] v3.1.0-dev.28 [2024-10-02T13:40:34.196Z] v3.1.0-dev.29 [2024-10-02T13:40:34.196Z] v3.1.0-dev.3 [2024-10-02T13:40:34.196Z] v3.1.0-dev.30 [2024-10-02T13:40:34.196Z] v3.1.0-dev.31 [2024-10-02T13:40:34.196Z] v3.1.0-dev.32 [2024-10-02T13:40:34.196Z] v3.1.0-dev.33 [2024-10-02T13:40:34.196Z] v3.1.0-dev.34 [2024-10-02T13:40:34.196Z] v3.1.0-dev.35 [2024-10-02T13:40:34.196Z] v3.1.0-dev.36 [2024-10-02T13:40:34.196Z] v3.1.0-dev.37 [2024-10-02T13:40:34.196Z] v3.1.0-dev.38 [2024-10-02T13:40:34.196Z] v3.1.0-dev.39 [2024-10-02T13:40:34.196Z] v3.1.0-dev.4 [2024-10-02T13:40:34.196Z] v3.1.0-dev.5 [2024-10-02T13:40:34.196Z] v3.1.0-dev.6 [2024-10-02T13:40:34.196Z] v3.1.0-dev.7 [2024-10-02T13:40:34.196Z] v3.1.0-dev.8 [2024-10-02T13:40:34.196Z] v3.1.0-dev.9 [2024-10-02T13:40:34.196Z] v3.1.1 [2024-10-02T13:40:34.196Z] v3.1.1-dev.1 [2024-10-02T13:40:34.196Z] v3.2.0-dev.1 [2024-10-02T13:40:34.196Z] v3.2.0-dev.10 [2024-10-02T13:40:34.196Z] v3.2.0-dev.11 [2024-10-02T13:40:34.196Z] v3.2.0-dev.12 [2024-10-02T13:40:34.196Z] v3.2.0-dev.13 [2024-10-02T13:40:34.196Z] v3.2.0-dev.14 [2024-10-02T13:40:34.196Z] v3.2.0-dev.15 [2024-10-02T13:40:34.196Z] v3.2.0-dev.16 [2024-10-02T13:40:34.196Z] v3.2.0-dev.17 [2024-10-02T13:40:34.196Z] v3.2.0-dev.18 [2024-10-02T13:40:34.196Z] v3.2.0-dev.19 [2024-10-02T13:40:34.196Z] v3.2.0-dev.2 [2024-10-02T13:40:34.196Z] v3.2.0-dev.20 [2024-10-02T13:40:34.196Z] v3.2.0-dev.21 [2024-10-02T13:40:34.196Z] v3.2.0-dev.22 [2024-10-02T13:40:34.196Z] v3.2.0-dev.23 [2024-10-02T13:40:34.196Z] v3.2.0-dev.24 [2024-10-02T13:40:34.196Z] v3.2.0-dev.25 [2024-10-02T13:40:34.196Z] v3.2.0-dev.26 [2024-10-02T13:40:34.196Z] v3.2.0-dev.27 [2024-10-02T13:40:34.196Z] v3.2.0-dev.28 [2024-10-02T13:40:34.196Z] v3.2.0-dev.29 [2024-10-02T13:40:34.196Z] v3.2.0-dev.3 [2024-10-02T13:40:34.196Z] v3.2.0-dev.30 [2024-10-02T13:40:34.196Z] v3.2.0-dev.31 [2024-10-02T13:40:34.196Z] v3.2.0-dev.32 [2024-10-02T13:40:34.196Z] v3.2.0-dev.33 [2024-10-02T13:40:34.196Z] v3.2.0-dev.4 [2024-10-02T13:40:34.196Z] v3.2.0-dev.5 [2024-10-02T13:40:34.196Z] v3.2.0-dev.6 [2024-10-02T13:40:34.196Z] v3.2.0-dev.7 [2024-10-02T13:40:34.196Z] v3.2.0-dev.8 [2024-10-02T13:40:34.196Z] v3.2.0-dev.9 [Pipeline] sh [2024-10-02T13:40:34.487Z] + lftools sign git-tag v3.2.0-dev.33 [2024-10-02T13:40:35.053Z] Signing Git tag with Sigul... [2024-10-02T13:40:35.053Z] Signing v3.2.0-dev.33 [Pipeline] echo [2024-10-02T13:40:35.636Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:40:35.929Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-10-02T13:40:35.936Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-10-02T13:40:35.958Z] $ docker stop --time=1 cc121a539e44b7b19e0aeb39b57363c8b2fbde1475ee7637aa37b8b034bda848 [2024-10-02T13:40:37.257Z] $ 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 [2024-10-02T13:40:37.698Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-02T13:40:37.698Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:40:38.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-02T13:40:38.002Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:40:38.080Z] prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container [2024-10-02T13:40:38.101Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-02T13:40:38.440Z] $ docker top ac8d3036a0aa91ad608ee2ed383bba95a6c417d292500835a19cdb13379470a1 -eo pid,comm [2024-10-02T13:40:38.495Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-10-02T13:40:38.495Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-02T13:40:38.549Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-02T13:40:38.550Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-02T13:40:38.650Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-02T13:40:38.647Z] $ docker exec ac8d3036a0aa91ad608ee2ed383bba95a6c417d292500835a19cdb13379470a1 ssh-agent [2024-10-02T13:40:38.748Z] SSH_AUTH_SOCK=/tmp/ssh-hZkqNLw9QNee/agent.32 [2024-10-02T13:40:38.748Z] SSH_AGENT_PID=38 [2024-10-02T13:40:38.752Z] Running ssh-add (command line suppressed) [2024-10-02T13:40:38.834Z] 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) [2024-10-02T13:40:38.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-02T13:40:39.143Z] + git semver bump pre [2024-10-02T13:40:39.402Z] 2024-10-02 13:40:39,312 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-10-02T13:40:39.402Z] 2024-10-02 13:40:39,312 [bump_version] DEBUG bumping version:3.2.0-dev.33 on axis:pre with prefix:dev [2024-10-02T13:40:39.402Z] 2024-10-02 13:40:39,313 [bump_version] DEBUG bumped version:3.2.0-dev.34 [2024-10-02T13:40:39.402Z] 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 [2024-10-02T13:40:39.402Z] 2024-10-02 13:40:39,313 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-10-02T13:40:39.402Z] 2024-10-02 13:40:39,313 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2024-10-02T13:40:39.402Z] 2024-10-02 13:40:39,315 [execute] INFO git cat-file --batch-check [2024-10-02T13:40:39.402Z] 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=) [2024-10-02T13:40:39.402Z] 2024-10-02 13:40:39,320 [execute] INFO git cat-file --batch [2024-10-02T13:40:39.402Z] 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=) [2024-10-02T13:40:39.402Z] 2024-10-02 13:40:39,326 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-10-02T13:40:39.402Z] 3.2.0-dev.34 [Pipeline] } [2024-10-02T13:40:39.406Z] $ docker exec --env ******** --env ******** ac8d3036a0aa91ad608ee2ed383bba95a6c417d292500835a19cdb13379470a1 ssh-agent -k [2024-10-02T13:40:39.503Z] unset SSH_AUTH_SOCK; [2024-10-02T13:40:39.503Z] unset SSH_AGENT_PID; [2024-10-02T13:40:39.503Z] echo Agent pid 38 killed; [2024-10-02T13:40:39.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-02T13:40:39.844Z] + git semver [Pipeline] } [2024-10-02T13:40:40.110Z] $ docker stop --time=1 ac8d3036a0aa91ad608ee2ed383bba95a6c417d292500835a19cdb13379470a1 [2024-10-02T13:40:41.359Z] $ docker rm -f --volumes ac8d3036a0aa91ad608ee2ed383bba95a6c417d292500835a19cdb13379470a1 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-02T13:40:41.713Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-02T13:40:41.713Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:40:42.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-02T13:40:42.004Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:40:42.084Z] prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container [2024-10-02T13:40:42.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-02T13:40:42.447Z] $ docker top 11d77733b096de5e01a2e24e523b059513de17563d8231f9395f8a7b8974e00c -eo pid,comm [2024-10-02T13:40:42.497Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-10-02T13:40:42.497Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-02T13:40:42.548Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-02T13:40:42.548Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-02T13:40:42.649Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-02T13:40:42.645Z] $ docker exec 11d77733b096de5e01a2e24e523b059513de17563d8231f9395f8a7b8974e00c ssh-agent [2024-10-02T13:40:42.751Z] SSH_AUTH_SOCK=/tmp/ssh-dHRx4MhOSuRP/agent.33 [2024-10-02T13:40:42.751Z] SSH_AGENT_PID=39 [2024-10-02T13:40:42.756Z] Running ssh-add (command line suppressed) [2024-10-02T13:40:42.849Z] 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) [2024-10-02T13:40:42.867Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-02T13:40:43.157Z] + git semver push [2024-10-02T13:40:43.416Z] 2024-10-02 13:40:43,315 [run_push] DEBUG push [2024-10-02T13:40:43.416Z] 2024-10-02 13:40:43,316 [execute] INFO git cat-file --batch-check [2024-10-02T13:40:43.416Z] 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=) [2024-10-02T13:40:43.416Z] 2024-10-02 13:40:43,320 [execute] INFO git rev-list a0ca7d93f962317d5e2989fb62c1eb368e4535b7 -- [2024-10-02T13:40:43.416Z] 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) [2024-10-02T13:40:43.416Z] 2024-10-02 13:40:43,332 [execute] INFO git fetch -v origin [2024-10-02T13:40:43.416Z] 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) [2024-10-02T13:40:43.983Z] 2024-10-02 13:40:43,811 [run_push] DEBUG no remote changes detected [2024-10-02T13:40:43.983Z] 2024-10-02 13:40:43,811 [execute] INFO git push origin semver [2024-10-02T13:40:43.983Z] 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) [2024-10-02T13:40:44.551Z] 2024-10-02 13:40:44,526 [run_push] DEBUG push all version tags [2024-10-02T13:40:44.551Z] 2024-10-02 13:40:44,526 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-10-02T13:40:44.551Z] 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) [2024-10-02T13:40:45.488Z] 2024-10-02 13:40:45,222 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2024-10-02T13:40:45.488Z] 3.2.0-dev.34 [Pipeline] } [2024-10-02T13:40:45.492Z] $ docker exec --env ******** --env ******** 11d77733b096de5e01a2e24e523b059513de17563d8231f9395f8a7b8974e00c ssh-agent -k [2024-10-02T13:40:45.583Z] unset SSH_AUTH_SOCK; [2024-10-02T13:40:45.583Z] unset SSH_AGENT_PID; [2024-10-02T13:40:45.583Z] echo Agent pid 39 killed; [2024-10-02T13:40:45.599Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-02T13:40:45.921Z] + git semver [Pipeline] } [2024-10-02T13:40:46.187Z] $ docker stop --time=1 11d77733b096de5e01a2e24e523b059513de17563d8231f9395f8a7b8974e00c [2024-10-02T13:40:47.472Z] $ 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 [2024-10-02T13:40:48.125Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2024-10-02T13:40:48.125Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2024-10-02T13:40:48.125Z] total 16 [2024-10-02T13:40:48.125Z] drwxr-xr-x 3 root root 4096 Oct 2 13:18 . [2024-10-02T13:40:48.125Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 13:40 .. [2024-10-02T13:40:48.125Z] drwxr-xr-x 2 root root 4096 Oct 2 13:18 cost [2024-10-02T13:40:48.125Z] -rw-r--r-- 1 root root 96 Oct 2 13:18 cost.csv [2024-10-02T13:40:48.125Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2024-10-02T13:40:48.125Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2024-10-02T13:40:48.125Z] total 16 [2024-10-02T13:40:48.125Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 2 13:18 . [2024-10-02T13:40:48.125Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 13:40 .. [2024-10-02T13:40:48.125Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 2 13:18 cost [2024-10-02T13:40:48.125Z] -rw-r--r-- 1 jenkins jenkins 96 Oct 2 13:18 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:40:48.408Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:40:49.265Z] ---> package-listing.sh [2024-10-02T13:40:49.265Z] ++ facter osfamily [2024-10-02T13:40:49.265Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-02T13:40:49.524Z] + OS_FAMILY=debian [2024-10-02T13:40:49.524Z] + workspace=/w/workspace/ry_app-service-configurable_main [2024-10-02T13:40:49.524Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-02T13:40:49.524Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-02T13:40:49.524Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-02T13:40:49.524Z] + PACKAGES=/tmp/packages_start.txt [2024-10-02T13:40:49.524Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2024-10-02T13:40:49.524Z] + PACKAGES=/tmp/packages_end.txt [2024-10-02T13:40:49.524Z] + case "${OS_FAMILY}" in [2024-10-02T13:40:49.524Z] + dpkg -l [2024-10-02T13:40:49.524Z] + grep '^ii' [2024-10-02T13:40:49.524Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-02T13:40:49.524Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-02T13:40:49.524Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-02T13:40:49.524Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2024-10-02T13:40:49.524Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2024-10-02T13:40:49.524Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2024-10-02T13:40:49.536Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-10-02T13:40:49.813Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-02T13:40:50.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-02T13:40:50.380Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-02T13:40:50.457Z] prd-ubuntu20.04-docker-8c-8g-12913 does not seem to be running inside a container [2024-10-02T13:40:50.480Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-10-02T13:40:50.683Z] $ docker top ad09de6b1b750d9cbafd365239a5b920388e7be2ee82fae691170b78e4c1d114 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-02T13:40:51.039Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-02T13:40:51.324Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-02T13:40:51.610Z] + ls /var/log/sa-host [2024-10-02T13:40:51.610Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-02T13:40:51.769Z] provisioning config files... [2024-10-02T13:40:51.777Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4237530059520304666tmp [Pipeline] { [Pipeline] echo [2024-10-02T13:40:51.797Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:40:52.083Z] ---> create-netrc.sh [Pipeline] } [2024-10-02T13:40:52.091Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:40:52.440Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-02T13:40:52.450Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:40:52.731Z] ---> sudo-logs.sh [2024-10-02T13:40:52.731Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-02T13:40:52.757Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:40:53.035Z] ---> job-cost.sh [2024-10-02T13:40:53.035Z] lf-activate-venv: SKIPPING [2024-10-02T13:40:53.035Z] DEBUG: total: 0.2199999988079071 [2024-10-02T13:40:53.035Z] INFO: Retrieving Stack Cost... [2024-10-02T13:40:53.293Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-02T13:40:53.862Z] INFO: Archiving Costs [Pipeline] echo [2024-10-02T13:40:53.877Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-02T13:40:54.158Z] ---> logs-deploy.sh [2024-10-02T13:40:54.158Z] lf-activate-venv: SKIPPING [2024-10-02T13:40:54.158Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/243 [2024-10-02T13:40:54.158Z] INFO: archiving workspace using pattern(s): [2024-10-02T13:40:55.092Z] Archives upload complete. [2024-10-02T13:40:55.092Z] INFO: archiving logs to Nexus