Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 731cbe338f54dd8dac0167938734c2fced573176 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-ssh4354306087226552270.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh10311699375324418344.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh4424023425898181550.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh6132825289036282124.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-ssh2170416671268872041.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.18 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-6168 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 731cbe338f54dd8dac0167938734c2fced573176 (main) Commit message: "feat!: updates for common config (#518)" > 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 731cbe338f54dd8dac0167938734c2fced573176 # timeout=10 > git rev-list --no-walk 2fb2187aee5de59b88737c8c64f9f7346195a6a3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:19:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:19:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:19:30 ========================================================= 18:19:30 EdgeX Global Pipelines Version Info 18:19:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:19:31 ------------------- 18:19:31 stable info: 18:19:31 ------------------- 18:19:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:19:31 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:19:31 Message: update stable to v1.0.244 18:19:32 ------------------- 18:19:32 experimental info: 18:19:32 ------------------- 18:19:32 Commited By: **** collab-it+edgex@linuxfoundation.org 18:19:32 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:19:32 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 731cbe3 [Pipeline] echo 18:19:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:19:32 provisioning config files... 18:19:32 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3373862466261018072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:33 ---> docker-login.sh 18:19:33 nexus3.edgexfoundry.org:10001 18:19:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:33 Configure a credential helper to remove this warning. See 18:19:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:33 18:19:33 Login Succeeded 18:19:33 nexus3.edgexfoundry.org:10002 18:19:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:33 Configure a credential helper to remove this warning. See 18:19:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:33 18:19:33 Login Succeeded 18:19:33 nexus3.edgexfoundry.org:10003 18:19:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:33 Configure a credential helper to remove this warning. See 18:19:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:33 18:19:33 Login Succeeded 18:19:33 nexus3.edgexfoundry.org:10004 18:19:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:33 Configure a credential helper to remove this warning. See 18:19:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:33 18:19:33 Login Succeeded 18:19:33 docker.io 18:19:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:34 Configure a credential helper to remove this warning. See 18:19:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:34 18:19:34 Login Succeeded 18:19:34 ---> docker-login.sh ends [Pipeline] } 18:19:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:19:34 + git rev-list -1 --merges 731cbe338f54dd8dac0167938734c2fced573176~1..731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] echo 18:19:34 -----------> git rev-list -1 --merges 731cbe338f54dd8dac0167938734c2fced573176~1..731cbe338f54dd8dac0167938734c2fced573176 731cbe338f54dd8dac0167938734c2fced573176 [false] [Pipeline] sh 18:19:34 + git log --format=format:%s -1 731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] echo 18:19:34 ========================================================= 18:19:34 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:19:34 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:19:35 + git log --format=format:%s -1 731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] echo 18:19:35 [semverPrep] GIT_COMMIT: 731cbe338f54dd8dac0167938734c2fced573176, Commit Message: feat!: updates for common config (#518) [Pipeline] echo 18:19:35 [semverPrep] This is not a build commit. [Pipeline] sh 18:19:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:19:35 + grep -v github /etc/ssh/ssh_known_hosts 18:19:35 + [ -e /tmp/ssh_known_hosts ] 18:19:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:19:35 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:19:35 + sudo tee -a /etc/ssh/ssh_known_hosts 18:19:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:19:35 18:19:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:19:36 0.1.4: Pulling from edgex-devops/py-git-semver 18:19:36 b85a868b505f: Pulling fs layer 18:19:36 e2be974225ed: Pulling fs layer 18:19:36 339a4e72a1f5: Pulling fs layer 18:19:36 988bab9f4d93: Pulling fs layer 18:19:36 1469e6f7b9e6: Pulling fs layer 18:19:36 eaf3925da568: Pulling fs layer 18:19:36 bab4dde63d76: Pulling fs layer 18:19:36 bde34c3a00c8: Pulling fs layer 18:19:36 b352a97aabf1: Pulling fs layer 18:19:36 4872d77fe225: Pulling fs layer 18:19:36 5851b861e8e6: Pulling fs layer 18:19:36 bde34c3a00c8: Waiting 18:19:36 b352a97aabf1: Waiting 18:19:36 988bab9f4d93: Waiting 18:19:36 4872d77fe225: Waiting 18:19:36 5851b861e8e6: Waiting 18:19:36 1469e6f7b9e6: Waiting 18:19:36 bab4dde63d76: Waiting 18:19:36 eaf3925da568: Waiting 18:19:36 e2be974225ed: Download complete 18:19:36 988bab9f4d93: Verifying Checksum 18:19:36 988bab9f4d93: Download complete 18:19:36 1469e6f7b9e6: Verifying Checksum 18:19:36 1469e6f7b9e6: Download complete 18:19:36 eaf3925da568: Download complete 18:19:36 339a4e72a1f5: Verifying Checksum 18:19:36 339a4e72a1f5: Download complete 18:19:36 bde34c3a00c8: Download complete 18:19:36 b352a97aabf1: Verifying Checksum 18:19:36 b352a97aabf1: Download complete 18:19:36 4872d77fe225: Verifying Checksum 18:19:36 4872d77fe225: Download complete 18:19:36 5851b861e8e6: Download complete 18:19:36 b85a868b505f: Verifying Checksum 18:19:36 b85a868b505f: Download complete 18:19:36 bab4dde63d76: Verifying Checksum 18:19:36 bab4dde63d76: Download complete 18:19:37 b85a868b505f: Pull complete 18:19:38 e2be974225ed: Pull complete 18:19:38 339a4e72a1f5: Pull complete 18:19:38 988bab9f4d93: Pull complete 18:19:38 1469e6f7b9e6: Pull complete 18:19:38 eaf3925da568: Pull complete 18:19:40 bab4dde63d76: Pull complete 18:19:40 bde34c3a00c8: Pull complete 18:19:41 b352a97aabf1: Pull complete 18:19:41 4872d77fe225: Pull complete 18:19:41 5851b861e8e6: Pull complete 18:19:41 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:19:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:19:41 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:19:41 prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container 18:19:41 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:19:43 $ docker top 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b -eo pid,comm 18:19:43 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). 18:19:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:19:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:43 [ssh-agent] Looking for ssh-agent implementation... 18:19:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:43 $ docker exec 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b ssh-agent 18:19:43 SSH_AUTH_SOCK=/tmp/ssh-q8nyiDp9dR4o/agent.32 18:19:43 SSH_AGENT_PID=38 18:19:43 Running ssh-add (command line suppressed) 18:19:44 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14771476351133360276.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14771476351133360276.key) 18:19:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:44 + git tag --points-at HEAD [Pipeline] } 18:19:44 $ docker exec --env ******** --env ******** 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b ssh-agent -k 18:19:44 unset SSH_AUTH_SOCK; 18:19:44 unset SSH_AGENT_PID; 18:19:44 echo Agent pid 38 killed; 18:19:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:19:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:44 [ssh-agent] Looking for ssh-agent implementation... 18:19:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:44 $ docker exec 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b ssh-agent 18:19:44 SSH_AUTH_SOCK=/tmp/ssh-RwxNaksltwwG/agent.71 18:19:44 SSH_AGENT_PID=76 18:19:44 Running ssh-add (command line suppressed) 18:19:44 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2395284207968980185.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2395284207968980185.key) 18:19:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:45 + git semver init 18:19:45 2023-02-15 18:19:45,367 [run_init] DEBUG init version:0.0.0 force:False 18:19:45 2023-02-15 18:19:45,368 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 18:19:45 2023-02-15 18:19:45,368 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 18:19:45 2023-02-15 18:19:45,369 [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) 18:19:46 2023-02-15 18:19:46,463 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 18:19:46 2023-02-15 18:19:46,464 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 18:19:46 2023-02-15 18:19:46,464 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 18:19:46 2023-02-15 18:19:46,464 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 18:19:46 3.0.0-dev.16 [Pipeline] } 18:19:46 $ docker exec --env ******** --env ******** 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b ssh-agent -k 18:19:46 unset SSH_AUTH_SOCK; 18:19:46 unset SSH_AGENT_PID; 18:19:46 echo Agent pid 76 killed; 18:19:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:19:47 + git semver [Pipeline] } 18:19:47 $ docker stop --time=1 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b 18:19:48 $ docker rm -f --volumes 9765dec331a7f7d4dfddedcc5768cd824890ccbbcc57320c53eead13807b0b3b [Pipeline] // withDockerContainer [Pipeline] sh 18:19:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:19:49 Stashed 1 file(s) [Pipeline] echo 18:19:49 [edgeXSemver]: initialized semver on version 3.0.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 18:19:49 provisioning config files... 18:19:49 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12368700535623198173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:49 ---> docker-login.sh 18:19:49 nexus3.edgexfoundry.org:10001 18:19:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:49 Configure a credential helper to remove this warning. See 18:19:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:49 18:19:49 Login Succeeded 18:19:49 nexus3.edgexfoundry.org:10002 18:19:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:49 Configure a credential helper to remove this warning. See 18:19:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:49 18:19:49 Login Succeeded 18:19:49 nexus3.edgexfoundry.org:10003 18:19:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:50 Configure a credential helper to remove this warning. See 18:19:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:50 18:19:50 Login Succeeded 18:19:50 nexus3.edgexfoundry.org:10004 18:19:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:50 Configure a credential helper to remove this warning. See 18:19:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:50 18:19:50 Login Succeeded 18:19:50 docker.io 18:19:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:50 Configure a credential helper to remove this warning. See 18:19:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:50 18:19:50 Login Succeeded 18:19:50 ---> docker-login.sh ends [Pipeline] } 18:19:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:19:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:19:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:19:50 ========================================================= 18:19:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:19:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:51 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 18:19:51 Sending build context to Docker daemon 3.21MB 18:19:51 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:19:51 Step 2/12 : FROM ${BASE} AS builder 18:19:51 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:19:51 213ec9aee27d: Pulling fs layer 18:19:51 4583459ba037: Pulling fs layer 18:19:51 93c1e223e6f2: Pulling fs layer 18:19:51 53926ce57604: Pulling fs layer 18:19:51 21b2b0c7a3f4: Pulling fs layer 18:19:51 22ff95d597cd: Pulling fs layer 18:19:51 12d6caf4c0d1: Pulling fs layer 18:19:51 96b7cbca73a9: Pulling fs layer 18:19:51 a7acece74701: Pulling fs layer 18:19:51 21b2b0c7a3f4: Waiting 18:19:51 22ff95d597cd: Waiting 18:19:51 12d6caf4c0d1: Waiting 18:19:51 96b7cbca73a9: Waiting 18:19:51 a7acece74701: Waiting 18:19:51 53926ce57604: Waiting 18:19:51 93c1e223e6f2: Verifying Checksum 18:19:51 93c1e223e6f2: Download complete 18:19:51 4583459ba037: Verifying Checksum 18:19:51 4583459ba037: Download complete 18:19:51 21b2b0c7a3f4: Verifying Checksum 18:19:51 21b2b0c7a3f4: Download complete 18:19:51 22ff95d597cd: Download complete 18:19:51 213ec9aee27d: Verifying Checksum 18:19:51 213ec9aee27d: Download complete 18:19:51 12d6caf4c0d1: Download complete 18:19:51 213ec9aee27d: Pull complete 18:19:51 4583459ba037: Pull complete 18:19:51 93c1e223e6f2: Pull complete 18:19:52 53926ce57604: Verifying Checksum 18:19:52 53926ce57604: Download complete 18:19:52 a7acece74701: Verifying Checksum 18:19:52 a7acece74701: Download complete 18:19:52 96b7cbca73a9: Verifying Checksum 18:19:52 96b7cbca73a9: Download complete 18:19:57 53926ce57604: Pull complete 18:19:57 21b2b0c7a3f4: Pull complete 18:19:57 22ff95d597cd: Pull complete 18:19:57 12d6caf4c0d1: Pull complete 18:19:59 96b7cbca73a9: Pull complete 18:19:59 a7acece74701: Pull complete 18:19:59 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:19:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:19:59 ---> db6d94c90886 18:19:59 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 18:20:04 ---> Running in 24f68d62aba5 18:20:04 Removing intermediate container 24f68d62aba5 18:20:04 ---> 1d6bf6146785 18:20:04 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:20:04 ---> Running in 1ef1fbcbc750 18:20:04 Removing intermediate container 1ef1fbcbc750 18:20:04 ---> 3e2803267fcb 18:20:04 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:20:04 ---> Running in 5a5b3fb393c5 18:20:04 Removing intermediate container 5a5b3fb393c5 18:20:04 ---> 4a6dda0197bd 18:20:04 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:20:04 ---> Running in 5ff1b4881f53 18:20:04 Still waiting to schedule task 18:20:04 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 18:20:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:20:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:20:05 OK: 211 MiB in 51 packages 18:20:05 Removing intermediate container 5ff1b4881f53 18:20:05 ---> bc896be35a83 18:20:05 Step 7/12 : WORKDIR /app 18:20:05 ---> Running in 5a0a65f0df91 18:20:05 Removing intermediate container 5a0a65f0df91 18:20:05 ---> 9093bfc7d86b 18:20:05 Step 8/12 : COPY go.mod vendor* ./ 18:20:05 ---> 9afac10e0dc0 18:20:05 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:20:05 ---> Running in 76e83db71953 18:20:37 Removing intermediate container 76e83db71953 18:20:37 ---> 0ab07123ac68 18:20:37 Step 10/12 : COPY . . 18:20:37 ---> 6510d920aabe 18:20:37 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:20:37 ---> Running in 30f83265ac7e 18:20:37 Removing intermediate container 30f83265ac7e 18:20:37 ---> 8d8a696759a4 18:20:37 Step 12/12 : RUN $MAKE 18:20:37 ---> Running in 5be6223181a5 18:20:37 noop 18:20:37 Removing intermediate container 5be6223181a5 18:20:37 ---> 019da5a8e5f8 18:20:37 Successfully built 019da5a8e5f8 18:20:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:20:38 + docker inspect -f . ci-base-image-x86_64 18:20:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:20:38 prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container 18:20:38 $ 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 ******** ci-base-image-x86_64 cat 18:20:38 $ docker top 7a283019194c36cde2ebb56488b7a033c39985192cb25e3d925e1df1b9f1678b -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:38 + go version 18:20:38 go version go1.18.7 linux/amd64 [Pipeline] } 18:20:38 $ docker stop --time=1 7a283019194c36cde2ebb56488b7a033c39985192cb25e3d925e1df1b9f1678b 18:20:40 $ docker rm -f --volumes 7a283019194c36cde2ebb56488b7a033c39985192cb25e3d925e1df1b9f1678b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:20:40 + docker inspect -f . ci-base-image-x86_64 18:20:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:20:40 prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container 18:20:40 $ 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 ******** ci-base-image-x86_64 cat 18:20:41 $ docker top 079e255167bb72f2685a13d4ed361374d8b38d746a81be6fd685b00dd5d43ad5 -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:41 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 18:20:42 + make test 18:20:42 go test -race -coverprofile=coverage.out ./... 18:21:04 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:21:04 go vet ./... 18:21:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:21:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:21:12 ./bin/test-attribution-txt.sh 18:21:12 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 18:21:12 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 18:21:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:21:12 $ docker stop --time=1 079e255167bb72f2685a13d4ed361374d8b38d746a81be6fd685b00dd5d43ad5 18:21:15 $ docker rm -f --volumes 079e255167bb72f2685a13d4ed361374d8b38d746a81be6fd685b00dd5d43ad5 [Pipeline] // withDockerContainer [Pipeline] sh 18:21:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:21:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:21:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:21:16 + ls -al . 18:21:16 total 172 18:21:16 drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:20 . 18:21:16 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:19 .. 18:21:16 -rw-rw-r-- 1 jenkins jenkins 119 Feb 15 18:19 .dockerignore 18:21:16 drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:19 .git 18:21:16 drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:19 .github 18:21:16 -rw-rw-r-- 1 jenkins jenkins 171 Feb 15 18:19 .gitignore 18:21:16 drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 18:19 .semver 18:21:16 -rw-rw-r-- 1 jenkins jenkins 9103 Feb 15 18:19 Attribution.txt 18:21:16 -rw-rw-r-- 1 jenkins jenkins 29118 Feb 15 18:19 CHANGELOG.md 18:21:16 -rw-rw-r-- 1 jenkins jenkins 1898 Feb 15 18:19 Dockerfile 18:21:16 -rw-rw-r-- 1 jenkins jenkins 677 Feb 15 18:19 GOVERNANCE.md 18:21:16 -rw-rw-r-- 1 jenkins jenkins 688 Feb 15 18:19 Jenkinsfile 18:21:16 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 15 18:19 LICENSE 18:21:16 -rw-rw-r-- 1 jenkins jenkins 618 Feb 15 18:19 OWNERS.md 18:21:16 -rw-rw-r-- 1 jenkins jenkins 4369 Feb 15 18:19 README.md 18:21:16 -rw-rw-r-- 1 jenkins jenkins 12 Feb 15 18:19 VERSION 18:21:16 drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 18:19 bin 18:21:16 -rw-r--r-- 1 jenkins jenkins 13 Feb 15 18:20 coverage.out 18:21:16 -rw-rw-r-- 1 jenkins jenkins 3308 Feb 15 18:19 go.mod 18:21:16 -rw-rw-r-- 1 jenkins jenkins 32598 Feb 15 18:19 go.sum 18:21:16 -rw-rw-r-- 1 jenkins jenkins 1949 Feb 15 18:19 main.go 18:21:16 -rw-rw-r-- 1 jenkins jenkins 2078 Feb 15 18:19 makefile 18:21:16 drwxrwxr-x 10 jenkins jenkins 4096 Feb 15 18:19 res 18:21:16 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:19 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:17 + 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=731cbe338f54dd8dac0167938734c2fced573176 --label arch=amd64 --label version=3.0.0-dev.16 . 18:21:17 Sending build context to Docker daemon 3.211MB 18:21:17 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 18:21:17 Step 2/26 : FROM ${BASE} AS builder 18:21:17 ---> 019da5a8e5f8 18:21:17 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 18:21:17 ---> Running in 0ed3c50ed1fd 18:21:17 Removing intermediate container 0ed3c50ed1fd 18:21:17 ---> 4bb3d84569a3 18:21:17 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 18:21:17 ---> Running in da09b7a6c4ce 18:21:17 Removing intermediate container da09b7a6c4ce 18:21:17 ---> 43e280a298d5 18:21:17 Step 5/26 : ARG ADD_BUILD_TAGS="" 18:21:17 ---> Running in aa9eb8fcfbeb 18:21:17 Removing intermediate container aa9eb8fcfbeb 18:21:17 ---> 4faf7c471d64 18:21:17 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:21:17 ---> Running in cb7ac911710d 18:21:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:21:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:21:18 OK: 211 MiB in 51 packages 18:21:18 Removing intermediate container cb7ac911710d 18:21:18 ---> 086ccad891a9 18:21:18 Step 7/26 : WORKDIR /app 18:21:18 ---> Running in 0469f64e955f 18:21:18 Removing intermediate container 0469f64e955f 18:21:18 ---> f37f454402c3 18:21:18 Step 8/26 : COPY go.mod vendor* ./ 18:21:18 ---> a2d9e54c93e5 18:21:18 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:21:18 ---> Running in b86e90a065fc 18:21:19 Removing intermediate container b86e90a065fc 18:21:19 ---> 3355a7ed48fe 18:21:19 Step 10/26 : COPY . . 18:21:19 ---> 49c2840d0c35 18:21:19 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:21:19 ---> Running in 79239dc55dce 18:21:20 Removing intermediate container 79239dc55dce 18:21:20 ---> 1d8568be9e3e 18:21:20 Step 12/26 : RUN $MAKE 18:21:20 ---> Running in 2cb1bdf23f09 18:21:20 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.29 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.16" -trimpath -mod=readonly -o app-service-configurable 18:21:42 Removing intermediate container 2cb1bdf23f09 18:21:42 ---> 74bf2d209980 18:21:42 Step 13/26 : FROM alpine:3.16 18:21:42 3.16: Pulling from library/alpine 18:21:42 ef5531b6e74e: Pulling fs layer 18:21:42 ef5531b6e74e: Pull complete 18:21:42 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:21:42 Status: Downloaded newer image for alpine:3.16 18:21:42 ---> dfd21b5a31f5 18:21:42 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:21:42 ---> Running in d1a437e237e5 18:21:42 Removing intermediate container d1a437e237e5 18:21:42 ---> cc1f0dfc06ac 18:21:42 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 18:21:42 ---> Running in e66cb388da73 18:21:42 Removing intermediate container e66cb388da73 18:21:42 ---> 5d7b6e44824b 18:21:42 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 18:21:42 ---> Running in aec593c161f2 18:21:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:21:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:21:43 (1/2) Installing ca-certificates (20220614-r0) 18:21:43 (2/2) Installing dumb-init (1.2.5-r1) 18:21:43 Executing busybox-1.35.0-r17.trigger 18:21:43 Executing ca-certificates-20220614-r0.trigger 18:21:43 OK: 6 MiB in 16 packages 18:21:44 Removing intermediate container aec593c161f2 18:21:44 ---> 26db43695bef 18:21:44 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:21:44 ---> 63a1d2e61d77 18:21:44 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 18:21:44 ---> 68b1c3a65965 18:21:44 Step 19/26 : COPY --from=builder /app/res/ /res/ 18:21:44 ---> 611fec1a2a27 18:21:44 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:21:45 ---> 8f75a1627499 18:21:45 Step 21/26 : EXPOSE 48095 18:21:45 ---> Running in c306945acef8 18:21:45 Removing intermediate container c306945acef8 18:21:45 ---> b165ad3cb553 18:21:45 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 18:21:45 ---> Running in 153a91e4814d 18:21:45 Removing intermediate container 153a91e4814d 18:21:45 ---> d0e2db3d180c 18:21:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:21:45 ---> Running in d1296490feba 18:21:45 Removing intermediate container d1296490feba 18:21:45 ---> 26eed1260167 18:21:45 Step 24/26 : LABEL arch=amd64 18:21:45 ---> Running in 66e69d47e2ae 18:21:45 Removing intermediate container 66e69d47e2ae 18:21:45 ---> 9bd0d3db3e73 18:21:45 Step 25/26 : LABEL git_sha=731cbe338f54dd8dac0167938734c2fced573176 18:21:45 ---> Running in 1549ae8a9f62 18:21:45 Removing intermediate container 1549ae8a9f62 18:21:45 ---> 862a142ada8b 18:21:45 Step 26/26 : LABEL version=3.0.0-dev.16 18:21:45 ---> Running in a14370c7b410 18:21:45 Removing intermediate container a14370c7b410 18:21:45 ---> b419cc923fe2 18:21:45 [Warning] One or more build-args [ARCH] were not consumed 18:21:45 Successfully built b419cc923fe2 18:21:45 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 18:21:45 provisioning config files... 18:21:45 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10615239129680596812tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:21:45 ---> docker-login.sh 18:21:45 nexus3.edgexfoundry.org:10001 18:21:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:45 Configure a credential helper to remove this warning. See 18:21:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:45 18:21:45 Login Succeeded 18:21:45 nexus3.edgexfoundry.org:10002 18:21:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:45 Configure a credential helper to remove this warning. See 18:21:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:45 18:21:45 Login Succeeded 18:21:45 nexus3.edgexfoundry.org:10003 18:21:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:46 Configure a credential helper to remove this warning. See 18:21:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:46 18:21:46 Login Succeeded 18:21:46 nexus3.edgexfoundry.org:10004 18:21:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:46 Configure a credential helper to remove this warning. See 18:21:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:46 18:21:46 Login Succeeded 18:21:46 docker.io 18:21:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:46 Configure a credential helper to remove this warning. See 18:21:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:46 18:21:46 Login Succeeded 18:21:46 ---> docker-login.sh ends [Pipeline] } 18:21:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:21:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:21:46 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 18:21:46 731cbe338f54dd8dac0167938734c2fced573176 18:21:46 latest 18:21:46 3.0.0-dev.16 18:21:46 731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 18:21:46 main 18:21:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:46 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:47 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:731cbe338f54dd8dac0167938734c2fced573176 18:21:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:21:47 36e8e87362a9: Preparing 18:21:47 a99137175744: Preparing 18:21:47 a1fd3ef9b7bf: Preparing 18:21:47 06f94591869c: Preparing 18:21:47 253b185516fd: Preparing 18:21:47 aa5968d388b8: Preparing 18:21:47 aa5968d388b8: Waiting 18:21:47 a99137175744: Pushed 18:21:47 06f94591869c: Pushed 18:21:47 a1fd3ef9b7bf: Pushed 18:21:47 aa5968d388b8: Layer already exists 18:21:47 253b185516fd: Pushed 18:21:49 36e8e87362a9: Pushed 18:21:49 731cbe338f54dd8dac0167938734c2fced573176: digest: sha256:cb7bcb3b151e2d361974315a81004403248da8312b38114e105d892f2d5f6dd8 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:49 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:50 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 18:21:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:21:50 36e8e87362a9: Preparing 18:21:50 a99137175744: Preparing 18:21:50 a1fd3ef9b7bf: Preparing 18:21:50 06f94591869c: Preparing 18:21:50 253b185516fd: Preparing 18:21:50 aa5968d388b8: Preparing 18:21:50 aa5968d388b8: Waiting 18:21:50 253b185516fd: Layer already exists 18:21:50 36e8e87362a9: Layer already exists 18:21:50 a99137175744: Layer already exists 18:21:50 06f94591869c: Layer already exists 18:21:50 a1fd3ef9b7bf: Layer already exists 18:21:50 aa5968d388b8: Layer already exists 18:21:50 latest: digest: sha256:cb7bcb3b151e2d361974315a81004403248da8312b38114e105d892f2d5f6dd8 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:50 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:50 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.16 18:21:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:21:50 36e8e87362a9: Preparing 18:21:50 a99137175744: Preparing 18:21:50 a1fd3ef9b7bf: Preparing 18:21:50 06f94591869c: Preparing 18:21:50 253b185516fd: Preparing 18:21:50 aa5968d388b8: Preparing 18:21:50 36e8e87362a9: Layer already exists 18:21:50 a99137175744: Layer already exists 18:21:50 a1fd3ef9b7bf: Layer already exists 18:21:50 253b185516fd: Layer already exists 18:21:50 06f94591869c: Layer already exists 18:21:50 aa5968d388b8: Layer already exists 18:21:50 3.0.0-dev.16: digest: sha256:cb7bcb3b151e2d361974315a81004403248da8312b38114e105d892f2d5f6dd8 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:51 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:51 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 18:21:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:21:51 36e8e87362a9: Preparing 18:21:51 a99137175744: Preparing 18:21:51 a1fd3ef9b7bf: Preparing 18:21:51 06f94591869c: Preparing 18:21:51 253b185516fd: Preparing 18:21:51 aa5968d388b8: Preparing 18:21:51 aa5968d388b8: Waiting 18:21:51 36e8e87362a9: Layer already exists 18:21:51 06f94591869c: Layer already exists 18:21:51 a99137175744: Layer already exists 18:21:51 253b185516fd: Layer already exists 18:21:51 a1fd3ef9b7bf: Layer already exists 18:21:51 aa5968d388b8: Layer already exists 18:21:51 731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16: digest: sha256:cb7bcb3b151e2d361974315a81004403248da8312b38114e105d892f2d5f6dd8 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:51 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:52 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 18:21:52 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:21:52 36e8e87362a9: Preparing 18:21:52 a99137175744: Preparing 18:21:52 a1fd3ef9b7bf: Preparing 18:21:52 06f94591869c: Preparing 18:21:52 253b185516fd: Preparing 18:21:52 aa5968d388b8: Preparing 18:21:52 aa5968d388b8: Waiting 18:21:52 253b185516fd: Layer already exists 18:21:52 a1fd3ef9b7bf: Layer already exists 18:21:52 a99137175744: Layer already exists 18:21:52 36e8e87362a9: Layer already exists 18:21:52 06f94591869c: Layer already exists 18:21:52 aa5968d388b8: Layer already exists 18:21:52 main: digest: sha256:cb7bcb3b151e2d361974315a81004403248da8312b38114e105d892f2d5f6dd8 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:21:52 ===================================================== [Pipeline] echo 18:21:52 taggedImages: 18:21:52 - nexus3.edgexfoundry.org:10004/app-service-configurable:731cbe338f54dd8dac0167938734c2fced573176 18:21:52 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 18:21:52 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.16 18:21:52 - nexus3.edgexfoundry.org:10004/app-service-configurable:731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 18:21:52 - 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 18:21:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:21:52 18:21:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:21:52 latest: Pulling from edgex-lftools-log-publisher 18:21:52 5eb5b503b376: Pulling fs layer 18:21:52 5c69ac0246d0: Pulling fs layer 18:21:52 ec43610c2a17: Pulling fs layer 18:21:52 3a2ae6a8a46f: Pulling fs layer 18:21:52 33b1e0a273af: Pulling fs layer 18:21:52 5d3b04190fa2: Pulling fs layer 18:21:52 2f39f015ded8: Pulling fs layer 18:21:52 5d3b04190fa2: Waiting 18:21:52 33b1e0a273af: Waiting 18:21:52 2f39f015ded8: Waiting 18:21:52 3a2ae6a8a46f: Waiting 18:21:52 5c69ac0246d0: Verifying Checksum 18:21:52 5c69ac0246d0: Download complete 18:21:52 3a2ae6a8a46f: Download complete 18:21:53 33b1e0a273af: Verifying Checksum 18:21:53 33b1e0a273af: Download complete 18:21:53 5d3b04190fa2: Download complete 18:21:53 ec43610c2a17: Download complete 18:21:53 5eb5b503b376: Verifying Checksum 18:21:53 5eb5b503b376: Download complete 18:21:53 2f39f015ded8: Verifying Checksum 18:21:53 2f39f015ded8: Download complete 18:21:54 5eb5b503b376: Pull complete 18:21:54 5c69ac0246d0: Pull complete 18:21:55 ec43610c2a17: Pull complete 18:21:55 3a2ae6a8a46f: Pull complete 18:21:55 33b1e0a273af: Pull complete 18:21:55 5d3b04190fa2: Pull complete 18:21:59 2f39f015ded8: Pull complete 18:21:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:21:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:21:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:21:59 prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container 18:21:59 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:22:03 $ docker top e78be92ae1d875572c63e61a1206791a517997fccd5e304c68aedc4954f9abb9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:22:04 ---> job-cost.sh 18:22:04 lf-activate-venv: SKIPPING 18:22:04 INFO: No Stack... 18:22:04 INFO: Retrieving Pricing Info for: v3-standard-8 18:22:04 INFO: Archiving Costs [Pipeline] sh 18:22:05 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 18:22:05 + cut -d, -f6 [Pipeline] lock 18:22:05 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] 18:22:05 Resource [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] did not exist. Created. 18:22:05 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:22:05 + echo total: 0.2199999988079071 [Pipeline] stash 18:22:05 Stashed 1 file(s) [Pipeline] } 18:22:05 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] [Pipeline] // lock [Pipeline] } 18:22:05 $ docker stop --time=1 e78be92ae1d875572c63e61a1206791a517997fccd5e304c68aedc4954f9abb9 18:22:06 $ docker rm -f --volumes e78be92ae1d875572c63e61a1206791a517997fccd5e304c68aedc4954f9abb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:22:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6170 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 18:22:18 Running in /w/workspace/app-service-configurable/133 [Pipeline] { [Pipeline] checkout 18:22:18 Selected Git installation does not exist. Using Default 18:22:18 The recommended git tool is: NONE 18:22:24 using credential edgex-jenkins-ssh 18:22:24 Cloning the remote Git repository 18:22:24 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:22:24 > git init /w/workspace/app-service-configurable/133 # timeout=10 18:22:25 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:22:25 > git --version # timeout=10 18:22:25 > git --version # 'git version 2.25.1' 18:22:25 using GIT_SSH to set credentials SSH Credentials for GitHub 18:22:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:22:27 Avoid second fetch 18:22:27 Checking out Revision 731cbe338f54dd8dac0167938734c2fced573176 (main) 18:22:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:22:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:22:27 > git config core.sparsecheckout # timeout=10 18:22:27 > git checkout -f 731cbe338f54dd8dac0167938734c2fced573176 # timeout=10 18:22:28 Commit message: "feat!: updates for common config (#518)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:22:29 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:22:29 % Total % Received % Xferd Average Speed Time Time Time Current 18:22:29 Dload Upload Total Spent Left Speed 18:22:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 211k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh 18:22:29 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:22:30 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee 18:22:30 /etc/docker/daemon.new 18:22:30 { 18:22:30 "registry-mirrors": [ 18:22:30 "https://nexus3.edgexfoundry.org:10001" 18:22:30 ], 18:22:30 "bip": "10.250.0.254/24", 18:22:30 "hosts": [ 18:22:30 "tcp://0.0.0.0:5555", 18:22:30 "unix:///var/run/docker.sock" 18:22:30 ], 18:22:30 "mtu": 1458, 18:22:30 "selinux-enabled": true, 18:22:30 "seccomp-profile": "/etc/docker/seccomp.json" 18:22:30 } [Pipeline] sh 18:22:30 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:22:30 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:22:49 provisioning config files... 18:22:49 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/133@tmp/config1936462654079463162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:22:49 ---> docker-login.sh 18:22:49 nexus3.edgexfoundry.org:10001 18:22:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:50 Configure a credential helper to remove this warning. See 18:22:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:50 18:22:50 Login Succeeded 18:22:50 nexus3.edgexfoundry.org:10002 18:22:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:50 Configure a credential helper to remove this warning. See 18:22:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:50 18:22:50 Login Succeeded 18:22:50 nexus3.edgexfoundry.org:10003 18:22:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:50 Configure a credential helper to remove this warning. See 18:22:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:50 18:22:50 Login Succeeded 18:22:50 nexus3.edgexfoundry.org:10004 18:22:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:51 Configure a credential helper to remove this warning. See 18:22:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:51 18:22:51 Login Succeeded 18:22:51 docker.io 18:22:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:51 Configure a credential helper to remove this warning. See 18:22:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:51 18:22:51 Login Succeeded 18:22:51 ---> docker-login.sh ends [Pipeline] } 18:22:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:22:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:22:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:22:52 ========================================================= 18:22:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:22:52 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:22:52 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 18:22:52 Sending build context to Docker daemon 178.2kB 18:22:52 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:22:52 Step 2/12 : FROM ${BASE} AS builder 18:22:52 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:22:52 9b18e9b68314: Pulling fs layer 18:22:52 35d82f9e3411: Pulling fs layer 18:22:52 e16973657156: Pulling fs layer 18:22:52 fc693d55d65f: Pulling fs layer 18:22:52 7e9fc2657dce: Pulling fs layer 18:22:52 dda99020689f: Pulling fs layer 18:22:52 db1c61fa0a46: Pulling fs layer 18:22:52 891c053d2c06: Pulling fs layer 18:22:52 dda99020689f: Waiting 18:22:52 db1c61fa0a46: Waiting 18:22:52 891c053d2c06: Waiting 18:22:52 fc693d55d65f: Waiting 18:22:52 7e9fc2657dce: Waiting 18:22:52 e16973657156: Verifying Checksum 18:22:52 e16973657156: Download complete 18:22:52 35d82f9e3411: Download complete 18:22:52 7e9fc2657dce: Download complete 18:22:52 dda99020689f: Verifying Checksum 18:22:52 dda99020689f: Download complete 18:22:52 9b18e9b68314: Verifying Checksum 18:22:52 9b18e9b68314: Download complete 18:22:53 9b18e9b68314: Pull complete 18:22:54 891c053d2c06: Verifying Checksum 18:22:54 891c053d2c06: Download complete 18:22:54 35d82f9e3411: Pull complete 18:22:54 e16973657156: Pull complete 18:22:55 db1c61fa0a46: Verifying Checksum 18:22:55 db1c61fa0a46: Download complete 18:22:55 fc693d55d65f: Download complete 18:23:11 fc693d55d65f: Pull complete 18:23:11 7e9fc2657dce: Pull complete 18:23:11 dda99020689f: Pull complete 18:23:17 db1c61fa0a46: Pull complete 18:23:19 891c053d2c06: Pull complete 18:23:19 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:23:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:23:19 ---> f96f9c87975a 18:23:19 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 18:23:20 ---> Running in 59508cfd984b 18:23:20 Removing intermediate container 59508cfd984b 18:23:20 ---> 0c0ee2d7577d 18:23:20 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:23:20 ---> Running in 1656e80229a2 18:23:21 Removing intermediate container 1656e80229a2 18:23:21 ---> 603b2cc7a418 18:23:21 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:23:21 ---> Running in 7c144ff531e2 18:23:21 Removing intermediate container 7c144ff531e2 18:23:21 ---> cd770d8308ce 18:23:21 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:23:21 ---> Running in 2e12c06a65b2 18:23:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:23:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:23:24 OK: 221 MiB in 51 packages 18:23:25 Removing intermediate container 2e12c06a65b2 18:23:25 ---> 827afe313f1e 18:23:25 Step 7/12 : WORKDIR /app 18:23:25 ---> Running in 5eb6b9ba0f57 18:23:25 Removing intermediate container 5eb6b9ba0f57 18:23:25 ---> 2368187fcf4e 18:23:25 Step 8/12 : COPY go.mod vendor* ./ 18:23:26 ---> 43bc2f31d28c 18:23:26 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:23:26 ---> Running in abbb70dbf0f9 18:24:47 Removing intermediate container abbb70dbf0f9 18:24:47 ---> 2776dab317d8 18:24:47 Step 10/12 : COPY . . 18:24:47 ---> 26d0009579c9 18:24:47 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:24:47 ---> Running in 1dcdc366ffa3 18:24:47 Removing intermediate container 1dcdc366ffa3 18:24:47 ---> c3f42a559da9 18:24:47 Step 12/12 : RUN $MAKE 18:24:47 ---> Running in f66a7e869579 18:24:47 noop 18:24:47 Removing intermediate container f66a7e869579 18:24:47 ---> 5438b0cb55df 18:24:47 Successfully built 5438b0cb55df 18:24:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:24:48 + docker inspect -f . ci-base-image-arm64 18:24:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:24:48 prd-ubuntu20.04-docker-arm64-4c-16g-6170 does not seem to be running inside a container 18:24:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/133 -v /w/workspace/app-service-configurable/133:/w/workspace/app-service-configurable/133:rw,z -v /w/workspace/app-service-configurable/133@tmp:/w/workspace/app-service-configurable/133@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 18:24:49 $ docker top c95baf0905ae5a908cb0d25a38e5aa339fdcaad9bca4331101ca7c89bae38889 -eo pid,comm [Pipeline] { [Pipeline] sh 18:24:50 + go version 18:24:50 go version go1.18.7 linux/arm64 [Pipeline] } 18:24:50 $ docker stop --time=1 c95baf0905ae5a908cb0d25a38e5aa339fdcaad9bca4331101ca7c89bae38889 18:24:52 $ docker rm -f --volumes c95baf0905ae5a908cb0d25a38e5aa339fdcaad9bca4331101ca7c89bae38889 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:24:52 + docker inspect -f . ci-base-image-arm64 18:24:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:24:52 prd-ubuntu20.04-docker-arm64-4c-16g-6170 does not seem to be running inside a container 18:24:52 $ 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/133 -v /w/workspace/app-service-configurable/133:/w/workspace/app-service-configurable/133:rw,z -v /w/workspace/app-service-configurable/133@tmp:/w/workspace/app-service-configurable/133@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 18:24:54 $ docker top 6d67c677b3cdaaf330d2c2468e54ab4d8ef264b8d24ce723795d051f64f894aa -eo pid,comm [Pipeline] { [Pipeline] sh 18:24:54 + git config --global --add safe.directory /w/workspace/app-service-configurable/133 [Pipeline] fileExists [Pipeline] sh 18:24:55 + make test 18:24:55 go test -race -coverprofile=coverage.out ./... 18:27:31 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:27:31 go vet ./... 18:28:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:28:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:28:53 ./bin/test-attribution-txt.sh 18:28:53 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 18:28:53 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 18:28:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:28:53 $ docker stop --time=1 6d67c677b3cdaaf330d2c2468e54ab4d8ef264b8d24ce723795d051f64f894aa 18:28:55 $ docker rm -f --volumes 6d67c677b3cdaaf330d2c2468e54ab4d8ef264b8d24ce723795d051f64f894aa [Pipeline] // withDockerContainer [Pipeline] sh 18:28:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:28:56 Warning: overwriting stash ‘coverage-report’ 18:28:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:28:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:28:57 + ls -al . 18:28:57 total 168 18:28:57 drwxrwxr-x 7 jenkins jenkins 4096 Feb 15 18:24 . 18:28:57 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:22 .. 18:28:57 -rw-rw-r-- 1 jenkins jenkins 119 Feb 15 18:22 .dockerignore 18:28:57 drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:22 .git 18:28:57 drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:22 .github 18:28:57 -rw-rw-r-- 1 jenkins jenkins 171 Feb 15 18:22 .gitignore 18:28:57 -rw-rw-r-- 1 jenkins jenkins 9103 Feb 15 18:22 Attribution.txt 18:28:57 -rw-rw-r-- 1 jenkins jenkins 29118 Feb 15 18:22 CHANGELOG.md 18:28:57 -rw-rw-r-- 1 jenkins jenkins 1898 Feb 15 18:22 Dockerfile 18:28:57 -rw-rw-r-- 1 jenkins jenkins 677 Feb 15 18:22 GOVERNANCE.md 18:28:57 -rw-rw-r-- 1 jenkins jenkins 688 Feb 15 18:22 Jenkinsfile 18:28:57 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 15 18:22 LICENSE 18:28:57 -rw-rw-r-- 1 jenkins jenkins 618 Feb 15 18:22 OWNERS.md 18:28:57 -rw-rw-r-- 1 jenkins jenkins 4369 Feb 15 18:22 README.md 18:28:57 -rw-rw-r-- 1 jenkins jenkins 12 Feb 15 18:19 VERSION 18:28:57 drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 18:22 bin 18:28:57 -rw-r--r-- 1 jenkins jenkins 13 Feb 15 18:24 coverage.out 18:28:57 -rw-rw-r-- 1 jenkins jenkins 3308 Feb 15 18:22 go.mod 18:28:57 -rw-rw-r-- 1 jenkins jenkins 32598 Feb 15 18:22 go.sum 18:28:57 -rw-rw-r-- 1 jenkins jenkins 1949 Feb 15 18:22 main.go 18:28:57 -rw-rw-r-- 1 jenkins jenkins 2078 Feb 15 18:22 makefile 18:28:57 drwxrwxr-x 10 jenkins jenkins 4096 Feb 15 18:22 res 18:28:57 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:22 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:58 + 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=731cbe338f54dd8dac0167938734c2fced573176 --label arch=arm64 --label version=3.0.0-dev.16 . 18:28:58 Sending build context to Docker daemon 179.2kB 18:28:58 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 18:28:58 Step 2/26 : FROM ${BASE} AS builder 18:28:58 ---> 5438b0cb55df 18:28:58 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 18:28:58 ---> Running in f0cf8d8fab3e 18:28:58 Removing intermediate container f0cf8d8fab3e 18:28:58 ---> 456a6dd5dd3f 18:28:58 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 18:28:59 ---> Running in 35800de06a74 18:28:59 Removing intermediate container 35800de06a74 18:28:59 ---> 2cc71d3273e4 18:28:59 Step 5/26 : ARG ADD_BUILD_TAGS="" 18:28:59 ---> Running in 0ec656868f20 18:28:59 Removing intermediate container 0ec656868f20 18:28:59 ---> 3a5d293514c9 18:28:59 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:28:59 ---> Running in d62d146adc45 18:29:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:29:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:29:02 OK: 221 MiB in 51 packages 18:29:03 Removing intermediate container d62d146adc45 18:29:03 ---> d2f4b5cf01b5 18:29:03 Step 7/26 : WORKDIR /app 18:29:03 ---> Running in ac8f5395ff2f 18:29:03 Removing intermediate container ac8f5395ff2f 18:29:03 ---> ec2a905ba88f 18:29:03 Step 8/26 : COPY go.mod vendor* ./ 18:29:03 ---> fa9f34f4df60 18:29:03 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:29:03 ---> Running in fa3c020a0e0f 18:29:06 Removing intermediate container fa3c020a0e0f 18:29:06 ---> 3f9006197b25 18:29:06 Step 10/26 : COPY . . 18:29:07 ---> f3b233788779 18:29:07 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:29:07 ---> Running in 1f7fce2cf8e0 18:29:07 Removing intermediate container 1f7fce2cf8e0 18:29:07 ---> 028ccca936d3 18:29:07 Step 12/26 : RUN $MAKE 18:29:07 ---> Running in ac1f66ad7d7f 18:29:08 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.29 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.16" -trimpath -mod=readonly -o app-service-configurable 18:31:14 Removing intermediate container ac1f66ad7d7f 18:31:14 ---> ce3fd9e26d68 18:31:14 Step 13/26 : FROM alpine:3.16 18:31:14 3.16: Pulling from library/alpine 18:31:14 3760b48202b3: Pulling fs layer 18:31:14 3760b48202b3: Verifying Checksum 18:31:14 3760b48202b3: Download complete 18:31:14 3760b48202b3: Pull complete 18:31:14 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:31:14 Status: Downloaded newer image for alpine:3.16 18:31:14 ---> 4c81e5bf8899 18:31:14 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:31:14 ---> Running in 007e9f3d3ac9 18:31:14 Removing intermediate container 007e9f3d3ac9 18:31:14 ---> c84c0cacfc72 18:31:14 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 18:31:14 ---> Running in 8dff4a08d0ed 18:31:14 Removing intermediate container 8dff4a08d0ed 18:31:14 ---> aa9890ce3b16 18:31:14 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 18:31:14 ---> Running in 32749e4dca28 18:31:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:31:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:31:14 (1/2) Installing ca-certificates (20220614-r0) 18:31:14 (2/2) Installing dumb-init (1.2.5-r1) 18:31:14 Executing busybox-1.35.0-r17.trigger 18:31:14 Executing ca-certificates-20220614-r0.trigger 18:31:14 OK: 6 MiB in 16 packages 18:31:14 Removing intermediate container 32749e4dca28 18:31:14 ---> 3910fb9881f5 18:31:14 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:31:14 ---> ea464deacdb2 18:31:14 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 18:31:14 ---> 162a675d4b00 18:31:14 Step 19/26 : COPY --from=builder /app/res/ /res/ 18:31:14 ---> bfd983b62c75 18:31:14 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:31:15 ---> 34e192c8cb56 18:31:15 Step 21/26 : EXPOSE 48095 18:31:16 ---> Running in ec5b4fddd65a 18:31:16 Removing intermediate container ec5b4fddd65a 18:31:16 ---> 5b23e98fd654 18:31:16 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 18:31:16 ---> Running in ae558a4208f9 18:31:16 Removing intermediate container ae558a4208f9 18:31:16 ---> 90b1316c7cb6 18:31:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:31:16 ---> Running in 253bad6237cf 18:31:16 Removing intermediate container 253bad6237cf 18:31:16 ---> dd7dc04e0194 18:31:16 Step 24/26 : LABEL arch=arm64 18:31:17 ---> Running in e0150945cfa6 18:31:17 Removing intermediate container e0150945cfa6 18:31:17 ---> e81e29b775e1 18:31:17 Step 25/26 : LABEL git_sha=731cbe338f54dd8dac0167938734c2fced573176 18:31:17 ---> Running in 6a5c8a977c2d 18:31:17 Removing intermediate container 6a5c8a977c2d 18:31:17 ---> ce4dc16ea3a5 18:31:17 Step 26/26 : LABEL version=3.0.0-dev.16 18:31:17 ---> Running in f5b2da088954 18:31:18 Removing intermediate container f5b2da088954 18:31:18 ---> 344b4d1fbb77 18:31:18 [Warning] One or more build-args [ARCH] were not consumed 18:31:18 Successfully built 344b4d1fbb77 18:31:18 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 18:31:18 provisioning config files... 18:31:18 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/133@tmp/config3524826018758500148tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:18 ---> docker-login.sh 18:31:18 nexus3.edgexfoundry.org:10001 18:31:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:19 Configure a credential helper to remove this warning. See 18:31:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:19 18:31:19 Login Succeeded 18:31:19 nexus3.edgexfoundry.org:10002 18:31:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:19 Configure a credential helper to remove this warning. See 18:31:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:19 18:31:19 Login Succeeded 18:31:19 nexus3.edgexfoundry.org:10003 18:31:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:19 Configure a credential helper to remove this warning. See 18:31:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:19 18:31:19 Login Succeeded 18:31:19 nexus3.edgexfoundry.org:10004 18:31:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:20 Configure a credential helper to remove this warning. See 18:31:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:20 18:31:20 Login Succeeded 18:31:20 docker.io 18:31:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:20 Configure a credential helper to remove this warning. See 18:31:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:20 18:31:20 Login Succeeded 18:31:20 ---> docker-login.sh ends [Pipeline] } 18:31:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:31:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:31:20 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 18:31:20 731cbe338f54dd8dac0167938734c2fced573176 18:31:20 latest 18:31:20 3.0.0-dev.16 18:31:20 731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 18:31:20 main 18:31:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:21 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:21 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:731cbe338f54dd8dac0167938734c2fced573176 18:31:21 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 18:31:21 22af9eee7b72: Preparing 18:31:21 60d5441661ea: Preparing 18:31:21 111c2e392b60: Preparing 18:31:21 b1533b238353: Preparing 18:31:21 b0cd23e7153d: Preparing 18:31:21 f70ee36035b9: Preparing 18:31:21 f70ee36035b9: Waiting 18:31:21 b1533b238353: Pushed 18:31:21 60d5441661ea: Pushed 18:31:21 111c2e392b60: Pushed 18:31:21 f70ee36035b9: Layer already exists 18:31:21 b0cd23e7153d: Pushed 18:31:27 22af9eee7b72: Pushed 18:31:29 731cbe338f54dd8dac0167938734c2fced573176: digest: sha256:b6e93d1541a5f6027ac3a8bd4f8b7c04386d325b781f7d3c06275cd8d85dfd28 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:29 + 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 18:31:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 18:31:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 18:31:29 22af9eee7b72: Preparing 18:31:29 60d5441661ea: Preparing 18:31:29 111c2e392b60: Preparing 18:31:29 b1533b238353: Preparing 18:31:29 b0cd23e7153d: Preparing 18:31:29 f70ee36035b9: Preparing 18:31:29 f70ee36035b9: Waiting 18:31:29 22af9eee7b72: Layer already exists 18:31:29 b1533b238353: Layer already exists 18:31:29 60d5441661ea: Layer already exists 18:31:29 b0cd23e7153d: Layer already exists 18:31:29 111c2e392b60: Layer already exists 18:31:29 f70ee36035b9: Layer already exists 18:31:30 latest: digest: sha256:b6e93d1541a5f6027ac3a8bd4f8b7c04386d325b781f7d3c06275cd8d85dfd28 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:30 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:30 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.16 18:31:30 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 18:31:30 22af9eee7b72: Preparing 18:31:30 60d5441661ea: Preparing 18:31:30 111c2e392b60: Preparing 18:31:30 b1533b238353: Preparing 18:31:30 b0cd23e7153d: Preparing 18:31:30 f70ee36035b9: Preparing 18:31:30 f70ee36035b9: Waiting 18:31:30 22af9eee7b72: Layer already exists 18:31:30 b0cd23e7153d: Layer already exists 18:31:30 60d5441661ea: Layer already exists 18:31:30 b1533b238353: Layer already exists 18:31:30 111c2e392b60: Layer already exists 18:31:30 f70ee36035b9: Layer already exists 18:31:30 3.0.0-dev.16: digest: sha256:b6e93d1541a5f6027ac3a8bd4f8b7c04386d325b781f7d3c06275cd8d85dfd28 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:31 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:31 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 18:31:31 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 18:31:31 22af9eee7b72: Preparing 18:31:31 60d5441661ea: Preparing 18:31:31 111c2e392b60: Preparing 18:31:31 b1533b238353: Preparing 18:31:31 b0cd23e7153d: Preparing 18:31:31 f70ee36035b9: Preparing 18:31:31 f70ee36035b9: Waiting 18:31:31 60d5441661ea: Layer already exists 18:31:31 111c2e392b60: Layer already exists 18:31:31 b1533b238353: Layer already exists 18:31:31 b0cd23e7153d: Layer already exists 18:31:31 22af9eee7b72: Layer already exists 18:31:31 f70ee36035b9: Layer already exists 18:31:31 731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16: digest: sha256:b6e93d1541a5f6027ac3a8bd4f8b7c04386d325b781f7d3c06275cd8d85dfd28 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:32 + 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 18:31:32 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 18:31:32 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 18:31:32 22af9eee7b72: Preparing 18:31:32 60d5441661ea: Preparing 18:31:32 111c2e392b60: Preparing 18:31:32 b1533b238353: Preparing 18:31:32 b0cd23e7153d: Preparing 18:31:32 f70ee36035b9: Preparing 18:31:32 f70ee36035b9: Waiting 18:31:32 b0cd23e7153d: Layer already exists 18:31:32 60d5441661ea: Layer already exists 18:31:32 111c2e392b60: Layer already exists 18:31:32 b1533b238353: Layer already exists 18:31:32 22af9eee7b72: Layer already exists 18:31:32 f70ee36035b9: Layer already exists 18:31:32 main: digest: sha256:b6e93d1541a5f6027ac3a8bd4f8b7c04386d325b781f7d3c06275cd8d85dfd28 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:31:32 ===================================================== [Pipeline] echo 18:31:32 taggedImages: 18:31:32 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:731cbe338f54dd8dac0167938734c2fced573176 18:31:32 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 18:31:32 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.16 18:31:32 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:731cbe338f54dd8dac0167938734c2fced573176-3.0.0-dev.16 18:31:32 - 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 18:31:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:31:33 18:31:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:31:33 arm64: Pulling from edgex-lftools-log-publisher 18:31:33 8998bd30e6a1: Pulling fs layer 18:31:33 04944245beec: Pulling fs layer 18:31:33 699f458cf7ca: Pulling fs layer 18:31:33 765212b225bb: Pulling fs layer 18:31:33 f23df028b6ca: Pulling fs layer 18:31:33 d65c8cfc05b1: Pulling fs layer 18:31:33 2437ff75d9bd: Pulling fs layer 18:31:33 765212b225bb: Waiting 18:31:33 f23df028b6ca: Waiting 18:31:33 d65c8cfc05b1: Waiting 18:31:33 2437ff75d9bd: Waiting 18:31:33 04944245beec: Verifying Checksum 18:31:33 04944245beec: Download complete 18:31:33 765212b225bb: Verifying Checksum 18:31:33 765212b225bb: Download complete 18:31:33 f23df028b6ca: Verifying Checksum 18:31:33 f23df028b6ca: Download complete 18:31:33 d65c8cfc05b1: Verifying Checksum 18:31:33 d65c8cfc05b1: Download complete 18:31:34 699f458cf7ca: Verifying Checksum 18:31:34 699f458cf7ca: Download complete 18:31:34 8998bd30e6a1: Download complete 18:31:36 2437ff75d9bd: Verifying Checksum 18:31:36 2437ff75d9bd: Download complete 18:31:38 8998bd30e6a1: Pull complete 18:31:38 04944245beec: Pull complete 18:31:40 699f458cf7ca: Pull complete 18:31:40 765212b225bb: Pull complete 18:31:42 f23df028b6ca: Pull complete 18:31:42 d65c8cfc05b1: Pull complete 18:31:57 2437ff75d9bd: Pull complete 18:31:57 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:31:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:31:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:31:58 prd-ubuntu20.04-docker-arm64-4c-16g-6170 does not seem to be running inside a container 18:31:58 $ 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/133 -v /w/workspace/app-service-configurable/133:/w/workspace/app-service-configurable/133:rw,z -v /w/workspace/app-service-configurable/133@tmp:/w/workspace/app-service-configurable/133@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 18:32:00 $ docker top e616e10afe194c721df285151729ac30f7c57eb70abdfea0ee893a47d666130f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:32:01 ---> job-cost.sh 18:32:01 lf-activate-venv: SKIPPING 18:32:01 INFO: No Stack... 18:32:02 INFO: Retrieving Pricing Info for: v3-standard-4 18:32:02 INFO: Archiving Costs [Pipeline] sh 18:32:02 + cat /w/workspace/app-service-configurable/133/archives/cost.csv 18:32:02 + cut -d, -f6 [Pipeline] lock 18:32:03 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] 18:32:03 Resource [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] did not exist. Created. 18:32:03 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:32:03 /w/workspace/app-service-configurable/133@tmp/durable-71b08085/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:32:03 + echo total: 0.10999999940395355 [Pipeline] stash 18:32:03 Warning: overwriting stash ‘stack-cost’ 18:32:04 Stashed 1 file(s) [Pipeline] } 18:32:04 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-133-stack-cost] [Pipeline] // lock [Pipeline] } 18:32:04 $ docker stop --time=1 e616e10afe194c721df285151729ac30f7c57eb70abdfea0ee893a47d666130f 18:32:05 $ docker rm -f --volumes e616e10afe194c721df285151729ac30f7c57eb70abdfea0ee893a47d666130f [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 18:32:05 provisioning config files... 18:32:05 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2215816353321534851tmp [Pipeline] { [Pipeline] sh 18:32:06 + set +x 18:32:06 + curl -s https://codecov.io/bash+ 18:32:06 bash -s -- 18:32:06 18:32:06 _____ _ 18:32:06 / ____| | | 18:32:06 | | ___ __| | ___ ___ _____ __ 18:32:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:32:06 | |___| (_) | (_| | __/ (_| (_) \ V / 18:32:06 \_____\___/ \__,_|\___|\___\___/ \_/ 18:32:06 Bash-1.0.6 18:32:06 18:32:06 18:32:06 ==> git version 2.25.1 found 18:32:06 ==> 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 18:32:06 Release-Date: 2020-01-08 18:32:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:32:06 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:32:06 ==> Jenkins CI detected. 18:32:06 current dir:  /w/workspace/ry_app-service-configurable_main 18:32:06 project root: . 18:32:06 --> token set from env 18:32:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:32:06 ==> Running gcov in . (disable via -X gcov) 18:32:06 ==> Python coveragepy not found 18:32:06 ==> Searching for coverage reports in: 18:32:06 + . 18:32:06 -> Found 1 reports 18:32:06 ==> Detecting git/mercurial file structure 18:32:06 ==> Reading reports 18:32:06 + ./coverage.out bytes=13 18:32:06 ==> Appending adjustments 18:32:06 https://docs.codecov.io/docs/fixing-reports 18:32:06 + Found adjustments 18:32:06 ==> Gzipping contents 18:32:06 4.0K /tmp/codecov.y9MekW.gz 18:32:06 ==> Uploading reports 18:32:06 url: https://codecov.io 18:32:06 query: branch=main&commit=731cbe338f54dd8dac0167938734c2fced573176&build=133&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F133%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:32:06 -> Pinging Codecov 18:32:06 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=731cbe338f54dd8dac0167938734c2fced573176&build=133&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F133%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:32:06 -> Uploading to 18:32:06 https://storage.googleapis.com/codecov/v4/raw/2023-02-15/A97CA9966030D2A3747ED39772930CCE/731cbe338f54dd8dac0167938734c2fced573176/c461d5ac-c8ab-4310-a7b3-d1b414fbbcc6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T183206Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7bf07ddbb8ab6dfcbd600feeeaf655e4f51a32dcfedd588ab6c6d52f96540e03 18:32:06 % Total % Received % Xferd Average Speed Time Time Time Current 18:32:06 Dload Upload Total Spent Left Speed 18:32:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 520 0 0 100 520 0 1824 --:--:-- --:--:-- --:--:-- 1824 18:32:06 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] } 18:32:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:32:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:32:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:32:07 18:32:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:32:07 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:32:07 df9b9388f04a: Pulling fs layer 18:32:07 52dc419b0ee2: Pulling fs layer 18:32:07 25bc292e5bac: Pulling fs layer 18:32:07 114826534d7a: Pulling fs layer 18:32:07 4657fd5d0bcf: Pulling fs layer 18:32:07 6ad1cebc031e: Pulling fs layer 18:32:07 8a3aa393b2d8: Pulling fs layer 18:32:07 114826534d7a: Waiting 18:32:07 4657fd5d0bcf: Waiting 18:32:07 6ad1cebc031e: Waiting 18:32:07 8a3aa393b2d8: Waiting 18:32:07 25bc292e5bac: Verifying Checksum 18:32:07 25bc292e5bac: Download complete 18:32:07 52dc419b0ee2: Download complete 18:32:07 4657fd5d0bcf: Verifying Checksum 18:32:07 4657fd5d0bcf: Download complete 18:32:07 df9b9388f04a: Download complete 18:32:07 df9b9388f04a: Pull complete 18:32:07 52dc419b0ee2: Pull complete 18:32:08 25bc292e5bac: Pull complete 18:32:08 6ad1cebc031e: Verifying Checksum 18:32:08 6ad1cebc031e: Download complete 18:32:09 114826534d7a: Verifying Checksum 18:32:09 114826534d7a: Download complete 18:32:09 8a3aa393b2d8: Verifying Checksum 18:32:09 8a3aa393b2d8: Download complete 18:32:12 114826534d7a: Pull complete 18:32:12 4657fd5d0bcf: Pull complete 18:32:12 6ad1cebc031e: Pull complete 18:32:15 8a3aa393b2d8: Pull complete 18:32:15 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:32:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:32:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:32:15 prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container 18:32:15 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:32:18 $ docker top 3929943e0f999b36a9f69cb50b18e60c83a68a696780bb89d4ea38dac2ff83e9 -eo pid,comm [Pipeline] { [Pipeline] echo 18:32:18 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 18:32:18 + set -o pipefail 18:32:18 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 18:32:23 18:32:23 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 18:32:23 18:32:23 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/c0081c34-2532-426b-bc3a-75b1b3d8e7b6 18:32:23 18:32:23 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:32:23 18:32:23 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:32:23 18:32:23 18:32:23 A medium severity vulnerability was found in the Snyk CLI versions you are using. 18:32:23 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 18:32:23 More details here: https://snyk.co/ue1NS [Pipeline] } 18:32:23 $ docker stop --time=1 3929943e0f999b36a9f69cb50b18e60c83a68a696780bb89d4ea38dac2ff83e9 18:32:26 $ docker rm -f --volumes 3929943e0f999b36a9f69cb50b18e60c83a68a696780bb89d4ea38dac2ff83e9 [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 18:32:27 + git log --format=format:%s -1 731cbe338f54dd8dac0167938734c2fced573176 [Pipeline] sh 18:32:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:32:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:32:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:32:27 prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container 18:32:28 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:32:28 $ docker top dd32e246653cb721c3289a814ae2a3c1384a441ad520efbf95d7d41dbe897b22 -eo pid,comm 18:32:28 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). 18:32:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:32:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:28 [ssh-agent] Looking for ssh-agent implementation... 18:32:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:28 $ docker exec dd32e246653cb721c3289a814ae2a3c1384a441ad520efbf95d7d41dbe897b22 ssh-agent 18:32:28 SSH_AUTH_SOCK=/tmp/ssh-SMnW4dNCw5wF/agent.33 18:32:28 SSH_AGENT_PID=39 18:32:28 Running ssh-add (command line suppressed) 18:32:28 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_11597387133199562022.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_11597387133199562022.key) 18:32:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:29 + git semver tag 18:32:29 2023-02-15 18:32:29,249 [run_tag] DEBUG tag force:False 18:32:29 2023-02-15 18:32:29,249 [check_head_tag] DEBUG check head tag 18:32:29 2023-02-15 18:32:29,250 [execute] INFO git cat-file --batch-check 18:32:29 2023-02-15 18:32:29,250 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 18:32:29 2023-02-15 18:32:29,252 [execute] INFO git cat-file --batch 18:32:29 2023-02-15 18:32:29,253 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 18:32:29 2023-02-15 18:32:29,272 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 18:32:29 2023-02-15 18:32:29,272 [execute] INFO git tag -a v3.0.0-dev.16 -m v3.0.0-dev.16 18:32:29 2023-02-15 18:32:29,272 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.16', '-m', 'v3.0.0-dev.16'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 18:32:29 2023-02-15 18:32:29,275 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 18:32:29 3.0.0-dev.16 [Pipeline] } 18:32:29 $ docker exec --env ******** --env ******** dd32e246653cb721c3289a814ae2a3c1384a441ad520efbf95d7d41dbe897b22 ssh-agent -k 18:32:29 unset SSH_AUTH_SOCK; 18:32:29 unset SSH_AGENT_PID; 18:32:29 echo Agent pid 39 killed; 18:32:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:32:29 + git semver [Pipeline] } 18:32:30 $ docker stop --time=1 dd32e246653cb721c3289a814ae2a3c1384a441ad520efbf95d7d41dbe897b22 18:32:31 $ docker rm -f --volumes dd32e246653cb721c3289a814ae2a3c1384a441ad520efbf95d7d41dbe897b22 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:32:31 18:32:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:32:31 0.23.1-centos7: Pulling from edgex-lftools 18:32:31 ab5ef0e58194: Pulling fs layer 18:32:31 9712f1f96733: Pulling fs layer 18:32:31 63f879dbbcfc: Pulling fs layer 18:32:31 0d9ebad4ef96: Pulling fs layer 18:32:31 e9a5061849ea: Pulling fs layer 18:32:31 d747dcd14b5f: Pulling fs layer 18:32:31 2de7ff778b66: Pulling fs layer 18:32:31 0d9ebad4ef96: Waiting 18:32:31 e9a5061849ea: Waiting 18:32:31 d747dcd14b5f: Waiting 18:32:31 2de7ff778b66: Waiting 18:32:31 9712f1f96733: Verifying Checksum 18:32:31 9712f1f96733: Download complete 18:32:32 63f879dbbcfc: Verifying Checksum 18:32:32 63f879dbbcfc: Download complete 18:32:32 0d9ebad4ef96: Verifying Checksum 18:32:32 d747dcd14b5f: Verifying Checksum 18:32:32 d747dcd14b5f: Download complete 18:32:33 ab5ef0e58194: Verifying Checksum 18:32:33 ab5ef0e58194: Download complete 18:32:33 e9a5061849ea: Verifying Checksum 18:32:33 e9a5061849ea: Download complete 18:32:33 2de7ff778b66: Verifying Checksum 18:32:33 2de7ff778b66: Download complete 18:32:35 ab5ef0e58194: Pull complete 18:32:35 9712f1f96733: Pull complete 18:32:36 63f879dbbcfc: Pull complete 18:32:40 0d9ebad4ef96: Pull complete 18:32:40 e9a5061849ea: Pull complete 18:32:40 d747dcd14b5f: Pull complete 18:32:42 2de7ff778b66: Pull complete 18:32:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:32:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:32:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:32:42 prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container 18:32:42 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:32:45 $ docker top 7aaf6c5eb1ec0bb4d15519d9a732b45055bb224660eac2d7649630b73beb7024 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:32:46 provisioning config files... 18:32:46 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config17516404208453348118tmp 18:32:46 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4651238772220344501tmp 18:32:46 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7673927346887659969tmp [Pipeline] { [Pipeline] echo 18:32:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:32:46 ---> sigul-configuration.sh 18:32:46 gpg: directory `/root/.gnupg' created 18:32:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:32:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:32:46 gpg: keyring `/root/.gnupg/secring.gpg' created 18:32:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:32:46 gpg: CAST5 encrypted data 18:32:46 gpg: encrypted with 1 passphrase 18:32:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:32:46 + mkdir /home/jenkins 18:32:46 + mkdir /home/jenkins/sigul [Pipeline] sh 18:32:46 + 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 18:32:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:32:47 ---> sigul-install.sh 18:32:47 Sigul already installed; skipping installation. [Pipeline] sh 18:32:47 + git tag --list 18:32:47 v1.0.0 18:32:47 v1.1.0 18:32:47 v1.2.0 18:32:47 v1.3.0 18:32:47 v1.3.1 18:32:47 v2.0.0 18:32:47 v2.0.1 18:32:47 v2.1.0 18:32:47 v2.1.1 18:32:47 v2.1.1-dev.1 18:32:47 v2.1.1-dev.2 18:32:47 v2.2.0 18:32:47 v2.2.1-dev.1 18:32:47 v2.2.1-dev.10 18:32:47 v2.2.1-dev.2 18:32:47 v2.2.1-dev.3 18:32:47 v2.2.1-dev.4 18:32:47 v2.2.1-dev.5 18:32:47 v2.2.1-dev.6 18:32:47 v2.2.1-dev.7 18:32:47 v2.2.1-dev.8 18:32:47 v2.2.1-dev.9 18:32:47 v2.3.0 18:32:47 v2.3.0-dev.10 18:32:47 v2.3.0-dev.11 18:32:47 v2.3.0-dev.12 18:32:47 v2.3.0-dev.13 18:32:47 v2.3.0-dev.14 18:32:47 v2.3.0-dev.15 18:32:47 v2.3.0-dev.16 18:32:47 v2.3.0-dev.17 18:32:47 v2.3.0-dev.18 18:32:47 v2.3.0-dev.19 18:32:47 v2.3.0-dev.20 18:32:47 v2.3.0-dev.21 18:32:47 v2.3.0-dev.22 18:32:47 v2.3.0-dev.23 18:32:47 v2.3.0-dev.24 18:32:47 v2.3.0-dev.25 18:32:47 v2.3.0-dev.26 18:32:47 v2.3.0-dev.27 18:32:47 v2.3.0-dev.28 18:32:47 v2.3.0-dev.29 18:32:47 v2.3.0-dev.30 18:32:47 v2.3.0-dev.31 18:32:47 v2.3.0-dev.32 18:32:47 v2.3.0-dev.33 18:32:47 v2.3.0-dev.34 18:32:47 v2.3.0-dev.35 18:32:47 v2.3.0-dev.36 18:32:47 v2.3.0-dev.37 18:32:47 v3.0.0-dev.1 18:32:47 v3.0.0-dev.10 18:32:47 v3.0.0-dev.11 18:32:47 v3.0.0-dev.12 18:32:47 v3.0.0-dev.13 18:32:47 v3.0.0-dev.14 18:32:47 v3.0.0-dev.15 18:32:47 v3.0.0-dev.16 18:32:47 v3.0.0-dev.2 18:32:47 v3.0.0-dev.3 18:32:47 v3.0.0-dev.4 18:32:47 v3.0.0-dev.5 18:32:47 v3.0.0-dev.6 18:32:47 v3.0.0-dev.7 18:32:47 v3.0.0-dev.8 18:32:47 v3.0.0-dev.9 [Pipeline] sh 18:32:47 + lftools sign git-tag v3.0.0-dev.16 18:32:48 Signing Git tag with Sigul... 18:32:48 Signing v3.0.0-dev.16 [Pipeline] echo 18:32:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:32:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:32:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:32:50 $ docker stop --time=1 7aaf6c5eb1ec0bb4d15519d9a732b45055bb224660eac2d7649630b73beb7024 18:32:51 $ docker rm -f --volumes 7aaf6c5eb1ec0bb4d15519d9a732b45055bb224660eac2d7649630b73beb7024 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:32:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:32:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:32:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:32:52 prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container 18:32:52 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:32:52 $ docker top 4510b95a658391f54f325a8b8261350b5fb65009f3b79cfe92143289f8ada95c -eo pid,comm 18:32:52 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). 18:32:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:32:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:52 [ssh-agent] Looking for ssh-agent implementation... 18:32:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:52 $ docker exec 4510b95a658391f54f325a8b8261350b5fb65009f3b79cfe92143289f8ada95c ssh-agent 18:32:52 SSH_AUTH_SOCK=/tmp/ssh-OXilL9wBrOSX/agent.32 18:32:52 SSH_AGENT_PID=38 18:32:52 Running ssh-add (command line suppressed) 18:32:52 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13278490497287540752.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13278490497287540752.key) 18:32:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:53 + git semver bump pre 18:32:53 2023-02-15 18:32:53,413 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 18:32:53 2023-02-15 18:32:53,413 [bump_version] DEBUG bumping version:3.0.0-dev.16 on axis:pre with prefix:dev 18:32:53 2023-02-15 18:32:53,413 [bump_version] DEBUG bumped version:3.0.0-dev.17 18:32:53 2023-02-15 18:32:53,413 [write_version] DEBUG write version:3.0.0-dev.17 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 18:32:53 2023-02-15 18:32:53,413 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 18:32:53 2023-02-15 18:32:53,413 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 18:32:53 2023-02-15 18:32:53,415 [execute] INFO git cat-file --batch-check 18:32:53 2023-02-15 18:32:53,415 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 18:32:53 2023-02-15 18:32:53,420 [execute] INFO git cat-file --batch 18:32:53 2023-02-15 18:32:53,420 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 18:32:53 2023-02-15 18:32:53,424 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 18:32:53 3.0.0-dev.17 [Pipeline] } 18:32:53 $ docker exec --env ******** --env ******** 4510b95a658391f54f325a8b8261350b5fb65009f3b79cfe92143289f8ada95c ssh-agent -k 18:32:53 unset SSH_AUTH_SOCK; 18:32:53 unset SSH_AGENT_PID; 18:32:53 echo Agent pid 38 killed; 18:32:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:32:53 + git semver [Pipeline] } 18:32:54 $ docker stop --time=1 4510b95a658391f54f325a8b8261350b5fb65009f3b79cfe92143289f8ada95c 18:32:55 $ docker rm -f --volumes 4510b95a658391f54f325a8b8261350b5fb65009f3b79cfe92143289f8ada95c [Pipeline] // withDockerContainer [Pipeline] sh 18:32:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:32:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:32:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:32:56 prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container 18:32:56 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:32:56 $ docker top efa52074dd44374794d525a826b17edef124c7ac938867db12f4ade44ce66d14 -eo pid,comm 18:32:56 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). 18:32:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:32:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:56 [ssh-agent] Looking for ssh-agent implementation... 18:32:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:56 $ docker exec efa52074dd44374794d525a826b17edef124c7ac938867db12f4ade44ce66d14 ssh-agent 18:32:56 SSH_AUTH_SOCK=/tmp/ssh-Okq0I9SaHCWq/agent.32 18:32:56 SSH_AGENT_PID=38 18:32:56 Running ssh-add (command line suppressed) 18:32:56 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_212747249793287100.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_212747249793287100.key) 18:32:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:57 + git semver push 18:32:57 2023-02-15 18:32:57,467 [run_push] DEBUG push 18:32:57 2023-02-15 18:32:57,468 [execute] INFO git cat-file --batch-check 18:32:57 2023-02-15 18:32:57,468 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 18:32:57 2023-02-15 18:32:57,472 [execute] INFO git rev-list 8a8413f420bf7835c8e5e36ff6f9d5f4a8edae57 -- 18:32:57 2023-02-15 18:32:57,473 [execute] DEBUG Popen(['git', 'rev-list', '8a8413f420bf7835c8e5e36ff6f9d5f4a8edae57', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 18:32:57 2023-02-15 18:32:57,482 [execute] INFO git fetch -v origin 18:32:57 2023-02-15 18:32:57,482 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 18:32:58 2023-02-15 18:32:58,028 [run_push] DEBUG no remote changes detected 18:32:58 2023-02-15 18:32:58,028 [execute] INFO git push origin semver 18:32:58 2023-02-15 18:32:58,029 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 18:32:59 2023-02-15 18:32:58,854 [run_push] DEBUG push all version tags 18:32:59 2023-02-15 18:32:58,855 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:32:59 2023-02-15 18:32:58,855 [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) 18:32:59 2023-02-15 18:32:59,681 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 18:32:59 3.0.0-dev.17 [Pipeline] } 18:32:59 $ docker exec --env ******** --env ******** efa52074dd44374794d525a826b17edef124c7ac938867db12f4ade44ce66d14 ssh-agent -k 18:33:00 unset SSH_AUTH_SOCK; 18:33:00 unset SSH_AGENT_PID; 18:33:00 echo Agent pid 38 killed; 18:33:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:33:00 + git semver [Pipeline] } 18:33:00 $ docker stop --time=1 efa52074dd44374794d525a826b17edef124c7ac938867db12f4ade44ce66d14 18:33:01 $ docker rm -f --volumes efa52074dd44374794d525a826b17edef124c7ac938867db12f4ade44ce66d14 [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 18:33:02 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 18:33:02 + ls -al /w/workspace/ry_app-service-configurable_main/archives 18:33:02 total 16 18:33:02 drwxr-xr-x 3 root root 4096 Feb 15 18:22 . 18:33:02 drwxrwxr-x 9 jenkins jenkins 4096 Feb 15 18:32 .. 18:33:02 drwxr-xr-x 2 root root 4096 Feb 15 18:22 cost 18:33:02 -rw-r--r-- 1 root root 96 Feb 15 18:22 cost.csv 18:33:02 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 18:33:02 + ls -al /w/workspace/ry_app-service-configurable_main/archives 18:33:02 total 16 18:33:02 drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 18:22 . 18:33:02 drwxrwxr-x 9 jenkins jenkins 4096 Feb 15 18:32 .. 18:33:02 drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 18:22 cost 18:33:02 -rw-r--r-- 1 jenkins jenkins 96 Feb 15 18:22 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:33:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:33:03 ---> package-listing.sh 18:33:03 ++ facter osfamily 18:33:03 ++ tr '[:upper:]' '[:lower:]' 18:33:03 + OS_FAMILY=debian 18:33:03 + workspace=/w/workspace/ry_app-service-configurable_main 18:33:03 + START_PACKAGES=/tmp/packages_start.txt 18:33:03 + END_PACKAGES=/tmp/packages_end.txt 18:33:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:33:03 + PACKAGES=/tmp/packages_start.txt 18:33:03 + '[' /w/workspace/ry_app-service-configurable_main ']' 18:33:03 + PACKAGES=/tmp/packages_end.txt 18:33:03 + case "${OS_FAMILY}" in 18:33:03 + dpkg -l 18:33:03 + grep '^ii' 18:33:03 + '[' -f /tmp/packages_start.txt ']' 18:33:03 + '[' -f /tmp/packages_end.txt ']' 18:33:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:33:03 + '[' /w/workspace/ry_app-service-configurable_main ']' 18:33:03 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 18:33:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 18:33:03 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 18:33:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:33:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:33:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:33:04 prd-ubuntu20.04-docker-8c-8g-6168 does not seem to be running inside a container 18:33:04 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:33:05 $ docker top d96c65caad218337a99406672f206c17ba11fc9dd13daa623c63fc6a688eb630 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:05 + touch /tmp/pre-build-complete [Pipeline] sh 18:33:05 + mkdir -p /var/log/sysstat [Pipeline] sh 18:33:05 + ls /var/log/sa-host 18:33:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:33:06 provisioning config files... 18:33:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6689777673489372271tmp [Pipeline] { [Pipeline] echo 18:33:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:33:06 ---> create-netrc.sh [Pipeline] } 18:33:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:33:06 ---> python-tools-install.sh [Pipeline] echo 18:33:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:33:07 ---> sudo-logs.sh 18:33:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:33:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:33:07 ---> job-cost.sh 18:33:07 lf-activate-venv: SKIPPING 18:33:07 DEBUG: total: 0.2199999988079071 18:33:07 INFO: Retrieving Stack Cost... 18:33:07 INFO: Retrieving Pricing Info for: v3-standard-8 18:33:08 INFO: Archiving Costs [Pipeline] echo 18:33:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:33:08 ---> logs-deploy.sh 18:33:08 lf-activate-venv: SKIPPING 18:33:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/133 18:33:08 INFO: archiving workspace using pattern(s): 18:33:09 Archives upload complete. 18:33:09 INFO: archiving logs to Nexus