Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 71eb87341c12183af595ad045e5e5ef439df8de7 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-ssh4666126749087687311.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh10432830724114766426.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh242630044226796999.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh17245568290347915148.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-ssh1821031194678013910.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, buildSnap:false] ========================================================= [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.20 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-4376 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 71eb87341c12183af595ad045e5e5ef439df8de7 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#588)" > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 71eb87341c12183af595ad045e5e5ef439df8de7 # timeout=10 > git rev-list --no-walk f6c95c4111bb18ac0ea3a4e9df2997398d2defa9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-23T14:57:35.509Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-23T14:57:35.581Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-23T14:57:35.605Z] ========================================================= [2023-08-23T14:57:35.605Z] EdgeX Global Pipelines Version Info [2023-08-23T14:57:35.605Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-23T14:57:36.689Z] ------------------- [2023-08-23T14:57:36.689Z] stable info: [2023-08-23T14:57:36.689Z] ------------------- [2023-08-23T14:57:36.689Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-23T14:57:36.689Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-23T14:57:36.689Z] Message: update stable to v1.0.253 [2023-08-23T14:57:36.950Z] ------------------- [2023-08-23T14:57:36.950Z] experimental info: [2023-08-23T14:57:36.950Z] ------------------- [2023-08-23T14:57:36.950Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-23T14:57:36.951Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-23T14:57:36.951Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-23T14:57:37.124Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-08-23T14:57:37.137Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-08-23T14:57:37.152Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-23T14:57:37.173Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-23T14:57:37.186Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-23T14:57:37.205Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-23T14:57:37.220Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-23T14:57:37.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-23T14:57:37.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-23T14:57:37.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-23T14:57:37.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-23T14:57:37.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-08-23T14:57:37.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-23T14:57:37.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-23T14:57:37.359Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-23T14:57:37.373Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-23T14:57:37.387Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-23T14:57:37.407Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-23T14:57:37.423Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-23T14:57:37.434Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-23T14:57:37.447Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-23T14:57:37.459Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-23T14:57:37.477Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-23T14:57:37.494Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-23T14:57:37.509Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-23T14:57:37.522Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-23T14:57:37.534Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-23T14:57:37.548Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-23T14:57:37.566Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-23T14:57:37.582Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-23T14:57:37.601Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] echo [2023-08-23T14:57:37.617Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 71eb873 [Pipeline] echo [2023-08-23T14:57:37.631Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-23T14:57:37.683Z] provisioning config files... [2023-08-23T14:57:37.697Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config18443141087926581365tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-23T14:57:38.004Z] ---> docker-login.sh [2023-08-23T14:57:38.004Z] nexus3.edgexfoundry.org:10001 [2023-08-23T14:57:38.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:57:38.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:57:38.264Z] Configure a credential helper to remove this warning. See [2023-08-23T14:57:38.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:57:38.264Z] [2023-08-23T14:57:38.264Z] Login Succeeded [2023-08-23T14:57:38.264Z] nexus3.edgexfoundry.org:10002 [2023-08-23T14:57:38.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:57:38.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:57:38.526Z] Configure a credential helper to remove this warning. See [2023-08-23T14:57:38.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:57:38.526Z] [2023-08-23T14:57:38.526Z] Login Succeeded [2023-08-23T14:57:38.526Z] nexus3.edgexfoundry.org:10003 [2023-08-23T14:57:38.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:57:38.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:57:38.526Z] Configure a credential helper to remove this warning. See [2023-08-23T14:57:38.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:57:38.526Z] [2023-08-23T14:57:38.526Z] Login Succeeded [2023-08-23T14:57:38.526Z] nexus3.edgexfoundry.org:10004 [2023-08-23T14:57:38.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:57:38.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:57:38.788Z] Configure a credential helper to remove this warning. See [2023-08-23T14:57:38.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:57:38.788Z] [2023-08-23T14:57:38.788Z] Login Succeeded [2023-08-23T14:57:38.788Z] docker.io [2023-08-23T14:57:38.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:57:39.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:57:39.048Z] Configure a credential helper to remove this warning. See [2023-08-23T14:57:39.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:57:39.048Z] [2023-08-23T14:57:39.048Z] Login Succeeded [2023-08-23T14:57:39.048Z] ---> docker-login.sh ends [Pipeline] } [2023-08-23T14:57:39.057Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-23T14:57:39.433Z] + git rev-list -1 --merges 71eb87341c12183af595ad045e5e5ef439df8de7~1..71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] echo [2023-08-23T14:57:39.488Z] -----------> git rev-list -1 --merges 71eb87341c12183af595ad045e5e5ef439df8de7~1..71eb87341c12183af595ad045e5e5ef439df8de7 71eb87341c12183af595ad045e5e5ef439df8de7 [false] [Pipeline] sh [2023-08-23T14:57:39.780Z] + git log --format=format:%s -1 71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] echo [2023-08-23T14:57:39.819Z] ========================================================= [2023-08-23T14:57:39.819Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-23T14:57:39.819Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-23T14:57:40.145Z] + git log --format=format:%s -1 71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] echo [2023-08-23T14:57:40.157Z] [semverPrep] GIT_COMMIT: 71eb87341c12183af595ad045e5e5ef439df8de7, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#588) [Pipeline] echo [2023-08-23T14:57:40.167Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-23T14:57:40.521Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-23T14:57:40.521Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-23T14:57:40.521Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-23T14:57:40.521Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-23T14:57:40.521Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-23T14:57:40.521Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-23T14:57:40.521Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:57:40.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-23T14:57:40.935Z] [2023-08-23T14:57:40.935Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:57:41.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-23T14:57:41.237Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-23T14:57:41.237Z] b85a868b505f: Pulling fs layer [2023-08-23T14:57:41.237Z] e2be974225ed: Pulling fs layer [2023-08-23T14:57:41.237Z] 339a4e72a1f5: Pulling fs layer [2023-08-23T14:57:41.237Z] 988bab9f4d93: Pulling fs layer [2023-08-23T14:57:41.237Z] 1469e6f7b9e6: Pulling fs layer [2023-08-23T14:57:41.237Z] eaf3925da568: Pulling fs layer [2023-08-23T14:57:41.237Z] bab4dde63d76: Pulling fs layer [2023-08-23T14:57:41.237Z] bde34c3a00c8: Pulling fs layer [2023-08-23T14:57:41.237Z] b352a97aabf1: Pulling fs layer [2023-08-23T14:57:41.237Z] 4872d77fe225: Pulling fs layer [2023-08-23T14:57:41.237Z] 5851b861e8e6: Pulling fs layer [2023-08-23T14:57:41.237Z] bde34c3a00c8: Waiting [2023-08-23T14:57:41.237Z] 988bab9f4d93: Waiting [2023-08-23T14:57:41.237Z] b352a97aabf1: Waiting [2023-08-23T14:57:41.237Z] 1469e6f7b9e6: Waiting [2023-08-23T14:57:41.238Z] 4872d77fe225: Waiting [2023-08-23T14:57:41.238Z] bab4dde63d76: Waiting [2023-08-23T14:57:41.238Z] 5851b861e8e6: Waiting [2023-08-23T14:57:41.238Z] e2be974225ed: Download complete [2023-08-23T14:57:41.238Z] 988bab9f4d93: Verifying Checksum [2023-08-23T14:57:41.238Z] 988bab9f4d93: Download complete [2023-08-23T14:57:41.499Z] 339a4e72a1f5: Verifying Checksum [2023-08-23T14:57:41.499Z] 339a4e72a1f5: Download complete [2023-08-23T14:57:41.499Z] 1469e6f7b9e6: Verifying Checksum [2023-08-23T14:57:41.499Z] 1469e6f7b9e6: Download complete [2023-08-23T14:57:41.499Z] eaf3925da568: Download complete [2023-08-23T14:57:41.499Z] b352a97aabf1: Verifying Checksum [2023-08-23T14:57:41.499Z] b352a97aabf1: Download complete [2023-08-23T14:57:41.499Z] 4872d77fe225: Download complete [2023-08-23T14:57:41.499Z] 5851b861e8e6: Download complete [2023-08-23T14:57:41.499Z] b85a868b505f: Verifying Checksum [2023-08-23T14:57:41.499Z] b85a868b505f: Download complete [2023-08-23T14:57:41.758Z] bab4dde63d76: Verifying Checksum [2023-08-23T14:57:41.758Z] bab4dde63d76: Download complete [2023-08-23T14:57:43.145Z] b85a868b505f: Pull complete [2023-08-23T14:57:43.145Z] e2be974225ed: Pull complete [2023-08-23T14:57:43.403Z] 339a4e72a1f5: Pull complete [2023-08-23T14:57:43.662Z] 988bab9f4d93: Pull complete [2023-08-23T14:57:43.922Z] 1469e6f7b9e6: Pull complete [2023-08-23T14:57:43.922Z] eaf3925da568: Pull complete [2023-08-23T14:57:45.825Z] bab4dde63d76: Pull complete [2023-08-23T14:57:45.825Z] bde34c3a00c8: Pull complete [2023-08-23T14:57:46.084Z] b352a97aabf1: Pull complete [2023-08-23T14:57:46.084Z] 4872d77fe225: Pull complete [2023-08-23T14:57:46.084Z] 5851b861e8e6: Pull complete [2023-08-23T14:57:46.084Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-23T14:57:46.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-23T14:57:46.084Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T14:57:46.189Z] prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container [2023-08-23T14:57:46.224Z] $ 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 [2023-08-23T14:57:50.796Z] $ docker top e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 -eo pid,comm [2023-08-23T14:57:50.854Z] 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). [2023-08-23T14:57:50.854Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-23T14:57:50.896Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-23T14:57:50.896Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-23T14:57:51.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-23T14:57:51.023Z] $ docker exec e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 ssh-agent [2023-08-23T14:57:51.143Z] SSH_AUTH_SOCK=/tmp/ssh-wayR9fviPUdx/agent.31 [2023-08-23T14:57:51.143Z] SSH_AGENT_PID=37 [2023-08-23T14:57:51.150Z] Running ssh-add (command line suppressed) [2023-08-23T14:57:51.265Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_15389048907142114400.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_15389048907142114400.key) [2023-08-23T14:57:51.277Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-23T14:57:51.572Z] + git tag --points-at HEAD [Pipeline] } [2023-08-23T14:57:51.586Z] $ docker exec --env ******** --env ******** e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 ssh-agent -k [2023-08-23T14:57:51.694Z] unset SSH_AUTH_SOCK; [2023-08-23T14:57:51.694Z] unset SSH_AGENT_PID; [2023-08-23T14:57:51.695Z] echo Agent pid 37 killed; [2023-08-23T14:57:51.703Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-23T14:57:51.725Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-23T14:57:51.725Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-23T14:57:51.860Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-23T14:57:51.865Z] $ docker exec e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 ssh-agent [2023-08-23T14:57:51.981Z] SSH_AUTH_SOCK=/tmp/ssh-6ZuDnv7rqhdd/agent.69 [2023-08-23T14:57:51.981Z] SSH_AGENT_PID=75 [2023-08-23T14:57:51.986Z] Running ssh-add (command line suppressed) [2023-08-23T14:57:52.083Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7718553398547823053.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7718553398547823053.key) [2023-08-23T14:57:52.096Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-23T14:57:52.382Z] + git semver init [2023-08-23T14:57:52.642Z] 2023-08-23 14:57:52,546 [run_init] DEBUG init version:0.0.0 force:False [2023-08-23T14:57:52.642Z] 2023-08-23 14:57:52,547 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-08-23T14:57:52.642Z] 2023-08-23 14:57:52,547 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2023-08-23T14:57:52.642Z] 2023-08-23 14:57:52,547 [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) [2023-08-23T14:57:53.584Z] 2023-08-23 14:57:53,352 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-08-23T14:57:53.584Z] 2023-08-23 14:57:53,352 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2023-08-23T14:57:53.584Z] 2023-08-23 14:57:53,353 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-23T14:57:53.584Z] 2023-08-23 14:57:53,353 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-23T14:57:53.584Z] 3.1.0-dev.13 [Pipeline] } [2023-08-23T14:57:53.597Z] $ docker exec --env ******** --env ******** e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 ssh-agent -k [2023-08-23T14:57:53.694Z] unset SSH_AUTH_SOCK; [2023-08-23T14:57:53.695Z] unset SSH_AGENT_PID; [2023-08-23T14:57:53.695Z] echo Agent pid 75 killed; [2023-08-23T14:57:53.701Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-23T14:57:54.198Z] + git semver [Pipeline] } [2023-08-23T14:57:54.471Z] $ docker stop --time=1 e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 [2023-08-23T14:57:56.168Z] $ docker rm -f --volumes e337da9d5eb299f998502adea01e34987f345d672ec3b165d964aa451dca6602 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-23T14:57:56.501Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-23T14:57:56.701Z] Stashed 1 file(s) [Pipeline] echo [2023-08-23T14:57:56.704Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.13 [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 [2023-08-23T14:57:56.859Z] provisioning config files... [2023-08-23T14:57:56.868Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14876669203253183728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-23T14:57:57.159Z] ---> docker-login.sh [2023-08-23T14:57:57.159Z] nexus3.edgexfoundry.org:10001 [2023-08-23T14:57:57.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:57:57.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:57:57.159Z] Configure a credential helper to remove this warning. See [2023-08-23T14:57:57.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:57:57.159Z] [2023-08-23T14:57:57.159Z] Login Succeeded [2023-08-23T14:57:57.159Z] nexus3.edgexfoundry.org:10002 [2023-08-23T14:57:57.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:57:57.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:57:57.159Z] Configure a credential helper to remove this warning. See [2023-08-23T14:57:57.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:57:57.159Z] [2023-08-23T14:57:57.159Z] Login Succeeded [2023-08-23T14:57:57.159Z] nexus3.edgexfoundry.org:10003 [2023-08-23T14:57:57.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:57:57.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:57:57.419Z] Configure a credential helper to remove this warning. See [2023-08-23T14:57:57.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:57:57.419Z] [2023-08-23T14:57:57.419Z] Login Succeeded [2023-08-23T14:57:57.419Z] nexus3.edgexfoundry.org:10004 [2023-08-23T14:57:57.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:57:57.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:57:57.419Z] Configure a credential helper to remove this warning. See [2023-08-23T14:57:57.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:57:57.419Z] [2023-08-23T14:57:57.419Z] Login Succeeded [2023-08-23T14:57:57.419Z] docker.io [2023-08-23T14:57:57.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:57:57.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:57:57.678Z] Configure a credential helper to remove this warning. See [2023-08-23T14:57:57.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:57:57.678Z] [2023-08-23T14:57:57.678Z] Login Succeeded [2023-08-23T14:57:57.678Z] ---> docker-login.sh ends [Pipeline] } [2023-08-23T14:57:57.684Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-23T14:57:57.746Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-23T14:57:57.759Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-23T14:57:57.767Z] ========================================================= [2023-08-23T14:57:57.767Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-23T14:57:57.767Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:57:58.071Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-23T14:57:58.071Z] Sending build context to Docker daemon 3.322MB [2023-08-23T14:57:58.071Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-23T14:57:58.071Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-23T14:57:58.071Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-23T14:57:58.071Z] 4db1b89c0bd1: Pulling fs layer [2023-08-23T14:57:58.071Z] 6911f1a30b25: Pulling fs layer [2023-08-23T14:57:58.071Z] e194b8c5c2a9: Pulling fs layer [2023-08-23T14:57:58.071Z] 6863d3e3a2b1: Pulling fs layer [2023-08-23T14:57:58.071Z] ec0bb842ea78: Pulling fs layer [2023-08-23T14:57:58.071Z] 40a00589a448: Pulling fs layer [2023-08-23T14:57:58.071Z] 6c08303d61cc: Pulling fs layer [2023-08-23T14:57:58.071Z] 798269fcf238: Pulling fs layer [2023-08-23T14:57:58.071Z] 6863d3e3a2b1: Waiting [2023-08-23T14:57:58.071Z] ec0bb842ea78: Waiting [2023-08-23T14:57:58.071Z] 798269fcf238: Waiting [2023-08-23T14:57:58.071Z] 40a00589a448: Waiting [2023-08-23T14:57:58.071Z] 6911f1a30b25: Download complete [2023-08-23T14:57:58.071Z] 6863d3e3a2b1: Verifying Checksum [2023-08-23T14:57:58.071Z] 6863d3e3a2b1: Download complete [2023-08-23T14:57:58.330Z] ec0bb842ea78: Verifying Checksum [2023-08-23T14:57:58.330Z] ec0bb842ea78: Download complete [2023-08-23T14:57:58.330Z] 4db1b89c0bd1: Verifying Checksum [2023-08-23T14:57:58.330Z] 4db1b89c0bd1: Download complete [2023-08-23T14:57:58.330Z] 40a00589a448: Verifying Checksum [2023-08-23T14:57:58.330Z] 40a00589a448: Download complete [2023-08-23T14:57:58.330Z] 4db1b89c0bd1: Pull complete [2023-08-23T14:57:58.590Z] 6911f1a30b25: Pull complete [2023-08-23T14:57:58.849Z] 798269fcf238: Verifying Checksum [2023-08-23T14:57:58.849Z] 798269fcf238: Download complete [2023-08-23T14:57:58.849Z] e194b8c5c2a9: Verifying Checksum [2023-08-23T14:57:58.849Z] e194b8c5c2a9: Download complete [2023-08-23T14:57:58.849Z] 6c08303d61cc: Verifying Checksum [2023-08-23T14:57:58.849Z] 6c08303d61cc: Download complete [2023-08-23T14:58:02.134Z] e194b8c5c2a9: Pull complete [2023-08-23T14:58:02.392Z] 6863d3e3a2b1: Pull complete [2023-08-23T14:58:02.392Z] ec0bb842ea78: Pull complete [2023-08-23T14:58:02.392Z] 40a00589a448: Pull complete [2023-08-23T14:58:04.924Z] 6c08303d61cc: Pull complete [2023-08-23T14:58:05.859Z] 798269fcf238: Pull complete [2023-08-23T14:58:05.859Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-23T14:58:05.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-23T14:58:05.859Z] ---> ec979cd7f677 [2023-08-23T14:58:05.859Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-23T14:58:10.046Z] ---> Running in 1c33815e2401 [2023-08-23T14:58:10.046Z] Removing intermediate container 1c33815e2401 [2023-08-23T14:58:10.046Z] ---> b1d0292f130c [2023-08-23T14:58:10.046Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-23T14:58:10.046Z] ---> Running in dd56335d3c48 [2023-08-23T14:58:10.046Z] Removing intermediate container dd56335d3c48 [2023-08-23T14:58:10.046Z] ---> d63718af3b68 [2023-08-23T14:58:10.046Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-23T14:58:10.046Z] ---> Running in 94f0b3e56c8b [2023-08-23T14:58:10.046Z] Removing intermediate container 94f0b3e56c8b [2023-08-23T14:58:10.046Z] ---> 237282958bde [2023-08-23T14:58:10.046Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-23T14:58:10.046Z] ---> Running in e7aa87840a7b [2023-08-23T14:58:10.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-23T14:58:10.562Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-23T14:58:10.821Z] OK: 265 MiB in 53 packages [2023-08-23T14:58:11.079Z] Removing intermediate container e7aa87840a7b [2023-08-23T14:58:11.079Z] ---> cecd7711a252 [2023-08-23T14:58:11.079Z] Step 7/12 : WORKDIR /app [2023-08-23T14:58:11.079Z] ---> Running in 9374ced55f78 [2023-08-23T14:58:11.079Z] Removing intermediate container 9374ced55f78 [2023-08-23T14:58:11.079Z] ---> 68d61ad5ef02 [2023-08-23T14:58:11.079Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-23T14:58:11.337Z] ---> 15e646227d5b [2023-08-23T14:58:11.337Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-23T14:58:11.337Z] ---> Running in 92d5f63ff588 [2023-08-23T14:58:11.811Z] Still waiting to schedule task [2023-08-23T14:58:11.812Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-08-23T14:58:37.880Z] Removing intermediate container 92d5f63ff588 [2023-08-23T14:58:37.880Z] ---> 4a66f92a721f [2023-08-23T14:58:37.880Z] Step 10/12 : COPY . . [2023-08-23T14:58:38.445Z] ---> 0369c90a0157 [2023-08-23T14:58:38.445Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-23T14:58:38.445Z] ---> Running in 01e1890ee82c [2023-08-23T14:58:38.445Z] Removing intermediate container 01e1890ee82c [2023-08-23T14:58:38.445Z] ---> d1b71bee23f8 [2023-08-23T14:58:38.445Z] Step 12/12 : RUN $MAKE [2023-08-23T14:58:38.445Z] ---> Running in b5ecb8254f42 [2023-08-23T14:58:38.706Z] noop [2023-08-23T14:58:38.966Z] Removing intermediate container b5ecb8254f42 [2023-08-23T14:58:38.966Z] ---> bf594ce5c3a0 [2023-08-23T14:58:38.966Z] Successfully built bf594ce5c3a0 [2023-08-23T14:58:38.966Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:58:39.293Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-23T14:58:39.293Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T14:58:39.369Z] prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container [2023-08-23T14:58:39.404Z] $ 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 [2023-08-23T14:58:39.786Z] $ docker top 8e7bc0e17556a1eed186eddb7bc3d67e37e168e2ae5abcc7712c76a76c81fbf8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-23T14:58:40.129Z] + go version [2023-08-23T14:58:40.129Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-23T14:58:40.140Z] $ docker stop --time=1 8e7bc0e17556a1eed186eddb7bc3d67e37e168e2ae5abcc7712c76a76c81fbf8 [2023-08-23T14:58:41.408Z] $ docker rm -f --volumes 8e7bc0e17556a1eed186eddb7bc3d67e37e168e2ae5abcc7712c76a76c81fbf8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:58:41.830Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-23T14:58:41.830Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T14:58:41.904Z] prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container [2023-08-23T14:58:41.934Z] $ 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 [2023-08-23T14:58:42.271Z] $ docker top 5045e334afdae4b6af24957b35b36d2237f2017b3ec2d16c958e78615f1b25ea -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-23T14:58:42.615Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-08-23T14:58:42.912Z] + make test [2023-08-23T14:58:42.912Z] go test -race -coverprofile=coverage.out ./... [2023-08-23T14:59:04.836Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-08-23T14:59:19.702Z] go vet ./... [2023-08-23T14:59:22.985Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-23T14:59:22.985Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-23T14:59:22.985Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-23T14:59:22.997Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-23T14:59:23.016Z] $ docker stop --time=1 5045e334afdae4b6af24957b35b36d2237f2017b3ec2d16c958e78615f1b25ea [2023-08-23T14:59:26.296Z] $ docker rm -f --volumes 5045e334afdae4b6af24957b35b36d2237f2017b3ec2d16c958e78615f1b25ea [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-23T14:59:26.786Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-23T14:59:26.822Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-23T14:59:27.353Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-23T14:59:27.637Z] + ls -al . [2023-08-23T14:59:27.637Z] total 180 [2023-08-23T14:59:27.637Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 23 14:58 . [2023-08-23T14:59:27.637Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 23 14:57 .. [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 23 14:57 .dockerignore [2023-08-23T14:59:27.637Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 23 14:57 .git [2023-08-23T14:59:27.637Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 23 14:57 .github [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 171 Aug 23 14:57 .gitignore [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 23 14:57 .golangci.yml [2023-08-23T14:59:27.637Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 23 14:57 .semver [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 9636 Aug 23 14:57 Attribution.txt [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 35039 Aug 23 14:57 CHANGELOG.md [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 1898 Aug 23 14:57 Dockerfile [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 23 14:57 GOVERNANCE.md [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 688 Aug 23 14:57 Jenkinsfile [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 23 14:57 LICENSE [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 23 14:57 OWNERS.md [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 4885 Aug 23 14:57 README.md [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 23 14:57 VERSION [2023-08-23T14:59:27.637Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 23 14:57 bin [2023-08-23T14:59:27.637Z] -rw-r--r-- 1 jenkins jenkins 13 Aug 23 14:58 coverage.out [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 3469 Aug 23 14:57 go.mod [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 32452 Aug 23 14:57 go.sum [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 23 14:57 main.go [2023-08-23T14:59:27.637Z] -rw-rw-r-- 1 jenkins jenkins 2569 Aug 23 14:57 makefile [2023-08-23T14:59:27.637Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 23 14:57 res [2023-08-23T14:59:27.637Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 23 14:57 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:59:27.945Z] + 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=71eb87341c12183af595ad045e5e5ef439df8de7 --label arch=amd64 --label version=3.1.0-dev.13 . [2023-08-23T14:59:27.945Z] Sending build context to Docker daemon 3.323MB [2023-08-23T14:59:27.945Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-23T14:59:27.945Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-23T14:59:27.945Z] ---> bf594ce5c3a0 [2023-08-23T14:59:27.945Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-23T14:59:27.945Z] ---> Running in 0b73a861e132 [2023-08-23T14:59:28.209Z] Removing intermediate container 0b73a861e132 [2023-08-23T14:59:28.209Z] ---> 881c91060675 [2023-08-23T14:59:28.209Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-23T14:59:28.209Z] ---> Running in eeb3c2f1f75f [2023-08-23T14:59:28.209Z] Removing intermediate container eeb3c2f1f75f [2023-08-23T14:59:28.209Z] ---> c22dcb405f40 [2023-08-23T14:59:28.209Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-23T14:59:28.209Z] ---> Running in 909c74caa5c9 [2023-08-23T14:59:28.209Z] Removing intermediate container 909c74caa5c9 [2023-08-23T14:59:28.209Z] ---> a4f7f89295eb [2023-08-23T14:59:28.209Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-23T14:59:28.470Z] ---> Running in 370cd1ae53a3 [2023-08-23T14:59:28.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-23T14:59:28.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-23T14:59:28.988Z] OK: 265 MiB in 53 packages [2023-08-23T14:59:29.248Z] Removing intermediate container 370cd1ae53a3 [2023-08-23T14:59:29.248Z] ---> 09564e131286 [2023-08-23T14:59:29.248Z] Step 7/26 : WORKDIR /app [2023-08-23T14:59:29.248Z] ---> Running in c0926fd86be2 [2023-08-23T14:59:29.248Z] Removing intermediate container c0926fd86be2 [2023-08-23T14:59:29.248Z] ---> c3b10892e913 [2023-08-23T14:59:29.248Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-23T14:59:29.508Z] ---> 0b9f77580b2a [2023-08-23T14:59:29.508Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-23T14:59:29.508Z] ---> Running in c48fb11f084c [2023-08-23T14:59:30.443Z] Removing intermediate container c48fb11f084c [2023-08-23T14:59:30.443Z] ---> fead40b93b38 [2023-08-23T14:59:30.443Z] Step 10/26 : COPY . . [2023-08-23T14:59:30.443Z] ---> 9a0937547e17 [2023-08-23T14:59:30.443Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-23T14:59:30.443Z] ---> Running in ff5026830710 [2023-08-23T14:59:30.701Z] Removing intermediate container ff5026830710 [2023-08-23T14:59:30.701Z] ---> 1bd59d47967b [2023-08-23T14:59:30.701Z] Step 12/26 : RUN $MAKE [2023-08-23T14:59:30.701Z] ---> Running in bb6e4e6801e4 [2023-08-23T14:59:30.965Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.13" -trimpath -mod=readonly -o app-service-configurable [2023-08-23T14:59:48.117Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4378 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-08-23T14:59:48.130Z] Running in /w/workspace/app-service-configurable/182 [Pipeline] { [Pipeline] checkout [2023-08-23T14:59:48.162Z] Selected Git installation does not exist. Using Default [2023-08-23T14:59:48.162Z] The recommended git tool is: NONE [2023-08-23T14:59:49.219Z] Removing intermediate container bb6e4e6801e4 [2023-08-23T14:59:49.219Z] ---> 07d0c95aa5ea [2023-08-23T14:59:49.219Z] Step 13/26 : FROM alpine:3.17 [2023-08-23T14:59:49.219Z] 3.17: Pulling from library/alpine [2023-08-23T14:59:49.219Z] 9398808236ff: Pulling fs layer [2023-08-23T14:59:49.219Z] 9398808236ff: Verifying Checksum [2023-08-23T14:59:49.219Z] 9398808236ff: Download complete [2023-08-23T14:59:49.219Z] 9398808236ff: Pull complete [2023-08-23T14:59:49.477Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-23T14:59:49.477Z] Status: Downloaded newer image for alpine:3.17 [2023-08-23T14:59:49.477Z] ---> 1e0b8b5322fc [2023-08-23T14:59:49.477Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-23T14:59:49.477Z] ---> Running in d8105c9d6186 [2023-08-23T14:59:49.477Z] Removing intermediate container d8105c9d6186 [2023-08-23T14:59:49.477Z] ---> 6aaf7f889e82 [2023-08-23T14:59:49.477Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-08-23T14:59:49.477Z] ---> Running in 4f6384303d23 [2023-08-23T14:59:49.736Z] Removing intermediate container 4f6384303d23 [2023-08-23T14:59:49.736Z] ---> 9d34a739a6ef [2023-08-23T14:59:49.736Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-23T14:59:49.736Z] ---> Running in c4896d863557 [2023-08-23T14:59:49.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-23T14:59:49.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-23T14:59:50.565Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-23T14:59:50.565Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-23T14:59:50.565Z] Executing busybox-1.35.0-r29.trigger [2023-08-23T14:59:50.565Z] Executing ca-certificates-20230506-r0.trigger [2023-08-23T14:59:50.565Z] OK: 8 MiB in 17 packages [2023-08-23T14:59:50.823Z] Removing intermediate container c4896d863557 [2023-08-23T14:59:50.823Z] ---> 3a35e338670c [2023-08-23T14:59:50.823Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-23T14:59:51.082Z] ---> 6404ffce415d [2023-08-23T14:59:51.082Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-23T14:59:51.082Z] ---> 5fcd256d81b6 [2023-08-23T14:59:51.082Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-23T14:59:51.082Z] ---> 168b169d2835 [2023-08-23T14:59:51.082Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-08-23T14:59:51.645Z] ---> 616dfdb35191 [2023-08-23T14:59:51.645Z] Step 21/26 : EXPOSE 48095 [2023-08-23T14:59:51.645Z] ---> Running in 3b9387c7e15d [2023-08-23T14:59:51.645Z] Removing intermediate container 3b9387c7e15d [2023-08-23T14:59:51.645Z] ---> d3e4424ac156 [2023-08-23T14:59:51.645Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-08-23T14:59:51.645Z] ---> Running in 7607943bc502 [2023-08-23T14:59:51.905Z] Removing intermediate container 7607943bc502 [2023-08-23T14:59:51.905Z] ---> 37186dffdfd3 [2023-08-23T14:59:51.905Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-23T14:59:51.905Z] ---> Running in 46213a2a455a [2023-08-23T14:59:51.905Z] Removing intermediate container 46213a2a455a [2023-08-23T14:59:51.905Z] ---> 37a9ce763a55 [2023-08-23T14:59:51.905Z] Step 24/26 : LABEL arch=amd64 [2023-08-23T14:59:51.905Z] ---> Running in 22884f5236d6 [2023-08-23T14:59:51.905Z] Removing intermediate container 22884f5236d6 [2023-08-23T14:59:51.905Z] ---> f8a69d3859af [2023-08-23T14:59:51.905Z] Step 25/26 : LABEL git_sha=71eb87341c12183af595ad045e5e5ef439df8de7 [2023-08-23T14:59:52.164Z] ---> Running in 8b48a4908953 [2023-08-23T14:59:52.164Z] Removing intermediate container 8b48a4908953 [2023-08-23T14:59:52.164Z] ---> 3d21914211b0 [2023-08-23T14:59:52.164Z] Step 26/26 : LABEL version=3.1.0-dev.13 [2023-08-23T14:59:52.164Z] ---> Running in ad54d7d49976 [2023-08-23T14:59:52.164Z] Removing intermediate container ad54d7d49976 [2023-08-23T14:59:52.164Z] ---> 4daa1bc8da3a [2023-08-23T14:59:52.164Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-23T14:59:52.164Z] Successfully built 4daa1bc8da3a [2023-08-23T14:59:52.164Z] 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 [2023-08-23T14:59:52.272Z] provisioning config files... [2023-08-23T14:59:52.280Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9694514541017278640tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-23T14:59:52.580Z] ---> docker-login.sh [2023-08-23T14:59:52.580Z] nexus3.edgexfoundry.org:10001 [2023-08-23T14:59:52.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:59:52.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:59:52.580Z] Configure a credential helper to remove this warning. See [2023-08-23T14:59:52.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:59:52.580Z] [2023-08-23T14:59:52.580Z] Login Succeeded [2023-08-23T14:59:52.580Z] nexus3.edgexfoundry.org:10002 [2023-08-23T14:59:52.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:59:52.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:59:52.580Z] Configure a credential helper to remove this warning. See [2023-08-23T14:59:52.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:59:52.580Z] [2023-08-23T14:59:52.580Z] Login Succeeded [2023-08-23T14:59:52.580Z] nexus3.edgexfoundry.org:10003 [2023-08-23T14:59:52.836Z] using credential edgex-jenkins-ssh [2023-08-23T14:59:52.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:59:52.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:59:52.840Z] Configure a credential helper to remove this warning. See [2023-08-23T14:59:52.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:59:52.840Z] [2023-08-23T14:59:52.840Z] Login Succeeded [2023-08-23T14:59:52.840Z] nexus3.edgexfoundry.org:10004 [2023-08-23T14:59:52.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:59:52.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:59:52.840Z] Configure a credential helper to remove this warning. See [2023-08-23T14:59:52.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:59:52.840Z] [2023-08-23T14:59:52.840Z] Login Succeeded [2023-08-23T14:59:52.840Z] docker.io [2023-08-23T14:59:52.855Z] Cloning the remote Git repository [2023-08-23T14:59:52.895Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-08-23T14:59:52.979Z] > git init /w/workspace/app-service-configurable/182 # timeout=10 [2023-08-23T14:59:53.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T14:59:53.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T14:59:53.099Z] Configure a credential helper to remove this warning. See [2023-08-23T14:59:53.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T14:59:53.099Z] [2023-08-23T14:59:53.099Z] Login Succeeded [2023-08-23T14:59:53.099Z] ---> docker-login.sh ends [Pipeline] } [2023-08-23T14:59:53.105Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-23T14:59:53.130Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-23T14:59:53.146Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-08-23T14:59:53.147Z] 71eb87341c12183af595ad045e5e5ef439df8de7 [2023-08-23T14:59:53.147Z] latest [2023-08-23T14:59:53.147Z] 3.1.0-dev.13 [2023-08-23T14:59:53.147Z] 71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 [2023-08-23T14:59:53.147Z] main [2023-08-23T14:59:53.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:59:53.456Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:59:53.768Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:71eb87341c12183af595ad045e5e5ef439df8de7 [2023-08-23T14:59:53.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-08-23T14:59:53.769Z] 8275e3286190: Preparing [2023-08-23T14:59:53.769Z] f43a7f9a4086: Preparing [2023-08-23T14:59:53.769Z] 14adf6ce3d1c: Preparing [2023-08-23T14:59:53.769Z] 333598042d13: Preparing [2023-08-23T14:59:53.769Z] c1f877ba27bb: Preparing [2023-08-23T14:59:53.769Z] 36b50b131297: Preparing [2023-08-23T14:59:53.769Z] 36b50b131297: Waiting [2023-08-23T14:59:53.769Z] f43a7f9a4086: Pushed [2023-08-23T14:59:53.769Z] 14adf6ce3d1c: Pushed [2023-08-23T14:59:53.769Z] 333598042d13: Pushed [2023-08-23T14:59:53.769Z] 36b50b131297: Layer already exists [2023-08-23T14:59:53.769Z] c1f877ba27bb: Pushed [2023-08-23T14:59:53.102Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-08-23T14:59:53.103Z] > git --version # timeout=10 [2023-08-23T14:59:53.124Z] > git --version # 'git version 2.25.1' [2023-08-23T14:59:53.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-23T14:59:53.274Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-23T14:59:55.124Z] Avoid second fetch [2023-08-23T14:59:55.125Z] Checking out Revision 71eb87341c12183af595ad045e5e5ef439df8de7 (main) [2023-08-23T14:59:54.327Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-08-23T14:59:54.347Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-23T14:59:55.138Z] > git config core.sparsecheckout # timeout=10 [2023-08-23T14:59:55.202Z] > git checkout -f 71eb87341c12183af595ad045e5e5ef439df8de7 # timeout=10 [2023-08-23T14:59:55.645Z] Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#588)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-23T14:59:56.307Z] 8275e3286190: Pushed [2023-08-23T14:59:56.442Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-23T14:59:56.442Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-23T14:59:56.442Z] Dload Upload Total Spent Left Speed [2023-08-23T14:59:56.442Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 70838 0 --:--:-- --:--:-- --:--:-- 70838 [2023-08-23T14:59:56.566Z] 71eb87341c12183af595ad045e5e5ef439df8de7: digest: sha256:65a51cba2c4d640fa58691783950837ec09a2582a6cfd4e04ff3c48628767cf9 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-08-23T14:59:56.885Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:59:57.083Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-23T14:59:57.192Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-08-23T14:59:57.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-08-23T14:59:57.193Z] 8275e3286190: Preparing [2023-08-23T14:59:57.193Z] f43a7f9a4086: Preparing [2023-08-23T14:59:57.193Z] 14adf6ce3d1c: Preparing [2023-08-23T14:59:57.193Z] 333598042d13: Preparing [2023-08-23T14:59:57.193Z] c1f877ba27bb: Preparing [2023-08-23T14:59:57.193Z] 36b50b131297: Preparing [2023-08-23T14:59:57.193Z] 36b50b131297: Waiting [2023-08-23T14:59:57.193Z] c1f877ba27bb: Layer already exists [2023-08-23T14:59:57.193Z] 333598042d13: Layer already exists [2023-08-23T14:59:57.193Z] 8275e3286190: Layer already exists [2023-08-23T14:59:57.193Z] f43a7f9a4086: Layer already exists [2023-08-23T14:59:57.193Z] 14adf6ce3d1c: Layer already exists [2023-08-23T14:59:57.193Z] 36b50b131297: Layer already exists [2023-08-23T14:59:57.193Z] latest: digest: sha256:65a51cba2c4d640fa58691783950837ec09a2582a6cfd4e04ff3c48628767cf9 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:59:57.405Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-23T14:59:57.405Z] + sudo tee /etc/docker/daemon.new [2023-08-23T14:59:57.405Z] { [2023-08-23T14:59:57.405Z] "registry-mirrors": [ [2023-08-23T14:59:57.405Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-23T14:59:57.405Z] ], [2023-08-23T14:59:57.405Z] "bip": "10.250.0.254/24", [2023-08-23T14:59:57.405Z] "hosts": [ [2023-08-23T14:59:57.405Z] "tcp://0.0.0.0:5555", [2023-08-23T14:59:57.405Z] "unix:///var/run/docker.sock" [2023-08-23T14:59:57.405Z] ], [2023-08-23T14:59:57.405Z] "mtu": 1458, [2023-08-23T14:59:57.405Z] "selinux-enabled": true, [2023-08-23T14:59:57.405Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-23T14:59:57.405Z] } [Pipeline] sh [2023-08-23T14:59:57.499Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:59:57.728Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-23T14:59:57.800Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.1.0-dev.13 [2023-08-23T14:59:57.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-08-23T14:59:57.800Z] 8275e3286190: Preparing [2023-08-23T14:59:57.800Z] f43a7f9a4086: Preparing [2023-08-23T14:59:57.800Z] 14adf6ce3d1c: Preparing [2023-08-23T14:59:57.800Z] 333598042d13: Preparing [2023-08-23T14:59:57.800Z] c1f877ba27bb: Preparing [2023-08-23T14:59:57.800Z] 36b50b131297: Preparing [2023-08-23T14:59:57.800Z] 36b50b131297: Waiting [2023-08-23T14:59:57.800Z] f43a7f9a4086: Layer already exists [2023-08-23T14:59:57.800Z] 14adf6ce3d1c: Layer already exists [2023-08-23T14:59:57.800Z] c1f877ba27bb: Layer already exists [2023-08-23T14:59:57.800Z] 8275e3286190: Layer already exists [2023-08-23T14:59:57.800Z] 333598042d13: Layer already exists [2023-08-23T14:59:57.800Z] 36b50b131297: Layer already exists [2023-08-23T14:59:57.800Z] 3.1.0-dev.13: digest: sha256:65a51cba2c4d640fa58691783950837ec09a2582a6cfd4e04ff3c48628767cf9 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:59:58.060Z] + sudo service docker restart [2023-08-23T14:59:58.105Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:59:58.400Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 [2023-08-23T14:59:58.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-08-23T14:59:58.401Z] 8275e3286190: Preparing [2023-08-23T14:59:58.401Z] f43a7f9a4086: Preparing [2023-08-23T14:59:58.401Z] 14adf6ce3d1c: Preparing [2023-08-23T14:59:58.401Z] 333598042d13: Preparing [2023-08-23T14:59:58.401Z] c1f877ba27bb: Preparing [2023-08-23T14:59:58.401Z] 36b50b131297: Preparing [2023-08-23T14:59:58.401Z] 36b50b131297: Waiting [2023-08-23T14:59:58.401Z] f43a7f9a4086: Layer already exists [2023-08-23T14:59:58.401Z] 14adf6ce3d1c: Layer already exists [2023-08-23T14:59:58.401Z] 333598042d13: Layer already exists [2023-08-23T14:59:58.401Z] c1f877ba27bb: Layer already exists [2023-08-23T14:59:58.401Z] 8275e3286190: Layer already exists [2023-08-23T14:59:58.401Z] 36b50b131297: Layer already exists [2023-08-23T14:59:58.401Z] 71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13: digest: sha256:65a51cba2c4d640fa58691783950837ec09a2582a6cfd4e04ff3c48628767cf9 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:59:58.707Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:59:59.011Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-08-23T14:59:59.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-08-23T14:59:59.011Z] 8275e3286190: Preparing [2023-08-23T14:59:59.011Z] f43a7f9a4086: Preparing [2023-08-23T14:59:59.011Z] 14adf6ce3d1c: Preparing [2023-08-23T14:59:59.011Z] 333598042d13: Preparing [2023-08-23T14:59:59.011Z] c1f877ba27bb: Preparing [2023-08-23T14:59:59.011Z] 36b50b131297: Preparing [2023-08-23T14:59:59.011Z] 36b50b131297: Waiting [2023-08-23T14:59:59.011Z] 8275e3286190: Layer already exists [2023-08-23T14:59:59.011Z] f43a7f9a4086: Layer already exists [2023-08-23T14:59:59.011Z] 14adf6ce3d1c: Layer already exists [2023-08-23T14:59:59.011Z] 333598042d13: Layer already exists [2023-08-23T14:59:59.011Z] c1f877ba27bb: Layer already exists [2023-08-23T14:59:59.011Z] 36b50b131297: Layer already exists [2023-08-23T14:59:59.011Z] main: digest: sha256:65a51cba2c4d640fa58691783950837ec09a2582a6cfd4e04ff3c48628767cf9 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-23T14:59:59.061Z] ===================================================== [Pipeline] echo [2023-08-23T14:59:59.067Z] taggedImages: [2023-08-23T14:59:59.067Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:71eb87341c12183af595ad045e5e5ef439df8de7 [2023-08-23T14:59:59.067Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-08-23T14:59:59.067Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.1.0-dev.13 [2023-08-23T14:59:59.067Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 [2023-08-23T14:59:59.067Z] - 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] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:59:59.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-23T14:59:59.426Z] [2023-08-23T14:59:59.426Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T14:59:59.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-23T14:59:59.723Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-23T14:59:59.723Z] 5eb5b503b376: Pulling fs layer [2023-08-23T14:59:59.723Z] 5c69ac0246d0: Pulling fs layer [2023-08-23T14:59:59.723Z] ec43610c2a17: Pulling fs layer [2023-08-23T14:59:59.723Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-23T14:59:59.723Z] 33b1e0a273af: Pulling fs layer [2023-08-23T14:59:59.723Z] 5d3b04190fa2: Pulling fs layer [2023-08-23T14:59:59.723Z] 2f39f015ded8: Pulling fs layer [2023-08-23T14:59:59.723Z] 3a2ae6a8a46f: Waiting [2023-08-23T14:59:59.723Z] 33b1e0a273af: Waiting [2023-08-23T14:59:59.723Z] 5d3b04190fa2: Waiting [2023-08-23T14:59:59.723Z] 2f39f015ded8: Waiting [2023-08-23T14:59:59.723Z] 5c69ac0246d0: Download complete [2023-08-23T14:59:59.723Z] 3a2ae6a8a46f: Download complete [2023-08-23T14:59:59.723Z] 33b1e0a273af: Verifying Checksum [2023-08-23T14:59:59.723Z] 33b1e0a273af: Download complete [2023-08-23T14:59:59.723Z] 5d3b04190fa2: Verifying Checksum [2023-08-23T14:59:59.723Z] 5d3b04190fa2: Download complete [2023-08-23T14:59:59.723Z] ec43610c2a17: Verifying Checksum [2023-08-23T14:59:59.723Z] ec43610c2a17: Download complete [2023-08-23T14:59:59.983Z] 5eb5b503b376: Verifying Checksum [2023-08-23T14:59:59.983Z] 5eb5b503b376: Download complete [2023-08-23T15:00:00.549Z] 2f39f015ded8: Verifying Checksum [2023-08-23T15:00:00.549Z] 2f39f015ded8: Download complete [2023-08-23T15:00:01.114Z] 5eb5b503b376: Pull complete [2023-08-23T15:00:01.114Z] 5c69ac0246d0: Pull complete [2023-08-23T15:00:01.682Z] ec43610c2a17: Pull complete [2023-08-23T15:00:01.682Z] 3a2ae6a8a46f: Pull complete [2023-08-23T15:00:01.682Z] 33b1e0a273af: Pull complete [2023-08-23T15:00:01.938Z] 5d3b04190fa2: Pull complete [2023-08-23T15:00:06.118Z] 2f39f015ded8: Pull complete [2023-08-23T15:00:06.118Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-23T15:00:06.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-23T15:00:06.118Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T15:00:06.197Z] prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container [2023-08-23T15:00:06.228Z] $ 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 [2023-08-23T15:00:08.672Z] $ docker top f547cb44ca0cfee0a05cc06bd84eccc9c85e7896a72fd6833b31b38f9a34f24f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:00:09.069Z] ---> job-cost.sh [2023-08-23T15:00:09.069Z] lf-activate-venv: SKIPPING [2023-08-23T15:00:09.069Z] INFO: No Stack... [2023-08-23T15:00:09.640Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-23T15:00:09.898Z] INFO: Archiving Costs [Pipeline] sh [2023-08-23T15:00:10.184Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2023-08-23T15:00:10.185Z] + cut -d, -f6 [Pipeline] lock [2023-08-23T15:00:10.198Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] [2023-08-23T15:00:10.206Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] did not exist. Created. [2023-08-23T15:00:10.206Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-23T15:00:10.503Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-23T15:00:10.529Z] Stashed 1 file(s) [Pipeline] } [2023-08-23T15:00:10.535Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-23T15:00:10.553Z] $ docker stop --time=1 f547cb44ca0cfee0a05cc06bd84eccc9c85e7896a72fd6833b31b38f9a34f24f [2023-08-23T15:00:11.696Z] $ docker rm -f --volumes f547cb44ca0cfee0a05cc06bd84eccc9c85e7896a72fd6833b31b38f9a34f24f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-23T15:00:16.306Z] provisioning config files... [2023-08-23T15:00:16.331Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/182@tmp/config13014140713481017914tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:00:16.677Z] ---> docker-login.sh [2023-08-23T15:00:16.677Z] nexus3.edgexfoundry.org:10001 [2023-08-23T15:00:16.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T15:00:17.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T15:00:17.218Z] Configure a credential helper to remove this warning. See [2023-08-23T15:00:17.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T15:00:17.218Z] [2023-08-23T15:00:17.218Z] Login Succeeded [2023-08-23T15:00:17.218Z] nexus3.edgexfoundry.org:10002 [2023-08-23T15:00:17.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T15:00:17.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T15:00:17.760Z] Configure a credential helper to remove this warning. See [2023-08-23T15:00:17.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T15:00:17.760Z] [2023-08-23T15:00:17.760Z] Login Succeeded [2023-08-23T15:00:17.760Z] nexus3.edgexfoundry.org:10003 [2023-08-23T15:00:17.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T15:00:18.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T15:00:18.031Z] Configure a credential helper to remove this warning. See [2023-08-23T15:00:18.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T15:00:18.031Z] [2023-08-23T15:00:18.031Z] Login Succeeded [2023-08-23T15:00:18.031Z] nexus3.edgexfoundry.org:10004 [2023-08-23T15:00:18.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T15:00:18.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T15:00:18.300Z] Configure a credential helper to remove this warning. See [2023-08-23T15:00:18.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T15:00:18.300Z] [2023-08-23T15:00:18.300Z] Login Succeeded [2023-08-23T15:00:18.300Z] docker.io [2023-08-23T15:00:18.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T15:00:18.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T15:00:18.836Z] Configure a credential helper to remove this warning. See [2023-08-23T15:00:18.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T15:00:18.837Z] [2023-08-23T15:00:18.837Z] Login Succeeded [2023-08-23T15:00:18.837Z] ---> docker-login.sh ends [Pipeline] } [2023-08-23T15:00:18.851Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-23T15:00:19.084Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-23T15:00:19.102Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-23T15:00:19.115Z] ========================================================= [2023-08-23T15:00:19.115Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-23T15:00:19.115Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:00:19.450Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-23T15:00:19.450Z] Sending build context to Docker daemon 176.1kB [2023-08-23T15:00:19.725Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-23T15:00:19.725Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-23T15:00:19.725Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-23T15:00:19.725Z] edb6bdbacee9: Pulling fs layer [2023-08-23T15:00:19.725Z] 5f9638ab2659: Pulling fs layer [2023-08-23T15:00:19.725Z] 8d51d6327a98: Pulling fs layer [2023-08-23T15:00:19.725Z] 8b374f2dd631: Pulling fs layer [2023-08-23T15:00:19.725Z] ec14aa9079de: Pulling fs layer [2023-08-23T15:00:19.725Z] 2f466654f4bb: Pulling fs layer [2023-08-23T15:00:19.725Z] 554e91adad29: Pulling fs layer [2023-08-23T15:00:19.725Z] ec14aa9079de: Waiting [2023-08-23T15:00:19.725Z] 2f466654f4bb: Waiting [2023-08-23T15:00:19.725Z] 554e91adad29: Waiting [2023-08-23T15:00:19.725Z] 8b374f2dd631: Waiting [2023-08-23T15:00:19.725Z] 5f9638ab2659: Download complete [2023-08-23T15:00:19.994Z] 8b374f2dd631: Verifying Checksum [2023-08-23T15:00:19.994Z] 8b374f2dd631: Download complete [2023-08-23T15:00:19.994Z] ec14aa9079de: Verifying Checksum [2023-08-23T15:00:19.994Z] ec14aa9079de: Download complete [2023-08-23T15:00:19.994Z] edb6bdbacee9: Verifying Checksum [2023-08-23T15:00:19.994Z] edb6bdbacee9: Download complete [2023-08-23T15:00:20.967Z] edb6bdbacee9: Pull complete [2023-08-23T15:00:21.237Z] 554e91adad29: Verifying Checksum [2023-08-23T15:00:21.237Z] 554e91adad29: Download complete [2023-08-23T15:00:21.510Z] 5f9638ab2659: Pull complete [2023-08-23T15:00:22.482Z] 8d51d6327a98: Verifying Checksum [2023-08-23T15:00:22.482Z] 8d51d6327a98: Download complete [2023-08-23T15:00:22.482Z] 2f466654f4bb: Verifying Checksum [2023-08-23T15:00:22.482Z] 2f466654f4bb: Download complete [2023-08-23T15:00:34.831Z] 8d51d6327a98: Pull complete [2023-08-23T15:00:34.831Z] 8b374f2dd631: Pull complete [2023-08-23T15:00:34.831Z] ec14aa9079de: Pull complete [2023-08-23T15:00:43.107Z] 2f466654f4bb: Pull complete [2023-08-23T15:00:45.721Z] 554e91adad29: Pull complete [2023-08-23T15:00:45.721Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-23T15:00:45.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-23T15:00:45.721Z] ---> 1e15ea492957 [2023-08-23T15:00:45.721Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-23T15:00:47.721Z] ---> Running in 939fd8b3abc1 [2023-08-23T15:00:47.721Z] Removing intermediate container 939fd8b3abc1 [2023-08-23T15:00:47.721Z] ---> b48da8f29302 [2023-08-23T15:00:47.721Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-23T15:00:47.721Z] ---> Running in a362b7f9023b [2023-08-23T15:00:47.994Z] Removing intermediate container a362b7f9023b [2023-08-23T15:00:47.994Z] ---> 7ef9e9ff0bb9 [2023-08-23T15:00:47.994Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-23T15:00:48.262Z] ---> Running in 7ffbf4143db8 [2023-08-23T15:00:48.531Z] Removing intermediate container 7ffbf4143db8 [2023-08-23T15:00:48.531Z] ---> 2d0c641df7c8 [2023-08-23T15:00:48.531Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-23T15:00:48.531Z] ---> Running in 9ac31e01a74f [2023-08-23T15:00:49.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-23T15:00:50.072Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-23T15:00:51.480Z] OK: 263 MiB in 53 packages [2023-08-23T15:00:52.072Z] Removing intermediate container 9ac31e01a74f [2023-08-23T15:00:52.072Z] ---> fb19903504fc [2023-08-23T15:00:52.072Z] Step 7/12 : WORKDIR /app [2023-08-23T15:00:52.339Z] ---> Running in 91ab7cd7f353 [2023-08-23T15:00:52.608Z] Removing intermediate container 91ab7cd7f353 [2023-08-23T15:00:52.608Z] ---> 2ead6a579365 [2023-08-23T15:00:52.608Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-23T15:00:53.198Z] ---> cbbe5d63364b [2023-08-23T15:00:53.198Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-23T15:00:53.198Z] ---> Running in 142beef81987 [2023-08-23T15:02:01.095Z] Removing intermediate container 142beef81987 [2023-08-23T15:02:01.095Z] ---> 3d7f8ad996e9 [2023-08-23T15:02:01.095Z] Step 10/12 : COPY . . [2023-08-23T15:02:01.095Z] ---> 4a87f331d562 [2023-08-23T15:02:01.095Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-23T15:02:01.095Z] ---> Running in 9272ceb8046a [2023-08-23T15:02:01.095Z] Removing intermediate container 9272ceb8046a [2023-08-23T15:02:01.095Z] ---> 0757bb5d6142 [2023-08-23T15:02:01.095Z] Step 12/12 : RUN $MAKE [2023-08-23T15:02:01.095Z] ---> Running in 73d501186424 [2023-08-23T15:02:01.095Z] noop [2023-08-23T15:02:01.095Z] Removing intermediate container 73d501186424 [2023-08-23T15:02:01.095Z] ---> 74a467d5c337 [2023-08-23T15:02:01.095Z] Successfully built 74a467d5c337 [2023-08-23T15:02:01.095Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:02:01.452Z] + docker inspect -f . ci-base-image-arm64 [2023-08-23T15:02:01.452Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T15:02:01.646Z] prd-ubuntu20.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container [2023-08-23T15:02:01.722Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/182 -v /w/workspace/app-service-configurable/182:/w/workspace/app-service-configurable/182:rw,z -v /w/workspace/app-service-configurable/182@tmp:/w/workspace/app-service-configurable/182@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 [2023-08-23T15:02:02.927Z] $ docker top 7bb52ba58473bf52435fd8b0aa5b074c509fa16961f5685cc5449be07d17de58 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-23T15:02:03.738Z] + go version [2023-08-23T15:02:03.738Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-23T15:02:03.760Z] $ docker stop --time=1 7bb52ba58473bf52435fd8b0aa5b074c509fa16961f5685cc5449be07d17de58 [2023-08-23T15:02:05.353Z] $ docker rm -f --volumes 7bb52ba58473bf52435fd8b0aa5b074c509fa16961f5685cc5449be07d17de58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:02:05.865Z] + docker inspect -f . ci-base-image-arm64 [2023-08-23T15:02:05.865Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T15:02:06.034Z] prd-ubuntu20.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container [2023-08-23T15:02:06.096Z] $ 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/182 -v /w/workspace/app-service-configurable/182:/w/workspace/app-service-configurable/182:rw,z -v /w/workspace/app-service-configurable/182@tmp:/w/workspace/app-service-configurable/182@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 [2023-08-23T15:02:07.247Z] $ docker top b6700bf9bc57a4e0ab0db599483da57b605ec15bb6f65f844a6fc5ada8c8d281 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-23T15:02:07.740Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/182 [Pipeline] fileExists [Pipeline] sh [2023-08-23T15:02:08.069Z] + make test [2023-08-23T15:02:08.069Z] go test -race -coverprofile=coverage.out ./... [2023-08-23T15:04:59.826Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-08-23T15:04:59.826Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-23T15:04:59.826Z] go vet ./... [2023-08-23T15:07:21.566Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-23T15:07:21.566Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-23T15:07:21.566Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-23T15:07:21.584Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-23T15:07:21.599Z] $ docker stop --time=1 b6700bf9bc57a4e0ab0db599483da57b605ec15bb6f65f844a6fc5ada8c8d281 [2023-08-23T15:07:23.421Z] $ docker rm -f --volumes b6700bf9bc57a4e0ab0db599483da57b605ec15bb6f65f844a6fc5ada8c8d281 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-23T15:07:24.869Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-23T15:07:24.882Z] Warning: overwriting stash ‘coverage-report’ [2023-08-23T15:07:25.286Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-23T15:07:25.655Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-23T15:07:25.980Z] + ls -al . [2023-08-23T15:07:25.981Z] total 176 [2023-08-23T15:07:25.981Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 23 15:02 . [2023-08-23T15:07:25.981Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 23 14:59 .. [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 23 14:59 .dockerignore [2023-08-23T15:07:25.981Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 23 14:59 .git [2023-08-23T15:07:25.981Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 23 14:59 .github [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 171 Aug 23 14:59 .gitignore [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 23 14:59 .golangci.yml [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 9636 Aug 23 14:59 Attribution.txt [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 35039 Aug 23 14:59 CHANGELOG.md [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 1898 Aug 23 14:59 Dockerfile [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 23 14:59 GOVERNANCE.md [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 688 Aug 23 14:59 Jenkinsfile [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 23 14:59 LICENSE [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 23 14:59 OWNERS.md [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 4885 Aug 23 14:59 README.md [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 23 14:57 VERSION [2023-08-23T15:07:25.981Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 23 14:59 bin [2023-08-23T15:07:25.981Z] -rw-r--r-- 1 jenkins jenkins 13 Aug 23 15:02 coverage.out [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 3469 Aug 23 14:59 go.mod [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 32452 Aug 23 14:59 go.sum [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 23 14:59 main.go [2023-08-23T15:07:25.981Z] -rw-rw-r-- 1 jenkins jenkins 2569 Aug 23 14:59 makefile [2023-08-23T15:07:25.981Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 23 14:59 res [2023-08-23T15:07:25.981Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 23 14:59 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:07:26.324Z] + 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=71eb87341c12183af595ad045e5e5ef439df8de7 --label arch=arm64 --label version=3.1.0-dev.13 . [2023-08-23T15:07:26.324Z] Sending build context to Docker daemon 177.2kB [2023-08-23T15:07:26.592Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-23T15:07:26.592Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-23T15:07:26.592Z] ---> 74a467d5c337 [2023-08-23T15:07:26.592Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-23T15:07:26.592Z] ---> Running in 49192ea15f59 [2023-08-23T15:07:26.860Z] Removing intermediate container 49192ea15f59 [2023-08-23T15:07:26.860Z] ---> 3627904b6cea [2023-08-23T15:07:26.860Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-23T15:07:27.131Z] ---> Running in f99990a7319e [2023-08-23T15:07:27.717Z] Removing intermediate container f99990a7319e [2023-08-23T15:07:27.717Z] ---> 0843784f9f69 [2023-08-23T15:07:27.717Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-23T15:07:27.984Z] ---> Running in 1993c0ea72dd [2023-08-23T15:07:28.252Z] Removing intermediate container 1993c0ea72dd [2023-08-23T15:07:28.252Z] ---> a2e89c556bcd [2023-08-23T15:07:28.252Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-23T15:07:28.252Z] ---> Running in 7e2ef490cc01 [2023-08-23T15:07:29.213Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-23T15:07:29.797Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-23T15:07:30.758Z] OK: 263 MiB in 53 packages [2023-08-23T15:07:31.720Z] Removing intermediate container 7e2ef490cc01 [2023-08-23T15:07:31.720Z] ---> 92baab97094a [2023-08-23T15:07:31.720Z] Step 7/26 : WORKDIR /app [2023-08-23T15:07:31.720Z] ---> Running in 03593077bf7d [2023-08-23T15:07:31.988Z] Removing intermediate container 03593077bf7d [2023-08-23T15:07:31.988Z] ---> c0decd994d7e [2023-08-23T15:07:31.988Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-23T15:07:32.582Z] ---> dfd61cc2301d [2023-08-23T15:07:32.582Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-23T15:07:32.582Z] ---> Running in 26d50d15ceef [2023-08-23T15:07:35.167Z] Removing intermediate container 26d50d15ceef [2023-08-23T15:07:35.167Z] ---> 39fcf8bc083d [2023-08-23T15:07:35.167Z] Step 10/26 : COPY . . [2023-08-23T15:07:35.754Z] ---> 213395cb572d [2023-08-23T15:07:35.754Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-23T15:07:35.754Z] ---> Running in a823d7a37bf8 [2023-08-23T15:07:36.034Z] Removing intermediate container a823d7a37bf8 [2023-08-23T15:07:36.034Z] ---> 27e32d8fd37c [2023-08-23T15:07:36.034Z] Step 12/26 : RUN $MAKE [2023-08-23T15:07:36.034Z] ---> Running in 98e02f10da86 [2023-08-23T15:07:36.997Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.13" -trimpath -mod=readonly -o app-service-configurable [2023-08-23T15:09:58.679Z] Removing intermediate container 98e02f10da86 [2023-08-23T15:09:58.679Z] ---> 19125427db4e [2023-08-23T15:09:58.679Z] Step 13/26 : FROM alpine:3.17 [2023-08-23T15:09:58.679Z] 3.17: Pulling from library/alpine [2023-08-23T15:09:58.679Z] 4060ece20d7a: Pulling fs layer [2023-08-23T15:09:58.679Z] 4060ece20d7a: Verifying Checksum [2023-08-23T15:09:58.679Z] 4060ece20d7a: Download complete [2023-08-23T15:09:58.679Z] 4060ece20d7a: Pull complete [2023-08-23T15:09:58.679Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-23T15:09:58.679Z] Status: Downloaded newer image for alpine:3.17 [2023-08-23T15:09:58.679Z] ---> 8650cd65339b [2023-08-23T15:09:58.679Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-23T15:09:58.679Z] ---> Running in a35d297cc024 [2023-08-23T15:09:58.679Z] Removing intermediate container a35d297cc024 [2023-08-23T15:09:58.679Z] ---> 13a5a09d9d08 [2023-08-23T15:09:58.679Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-08-23T15:09:58.679Z] ---> Running in cbafc2e20d98 [2023-08-23T15:09:58.679Z] Removing intermediate container cbafc2e20d98 [2023-08-23T15:09:58.679Z] ---> 1368f700b4e4 [2023-08-23T15:09:58.679Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-23T15:09:58.679Z] ---> Running in 5ab9d8227c5f [2023-08-23T15:09:58.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-23T15:09:58.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-23T15:09:58.679Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-23T15:09:58.679Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-23T15:09:58.679Z] Executing busybox-1.35.0-r29.trigger [2023-08-23T15:09:58.679Z] Executing ca-certificates-20230506-r0.trigger [2023-08-23T15:09:58.679Z] OK: 8 MiB in 17 packages [2023-08-23T15:09:58.679Z] Removing intermediate container 5ab9d8227c5f [2023-08-23T15:09:58.679Z] ---> 9f0a87c975d3 [2023-08-23T15:09:58.679Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-23T15:09:58.679Z] ---> 0a78e2cfb1d1 [2023-08-23T15:09:58.679Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-23T15:09:58.679Z] ---> f0041aeb077d [2023-08-23T15:09:58.679Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-23T15:09:58.679Z] ---> bf99992262a9 [2023-08-23T15:09:58.679Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-08-23T15:09:59.636Z] ---> c33d58e95be9 [2023-08-23T15:09:59.636Z] Step 21/26 : EXPOSE 48095 [2023-08-23T15:09:59.636Z] ---> Running in 00101859969c [2023-08-23T15:09:59.903Z] Removing intermediate container 00101859969c [2023-08-23T15:09:59.903Z] ---> 476d591a4daa [2023-08-23T15:09:59.903Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-08-23T15:10:00.168Z] ---> Running in c4f7d625a8fc [2023-08-23T15:10:00.435Z] Removing intermediate container c4f7d625a8fc [2023-08-23T15:10:00.435Z] ---> 891ac7c57ea9 [2023-08-23T15:10:00.435Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-23T15:10:00.435Z] ---> Running in 65f4dbcdc4b1 [2023-08-23T15:10:00.703Z] Removing intermediate container 65f4dbcdc4b1 [2023-08-23T15:10:00.703Z] ---> 0472fcc95e7d [2023-08-23T15:10:00.703Z] Step 24/26 : LABEL arch=arm64 [2023-08-23T15:10:00.703Z] ---> Running in 81433c03b226 [2023-08-23T15:10:00.973Z] Removing intermediate container 81433c03b226 [2023-08-23T15:10:00.973Z] ---> 9486418f20cb [2023-08-23T15:10:00.973Z] Step 25/26 : LABEL git_sha=71eb87341c12183af595ad045e5e5ef439df8de7 [2023-08-23T15:10:00.973Z] ---> Running in bb19ec8c7297 [2023-08-23T15:10:01.240Z] Removing intermediate container bb19ec8c7297 [2023-08-23T15:10:01.240Z] ---> c143c0443e91 [2023-08-23T15:10:01.240Z] Step 26/26 : LABEL version=3.1.0-dev.13 [2023-08-23T15:10:01.510Z] ---> Running in 14dcd2baa334 [2023-08-23T15:10:01.510Z] Removing intermediate container 14dcd2baa334 [2023-08-23T15:10:01.510Z] ---> 64d4fc78b30f [2023-08-23T15:10:01.510Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-23T15:10:01.510Z] Successfully built 64d4fc78b30f [2023-08-23T15:10:01.776Z] 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 [2023-08-23T15:10:01.888Z] provisioning config files... [2023-08-23T15:10:01.901Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/182@tmp/config4093069250402944112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:10:02.225Z] ---> docker-login.sh [2023-08-23T15:10:02.226Z] nexus3.edgexfoundry.org:10001 [2023-08-23T15:10:02.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T15:10:02.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T15:10:02.492Z] Configure a credential helper to remove this warning. See [2023-08-23T15:10:02.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T15:10:02.492Z] [2023-08-23T15:10:02.492Z] Login Succeeded [2023-08-23T15:10:02.492Z] nexus3.edgexfoundry.org:10002 [2023-08-23T15:10:02.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T15:10:02.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T15:10:02.756Z] Configure a credential helper to remove this warning. See [2023-08-23T15:10:02.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T15:10:02.756Z] [2023-08-23T15:10:02.756Z] Login Succeeded [2023-08-23T15:10:02.756Z] nexus3.edgexfoundry.org:10003 [2023-08-23T15:10:03.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T15:10:03.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T15:10:03.022Z] Configure a credential helper to remove this warning. See [2023-08-23T15:10:03.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T15:10:03.022Z] [2023-08-23T15:10:03.022Z] Login Succeeded [2023-08-23T15:10:03.022Z] nexus3.edgexfoundry.org:10004 [2023-08-23T15:10:03.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T15:10:03.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T15:10:03.287Z] Configure a credential helper to remove this warning. See [2023-08-23T15:10:03.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T15:10:03.287Z] [2023-08-23T15:10:03.287Z] Login Succeeded [2023-08-23T15:10:03.553Z] docker.io [2023-08-23T15:10:03.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-23T15:10:03.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-23T15:10:03.816Z] Configure a credential helper to remove this warning. See [2023-08-23T15:10:03.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-23T15:10:03.816Z] [2023-08-23T15:10:03.816Z] Login Succeeded [2023-08-23T15:10:03.816Z] ---> docker-login.sh ends [Pipeline] } [2023-08-23T15:10:03.828Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-23T15:10:03.852Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-23T15:10:03.869Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-08-23T15:10:03.869Z] 71eb87341c12183af595ad045e5e5ef439df8de7 [2023-08-23T15:10:03.869Z] latest [2023-08-23T15:10:03.869Z] 3.1.0-dev.13 [2023-08-23T15:10:03.869Z] 71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 [2023-08-23T15:10:03.869Z] main [2023-08-23T15:10:03.869Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:10:04.194Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:10:04.523Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:71eb87341c12183af595ad045e5e5ef439df8de7 [2023-08-23T15:10:04.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-08-23T15:10:04.523Z] c510b1e840a0: Preparing [2023-08-23T15:10:04.523Z] 9b4cc9d9ef3e: Preparing [2023-08-23T15:10:04.523Z] 47dd2b170e27: Preparing [2023-08-23T15:10:04.523Z] 84f30fed1f6d: Preparing [2023-08-23T15:10:04.523Z] a9b8e75141af: Preparing [2023-08-23T15:10:04.523Z] d2d9d24a8c2a: Preparing [2023-08-23T15:10:04.787Z] 84f30fed1f6d: Pushed [2023-08-23T15:10:04.787Z] 9b4cc9d9ef3e: Pushed [2023-08-23T15:10:04.787Z] 47dd2b170e27: Pushed [2023-08-23T15:10:04.787Z] d2d9d24a8c2a: Layer already exists [2023-08-23T15:10:04.787Z] a9b8e75141af: Pushed [2023-08-23T15:10:10.110Z] c510b1e840a0: Pushed [2023-08-23T15:10:10.110Z] 71eb87341c12183af595ad045e5e5ef439df8de7: digest: sha256:bad890f6bc4256099c6e8586f9cc8daf715fdc0a48bea0c7e4a82366261b15c5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:10:10.440Z] + 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 [2023-08-23T15:10:10.767Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-08-23T15:10:10.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-08-23T15:10:10.768Z] c510b1e840a0: Preparing [2023-08-23T15:10:10.768Z] 9b4cc9d9ef3e: Preparing [2023-08-23T15:10:10.768Z] 47dd2b170e27: Preparing [2023-08-23T15:10:10.768Z] 84f30fed1f6d: Preparing [2023-08-23T15:10:10.768Z] a9b8e75141af: Preparing [2023-08-23T15:10:10.768Z] d2d9d24a8c2a: Preparing [2023-08-23T15:10:10.768Z] 9b4cc9d9ef3e: Layer already exists [2023-08-23T15:10:10.768Z] 84f30fed1f6d: Layer already exists [2023-08-23T15:10:10.768Z] a9b8e75141af: Layer already exists [2023-08-23T15:10:10.768Z] 47dd2b170e27: Layer already exists [2023-08-23T15:10:10.768Z] c510b1e840a0: Layer already exists [2023-08-23T15:10:10.768Z] d2d9d24a8c2a: Layer already exists [2023-08-23T15:10:10.768Z] latest: digest: sha256:bad890f6bc4256099c6e8586f9cc8daf715fdc0a48bea0c7e4a82366261b15c5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:10:11.134Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:10:11.481Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.1.0-dev.13 [2023-08-23T15:10:11.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-08-23T15:10:11.481Z] c510b1e840a0: Preparing [2023-08-23T15:10:11.481Z] 9b4cc9d9ef3e: Preparing [2023-08-23T15:10:11.481Z] 47dd2b170e27: Preparing [2023-08-23T15:10:11.481Z] 84f30fed1f6d: Preparing [2023-08-23T15:10:11.481Z] a9b8e75141af: Preparing [2023-08-23T15:10:11.481Z] d2d9d24a8c2a: Preparing [2023-08-23T15:10:11.481Z] d2d9d24a8c2a: Waiting [2023-08-23T15:10:11.481Z] 84f30fed1f6d: Layer already exists [2023-08-23T15:10:11.481Z] c510b1e840a0: Layer already exists [2023-08-23T15:10:11.481Z] 47dd2b170e27: Layer already exists [2023-08-23T15:10:11.481Z] 9b4cc9d9ef3e: Layer already exists [2023-08-23T15:10:11.481Z] a9b8e75141af: Layer already exists [2023-08-23T15:10:11.481Z] d2d9d24a8c2a: Layer already exists [2023-08-23T15:10:11.481Z] 3.1.0-dev.13: digest: sha256:bad890f6bc4256099c6e8586f9cc8daf715fdc0a48bea0c7e4a82366261b15c5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:10:11.836Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:10:12.185Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 [2023-08-23T15:10:12.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-08-23T15:10:12.185Z] c510b1e840a0: Preparing [2023-08-23T15:10:12.185Z] 9b4cc9d9ef3e: Preparing [2023-08-23T15:10:12.185Z] 47dd2b170e27: Preparing [2023-08-23T15:10:12.185Z] 84f30fed1f6d: Preparing [2023-08-23T15:10:12.185Z] a9b8e75141af: Preparing [2023-08-23T15:10:12.185Z] d2d9d24a8c2a: Preparing [2023-08-23T15:10:12.185Z] d2d9d24a8c2a: Waiting [2023-08-23T15:10:12.185Z] 47dd2b170e27: Layer already exists [2023-08-23T15:10:12.185Z] a9b8e75141af: Layer already exists [2023-08-23T15:10:12.185Z] c510b1e840a0: Layer already exists [2023-08-23T15:10:12.185Z] 84f30fed1f6d: Layer already exists [2023-08-23T15:10:12.185Z] 9b4cc9d9ef3e: Layer already exists [2023-08-23T15:10:12.185Z] d2d9d24a8c2a: Layer already exists [2023-08-23T15:10:12.185Z] 71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13: digest: sha256:bad890f6bc4256099c6e8586f9cc8daf715fdc0a48bea0c7e4a82366261b15c5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:10:12.547Z] + 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 [2023-08-23T15:10:12.895Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-08-23T15:10:12.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-08-23T15:10:12.895Z] c510b1e840a0: Preparing [2023-08-23T15:10:12.895Z] 9b4cc9d9ef3e: Preparing [2023-08-23T15:10:12.895Z] 47dd2b170e27: Preparing [2023-08-23T15:10:12.895Z] 84f30fed1f6d: Preparing [2023-08-23T15:10:12.895Z] a9b8e75141af: Preparing [2023-08-23T15:10:12.895Z] d2d9d24a8c2a: Preparing [2023-08-23T15:10:12.895Z] d2d9d24a8c2a: Waiting [2023-08-23T15:10:12.895Z] c510b1e840a0: Layer already exists [2023-08-23T15:10:12.895Z] a9b8e75141af: Layer already exists [2023-08-23T15:10:12.895Z] 47dd2b170e27: Layer already exists [2023-08-23T15:10:12.895Z] 9b4cc9d9ef3e: Layer already exists [2023-08-23T15:10:12.895Z] 84f30fed1f6d: Layer already exists [2023-08-23T15:10:12.895Z] d2d9d24a8c2a: Layer already exists [2023-08-23T15:10:12.895Z] main: digest: sha256:bad890f6bc4256099c6e8586f9cc8daf715fdc0a48bea0c7e4a82366261b15c5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-23T15:10:12.947Z] ===================================================== [Pipeline] echo [2023-08-23T15:10:12.953Z] taggedImages: [2023-08-23T15:10:12.953Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:71eb87341c12183af595ad045e5e5ef439df8de7 [2023-08-23T15:10:12.953Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-08-23T15:10:12.953Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.1.0-dev.13 [2023-08-23T15:10:12.953Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:71eb87341c12183af595ad045e5e5ef439df8de7-3.1.0-dev.13 [2023-08-23T15:10:12.953Z] - 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 [2023-08-23T15:10:13.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-23T15:10:13.312Z] [2023-08-23T15:10:13.312Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:10:13.634Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-23T15:10:13.634Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-23T15:10:13.634Z] 8998bd30e6a1: Pulling fs layer [2023-08-23T15:10:13.634Z] 04944245beec: Pulling fs layer [2023-08-23T15:10:13.634Z] 699f458cf7ca: Pulling fs layer [2023-08-23T15:10:13.634Z] 765212b225bb: Pulling fs layer [2023-08-23T15:10:13.634Z] f23df028b6ca: Pulling fs layer [2023-08-23T15:10:13.634Z] d65c8cfc05b1: Pulling fs layer [2023-08-23T15:10:13.634Z] 2437ff75d9bd: Pulling fs layer [2023-08-23T15:10:13.634Z] f23df028b6ca: Waiting [2023-08-23T15:10:13.634Z] d65c8cfc05b1: Waiting [2023-08-23T15:10:13.634Z] 2437ff75d9bd: Waiting [2023-08-23T15:10:13.634Z] 765212b225bb: Waiting [2023-08-23T15:10:13.901Z] 04944245beec: Verifying Checksum [2023-08-23T15:10:13.901Z] 04944245beec: Download complete [2023-08-23T15:10:13.901Z] 765212b225bb: Verifying Checksum [2023-08-23T15:10:13.901Z] 765212b225bb: Download complete [2023-08-23T15:10:13.901Z] f23df028b6ca: Verifying Checksum [2023-08-23T15:10:13.901Z] f23df028b6ca: Download complete [2023-08-23T15:10:13.901Z] d65c8cfc05b1: Verifying Checksum [2023-08-23T15:10:13.901Z] d65c8cfc05b1: Download complete [2023-08-23T15:10:13.901Z] 699f458cf7ca: Verifying Checksum [2023-08-23T15:10:13.901Z] 699f458cf7ca: Download complete [2023-08-23T15:10:14.485Z] 8998bd30e6a1: Verifying Checksum [2023-08-23T15:10:14.485Z] 8998bd30e6a1: Download complete [2023-08-23T15:10:16.432Z] 2437ff75d9bd: Verifying Checksum [2023-08-23T15:10:16.432Z] 2437ff75d9bd: Download complete [2023-08-23T15:10:18.377Z] 8998bd30e6a1: Pull complete [2023-08-23T15:10:22.632Z] 04944245beec: Pull complete [2023-08-23T15:10:24.040Z] 699f458cf7ca: Pull complete [2023-08-23T15:10:24.040Z] 765212b225bb: Pull complete [2023-08-23T15:10:25.003Z] f23df028b6ca: Pull complete [2023-08-23T15:10:25.276Z] d65c8cfc05b1: Pull complete [2023-08-23T15:10:40.274Z] 2437ff75d9bd: Pull complete [2023-08-23T15:10:40.274Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-23T15:10:40.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-23T15:10:40.274Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T15:10:40.465Z] prd-ubuntu20.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container [2023-08-23T15:10:40.533Z] $ 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/182 -v /w/workspace/app-service-configurable/182:/w/workspace/app-service-configurable/182:rw,z -v /w/workspace/app-service-configurable/182@tmp:/w/workspace/app-service-configurable/182@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 [2023-08-23T15:10:43.178Z] $ docker top 70e7d2f51ceef9740580142cc65e97891bae43c498f2a7ab6ee6e985fd5e3712 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:10:43.992Z] ---> job-cost.sh [2023-08-23T15:10:43.992Z] lf-activate-venv: SKIPPING [2023-08-23T15:10:43.992Z] INFO: No Stack... [2023-08-23T15:10:44.259Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-23T15:10:45.218Z] INFO: Archiving Costs [Pipeline] sh [2023-08-23T15:10:45.859Z] + cut -d, -f6 [2023-08-23T15:10:45.859Z] + cat /w/workspace/app-service-configurable/182/archives/cost.csv [Pipeline] lock [2023-08-23T15:10:45.933Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] [2023-08-23T15:10:45.942Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] did not exist. Created. [2023-08-23T15:10:45.942Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-23T15:10:46.597Z] /w/workspace/app-service-configurable/182@tmp/durable-197762d2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-23T15:10:47.255Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-23T15:10:47.277Z] Warning: overwriting stash ‘stack-cost’ [2023-08-23T15:10:47.344Z] Stashed 1 file(s) [Pipeline] } [2023-08-23T15:10:47.350Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-182-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-23T15:10:47.380Z] $ docker stop --time=1 70e7d2f51ceef9740580142cc65e97891bae43c498f2a7ab6ee6e985fd5e3712 [2023-08-23T15:10:49.114Z] $ docker rm -f --volumes 70e7d2f51ceef9740580142cc65e97891bae43c498f2a7ab6ee6e985fd5e3712 [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 [2023-08-23T15:10:49.511Z] provisioning config files... [2023-08-23T15:10:49.520Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15674503872728816992tmp [Pipeline] { [Pipeline] sh [2023-08-23T15:10:49.806Z] + set +x [2023-08-23T15:10:49.806Z] + curl -s https://codecov.io/bash [2023-08-23T15:10:49.806Z] + bash -s -- [2023-08-23T15:10:50.065Z] [2023-08-23T15:10:50.065Z] _____ _ [2023-08-23T15:10:50.065Z] / ____| | | [2023-08-23T15:10:50.065Z] | | ___ __| | ___ ___ _____ __ [2023-08-23T15:10:50.065Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-23T15:10:50.065Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-23T15:10:50.065Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-23T15:10:50.065Z] Bash-1.0.6 [2023-08-23T15:10:50.065Z] [2023-08-23T15:10:50.065Z] [2023-08-23T15:10:50.065Z] ==> git version 2.25.1 found [2023-08-23T15:10:50.065Z] ==> 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 [2023-08-23T15:10:50.065Z] Release-Date: 2020-01-08 [2023-08-23T15:10:50.065Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-08-23T15:10:50.065Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-23T15:10:50.065Z] ==> Jenkins CI detected. [2023-08-23T15:10:50.065Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-08-23T15:10:50.065Z] project root: . [2023-08-23T15:10:50.065Z] --> token set from env [2023-08-23T15:10:50.065Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-23T15:10:50.065Z] ==> Running gcov in . (disable via -X gcov) [2023-08-23T15:10:50.065Z] ==> Python coveragepy not found [2023-08-23T15:10:50.065Z] ==> Searching for coverage reports in: [2023-08-23T15:10:50.065Z] + . [2023-08-23T15:10:50.065Z] -> Found 1 reports [2023-08-23T15:10:50.065Z] ==> Detecting git/mercurial file structure [2023-08-23T15:10:50.065Z] ==> Reading reports [2023-08-23T15:10:50.065Z] + ./coverage.out bytes=13 [2023-08-23T15:10:50.065Z] ==> Appending adjustments [2023-08-23T15:10:50.065Z] https://docs.codecov.io/docs/fixing-reports [2023-08-23T15:10:50.065Z] + Found adjustments [2023-08-23T15:10:50.065Z] ==> Gzipping contents [2023-08-23T15:10:50.065Z] 4.0K /tmp/codecov.a1Y0TC.gz [2023-08-23T15:10:50.065Z] ==> Uploading reports [2023-08-23T15:10:50.065Z] url: https://codecov.io [2023-08-23T15:10:50.065Z] query: branch=main&commit=71eb87341c12183af595ad045e5e5ef439df8de7&build=182&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F182%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-23T15:10:50.065Z] -> Pinging Codecov [2023-08-23T15:10:50.065Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=main&commit=71eb87341c12183af595ad045e5e5ef439df8de7&build=182&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F182%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-23T15:10:50.324Z] -> Uploading to [2023-08-23T15:10:50.324Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-23/A97CA9966030D2A3747ED39772930CCE/71eb87341c12183af595ad045e5e5ef439df8de7/9e84d706-2021-4eb4-b9e1-e94cc77e5518.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230823%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230823T151050Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6d8921980cdd23732e5113e3a66e2c680931f6f950d49ee562db4b493451cc8d [2023-08-23T15:10:50.324Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-23T15:10:50.324Z] Dload Upload Total Spent Left Speed [2023-08-23T15:10:50.584Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 2318 --:--:-- --:--:-- --:--:-- 2331 [2023-08-23T15:10:50.584Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] } [2023-08-23T15:10:50.591Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-23T15:10:50.776Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-23T15:10:50.785Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:10:51.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-23T15:10:51.099Z] [2023-08-23T15:10:51.099Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:10:51.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-23T15:10:51.405Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-23T15:10:51.405Z] df9b9388f04a: Pulling fs layer [2023-08-23T15:10:51.405Z] 52dc419b0ee2: Pulling fs layer [2023-08-23T15:10:51.405Z] 25bc292e5bac: Pulling fs layer [2023-08-23T15:10:51.405Z] 114826534d7a: Pulling fs layer [2023-08-23T15:10:51.405Z] 4657fd5d0bcf: Pulling fs layer [2023-08-23T15:10:51.405Z] 6ad1cebc031e: Pulling fs layer [2023-08-23T15:10:51.405Z] 8a3aa393b2d8: Pulling fs layer [2023-08-23T15:10:51.405Z] 4657fd5d0bcf: Waiting [2023-08-23T15:10:51.405Z] 6ad1cebc031e: Waiting [2023-08-23T15:10:51.405Z] 8a3aa393b2d8: Waiting [2023-08-23T15:10:51.405Z] 114826534d7a: Waiting [2023-08-23T15:10:51.405Z] 25bc292e5bac: Download complete [2023-08-23T15:10:51.405Z] 52dc419b0ee2: Verifying Checksum [2023-08-23T15:10:51.405Z] 52dc419b0ee2: Download complete [2023-08-23T15:10:51.405Z] 4657fd5d0bcf: Verifying Checksum [2023-08-23T15:10:51.405Z] 4657fd5d0bcf: Download complete [2023-08-23T15:10:51.405Z] df9b9388f04a: Verifying Checksum [2023-08-23T15:10:51.405Z] df9b9388f04a: Download complete [2023-08-23T15:10:51.666Z] df9b9388f04a: Pull complete [2023-08-23T15:10:51.666Z] 6ad1cebc031e: Verifying Checksum [2023-08-23T15:10:51.666Z] 6ad1cebc031e: Download complete [2023-08-23T15:10:51.666Z] 52dc419b0ee2: Pull complete [2023-08-23T15:10:51.666Z] 25bc292e5bac: Pull complete [2023-08-23T15:10:52.235Z] 114826534d7a: Verifying Checksum [2023-08-23T15:10:52.235Z] 114826534d7a: Download complete [2023-08-23T15:10:52.235Z] 8a3aa393b2d8: Verifying Checksum [2023-08-23T15:10:52.235Z] 8a3aa393b2d8: Download complete [2023-08-23T15:10:55.515Z] 114826534d7a: Pull complete [2023-08-23T15:10:55.515Z] 4657fd5d0bcf: Pull complete [2023-08-23T15:10:55.773Z] 6ad1cebc031e: Pull complete [2023-08-23T15:10:58.302Z] 8a3aa393b2d8: Pull complete [2023-08-23T15:10:58.302Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-23T15:10:58.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-23T15:10:58.302Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T15:10:58.378Z] prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container [2023-08-23T15:10:58.411Z] $ 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:1.410.4 cat [2023-08-23T15:10:59.750Z] $ docker top 154a7ac2bd9cc41cc0b2967868df0a05127100d008e4b6dc0069c8f13fdb9b33 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-23T15:10:59.817Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-08-23T15:11:00.096Z] + set -o pipefail [2023-08-23T15:11:00.096Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-08-23T15:11:05.365Z] [2023-08-23T15:11:05.365Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-08-23T15:11:05.365Z] [2023-08-23T15:11:05.365Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/c668bd99-219d-4f21-ac1b-5fae0dbe36cc [2023-08-23T15:11:05.365Z] [2023-08-23T15:11:05.365Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-08-23T15:11:05.365Z] [2023-08-23T15:11:05.365Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-23T15:11:05.365Z] [2023-08-23T15:11:05.365Z] [2023-08-23T15:11:05.365Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-23T15:11:05.365Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-23T15:11:05.365Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-08-23T15:11:05.377Z] $ docker stop --time=1 154a7ac2bd9cc41cc0b2967868df0a05127100d008e4b6dc0069c8f13fdb9b33 [2023-08-23T15:11:07.147Z] $ docker rm -f --volumes 154a7ac2bd9cc41cc0b2967868df0a05127100d008e4b6dc0069c8f13fdb9b33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-23T15:11:07.859Z] + git log --format=format:%s -1 71eb87341c12183af595ad045e5e5ef439df8de7 [Pipeline] sh [2023-08-23T15:11:08.151Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-23T15:11:08.151Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:11:08.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-23T15:11:08.449Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T15:11:08.521Z] prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container [2023-08-23T15:11:08.562Z] $ 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 [2023-08-23T15:11:08.888Z] $ docker top 4296355d35aa7e46d39422fda3bfa9a39f35350557694b1d8d7d2d7ae0c4e78b -eo pid,comm [2023-08-23T15:11:08.933Z] 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). [2023-08-23T15:11:08.933Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-23T15:11:08.970Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-23T15:11:08.970Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-23T15:11:09.085Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-23T15:11:09.087Z] $ docker exec 4296355d35aa7e46d39422fda3bfa9a39f35350557694b1d8d7d2d7ae0c4e78b ssh-agent [2023-08-23T15:11:09.188Z] SSH_AUTH_SOCK=/tmp/ssh-k3NuYkDOo0Y1/agent.32 [2023-08-23T15:11:09.188Z] SSH_AGENT_PID=38 [2023-08-23T15:11:09.193Z] Running ssh-add (command line suppressed) [2023-08-23T15:11:09.284Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_12926520231133002398.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_12926520231133002398.key) [2023-08-23T15:11:09.299Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-23T15:11:09.589Z] + git semver tag [2023-08-23T15:11:09.848Z] 2023-08-23 15:11:09,754 [run_tag] DEBUG tag force:False [2023-08-23T15:11:09.848Z] 2023-08-23 15:11:09,754 [check_head_tag] DEBUG check head tag [2023-08-23T15:11:09.848Z] 2023-08-23 15:11:09,755 [execute] INFO git cat-file --batch-check [2023-08-23T15:11:09.848Z] 2023-08-23 15:11:09,755 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-08-23T15:11:09.848Z] 2023-08-23 15:11:09,758 [execute] INFO git cat-file --batch [2023-08-23T15:11:09.848Z] 2023-08-23 15:11:09,759 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-08-23T15:11:09.848Z] 2023-08-23 15:11:09,772 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-23T15:11:09.848Z] 2023-08-23 15:11:09,772 [execute] INFO git tag -a v3.1.0-dev.13 -m v3.1.0-dev.13 [2023-08-23T15:11:09.848Z] 2023-08-23 15:11:09,773 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.13', '-m', 'v3.1.0-dev.13'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-08-23T15:11:09.848Z] 2023-08-23 15:11:09,777 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-23T15:11:09.848Z] 3.1.0-dev.13 [Pipeline] } [2023-08-23T15:11:09.857Z] $ docker exec --env ******** --env ******** 4296355d35aa7e46d39422fda3bfa9a39f35350557694b1d8d7d2d7ae0c4e78b ssh-agent -k [2023-08-23T15:11:09.954Z] unset SSH_AUTH_SOCK; [2023-08-23T15:11:09.954Z] unset SSH_AGENT_PID; [2023-08-23T15:11:09.954Z] echo Agent pid 38 killed; [2023-08-23T15:11:09.964Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-23T15:11:10.273Z] + git semver [Pipeline] } [2023-08-23T15:11:10.545Z] $ docker stop --time=1 4296355d35aa7e46d39422fda3bfa9a39f35350557694b1d8d7d2d7ae0c4e78b [2023-08-23T15:11:11.833Z] $ docker rm -f --volumes 4296355d35aa7e46d39422fda3bfa9a39f35350557694b1d8d7d2d7ae0c4e78b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:11:12.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-23T15:11:12.216Z] [2023-08-23T15:11:12.216Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:11:12.512Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-23T15:11:12.512Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-23T15:11:12.512Z] ab5ef0e58194: Pulling fs layer [2023-08-23T15:11:12.512Z] 9712f1f96733: Pulling fs layer [2023-08-23T15:11:12.512Z] 63f879dbbcfc: Pulling fs layer [2023-08-23T15:11:12.512Z] 0d9ebad4ef96: Pulling fs layer [2023-08-23T15:11:12.512Z] e9a5061849ea: Pulling fs layer [2023-08-23T15:11:12.512Z] d747dcd14b5f: Pulling fs layer [2023-08-23T15:11:12.512Z] 2de7ff778b66: Pulling fs layer [2023-08-23T15:11:12.512Z] e9a5061849ea: Waiting [2023-08-23T15:11:12.512Z] 0d9ebad4ef96: Waiting [2023-08-23T15:11:12.512Z] 2de7ff778b66: Waiting [2023-08-23T15:11:12.512Z] d747dcd14b5f: Waiting [2023-08-23T15:11:12.512Z] 9712f1f96733: Verifying Checksum [2023-08-23T15:11:12.512Z] 9712f1f96733: Download complete [2023-08-23T15:11:12.772Z] 63f879dbbcfc: Verifying Checksum [2023-08-23T15:11:12.772Z] 63f879dbbcfc: Download complete [2023-08-23T15:11:13.031Z] ab5ef0e58194: Verifying Checksum [2023-08-23T15:11:13.031Z] ab5ef0e58194: Download complete [2023-08-23T15:11:13.031Z] e9a5061849ea: Verifying Checksum [2023-08-23T15:11:13.031Z] e9a5061849ea: Download complete [2023-08-23T15:11:13.031Z] d747dcd14b5f: Verifying Checksum [2023-08-23T15:11:13.031Z] d747dcd14b5f: Download complete [2023-08-23T15:11:13.031Z] 0d9ebad4ef96: Verifying Checksum [2023-08-23T15:11:13.031Z] 0d9ebad4ef96: Download complete [2023-08-23T15:11:13.289Z] 2de7ff778b66: Verifying Checksum [2023-08-23T15:11:13.289Z] 2de7ff778b66: Download complete [2023-08-23T15:11:15.816Z] ab5ef0e58194: Pull complete [2023-08-23T15:11:15.816Z] 9712f1f96733: Pull complete [2023-08-23T15:11:16.381Z] 63f879dbbcfc: Pull complete [2023-08-23T15:11:19.662Z] 0d9ebad4ef96: Pull complete [2023-08-23T15:11:19.662Z] e9a5061849ea: Pull complete [2023-08-23T15:11:19.662Z] d747dcd14b5f: Pull complete [2023-08-23T15:11:20.597Z] 2de7ff778b66: Pull complete [2023-08-23T15:11:20.597Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-23T15:11:20.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-23T15:11:20.597Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T15:11:20.673Z] prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container [2023-08-23T15:11:20.704Z] $ 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 [2023-08-23T15:11:23.083Z] $ docker top a0acc1519cc58acb783b8f9565a7d6db449e709997d0fcbb9cace47353a03e2a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-23T15:11:23.151Z] provisioning config files... [2023-08-23T15:11:23.158Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13266347123808937537tmp [2023-08-23T15:11:23.168Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13728416987020535927tmp [2023-08-23T15:11:23.177Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6433602481954107143tmp [Pipeline] { [Pipeline] echo [2023-08-23T15:11:23.195Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:11:23.478Z] ---> sigul-configuration.sh [2023-08-23T15:11:23.478Z] gpg: directory `/root/.gnupg' created [2023-08-23T15:11:23.478Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-23T15:11:23.478Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-23T15:11:23.478Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-23T15:11:23.478Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-23T15:11:23.478Z] gpg: CAST5 encrypted data [2023-08-23T15:11:23.478Z] gpg: encrypted with 1 passphrase [2023-08-23T15:11:23.478Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-23T15:11:23.764Z] + mkdir /home/jenkins [2023-08-23T15:11:23.764Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-23T15:11:24.048Z] + 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 [2023-08-23T15:11:24.056Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:11:24.335Z] ---> sigul-install.sh [2023-08-23T15:11:24.336Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-23T15:11:24.625Z] + git tag --list [2023-08-23T15:11:24.625Z] v1.0.0 [2023-08-23T15:11:24.625Z] v1.1.0 [2023-08-23T15:11:24.625Z] v1.2.0 [2023-08-23T15:11:24.625Z] v1.3.0 [2023-08-23T15:11:24.625Z] v1.3.1 [2023-08-23T15:11:24.625Z] v2.0.0 [2023-08-23T15:11:24.625Z] v2.0.1 [2023-08-23T15:11:24.625Z] v2.1.0 [2023-08-23T15:11:24.625Z] v2.1.1 [2023-08-23T15:11:24.625Z] v2.1.2 [2023-08-23T15:11:24.625Z] v2.2.0 [2023-08-23T15:11:24.625Z] v2.3 [2023-08-23T15:11:24.625Z] v2.3.0 [2023-08-23T15:11:24.625Z] v2.3.1 [2023-08-23T15:11:24.625Z] v3.0 [2023-08-23T15:11:24.625Z] v3.0.0 [2023-08-23T15:11:24.625Z] v3.0.1 [2023-08-23T15:11:24.625Z] v3.0.1-dev.1 [2023-08-23T15:11:24.625Z] v3.1.0-dev.1 [2023-08-23T15:11:24.625Z] v3.1.0-dev.10 [2023-08-23T15:11:24.625Z] v3.1.0-dev.11 [2023-08-23T15:11:24.625Z] v3.1.0-dev.12 [2023-08-23T15:11:24.625Z] v3.1.0-dev.13 [2023-08-23T15:11:24.625Z] v3.1.0-dev.2 [2023-08-23T15:11:24.625Z] v3.1.0-dev.3 [2023-08-23T15:11:24.625Z] v3.1.0-dev.4 [2023-08-23T15:11:24.625Z] v3.1.0-dev.5 [2023-08-23T15:11:24.625Z] v3.1.0-dev.6 [2023-08-23T15:11:24.625Z] v3.1.0-dev.7 [2023-08-23T15:11:24.625Z] v3.1.0-dev.8 [2023-08-23T15:11:24.625Z] v3.1.0-dev.9 [Pipeline] sh [2023-08-23T15:11:24.909Z] + lftools sign git-tag v3.1.0-dev.13 [2023-08-23T15:11:25.477Z] Signing Git tag with Sigul... [2023-08-23T15:11:25.477Z] Signing v3.1.0-dev.13 [Pipeline] echo [2023-08-23T15:11:25.745Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:11:26.032Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-23T15:11:26.038Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-23T15:11:26.055Z] $ docker stop --time=1 a0acc1519cc58acb783b8f9565a7d6db449e709997d0fcbb9cace47353a03e2a [2023-08-23T15:11:27.321Z] $ docker rm -f --volumes a0acc1519cc58acb783b8f9565a7d6db449e709997d0fcbb9cace47353a03e2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-23T15:11:27.780Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-23T15:11:27.780Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:11:28.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-23T15:11:28.082Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T15:11:28.151Z] prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container [2023-08-23T15:11:28.185Z] $ 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 [2023-08-23T15:11:28.536Z] $ docker top 40c182cf5df8ac2e85a8d7f3d7ec8cd30025aa1df4c10fae2bf057ad19b6fbc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-23T15:11:28.612Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-23T15:11:28.612Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-23T15:11:28.712Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-23T15:11:28.715Z] $ docker exec 40c182cf5df8ac2e85a8d7f3d7ec8cd30025aa1df4c10fae2bf057ad19b6fbc0 ssh-agent [2023-08-23T15:11:28.817Z] SSH_AUTH_SOCK=/tmp/ssh-fXGMw3A2vc4z/agent.32 [2023-08-23T15:11:28.817Z] SSH_AGENT_PID=38 [2023-08-23T15:11:28.822Z] Running ssh-add (command line suppressed) [2023-08-23T15:11:28.920Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_11864839601311117548.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_11864839601311117548.key) [2023-08-23T15:11:28.932Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-23T15:11:29.216Z] + git semver bump pre [2023-08-23T15:11:29.475Z] 2023-08-23 15:11:29,397 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-23T15:11:29.475Z] 2023-08-23 15:11:29,397 [bump_version] DEBUG bumping version:3.1.0-dev.13 on axis:pre with prefix:dev [2023-08-23T15:11:29.475Z] 2023-08-23 15:11:29,397 [bump_version] DEBUG bumped version:3.1.0-dev.14 [2023-08-23T15:11:29.475Z] 2023-08-23 15:11:29,397 [write_version] DEBUG write version:3.1.0-dev.14 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2023-08-23T15:11:29.475Z] 2023-08-23 15:11:29,397 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-23T15:11:29.475Z] 2023-08-23 15:11:29,398 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-23T15:11:29.475Z] 2023-08-23 15:11:29,399 [execute] INFO git cat-file --batch-check [2023-08-23T15:11:29.475Z] 2023-08-23 15:11:29,399 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-23T15:11:29.475Z] 2023-08-23 15:11:29,403 [execute] INFO git cat-file --batch [2023-08-23T15:11:29.475Z] 2023-08-23 15:11:29,403 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-23T15:11:29.475Z] 2023-08-23 15:11:29,408 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-23T15:11:29.475Z] 3.1.0-dev.14 [Pipeline] } [2023-08-23T15:11:29.483Z] $ docker exec --env ******** --env ******** 40c182cf5df8ac2e85a8d7f3d7ec8cd30025aa1df4c10fae2bf057ad19b6fbc0 ssh-agent -k [2023-08-23T15:11:29.593Z] unset SSH_AUTH_SOCK; [2023-08-23T15:11:29.593Z] unset SSH_AGENT_PID; [2023-08-23T15:11:29.593Z] echo Agent pid 38 killed; [2023-08-23T15:11:29.603Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-23T15:11:29.901Z] + git semver [Pipeline] } [2023-08-23T15:11:30.172Z] $ docker stop --time=1 40c182cf5df8ac2e85a8d7f3d7ec8cd30025aa1df4c10fae2bf057ad19b6fbc0 [2023-08-23T15:11:31.413Z] $ docker rm -f --volumes 40c182cf5df8ac2e85a8d7f3d7ec8cd30025aa1df4c10fae2bf057ad19b6fbc0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-23T15:11:31.743Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-23T15:11:31.743Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:11:32.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-23T15:11:32.039Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T15:11:32.106Z] prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container [2023-08-23T15:11:32.134Z] $ 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 [2023-08-23T15:11:32.474Z] $ docker top 562b3ae9963e6f2d662bf3e8c8c42d46d90069b5fa81e9cdbef6ea5937a96339 -eo pid,comm [2023-08-23T15:11:32.528Z] 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). [2023-08-23T15:11:32.528Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-23T15:11:32.560Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-23T15:11:32.561Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-23T15:11:32.670Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-23T15:11:32.672Z] $ docker exec 562b3ae9963e6f2d662bf3e8c8c42d46d90069b5fa81e9cdbef6ea5937a96339 ssh-agent [2023-08-23T15:11:32.773Z] SSH_AUTH_SOCK=/tmp/ssh-z5hBFy7SCJKV/agent.32 [2023-08-23T15:11:32.773Z] SSH_AGENT_PID=38 [2023-08-23T15:11:32.778Z] Running ssh-add (command line suppressed) [2023-08-23T15:11:32.876Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13523241841933804720.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13523241841933804720.key) [2023-08-23T15:11:32.891Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-23T15:11:33.177Z] + git semver push [2023-08-23T15:11:33.435Z] 2023-08-23 15:11:33,355 [run_push] DEBUG push [2023-08-23T15:11:33.435Z] 2023-08-23 15:11:33,356 [execute] INFO git cat-file --batch-check [2023-08-23T15:11:33.435Z] 2023-08-23 15:11:33,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-23T15:11:33.435Z] 2023-08-23 15:11:33,360 [execute] INFO git rev-list a3f1326048498324e9e51811ced57b804de178fc -- [2023-08-23T15:11:33.435Z] 2023-08-23 15:11:33,360 [execute] DEBUG Popen(['git', 'rev-list', 'a3f1326048498324e9e51811ced57b804de178fc', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-23T15:11:33.435Z] 2023-08-23 15:11:33,371 [execute] INFO git fetch -v origin [2023-08-23T15:11:33.435Z] 2023-08-23 15:11:33,371 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-08-23T15:11:34.004Z] 2023-08-23 15:11:33,845 [run_push] DEBUG no remote changes detected [2023-08-23T15:11:34.004Z] 2023-08-23 15:11:33,846 [execute] INFO git push origin semver [2023-08-23T15:11:34.004Z] 2023-08-23 15:11:33,846 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-23T15:11:34.940Z] 2023-08-23 15:11:34,663 [run_push] DEBUG push all version tags [2023-08-23T15:11:34.940Z] 2023-08-23 15:11:34,663 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-23T15:11:34.940Z] 2023-08-23 15:11:34,664 [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) [2023-08-23T15:11:35.509Z] 2023-08-23 15:11:35,424 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-23T15:11:35.509Z] 3.1.0-dev.14 [Pipeline] } [2023-08-23T15:11:35.519Z] $ docker exec --env ******** --env ******** 562b3ae9963e6f2d662bf3e8c8c42d46d90069b5fa81e9cdbef6ea5937a96339 ssh-agent -k [2023-08-23T15:11:35.617Z] unset SSH_AUTH_SOCK; [2023-08-23T15:11:35.618Z] unset SSH_AGENT_PID; [2023-08-23T15:11:35.618Z] echo Agent pid 38 killed; [2023-08-23T15:11:35.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-23T15:11:35.939Z] + git semver [Pipeline] } [2023-08-23T15:11:36.211Z] $ docker stop --time=1 562b3ae9963e6f2d662bf3e8c8c42d46d90069b5fa81e9cdbef6ea5937a96339 [2023-08-23T15:11:37.481Z] $ docker rm -f --volumes 562b3ae9963e6f2d662bf3e8c8c42d46d90069b5fa81e9cdbef6ea5937a96339 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-08-23T15:11:38.118Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-08-23T15:11:38.118Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-08-23T15:11:38.118Z] total 16 [2023-08-23T15:11:38.118Z] drwxr-xr-x 3 root root 4096 Aug 23 15:00 . [2023-08-23T15:11:38.118Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 23 15:11 .. [2023-08-23T15:11:38.118Z] drwxr-xr-x 2 root root 4096 Aug 23 15:00 cost [2023-08-23T15:11:38.118Z] -rw-r--r-- 1 root root 96 Aug 23 15:00 cost.csv [2023-08-23T15:11:38.118Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-08-23T15:11:38.118Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-08-23T15:11:38.118Z] total 16 [2023-08-23T15:11:38.118Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 23 15:00 . [2023-08-23T15:11:38.118Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 23 15:11 .. [2023-08-23T15:11:38.118Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 23 15:00 cost [2023-08-23T15:11:38.118Z] -rw-r--r-- 1 jenkins jenkins 96 Aug 23 15:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:11:38.407Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:11:39.265Z] ---> package-listing.sh [2023-08-23T15:11:39.265Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-23T15:11:39.265Z] ++ facter osfamily [2023-08-23T15:11:39.525Z] + OS_FAMILY=debian [2023-08-23T15:11:39.525Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-08-23T15:11:39.525Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-23T15:11:39.525Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-23T15:11:39.526Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-23T15:11:39.526Z] + PACKAGES=/tmp/packages_start.txt [2023-08-23T15:11:39.526Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-08-23T15:11:39.526Z] + PACKAGES=/tmp/packages_end.txt [2023-08-23T15:11:39.526Z] + case "${OS_FAMILY}" in [2023-08-23T15:11:39.526Z] + dpkg -l [2023-08-23T15:11:39.526Z] + grep '^ii' [2023-08-23T15:11:39.526Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-23T15:11:39.526Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-23T15:11:39.526Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-23T15:11:39.526Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-08-23T15:11:39.526Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-08-23T15:11:39.526Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2023-08-23T15:11:39.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 [2023-08-23T15:11:39.867Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-23T15:11:40.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-23T15:11:40.240Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-23T15:11:40.329Z] prd-ubuntu20.04-docker-8c-8g-4376 does not seem to be running inside a container [2023-08-23T15:11:40.356Z] $ 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 [2023-08-23T15:11:40.582Z] $ docker top 4d91a2869b2c1c6c81a082e4843ab4c6f0de2605ad12f31124b6150c39353f66 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-23T15:11:40.930Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-23T15:11:41.213Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-23T15:11:41.500Z] + ls /var/log/sa-host [2023-08-23T15:11:41.500Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-23T15:11:41.576Z] provisioning config files... [2023-08-23T15:11:41.585Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13921808240836343212tmp [Pipeline] { [Pipeline] echo [2023-08-23T15:11:41.601Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:11:41.881Z] ---> create-netrc.sh [Pipeline] } [2023-08-23T15:11:41.887Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:11:42.201Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-23T15:11:42.208Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:11:42.488Z] ---> sudo-logs.sh [2023-08-23T15:11:42.488Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-23T15:11:42.511Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:11:42.791Z] ---> job-cost.sh [2023-08-23T15:11:42.792Z] lf-activate-venv: SKIPPING [2023-08-23T15:11:42.792Z] DEBUG: total: 0.2199999988079071 [2023-08-23T15:11:42.792Z] INFO: Retrieving Stack Cost... [2023-08-23T15:11:43.050Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-23T15:11:43.616Z] INFO: Archiving Costs [Pipeline] echo [2023-08-23T15:11:43.628Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-23T15:11:43.908Z] ---> logs-deploy.sh [2023-08-23T15:11:43.908Z] lf-activate-venv: SKIPPING [2023-08-23T15:11:43.908Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/182 [2023-08-23T15:11:43.908Z] INFO: archiving workspace using pattern(s): [2023-08-23T15:11:44.860Z] Archives upload complete. [2023-08-23T15:11:44.860Z] INFO: archiving logs to Nexus