Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 68cd066fbc50be95059e135e011029de61099e53 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-ssh10184716012184492607.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-ssh10112500897434076630.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-ssh2269605656034973482.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-ssh9227154845359730360.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-ssh9631010775107651532.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5025 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 68cd066fbc50be95059e135e011029de61099e53 (main) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68cd066fbc50be95059e135e011029de61099e53 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#592)" > git rev-list --no-walk 7b15cceeed622dc4aeebb3d22ff7765cc603f8c3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-31T15:02:27.098Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-31T15:02:27.166Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-31T15:02:27.181Z] ========================================================= [2023-08-31T15:02:27.181Z] EdgeX Global Pipelines Version Info [2023-08-31T15:02:27.181Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:02:28.719Z] ------------------- [2023-08-31T15:02:28.719Z] stable info: [2023-08-31T15:02:28.719Z] ------------------- [2023-08-31T15:02:28.719Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-31T15:02:28.719Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-31T15:02:28.719Z] Message: update stable to v1.0.253 [2023-08-31T15:02:28.978Z] ------------------- [2023-08-31T15:02:28.978Z] experimental info: [2023-08-31T15:02:28.978Z] ------------------- [2023-08-31T15:02:28.978Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-31T15:02:28.978Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-31T15:02:28.978Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-31T15:02:29.127Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-08-31T15:02:29.141Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-08-31T15:02:29.152Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-31T15:02:29.169Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-31T15:02:29.187Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-31T15:02:29.204Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-31T15:02:29.221Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-31T15:02:29.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-31T15:02:29.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-31T15:02:29.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-31T15:02:29.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-31T15:02:29.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-08-31T15:02:29.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-31T15:02:29.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-31T15:02:29.313Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-31T15:02:29.323Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-31T15:02:29.331Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-31T15:02:29.339Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-31T15:02:29.357Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-31T15:02:29.374Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-31T15:02:29.384Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-31T15:02:29.399Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-31T15:02:29.413Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-31T15:02:29.424Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-31T15:02:29.435Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-31T15:02:29.447Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-31T15:02:29.456Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-31T15:02:29.468Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-31T15:02:29.481Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-31T15:02:29.500Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-31T15:02:29.514Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68cd066fbc50be95059e135e011029de61099e53 [Pipeline] echo [2023-08-31T15:02:29.529Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68cd066 [Pipeline] echo [2023-08-31T15:02:29.541Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-31T15:02:29.586Z] provisioning config files... [2023-08-31T15:02:29.599Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6878879246030552252tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:02:29.912Z] ---> docker-login.sh [2023-08-31T15:02:29.912Z] nexus3.edgexfoundry.org:10001 [2023-08-31T15:02:30.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:02:30.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:02:30.174Z] Configure a credential helper to remove this warning. See [2023-08-31T15:02:30.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:02:30.174Z] [2023-08-31T15:02:30.174Z] Login Succeeded [2023-08-31T15:02:30.174Z] nexus3.edgexfoundry.org:10002 [2023-08-31T15:02:30.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:02:30.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:02:30.174Z] Configure a credential helper to remove this warning. See [2023-08-31T15:02:30.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:02:30.174Z] [2023-08-31T15:02:30.174Z] Login Succeeded [2023-08-31T15:02:30.174Z] nexus3.edgexfoundry.org:10003 [2023-08-31T15:02:30.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:02:30.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:02:30.435Z] Configure a credential helper to remove this warning. See [2023-08-31T15:02:30.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:02:30.435Z] [2023-08-31T15:02:30.435Z] Login Succeeded [2023-08-31T15:02:30.435Z] nexus3.edgexfoundry.org:10004 [2023-08-31T15:02:30.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:02:30.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:02:30.435Z] Configure a credential helper to remove this warning. See [2023-08-31T15:02:30.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:02:30.435Z] [2023-08-31T15:02:30.435Z] Login Succeeded [2023-08-31T15:02:30.435Z] docker.io [2023-08-31T15:02:30.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:02:30.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:02:30.695Z] Configure a credential helper to remove this warning. See [2023-08-31T15:02:30.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:02:30.695Z] [2023-08-31T15:02:30.695Z] Login Succeeded [2023-08-31T15:02:30.695Z] ---> docker-login.sh ends [Pipeline] } [2023-08-31T15:02:30.703Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-31T15:02:31.086Z] + git rev-list -1 --merges 68cd066fbc50be95059e135e011029de61099e53~1..68cd066fbc50be95059e135e011029de61099e53 [Pipeline] echo [2023-08-31T15:02:31.142Z] -----------> git rev-list -1 --merges 68cd066fbc50be95059e135e011029de61099e53~1..68cd066fbc50be95059e135e011029de61099e53 68cd066fbc50be95059e135e011029de61099e53 [false] [Pipeline] sh [2023-08-31T15:02:31.456Z] + git log --format=format:%s -1 68cd066fbc50be95059e135e011029de61099e53 [Pipeline] echo [2023-08-31T15:02:31.471Z] ========================================================= [2023-08-31T15:02:31.471Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-31T15:02:31.471Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-31T15:02:31.794Z] + git log --format=format:%s -1 68cd066fbc50be95059e135e011029de61099e53 [Pipeline] echo [2023-08-31T15:02:31.806Z] [semverPrep] GIT_COMMIT: 68cd066fbc50be95059e135e011029de61099e53, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#592) [Pipeline] echo [2023-08-31T15:02:31.815Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-31T15:02:32.166Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-31T15:02:32.166Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-31T15:02:32.166Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-31T15:02:32.166Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-31T15:02:32.166Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-31T15:02:32.166Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-31T15:02:32.166Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:02:32.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-31T15:02:32.524Z] [2023-08-31T15:02:32.524Z] 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-31T15:02:32.828Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-31T15:02:32.828Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-31T15:02:32.828Z] b85a868b505f: Pulling fs layer [2023-08-31T15:02:32.828Z] e2be974225ed: Pulling fs layer [2023-08-31T15:02:32.828Z] 339a4e72a1f5: Pulling fs layer [2023-08-31T15:02:32.828Z] 988bab9f4d93: Pulling fs layer [2023-08-31T15:02:32.828Z] 1469e6f7b9e6: Pulling fs layer [2023-08-31T15:02:32.828Z] eaf3925da568: Pulling fs layer [2023-08-31T15:02:32.828Z] bab4dde63d76: Pulling fs layer [2023-08-31T15:02:32.828Z] bde34c3a00c8: Pulling fs layer [2023-08-31T15:02:32.828Z] b352a97aabf1: Pulling fs layer [2023-08-31T15:02:32.828Z] 4872d77fe225: Pulling fs layer [2023-08-31T15:02:32.828Z] 5851b861e8e6: Pulling fs layer [2023-08-31T15:02:32.828Z] bab4dde63d76: Waiting [2023-08-31T15:02:32.828Z] bde34c3a00c8: Waiting [2023-08-31T15:02:32.828Z] b352a97aabf1: Waiting [2023-08-31T15:02:32.828Z] 4872d77fe225: Waiting [2023-08-31T15:02:32.828Z] 5851b861e8e6: Waiting [2023-08-31T15:02:32.828Z] 988bab9f4d93: Waiting [2023-08-31T15:02:32.828Z] 1469e6f7b9e6: Waiting [2023-08-31T15:02:32.828Z] eaf3925da568: Waiting [2023-08-31T15:02:32.828Z] e2be974225ed: Verifying Checksum [2023-08-31T15:02:32.828Z] e2be974225ed: Download complete [2023-08-31T15:02:32.828Z] 988bab9f4d93: Download complete [2023-08-31T15:02:33.088Z] 1469e6f7b9e6: Verifying Checksum [2023-08-31T15:02:33.088Z] 1469e6f7b9e6: Download complete [2023-08-31T15:02:33.088Z] eaf3925da568: Verifying Checksum [2023-08-31T15:02:33.088Z] eaf3925da568: Download complete [2023-08-31T15:02:33.088Z] 339a4e72a1f5: Download complete [2023-08-31T15:02:33.089Z] bde34c3a00c8: Verifying Checksum [2023-08-31T15:02:33.089Z] bde34c3a00c8: Download complete [2023-08-31T15:02:33.089Z] b352a97aabf1: Download complete [2023-08-31T15:02:33.089Z] 4872d77fe225: Verifying Checksum [2023-08-31T15:02:33.089Z] 4872d77fe225: Download complete [2023-08-31T15:02:33.089Z] b85a868b505f: Verifying Checksum [2023-08-31T15:02:33.089Z] b85a868b505f: Download complete [2023-08-31T15:02:33.089Z] 5851b861e8e6: Verifying Checksum [2023-08-31T15:02:33.089Z] 5851b861e8e6: Download complete [2023-08-31T15:02:33.658Z] bab4dde63d76: Verifying Checksum [2023-08-31T15:02:33.658Z] bab4dde63d76: Download complete [2023-08-31T15:02:34.226Z] b85a868b505f: Pull complete [2023-08-31T15:02:34.226Z] e2be974225ed: Pull complete [2023-08-31T15:02:34.796Z] 339a4e72a1f5: Pull complete [2023-08-31T15:02:34.796Z] 988bab9f4d93: Pull complete [2023-08-31T15:02:35.056Z] 1469e6f7b9e6: Pull complete [2023-08-31T15:02:35.056Z] eaf3925da568: Pull complete [2023-08-31T15:02:36.964Z] bab4dde63d76: Pull complete [2023-08-31T15:02:36.964Z] bde34c3a00c8: Pull complete [2023-08-31T15:02:36.964Z] b352a97aabf1: Pull complete [2023-08-31T15:02:36.964Z] 4872d77fe225: Pull complete [2023-08-31T15:02:37.223Z] 5851b861e8e6: Pull complete [2023-08-31T15:02:37.223Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-31T15:02:37.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-31T15:02:37.223Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:02:37.326Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-08-31T15:02:37.368Z] $ 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-31T15:02:41.543Z] $ docker top 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f -eo pid,comm [2023-08-31T15:02:41.594Z] 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-31T15:02:41.594Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-31T15:02:41.694Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-31T15:02:41.694Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-31T15:02:41.819Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-31T15:02:41.827Z] $ docker exec 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f ssh-agent [2023-08-31T15:02:41.928Z] SSH_AUTH_SOCK=/tmp/ssh-Dm2EYySUh5a3/agent.32 [2023-08-31T15:02:41.928Z] SSH_AGENT_PID=38 [2023-08-31T15:02:41.936Z] Running ssh-add (command line suppressed) [2023-08-31T15:02:42.045Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9546952357966113775.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9546952357966113775.key) [2023-08-31T15:02:42.053Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-31T15:02:42.343Z] + git tag --points-at HEAD [Pipeline] } [2023-08-31T15:02:42.361Z] $ docker exec --env ******** --env ******** 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f ssh-agent -k [2023-08-31T15:02:42.461Z] unset SSH_AUTH_SOCK; [2023-08-31T15:02:42.461Z] unset SSH_AGENT_PID; [2023-08-31T15:02:42.462Z] echo Agent pid 38 killed; [2023-08-31T15:02:42.468Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-31T15:02:42.497Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-31T15:02:42.497Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-31T15:02:42.602Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-31T15:02:42.609Z] $ docker exec 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f ssh-agent [2023-08-31T15:02:42.711Z] SSH_AUTH_SOCK=/tmp/ssh-p5mt39YrQ0Su/agent.70 [2023-08-31T15:02:42.711Z] SSH_AGENT_PID=76 [2023-08-31T15:02:42.717Z] Running ssh-add (command line suppressed) [2023-08-31T15:02:42.826Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_11929166449796429158.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_11929166449796429158.key) [2023-08-31T15:02:42.834Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-31T15:02:43.125Z] + git semver init [2023-08-31T15:02:43.385Z] 2023-08-31 15:02:43,301 [run_init] DEBUG init version:0.0.0 force:False [2023-08-31T15:02:43.385Z] 2023-08-31 15:02:43,302 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2023-08-31T15:02:43.385Z] 2023-08-31 15:02:43,303 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2023-08-31T15:02:43.385Z] 2023-08-31 15:02:43,303 [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-31T15:02:44.322Z] 2023-08-31 15:02:44,087 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2023-08-31T15:02:44.322Z] 2023-08-31 15:02:44,087 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2023-08-31T15:02:44.322Z] 2023-08-31 15:02:44,087 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-31T15:02:44.322Z] 2023-08-31 15:02:44,088 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-31T15:02:44.322Z] 3.1.0-dev.16 [Pipeline] } [2023-08-31T15:02:44.336Z] $ docker exec --env ******** --env ******** 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f ssh-agent -k [2023-08-31T15:02:44.420Z] unset SSH_AUTH_SOCK; [2023-08-31T15:02:44.420Z] unset SSH_AGENT_PID; [2023-08-31T15:02:44.421Z] echo Agent pid 76 killed; [2023-08-31T15:02:44.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-31T15:02:44.733Z] + git semver [Pipeline] } [2023-08-31T15:02:45.013Z] $ docker stop --time=1 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f [2023-08-31T15:02:46.315Z] $ docker rm -f --volumes 5d6eff4d7f31525f846318c9208232cd9536e0e1f1abf9ba0d5ef7fcfdfbda2f [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-31T15:02:46.652Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-31T15:02:46.878Z] Stashed 1 file(s) [Pipeline] echo [2023-08-31T15:02:46.882Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.16 [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-31T15:02:47.013Z] provisioning config files... [2023-08-31T15:02:47.024Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16058644024882196740tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:02:47.322Z] ---> docker-login.sh [2023-08-31T15:02:47.322Z] nexus3.edgexfoundry.org:10001 [2023-08-31T15:02:47.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:02:47.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:02:47.322Z] Configure a credential helper to remove this warning. See [2023-08-31T15:02:47.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:02:47.322Z] [2023-08-31T15:02:47.322Z] Login Succeeded [2023-08-31T15:02:47.322Z] nexus3.edgexfoundry.org:10002 [2023-08-31T15:02:47.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:02:47.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:02:47.322Z] Configure a credential helper to remove this warning. See [2023-08-31T15:02:47.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:02:47.322Z] [2023-08-31T15:02:47.322Z] Login Succeeded [2023-08-31T15:02:47.322Z] nexus3.edgexfoundry.org:10003 [2023-08-31T15:02:47.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:02:47.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:02:47.581Z] Configure a credential helper to remove this warning. See [2023-08-31T15:02:47.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:02:47.581Z] [2023-08-31T15:02:47.581Z] Login Succeeded [2023-08-31T15:02:47.581Z] nexus3.edgexfoundry.org:10004 [2023-08-31T15:02:47.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:02:47.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:02:47.581Z] Configure a credential helper to remove this warning. See [2023-08-31T15:02:47.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:02:47.581Z] [2023-08-31T15:02:47.581Z] Login Succeeded [2023-08-31T15:02:47.581Z] docker.io [2023-08-31T15:02:47.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:02:47.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:02:47.840Z] Configure a credential helper to remove this warning. See [2023-08-31T15:02:47.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:02:47.840Z] [2023-08-31T15:02:47.840Z] Login Succeeded [2023-08-31T15:02:47.840Z] ---> docker-login.sh ends [Pipeline] } [2023-08-31T15:02:47.848Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-31T15:02:47.909Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-31T15:02:47.923Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-31T15:02:47.930Z] ========================================================= [2023-08-31T15:02:47.930Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-31T15:02:47.930Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:02:48.246Z] + 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-31T15:02:48.246Z] Sending build context to Docker daemon 3.331MB [2023-08-31T15:02:48.246Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-31T15:02:48.246Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-31T15:02:48.246Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-31T15:02:48.246Z] 4db1b89c0bd1: Pulling fs layer [2023-08-31T15:02:48.246Z] 6911f1a30b25: Pulling fs layer [2023-08-31T15:02:48.246Z] e194b8c5c2a9: Pulling fs layer [2023-08-31T15:02:48.246Z] 6863d3e3a2b1: Pulling fs layer [2023-08-31T15:02:48.246Z] ec0bb842ea78: Pulling fs layer [2023-08-31T15:02:48.246Z] 40a00589a448: Pulling fs layer [2023-08-31T15:02:48.246Z] 6c08303d61cc: Pulling fs layer [2023-08-31T15:02:48.246Z] 798269fcf238: Pulling fs layer [2023-08-31T15:02:48.246Z] ec0bb842ea78: Waiting [2023-08-31T15:02:48.246Z] 798269fcf238: Waiting [2023-08-31T15:02:48.246Z] 40a00589a448: Waiting [2023-08-31T15:02:48.246Z] 6c08303d61cc: Waiting [2023-08-31T15:02:48.246Z] 6863d3e3a2b1: Waiting [2023-08-31T15:02:48.246Z] 6911f1a30b25: Download complete [2023-08-31T15:02:48.246Z] 6863d3e3a2b1: Verifying Checksum [2023-08-31T15:02:48.246Z] 6863d3e3a2b1: Download complete [2023-08-31T15:02:48.246Z] ec0bb842ea78: Download complete [2023-08-31T15:02:48.246Z] 4db1b89c0bd1: Verifying Checksum [2023-08-31T15:02:48.246Z] 4db1b89c0bd1: Download complete [2023-08-31T15:02:48.506Z] 40a00589a448: Verifying Checksum [2023-08-31T15:02:48.507Z] 40a00589a448: Download complete [2023-08-31T15:02:48.507Z] 4db1b89c0bd1: Pull complete [2023-08-31T15:02:48.779Z] 6911f1a30b25: Pull complete [2023-08-31T15:02:49.046Z] 798269fcf238: Verifying Checksum [2023-08-31T15:02:49.046Z] 798269fcf238: Download complete [2023-08-31T15:02:49.046Z] e194b8c5c2a9: Download complete [2023-08-31T15:02:49.329Z] 6c08303d61cc: Verifying Checksum [2023-08-31T15:02:49.329Z] 6c08303d61cc: Download complete [2023-08-31T15:02:52.615Z] e194b8c5c2a9: Pull complete [2023-08-31T15:02:52.615Z] 6863d3e3a2b1: Pull complete [2023-08-31T15:02:52.615Z] ec0bb842ea78: Pull complete [2023-08-31T15:02:52.615Z] 40a00589a448: Pull complete [2023-08-31T15:02:55.147Z] 6c08303d61cc: Pull complete [2023-08-31T15:02:56.101Z] 798269fcf238: Pull complete [2023-08-31T15:02:56.101Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-31T15:02:56.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-31T15:02:56.101Z] ---> ec979cd7f677 [2023-08-31T15:02:56.101Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-31T15:03:01.571Z] ---> Running in 5508ffa44880 [2023-08-31T15:03:01.571Z] Removing intermediate container 5508ffa44880 [2023-08-31T15:03:01.571Z] ---> 7d098170f21f [2023-08-31T15:03:01.571Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-31T15:03:01.571Z] ---> Running in 240514e2bc1d [2023-08-31T15:03:01.571Z] Removing intermediate container 240514e2bc1d [2023-08-31T15:03:01.571Z] ---> 6b1c5e8e5fe8 [2023-08-31T15:03:01.571Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-31T15:03:01.571Z] ---> Running in 4970d4a86d04 [2023-08-31T15:03:01.571Z] Removing intermediate container 4970d4a86d04 [2023-08-31T15:03:01.571Z] ---> eed4fffc6f51 [2023-08-31T15:03:01.571Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-31T15:03:01.571Z] ---> Running in b5293449aa21 [2023-08-31T15:03:01.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-31T15:03:01.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-31T15:03:01.975Z] Still waiting to schedule task [2023-08-31T15:03:01.976Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-08-31T15:03:02.089Z] OK: 265 MiB in 53 packages [2023-08-31T15:03:02.348Z] Removing intermediate container b5293449aa21 [2023-08-31T15:03:02.348Z] ---> e586b4035816 [2023-08-31T15:03:02.348Z] Step 7/12 : WORKDIR /app [2023-08-31T15:03:02.348Z] ---> Running in 1cd5e75cee1a [2023-08-31T15:03:02.348Z] Removing intermediate container 1cd5e75cee1a [2023-08-31T15:03:02.348Z] ---> e3db96247812 [2023-08-31T15:03:02.348Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-31T15:03:02.608Z] ---> 3213f7250536 [2023-08-31T15:03:02.608Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-31T15:03:02.608Z] ---> Running in c80e8249a59f [2023-08-31T15:03:43.439Z] Removing intermediate container c80e8249a59f [2023-08-31T15:03:43.439Z] ---> fcb9061ca84a [2023-08-31T15:03:43.439Z] Step 10/12 : COPY . . [2023-08-31T15:03:43.439Z] ---> 4e485ab34012 [2023-08-31T15:03:43.439Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-31T15:03:43.439Z] ---> Running in e196f8f82e10 [2023-08-31T15:03:43.439Z] Removing intermediate container e196f8f82e10 [2023-08-31T15:03:43.439Z] ---> b6804d5cd3ff [2023-08-31T15:03:43.439Z] Step 12/12 : RUN $MAKE [2023-08-31T15:03:43.439Z] ---> Running in fe1f04c38baa [2023-08-31T15:03:43.439Z] noop [2023-08-31T15:03:43.439Z] Removing intermediate container fe1f04c38baa [2023-08-31T15:03:43.439Z] ---> dd0599627c03 [2023-08-31T15:03:43.439Z] Successfully built dd0599627c03 [2023-08-31T15:03:43.439Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:03:43.751Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-31T15:03:43.751Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:03:43.814Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-08-31T15:03:43.838Z] $ 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-31T15:03:44.164Z] $ docker top b1c999ebfdacdbdbeeaf33ddab1052b000cc59867f846feb0d4e78fc6b3a96bb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-31T15:03:44.500Z] + go version [2023-08-31T15:03:44.500Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-31T15:03:44.515Z] $ docker stop --time=1 b1c999ebfdacdbdbeeaf33ddab1052b000cc59867f846feb0d4e78fc6b3a96bb [2023-08-31T15:03:45.829Z] $ docker rm -f --volumes b1c999ebfdacdbdbeeaf33ddab1052b000cc59867f846feb0d4e78fc6b3a96bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:03:46.244Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-31T15:03:46.244Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:03:46.319Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-08-31T15:03:46.351Z] $ 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-31T15:03:46.681Z] $ docker top 6ee1828c90992a234f16df0396720edbba44c316c2676e4a43733592f599c8ac -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-31T15:03:47.027Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2023-08-31T15:03:47.317Z] + make test [2023-08-31T15:03:47.317Z] go test -race -coverprofile=coverage.out ./... [2023-08-31T15:04:09.239Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-08-31T15:04:27.487Z] go vet ./... [2023-08-31T15:04:30.106Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-31T15:04:30.106Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-31T15:04:30.106Z] ./bin/test-attribution-txt.sh [2023-08-31T15:04:30.106Z] An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add [2023-08-31T15:04:30.106Z] An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add [2023-08-31T15:04:30.106Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-31T15:04:30.106Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-31T15:04:30.106Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-31T15:04:30.106Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-31T15:04:30.116Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-31T15:04:30.132Z] $ docker stop --time=1 6ee1828c90992a234f16df0396720edbba44c316c2676e4a43733592f599c8ac [2023-08-31T15:04:38.430Z] $ docker rm -f --volumes 6ee1828c90992a234f16df0396720edbba44c316c2676e4a43733592f599c8ac [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-31T15:04:38.916Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-31T15:04:38.956Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-31T15:04:39.376Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-31T15:04:39.665Z] + ls -al . [2023-08-31T15:04:39.665Z] total 184 [2023-08-31T15:04:39.665Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 15:03 . [2023-08-31T15:04:39.665Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 15:02 .. [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 31 15:02 .dockerignore [2023-08-31T15:04:39.665Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 15:02 .git [2023-08-31T15:04:39.665Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 15:02 .github [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 171 Aug 31 15:02 .gitignore [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 31 15:02 .golangci.yml [2023-08-31T15:04:39.665Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 31 15:02 .semver [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 9636 Aug 31 15:02 Attribution.txt [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 35039 Aug 31 15:02 CHANGELOG.md [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 1898 Aug 31 15:02 Dockerfile [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 31 15:02 GOVERNANCE.md [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 688 Aug 31 15:02 Jenkinsfile [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 31 15:02 LICENSE [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 31 15:02 OWNERS.md [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 4885 Aug 31 15:02 README.md [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 31 15:02 VERSION [2023-08-31T15:04:39.665Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 15:02 bin [2023-08-31T15:04:39.665Z] -rw-r--r-- 1 jenkins jenkins 13 Aug 31 15:03 coverage.out [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 3729 Aug 31 15:02 go.mod [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 33854 Aug 31 15:02 go.sum [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 31 15:02 main.go [2023-08-31T15:04:39.665Z] -rw-rw-r-- 1 jenkins jenkins 2569 Aug 31 15:02 makefile [2023-08-31T15:04:39.665Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 15:02 res [2023-08-31T15:04:39.665Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 15:02 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:04:40.080Z] + 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=68cd066fbc50be95059e135e011029de61099e53 --label arch=amd64 --label version=3.1.0-dev.16 . [2023-08-31T15:04:40.080Z] Sending build context to Docker daemon 3.332MB [2023-08-31T15:04:40.080Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-31T15:04:40.080Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-31T15:04:40.080Z] ---> dd0599627c03 [2023-08-31T15:04:40.080Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-31T15:04:40.080Z] ---> Running in da062e65009c [2023-08-31T15:04:40.357Z] Removing intermediate container da062e65009c [2023-08-31T15:04:40.357Z] ---> c2db3feff6c3 [2023-08-31T15:04:40.357Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-31T15:04:40.357Z] ---> Running in f0d79a490ea2 [2023-08-31T15:04:40.357Z] Removing intermediate container f0d79a490ea2 [2023-08-31T15:04:40.357Z] ---> 837eb19b7b56 [2023-08-31T15:04:40.357Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-31T15:04:40.357Z] ---> Running in d56a6a9c3832 [2023-08-31T15:04:40.357Z] Removing intermediate container d56a6a9c3832 [2023-08-31T15:04:40.357Z] ---> 7a80944a2b6f [2023-08-31T15:04:40.357Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-31T15:04:40.357Z] ---> Running in 47e585cc2b21 [2023-08-31T15:04:40.642Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-31T15:04:40.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-31T15:04:41.255Z] OK: 265 MiB in 53 packages [2023-08-31T15:04:41.513Z] Removing intermediate container 47e585cc2b21 [2023-08-31T15:04:41.513Z] ---> b7072faf9e95 [2023-08-31T15:04:41.513Z] Step 7/26 : WORKDIR /app [2023-08-31T15:04:41.513Z] ---> Running in b49d653d0f6b [2023-08-31T15:04:41.513Z] Removing intermediate container b49d653d0f6b [2023-08-31T15:04:41.513Z] ---> f658d4a65ce7 [2023-08-31T15:04:41.513Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-31T15:04:41.772Z] ---> 01f70f1fc7d0 [2023-08-31T15:04:41.772Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-31T15:04:41.772Z] ---> Running in 620d4652f192 [2023-08-31T15:04:42.340Z] Removing intermediate container 620d4652f192 [2023-08-31T15:04:42.340Z] ---> 413bb706020d [2023-08-31T15:04:42.340Z] Step 10/26 : COPY . . [2023-08-31T15:04:42.908Z] ---> 57b6032c1dcd [2023-08-31T15:04:42.908Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-31T15:04:42.908Z] ---> Running in 3a37a2eca898 [2023-08-31T15:04:42.908Z] Removing intermediate container 3a37a2eca898 [2023-08-31T15:04:42.908Z] ---> de5f471ea390 [2023-08-31T15:04:42.908Z] Step 12/26 : RUN $MAKE [2023-08-31T15:04:42.908Z] ---> Running in b143b8dfb2d9 [2023-08-31T15:04:43.166Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.25 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.16" -trimpath -mod=readonly -o app-service-configurable [2023-08-31T15:05:09.804Z] Removing intermediate container b143b8dfb2d9 [2023-08-31T15:05:09.804Z] ---> c31628a5044a [2023-08-31T15:05:09.804Z] Step 13/26 : FROM alpine:3.17 [2023-08-31T15:05:09.804Z] 3.17: Pulling from library/alpine [2023-08-31T15:05:09.804Z] 9398808236ff: Pulling fs layer [2023-08-31T15:05:09.804Z] 9398808236ff: Download complete [2023-08-31T15:05:09.804Z] 9398808236ff: Pull complete [2023-08-31T15:05:09.804Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-31T15:05:09.804Z] Status: Downloaded newer image for alpine:3.17 [2023-08-31T15:05:09.804Z] ---> 1e0b8b5322fc [2023-08-31T15:05:09.804Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-31T15:05:09.804Z] ---> Running in e9b13f2004ad [2023-08-31T15:05:09.804Z] Removing intermediate container e9b13f2004ad [2023-08-31T15:05:09.804Z] ---> 12fc7e38e8af [2023-08-31T15:05:09.804Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-08-31T15:05:09.804Z] ---> Running in 2e27b240c3f6 [2023-08-31T15:05:09.804Z] Removing intermediate container 2e27b240c3f6 [2023-08-31T15:05:09.804Z] ---> 1be5caf3216e [2023-08-31T15:05:09.804Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-31T15:05:09.804Z] ---> Running in e37f7026fbc4 [2023-08-31T15:05:09.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-31T15:05:09.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-31T15:05:09.804Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-31T15:05:09.804Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-31T15:05:09.804Z] Executing busybox-1.35.0-r29.trigger [2023-08-31T15:05:09.804Z] Executing ca-certificates-20230506-r0.trigger [2023-08-31T15:05:09.804Z] OK: 8 MiB in 17 packages [2023-08-31T15:05:09.804Z] Removing intermediate container e37f7026fbc4 [2023-08-31T15:05:09.804Z] ---> 9a4a83dfa1ab [2023-08-31T15:05:09.804Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-31T15:05:09.804Z] ---> 9b078bfa237c [2023-08-31T15:05:09.804Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-31T15:05:09.804Z] ---> e9fee5160ad1 [2023-08-31T15:05:09.804Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-31T15:05:09.804Z] ---> d41aa2f1591a [2023-08-31T15:05:09.804Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-08-31T15:05:09.804Z] ---> 504c697ac656 [2023-08-31T15:05:09.804Z] Step 21/26 : EXPOSE 48095 [2023-08-31T15:05:09.804Z] ---> Running in 7f79c64dac07 [2023-08-31T15:05:09.804Z] Removing intermediate container 7f79c64dac07 [2023-08-31T15:05:09.804Z] ---> 708471bd8ad3 [2023-08-31T15:05:09.804Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-08-31T15:05:09.804Z] ---> Running in 26519e2504e0 [2023-08-31T15:05:09.804Z] Removing intermediate container 26519e2504e0 [2023-08-31T15:05:09.804Z] ---> 83984a2a3765 [2023-08-31T15:05:09.804Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-31T15:05:09.804Z] ---> Running in afd10ba70dbb [2023-08-31T15:05:09.804Z] Removing intermediate container afd10ba70dbb [2023-08-31T15:05:09.804Z] ---> eca28a33e4c1 [2023-08-31T15:05:09.804Z] Step 24/26 : LABEL arch=amd64 [2023-08-31T15:05:09.804Z] ---> Running in 29c7699fb2b8 [2023-08-31T15:05:09.804Z] Removing intermediate container 29c7699fb2b8 [2023-08-31T15:05:09.804Z] ---> 036d068de4e7 [2023-08-31T15:05:09.804Z] Step 25/26 : LABEL git_sha=68cd066fbc50be95059e135e011029de61099e53 [2023-08-31T15:05:09.804Z] ---> Running in bfb50bd7f00d [2023-08-31T15:05:09.804Z] Removing intermediate container bfb50bd7f00d [2023-08-31T15:05:09.804Z] ---> d59afb2c5990 [2023-08-31T15:05:09.804Z] Step 26/26 : LABEL version=3.1.0-dev.16 [2023-08-31T15:05:09.804Z] ---> Running in d5cfa27866f9 [2023-08-31T15:05:09.804Z] Removing intermediate container d5cfa27866f9 [2023-08-31T15:05:09.804Z] ---> 06a24cf961b1 [2023-08-31T15:05:09.804Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-31T15:05:09.804Z] Successfully built 06a24cf961b1 [2023-08-31T15:05:09.804Z] 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-31T15:05:09.917Z] provisioning config files... [2023-08-31T15:05:09.926Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2071014401134507747tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:05:10.239Z] ---> docker-login.sh [2023-08-31T15:05:10.239Z] nexus3.edgexfoundry.org:10001 [2023-08-31T15:05:10.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:05:10.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:05:10.239Z] Configure a credential helper to remove this warning. See [2023-08-31T15:05:10.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:05:10.240Z] [2023-08-31T15:05:10.240Z] Login Succeeded [2023-08-31T15:05:10.240Z] nexus3.edgexfoundry.org:10002 [2023-08-31T15:05:10.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:05:10.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:05:10.516Z] Configure a credential helper to remove this warning. See [2023-08-31T15:05:10.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:05:10.516Z] [2023-08-31T15:05:10.516Z] Login Succeeded [2023-08-31T15:05:10.516Z] nexus3.edgexfoundry.org:10003 [2023-08-31T15:05:10.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:05:10.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:05:10.516Z] Configure a credential helper to remove this warning. See [2023-08-31T15:05:10.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:05:10.516Z] [2023-08-31T15:05:10.516Z] Login Succeeded [2023-08-31T15:05:10.516Z] nexus3.edgexfoundry.org:10004 [2023-08-31T15:05:10.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:05:10.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:05:10.775Z] Configure a credential helper to remove this warning. See [2023-08-31T15:05:10.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:05:10.775Z] [2023-08-31T15:05:10.775Z] Login Succeeded [2023-08-31T15:05:10.775Z] docker.io [2023-08-31T15:05:10.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:05:11.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:05:11.034Z] Configure a credential helper to remove this warning. See [2023-08-31T15:05:11.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:05:11.034Z] [2023-08-31T15:05:11.034Z] Login Succeeded [2023-08-31T15:05:11.034Z] ---> docker-login.sh ends [Pipeline] } [2023-08-31T15:05:11.040Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-31T15:05:11.071Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-31T15:05:11.095Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2023-08-31T15:05:11.095Z] 68cd066fbc50be95059e135e011029de61099e53 [2023-08-31T15:05:11.095Z] latest [2023-08-31T15:05:11.095Z] 3.1.0-dev.16 [2023-08-31T15:05:11.095Z] 68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 [2023-08-31T15:05:11.095Z] main [2023-08-31T15:05:11.095Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:05:11.420Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:68cd066fbc50be95059e135e011029de61099e53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:05:11.726Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:68cd066fbc50be95059e135e011029de61099e53 [2023-08-31T15:05:11.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-08-31T15:05:11.726Z] e19c2f2c766f: Preparing [2023-08-31T15:05:11.726Z] b244488af5fb: Preparing [2023-08-31T15:05:11.726Z] 6fa0bf3e9b87: Preparing [2023-08-31T15:05:11.726Z] 6a028ae4bcc6: Preparing [2023-08-31T15:05:11.726Z] 9289252354ce: Preparing [2023-08-31T15:05:11.726Z] 36b50b131297: Preparing [2023-08-31T15:05:11.726Z] 36b50b131297: Waiting [2023-08-31T15:05:11.726Z] b244488af5fb: Pushed [2023-08-31T15:05:11.726Z] 6a028ae4bcc6: Pushed [2023-08-31T15:05:11.726Z] 36b50b131297: Layer already exists [2023-08-31T15:05:11.726Z] 6fa0bf3e9b87: Pushed [2023-08-31T15:05:11.726Z] 9289252354ce: Pushed [2023-08-31T15:05:14.269Z] e19c2f2c766f: Pushed [2023-08-31T15:05:14.528Z] 68cd066fbc50be95059e135e011029de61099e53: digest: sha256:9fb857ba4a5e3e33ce2aa6e4b113349052f72c78935eebe5fea1b6fef3a5f19c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:05:14.853Z] + 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-31T15:05:15.157Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-08-31T15:05:15.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-08-31T15:05:15.157Z] e19c2f2c766f: Preparing [2023-08-31T15:05:15.157Z] b244488af5fb: Preparing [2023-08-31T15:05:15.157Z] 6fa0bf3e9b87: Preparing [2023-08-31T15:05:15.157Z] 6a028ae4bcc6: Preparing [2023-08-31T15:05:15.157Z] 9289252354ce: Preparing [2023-08-31T15:05:15.157Z] 36b50b131297: Preparing [2023-08-31T15:05:15.157Z] 36b50b131297: Waiting [2023-08-31T15:05:15.157Z] 6a028ae4bcc6: Layer already exists [2023-08-31T15:05:15.158Z] b244488af5fb: Layer already exists [2023-08-31T15:05:15.158Z] 9289252354ce: Layer already exists [2023-08-31T15:05:15.158Z] e19c2f2c766f: Layer already exists [2023-08-31T15:05:15.158Z] 6fa0bf3e9b87: Layer already exists [2023-08-31T15:05:15.158Z] 36b50b131297: Layer already exists [2023-08-31T15:05:15.158Z] latest: digest: sha256:9fb857ba4a5e3e33ce2aa6e4b113349052f72c78935eebe5fea1b6fef3a5f19c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:05:15.480Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:05:15.793Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.1.0-dev.16 [2023-08-31T15:05:15.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-08-31T15:05:15.793Z] e19c2f2c766f: Preparing [2023-08-31T15:05:15.793Z] b244488af5fb: Preparing [2023-08-31T15:05:15.793Z] 6fa0bf3e9b87: Preparing [2023-08-31T15:05:15.793Z] 6a028ae4bcc6: Preparing [2023-08-31T15:05:15.793Z] 9289252354ce: Preparing [2023-08-31T15:05:15.793Z] 36b50b131297: Preparing [2023-08-31T15:05:15.793Z] 36b50b131297: Waiting [2023-08-31T15:05:15.793Z] b244488af5fb: Layer already exists [2023-08-31T15:05:15.793Z] 9289252354ce: Layer already exists [2023-08-31T15:05:15.793Z] 6a028ae4bcc6: Layer already exists [2023-08-31T15:05:15.793Z] e19c2f2c766f: Layer already exists [2023-08-31T15:05:15.793Z] 6fa0bf3e9b87: Layer already exists [2023-08-31T15:05:15.793Z] 36b50b131297: Layer already exists [2023-08-31T15:05:15.793Z] 3.1.0-dev.16: digest: sha256:9fb857ba4a5e3e33ce2aa6e4b113349052f72c78935eebe5fea1b6fef3a5f19c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:05:16.112Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:05:16.429Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 [2023-08-31T15:05:16.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-08-31T15:05:16.429Z] e19c2f2c766f: Preparing [2023-08-31T15:05:16.429Z] b244488af5fb: Preparing [2023-08-31T15:05:16.429Z] 6fa0bf3e9b87: Preparing [2023-08-31T15:05:16.429Z] 6a028ae4bcc6: Preparing [2023-08-31T15:05:16.429Z] 9289252354ce: Preparing [2023-08-31T15:05:16.429Z] 36b50b131297: Preparing [2023-08-31T15:05:16.429Z] 36b50b131297: Waiting [2023-08-31T15:05:16.429Z] 6fa0bf3e9b87: Layer already exists [2023-08-31T15:05:16.429Z] 6a028ae4bcc6: Layer already exists [2023-08-31T15:05:16.429Z] b244488af5fb: Layer already exists [2023-08-31T15:05:16.429Z] e19c2f2c766f: Layer already exists [2023-08-31T15:05:16.429Z] 9289252354ce: Layer already exists [2023-08-31T15:05:16.429Z] 36b50b131297: Layer already exists [2023-08-31T15:05:16.429Z] 68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16: digest: sha256:9fb857ba4a5e3e33ce2aa6e4b113349052f72c78935eebe5fea1b6fef3a5f19c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:05:16.753Z] + 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-31T15:05:17.055Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2023-08-31T15:05:17.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2023-08-31T15:05:17.055Z] e19c2f2c766f: Preparing [2023-08-31T15:05:17.055Z] b244488af5fb: Preparing [2023-08-31T15:05:17.055Z] 6fa0bf3e9b87: Preparing [2023-08-31T15:05:17.055Z] 6a028ae4bcc6: Preparing [2023-08-31T15:05:17.055Z] 9289252354ce: Preparing [2023-08-31T15:05:17.055Z] 36b50b131297: Preparing [2023-08-31T15:05:17.055Z] 36b50b131297: Waiting [2023-08-31T15:05:17.055Z] 9289252354ce: Layer already exists [2023-08-31T15:05:17.055Z] 6fa0bf3e9b87: Layer already exists [2023-08-31T15:05:17.055Z] e19c2f2c766f: Layer already exists [2023-08-31T15:05:17.055Z] b244488af5fb: Layer already exists [2023-08-31T15:05:17.055Z] 6a028ae4bcc6: Layer already exists [2023-08-31T15:05:17.055Z] 36b50b131297: Layer already exists [2023-08-31T15:05:17.055Z] main: digest: sha256:9fb857ba4a5e3e33ce2aa6e4b113349052f72c78935eebe5fea1b6fef3a5f19c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-31T15:05:17.105Z] ===================================================== [Pipeline] echo [2023-08-31T15:05:17.113Z] taggedImages: [2023-08-31T15:05:17.113Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:68cd066fbc50be95059e135e011029de61099e53 [2023-08-31T15:05:17.113Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2023-08-31T15:05:17.113Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:3.1.0-dev.16 [2023-08-31T15:05:17.113Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 [2023-08-31T15:05:17.113Z] - 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-31T15:05:17.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-31T15:05:17.497Z] [2023-08-31T15:05:17.497Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:05:17.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-31T15:05:17.796Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-31T15:05:17.796Z] 5eb5b503b376: Pulling fs layer [2023-08-31T15:05:17.796Z] 5c69ac0246d0: Pulling fs layer [2023-08-31T15:05:17.796Z] ec43610c2a17: Pulling fs layer [2023-08-31T15:05:17.796Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-31T15:05:17.796Z] 33b1e0a273af: Pulling fs layer [2023-08-31T15:05:17.796Z] 5d3b04190fa2: Pulling fs layer [2023-08-31T15:05:17.796Z] 2f39f015ded8: Pulling fs layer [2023-08-31T15:05:17.796Z] 3a2ae6a8a46f: Waiting [2023-08-31T15:05:17.796Z] 33b1e0a273af: Waiting [2023-08-31T15:05:17.796Z] 5d3b04190fa2: Waiting [2023-08-31T15:05:17.796Z] 2f39f015ded8: Waiting [2023-08-31T15:05:17.796Z] 5c69ac0246d0: Verifying Checksum [2023-08-31T15:05:17.796Z] 5c69ac0246d0: Download complete [2023-08-31T15:05:17.796Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-31T15:05:17.796Z] 3a2ae6a8a46f: Download complete [2023-08-31T15:05:17.796Z] ec43610c2a17: Verifying Checksum [2023-08-31T15:05:17.796Z] ec43610c2a17: Download complete [2023-08-31T15:05:18.054Z] 33b1e0a273af: Verifying Checksum [2023-08-31T15:05:18.054Z] 33b1e0a273af: Download complete [2023-08-31T15:05:18.054Z] 5d3b04190fa2: Verifying Checksum [2023-08-31T15:05:18.054Z] 5d3b04190fa2: Download complete [2023-08-31T15:05:18.054Z] 5eb5b503b376: Verifying Checksum [2023-08-31T15:05:18.054Z] 5eb5b503b376: Download complete [2023-08-31T15:05:18.621Z] 2f39f015ded8: Download complete [2023-08-31T15:05:19.186Z] 5eb5b503b376: Pull complete [2023-08-31T15:05:19.186Z] 5c69ac0246d0: Pull complete [2023-08-31T15:05:19.761Z] ec43610c2a17: Pull complete [2023-08-31T15:05:19.761Z] 3a2ae6a8a46f: Pull complete [2023-08-31T15:05:19.761Z] 33b1e0a273af: Pull complete [2023-08-31T15:05:20.019Z] 5d3b04190fa2: Pull complete [2023-08-31T15:05:24.243Z] 2f39f015ded8: Pull complete [2023-08-31T15:05:24.243Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-31T15:05:24.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-31T15:05:24.243Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:05:24.316Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-08-31T15:05:24.354Z] $ 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-31T15:05:30.573Z] $ docker top 6e47e8e3b8a42a3ac7e5b2208765a6748a1bfe3bef280ea9d1656b274be0f0f2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:05:30.934Z] ---> job-cost.sh [2023-08-31T15:05:30.934Z] lf-activate-venv: SKIPPING [2023-08-31T15:05:30.934Z] INFO: No Stack... [2023-08-31T15:05:31.193Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-31T15:05:31.760Z] INFO: Archiving Costs [Pipeline] sh [2023-08-31T15:05:32.051Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2023-08-31T15:05:32.051Z] + cut -d, -f6 [Pipeline] lock [2023-08-31T15:05:32.064Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] [2023-08-31T15:05:32.069Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] did not exist. Created. [2023-08-31T15:05:32.069Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-31T15:05:32.369Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-31T15:05:32.396Z] Stashed 1 file(s) [Pipeline] } [2023-08-31T15:05:32.402Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-31T15:05:32.426Z] $ docker stop --time=1 6e47e8e3b8a42a3ac7e5b2208765a6748a1bfe3bef280ea9d1656b274be0f0f2 [2023-08-31T15:05:33.600Z] $ docker rm -f --volumes 6e47e8e3b8a42a3ac7e5b2208765a6748a1bfe3bef280ea9d1656b274be0f0f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-31T15:05:54.006Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5030 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2023-08-31T15:05:54.020Z] Running in /w/workspace/app-service-configurable/185 [Pipeline] { [Pipeline] checkout [2023-08-31T15:05:54.063Z] Selected Git installation does not exist. Using Default [2023-08-31T15:05:54.063Z] The recommended git tool is: NONE [2023-08-31T15:06:00.911Z] using credential edgex-jenkins-ssh [2023-08-31T15:06:00.934Z] Cloning the remote Git repository [2023-08-31T15:06:00.998Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-08-31T15:06:01.131Z] > git init /w/workspace/app-service-configurable/185 # timeout=10 [2023-08-31T15:06:01.334Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-08-31T15:06:01.336Z] > git --version # timeout=10 [2023-08-31T15:06:01.372Z] > git --version # 'git version 2.25.1' [2023-08-31T15:06:01.375Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-31T15:06:01.578Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-31T15:06:02.897Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-08-31T15:06:02.924Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-31T15:06:04.044Z] Avoid second fetch [2023-08-31T15:06:04.045Z] Checking out Revision 68cd066fbc50be95059e135e011029de61099e53 (main) [2023-08-31T15:06:04.070Z] > git config core.sparsecheckout # timeout=10 [2023-08-31T15:06:04.166Z] > git checkout -f 68cd066fbc50be95059e135e011029de61099e53 # timeout=10 [2023-08-31T15:06:04.828Z] Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#592)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-31T15:06:06.115Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-31T15:06:06.116Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-31T15:06:06.116Z] Dload Upload Total Spent Left Speed [2023-08-31T15:06:06.116Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89167 0 --:--:-- --:--:-- --:--:-- 89167 [Pipeline] sh [2023-08-31T15:06:06.838Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-31T15:06:07.182Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-31T15:06:07.182Z] + sudo tee /etc/docker/daemon.new [2023-08-31T15:06:07.182Z] { [2023-08-31T15:06:07.182Z] "registry-mirrors": [ [2023-08-31T15:06:07.182Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-31T15:06:07.182Z] ], [2023-08-31T15:06:07.182Z] "bip": "10.250.0.254/24", [2023-08-31T15:06:07.182Z] "hosts": [ [2023-08-31T15:06:07.182Z] "tcp://0.0.0.0:5555", [2023-08-31T15:06:07.182Z] "unix:///var/run/docker.sock" [2023-08-31T15:06:07.182Z] ], [2023-08-31T15:06:07.182Z] "mtu": 1458, [2023-08-31T15:06:07.182Z] "selinux-enabled": true, [2023-08-31T15:06:07.182Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-31T15:06:07.182Z] } [Pipeline] sh [2023-08-31T15:06:07.549Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-31T15:06:07.912Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-31T15:06:26.227Z] provisioning config files... [2023-08-31T15:06:26.268Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/185@tmp/config8726375078958427914tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:06:26.657Z] ---> docker-login.sh [2023-08-31T15:06:26.657Z] nexus3.edgexfoundry.org:10001 [2023-08-31T15:06:27.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:06:27.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:06:27.252Z] Configure a credential helper to remove this warning. See [2023-08-31T15:06:27.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:06:27.252Z] [2023-08-31T15:06:27.252Z] Login Succeeded [2023-08-31T15:06:27.252Z] nexus3.edgexfoundry.org:10002 [2023-08-31T15:06:27.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:06:27.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:06:27.796Z] Configure a credential helper to remove this warning. See [2023-08-31T15:06:27.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:06:27.796Z] [2023-08-31T15:06:27.796Z] Login Succeeded [2023-08-31T15:06:27.796Z] nexus3.edgexfoundry.org:10003 [2023-08-31T15:06:28.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:06:28.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:06:28.074Z] Configure a credential helper to remove this warning. See [2023-08-31T15:06:28.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:06:28.074Z] [2023-08-31T15:06:28.074Z] Login Succeeded [2023-08-31T15:06:28.074Z] nexus3.edgexfoundry.org:10004 [2023-08-31T15:06:28.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:06:28.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:06:28.620Z] Configure a credential helper to remove this warning. See [2023-08-31T15:06:28.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:06:28.620Z] [2023-08-31T15:06:28.620Z] Login Succeeded [2023-08-31T15:06:28.620Z] docker.io [2023-08-31T15:06:28.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:06:29.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:06:29.159Z] Configure a credential helper to remove this warning. See [2023-08-31T15:06:29.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:06:29.159Z] [2023-08-31T15:06:29.159Z] Login Succeeded [2023-08-31T15:06:29.159Z] ---> docker-login.sh ends [Pipeline] } [2023-08-31T15:06:29.180Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-31T15:06:29.539Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-31T15:06:29.554Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-31T15:06:29.568Z] ========================================================= [2023-08-31T15:06:29.569Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-31T15:06:29.569Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:06:29.931Z] + 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-31T15:06:29.931Z] Sending build context to Docker daemon 178.2kB [2023-08-31T15:06:30.204Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-31T15:06:30.204Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-31T15:06:30.480Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-31T15:06:30.480Z] edb6bdbacee9: Pulling fs layer [2023-08-31T15:06:30.480Z] 5f9638ab2659: Pulling fs layer [2023-08-31T15:06:30.480Z] 8d51d6327a98: Pulling fs layer [2023-08-31T15:06:30.480Z] 8b374f2dd631: Pulling fs layer [2023-08-31T15:06:30.480Z] ec14aa9079de: Pulling fs layer [2023-08-31T15:06:30.480Z] 2f466654f4bb: Pulling fs layer [2023-08-31T15:06:30.480Z] 554e91adad29: Pulling fs layer [2023-08-31T15:06:30.480Z] ec14aa9079de: Waiting [2023-08-31T15:06:30.480Z] 2f466654f4bb: Waiting [2023-08-31T15:06:30.480Z] 554e91adad29: Waiting [2023-08-31T15:06:30.480Z] 8b374f2dd631: Waiting [2023-08-31T15:06:30.480Z] 5f9638ab2659: Verifying Checksum [2023-08-31T15:06:30.480Z] 5f9638ab2659: Download complete [2023-08-31T15:06:30.480Z] 8b374f2dd631: Verifying Checksum [2023-08-31T15:06:30.480Z] 8b374f2dd631: Download complete [2023-08-31T15:06:30.480Z] ec14aa9079de: Verifying Checksum [2023-08-31T15:06:30.480Z] ec14aa9079de: Download complete [2023-08-31T15:06:30.480Z] edb6bdbacee9: Verifying Checksum [2023-08-31T15:06:30.480Z] edb6bdbacee9: Download complete [2023-08-31T15:06:31.931Z] edb6bdbacee9: Pull complete [2023-08-31T15:06:31.931Z] 554e91adad29: Verifying Checksum [2023-08-31T15:06:31.931Z] 554e91adad29: Download complete [2023-08-31T15:06:32.218Z] 5f9638ab2659: Pull complete [2023-08-31T15:06:33.666Z] 8d51d6327a98: Verifying Checksum [2023-08-31T15:06:33.666Z] 8d51d6327a98: Download complete [2023-08-31T15:06:33.666Z] 2f466654f4bb: Download complete [2023-08-31T15:06:46.070Z] 8d51d6327a98: Pull complete [2023-08-31T15:06:46.070Z] 8b374f2dd631: Pull complete [2023-08-31T15:06:46.070Z] ec14aa9079de: Pull complete [2023-08-31T15:06:52.796Z] 2f466654f4bb: Pull complete [2023-08-31T15:06:55.404Z] 554e91adad29: Pull complete [2023-08-31T15:06:55.404Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-31T15:06:55.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-31T15:06:55.404Z] ---> 1e15ea492957 [2023-08-31T15:06:55.404Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-31T15:06:59.828Z] ---> Running in 459b980740ec [2023-08-31T15:06:59.828Z] Removing intermediate container 459b980740ec [2023-08-31T15:06:59.828Z] ---> 1e4bd98bb62c [2023-08-31T15:06:59.828Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-31T15:06:59.828Z] ---> Running in 8b9a20d255cc [2023-08-31T15:06:59.828Z] Removing intermediate container 8b9a20d255cc [2023-08-31T15:06:59.828Z] ---> 3dc1658ec88e [2023-08-31T15:06:59.828Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-31T15:06:59.828Z] ---> Running in bfed7e017c41 [2023-08-31T15:06:59.828Z] Removing intermediate container bfed7e017c41 [2023-08-31T15:06:59.828Z] ---> 066ecc206130 [2023-08-31T15:06:59.828Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-31T15:06:59.828Z] ---> Running in 0312cdf2f16c [2023-08-31T15:07:00.123Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-31T15:07:00.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-31T15:07:02.130Z] OK: 263 MiB in 53 packages [2023-08-31T15:07:03.100Z] Removing intermediate container 0312cdf2f16c [2023-08-31T15:07:03.100Z] ---> f4e3a8b57823 [2023-08-31T15:07:03.100Z] Step 7/12 : WORKDIR /app [2023-08-31T15:07:03.369Z] ---> Running in 28b3dddc3f44 [2023-08-31T15:07:03.642Z] Removing intermediate container 28b3dddc3f44 [2023-08-31T15:07:03.642Z] ---> 24478957a643 [2023-08-31T15:07:03.642Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-31T15:07:04.234Z] ---> c1767fc3d347 [2023-08-31T15:07:04.234Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-31T15:07:04.234Z] ---> Running in f23f02a9a5d3 [2023-08-31T15:08:25.937Z] Removing intermediate container f23f02a9a5d3 [2023-08-31T15:08:25.937Z] ---> 0f58abf14b87 [2023-08-31T15:08:25.937Z] Step 10/12 : COPY . . [2023-08-31T15:08:25.937Z] ---> ab86e618d907 [2023-08-31T15:08:25.937Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-31T15:08:25.937Z] ---> Running in 58458cd4113e [2023-08-31T15:08:25.937Z] Removing intermediate container 58458cd4113e [2023-08-31T15:08:25.937Z] ---> 6e601197a9e8 [2023-08-31T15:08:25.937Z] Step 12/12 : RUN $MAKE [2023-08-31T15:08:25.937Z] ---> Running in 3198c6771b67 [2023-08-31T15:08:25.937Z] noop [2023-08-31T15:08:25.937Z] Removing intermediate container 3198c6771b67 [2023-08-31T15:08:25.937Z] ---> 1fc112fe07be [2023-08-31T15:08:25.937Z] Successfully built 1fc112fe07be [2023-08-31T15:08:25.937Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:08:26.298Z] + docker inspect -f . ci-base-image-arm64 [2023-08-31T15:08:26.298Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:08:26.518Z] prd-ubuntu20.04-docker-arm64-4c-16g-5030 does not seem to be running inside a container [2023-08-31T15:08:26.586Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/185 -v /w/workspace/app-service-configurable/185:/w/workspace/app-service-configurable/185:rw,z -v /w/workspace/app-service-configurable/185@tmp:/w/workspace/app-service-configurable/185@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-31T15:08:28.355Z] $ docker top 1a9e3a1a0de598ca612e3e01cf4fc1a09c7de6c7cf5fc7d8f345835ce0f41b94 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-31T15:08:29.248Z] + go version [2023-08-31T15:08:29.248Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-31T15:08:29.268Z] $ docker stop --time=1 1a9e3a1a0de598ca612e3e01cf4fc1a09c7de6c7cf5fc7d8f345835ce0f41b94 [2023-08-31T15:08:30.954Z] $ docker rm -f --volumes 1a9e3a1a0de598ca612e3e01cf4fc1a09c7de6c7cf5fc7d8f345835ce0f41b94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:08:31.523Z] + docker inspect -f . ci-base-image-arm64 [2023-08-31T15:08:31.523Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:08:31.727Z] prd-ubuntu20.04-docker-arm64-4c-16g-5030 does not seem to be running inside a container [2023-08-31T15:08:31.809Z] $ 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/185 -v /w/workspace/app-service-configurable/185:/w/workspace/app-service-configurable/185:rw,z -v /w/workspace/app-service-configurable/185@tmp:/w/workspace/app-service-configurable/185@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-31T15:08:33.147Z] $ docker top 6c5b77b47f365ec8a4fd1090bb217c0d80b60747a6be38c837583f2439774bda -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-31T15:08:34.009Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/185 [Pipeline] fileExists [Pipeline] sh [2023-08-31T15:08:34.664Z] + make test [2023-08-31T15:08:34.664Z] go test -race -coverprofile=coverage.out ./... [2023-08-31T15:11:56.473Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2023-08-31T15:11:56.473Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-31T15:11:56.473Z] go vet ./... [2023-08-31T15:14:18.259Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-31T15:14:18.259Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-31T15:14:18.259Z] ./bin/test-attribution-txt.sh [2023-08-31T15:14:18.259Z] An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add [2023-08-31T15:14:18.259Z] An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add [2023-08-31T15:14:18.259Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-31T15:14:18.259Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-31T15:14:18.259Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-31T15:14:18.259Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-31T15:14:18.279Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-31T15:14:18.292Z] $ docker stop --time=1 6c5b77b47f365ec8a4fd1090bb217c0d80b60747a6be38c837583f2439774bda [2023-08-31T15:14:22.191Z] $ docker rm -f --volumes 6c5b77b47f365ec8a4fd1090bb217c0d80b60747a6be38c837583f2439774bda [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-31T15:14:23.830Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-31T15:14:23.855Z] Warning: overwriting stash ‘coverage-report’ [2023-08-31T15:14:24.299Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-31T15:14:24.673Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-31T15:14:24.998Z] + ls -al . [2023-08-31T15:14:24.998Z] total 180 [2023-08-31T15:14:24.998Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 31 15:08 . [2023-08-31T15:14:24.998Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 15:06 .. [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 31 15:06 .dockerignore [2023-08-31T15:14:24.998Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 15:06 .git [2023-08-31T15:14:24.998Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 15:06 .github [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 171 Aug 31 15:06 .gitignore [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 31 15:06 .golangci.yml [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 9636 Aug 31 15:06 Attribution.txt [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 35039 Aug 31 15:06 CHANGELOG.md [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 1898 Aug 31 15:06 Dockerfile [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 31 15:06 GOVERNANCE.md [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 688 Aug 31 15:06 Jenkinsfile [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 31 15:06 LICENSE [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 31 15:06 OWNERS.md [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 4885 Aug 31 15:06 README.md [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 31 15:02 VERSION [2023-08-31T15:14:24.998Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 15:06 bin [2023-08-31T15:14:24.998Z] -rw-r--r-- 1 jenkins jenkins 13 Aug 31 15:08 coverage.out [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 3729 Aug 31 15:06 go.mod [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 33854 Aug 31 15:06 go.sum [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 31 15:06 main.go [2023-08-31T15:14:24.998Z] -rw-rw-r-- 1 jenkins jenkins 2569 Aug 31 15:06 makefile [2023-08-31T15:14:24.998Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 15:06 res [2023-08-31T15:14:24.998Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 15:06 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:14:25.339Z] + 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=68cd066fbc50be95059e135e011029de61099e53 --label arch=arm64 --label version=3.1.0-dev.16 . [2023-08-31T15:14:25.339Z] Sending build context to Docker daemon 179.2kB [2023-08-31T15:14:25.606Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-08-31T15:14:25.606Z] Step 2/26 : FROM ${BASE} AS builder [2023-08-31T15:14:25.606Z] ---> 1fc112fe07be [2023-08-31T15:14:25.606Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-08-31T15:14:25.606Z] ---> Running in bd314ddf50a8 [2023-08-31T15:14:25.877Z] Removing intermediate container bd314ddf50a8 [2023-08-31T15:14:25.877Z] ---> 6e72930bf5d6 [2023-08-31T15:14:25.877Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-08-31T15:14:26.145Z] ---> Running in e8dd62d97d44 [2023-08-31T15:14:26.413Z] Removing intermediate container e8dd62d97d44 [2023-08-31T15:14:26.413Z] ---> 6ee92764fa7a [2023-08-31T15:14:26.413Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-08-31T15:14:26.413Z] ---> Running in 15eda3fe0e41 [2023-08-31T15:14:26.683Z] Removing intermediate container 15eda3fe0e41 [2023-08-31T15:14:26.683Z] ---> d69f01b1288c [2023-08-31T15:14:26.683Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-31T15:14:26.683Z] ---> Running in 7c8205b4f2b1 [2023-08-31T15:14:28.099Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-31T15:14:28.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-31T15:14:29.790Z] OK: 263 MiB in 53 packages [2023-08-31T15:14:30.377Z] Removing intermediate container 7c8205b4f2b1 [2023-08-31T15:14:30.377Z] ---> d3e8d91bb716 [2023-08-31T15:14:30.377Z] Step 7/26 : WORKDIR /app [2023-08-31T15:14:30.377Z] ---> Running in 5b29cdccc89c [2023-08-31T15:14:30.644Z] Removing intermediate container 5b29cdccc89c [2023-08-31T15:14:30.644Z] ---> d810e69c3a75 [2023-08-31T15:14:30.644Z] Step 8/26 : COPY go.mod vendor* ./ [2023-08-31T15:14:31.232Z] ---> 06feb653ac3e [2023-08-31T15:14:31.232Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-31T15:14:31.232Z] ---> Running in 3cb173d2c39e [2023-08-31T15:14:33.821Z] Removing intermediate container 3cb173d2c39e [2023-08-31T15:14:33.821Z] ---> 193b852f3f4e [2023-08-31T15:14:33.821Z] Step 10/26 : COPY . . [2023-08-31T15:14:34.420Z] ---> 6168faeed818 [2023-08-31T15:14:34.420Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-31T15:14:34.420Z] ---> Running in e374daaf71b1 [2023-08-31T15:14:34.688Z] Removing intermediate container e374daaf71b1 [2023-08-31T15:14:34.688Z] ---> fd9b795db4f5 [2023-08-31T15:14:34.688Z] Step 12/26 : RUN $MAKE [2023-08-31T15:14:34.958Z] ---> Running in 79de50827ad2 [2023-08-31T15:14:35.922Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.25 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.16" -trimpath -mod=readonly -o app-service-configurable [2023-08-31T15:17:13.008Z] Removing intermediate container 79de50827ad2 [2023-08-31T15:17:13.008Z] ---> fda0c321fc84 [2023-08-31T15:17:13.008Z] Step 13/26 : FROM alpine:3.17 [2023-08-31T15:17:13.008Z] 3.17: Pulling from library/alpine [2023-08-31T15:17:13.008Z] 4060ece20d7a: Pulling fs layer [2023-08-31T15:17:13.008Z] 4060ece20d7a: Verifying Checksum [2023-08-31T15:17:13.008Z] 4060ece20d7a: Download complete [2023-08-31T15:17:13.008Z] 4060ece20d7a: Pull complete [2023-08-31T15:17:13.008Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-31T15:17:13.008Z] Status: Downloaded newer image for alpine:3.17 [2023-08-31T15:17:13.008Z] ---> 8650cd65339b [2023-08-31T15:17:13.008Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-31T15:17:13.008Z] ---> Running in 75365698b552 [2023-08-31T15:17:13.008Z] Removing intermediate container 75365698b552 [2023-08-31T15:17:13.008Z] ---> 596b9c8b614b [2023-08-31T15:17:13.008Z] Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} [2023-08-31T15:17:13.008Z] ---> Running in b41834d50912 [2023-08-31T15:17:13.008Z] Removing intermediate container b41834d50912 [2023-08-31T15:17:13.008Z] ---> 2b4e1003faf1 [2023-08-31T15:17:13.008Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-31T15:17:13.008Z] ---> Running in 04a4d2df5cb7 [2023-08-31T15:17:13.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-31T15:17:13.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-31T15:17:13.008Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-31T15:17:13.008Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-31T15:17:13.008Z] Executing busybox-1.35.0-r29.trigger [2023-08-31T15:17:13.008Z] Executing ca-certificates-20230506-r0.trigger [2023-08-31T15:17:13.008Z] OK: 8 MiB in 17 packages [2023-08-31T15:17:13.009Z] Removing intermediate container 04a4d2df5cb7 [2023-08-31T15:17:13.009Z] ---> d32c8b2323b7 [2023-08-31T15:17:13.009Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-31T15:17:13.009Z] ---> d841c961f11d [2023-08-31T15:17:13.009Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-31T15:17:13.009Z] ---> 6aaf9c53e39c [2023-08-31T15:17:13.009Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-08-31T15:17:13.009Z] ---> 1efbb2ae5b54 [2023-08-31T15:17:13.009Z] Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2023-08-31T15:17:13.009Z] ---> 4bb835eab153 [2023-08-31T15:17:13.009Z] Step 21/26 : EXPOSE 48095 [2023-08-31T15:17:13.009Z] ---> Running in 2caf6585dd98 [2023-08-31T15:17:13.009Z] Removing intermediate container 2caf6585dd98 [2023-08-31T15:17:13.009Z] ---> 43b58d5b722a [2023-08-31T15:17:13.009Z] Step 22/26 : ENTRYPOINT ["/app-service-configurable"] [2023-08-31T15:17:13.009Z] ---> Running in 8bab97025af4 [2023-08-31T15:17:13.009Z] Removing intermediate container 8bab97025af4 [2023-08-31T15:17:13.009Z] ---> 69f8e673beba [2023-08-31T15:17:13.009Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-31T15:17:13.009Z] ---> Running in 5207e60901a4 [2023-08-31T15:17:13.009Z] Removing intermediate container 5207e60901a4 [2023-08-31T15:17:13.009Z] ---> e6512e3e0f03 [2023-08-31T15:17:13.009Z] Step 24/26 : LABEL arch=arm64 [2023-08-31T15:17:13.009Z] ---> Running in 77fc5c6cbd3f [2023-08-31T15:17:13.009Z] Removing intermediate container 77fc5c6cbd3f [2023-08-31T15:17:13.009Z] ---> 29b928d97a47 [2023-08-31T15:17:13.009Z] Step 25/26 : LABEL git_sha=68cd066fbc50be95059e135e011029de61099e53 [2023-08-31T15:17:13.009Z] ---> Running in a2efe66a23bd [2023-08-31T15:17:13.009Z] Removing intermediate container a2efe66a23bd [2023-08-31T15:17:13.009Z] ---> e0b3b8bd9164 [2023-08-31T15:17:13.009Z] Step 26/26 : LABEL version=3.1.0-dev.16 [2023-08-31T15:17:13.009Z] ---> Running in bbe8f6a14f4e [2023-08-31T15:17:13.009Z] Removing intermediate container bbe8f6a14f4e [2023-08-31T15:17:13.009Z] ---> 2ad91b22025d [2023-08-31T15:17:13.009Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-31T15:17:13.009Z] Successfully built 2ad91b22025d [2023-08-31T15:17:13.009Z] 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-31T15:17:13.112Z] provisioning config files... [2023-08-31T15:17:13.125Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/185@tmp/config16214251392629853115tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:17:13.454Z] ---> docker-login.sh [2023-08-31T15:17:13.454Z] nexus3.edgexfoundry.org:10001 [2023-08-31T15:17:13.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:17:13.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:17:13.723Z] Configure a credential helper to remove this warning. See [2023-08-31T15:17:13.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:17:13.723Z] [2023-08-31T15:17:13.723Z] Login Succeeded [2023-08-31T15:17:13.723Z] nexus3.edgexfoundry.org:10002 [2023-08-31T15:17:13.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:17:13.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:17:13.991Z] Configure a credential helper to remove this warning. See [2023-08-31T15:17:13.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:17:13.991Z] [2023-08-31T15:17:13.991Z] Login Succeeded [2023-08-31T15:17:13.991Z] nexus3.edgexfoundry.org:10003 [2023-08-31T15:17:14.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:17:14.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:17:14.523Z] Configure a credential helper to remove this warning. See [2023-08-31T15:17:14.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:17:14.523Z] [2023-08-31T15:17:14.523Z] Login Succeeded [2023-08-31T15:17:14.523Z] nexus3.edgexfoundry.org:10004 [2023-08-31T15:17:14.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:17:14.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:17:14.791Z] Configure a credential helper to remove this warning. See [2023-08-31T15:17:14.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:17:14.791Z] [2023-08-31T15:17:14.791Z] Login Succeeded [2023-08-31T15:17:14.791Z] docker.io [2023-08-31T15:17:15.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-31T15:17:15.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-31T15:17:15.328Z] Configure a credential helper to remove this warning. See [2023-08-31T15:17:15.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-31T15:17:15.328Z] [2023-08-31T15:17:15.328Z] Login Succeeded [2023-08-31T15:17:15.328Z] ---> docker-login.sh ends [Pipeline] } [2023-08-31T15:17:15.342Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-31T15:17:15.377Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-31T15:17:15.405Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2023-08-31T15:17:15.405Z] 68cd066fbc50be95059e135e011029de61099e53 [2023-08-31T15:17:15.405Z] latest [2023-08-31T15:17:15.405Z] 3.1.0-dev.16 [2023-08-31T15:17:15.405Z] 68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 [2023-08-31T15:17:15.405Z] main [2023-08-31T15:17:15.405Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:17:15.765Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:68cd066fbc50be95059e135e011029de61099e53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:17:16.120Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:68cd066fbc50be95059e135e011029de61099e53 [2023-08-31T15:17:16.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-08-31T15:17:16.120Z] 96a989b91ac7: Preparing [2023-08-31T15:17:16.120Z] c54848a54dd6: Preparing [2023-08-31T15:17:16.120Z] caab150d5ec6: Preparing [2023-08-31T15:17:16.120Z] 923ded2a12c4: Preparing [2023-08-31T15:17:16.120Z] af286b94abb3: Preparing [2023-08-31T15:17:16.120Z] d2d9d24a8c2a: Preparing [2023-08-31T15:17:16.120Z] d2d9d24a8c2a: Waiting [2023-08-31T15:17:16.387Z] c54848a54dd6: Pushed [2023-08-31T15:17:16.387Z] caab150d5ec6: Pushed [2023-08-31T15:17:16.387Z] 923ded2a12c4: Pushed [2023-08-31T15:17:16.387Z] d2d9d24a8c2a: Layer already exists [2023-08-31T15:17:16.654Z] af286b94abb3: Pushed [2023-08-31T15:17:21.989Z] 96a989b91ac7: Pushed [2023-08-31T15:17:22.256Z] 68cd066fbc50be95059e135e011029de61099e53: digest: sha256:312938ac6c01c470b0890a49eab8faf41dcf158e32201a6ce98b9f72c96a06df size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:17:22.608Z] + 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-31T15:17:22.951Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-08-31T15:17:22.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-08-31T15:17:22.951Z] 96a989b91ac7: Preparing [2023-08-31T15:17:22.951Z] c54848a54dd6: Preparing [2023-08-31T15:17:22.951Z] caab150d5ec6: Preparing [2023-08-31T15:17:22.951Z] 923ded2a12c4: Preparing [2023-08-31T15:17:22.951Z] af286b94abb3: Preparing [2023-08-31T15:17:22.951Z] d2d9d24a8c2a: Preparing [2023-08-31T15:17:22.951Z] d2d9d24a8c2a: Waiting [2023-08-31T15:17:22.951Z] 96a989b91ac7: Layer already exists [2023-08-31T15:17:22.951Z] c54848a54dd6: Layer already exists [2023-08-31T15:17:22.951Z] 923ded2a12c4: Layer already exists [2023-08-31T15:17:22.951Z] af286b94abb3: Layer already exists [2023-08-31T15:17:22.951Z] caab150d5ec6: Layer already exists [2023-08-31T15:17:22.951Z] d2d9d24a8c2a: Layer already exists [2023-08-31T15:17:22.951Z] latest: digest: sha256:312938ac6c01c470b0890a49eab8faf41dcf158e32201a6ce98b9f72c96a06df size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:17:23.569Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:17:23.909Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.1.0-dev.16 [2023-08-31T15:17:23.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-08-31T15:17:23.909Z] 96a989b91ac7: Preparing [2023-08-31T15:17:23.909Z] c54848a54dd6: Preparing [2023-08-31T15:17:23.909Z] caab150d5ec6: Preparing [2023-08-31T15:17:23.909Z] 923ded2a12c4: Preparing [2023-08-31T15:17:23.909Z] af286b94abb3: Preparing [2023-08-31T15:17:23.909Z] d2d9d24a8c2a: Preparing [2023-08-31T15:17:23.909Z] d2d9d24a8c2a: Waiting [2023-08-31T15:17:23.909Z] 96a989b91ac7: Layer already exists [2023-08-31T15:17:23.909Z] af286b94abb3: Layer already exists [2023-08-31T15:17:23.909Z] c54848a54dd6: Layer already exists [2023-08-31T15:17:23.909Z] caab150d5ec6: Layer already exists [2023-08-31T15:17:23.909Z] 923ded2a12c4: Layer already exists [2023-08-31T15:17:23.909Z] d2d9d24a8c2a: Layer already exists [2023-08-31T15:17:23.909Z] 3.1.0-dev.16: digest: sha256:312938ac6c01c470b0890a49eab8faf41dcf158e32201a6ce98b9f72c96a06df size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:17:24.249Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:17:24.583Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 [2023-08-31T15:17:24.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-08-31T15:17:24.583Z] 96a989b91ac7: Preparing [2023-08-31T15:17:24.583Z] c54848a54dd6: Preparing [2023-08-31T15:17:24.583Z] caab150d5ec6: Preparing [2023-08-31T15:17:24.583Z] 923ded2a12c4: Preparing [2023-08-31T15:17:24.583Z] af286b94abb3: Preparing [2023-08-31T15:17:24.583Z] d2d9d24a8c2a: Preparing [2023-08-31T15:17:24.583Z] d2d9d24a8c2a: Waiting [2023-08-31T15:17:24.583Z] af286b94abb3: Layer already exists [2023-08-31T15:17:24.583Z] caab150d5ec6: Layer already exists [2023-08-31T15:17:24.583Z] 96a989b91ac7: Layer already exists [2023-08-31T15:17:24.583Z] 923ded2a12c4: Layer already exists [2023-08-31T15:17:24.583Z] c54848a54dd6: Layer already exists [2023-08-31T15:17:24.583Z] d2d9d24a8c2a: Layer already exists [2023-08-31T15:17:24.583Z] 68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16: digest: sha256:312938ac6c01c470b0890a49eab8faf41dcf158e32201a6ce98b9f72c96a06df size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:17:24.927Z] + 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-31T15:17:25.261Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2023-08-31T15:17:25.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2023-08-31T15:17:25.261Z] 96a989b91ac7: Preparing [2023-08-31T15:17:25.261Z] c54848a54dd6: Preparing [2023-08-31T15:17:25.261Z] caab150d5ec6: Preparing [2023-08-31T15:17:25.261Z] 923ded2a12c4: Preparing [2023-08-31T15:17:25.261Z] af286b94abb3: Preparing [2023-08-31T15:17:25.261Z] d2d9d24a8c2a: Preparing [2023-08-31T15:17:25.261Z] d2d9d24a8c2a: Waiting [2023-08-31T15:17:25.261Z] caab150d5ec6: Layer already exists [2023-08-31T15:17:25.261Z] 96a989b91ac7: Layer already exists [2023-08-31T15:17:25.261Z] 923ded2a12c4: Layer already exists [2023-08-31T15:17:25.261Z] af286b94abb3: Layer already exists [2023-08-31T15:17:25.261Z] c54848a54dd6: Layer already exists [2023-08-31T15:17:25.261Z] d2d9d24a8c2a: Layer already exists [2023-08-31T15:17:25.261Z] main: digest: sha256:312938ac6c01c470b0890a49eab8faf41dcf158e32201a6ce98b9f72c96a06df size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-31T15:17:25.571Z] ===================================================== [Pipeline] echo [2023-08-31T15:17:25.577Z] taggedImages: [2023-08-31T15:17:25.577Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:68cd066fbc50be95059e135e011029de61099e53 [2023-08-31T15:17:25.577Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2023-08-31T15:17:25.577Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.1.0-dev.16 [2023-08-31T15:17:25.577Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:68cd066fbc50be95059e135e011029de61099e53-3.1.0-dev.16 [2023-08-31T15:17:25.577Z] - 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-31T15:17:25.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-31T15:17:25.930Z] [2023-08-31T15:17:25.930Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:17:26.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-31T15:17:26.257Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-31T15:17:26.257Z] 8998bd30e6a1: Pulling fs layer [2023-08-31T15:17:26.257Z] 04944245beec: Pulling fs layer [2023-08-31T15:17:26.257Z] 699f458cf7ca: Pulling fs layer [2023-08-31T15:17:26.257Z] 765212b225bb: Pulling fs layer [2023-08-31T15:17:26.257Z] f23df028b6ca: Pulling fs layer [2023-08-31T15:17:26.257Z] d65c8cfc05b1: Pulling fs layer [2023-08-31T15:17:26.257Z] 2437ff75d9bd: Pulling fs layer [2023-08-31T15:17:26.257Z] f23df028b6ca: Waiting [2023-08-31T15:17:26.257Z] d65c8cfc05b1: Waiting [2023-08-31T15:17:26.257Z] 765212b225bb: Waiting [2023-08-31T15:17:26.257Z] 2437ff75d9bd: Waiting [2023-08-31T15:17:26.528Z] 04944245beec: Verifying Checksum [2023-08-31T15:17:26.528Z] 04944245beec: Download complete [2023-08-31T15:17:26.528Z] 765212b225bb: Verifying Checksum [2023-08-31T15:17:26.528Z] 765212b225bb: Download complete [2023-08-31T15:17:26.528Z] f23df028b6ca: Download complete [2023-08-31T15:17:26.528Z] d65c8cfc05b1: Verifying Checksum [2023-08-31T15:17:26.528Z] d65c8cfc05b1: Download complete [2023-08-31T15:17:26.528Z] 699f458cf7ca: Verifying Checksum [2023-08-31T15:17:26.528Z] 699f458cf7ca: Download complete [2023-08-31T15:17:27.114Z] 8998bd30e6a1: Verifying Checksum [2023-08-31T15:17:27.114Z] 8998bd30e6a1: Download complete [2023-08-31T15:17:29.066Z] 2437ff75d9bd: Verifying Checksum [2023-08-31T15:17:29.066Z] 2437ff75d9bd: Download complete [2023-08-31T15:17:31.008Z] 8998bd30e6a1: Pull complete [2023-08-31T15:17:31.276Z] 04944245beec: Pull complete [2023-08-31T15:17:32.686Z] 699f458cf7ca: Pull complete [2023-08-31T15:17:32.953Z] 765212b225bb: Pull complete [2023-08-31T15:17:33.537Z] f23df028b6ca: Pull complete [2023-08-31T15:17:33.806Z] d65c8cfc05b1: Pull complete [2023-08-31T15:17:48.820Z] 2437ff75d9bd: Pull complete [2023-08-31T15:17:48.820Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-31T15:17:48.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-31T15:17:48.820Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:17:49.005Z] prd-ubuntu20.04-docker-arm64-4c-16g-5030 does not seem to be running inside a container [2023-08-31T15:17:49.068Z] $ 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/185 -v /w/workspace/app-service-configurable/185:/w/workspace/app-service-configurable/185:rw,z -v /w/workspace/app-service-configurable/185@tmp:/w/workspace/app-service-configurable/185@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-31T15:17:51.600Z] $ docker top bd63690485f91ad54b5c8b33ca4d8705b889ec29e8b8d7a8ccdd9569cfba61bf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:17:52.432Z] ---> job-cost.sh [2023-08-31T15:17:52.432Z] lf-activate-venv: SKIPPING [2023-08-31T15:17:52.432Z] INFO: No Stack... [2023-08-31T15:17:52.697Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-31T15:17:53.654Z] INFO: Archiving Costs [Pipeline] sh [2023-08-31T15:17:53.978Z] + cat /w/workspace/app-service-configurable/185/archives/cost.csv [2023-08-31T15:17:53.978Z] + cut -d, -f6 [Pipeline] lock [2023-08-31T15:17:54.279Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] [2023-08-31T15:17:54.292Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] did not exist. Created. [2023-08-31T15:17:54.292Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-31T15:17:54.633Z] /w/workspace/app-service-configurable/185@tmp/durable-cb207c0d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-31T15:17:55.544Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-31T15:17:55.559Z] Warning: overwriting stash ‘stack-cost’ [2023-08-31T15:17:55.612Z] Stashed 1 file(s) [Pipeline] } [2023-08-31T15:17:55.620Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-185-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-31T15:17:55.635Z] $ docker stop --time=1 bd63690485f91ad54b5c8b33ca4d8705b889ec29e8b8d7a8ccdd9569cfba61bf [2023-08-31T15:17:58.119Z] $ docker rm -f --volumes bd63690485f91ad54b5c8b33ca4d8705b889ec29e8b8d7a8ccdd9569cfba61bf [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-31T15:17:58.483Z] provisioning config files... [2023-08-31T15:17:58.491Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1718276341685205763tmp [Pipeline] { [Pipeline] sh [2023-08-31T15:17:58.796Z] + set +x [2023-08-31T15:17:58.796Z] + bash -s -- [2023-08-31T15:17:58.796Z] + curl -s https://codecov.io/bash [2023-08-31T15:17:58.796Z] [2023-08-31T15:17:58.796Z] _____ _ [2023-08-31T15:17:58.796Z] / ____| | | [2023-08-31T15:17:58.796Z] | | ___ __| | ___ ___ _____ __ [2023-08-31T15:17:58.796Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-31T15:17:58.796Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-31T15:17:58.796Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-31T15:17:58.796Z] Bash-1.0.6 [2023-08-31T15:17:58.796Z] [2023-08-31T15:17:58.796Z] [2023-08-31T15:17:58.796Z] ==> git version 2.25.1 found [2023-08-31T15:17:58.796Z] ==> 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-31T15:17:58.796Z] Release-Date: 2020-01-08 [2023-08-31T15:17:58.796Z] 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-31T15:17:58.796Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-31T15:17:58.796Z] ==> Jenkins CI detected. [2023-08-31T15:17:58.796Z] current dir:  /w/workspace/ry_app-service-configurable_main [2023-08-31T15:17:58.796Z] project root: . [2023-08-31T15:17:58.796Z] --> token set from env [2023-08-31T15:17:58.796Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-31T15:17:58.796Z] ==> Running gcov in . (disable via -X gcov) [2023-08-31T15:17:58.796Z] ==> Python coveragepy not found [2023-08-31T15:17:58.796Z] ==> Searching for coverage reports in: [2023-08-31T15:17:58.796Z] + . [2023-08-31T15:17:58.796Z] -> Found 1 reports [2023-08-31T15:17:58.796Z] ==> Detecting git/mercurial file structure [2023-08-31T15:17:58.796Z] ==> Reading reports [2023-08-31T15:17:58.796Z] + ./coverage.out bytes=13 [2023-08-31T15:17:58.796Z] ==> Appending adjustments [2023-08-31T15:17:58.796Z] https://docs.codecov.io/docs/fixing-reports [2023-08-31T15:17:58.796Z] + Found adjustments [2023-08-31T15:17:58.796Z] ==> Gzipping contents [2023-08-31T15:17:59.056Z] 4.0K /tmp/codecov.rEARoJ.gz [2023-08-31T15:17:59.056Z] ==> Uploading reports [2023-08-31T15:17:59.056Z] url: https://codecov.io [2023-08-31T15:17:59.056Z] query: branch=main&commit=68cd066fbc50be95059e135e011029de61099e53&build=185&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F185%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-31T15:17:59.056Z] -> Pinging Codecov [2023-08-31T15:17:59.056Z] 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=68cd066fbc50be95059e135e011029de61099e53&build=185&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F185%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-31T15:17:59.056Z] -> Uploading to [2023-08-31T15:17:59.056Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-31/A97CA9966030D2A3747ED39772930CCE/68cd066fbc50be95059e135e011029de61099e53/f130ceaa-915e-4fad-ae0e-0bdf6849a0bb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230831%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230831T151758Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=292856610340a12b2f3c0a5be02d4353fb1ba559d01ba4e17faf5439fb9152ea [2023-08-31T15:17:59.056Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-31T15:17:59.056Z] Dload Upload Total Spent Left Speed [2023-08-31T15:17:59.315Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 2166 --:--:-- --:--:-- --:--:-- 2166 [2023-08-31T15:17:59.315Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/68cd066fbc50be95059e135e011029de61099e53 [Pipeline] } [2023-08-31T15:17:59.323Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-31T15:17:59.429Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-31T15:17:59.437Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:17:59.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-31T15:17:59.734Z] [2023-08-31T15:17:59.734Z] 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-31T15:18:00.042Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-31T15:18:00.042Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-31T15:18:00.042Z] df9b9388f04a: Pulling fs layer [2023-08-31T15:18:00.042Z] 52dc419b0ee2: Pulling fs layer [2023-08-31T15:18:00.042Z] 25bc292e5bac: Pulling fs layer [2023-08-31T15:18:00.042Z] 114826534d7a: Pulling fs layer [2023-08-31T15:18:00.042Z] 4657fd5d0bcf: Pulling fs layer [2023-08-31T15:18:00.042Z] 6ad1cebc031e: Pulling fs layer [2023-08-31T15:18:00.042Z] 8a3aa393b2d8: Pulling fs layer [2023-08-31T15:18:00.042Z] 4657fd5d0bcf: Waiting [2023-08-31T15:18:00.042Z] 6ad1cebc031e: Waiting [2023-08-31T15:18:00.042Z] 8a3aa393b2d8: Waiting [2023-08-31T15:18:00.042Z] 114826534d7a: Waiting [2023-08-31T15:18:00.042Z] 25bc292e5bac: Verifying Checksum [2023-08-31T15:18:00.042Z] 25bc292e5bac: Download complete [2023-08-31T15:18:00.042Z] 52dc419b0ee2: Verifying Checksum [2023-08-31T15:18:00.042Z] 52dc419b0ee2: Download complete [2023-08-31T15:18:00.042Z] 4657fd5d0bcf: Download complete [2023-08-31T15:18:00.302Z] 6ad1cebc031e: Verifying Checksum [2023-08-31T15:18:00.302Z] 6ad1cebc031e: Download complete [2023-08-31T15:18:00.302Z] df9b9388f04a: Pull complete [2023-08-31T15:18:00.302Z] 52dc419b0ee2: Pull complete [2023-08-31T15:18:00.562Z] 25bc292e5bac: Pull complete [2023-08-31T15:18:00.821Z] 114826534d7a: Verifying Checksum [2023-08-31T15:18:00.821Z] 114826534d7a: Download complete [2023-08-31T15:18:00.821Z] 8a3aa393b2d8: Verifying Checksum [2023-08-31T15:18:00.821Z] 8a3aa393b2d8: Download complete [2023-08-31T15:18:04.123Z] 114826534d7a: Pull complete [2023-08-31T15:18:04.123Z] 4657fd5d0bcf: Pull complete [2023-08-31T15:18:04.383Z] 6ad1cebc031e: Pull complete [2023-08-31T15:18:06.911Z] 8a3aa393b2d8: Pull complete [2023-08-31T15:18:06.911Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-31T15:18:06.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-31T15:18:06.911Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:18:06.992Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-08-31T15:18:07.037Z] $ 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-31T15:18:12.274Z] $ docker top 4d1556cb3c2b4d1de36bf64ddc52aca29216b3566ff971921bf88faa7bec2d4e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-31T15:18:12.337Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2023-08-31T15:18:12.613Z] + set -o pipefail [2023-08-31T15:18:12.613Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2023-08-31T15:18:19.189Z] [2023-08-31T15:18:19.189Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2023-08-31T15:18:19.189Z] [2023-08-31T15:18:19.189Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/4053f6a0-2552-4542-a261-55cc56139bde [2023-08-31T15:18:19.189Z] [2023-08-31T15:18:19.189Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-08-31T15:18:19.189Z] [2023-08-31T15:18:19.189Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-31T15:18:19.189Z] [2023-08-31T15:18:19.448Z] [2023-08-31T15:18:19.448Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-31T15:18:19.449Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-31T15:18:19.449Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-08-31T15:18:19.462Z] $ docker stop --time=1 4d1556cb3c2b4d1de36bf64ddc52aca29216b3566ff971921bf88faa7bec2d4e [2023-08-31T15:18:24.365Z] $ docker rm -f --volumes 4d1556cb3c2b4d1de36bf64ddc52aca29216b3566ff971921bf88faa7bec2d4e [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-31T15:18:25.058Z] + git log --format=format:%s -1 68cd066fbc50be95059e135e011029de61099e53 [Pipeline] sh [2023-08-31T15:18:25.348Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-31T15:18:25.348Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:18:25.648Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-31T15:18:25.648Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:18:25.716Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-08-31T15:18:25.746Z] $ 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-31T15:18:26.257Z] $ docker top 3f7ae7dc7be164d6ce7c082fb19093ceffd548de9e02c0da90111cc2fc5a499d -eo pid,comm [2023-08-31T15:18:26.303Z] 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-31T15:18:26.303Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-31T15:18:26.337Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-31T15:18:26.337Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-31T15:18:26.447Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-31T15:18:26.453Z] $ docker exec 3f7ae7dc7be164d6ce7c082fb19093ceffd548de9e02c0da90111cc2fc5a499d ssh-agent [2023-08-31T15:18:26.572Z] SSH_AUTH_SOCK=/tmp/ssh-foUgK9h5p9jv/agent.32 [2023-08-31T15:18:26.572Z] SSH_AGENT_PID=39 [2023-08-31T15:18:26.577Z] Running ssh-add (command line suppressed) [2023-08-31T15:18:26.685Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3858033201666690737.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3858033201666690737.key) [2023-08-31T15:18:26.698Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-31T15:18:26.987Z] + git semver tag [2023-08-31T15:18:27.248Z] 2023-08-31 15:18:27,167 [run_tag] DEBUG tag force:False [2023-08-31T15:18:27.248Z] 2023-08-31 15:18:27,167 [check_head_tag] DEBUG check head tag [2023-08-31T15:18:27.248Z] 2023-08-31 15:18:27,168 [execute] INFO git cat-file --batch-check [2023-08-31T15:18:27.248Z] 2023-08-31 15:18:27,168 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-08-31T15:18:27.248Z] 2023-08-31 15:18:27,173 [execute] INFO git cat-file --batch [2023-08-31T15:18:27.248Z] 2023-08-31 15:18:27,173 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2023-08-31T15:18:27.248Z] 2023-08-31 15:18:27,187 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-31T15:18:27.248Z] 2023-08-31 15:18:27,187 [execute] INFO git tag -a v3.1.0-dev.16 -m v3.1.0-dev.16 [2023-08-31T15:18:27.248Z] 2023-08-31 15:18:27,187 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.16', '-m', 'v3.1.0-dev.16'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2023-08-31T15:18:27.248Z] 2023-08-31 15:18:27,192 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-31T15:18:27.248Z] 3.1.0-dev.16 [Pipeline] } [2023-08-31T15:18:27.259Z] $ docker exec --env ******** --env ******** 3f7ae7dc7be164d6ce7c082fb19093ceffd548de9e02c0da90111cc2fc5a499d ssh-agent -k [2023-08-31T15:18:27.362Z] unset SSH_AUTH_SOCK; [2023-08-31T15:18:27.362Z] unset SSH_AGENT_PID; [2023-08-31T15:18:27.362Z] echo Agent pid 39 killed; [2023-08-31T15:18:27.370Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-31T15:18:27.675Z] + git semver [Pipeline] } [2023-08-31T15:18:27.947Z] $ docker stop --time=1 3f7ae7dc7be164d6ce7c082fb19093ceffd548de9e02c0da90111cc2fc5a499d [2023-08-31T15:18:29.234Z] $ docker rm -f --volumes 3f7ae7dc7be164d6ce7c082fb19093ceffd548de9e02c0da90111cc2fc5a499d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:18:29.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-31T15:18:29.629Z] [2023-08-31T15:18:29.629Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:18:29.929Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-31T15:18:29.929Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-31T15:18:29.929Z] ab5ef0e58194: Pulling fs layer [2023-08-31T15:18:29.929Z] 9712f1f96733: Pulling fs layer [2023-08-31T15:18:29.929Z] 63f879dbbcfc: Pulling fs layer [2023-08-31T15:18:29.929Z] 0d9ebad4ef96: Pulling fs layer [2023-08-31T15:18:29.929Z] e9a5061849ea: Pulling fs layer [2023-08-31T15:18:29.929Z] d747dcd14b5f: Pulling fs layer [2023-08-31T15:18:29.929Z] 2de7ff778b66: Pulling fs layer [2023-08-31T15:18:29.929Z] 0d9ebad4ef96: Waiting [2023-08-31T15:18:29.929Z] d747dcd14b5f: Waiting [2023-08-31T15:18:29.929Z] 2de7ff778b66: Waiting [2023-08-31T15:18:29.929Z] e9a5061849ea: Waiting [2023-08-31T15:18:29.929Z] 9712f1f96733: Verifying Checksum [2023-08-31T15:18:29.929Z] 9712f1f96733: Download complete [2023-08-31T15:18:30.189Z] 63f879dbbcfc: Download complete [2023-08-31T15:18:30.448Z] e9a5061849ea: Verifying Checksum [2023-08-31T15:18:30.448Z] e9a5061849ea: Download complete [2023-08-31T15:18:30.448Z] 0d9ebad4ef96: Verifying Checksum [2023-08-31T15:18:30.448Z] 0d9ebad4ef96: Download complete [2023-08-31T15:18:30.448Z] ab5ef0e58194: Verifying Checksum [2023-08-31T15:18:30.448Z] ab5ef0e58194: Download complete [2023-08-31T15:18:30.448Z] d747dcd14b5f: Verifying Checksum [2023-08-31T15:18:30.448Z] 2de7ff778b66: Verifying Checksum [2023-08-31T15:18:30.448Z] 2de7ff778b66: Download complete [2023-08-31T15:18:33.730Z] ab5ef0e58194: Pull complete [2023-08-31T15:18:33.730Z] 9712f1f96733: Pull complete [2023-08-31T15:18:33.988Z] 63f879dbbcfc: Pull complete [2023-08-31T15:18:38.300Z] 0d9ebad4ef96: Pull complete [2023-08-31T15:18:38.300Z] e9a5061849ea: Pull complete [2023-08-31T15:18:38.300Z] d747dcd14b5f: Pull complete [2023-08-31T15:18:38.867Z] 2de7ff778b66: Pull complete [2023-08-31T15:18:38.867Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-31T15:18:38.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-31T15:18:38.867Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:18:39.020Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-08-31T15:18:39.055Z] $ 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-31T15:18:45.725Z] $ docker top b4b402c9791453a471af7a985b01f049174c7cd4ab4abe75dfd49eb65acadbdc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-31T15:18:45.801Z] provisioning config files... [2023-08-31T15:18:45.809Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15180349419541643432tmp [2023-08-31T15:18:45.819Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15481653826860898061tmp [2023-08-31T15:18:45.830Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6503619587326017784tmp [Pipeline] { [Pipeline] echo [2023-08-31T15:18:45.847Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:18:46.129Z] ---> sigul-configuration.sh [2023-08-31T15:18:46.129Z] gpg: directory `/root/.gnupg' created [2023-08-31T15:18:46.129Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-31T15:18:46.129Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-31T15:18:46.129Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-31T15:18:46.129Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-31T15:18:46.129Z] gpg: CAST5 encrypted data [2023-08-31T15:18:46.129Z] gpg: encrypted with 1 passphrase [2023-08-31T15:18:46.129Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-31T15:18:46.413Z] + mkdir /home/jenkins [2023-08-31T15:18:46.414Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-31T15:18:46.700Z] + 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-31T15:18:46.707Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:18:46.992Z] ---> sigul-install.sh [2023-08-31T15:18:46.992Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-31T15:18:47.275Z] + git tag --list [2023-08-31T15:18:47.275Z] v1.0.0 [2023-08-31T15:18:47.275Z] v1.1.0 [2023-08-31T15:18:47.275Z] v1.2.0 [2023-08-31T15:18:47.275Z] v1.3.0 [2023-08-31T15:18:47.275Z] v1.3.1 [2023-08-31T15:18:47.275Z] v2.0.0 [2023-08-31T15:18:47.275Z] v2.0.1 [2023-08-31T15:18:47.275Z] v2.1.0 [2023-08-31T15:18:47.275Z] v2.1.1 [2023-08-31T15:18:47.275Z] v2.1.2 [2023-08-31T15:18:47.275Z] v2.2.0 [2023-08-31T15:18:47.275Z] v2.3 [2023-08-31T15:18:47.275Z] v2.3.0 [2023-08-31T15:18:47.275Z] v2.3.1 [2023-08-31T15:18:47.275Z] v3.0 [2023-08-31T15:18:47.275Z] v3.0.0 [2023-08-31T15:18:47.275Z] v3.0.1 [2023-08-31T15:18:47.275Z] v3.0.1-dev.1 [2023-08-31T15:18:47.275Z] v3.1.0-dev.1 [2023-08-31T15:18:47.275Z] v3.1.0-dev.10 [2023-08-31T15:18:47.275Z] v3.1.0-dev.11 [2023-08-31T15:18:47.275Z] v3.1.0-dev.12 [2023-08-31T15:18:47.275Z] v3.1.0-dev.13 [2023-08-31T15:18:47.275Z] v3.1.0-dev.14 [2023-08-31T15:18:47.275Z] v3.1.0-dev.15 [2023-08-31T15:18:47.275Z] v3.1.0-dev.16 [2023-08-31T15:18:47.275Z] v3.1.0-dev.2 [2023-08-31T15:18:47.275Z] v3.1.0-dev.3 [2023-08-31T15:18:47.275Z] v3.1.0-dev.4 [2023-08-31T15:18:47.275Z] v3.1.0-dev.5 [2023-08-31T15:18:47.275Z] v3.1.0-dev.6 [2023-08-31T15:18:47.275Z] v3.1.0-dev.7 [2023-08-31T15:18:47.275Z] v3.1.0-dev.8 [2023-08-31T15:18:47.275Z] v3.1.0-dev.9 [Pipeline] sh [2023-08-31T15:18:47.560Z] + lftools sign git-tag v3.1.0-dev.16 [2023-08-31T15:18:48.128Z] Signing Git tag with Sigul... [2023-08-31T15:18:48.128Z] Signing v3.1.0-dev.16 [Pipeline] echo [2023-08-31T15:18:48.396Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:18:48.679Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-31T15:18:48.686Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-31T15:18:48.711Z] $ docker stop --time=1 b4b402c9791453a471af7a985b01f049174c7cd4ab4abe75dfd49eb65acadbdc [2023-08-31T15:18:50.004Z] $ docker rm -f --volumes b4b402c9791453a471af7a985b01f049174c7cd4ab4abe75dfd49eb65acadbdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-31T15:18:50.423Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-31T15:18:50.423Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:18:50.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-31T15:18:50.731Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:18:50.810Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-08-31T15:18:50.847Z] $ 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-31T15:18:51.209Z] $ docker top 52b0ecb47e24f0326af87eb042a5173ff9b57266d12fd26e5aa2ad23282675a1 -eo pid,comm [2023-08-31T15:18:51.258Z] 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-31T15:18:51.258Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-31T15:18:51.301Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-31T15:18:51.301Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-31T15:18:51.407Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-31T15:18:51.412Z] $ docker exec 52b0ecb47e24f0326af87eb042a5173ff9b57266d12fd26e5aa2ad23282675a1 ssh-agent [2023-08-31T15:18:51.509Z] SSH_AUTH_SOCK=/tmp/ssh-lJX8EpNiY94O/agent.32 [2023-08-31T15:18:51.509Z] SSH_AGENT_PID=38 [2023-08-31T15:18:51.514Z] Running ssh-add (command line suppressed) [2023-08-31T15:18:51.618Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9823283603775575298.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9823283603775575298.key) [2023-08-31T15:18:51.631Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-31T15:18:51.918Z] + git semver bump pre [2023-08-31T15:18:52.178Z] 2023-08-31 15:18:52,110 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-31T15:18:52.178Z] 2023-08-31 15:18:52,110 [bump_version] DEBUG bumping version:3.1.0-dev.16 on axis:pre with prefix:dev [2023-08-31T15:18:52.178Z] 2023-08-31 15:18:52,110 [bump_version] DEBUG bumped version:3.1.0-dev.17 [2023-08-31T15:18:52.178Z] 2023-08-31 15:18:52,110 [write_version] DEBUG write version:3.1.0-dev.17 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2023-08-31T15:18:52.178Z] 2023-08-31 15:18:52,110 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-31T15:18:52.178Z] 2023-08-31 15:18:52,110 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-31T15:18:52.178Z] 2023-08-31 15:18:52,113 [execute] INFO git cat-file --batch-check [2023-08-31T15:18:52.178Z] 2023-08-31 15:18:52,113 [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-31T15:18:52.178Z] 2023-08-31 15:18:52,119 [execute] INFO git cat-file --batch [2023-08-31T15:18:52.178Z] 2023-08-31 15:18:52,119 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-31T15:18:52.178Z] 2023-08-31 15:18:52,125 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-31T15:18:52.178Z] 3.1.0-dev.17 [Pipeline] } [2023-08-31T15:18:52.191Z] $ docker exec --env ******** --env ******** 52b0ecb47e24f0326af87eb042a5173ff9b57266d12fd26e5aa2ad23282675a1 ssh-agent -k [2023-08-31T15:18:52.289Z] unset SSH_AUTH_SOCK; [2023-08-31T15:18:52.290Z] unset SSH_AGENT_PID; [2023-08-31T15:18:52.290Z] echo Agent pid 38 killed; [2023-08-31T15:18:52.296Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-31T15:18:52.602Z] + git semver [Pipeline] } [2023-08-31T15:18:52.878Z] $ docker stop --time=1 52b0ecb47e24f0326af87eb042a5173ff9b57266d12fd26e5aa2ad23282675a1 [2023-08-31T15:18:54.155Z] $ docker rm -f --volumes 52b0ecb47e24f0326af87eb042a5173ff9b57266d12fd26e5aa2ad23282675a1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-31T15:18:54.500Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-31T15:18:54.500Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:18:54.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-31T15:18:54.804Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:18:54.874Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-08-31T15:18:54.910Z] $ 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-31T15:18:55.249Z] $ docker top 717e029f4cb80900888530bd706b5fe518c721771842afe2625a7876a924115e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-31T15:18:55.336Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-31T15:18:55.336Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-31T15:18:55.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-31T15:18:55.447Z] $ docker exec 717e029f4cb80900888530bd706b5fe518c721771842afe2625a7876a924115e ssh-agent [2023-08-31T15:18:55.559Z] SSH_AUTH_SOCK=/tmp/ssh-XgxrDW3dcy8t/agent.32 [2023-08-31T15:18:55.560Z] SSH_AGENT_PID=38 [2023-08-31T15:18:55.565Z] Running ssh-add (command line suppressed) [2023-08-31T15:18:55.666Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14032830586613556277.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14032830586613556277.key) [2023-08-31T15:18:55.676Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-31T15:18:55.965Z] + git semver push [2023-08-31T15:18:56.224Z] 2023-08-31 15:18:56,127 [run_push] DEBUG push [2023-08-31T15:18:56.224Z] 2023-08-31 15:18:56,128 [execute] INFO git cat-file --batch-check [2023-08-31T15:18:56.224Z] 2023-08-31 15:18:56,128 [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-31T15:18:56.224Z] 2023-08-31 15:18:56,132 [execute] INFO git rev-list 5397498df5f78bf0076362bd314b6e40e67af367 -- [2023-08-31T15:18:56.224Z] 2023-08-31 15:18:56,132 [execute] DEBUG Popen(['git', 'rev-list', '5397498df5f78bf0076362bd314b6e40e67af367', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-31T15:18:56.224Z] 2023-08-31 15:18:56,144 [execute] INFO git fetch -v origin [2023-08-31T15:18:56.224Z] 2023-08-31 15:18:56,145 [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-31T15:18:56.791Z] 2023-08-31 15:18:56,625 [run_push] DEBUG no remote changes detected [2023-08-31T15:18:56.791Z] 2023-08-31 15:18:56,625 [execute] INFO git push origin semver [2023-08-31T15:18:56.791Z] 2023-08-31 15:18:56,626 [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-31T15:18:57.799Z] 2023-08-31 15:18:57,505 [run_push] DEBUG push all version tags [2023-08-31T15:18:57.799Z] 2023-08-31 15:18:57,505 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-31T15:18:57.799Z] 2023-08-31 15:18:57,506 [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-31T15:18:58.798Z] 2023-08-31 15:18:58,551 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2023-08-31T15:18:58.798Z] 3.1.0-dev.17 [Pipeline] } [2023-08-31T15:18:58.818Z] $ docker exec --env ******** --env ******** 717e029f4cb80900888530bd706b5fe518c721771842afe2625a7876a924115e ssh-agent -k [2023-08-31T15:18:58.924Z] unset SSH_AUTH_SOCK; [2023-08-31T15:18:58.924Z] unset SSH_AGENT_PID; [2023-08-31T15:18:58.924Z] echo Agent pid 38 killed; [2023-08-31T15:18:58.932Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-31T15:18:59.228Z] + git semver [Pipeline] } [2023-08-31T15:18:59.502Z] $ docker stop --time=1 717e029f4cb80900888530bd706b5fe518c721771842afe2625a7876a924115e [2023-08-31T15:19:00.788Z] $ docker rm -f --volumes 717e029f4cb80900888530bd706b5fe518c721771842afe2625a7876a924115e [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-31T15:19:01.365Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2023-08-31T15:19:01.365Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-08-31T15:19:01.365Z] total 16 [2023-08-31T15:19:01.365Z] drwxr-xr-x 3 root root 4096 Aug 31 15:05 . [2023-08-31T15:19:01.365Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 15:18 .. [2023-08-31T15:19:01.365Z] drwxr-xr-x 2 root root 4096 Aug 31 15:05 cost [2023-08-31T15:19:01.365Z] -rw-r--r-- 1 root root 96 Aug 31 15:05 cost.csv [2023-08-31T15:19:01.365Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2023-08-31T15:19:01.365Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2023-08-31T15:19:01.365Z] total 16 [2023-08-31T15:19:01.365Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 31 15:05 . [2023-08-31T15:19:01.365Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 15:18 .. [2023-08-31T15:19:01.365Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 31 15:05 cost [2023-08-31T15:19:01.365Z] -rw-r--r-- 1 jenkins jenkins 96 Aug 31 15:05 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:19:01.655Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:19:02.515Z] ---> package-listing.sh [2023-08-31T15:19:02.515Z] ++ facter osfamily [2023-08-31T15:19:02.515Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-31T15:19:02.774Z] + OS_FAMILY=debian [2023-08-31T15:19:02.774Z] + workspace=/w/workspace/ry_app-service-configurable_main [2023-08-31T15:19:02.774Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-31T15:19:02.774Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-31T15:19:02.774Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-31T15:19:02.774Z] + PACKAGES=/tmp/packages_start.txt [2023-08-31T15:19:02.774Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-08-31T15:19:02.774Z] + PACKAGES=/tmp/packages_end.txt [2023-08-31T15:19:02.774Z] + case "${OS_FAMILY}" in [2023-08-31T15:19:02.774Z] + dpkg -l [2023-08-31T15:19:02.774Z] + grep '^ii' [2023-08-31T15:19:02.774Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-31T15:19:02.774Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-31T15:19:02.774Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-31T15:19:02.774Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2023-08-31T15:19:02.774Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2023-08-31T15:19:02.774Z] + 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-31T15:19:02.784Z] 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-31T15:19:03.061Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-31T15:19:03.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-31T15:19:03.618Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-31T15:19:03.685Z] prd-ubuntu20.04-docker-8c-8g-5025 does not seem to be running inside a container [2023-08-31T15:19:03.720Z] $ 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-31T15:19:03.921Z] $ docker top 8e54c43ef470178b983925aa13e06d066ab4156066ce63cc808e5f6c3919a6ac -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-31T15:19:04.262Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-31T15:19:04.547Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-31T15:19:04.830Z] + ls /var/log/sa-host [2023-08-31T15:19:04.831Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-31T15:19:04.972Z] provisioning config files... [2023-08-31T15:19:04.979Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2468512546812021326tmp [Pipeline] { [Pipeline] echo [2023-08-31T15:19:04.989Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:19:05.269Z] ---> create-netrc.sh [Pipeline] } [2023-08-31T15:19:05.276Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:19:05.614Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-31T15:19:05.622Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:19:05.907Z] ---> sudo-logs.sh [2023-08-31T15:19:05.907Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-31T15:19:05.933Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:19:06.214Z] ---> job-cost.sh [2023-08-31T15:19:06.215Z] lf-activate-venv: SKIPPING [2023-08-31T15:19:06.215Z] DEBUG: total: 0.2199999988079071 [2023-08-31T15:19:06.215Z] INFO: Retrieving Stack Cost... [2023-08-31T15:19:06.475Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-31T15:19:07.043Z] INFO: Archiving Costs [Pipeline] echo [2023-08-31T15:19:07.054Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-31T15:19:07.337Z] ---> logs-deploy.sh [2023-08-31T15:19:07.337Z] lf-activate-venv: SKIPPING [2023-08-31T15:19:07.337Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/185 [2023-08-31T15:19:07.337Z] INFO: archiving workspace using pattern(s): [2023-08-31T15:19:08.276Z] Archives upload complete. [2023-08-31T15:19:08.276Z] INFO: archiving logs to Nexus