Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 38d2ea53745de48730f2be4fd311f21cab61737a 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-ssh18301769474895994442.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-ssh4106182598992540508.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-ssh2801620673969689342.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-ssh9093879943941289577.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-ssh1241727064227155853.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7134 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 38d2ea53745de48730f2be4fd311f21cab61737a (main) Commit message: "build(deps)!: Consume latest changes in App SDK (#523)" > 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 38d2ea53745de48730f2be4fd311f21cab61737a # timeout=10 > git rev-list --no-walk ae5c3a222e830755d999430446b5cf0927b9c680 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:08:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:08:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:08:06 ========================================================= 22:08:06 EdgeX Global Pipelines Version Info 22:08:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:08:07 ------------------- 22:08:07 stable info: 22:08:07 ------------------- 22:08:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:08:07 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:08:07 Message: update stable to v1.0.244 22:08:08 ------------------- 22:08:08 experimental info: 22:08:08 ------------------- 22:08:08 Commited By: **** collab-it+edgex@linuxfoundation.org 22:08:08 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:08:08 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38d2ea5 [Pipeline] echo 22:08:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:08:08 provisioning config files... 22:08:08 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13963532343343960340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:08:09 ---> docker-login.sh 22:08:09 nexus3.edgexfoundry.org:10001 22:08:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:08:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:08:09 Configure a credential helper to remove this warning. See 22:08:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:08:09 22:08:09 Login Succeeded 22:08:09 nexus3.edgexfoundry.org:10002 22:08:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:08:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:08:09 Configure a credential helper to remove this warning. See 22:08:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:08:09 22:08:09 Login Succeeded 22:08:09 nexus3.edgexfoundry.org:10003 22:08:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:08:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:08:09 Configure a credential helper to remove this warning. See 22:08:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:08:09 22:08:09 Login Succeeded 22:08:09 nexus3.edgexfoundry.org:10004 22:08:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:08:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:08:09 Configure a credential helper to remove this warning. See 22:08:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:08:09 22:08:09 Login Succeeded 22:08:09 docker.io 22:08:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:08:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:08:10 Configure a credential helper to remove this warning. See 22:08:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:08:10 22:08:10 Login Succeeded 22:08:10 ---> docker-login.sh ends [Pipeline] } 22:08:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:08:10 + git rev-list -1 --merges 38d2ea53745de48730f2be4fd311f21cab61737a~1..38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] echo 22:08:10 -----------> git rev-list -1 --merges 38d2ea53745de48730f2be4fd311f21cab61737a~1..38d2ea53745de48730f2be4fd311f21cab61737a 38d2ea53745de48730f2be4fd311f21cab61737a [false] [Pipeline] sh 22:08:10 + git log --format=format:%s -1 38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] echo 22:08:10 ========================================================= 22:08:10 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:08:10 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:08:11 + git log --format=format:%s -1 38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] echo 22:08:11 [semverPrep] GIT_COMMIT: 38d2ea53745de48730f2be4fd311f21cab61737a, Commit Message: build(deps)!: Consume latest changes in App SDK (#523) [Pipeline] echo 22:08:11 [semverPrep] This is not a build commit. [Pipeline] sh 22:08:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:08:11 + grep -v github /etc/ssh/ssh_known_hosts 22:08:11 + [ -e /tmp/ssh_known_hosts ] 22:08:11 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:08:11 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:08:11 + sudo tee -a /etc/ssh/ssh_known_hosts 22:08:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:08:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:08:12 22:08:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:08:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:08:12 0.1.4: Pulling from edgex-devops/py-git-semver 22:08:12 b85a868b505f: Pulling fs layer 22:08:12 e2be974225ed: Pulling fs layer 22:08:12 339a4e72a1f5: Pulling fs layer 22:08:12 988bab9f4d93: Pulling fs layer 22:08:12 1469e6f7b9e6: Pulling fs layer 22:08:12 eaf3925da568: Pulling fs layer 22:08:12 bab4dde63d76: Pulling fs layer 22:08:12 988bab9f4d93: Waiting 22:08:12 1469e6f7b9e6: Waiting 22:08:12 bde34c3a00c8: Pulling fs layer 22:08:12 b352a97aabf1: Pulling fs layer 22:08:12 bab4dde63d76: Waiting 22:08:12 bde34c3a00c8: Waiting 22:08:12 4872d77fe225: Pulling fs layer 22:08:12 b352a97aabf1: Waiting 22:08:12 5851b861e8e6: Pulling fs layer 22:08:12 5851b861e8e6: Waiting 22:08:12 e2be974225ed: Verifying Checksum 22:08:12 e2be974225ed: Download complete 22:08:12 988bab9f4d93: Verifying Checksum 22:08:12 988bab9f4d93: Download complete 22:08:12 1469e6f7b9e6: Verifying Checksum 22:08:12 1469e6f7b9e6: Download complete 22:08:12 339a4e72a1f5: Verifying Checksum 22:08:12 339a4e72a1f5: Download complete 22:08:12 eaf3925da568: Verifying Checksum 22:08:12 eaf3925da568: Download complete 22:08:12 bde34c3a00c8: Verifying Checksum 22:08:12 bde34c3a00c8: Download complete 22:08:12 b352a97aabf1: Verifying Checksum 22:08:12 b352a97aabf1: Download complete 22:08:12 4872d77fe225: Verifying Checksum 22:08:12 4872d77fe225: Download complete 22:08:12 5851b861e8e6: Verifying Checksum 22:08:12 5851b861e8e6: Download complete 22:08:12 b85a868b505f: Verifying Checksum 22:08:12 b85a868b505f: Download complete 22:08:12 bab4dde63d76: Verifying Checksum 22:08:12 bab4dde63d76: Download complete 22:08:14 b85a868b505f: Pull complete 22:08:14 e2be974225ed: Pull complete 22:08:14 339a4e72a1f5: Pull complete 22:08:14 988bab9f4d93: Pull complete 22:08:14 1469e6f7b9e6: Pull complete 22:08:15 eaf3925da568: Pull complete 22:08:16 bab4dde63d76: Pull complete 22:08:16 bde34c3a00c8: Pull complete 22:08:16 b352a97aabf1: Pull complete 22:08:16 4872d77fe225: Pull complete 22:08:17 5851b861e8e6: Pull complete 22:08:17 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:08:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:08:17 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:08:17 prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container 22:08:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:08:19 $ docker top 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 -eo pid,comm 22:08:19 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). 22:08:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:08:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:08:19 [ssh-agent] Looking for ssh-agent implementation... 22:08:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:08:19 $ docker exec 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 ssh-agent 22:08:19 SSH_AUTH_SOCK=/tmp/ssh-q3ydCT2Sdr5O/agent.32 22:08:19 SSH_AGENT_PID=38 22:08:19 Running ssh-add (command line suppressed) 22:08:20 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_550724209263842997.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_550724209263842997.key) 22:08:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:08:20 + git tag --points-at HEAD [Pipeline] } 22:08:20 $ docker exec --env ******** --env ******** 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 ssh-agent -k 22:08:20 unset SSH_AUTH_SOCK; 22:08:20 unset SSH_AGENT_PID; 22:08:20 echo Agent pid 38 killed; 22:08:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:08:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:08:20 [ssh-agent] Looking for ssh-agent implementation... 22:08:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:08:20 $ docker exec 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 ssh-agent 22:08:20 SSH_AUTH_SOCK=/tmp/ssh-Kw7Zc0zgu6aA/agent.70 22:08:20 SSH_AGENT_PID=76 22:08:20 Running ssh-add (command line suppressed) 22:08:20 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9941720796146384475.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9941720796146384475.key) 22:08:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:08:21 + git semver init 22:08:21 2023-02-22 22:08:21,393 [run_init] DEBUG init version:0.0.0 force:False 22:08:21 2023-02-22 22:08:21,394 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 22:08:21 2023-02-22 22:08:21,394 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 22:08:21 2023-02-22 22:08:21,394 [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) 22:08:22 2023-02-22 22:08:22,300 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 22:08:22 2023-02-22 22:08:22,301 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 22:08:22 2023-02-22 22:08:22,301 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:08:22 2023-02-22 22:08:22,301 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:08:22 3.0.0-dev.18 [Pipeline] } 22:08:22 $ docker exec --env ******** --env ******** 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 ssh-agent -k 22:08:22 unset SSH_AUTH_SOCK; 22:08:22 unset SSH_AGENT_PID; 22:08:22 echo Agent pid 76 killed; 22:08:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:08:22 + git semver [Pipeline] } 22:08:23 $ docker stop --time=1 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 22:08:24 $ docker rm -f --volumes 84ea4eb3a8b9b69ced15578f392f611e347fffb45e0f276578489555520766f2 [Pipeline] // withDockerContainer [Pipeline] sh 22:08:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:08:24 Stashed 1 file(s) [Pipeline] echo 22:08:24 [edgeXSemver]: initialized semver on version 3.0.0-dev.18 [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 22:08:25 provisioning config files... 22:08:25 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10378232016902617835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:08:25 ---> docker-login.sh 22:08:25 nexus3.edgexfoundry.org:10001 22:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:08:25 Configure a credential helper to remove this warning. See 22:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:08:25 22:08:25 Login Succeeded 22:08:25 nexus3.edgexfoundry.org:10002 22:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:08:25 Configure a credential helper to remove this warning. See 22:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:08:25 22:08:25 Login Succeeded 22:08:25 nexus3.edgexfoundry.org:10003 22:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:08:25 Configure a credential helper to remove this warning. See 22:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:08:25 22:08:25 Login Succeeded 22:08:25 nexus3.edgexfoundry.org:10004 22:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:08:25 Configure a credential helper to remove this warning. See 22:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:08:25 22:08:25 Login Succeeded 22:08:25 docker.io 22:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:08:25 Configure a credential helper to remove this warning. See 22:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:08:25 22:08:25 Login Succeeded 22:08:25 ---> docker-login.sh ends [Pipeline] } 22:08:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:08:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:08:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:08:26 ========================================================= 22:08:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 22:08:26 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:08:26 + 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 . 22:08:26 Sending build context to Docker daemon 3.22MB 22:08:26 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 22:08:26 Step 2/12 : FROM ${BASE} AS builder 22:08:26 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 22:08:26 213ec9aee27d: Pulling fs layer 22:08:26 4583459ba037: Pulling fs layer 22:08:26 93c1e223e6f2: Pulling fs layer 22:08:26 53926ce57604: Pulling fs layer 22:08:26 21b2b0c7a3f4: Pulling fs layer 22:08:26 22ff95d597cd: Pulling fs layer 22:08:26 12d6caf4c0d1: Pulling fs layer 22:08:26 96b7cbca73a9: Pulling fs layer 22:08:26 a7acece74701: Pulling fs layer 22:08:26 53926ce57604: Waiting 22:08:26 21b2b0c7a3f4: Waiting 22:08:26 22ff95d597cd: Waiting 22:08:26 12d6caf4c0d1: Waiting 22:08:26 96b7cbca73a9: Waiting 22:08:26 a7acece74701: Waiting 22:08:26 93c1e223e6f2: Verifying Checksum 22:08:26 93c1e223e6f2: Download complete 22:08:26 4583459ba037: Verifying Checksum 22:08:26 4583459ba037: Download complete 22:08:26 21b2b0c7a3f4: Verifying Checksum 22:08:26 21b2b0c7a3f4: Download complete 22:08:26 22ff95d597cd: Verifying Checksum 22:08:26 22ff95d597cd: Download complete 22:08:26 213ec9aee27d: Verifying Checksum 22:08:26 213ec9aee27d: Download complete 22:08:26 12d6caf4c0d1: Verifying Checksum 22:08:26 12d6caf4c0d1: Download complete 22:08:26 213ec9aee27d: Pull complete 22:08:26 4583459ba037: Pull complete 22:08:26 93c1e223e6f2: Pull complete 22:08:27 a7acece74701: Verifying Checksum 22:08:27 a7acece74701: Download complete 22:08:27 53926ce57604: Verifying Checksum 22:08:27 53926ce57604: Download complete 22:08:27 96b7cbca73a9: Verifying Checksum 22:08:27 96b7cbca73a9: Download complete 22:08:31 53926ce57604: Pull complete 22:08:31 21b2b0c7a3f4: Pull complete 22:08:31 22ff95d597cd: Pull complete 22:08:31 12d6caf4c0d1: Pull complete 22:08:33 96b7cbca73a9: Pull complete 22:08:34 a7acece74701: Pull complete 22:08:34 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 22:08:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:08:34 ---> db6d94c90886 22:08:34 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 22:08:39 ---> Running in 6a63248a9d4f 22:08:39 Removing intermediate container 6a63248a9d4f 22:08:39 ---> d6b27a999520 22:08:39 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:08:39 ---> Running in 2f0910435549 22:08:39 Removing intermediate container 2f0910435549 22:08:39 ---> 0d8875f3bbaa 22:08:39 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:08:39 ---> Running in e709687e8bf2 22:08:39 Removing intermediate container e709687e8bf2 22:08:39 ---> b9ca48f61392 22:08:39 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:08:39 ---> Running in 18c3bd424f43 22:08:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:08:40 Still waiting to schedule task 22:08:40 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:08:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:08:40 OK: 211 MiB in 51 packages 22:08:40 Removing intermediate container 18c3bd424f43 22:08:40 ---> c8f0ea626915 22:08:40 Step 7/12 : WORKDIR /app 22:08:40 ---> Running in b711b347a956 22:08:40 Removing intermediate container b711b347a956 22:08:40 ---> 156db5e16eba 22:08:40 Step 8/12 : COPY go.mod vendor* ./ 22:08:40 ---> eeab274de340 22:08:40 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:08:40 ---> Running in 4c184ef02347 22:09:27 Removing intermediate container 4c184ef02347 22:09:27 ---> 9a758b42452a 22:09:27 Step 10/12 : COPY . . 22:09:27 ---> 585bdffb1ad4 22:09:27 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:09:27 ---> Running in 9c3524b44b5a 22:09:27 Removing intermediate container 9c3524b44b5a 22:09:27 ---> d72d52b4447a 22:09:27 Step 12/12 : RUN $MAKE 22:09:27 ---> Running in 16a4cc8374d9 22:09:27 noop 22:09:27 Removing intermediate container 16a4cc8374d9 22:09:27 ---> 67ad9d0cb24d 22:09:27 Successfully built 67ad9d0cb24d 22:09:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:09:27 + docker inspect -f . ci-base-image-x86_64 22:09:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:09:28 prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container 22:09:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:09:28 $ docker top 005a325424b691cfafaaa442de2c97a4afac2d9e14b5538a8636ff5b0a35105d -eo pid,comm [Pipeline] { [Pipeline] sh 22:09:28 + go version 22:09:28 go version go1.18.7 linux/amd64 [Pipeline] } 22:09:28 $ docker stop --time=1 005a325424b691cfafaaa442de2c97a4afac2d9e14b5538a8636ff5b0a35105d 22:09:30 $ docker rm -f --volumes 005a325424b691cfafaaa442de2c97a4afac2d9e14b5538a8636ff5b0a35105d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:09:30 + docker inspect -f . ci-base-image-x86_64 22:09:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:09:30 prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container 22:09:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:09:30 $ docker top cf6cf723c873bc98c882a694fcb2f0bf0c1367af3d021b1d4eeb5a3a25b89eed -eo pid,comm [Pipeline] { [Pipeline] sh 22:09:31 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 22:09:31 + make test 22:09:31 go test -race -coverprofile=coverage.out ./... 22:09:53 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:09:53 go vet ./... 22:09:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:10:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:10:00 ./bin/test-attribution-txt.sh [Pipeline] echo 22:10:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:10:00 $ docker stop --time=1 cf6cf723c873bc98c882a694fcb2f0bf0c1367af3d021b1d4eeb5a3a25b89eed 22:10:02 $ docker rm -f --volumes cf6cf723c873bc98c882a694fcb2f0bf0c1367af3d021b1d4eeb5a3a25b89eed [Pipeline] // withDockerContainer [Pipeline] sh 22:10:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:10:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:10:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:10:03 + ls -al . 22:10:03 total 172 22:10:03 drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 22:09 . 22:10:03 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 22:08 .. 22:10:03 -rw-rw-r-- 1 jenkins jenkins 119 Feb 22 22:08 .dockerignore 22:10:03 drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 22:08 .git 22:10:03 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 22:08 .github 22:10:03 -rw-rw-r-- 1 jenkins jenkins 171 Feb 22 22:08 .gitignore 22:10:03 drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 22:08 .semver 22:10:03 -rw-rw-r-- 1 jenkins jenkins 9320 Feb 22 22:08 Attribution.txt 22:10:03 -rw-rw-r-- 1 jenkins jenkins 29118 Feb 22 22:08 CHANGELOG.md 22:10:03 -rw-rw-r-- 1 jenkins jenkins 1898 Feb 22 22:08 Dockerfile 22:10:03 -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 22:08 GOVERNANCE.md 22:10:03 -rw-rw-r-- 1 jenkins jenkins 688 Feb 22 22:08 Jenkinsfile 22:10:03 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 22 22:08 LICENSE 22:10:03 -rw-rw-r-- 1 jenkins jenkins 618 Feb 22 22:08 OWNERS.md 22:10:03 -rw-rw-r-- 1 jenkins jenkins 4369 Feb 22 22:08 README.md 22:10:03 -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 22:08 VERSION 22:10:03 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 22:08 bin 22:10:03 -rw-r--r-- 1 jenkins jenkins 13 Feb 22 22:09 coverage.out 22:10:03 -rw-rw-r-- 1 jenkins jenkins 3308 Feb 22 22:08 go.mod 22:10:03 -rw-rw-r-- 1 jenkins jenkins 32598 Feb 22 22:08 go.sum 22:10:03 -rw-rw-r-- 1 jenkins jenkins 1949 Feb 22 22:08 main.go 22:10:03 -rw-rw-r-- 1 jenkins jenkins 2078 Feb 22 22:08 makefile 22:10:03 drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 22:08 res 22:10:03 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 22:08 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:04 + 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=38d2ea53745de48730f2be4fd311f21cab61737a --label arch=amd64 --label version=3.0.0-dev.18 . 22:10:04 Sending build context to Docker daemon 3.222MB 22:10:04 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 22:10:04 Step 2/26 : FROM ${BASE} AS builder 22:10:04 ---> 67ad9d0cb24d 22:10:04 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 22:10:04 ---> Running in 6550e6061a13 22:10:04 Removing intermediate container 6550e6061a13 22:10:04 ---> 3907727f6abd 22:10:04 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 22:10:04 ---> Running in 8facc034c1e8 22:10:04 Removing intermediate container 8facc034c1e8 22:10:04 ---> b085593f1b15 22:10:04 Step 5/26 : ARG ADD_BUILD_TAGS="" 22:10:04 ---> Running in f945389ee5f1 22:10:04 Removing intermediate container f945389ee5f1 22:10:04 ---> dd7d07ef12eb 22:10:04 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:10:04 ---> Running in 0b9e02f16d1d 22:10:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:10:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:10:05 OK: 211 MiB in 51 packages 22:10:05 Removing intermediate container 0b9e02f16d1d 22:10:05 ---> c9e562995cb3 22:10:05 Step 7/26 : WORKDIR /app 22:10:05 ---> Running in 5828b5ea60ff 22:10:05 Removing intermediate container 5828b5ea60ff 22:10:05 ---> 6a8ae15ccdfd 22:10:05 Step 8/26 : COPY go.mod vendor* ./ 22:10:05 ---> 9c98786f6637 22:10:05 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:10:05 ---> Running in ae88c500e68b 22:10:06 Removing intermediate container ae88c500e68b 22:10:06 ---> 2010f1757a69 22:10:06 Step 10/26 : COPY . . 22:10:06 ---> cc2a31752a80 22:10:06 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:10:06 ---> Running in 3906ac9e55c9 22:10:06 Removing intermediate container 3906ac9e55c9 22:10:06 ---> 54c51baac534 22:10:06 Step 12/26 : RUN $MAKE 22:10:06 ---> Running in 9f79c6894d2c 22:10:07 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.32 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.18" -trimpath -mod=readonly -o app-service-configurable 22:10:10 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7135 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 22:10:10 Running in /w/workspace/app-service-configurable/135 [Pipeline] { [Pipeline] checkout 22:10:10 Selected Git installation does not exist. Using Default 22:10:10 The recommended git tool is: NONE 22:10:17 using credential edgex-jenkins-ssh 22:10:17 Cloning the remote Git repository 22:10:17 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:10:17 > git init /w/workspace/app-service-configurable/135 # timeout=10 22:10:17 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:10:17 > git --version # timeout=10 22:10:17 > git --version # 'git version 2.25.1' 22:10:17 using GIT_SSH to set credentials SSH Credentials for GitHub 22:10:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:10:18 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:10:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:10:19 Avoid second fetch 22:10:19 Checking out Revision 38d2ea53745de48730f2be4fd311f21cab61737a (main) 22:10:20 Commit message: "build(deps)!: Consume latest changes in App SDK (#523)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:10:19 > git config core.sparsecheckout # timeout=10 22:10:19 > git checkout -f 38d2ea53745de48730f2be4fd311f21cab61737a # timeout=10 22:10:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:10:21 % Total % Received % Xferd Average Speed Time Time Time Current 22:10:21 Dload Upload Total Spent Left Speed 22:10:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 86741 0 --:--:-- --:--:-- --:--:-- 86741 [Pipeline] sh 22:10:21 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:10:22 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:10:22 + sudo tee /etc/docker/daemon.new 22:10:22 { 22:10:22 "registry-mirrors": [ 22:10:22 "https://nexus3.edgexfoundry.org:10001" 22:10:22 ], 22:10:22 "bip": "10.250.0.254/24", 22:10:22 "hosts": [ 22:10:22 "tcp://0.0.0.0:5555", 22:10:22 "unix:///var/run/docker.sock" 22:10:22 ], 22:10:22 "mtu": 1458, 22:10:22 "selinux-enabled": true, 22:10:22 "seccomp-profile": "/etc/docker/seccomp.json" 22:10:22 } [Pipeline] sh 22:10:22 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:10:22 + sudo service docker restart 22:10:25 Removing intermediate container 9f79c6894d2c 22:10:25 ---> 05afd1e41ed3 22:10:25 Step 13/26 : FROM alpine:3.16 22:10:25 3.16: Pulling from library/alpine 22:10:25 ef5531b6e74e: Pulling fs layer 22:10:25 ef5531b6e74e: Download complete 22:10:25 ef5531b6e74e: Pull complete 22:10:25 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 22:10:25 Status: Downloaded newer image for alpine:3.16 22:10:25 ---> dfd21b5a31f5 22:10:25 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:10:25 ---> Running in ae0eb93a6735 22:10:25 Removing intermediate container ae0eb93a6735 22:10:25 ---> 43d127296f61 22:10:25 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 22:10:25 ---> Running in ee15e236261d 22:10:25 Removing intermediate container ee15e236261d 22:10:25 ---> d2444eeadb38 22:10:25 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 22:10:25 ---> Running in 6d01399c9ce3 22:10:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:10:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:10:26 (1/2) Installing ca-certificates (20220614-r0) 22:10:26 (2/2) Installing dumb-init (1.2.5-r1) 22:10:26 Executing busybox-1.35.0-r17.trigger 22:10:26 Executing ca-certificates-20220614-r0.trigger 22:10:26 OK: 6 MiB in 16 packages 22:10:26 Removing intermediate container 6d01399c9ce3 22:10:26 ---> c30d8519358b 22:10:26 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:10:26 ---> eedd847079c5 22:10:26 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 22:10:26 ---> 5accefd059fa 22:10:26 Step 19/26 : COPY --from=builder /app/res/ /res/ 22:10:26 ---> c0a9ff05e90a 22:10:26 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:10:27 ---> 700f508fd188 22:10:27 Step 21/26 : EXPOSE 48095 22:10:27 ---> Running in 897bfcb6737d 22:10:27 Removing intermediate container 897bfcb6737d 22:10:27 ---> 4ed6f6407220 22:10:27 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 22:10:27 ---> Running in 616754f5fbc3 22:10:27 Removing intermediate container 616754f5fbc3 22:10:27 ---> 666d4681fe98 22:10:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:10:27 ---> Running in 41842ec4c511 22:10:27 Removing intermediate container 41842ec4c511 22:10:27 ---> f16dff4e7d32 22:10:27 Step 24/26 : LABEL arch=amd64 22:10:27 ---> Running in ef89737931ca 22:10:27 Removing intermediate container ef89737931ca 22:10:27 ---> e384e304e291 22:10:27 Step 25/26 : LABEL git_sha=38d2ea53745de48730f2be4fd311f21cab61737a 22:10:27 ---> Running in abc059cb8b96 22:10:27 Removing intermediate container abc059cb8b96 22:10:27 ---> fb143e9d194e 22:10:27 Step 26/26 : LABEL version=3.0.0-dev.18 22:10:27 ---> Running in aed4237c1010 22:10:27 Removing intermediate container aed4237c1010 22:10:27 ---> ad03bbaf4121 22:10:27 [Warning] One or more build-args [ARCH] were not consumed 22:10:27 Successfully built ad03bbaf4121 22:10:27 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 22:10:28 provisioning config files... 22:10:28 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9284757437110089423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:10:28 ---> docker-login.sh 22:10:28 nexus3.edgexfoundry.org:10001 22:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:28 Configure a credential helper to remove this warning. See 22:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:28 22:10:28 Login Succeeded 22:10:28 nexus3.edgexfoundry.org:10002 22:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:28 Configure a credential helper to remove this warning. See 22:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:28 22:10:28 Login Succeeded 22:10:28 nexus3.edgexfoundry.org:10003 22:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:28 Configure a credential helper to remove this warning. See 22:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:28 22:10:28 Login Succeeded 22:10:28 nexus3.edgexfoundry.org:10004 22:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:28 Configure a credential helper to remove this warning. See 22:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:28 22:10:28 Login Succeeded 22:10:28 docker.io 22:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:28 Configure a credential helper to remove this warning. See 22:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:28 22:10:28 Login Succeeded 22:10:28 ---> docker-login.sh ends [Pipeline] } 22:10:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:10:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:10:28 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 22:10:28 38d2ea53745de48730f2be4fd311f21cab61737a 22:10:28 latest 22:10:28 3.0.0-dev.18 22:10:28 38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 22:10:28 main 22:10:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:29 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:38d2ea53745de48730f2be4fd311f21cab61737a 22:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:10:29 c43f5dcca957: Preparing 22:10:29 5451f0d6fa7b: Preparing 22:10:29 54d458824041: Preparing 22:10:29 1cebeeeb54f3: Preparing 22:10:29 fd7eac96575b: Preparing 22:10:29 aa5968d388b8: Preparing 22:10:29 1cebeeeb54f3: Pushed 22:10:29 54d458824041: Pushed 22:10:29 5451f0d6fa7b: Pushed 22:10:29 fd7eac96575b: Pushed 22:10:29 aa5968d388b8: Layer already exists 22:10:32 c43f5dcca957: Pushed 22:10:32 38d2ea53745de48730f2be4fd311f21cab61737a: digest: sha256:5eb3890f09b43bd45901afda5c16b90007741f76ed18dd0a67d5aa88756a65ae size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:32 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:32 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 22:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:10:32 c43f5dcca957: Preparing 22:10:32 5451f0d6fa7b: Preparing 22:10:32 54d458824041: Preparing 22:10:32 1cebeeeb54f3: Preparing 22:10:32 fd7eac96575b: Preparing 22:10:32 aa5968d388b8: Preparing 22:10:32 aa5968d388b8: Waiting 22:10:32 1cebeeeb54f3: Layer already exists 22:10:32 c43f5dcca957: Layer already exists 22:10:32 54d458824041: Layer already exists 22:10:32 5451f0d6fa7b: Layer already exists 22:10:32 fd7eac96575b: Layer already exists 22:10:32 aa5968d388b8: Layer already exists 22:10:32 latest: digest: sha256:5eb3890f09b43bd45901afda5c16b90007741f76ed18dd0a67d5aa88756a65ae size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:33 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:33 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.18 22:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:10:33 c43f5dcca957: Preparing 22:10:33 5451f0d6fa7b: Preparing 22:10:33 54d458824041: Preparing 22:10:33 1cebeeeb54f3: Preparing 22:10:33 fd7eac96575b: Preparing 22:10:33 aa5968d388b8: Preparing 22:10:33 aa5968d388b8: Waiting 22:10:33 1cebeeeb54f3: Layer already exists 22:10:33 5451f0d6fa7b: Layer already exists 22:10:33 c43f5dcca957: Layer already exists 22:10:33 fd7eac96575b: Layer already exists 22:10:33 54d458824041: Layer already exists 22:10:33 aa5968d388b8: Layer already exists 22:10:33 3.0.0-dev.18: digest: sha256:5eb3890f09b43bd45901afda5c16b90007741f76ed18dd0a67d5aa88756a65ae size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:33 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:34 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 22:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:10:34 c43f5dcca957: Preparing 22:10:34 5451f0d6fa7b: Preparing 22:10:34 54d458824041: Preparing 22:10:34 1cebeeeb54f3: Preparing 22:10:34 fd7eac96575b: Preparing 22:10:34 aa5968d388b8: Preparing 22:10:34 aa5968d388b8: Waiting 22:10:34 1cebeeeb54f3: Layer already exists 22:10:34 fd7eac96575b: Layer already exists 22:10:34 5451f0d6fa7b: Layer already exists 22:10:34 54d458824041: Layer already exists 22:10:34 c43f5dcca957: Layer already exists 22:10:34 aa5968d388b8: Layer already exists 22:10:34 38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18: digest: sha256:5eb3890f09b43bd45901afda5c16b90007741f76ed18dd0a67d5aa88756a65ae size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:34 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:34 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 22:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:10:34 c43f5dcca957: Preparing 22:10:34 5451f0d6fa7b: Preparing 22:10:34 54d458824041: Preparing 22:10:34 1cebeeeb54f3: Preparing 22:10:34 fd7eac96575b: Preparing 22:10:34 aa5968d388b8: Preparing 22:10:34 aa5968d388b8: Waiting 22:10:34 54d458824041: Layer already exists 22:10:34 c43f5dcca957: Layer already exists 22:10:34 fd7eac96575b: Layer already exists 22:10:34 1cebeeeb54f3: Layer already exists 22:10:34 5451f0d6fa7b: Layer already exists 22:10:34 aa5968d388b8: Layer already exists 22:10:34 main: digest: sha256:5eb3890f09b43bd45901afda5c16b90007741f76ed18dd0a67d5aa88756a65ae size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:10:34 ===================================================== [Pipeline] echo 22:10:34 taggedImages: 22:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:38d2ea53745de48730f2be4fd311f21cab61737a 22:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 22:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.18 22:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 22:10:34 - 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 22:10:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:10:35 22:10:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:10:35 latest: Pulling from edgex-lftools-log-publisher 22:10:35 5eb5b503b376: Pulling fs layer 22:10:35 5c69ac0246d0: Pulling fs layer 22:10:35 ec43610c2a17: Pulling fs layer 22:10:35 3a2ae6a8a46f: Pulling fs layer 22:10:35 33b1e0a273af: Pulling fs layer 22:10:35 5d3b04190fa2: Pulling fs layer 22:10:35 2f39f015ded8: Pulling fs layer 22:10:35 3a2ae6a8a46f: Waiting 22:10:35 33b1e0a273af: Waiting 22:10:35 5d3b04190fa2: Waiting 22:10:35 2f39f015ded8: Waiting 22:10:35 5c69ac0246d0: Verifying Checksum 22:10:35 5c69ac0246d0: Download complete 22:10:35 3a2ae6a8a46f: Verifying Checksum 22:10:35 3a2ae6a8a46f: Download complete 22:10:35 33b1e0a273af: Verifying Checksum 22:10:35 33b1e0a273af: Download complete 22:10:35 5d3b04190fa2: Verifying Checksum 22:10:35 5d3b04190fa2: Download complete 22:10:35 ec43610c2a17: Verifying Checksum 22:10:35 ec43610c2a17: Download complete 22:10:35 5eb5b503b376: Verifying Checksum 22:10:35 5eb5b503b376: Download complete 22:10:36 2f39f015ded8: Download complete 22:10:36 5eb5b503b376: Pull complete 22:10:36 5c69ac0246d0: Pull complete 22:10:37 ec43610c2a17: Pull complete 22:10:37 3a2ae6a8a46f: Pull complete 22:10:37 33b1e0a273af: Pull complete 22:10:37 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:10:40 provisioning config files... 22:10:40 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/135@tmp/config8215924660812129362tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:10:41 ---> docker-login.sh 22:10:41 nexus3.edgexfoundry.org:10001 22:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:41 Configure a credential helper to remove this warning. See 22:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:41 22:10:41 Login Succeeded 22:10:41 nexus3.edgexfoundry.org:10002 22:10:41 2f39f015ded8: Pull complete 22:10:41 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:10:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:10:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:10:41 prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container 22:10:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:42 Configure a credential helper to remove this warning. See 22:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:42 22:10:42 Login Succeeded 22:10:42 nexus3.edgexfoundry.org:10003 22:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:42 Configure a credential helper to remove this warning. See 22:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:42 22:10:42 Login Succeeded 22:10:42 nexus3.edgexfoundry.org:10004 22:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:42 Configure a credential helper to remove this warning. See 22:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:42 22:10:42 Login Succeeded 22:10:42 docker.io 22:10:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:43 Configure a credential helper to remove this warning. See 22:10:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:43 22:10:43 Login Succeeded 22:10:43 ---> docker-login.sh ends 22:10:43 $ docker top 4526865950d792c5f974ca7de30266cfc92cb5b71ad5593181aedb4810be3eec -eo pid,comm [Pipeline] { [Pipeline] } 22:10:44 Deleting 1 temporary files [Pipeline] libraryResource [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:10:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] 22:10:44 ---> job-cost.sh 22:10:44 lf-activate-venv: SKIPPING 22:10:44 INFO: No Stack... [Pipeline] echo 22:10:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:10:44 ========================================================= 22:10:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 22:10:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:44 + 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 . 22:10:44 Sending build context to Docker daemon 178.7kB 22:10:44 INFO: Retrieving Pricing Info for: v3-standard-8 22:10:45 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 22:10:45 Step 2/12 : FROM ${BASE} AS builder 22:10:45 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:10:45 9b18e9b68314: Pulling fs layer 22:10:45 35d82f9e3411: Pulling fs layer 22:10:45 e16973657156: Pulling fs layer 22:10:45 fc693d55d65f: Pulling fs layer 22:10:45 7e9fc2657dce: Pulling fs layer 22:10:45 dda99020689f: Pulling fs layer 22:10:45 db1c61fa0a46: Pulling fs layer 22:10:45 891c053d2c06: Pulling fs layer 22:10:45 fc693d55d65f: Waiting 22:10:45 7e9fc2657dce: Waiting 22:10:45 dda99020689f: Waiting 22:10:45 db1c61fa0a46: Waiting 22:10:45 891c053d2c06: Waiting 22:10:45 e16973657156: Download complete 22:10:45 35d82f9e3411: Verifying Checksum 22:10:45 35d82f9e3411: Download complete 22:10:45 INFO: Archiving Costs [Pipeline] sh 22:10:45 7e9fc2657dce: Verifying Checksum 22:10:45 7e9fc2657dce: Download complete 22:10:45 dda99020689f: Verifying Checksum 22:10:45 dda99020689f: Download complete 22:10:45 9b18e9b68314: Verifying Checksum 22:10:45 + + cut -d, -f6 22:10:45 cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [Pipeline] lock 22:10:45 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] 22:10:45 Resource [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] did not exist. Created. 22:10:45 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:10:45 + echo total: 0.2199999988079071 [Pipeline] stash 22:10:45 Stashed 1 file(s) [Pipeline] } 22:10:45 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] [Pipeline] // lock [Pipeline] } 22:10:45 $ docker stop --time=1 4526865950d792c5f974ca7de30266cfc92cb5b71ad5593181aedb4810be3eec 22:10:45 9b18e9b68314: Pull complete 22:10:46 891c053d2c06: Verifying Checksum 22:10:46 891c053d2c06: Download complete 22:10:46 35d82f9e3411: Pull complete 22:10:47 $ docker rm -f --volumes 4526865950d792c5f974ca7de30266cfc92cb5b71ad5593181aedb4810be3eec 22:10:47 e16973657156: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:10:47 db1c61fa0a46: Verifying Checksum 22:10:47 db1c61fa0a46: Download complete 22:10:48 fc693d55d65f: Verifying Checksum 22:11:00 fc693d55d65f: Pull complete 22:11:00 7e9fc2657dce: Pull complete 22:11:00 dda99020689f: Pull complete 22:11:07 db1c61fa0a46: Pull complete 22:11:11 891c053d2c06: Pull complete 22:11:11 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 22:11:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:11:11 ---> f96f9c87975a 22:11:11 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 22:11:12 ---> Running in bbfe6d79b7ec 22:11:12 Removing intermediate container bbfe6d79b7ec 22:11:12 ---> 7c4905731aa1 22:11:12 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:11:12 ---> Running in 6999c7f7621b 22:11:13 Removing intermediate container 6999c7f7621b 22:11:13 ---> 07e12a767661 22:11:13 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:11:13 ---> Running in 110cf32773dc 22:11:13 Removing intermediate container 110cf32773dc 22:11:13 ---> 6496f676f98f 22:11:13 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:11:13 ---> Running in d9267d52054e 22:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:11:16 OK: 221 MiB in 51 packages 22:11:17 Removing intermediate container d9267d52054e 22:11:17 ---> edcd90eac965 22:11:17 Step 7/12 : WORKDIR /app 22:11:17 ---> Running in e7eaf8fbf366 22:11:17 Removing intermediate container e7eaf8fbf366 22:11:17 ---> 62eb58d2202d 22:11:17 Step 8/12 : COPY go.mod vendor* ./ 22:11:17 ---> 7cde94936572 22:11:17 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:11:17 ---> Running in cc2240adbf03 22:12:25 Removing intermediate container cc2240adbf03 22:12:25 ---> fd4d42ec0de1 22:12:25 Step 10/12 : COPY . . 22:12:25 ---> 14bef0e943b4 22:12:25 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:12:25 ---> Running in 599a998be7f4 22:12:25 Removing intermediate container 599a998be7f4 22:12:25 ---> f1f17134a195 22:12:25 Step 12/12 : RUN $MAKE 22:12:25 ---> Running in 5891fe585265 22:12:25 noop 22:12:25 Removing intermediate container 5891fe585265 22:12:25 ---> 3c9956bc1917 22:12:25 Successfully built 3c9956bc1917 22:12:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:26 + docker inspect -f . ci-base-image-arm64 22:12:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:12:26 prd-ubuntu20.04-docker-arm64-4c-16g-7135 does not seem to be running inside a container 22:12:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/135 -v /w/workspace/app-service-configurable/135:/w/workspace/app-service-configurable/135:rw,z -v /w/workspace/app-service-configurable/135@tmp:/w/workspace/app-service-configurable/135@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 22:12:29 $ docker top a69b78f7b3f70001ac4ad3c34b7bf001fc1d9bc8f4bc007273c6caf255724479 -eo pid,comm [Pipeline] { [Pipeline] sh 22:12:30 + go version 22:12:30 go version go1.18.7 linux/arm64 [Pipeline] } 22:12:30 $ docker stop --time=1 a69b78f7b3f70001ac4ad3c34b7bf001fc1d9bc8f4bc007273c6caf255724479 22:12:31 $ docker rm -f --volumes a69b78f7b3f70001ac4ad3c34b7bf001fc1d9bc8f4bc007273c6caf255724479 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:32 + docker inspect -f . ci-base-image-arm64 22:12:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:12:32 prd-ubuntu20.04-docker-arm64-4c-16g-7135 does not seem to be running inside a container 22:12:32 $ 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/135 -v /w/workspace/app-service-configurable/135:/w/workspace/app-service-configurable/135:rw,z -v /w/workspace/app-service-configurable/135@tmp:/w/workspace/app-service-configurable/135@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 22:12:33 $ docker top 3ae361b3c8b167a90161032a78a621ebdc4e65092362fe47b20ffb64c580ccd3 -eo pid,comm [Pipeline] { [Pipeline] sh 22:12:34 + git config --global --add safe.directory /w/workspace/app-service-configurable/135 [Pipeline] fileExists [Pipeline] sh 22:12:34 + make test 22:12:34 go test -race -coverprofile=coverage.out ./... 22:14:56 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:14:56 go vet ./... 22:16:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:16:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:16:18 ./bin/test-attribution-txt.sh [Pipeline] echo 22:16:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:16:18 $ docker stop --time=1 3ae361b3c8b167a90161032a78a621ebdc4e65092362fe47b20ffb64c580ccd3 22:16:20 $ docker rm -f --volumes 3ae361b3c8b167a90161032a78a621ebdc4e65092362fe47b20ffb64c580ccd3 [Pipeline] // withDockerContainer [Pipeline] sh 22:16:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:16:21 Warning: overwriting stash ‘coverage-report’ 22:16:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:16:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:16:22 + ls -al . 22:16:22 total 168 22:16:22 drwxrwxr-x 7 jenkins jenkins 4096 Feb 22 22:12 . 22:16:22 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 22:10 .. 22:16:22 -rw-rw-r-- 1 jenkins jenkins 119 Feb 22 22:10 .dockerignore 22:16:22 drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 22:10 .git 22:16:22 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 22:10 .github 22:16:22 -rw-rw-r-- 1 jenkins jenkins 171 Feb 22 22:10 .gitignore 22:16:22 -rw-rw-r-- 1 jenkins jenkins 9320 Feb 22 22:10 Attribution.txt 22:16:22 -rw-rw-r-- 1 jenkins jenkins 29118 Feb 22 22:10 CHANGELOG.md 22:16:22 -rw-rw-r-- 1 jenkins jenkins 1898 Feb 22 22:10 Dockerfile 22:16:22 -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 22:10 GOVERNANCE.md 22:16:22 -rw-rw-r-- 1 jenkins jenkins 688 Feb 22 22:10 Jenkinsfile 22:16:22 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 22 22:10 LICENSE 22:16:22 -rw-rw-r-- 1 jenkins jenkins 618 Feb 22 22:10 OWNERS.md 22:16:22 -rw-rw-r-- 1 jenkins jenkins 4369 Feb 22 22:10 README.md 22:16:22 -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 22:08 VERSION 22:16:22 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 22:10 bin 22:16:22 -rw-r--r-- 1 jenkins jenkins 13 Feb 22 22:12 coverage.out 22:16:22 -rw-rw-r-- 1 jenkins jenkins 3308 Feb 22 22:10 go.mod 22:16:22 -rw-rw-r-- 1 jenkins jenkins 32598 Feb 22 22:10 go.sum 22:16:22 -rw-rw-r-- 1 jenkins jenkins 1949 Feb 22 22:10 main.go 22:16:22 -rw-rw-r-- 1 jenkins jenkins 2078 Feb 22 22:10 makefile 22:16:22 drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 22:10 res 22:16:22 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 22:10 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:22 + 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=38d2ea53745de48730f2be4fd311f21cab61737a --label arch=arm64 --label version=3.0.0-dev.18 . 22:16:22 Sending build context to Docker daemon 179.7kB 22:16:23 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 22:16:23 Step 2/26 : FROM ${BASE} AS builder 22:16:23 ---> 3c9956bc1917 22:16:23 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 22:16:23 ---> Running in b2086a76c1a5 22:16:23 Removing intermediate container b2086a76c1a5 22:16:23 ---> f16ee1197700 22:16:23 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 22:16:23 ---> Running in 31899a07e9fa 22:16:23 Removing intermediate container 31899a07e9fa 22:16:23 ---> 9aeb84af7fa8 22:16:23 Step 5/26 : ARG ADD_BUILD_TAGS="" 22:16:23 ---> Running in 08a0c8e14ca6 22:16:24 Removing intermediate container 08a0c8e14ca6 22:16:24 ---> 9d032f7d9d16 22:16:24 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:16:24 ---> Running in 581b0b7050b6 22:16:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:16:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:16:26 OK: 221 MiB in 51 packages 22:16:27 Removing intermediate container 581b0b7050b6 22:16:27 ---> e480f319d8e2 22:16:27 Step 7/26 : WORKDIR /app 22:16:27 ---> Running in 049fdee85a61 22:16:28 Removing intermediate container 049fdee85a61 22:16:28 ---> 4704c1795139 22:16:28 Step 8/26 : COPY go.mod vendor* ./ 22:16:28 ---> f92830e4e308 22:16:28 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:16:28 ---> Running in f880756fce4a 22:16:31 Removing intermediate container f880756fce4a 22:16:31 ---> 2b28f36f80ee 22:16:31 Step 10/26 : COPY . . 22:16:31 ---> f5eda9887a38 22:16:31 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:16:31 ---> Running in ce7bc1092c1d 22:16:32 Removing intermediate container ce7bc1092c1d 22:16:32 ---> 3f2cf5b34564 22:16:32 Step 12/26 : RUN $MAKE 22:16:32 ---> Running in 7b457e2e0ebe 22:16:32 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.32 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.18" -trimpath -mod=readonly -o app-service-configurable 22:18:40 Removing intermediate container 7b457e2e0ebe 22:18:40 ---> 1f63659f9f94 22:18:40 Step 13/26 : FROM alpine:3.16 22:18:40 3.16: Pulling from library/alpine 22:18:40 3760b48202b3: Pulling fs layer 22:18:40 3760b48202b3: Verifying Checksum 22:18:40 3760b48202b3: Download complete 22:18:41 3760b48202b3: Pull complete 22:18:41 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 22:18:41 Status: Downloaded newer image for alpine:3.16 22:18:41 ---> 4c81e5bf8899 22:18:41 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:18:41 ---> Running in 71f062f9a96b 22:18:41 Removing intermediate container 71f062f9a96b 22:18:41 ---> 9d8f7800cc10 22:18:41 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 22:18:42 ---> Running in d03ba0ee24af 22:18:42 Removing intermediate container d03ba0ee24af 22:18:42 ---> 0c16626f6d27 22:18:42 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 22:18:42 ---> Running in 9e4c8f7ee265 22:18:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:18:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:18:44 (1/2) Installing ca-certificates (20220614-r0) 22:18:44 (2/2) Installing dumb-init (1.2.5-r1) 22:18:44 Executing busybox-1.35.0-r17.trigger 22:18:44 Executing ca-certificates-20220614-r0.trigger 22:18:45 OK: 6 MiB in 16 packages 22:18:46 Removing intermediate container 9e4c8f7ee265 22:18:46 ---> 9a3510130ac3 22:18:46 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:18:46 ---> 1e27bdf181c5 22:18:46 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 22:18:47 ---> 127f7053354d 22:18:47 Step 19/26 : COPY --from=builder /app/res/ /res/ 22:18:47 ---> 5c8ffc6f745a 22:18:47 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:18:49 ---> b448546a041e 22:18:49 Step 21/26 : EXPOSE 48095 22:18:49 ---> Running in 3e10161fc84d 22:18:49 Removing intermediate container 3e10161fc84d 22:18:49 ---> bde74180a35b 22:18:49 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 22:18:49 ---> Running in f4e570c4befd 22:18:49 Removing intermediate container f4e570c4befd 22:18:49 ---> 0a5e3d014d29 22:18:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:18:49 ---> Running in 9cebf637bb81 22:18:50 Removing intermediate container 9cebf637bb81 22:18:50 ---> c4389b14763f 22:18:50 Step 24/26 : LABEL arch=arm64 22:18:50 ---> Running in d6602a350c99 22:18:50 Removing intermediate container d6602a350c99 22:18:50 ---> 7cb399757c15 22:18:50 Step 25/26 : LABEL git_sha=38d2ea53745de48730f2be4fd311f21cab61737a 22:18:51 ---> Running in 2b95e0eabfa4 22:18:51 Removing intermediate container 2b95e0eabfa4 22:18:51 ---> 0d67f9b63150 22:18:51 Step 26/26 : LABEL version=3.0.0-dev.18 22:18:51 ---> Running in ebb42485263e 22:18:51 Removing intermediate container ebb42485263e 22:18:51 ---> a49e6195f990 22:18:51 [Warning] One or more build-args [ARCH] were not consumed 22:18:51 Successfully built a49e6195f990 22:18:51 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 22:18:51 provisioning config files... 22:18:51 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/135@tmp/config1865426973004412405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:18:52 ---> docker-login.sh 22:18:52 nexus3.edgexfoundry.org:10001 22:18:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:52 Configure a credential helper to remove this warning. See 22:18:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:52 22:18:52 Login Succeeded 22:18:52 nexus3.edgexfoundry.org:10002 22:18:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:52 Configure a credential helper to remove this warning. See 22:18:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:52 22:18:52 Login Succeeded 22:18:52 nexus3.edgexfoundry.org:10003 22:18:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:53 Configure a credential helper to remove this warning. See 22:18:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:53 22:18:53 Login Succeeded 22:18:53 nexus3.edgexfoundry.org:10004 22:18:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:53 Configure a credential helper to remove this warning. See 22:18:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:53 22:18:53 Login Succeeded 22:18:53 docker.io 22:18:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:54 Configure a credential helper to remove this warning. See 22:18:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:54 22:18:54 Login Succeeded 22:18:54 ---> docker-login.sh ends [Pipeline] } 22:18:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:18:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:18:54 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 22:18:54 38d2ea53745de48730f2be4fd311f21cab61737a 22:18:54 latest 22:18:54 3.0.0-dev.18 22:18:54 38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 22:18:54 main 22:18:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:54 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:54 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:38d2ea53745de48730f2be4fd311f21cab61737a 22:18:54 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 22:18:54 33732f728a26: Preparing 22:18:54 47602a728464: Preparing 22:18:54 4f1342e5750d: Preparing 22:18:54 92aa84978d74: Preparing 22:18:54 8e81ef09d239: Preparing 22:18:54 f70ee36035b9: Preparing 22:18:54 f70ee36035b9: Waiting 22:18:55 92aa84978d74: Pushed 22:18:55 4f1342e5750d: Pushed 22:18:55 47602a728464: Pushed 22:18:55 f70ee36035b9: Layer already exists 22:18:55 8e81ef09d239: Pushed 22:19:00 33732f728a26: Pushed 22:19:00 38d2ea53745de48730f2be4fd311f21cab61737a: digest: sha256:7ba57ba054a7cb0d236c3ff02e6897c784c640e9f604f116906e243724945d27 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:01 + 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 22:19:01 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 22:19:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 22:19:01 33732f728a26: Preparing 22:19:01 47602a728464: Preparing 22:19:01 4f1342e5750d: Preparing 22:19:01 92aa84978d74: Preparing 22:19:01 8e81ef09d239: Preparing 22:19:01 f70ee36035b9: Preparing 22:19:01 f70ee36035b9: Waiting 22:19:01 92aa84978d74: Layer already exists 22:19:01 8e81ef09d239: Layer already exists 22:19:01 4f1342e5750d: Layer already exists 22:19:01 47602a728464: Layer already exists 22:19:01 33732f728a26: Layer already exists 22:19:01 f70ee36035b9: Layer already exists 22:19:01 latest: digest: sha256:7ba57ba054a7cb0d236c3ff02e6897c784c640e9f604f116906e243724945d27 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:02 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:02 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.18 22:19:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 22:19:02 33732f728a26: Preparing 22:19:02 47602a728464: Preparing 22:19:02 4f1342e5750d: Preparing 22:19:02 92aa84978d74: Preparing 22:19:02 8e81ef09d239: Preparing 22:19:02 f70ee36035b9: Preparing 22:19:02 f70ee36035b9: Waiting 22:19:02 92aa84978d74: Layer already exists 22:19:02 8e81ef09d239: Layer already exists 22:19:02 33732f728a26: Layer already exists 22:19:02 4f1342e5750d: Layer already exists 22:19:02 47602a728464: Layer already exists 22:19:02 f70ee36035b9: Layer already exists 22:19:02 3.0.0-dev.18: digest: sha256:7ba57ba054a7cb0d236c3ff02e6897c784c640e9f604f116906e243724945d27 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:03 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:03 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 22:19:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 22:19:03 33732f728a26: Preparing 22:19:03 47602a728464: Preparing 22:19:03 4f1342e5750d: Preparing 22:19:03 92aa84978d74: Preparing 22:19:03 8e81ef09d239: Preparing 22:19:03 f70ee36035b9: Preparing 22:19:03 f70ee36035b9: Waiting 22:19:03 8e81ef09d239: Layer already exists 22:19:03 33732f728a26: Layer already exists 22:19:03 47602a728464: Layer already exists 22:19:03 4f1342e5750d: Layer already exists 22:19:03 92aa84978d74: Layer already exists 22:19:03 f70ee36035b9: Layer already exists 22:19:03 38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18: digest: sha256:7ba57ba054a7cb0d236c3ff02e6897c784c640e9f604f116906e243724945d27 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:03 + 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 22:19:04 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 22:19:04 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 22:19:04 33732f728a26: Preparing 22:19:04 47602a728464: Preparing 22:19:04 4f1342e5750d: Preparing 22:19:04 92aa84978d74: Preparing 22:19:04 8e81ef09d239: Preparing 22:19:04 f70ee36035b9: Preparing 22:19:04 f70ee36035b9: Waiting 22:19:04 47602a728464: Layer already exists 22:19:04 92aa84978d74: Layer already exists 22:19:04 33732f728a26: Layer already exists 22:19:04 8e81ef09d239: Layer already exists 22:19:04 4f1342e5750d: Layer already exists 22:19:04 f70ee36035b9: Layer already exists 22:19:04 main: digest: sha256:7ba57ba054a7cb0d236c3ff02e6897c784c640e9f604f116906e243724945d27 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:19:04 ===================================================== [Pipeline] echo 22:19:04 taggedImages: 22:19:04 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:38d2ea53745de48730f2be4fd311f21cab61737a 22:19:04 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 22:19:04 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.18 22:19:04 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:38d2ea53745de48730f2be4fd311f21cab61737a-3.0.0-dev.18 22:19:04 - 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 22:19:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:19:05 22:19:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:19:05 arm64: Pulling from edgex-lftools-log-publisher 22:19:05 8998bd30e6a1: Pulling fs layer 22:19:05 04944245beec: Pulling fs layer 22:19:05 699f458cf7ca: Pulling fs layer 22:19:05 765212b225bb: Pulling fs layer 22:19:05 f23df028b6ca: Pulling fs layer 22:19:05 d65c8cfc05b1: Pulling fs layer 22:19:05 2437ff75d9bd: Pulling fs layer 22:19:05 765212b225bb: Waiting 22:19:05 f23df028b6ca: Waiting 22:19:05 d65c8cfc05b1: Waiting 22:19:05 2437ff75d9bd: Waiting 22:19:05 04944245beec: Verifying Checksum 22:19:05 04944245beec: Download complete 22:19:05 765212b225bb: Verifying Checksum 22:19:05 765212b225bb: Download complete 22:19:05 f23df028b6ca: Download complete 22:19:05 d65c8cfc05b1: Verifying Checksum 22:19:05 d65c8cfc05b1: Download complete 22:19:05 699f458cf7ca: Verifying Checksum 22:19:05 699f458cf7ca: Download complete 22:19:06 8998bd30e6a1: Download complete 22:19:08 2437ff75d9bd: Verifying Checksum 22:19:08 2437ff75d9bd: Download complete 22:19:10 8998bd30e6a1: Pull complete 22:19:10 04944245beec: Pull complete 22:19:12 699f458cf7ca: Pull complete 22:19:12 765212b225bb: Pull complete 22:19:13 f23df028b6ca: Pull complete 22:19:13 d65c8cfc05b1: Pull complete 22:19:28 2437ff75d9bd: Pull complete 22:19:28 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:19:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:19:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:19:28 prd-ubuntu20.04-docker-arm64-4c-16g-7135 does not seem to be running inside a container 22:19:28 $ 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/135 -v /w/workspace/app-service-configurable/135:/w/workspace/app-service-configurable/135:rw,z -v /w/workspace/app-service-configurable/135@tmp:/w/workspace/app-service-configurable/135@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 22:19:31 $ docker top a88c7e56b84cb61aa5b7808b1fb542ff434a5557e88521f892853bcc138fec33 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:19:32 ---> job-cost.sh 22:19:32 lf-activate-venv: SKIPPING 22:19:32 INFO: No Stack... 22:19:33 INFO: Retrieving Pricing Info for: v3-standard-4 22:19:33 INFO: Archiving Costs [Pipeline] sh 22:19:34 + + cut -d, -f6 22:19:34 cat /w/workspace/app-service-configurable/135/archives/cost.csv [Pipeline] lock 22:19:34 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] 22:19:34 Resource [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] did not exist. Created. 22:19:34 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:19:35 /w/workspace/app-service-configurable/135@tmp/durable-42b02c77/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:19:35 + echo total: 0.10999999940395355 [Pipeline] stash 22:19:35 Warning: overwriting stash ‘stack-cost’ 22:19:36 Stashed 1 file(s) [Pipeline] } 22:19:36 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-135-stack-cost] [Pipeline] // lock [Pipeline] } 22:19:36 $ docker stop --time=1 a88c7e56b84cb61aa5b7808b1fb542ff434a5557e88521f892853bcc138fec33 22:19:37 $ docker rm -f --volumes a88c7e56b84cb61aa5b7808b1fb542ff434a5557e88521f892853bcc138fec33 [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 22:19:38 provisioning config files... 22:19:38 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8056288347527900395tmp [Pipeline] { [Pipeline] sh 22:19:38 + set +x 22:19:38 + curl -s https://codecov.io/bash 22:19:38 + bash -s -- 22:19:38 22:19:38 _____ _ 22:19:38 / ____| | | 22:19:38 | | ___ __| | ___ ___ _____ __ 22:19:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:19:38 | |___| (_) | (_| | __/ (_| (_) \ V / 22:19:38 \_____\___/ \__,_|\___|\___\___/ \_/ 22:19:38 Bash-1.0.6 22:19:38 22:19:38 22:19:38 ==> git version 2.25.1 found 22:19:38 ==> 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 22:19:38 Release-Date: 2020-01-08 22:19:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:19:38 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:19:38 ==> Jenkins CI detected. 22:19:38 current dir:  /w/workspace/ry_app-service-configurable_main 22:19:38 project root: . 22:19:38 --> token set from env 22:19:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:19:38 ==> Running gcov in . (disable via -X gcov) 22:19:38 ==> Python coveragepy not found 22:19:38 ==> Searching for coverage reports in: 22:19:38 + . 22:19:38 -> Found 1 reports 22:19:38 ==> Detecting git/mercurial file structure 22:19:38 ==> Reading reports 22:19:38 + ./coverage.out bytes=13 22:19:38 ==> Appending adjustments 22:19:38 https://docs.codecov.io/docs/fixing-reports 22:19:38 + Found adjustments 22:19:38 ==> Gzipping contents 22:19:38 4.0K /tmp/codecov.Cxb4w4.gz 22:19:38 ==> Uploading reports 22:19:38 url: https://codecov.io 22:19:38 query: branch=main&commit=38d2ea53745de48730f2be4fd311f21cab61737a&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F135%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:19:38 -> Pinging Codecov 22:19:38 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=38d2ea53745de48730f2be4fd311f21cab61737a&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F135%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:19:38 -> Uploading to 22:19:38 https://storage.googleapis.com/codecov/v4/raw/2023-02-22/A97CA9966030D2A3747ED39772930CCE/38d2ea53745de48730f2be4fd311f21cab61737a/72687332-b0eb-4b1d-9d08-14cc1bd8b52f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230222T221938Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7522f046925b879a8bceac7aeca3fc45f630c9183f91d4053857ad1805134fb1 22:19:38 % Total % Received % Xferd Average Speed Time Time Time Current 22:19:38 Dload Upload Total Spent Left Speed 22:19:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 520 0 0 100 520 0 1811 --:--:-- --:--:-- --:--:-- 1805 22:19:39 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] } 22:19:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:19:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:19:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:19:39 22:19:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:19:39 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:19:39 df9b9388f04a: Pulling fs layer 22:19:39 52dc419b0ee2: Pulling fs layer 22:19:39 25bc292e5bac: Pulling fs layer 22:19:39 114826534d7a: Pulling fs layer 22:19:39 4657fd5d0bcf: Pulling fs layer 22:19:39 6ad1cebc031e: Pulling fs layer 22:19:39 8a3aa393b2d8: Pulling fs layer 22:19:39 4657fd5d0bcf: Waiting 22:19:39 6ad1cebc031e: Waiting 22:19:39 114826534d7a: Waiting 22:19:39 8a3aa393b2d8: Waiting 22:19:39 25bc292e5bac: Download complete 22:19:39 52dc419b0ee2: Download complete 22:19:39 4657fd5d0bcf: Download complete 22:19:39 df9b9388f04a: Verifying Checksum 22:19:39 df9b9388f04a: Download complete 22:19:40 df9b9388f04a: Pull complete 22:19:40 52dc419b0ee2: Pull complete 22:19:40 6ad1cebc031e: Verifying Checksum 22:19:40 6ad1cebc031e: Download complete 22:19:40 25bc292e5bac: Pull complete 22:19:41 114826534d7a: Verifying Checksum 22:19:41 114826534d7a: Download complete 22:19:41 8a3aa393b2d8: Verifying Checksum 22:19:41 8a3aa393b2d8: Download complete 22:19:44 114826534d7a: Pull complete 22:19:44 4657fd5d0bcf: Pull complete 22:19:44 6ad1cebc031e: Pull complete 22:19:46 8a3aa393b2d8: Pull complete 22:19:46 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:19:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:19:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:19:47 prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container 22:19:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:19:49 $ docker top 5ad3604d06bba1b8631d9f2c753c41356778470388d0bba46bc197f276d31e85 -eo pid,comm [Pipeline] { [Pipeline] echo 22:19:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 22:19:50 + set -o pipefail 22:19:50 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 22:19:55 22:19:55 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 22:19:55 22:19:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/29678ce5-7f62-4ea0-a0d0-96e632edff04 22:19:55 22:19:55 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:19:55 22:19:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:19:55 22:19:55 22:19:55 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:19:55 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:19:55 More details here: https://snyk.co/ue1NS [Pipeline] } 22:19:55 $ docker stop --time=1 5ad3604d06bba1b8631d9f2c753c41356778470388d0bba46bc197f276d31e85 22:19:58 $ docker rm -f --volumes 5ad3604d06bba1b8631d9f2c753c41356778470388d0bba46bc197f276d31e85 [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 22:19:59 + git log --format=format:%s -1 38d2ea53745de48730f2be4fd311f21cab61737a [Pipeline] sh 22:19:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:19:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:19:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:19:59 prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container 22:19:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:20:00 $ docker top 24d536e6b5efdf4767e265c67a905462172411a5ea428862de9771339869ee3b -eo pid,comm 22:20:00 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). 22:20:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:20:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:20:00 [ssh-agent] Looking for ssh-agent implementation... 22:20:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:20:00 $ docker exec 24d536e6b5efdf4767e265c67a905462172411a5ea428862de9771339869ee3b ssh-agent 22:20:00 SSH_AUTH_SOCK=/tmp/ssh-dznAUCbBwosS/agent.31 22:20:00 SSH_AGENT_PID=37 22:20:00 Running ssh-add (command line suppressed) 22:20:00 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_192903081940528774.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_192903081940528774.key) 22:20:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:20:00 + git semver tag 22:20:01 2023-02-22 22:20:00,970 [run_tag] DEBUG tag force:False 22:20:01 2023-02-22 22:20:00,970 [check_head_tag] DEBUG check head tag 22:20:01 2023-02-22 22:20:00,971 [execute] INFO git cat-file --batch-check 22:20:01 2023-02-22 22:20:00,971 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 22:20:01 2023-02-22 22:20:00,974 [execute] INFO git cat-file --batch 22:20:01 2023-02-22 22:20:00,975 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 22:20:01 2023-02-22 22:20:00,995 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:20:01 2023-02-22 22:20:00,995 [execute] INFO git tag -a v3.0.0-dev.18 -m v3.0.0-dev.18 22:20:01 2023-02-22 22:20:00,995 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.18', '-m', 'v3.0.0-dev.18'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 22:20:01 2023-02-22 22:20:00,999 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:20:01 3.0.0-dev.18 [Pipeline] } 22:20:01 $ docker exec --env ******** --env ******** 24d536e6b5efdf4767e265c67a905462172411a5ea428862de9771339869ee3b ssh-agent -k 22:20:01 unset SSH_AUTH_SOCK; 22:20:01 unset SSH_AGENT_PID; 22:20:01 echo Agent pid 37 killed; 22:20:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:20:01 + git semver [Pipeline] } 22:20:01 $ docker stop --time=1 24d536e6b5efdf4767e265c67a905462172411a5ea428862de9771339869ee3b 22:20:03 $ docker rm -f --volumes 24d536e6b5efdf4767e265c67a905462172411a5ea428862de9771339869ee3b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:20:03 22:20:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:20:03 0.23.1-centos7: Pulling from edgex-lftools 22:20:03 ab5ef0e58194: Pulling fs layer 22:20:03 9712f1f96733: Pulling fs layer 22:20:03 63f879dbbcfc: Pulling fs layer 22:20:03 0d9ebad4ef96: Pulling fs layer 22:20:03 e9a5061849ea: Pulling fs layer 22:20:03 d747dcd14b5f: Pulling fs layer 22:20:03 2de7ff778b66: Pulling fs layer 22:20:03 e9a5061849ea: Waiting 22:20:03 d747dcd14b5f: Waiting 22:20:03 0d9ebad4ef96: Waiting 22:20:03 2de7ff778b66: Waiting 22:20:03 9712f1f96733: Download complete 22:20:04 63f879dbbcfc: Verifying Checksum 22:20:04 63f879dbbcfc: Download complete 22:20:04 0d9ebad4ef96: Verifying Checksum 22:20:04 0d9ebad4ef96: Download complete 22:20:04 ab5ef0e58194: Download complete 22:20:04 d747dcd14b5f: Download complete 22:20:04 e9a5061849ea: Verifying Checksum 22:20:04 e9a5061849ea: Download complete 22:20:04 2de7ff778b66: Verifying Checksum 22:20:04 2de7ff778b66: Download complete 22:20:07 ab5ef0e58194: Pull complete 22:20:07 9712f1f96733: Pull complete 22:20:08 63f879dbbcfc: Pull complete 22:20:11 0d9ebad4ef96: Pull complete 22:20:11 e9a5061849ea: Pull complete 22:20:11 d747dcd14b5f: Pull complete 22:20:12 2de7ff778b66: Pull complete 22:20:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:20:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:20:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:20:13 prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container 22:20:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:20:16 $ docker top 8ec9fad20935a0eb7879094da4e65ad048f27fffb9e2342382f085c8698b2548 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:20:16 provisioning config files... 22:20:16 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13980195286335178133tmp 22:20:16 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3685648135888167692tmp 22:20:16 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2907413917791231657tmp [Pipeline] { [Pipeline] echo 22:20:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:20:16 ---> sigul-configuration.sh 22:20:16 gpg: directory `/root/.gnupg' created 22:20:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:20:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:20:16 gpg: keyring `/root/.gnupg/secring.gpg' created 22:20:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:20:16 gpg: CAST5 encrypted data 22:20:16 gpg: encrypted with 1 passphrase 22:20:16 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:20:17 + mkdir /home/jenkins 22:20:17 + mkdir /home/jenkins/sigul [Pipeline] sh 22:20:17 + 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 22:20:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:20:17 ---> sigul-install.sh 22:20:17 Sigul already installed; skipping installation. [Pipeline] sh 22:20:17 + git tag --list 22:20:17 v1.0.0 22:20:17 v1.1.0 22:20:17 v1.2.0 22:20:17 v1.3.0 22:20:17 v1.3.1 22:20:17 v2.0.0 22:20:17 v2.0.1 22:20:17 v2.1.0 22:20:17 v2.1.1 22:20:17 v2.1.1-dev.1 22:20:17 v2.1.1-dev.2 22:20:17 v2.2.0 22:20:17 v2.2.1-dev.1 22:20:17 v2.2.1-dev.10 22:20:17 v2.2.1-dev.2 22:20:17 v2.2.1-dev.3 22:20:17 v2.2.1-dev.4 22:20:17 v2.2.1-dev.5 22:20:17 v2.2.1-dev.6 22:20:17 v2.2.1-dev.7 22:20:17 v2.2.1-dev.8 22:20:17 v2.2.1-dev.9 22:20:17 v2.3.0 22:20:17 v2.3.0-dev.10 22:20:17 v2.3.0-dev.11 22:20:17 v2.3.0-dev.12 22:20:17 v2.3.0-dev.13 22:20:17 v2.3.0-dev.14 22:20:17 v2.3.0-dev.15 22:20:17 v2.3.0-dev.16 22:20:17 v2.3.0-dev.17 22:20:17 v2.3.0-dev.18 22:20:17 v2.3.0-dev.19 22:20:17 v2.3.0-dev.20 22:20:17 v2.3.0-dev.21 22:20:17 v2.3.0-dev.22 22:20:17 v2.3.0-dev.23 22:20:17 v2.3.0-dev.24 22:20:17 v2.3.0-dev.25 22:20:17 v2.3.0-dev.26 22:20:17 v2.3.0-dev.27 22:20:17 v2.3.0-dev.28 22:20:17 v2.3.0-dev.29 22:20:17 v2.3.0-dev.30 22:20:17 v2.3.0-dev.31 22:20:17 v2.3.0-dev.32 22:20:17 v2.3.0-dev.33 22:20:17 v2.3.0-dev.34 22:20:17 v2.3.0-dev.35 22:20:17 v2.3.0-dev.36 22:20:17 v2.3.0-dev.37 22:20:17 v3.0.0-dev.1 22:20:17 v3.0.0-dev.10 22:20:17 v3.0.0-dev.11 22:20:17 v3.0.0-dev.12 22:20:17 v3.0.0-dev.13 22:20:17 v3.0.0-dev.14 22:20:17 v3.0.0-dev.15 22:20:17 v3.0.0-dev.16 22:20:17 v3.0.0-dev.17 22:20:17 v3.0.0-dev.18 22:20:17 v3.0.0-dev.2 22:20:17 v3.0.0-dev.3 22:20:17 v3.0.0-dev.4 22:20:17 v3.0.0-dev.5 22:20:17 v3.0.0-dev.6 22:20:17 v3.0.0-dev.7 22:20:17 v3.0.0-dev.8 22:20:17 v3.0.0-dev.9 [Pipeline] sh 22:20:18 + lftools sign git-tag v3.0.0-dev.18 22:20:18 Signing Git tag with Sigul... 22:20:18 Signing v3.0.0-dev.18 [Pipeline] echo 22:20:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:20:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:20:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:20:19 $ docker stop --time=1 8ec9fad20935a0eb7879094da4e65ad048f27fffb9e2342382f085c8698b2548 22:20:20 $ docker rm -f --volumes 8ec9fad20935a0eb7879094da4e65ad048f27fffb9e2342382f085c8698b2548 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:20:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:20:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:20:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:20:21 prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container 22:20:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:20:22 $ docker top ed2284ba285b13af840d77da5038d5b78bd785339038326f4b53f6955a47a9e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:20:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:20:22 [ssh-agent] Looking for ssh-agent implementation... 22:20:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:20:22 $ docker exec ed2284ba285b13af840d77da5038d5b78bd785339038326f4b53f6955a47a9e1 ssh-agent 22:20:22 SSH_AUTH_SOCK=/tmp/ssh-CigMj891wEby/agent.31 22:20:22 SSH_AGENT_PID=37 22:20:22 Running ssh-add (command line suppressed) 22:20:22 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4256400770507194440.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4256400770507194440.key) 22:20:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:20:22 + git semver bump pre 22:20:23 2023-02-22 22:20:22,940 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:20:23 2023-02-22 22:20:22,940 [bump_version] DEBUG bumping version:3.0.0-dev.18 on axis:pre with prefix:dev 22:20:23 2023-02-22 22:20:22,940 [bump_version] DEBUG bumped version:3.0.0-dev.19 22:20:23 2023-02-22 22:20:22,940 [write_version] DEBUG write version:3.0.0-dev.19 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 22:20:23 2023-02-22 22:20:22,940 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:20:23 2023-02-22 22:20:22,940 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 22:20:23 2023-02-22 22:20:22,943 [execute] INFO git cat-file --batch-check 22:20:23 2023-02-22 22:20:22,943 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 22:20:23 2023-02-22 22:20:22,948 [execute] INFO git cat-file --batch 22:20:23 2023-02-22 22:20:22,948 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 22:20:23 2023-02-22 22:20:22,953 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:20:23 3.0.0-dev.19 [Pipeline] } 22:20:23 $ docker exec --env ******** --env ******** ed2284ba285b13af840d77da5038d5b78bd785339038326f4b53f6955a47a9e1 ssh-agent -k 22:20:23 unset SSH_AUTH_SOCK; 22:20:23 unset SSH_AGENT_PID; 22:20:23 echo Agent pid 37 killed; 22:20:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:20:23 + git semver [Pipeline] } 22:20:23 $ docker stop --time=1 ed2284ba285b13af840d77da5038d5b78bd785339038326f4b53f6955a47a9e1 22:20:24 $ docker rm -f --volumes ed2284ba285b13af840d77da5038d5b78bd785339038326f4b53f6955a47a9e1 [Pipeline] // withDockerContainer [Pipeline] sh 22:20:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:20:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:20:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:20:25 prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container 22:20:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:20:26 $ docker top 3b3317cebc1fa66bc5329863c6c4cdc76fee6793c41bcf95f68bce1e0c7b014c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:20:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:20:26 [ssh-agent] Looking for ssh-agent implementation... 22:20:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:20:26 $ docker exec 3b3317cebc1fa66bc5329863c6c4cdc76fee6793c41bcf95f68bce1e0c7b014c ssh-agent 22:20:26 SSH_AUTH_SOCK=/tmp/ssh-cqphLSGuhDYn/agent.32 22:20:26 SSH_AGENT_PID=38 22:20:26 Running ssh-add (command line suppressed) 22:20:26 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_15877907428103968471.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_15877907428103968471.key) 22:20:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:20:26 + git semver push 22:20:27 2023-02-22 22:20:27,021 [run_push] DEBUG push 22:20:27 2023-02-22 22:20:27,022 [execute] INFO git cat-file --batch-check 22:20:27 2023-02-22 22:20:27,023 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 22:20:27 2023-02-22 22:20:27,028 [execute] INFO git rev-list 65902dc978dddad874ab865ebe62b13134595e17 -- 22:20:27 2023-02-22 22:20:27,028 [execute] DEBUG Popen(['git', 'rev-list', '65902dc978dddad874ab865ebe62b13134595e17', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 22:20:27 2023-02-22 22:20:27,039 [execute] INFO git fetch -v origin 22:20:27 2023-02-22 22:20:27,039 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 22:20:27 2023-02-22 22:20:27,637 [run_push] DEBUG no remote changes detected 22:20:27 2023-02-22 22:20:27,638 [execute] INFO git push origin semver 22:20:27 2023-02-22 22:20:27,638 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 22:20:28 2023-02-22 22:20:28,479 [run_push] DEBUG push all version tags 22:20:28 2023-02-22 22:20:28,479 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:20:28 2023-02-22 22:20:28,480 [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) 22:20:29 2023-02-22 22:20:29,273 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:20:29 3.0.0-dev.19 [Pipeline] } 22:20:29 $ docker exec --env ******** --env ******** 3b3317cebc1fa66bc5329863c6c4cdc76fee6793c41bcf95f68bce1e0c7b014c ssh-agent -k 22:20:29 unset SSH_AUTH_SOCK; 22:20:29 unset SSH_AGENT_PID; 22:20:29 echo Agent pid 38 killed; 22:20:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:20:29 + git semver [Pipeline] } 22:20:30 $ docker stop --time=1 3b3317cebc1fa66bc5329863c6c4cdc76fee6793c41bcf95f68bce1e0c7b014c 22:20:31 $ docker rm -f --volumes 3b3317cebc1fa66bc5329863c6c4cdc76fee6793c41bcf95f68bce1e0c7b014c [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 22:20:33 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 22:20:33 + ls -al /w/workspace/ry_app-service-configurable_main/archives 22:20:33 total 16 22:20:33 drwxr-xr-x 3 root root 4096 Feb 22 22:10 . 22:20:33 drwxrwxr-x 9 jenkins jenkins 4096 Feb 22 22:20 .. 22:20:33 drwxr-xr-x 2 root root 4096 Feb 22 22:10 cost 22:20:33 -rw-r--r-- 1 root root 96 Feb 22 22:10 cost.csv 22:20:33 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 22:20:33 + ls -al /w/workspace/ry_app-service-configurable_main/archives 22:20:33 total 16 22:20:33 drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 22:10 . 22:20:33 drwxrwxr-x 9 jenkins jenkins 4096 Feb 22 22:20 .. 22:20:33 drwxr-xr-x 2 jenkins jenkins 4096 Feb 22 22:10 cost 22:20:33 -rw-r--r-- 1 jenkins jenkins 96 Feb 22 22:10 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:20:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:20:34 ---> package-listing.sh 22:20:34 ++ facter osfamily 22:20:34 ++ tr '[:upper:]' '[:lower:]' 22:20:34 + OS_FAMILY=debian 22:20:34 + workspace=/w/workspace/ry_app-service-configurable_main 22:20:34 + START_PACKAGES=/tmp/packages_start.txt 22:20:34 + END_PACKAGES=/tmp/packages_end.txt 22:20:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:20:34 + PACKAGES=/tmp/packages_start.txt 22:20:34 + '[' /w/workspace/ry_app-service-configurable_main ']' 22:20:34 + PACKAGES=/tmp/packages_end.txt 22:20:34 + case "${OS_FAMILY}" in 22:20:34 + dpkg -l 22:20:34 + grep '^ii' 22:20:34 + '[' -f /tmp/packages_start.txt ']' 22:20:34 + '[' -f /tmp/packages_end.txt ']' 22:20:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:20:34 + '[' /w/workspace/ry_app-service-configurable_main ']' 22:20:34 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 22:20:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 22:20:34 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 22:20:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:20:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:20:35 prd-ubuntu20.04-docker-8c-8g-7134 does not seem to be running inside a container 22:20:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:20:35 $ docker top e06799d7e9c614f423c8638eaa42959d39bcfeab6cb7f86281d0f908305da3af -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:36 + touch /tmp/pre-build-complete [Pipeline] sh 22:20:36 + mkdir -p /var/log/sysstat [Pipeline] sh 22:20:36 + ls /var/log/sa-host 22:20:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:20:37 provisioning config files... 22:20:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2693273693120993920tmp [Pipeline] { [Pipeline] echo 22:20:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:20:37 ---> create-netrc.sh [Pipeline] } 22:20:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:20:37 ---> python-tools-install.sh [Pipeline] echo 22:20:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:20:37 ---> sudo-logs.sh 22:20:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:20:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:20:38 ---> job-cost.sh 22:20:38 lf-activate-venv: SKIPPING 22:20:38 DEBUG: total: 0.2199999988079071 22:20:38 INFO: Retrieving Stack Cost... 22:20:38 INFO: Retrieving Pricing Info for: v3-standard-8 22:20:39 INFO: Archiving Costs [Pipeline] echo 22:20:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:20:39 ---> logs-deploy.sh 22:20:39 lf-activate-venv: SKIPPING 22:20:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/135 22:20:39 INFO: archiving workspace using pattern(s): 22:20:40 Archives upload complete. 22:20:40 INFO: archiving logs to Nexus