Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0f293f13f47d7806d287045c82fd6425cbb8076b 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-ssh10354139550235008493.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh18086472416201916512.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh6327067136671556442.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh16155850130136574637.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-ssh408763382042575912.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > 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 ‘prd-ubuntu20.04-docker-8c-8g-22222’ is offline Running on prd-ubuntu20.04-docker-8c-8g-22224 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 0f293f13f47d7806d287045c82fd6425cbb8076b (main) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f293f13f47d7806d287045c82fd6425cbb8076b # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#457)" > git rev-list --no-walk 881dece654975b2e3498d96629ab969f556195f8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:56:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:56:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:56:57 ========================================================= 15:56:57 EdgeX Global Pipelines Version Info 15:56:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:56:58 ------------------- 15:56:58 stable info: 15:56:58 ------------------- 15:56:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:56:58 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 15:56:58 Message: update stable to v1.0.238 15:56:59 ------------------- 15:56:59 experimental info: 15:56:59 ------------------- 15:56:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:56:59 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 15:56:59 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f293f1 [Pipeline] echo 15:56:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:57:00 provisioning config files... 15:57:00 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4909450733690620976tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:57:00 ---> docker-login.sh 15:57:00 nexus3.edgexfoundry.org:10001 15:57:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:00 Configure a credential helper to remove this warning. See 15:57:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:00 15:57:00 Login Succeeded 15:57:00 nexus3.edgexfoundry.org:10002 15:57:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:00 Configure a credential helper to remove this warning. See 15:57:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:00 15:57:00 Login Succeeded 15:57:00 nexus3.edgexfoundry.org:10003 15:57:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:01 Configure a credential helper to remove this warning. See 15:57:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:01 15:57:01 Login Succeeded 15:57:01 nexus3.edgexfoundry.org:10004 15:57:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:01 Configure a credential helper to remove this warning. See 15:57:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:01 15:57:01 Login Succeeded 15:57:01 docker.io 15:57:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:01 Configure a credential helper to remove this warning. See 15:57:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:01 15:57:01 Login Succeeded 15:57:01 ---> docker-login.sh ends [Pipeline] } 15:57:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:57:02 + git rev-list -1 --merges 0f293f13f47d7806d287045c82fd6425cbb8076b~1..0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] echo 15:57:02 -----------> git rev-list -1 --merges 0f293f13f47d7806d287045c82fd6425cbb8076b~1..0f293f13f47d7806d287045c82fd6425cbb8076b 0f293f13f47d7806d287045c82fd6425cbb8076b [false] [Pipeline] sh 15:57:02 + git log --format=format:%s -1 0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] echo 15:57:02 ========================================================= 15:57:02 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:57:02 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:57:02 + git log --format=format:%s -1 0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] echo 15:57:02 [semverPrep] GIT_COMMIT: 0f293f13f47d7806d287045c82fd6425cbb8076b, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#457) [Pipeline] echo 15:57:02 [semverPrep] This is not a build commit. [Pipeline] sh 15:57:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:57:03 + grep -v github /etc/ssh/ssh_known_hosts 15:57:03 + [ -e /tmp/ssh_known_hosts ] 15:57:03 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:57:03 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:57:03 + sudo tee -a /etc/ssh/ssh_known_hosts 15:57:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:57:03 15:57:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:57:03 0.1.4: Pulling from edgex-devops/py-git-semver 15:57:03 b85a868b505f: Pulling fs layer 15:57:03 e2be974225ed: Pulling fs layer 15:57:03 339a4e72a1f5: Pulling fs layer 15:57:03 988bab9f4d93: Pulling fs layer 15:57:03 1469e6f7b9e6: Pulling fs layer 15:57:03 eaf3925da568: Pulling fs layer 15:57:03 bab4dde63d76: Pulling fs layer 15:57:03 bde34c3a00c8: Pulling fs layer 15:57:03 b352a97aabf1: Pulling fs layer 15:57:03 4872d77fe225: Pulling fs layer 15:57:03 5851b861e8e6: Pulling fs layer 15:57:03 bde34c3a00c8: Waiting 15:57:03 bab4dde63d76: Waiting 15:57:03 b352a97aabf1: Waiting 15:57:03 5851b861e8e6: Waiting 15:57:03 4872d77fe225: Waiting 15:57:03 eaf3925da568: Waiting 15:57:03 988bab9f4d93: Waiting 15:57:03 1469e6f7b9e6: Waiting 15:57:03 e2be974225ed: Download complete 15:57:03 988bab9f4d93: Verifying Checksum 15:57:03 988bab9f4d93: Download complete 15:57:04 1469e6f7b9e6: Verifying Checksum 15:57:04 1469e6f7b9e6: Download complete 15:57:04 eaf3925da568: Verifying Checksum 15:57:04 eaf3925da568: Download complete 15:57:04 339a4e72a1f5: Download complete 15:57:04 bde34c3a00c8: Verifying Checksum 15:57:04 bde34c3a00c8: Download complete 15:57:04 b352a97aabf1: Download complete 15:57:04 4872d77fe225: Verifying Checksum 15:57:04 4872d77fe225: Download complete 15:57:04 5851b861e8e6: Verifying Checksum 15:57:04 5851b861e8e6: Download complete 15:57:04 b85a868b505f: Verifying Checksum 15:57:04 b85a868b505f: Download complete 15:57:04 bab4dde63d76: Verifying Checksum 15:57:04 bab4dde63d76: Download complete 15:57:05 b85a868b505f: Pull complete 15:57:05 e2be974225ed: Pull complete 15:57:06 339a4e72a1f5: Pull complete 15:57:06 988bab9f4d93: Pull complete 15:57:06 1469e6f7b9e6: Pull complete 15:57:06 eaf3925da568: Pull complete 15:57:08 bab4dde63d76: Pull complete 15:57:08 bde34c3a00c8: Pull complete 15:57:08 b352a97aabf1: Pull complete 15:57:08 4872d77fe225: Pull complete 15:57:08 5851b861e8e6: Pull complete 15:57:08 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:57:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:57:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:57:09 prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container 15:57:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:57:10 $ docker top 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 -eo pid,comm 15:57:10 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). 15:57:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:10 [ssh-agent] Looking for ssh-agent implementation... 15:57:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:11 $ docker exec 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 ssh-agent 15:57:11 SSH_AUTH_SOCK=/tmp/ssh-aqAEOmqXzmmd/agent.34 15:57:11 SSH_AGENT_PID=41 15:57:11 Running ssh-add (command line suppressed) 15:57:11 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3386341444209982301.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3386341444209982301.key) 15:57:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:11 + git tag --points-at HEAD [Pipeline] } 15:57:11 $ docker exec --env ******** --env ******** 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 ssh-agent -k 15:57:11 unset SSH_AUTH_SOCK; 15:57:11 unset SSH_AGENT_PID; 15:57:11 echo Agent pid 41 killed; 15:57:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:57:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:11 [ssh-agent] Looking for ssh-agent implementation... 15:57:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:12 $ docker exec 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 ssh-agent 15:57:12 SSH_AUTH_SOCK=/tmp/ssh-mysL968ecfuw/agent.74 15:57:12 SSH_AGENT_PID=80 15:57:12 Running ssh-add (command line suppressed) 15:57:12 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5402867171605986539.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5402867171605986539.key) 15:57:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:12 + git semver init 15:57:12 2022-08-09 15:57:12,795 [run_init] DEBUG init version:0.0.0 force:False 15:57:12 2022-08-09 15:57:12,796 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 15:57:12 2022-08-09 15:57:12,796 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 15:57:12 2022-08-09 15:57:12,797 [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) 15:57:13 2022-08-09 15:57:13,546 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 15:57:13 2022-08-09 15:57:13,547 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 15:57:13 2022-08-09 15:57:13,547 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:57:13 2022-08-09 15:57:13,547 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 15:57:13 2.3.0-dev.14 [Pipeline] } 15:57:13 $ docker exec --env ******** --env ******** 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 ssh-agent -k 15:57:13 unset SSH_AUTH_SOCK; 15:57:13 unset SSH_AGENT_PID; 15:57:13 echo Agent pid 80 killed; 15:57:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:14 + git semver [Pipeline] } 15:57:14 $ docker stop --time=1 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 15:57:15 $ docker rm -f 626fbf20cdde575b10bf48993eceb84ae4ab077e55b7adca3ef6a78f4f750c11 [Pipeline] // withDockerContainer [Pipeline] sh 15:57:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:57:16 Stashed 1 file(s) [Pipeline] echo 15:57:16 [edgeXSemver]: initialized semver on version 2.3.0-dev.14 [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 15:57:16 provisioning config files... 15:57:16 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6269244193895847656tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:57:16 ---> docker-login.sh 15:57:16 nexus3.edgexfoundry.org:10001 15:57:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:16 Configure a credential helper to remove this warning. See 15:57:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:16 15:57:16 Login Succeeded 15:57:16 nexus3.edgexfoundry.org:10002 15:57:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:17 Configure a credential helper to remove this warning. See 15:57:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:17 15:57:17 Login Succeeded 15:57:17 nexus3.edgexfoundry.org:10003 15:57:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:17 Configure a credential helper to remove this warning. See 15:57:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:17 15:57:17 Login Succeeded 15:57:17 nexus3.edgexfoundry.org:10004 15:57:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:17 Configure a credential helper to remove this warning. See 15:57:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:17 15:57:17 Login Succeeded 15:57:17 docker.io 15:57:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:17 Configure a credential helper to remove this warning. See 15:57:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:17 15:57:17 Login Succeeded 15:57:17 ---> docker-login.sh ends [Pipeline] } 15:57:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:57:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:57:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:57:17 ========================================================= 15:57:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:57:17 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:18 + 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 . 15:57:18 Sending build context to Docker daemon 3.117MB 15:57:18 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 15:57:18 Step 2/13 : FROM ${BASE} AS builder 15:57:18 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:57:18 2408cc74d12b: Pulling fs layer 15:57:18 ea60b727a1ce: Pulling fs layer 15:57:18 30c4a7721957: Pulling fs layer 15:57:18 370296b7ddb6: Pulling fs layer 15:57:18 7c6cee850709: Pulling fs layer 15:57:18 39a5fcdaea64: Pulling fs layer 15:57:18 d94ebbe4e438: Pulling fs layer 15:57:18 bcfd1f05c69d: Pulling fs layer 15:57:18 59ccb84bbe0f: Pulling fs layer 15:57:18 d94ebbe4e438: Waiting 15:57:18 bcfd1f05c69d: Waiting 15:57:18 370296b7ddb6: Waiting 15:57:18 7c6cee850709: Waiting 15:57:18 59ccb84bbe0f: Waiting 15:57:18 39a5fcdaea64: Waiting 15:57:18 30c4a7721957: Download complete 15:57:18 ea60b727a1ce: Verifying Checksum 15:57:18 ea60b727a1ce: Download complete 15:57:18 7c6cee850709: Verifying Checksum 15:57:18 7c6cee850709: Download complete 15:57:18 39a5fcdaea64: Download complete 15:57:18 2408cc74d12b: Download complete 15:57:18 d94ebbe4e438: Verifying Checksum 15:57:18 d94ebbe4e438: Download complete 15:57:18 2408cc74d12b: Pull complete 15:57:18 ea60b727a1ce: Pull complete 15:57:18 30c4a7721957: Pull complete 15:57:18 59ccb84bbe0f: Verifying Checksum 15:57:18 59ccb84bbe0f: Download complete 15:57:18 bcfd1f05c69d: Verifying Checksum 15:57:18 bcfd1f05c69d: Download complete 15:57:19 370296b7ddb6: Verifying Checksum 15:57:19 370296b7ddb6: Download complete 15:57:23 370296b7ddb6: Pull complete 15:57:23 7c6cee850709: Pull complete 15:57:23 39a5fcdaea64: Pull complete 15:57:23 d94ebbe4e438: Pull complete 15:57:25 bcfd1f05c69d: Pull complete 15:57:26 59ccb84bbe0f: Pull complete 15:57:26 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 15:57:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:57:26 ---> a4fb48ad2a94 15:57:26 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:57:28 ---> Running in 0425d8c2949a 15:57:28 Removing intermediate container 0425d8c2949a 15:57:28 ---> 2f90c45bfc33 15:57:28 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 15:57:28 ---> Running in b00920a19ec3 15:57:29 Removing intermediate container b00920a19ec3 15:57:29 ---> e5c10ca5d902 15:57:29 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 15:57:29 ---> Running in 9545616569f4 15:57:29 Removing intermediate container 9545616569f4 15:57:29 ---> 4326b807491d 15:57:29 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:29 ---> Running in 5331a24e5a78 15:57:29 Removing intermediate container 5331a24e5a78 15:57:29 ---> 0da23b2304da 15:57:29 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:57:29 ---> Running in 5d785c640d5a 15:57:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:57:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:57:31 OK: 211 MiB in 51 packages 15:57:31 Still waiting to schedule task 15:57:31 ‘prd-ubuntu20.04-docker-arm64-4c-16g-22223’ is offline 15:57:31 Removing intermediate container 5d785c640d5a 15:57:31 ---> ea0fab152972 15:57:31 Step 8/13 : WORKDIR /app 15:57:31 ---> Running in 012003e79dcf 15:57:31 Removing intermediate container 012003e79dcf 15:57:31 ---> 48a9706be3ab 15:57:31 Step 9/13 : COPY go.mod vendor* ./ 15:57:31 ---> c96bec653003 15:57:31 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:57:32 ---> Running in 8ce35b380f4f 15:57:50 Removing intermediate container 8ce35b380f4f 15:57:50 ---> 21d52fc7286e 15:57:50 Step 11/13 : COPY . . 15:57:50 ---> 801912ed97bd 15:57:50 Step 12/13 : ARG MAKE="make build" 15:57:50 ---> Running in aae09bb78369 15:57:50 Removing intermediate container aae09bb78369 15:57:50 ---> 38b14b622838 15:57:50 Step 13/13 : RUN $MAKE 15:57:50 ---> Running in ce302f1eaabe 15:57:50 noop 15:57:50 Removing intermediate container ce302f1eaabe 15:57:50 ---> 05bbe7b05bb7 15:57:50 Successfully built 05bbe7b05bb7 15:57:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:50 + docker inspect -f . ci-base-image-x86_64 15:57:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:57:50 prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container 15:57:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:57:51 $ docker top af44c541c57850c490d4f9b47fe7db50865c316c9b2efc80ce6d8721c5db725b -eo pid,comm [Pipeline] { [Pipeline] sh 15:57:51 + go version 15:57:51 go version go1.18.3 linux/amd64 [Pipeline] } 15:57:51 $ docker stop --time=1 af44c541c57850c490d4f9b47fe7db50865c316c9b2efc80ce6d8721c5db725b 15:57:53 $ docker rm -f af44c541c57850c490d4f9b47fe7db50865c316c9b2efc80ce6d8721c5db725b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:53 + docker inspect -f . ci-base-image-x86_64 15:57:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:57:53 prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container 15:57:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:57:54 $ docker top ccffd85162d851d500a04280983bd7690df3178ab046e8b5e9c512ba88284937 -eo pid,comm [Pipeline] { [Pipeline] sh 15:57:54 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 15:57:54 + make test 15:57:54 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 15:58:04 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:58:04 CGO_ENABLED=1 go vet ./... 15:58:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:58:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:58:09 ./bin/test-attribution-txt.sh 15:58:09 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 15:58:09 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 15:58:09 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 15:58:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:58:09 $ docker stop --time=1 ccffd85162d851d500a04280983bd7690df3178ab046e8b5e9c512ba88284937 15:58:10 $ docker rm -f ccffd85162d851d500a04280983bd7690df3178ab046e8b5e9c512ba88284937 [Pipeline] // withDockerContainer [Pipeline] sh 15:58:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:58:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:58:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:58:11 + ls -al . 15:58:11 total 172 15:58:11 drwxrwxr-x 8 jenkins jenkins 4096 Aug 9 15:57 . 15:58:11 drwxrwxr-x 4 jenkins jenkins 4096 Aug 9 15:56 .. 15:58:11 -rw-rw-r-- 1 jenkins jenkins 119 Aug 9 15:56 .dockerignore 15:58:11 drwxrwxr-x 8 jenkins jenkins 4096 Aug 9 15:57 .git 15:58:11 drwxrwxr-x 3 jenkins jenkins 4096 Aug 9 15:56 .github 15:58:11 -rw-rw-r-- 1 jenkins jenkins 171 Aug 9 15:56 .gitignore 15:58:11 drwxr-xr-x 3 jenkins jenkins 4096 Aug 9 15:57 .semver 15:58:11 -rw-rw-r-- 1 jenkins jenkins 8830 Aug 9 15:56 Attribution.txt 15:58:11 -rw-rw-r-- 1 jenkins jenkins 27269 Aug 9 15:56 CHANGELOG.md 15:58:11 -rw-rw-r-- 1 jenkins jenkins 2089 Aug 9 15:56 Dockerfile 15:58:11 -rw-rw-r-- 1 jenkins jenkins 677 Aug 9 15:56 GOVERNANCE.md 15:58:11 -rw-rw-r-- 1 jenkins jenkins 688 Aug 9 15:56 Jenkinsfile 15:58:11 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 9 15:56 LICENSE 15:58:11 -rw-rw-r-- 1 jenkins jenkins 618 Aug 9 15:56 OWNERS.md 15:58:11 -rw-rw-r-- 1 jenkins jenkins 3718 Aug 9 15:56 README.md 15:58:11 -rw-rw-r-- 1 jenkins jenkins 12 Aug 9 15:57 VERSION 15:58:11 drwxrwxr-x 2 jenkins jenkins 4096 Aug 9 15:56 bin 15:58:11 -rw-r--r-- 1 jenkins jenkins 10 Aug 9 15:57 coverage.out 15:58:11 -rw-rw-r-- 1 jenkins jenkins 3475 Aug 9 15:56 go.mod 15:58:11 -rw-rw-r-- 1 jenkins jenkins 36887 Aug 9 15:56 go.sum 15:58:11 -rw-rw-r-- 1 jenkins jenkins 1949 Aug 9 15:56 main.go 15:58:11 -rw-rw-r-- 1 jenkins jenkins 1959 Aug 9 15:56 makefile 15:58:11 drwxrwxr-x 10 jenkins jenkins 4096 Aug 9 15:56 res 15:58:11 drwxrwxr-x 4 jenkins jenkins 4096 Aug 9 15:56 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:58:12 + 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=0f293f13f47d7806d287045c82fd6425cbb8076b --label arch=amd64 --label version=2.3.0-dev.14 . 15:58:12 Sending build context to Docker daemon 3.118MB 15:58:12 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 15:58:12 Step 2/27 : FROM ${BASE} AS builder 15:58:12 ---> 05bbe7b05bb7 15:58:12 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:58:12 ---> Running in 61fbfcab2d52 15:58:12 Removing intermediate container 61fbfcab2d52 15:58:12 ---> 8fac77e275f2 15:58:12 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 15:58:12 ---> Running in cd2be8d0b938 15:58:12 Removing intermediate container cd2be8d0b938 15:58:12 ---> a682a968564a 15:58:12 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 15:58:12 ---> Running in a6f2d0b5673a 15:58:12 Removing intermediate container a6f2d0b5673a 15:58:12 ---> 27b2e91592f4 15:58:12 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:58:12 ---> Running in b4571de13223 15:58:13 Removing intermediate container b4571de13223 15:58:13 ---> 6687405364be 15:58:13 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:58:13 ---> Running in 3c9468bcbb94 15:58:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:58:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:58:14 OK: 211 MiB in 51 packages 15:58:15 Removing intermediate container 3c9468bcbb94 15:58:15 ---> 615b4ebd765b 15:58:15 Step 8/27 : WORKDIR /app 15:58:15 ---> Running in 5860ee8c1eec 15:58:15 Removing intermediate container 5860ee8c1eec 15:58:15 ---> fea338cbc903 15:58:15 Step 9/27 : COPY go.mod vendor* ./ 15:58:15 ---> 22972a4c5ec2 15:58:15 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:58:15 ---> Running in aa2f257877a0 15:58:16 Removing intermediate container aa2f257877a0 15:58:16 ---> 2c3cff1e0804 15:58:16 Step 11/27 : COPY . . 15:58:16 ---> 4e7749bcced3 15:58:16 Step 12/27 : ARG MAKE="make build" 15:58:16 ---> Running in 77e41d8413fc 15:58:16 Removing intermediate container 77e41d8413fc 15:58:16 ---> 5dfeb4f32b15 15:58:16 Step 13/27 : RUN $MAKE 15:58:16 ---> Running in dfab6e49effb 15:58:16 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.29 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.3.0-dev.14" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 15:58:38 Removing intermediate container dfab6e49effb 15:58:38 ---> c280654de49b 15:58:38 Step 14/27 : FROM alpine:3.16 15:58:38 3.16: Pulling from library/alpine 15:58:38 530afca65e2e: Pulling fs layer 15:58:39 530afca65e2e: Verifying Checksum 15:58:39 530afca65e2e: Download complete 15:58:39 530afca65e2e: Pull complete 15:58:39 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 15:58:39 Status: Downloaded newer image for alpine:3.16 15:58:39 ---> d7d3d98c851f 15:58:39 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 15:58:39 ---> Running in 9b7973c2e9b3 15:58:39 Removing intermediate container 9b7973c2e9b3 15:58:39 ---> 4d6122ac081c 15:58:39 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 15:58:39 ---> Running in 838bb8526148 15:58:39 Removing intermediate container 838bb8526148 15:58:39 ---> fd5c28993111 15:58:39 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 15:58:39 ---> Running in 6a864cc97238 15:58:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:58:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:58:40 (1/7) Installing ca-certificates (20220614-r0) 15:58:40 (2/7) Installing dumb-init (1.2.5-r1) 15:58:40 (3/7) Installing libgcc (11.2.1_git20220219-r2) 15:58:40 (4/7) Installing libsodium (1.0.18-r0) 15:58:40 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 15:58:40 (6/7) Installing libzmq (4.3.4-r0) 15:58:40 (7/7) Installing zeromq (4.3.4-r0) 15:58:40 Executing busybox-1.35.0-r15.trigger 15:58:40 Executing ca-certificates-20220614-r0.trigger 15:58:40 OK: 9 MiB in 21 packages 15:58:41 Removing intermediate container 6a864cc97238 15:58:41 ---> 9e8f0ea4cc71 15:58:41 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:58:41 ---> 93a9517fb6a6 15:58:41 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 15:58:42 ---> 65ce23e4d370 15:58:42 Step 20/27 : COPY --from=builder /app/res/ /res/ 15:58:42 ---> ee841e6a3f22 15:58:42 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:58:43 ---> 702c10b4dda6 15:58:43 Step 22/27 : EXPOSE 48095 15:58:43 ---> Running in f17fdac0f23a 15:58:43 Removing intermediate container f17fdac0f23a 15:58:43 ---> 52e1d932f047 15:58:43 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 15:58:44 ---> Running in b8c2fdc24944 15:58:44 Removing intermediate container b8c2fdc24944 15:58:44 ---> f355cb7c515a 15:58:44 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:58:44 ---> Running in a36c0e632abd 15:58:44 Removing intermediate container a36c0e632abd 15:58:44 ---> 48913e01b3cf 15:58:44 Step 25/27 : LABEL arch=amd64 15:58:45 ---> Running in 87577152cd47 15:58:45 Removing intermediate container 87577152cd47 15:58:45 ---> f43943a7b8e1 15:58:45 Step 26/27 : LABEL git_sha=0f293f13f47d7806d287045c82fd6425cbb8076b 15:58:45 ---> Running in 2d71d5f141e9 15:58:45 Removing intermediate container 2d71d5f141e9 15:58:45 ---> a21a619ee2d0 15:58:45 Step 27/27 : LABEL version=2.3.0-dev.14 15:58:45 ---> Running in 6654a9f83477 15:58:45 Removing intermediate container 6654a9f83477 15:58:45 ---> 42afa4d20485 15:58:45 [Warning] One or more build-args [ARCH] were not consumed 15:58:45 Successfully built 42afa4d20485 15:58:45 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:58:45 provisioning config files... 15:58:45 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2461260001556341843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:58:46 ---> docker-login.sh 15:58:46 nexus3.edgexfoundry.org:10001 15:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:46 Configure a credential helper to remove this warning. See 15:58:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:46 15:58:46 Login Succeeded 15:58:46 nexus3.edgexfoundry.org:10002 15:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:46 Configure a credential helper to remove this warning. See 15:58:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:46 15:58:46 Login Succeeded 15:58:46 nexus3.edgexfoundry.org:10003 15:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:46 Configure a credential helper to remove this warning. See 15:58:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:46 15:58:46 Login Succeeded 15:58:46 nexus3.edgexfoundry.org:10004 15:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:46 Configure a credential helper to remove this warning. See 15:58:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:46 15:58:46 Login Succeeded 15:58:46 docker.io 15:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:47 Configure a credential helper to remove this warning. See 15:58:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:47 15:58:47 Login Succeeded 15:58:47 ---> docker-login.sh ends [Pipeline] } 15:58:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:58:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:58:47 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 15:58:47 0f293f13f47d7806d287045c82fd6425cbb8076b 15:58:47 latest 15:58:47 2.3.0-dev.14 15:58:47 0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 15:58:47 main 15:58:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:58:47 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:58:47 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:0f293f13f47d7806d287045c82fd6425cbb8076b 15:58:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:58:47 533307bbe241: Preparing 15:58:47 1ca97ae2055a: Preparing 15:58:47 6285f02d91a0: Preparing 15:58:47 76de062e808d: Preparing 15:58:47 9991432df697: Preparing 15:58:47 ec34fcc1d526: Preparing 15:58:47 ec34fcc1d526: Waiting 15:58:47 6285f02d91a0: Pushed 15:58:47 1ca97ae2055a: Pushed 15:58:47 76de062e808d: Pushed 15:58:47 ec34fcc1d526: Layer already exists 15:58:48 9991432df697: Pushed 15:58:50 533307bbe241: Pushed 15:58:50 0f293f13f47d7806d287045c82fd6425cbb8076b: digest: sha256:871109ae095a9c4a16e829cdd9025a8c280010d55fb0738000fab472a805a9ff size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:58:50 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:58:51 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 15:58:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:58:51 533307bbe241: Preparing 15:58:51 1ca97ae2055a: Preparing 15:58:51 6285f02d91a0: Preparing 15:58:51 76de062e808d: Preparing 15:58:51 9991432df697: Preparing 15:58:51 ec34fcc1d526: Preparing 15:58:51 ec34fcc1d526: Waiting 15:58:51 9991432df697: Layer already exists 15:58:51 1ca97ae2055a: Layer already exists 15:58:51 76de062e808d: Layer already exists 15:58:51 6285f02d91a0: Layer already exists 15:58:51 533307bbe241: Layer already exists 15:58:51 ec34fcc1d526: Layer already exists 15:58:51 latest: digest: sha256:871109ae095a9c4a16e829cdd9025a8c280010d55fb0738000fab472a805a9ff size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:58:51 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:58:51 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.3.0-dev.14 15:58:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:58:51 533307bbe241: Preparing 15:58:51 1ca97ae2055a: Preparing 15:58:51 6285f02d91a0: Preparing 15:58:51 76de062e808d: Preparing 15:58:51 9991432df697: Preparing 15:58:51 ec34fcc1d526: Preparing 15:58:51 ec34fcc1d526: Waiting 15:58:51 533307bbe241: Layer already exists 15:58:51 1ca97ae2055a: Layer already exists 15:58:51 76de062e808d: Layer already exists 15:58:51 9991432df697: Layer already exists 15:58:51 6285f02d91a0: Layer already exists 15:58:51 ec34fcc1d526: Layer already exists 15:58:51 2.3.0-dev.14: digest: sha256:871109ae095a9c4a16e829cdd9025a8c280010d55fb0738000fab472a805a9ff size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:58:52 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:58:52 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 15:58:52 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:58:52 533307bbe241: Preparing 15:58:52 1ca97ae2055a: Preparing 15:58:52 6285f02d91a0: Preparing 15:58:52 76de062e808d: Preparing 15:58:52 9991432df697: Preparing 15:58:52 ec34fcc1d526: Preparing 15:58:52 ec34fcc1d526: Waiting 15:58:52 9991432df697: Layer already exists 15:58:52 76de062e808d: Layer already exists 15:58:52 533307bbe241: Layer already exists 15:58:52 6285f02d91a0: Layer already exists 15:58:52 1ca97ae2055a: Layer already exists 15:58:52 ec34fcc1d526: Layer already exists 15:58:52 0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14: digest: sha256:871109ae095a9c4a16e829cdd9025a8c280010d55fb0738000fab472a805a9ff size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:58:52 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:58:53 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 15:58:53 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:58:53 533307bbe241: Preparing 15:58:53 1ca97ae2055a: Preparing 15:58:53 6285f02d91a0: Preparing 15:58:53 76de062e808d: Preparing 15:58:53 9991432df697: Preparing 15:58:53 ec34fcc1d526: Preparing 15:58:53 ec34fcc1d526: Waiting 15:58:53 533307bbe241: Layer already exists 15:58:53 1ca97ae2055a: Layer already exists 15:58:53 76de062e808d: Layer already exists 15:58:53 6285f02d91a0: Layer already exists 15:58:53 9991432df697: Layer already exists 15:58:53 ec34fcc1d526: Layer already exists 15:58:53 main: digest: sha256:871109ae095a9c4a16e829cdd9025a8c280010d55fb0738000fab472a805a9ff size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:58:53 ===================================================== [Pipeline] echo 15:58:53 taggedImages: 15:58:53 - nexus3.edgexfoundry.org:10004/app-service-configurable:0f293f13f47d7806d287045c82fd6425cbb8076b 15:58:53 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 15:58:53 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.3.0-dev.14 15:58:53 - nexus3.edgexfoundry.org:10004/app-service-configurable:0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 15:58:53 - 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 15:58:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:58:53 15:58:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:58:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:58:53 latest: Pulling from edgex-lftools-log-publisher 15:58:53 5eb5b503b376: Pulling fs layer 15:58:53 5c69ac0246d0: Pulling fs layer 15:58:53 ec43610c2a17: Pulling fs layer 15:58:53 3a2ae6a8a46f: Pulling fs layer 15:58:53 33b1e0a273af: Pulling fs layer 15:58:53 5d3b04190fa2: Pulling fs layer 15:58:53 2f39f015ded8: Pulling fs layer 15:58:53 3a2ae6a8a46f: Waiting 15:58:53 2f39f015ded8: Waiting 15:58:53 33b1e0a273af: Waiting 15:58:53 5d3b04190fa2: Waiting 15:58:53 5c69ac0246d0: Verifying Checksum 15:58:53 5c69ac0246d0: Download complete 15:58:53 3a2ae6a8a46f: Verifying Checksum 15:58:53 3a2ae6a8a46f: Download complete 15:58:53 33b1e0a273af: Verifying Checksum 15:58:53 33b1e0a273af: Download complete 15:58:53 ec43610c2a17: Verifying Checksum 15:58:53 ec43610c2a17: Download complete 15:58:53 5d3b04190fa2: Verifying Checksum 15:58:54 5eb5b503b376: Verifying Checksum 15:58:54 5eb5b503b376: Download complete 15:58:54 2f39f015ded8: Verifying Checksum 15:58:54 2f39f015ded8: Download complete 15:58:55 5eb5b503b376: Pull complete 15:58:55 5c69ac0246d0: Pull complete 15:58:55 ec43610c2a17: Pull complete 15:58:56 3a2ae6a8a46f: Pull complete 15:58:56 33b1e0a273af: Pull complete 15:58:56 5d3b04190fa2: Pull complete 15:59:00 2f39f015ded8: Pull complete 15:59:00 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:59:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:59:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:59:00 prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container 15:59:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:59:03 $ docker top 0ffe0517bda289d5482b22462db130af9056c1dd0429138160a1fd19a10eb858 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:59:03 ---> job-cost.sh 15:59:03 lf-activate-venv: SKIPPING 15:59:03 INFO: No Stack... 15:59:04 INFO: Retrieving Pricing Info for: v3-standard-8 15:59:04 INFO: Archiving Costs [Pipeline] sh 15:59:04 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 15:59:04 + cut -d, -f6 [Pipeline] lock 15:59:04 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] 15:59:04 Resource [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] did not exist. Created. 15:59:04 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:59:05 + echo total: 0.2199999988079071 [Pipeline] stash 15:59:05 Stashed 1 file(s) [Pipeline] } 15:59:05 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] [Pipeline] // lock [Pipeline] } 15:59:05 $ docker stop --time=1 0ffe0517bda289d5482b22462db130af9056c1dd0429138160a1fd19a10eb858 15:59:06 $ docker rm -f 0ffe0517bda289d5482b22462db130af9056c1dd0429138160a1fd19a10eb858 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:59:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22226 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 15:59:32 Running in /w/workspace/app-service-configurable/93 [Pipeline] { [Pipeline] checkout 15:59:32 Selected Git installation does not exist. Using Default 15:59:32 The recommended git tool is: NONE 15:59:39 using credential edgex-jenkins-ssh 15:59:39 Cloning the remote Git repository 15:59:39 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:59:39 > git init /w/workspace/app-service-configurable/93 # timeout=10 15:59:39 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:59:39 > git --version # timeout=10 15:59:39 > git --version # 'git version 2.25.1' 15:59:39 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:59:40 Avoid second fetch 15:59:40 Checking out Revision 0f293f13f47d7806d287045c82fd6425cbb8076b (main) 15:59:40 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:59:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:59:40 > git config core.sparsecheckout # timeout=10 15:59:40 > git checkout -f 0f293f13f47d7806d287045c82fd6425cbb8076b # timeout=10 15:59:45 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#457)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:59:46 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:59:46 % Total % Received % Xferd Average Speed Time Time Time Current 15:59:46 Dload Upload Total Spent Left Speed 15:59:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 207k 0 --:--:-- --:--:-- --:--:-- 204k [Pipeline] sh 15:59:46 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:59:47 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 15:59:47 /etc/docker/daemon.json 15:59:47 { 15:59:47 "registry-mirrors": [ 15:59:47 "https://nexus3.edgexfoundry.org:10001" 15:59:47 ], 15:59:47 "bip": "10.250.0.254/24", 15:59:47 "hosts": [ 15:59:47 "tcp://0.0.0.0:5555", 15:59:47 "unix:///var/run/docker.sock" 15:59:47 ], 15:59:47 "mtu": 1458, 15:59:47 "selinux-enabled": true, 15:59:47 "seccomp-profile": "/etc/docker/seccomp.json" 15:59:47 } [Pipeline] sh 15:59:47 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:59:47 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:00:06 provisioning config files... 16:00:06 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/93@tmp/config2867908046363274934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:00:06 ---> docker-login.sh 16:00:06 nexus3.edgexfoundry.org:10001 16:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:07 Configure a credential helper to remove this warning. See 16:00:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:07 16:00:07 Login Succeeded 16:00:07 nexus3.edgexfoundry.org:10002 16:00:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:08 Configure a credential helper to remove this warning. See 16:00:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:08 16:00:08 Login Succeeded 16:00:08 nexus3.edgexfoundry.org:10003 16:00:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:08 Configure a credential helper to remove this warning. See 16:00:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:08 16:00:08 Login Succeeded 16:00:08 nexus3.edgexfoundry.org:10004 16:00:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:08 Configure a credential helper to remove this warning. See 16:00:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:08 16:00:08 Login Succeeded 16:00:08 docker.io 16:00:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:09 Configure a credential helper to remove this warning. See 16:00:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:09 16:00:09 Login Succeeded 16:00:09 ---> docker-login.sh ends [Pipeline] } 16:00:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:00:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:00:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:00:10 ========================================================= 16:00:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 16:00:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:00:10 + 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 . 16:00:10 Sending build context to Docker daemon 204.8kB 16:00:10 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 16:00:10 Step 2/13 : FROM ${BASE} AS builder 16:00:11 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:00:11 b3c136eddcbf: Pulling fs layer 16:00:11 c0a3192eca97: Pulling fs layer 16:00:11 a050256f5b6f: Pulling fs layer 16:00:11 656be50a0ddc: Pulling fs layer 16:00:11 2bbca73fdf42: Pulling fs layer 16:00:11 46d945488cbd: Pulling fs layer 16:00:11 8a5474983e97: Pulling fs layer 16:00:11 329c88fbcd65: Pulling fs layer 16:00:11 2bbca73fdf42: Waiting 16:00:11 46d945488cbd: Waiting 16:00:11 8a5474983e97: Waiting 16:00:11 656be50a0ddc: Waiting 16:00:11 329c88fbcd65: Waiting 16:00:11 a050256f5b6f: Verifying Checksum 16:00:11 a050256f5b6f: Download complete 16:00:11 c0a3192eca97: Download complete 16:00:11 2bbca73fdf42: Verifying Checksum 16:00:11 2bbca73fdf42: Download complete 16:00:11 46d945488cbd: Verifying Checksum 16:00:11 46d945488cbd: Download complete 16:00:11 b3c136eddcbf: Verifying Checksum 16:00:12 b3c136eddcbf: Pull complete 16:00:12 329c88fbcd65: Verifying Checksum 16:00:12 329c88fbcd65: Download complete 16:00:12 c0a3192eca97: Pull complete 16:00:13 a050256f5b6f: Pull complete 16:00:13 8a5474983e97: Verifying Checksum 16:00:14 656be50a0ddc: Verifying Checksum 16:00:14 656be50a0ddc: Download complete 16:00:26 656be50a0ddc: Pull complete 16:00:26 2bbca73fdf42: Pull complete 16:00:26 46d945488cbd: Pull complete 16:00:33 8a5474983e97: Pull complete 16:00:34 329c88fbcd65: Pull complete 16:00:34 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 16:00:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:00:34 ---> ff4287adb874 16:00:34 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:00:36 ---> Running in 1c13a7d332b9 16:00:36 Removing intermediate container 1c13a7d332b9 16:00:36 ---> b3d385440158 16:00:36 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:00:36 ---> Running in 519b15739588 16:00:36 Removing intermediate container 519b15739588 16:00:36 ---> b22a52d01738 16:00:36 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 16:00:36 ---> Running in 2564b604a267 16:00:37 Removing intermediate container 2564b604a267 16:00:37 ---> 63f3948cbdb8 16:00:37 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:00:37 ---> Running in dc8fff02b4a3 16:00:39 Removing intermediate container dc8fff02b4a3 16:00:39 ---> 1b0941a0d3f9 16:00:39 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:00:39 ---> Running in 5d59ab64e470 16:00:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:00:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:00:42 OK: 221 MiB in 51 packages 16:00:43 Removing intermediate container 5d59ab64e470 16:00:43 ---> 58cf831ac52c 16:00:43 Step 8/13 : WORKDIR /app 16:00:43 ---> Running in 0decf5b75e7b 16:00:43 Removing intermediate container 0decf5b75e7b 16:00:43 ---> 1c4a839f9433 16:00:43 Step 9/13 : COPY go.mod vendor* ./ 16:00:43 ---> 6c39390b0534 16:00:43 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:00:43 ---> Running in fee1a6b0fcf9 16:01:40 Removing intermediate container fee1a6b0fcf9 16:01:40 ---> 6e399798eecf 16:01:40 Step 11/13 : COPY . . 16:01:40 ---> 22633dc6e7fc 16:01:40 Step 12/13 : ARG MAKE="make build" 16:01:40 ---> Running in d56514c4c60e 16:01:40 Removing intermediate container d56514c4c60e 16:01:40 ---> 3f6b15d5f5fe 16:01:40 Step 13/13 : RUN $MAKE 16:01:40 ---> Running in 1ecd69dcc651 16:01:40 noop 16:01:40 Removing intermediate container 1ecd69dcc651 16:01:40 ---> 2758c5a35495 16:01:40 Successfully built 2758c5a35495 16:01:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:01:40 + docker inspect -f . ci-base-image-arm64 16:01:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:01:41 prd-ubuntu20.04-docker-arm64-4c-16g-22226 does not seem to be running inside a container 16:01:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/93 -v /w/workspace/app-service-configurable/93:/w/workspace/app-service-configurable/93:rw,z -v /w/workspace/app-service-configurable/93@tmp:/w/workspace/app-service-configurable/93@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 16:01:42 $ docker top 67747937a27d8f9eacdb8999a5c3833f96cddad2bd04ade1ede8b088a0f3a708 -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:43 + go version 16:01:43 go version go1.18.3 linux/arm64 [Pipeline] } 16:01:43 $ docker stop --time=1 67747937a27d8f9eacdb8999a5c3833f96cddad2bd04ade1ede8b088a0f3a708 16:01:45 $ docker rm -f 67747937a27d8f9eacdb8999a5c3833f96cddad2bd04ade1ede8b088a0f3a708 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:01:46 + docker inspect -f . ci-base-image-arm64 16:01:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:01:46 prd-ubuntu20.04-docker-arm64-4c-16g-22226 does not seem to be running inside a container 16:01:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/app-service-configurable/93 -v /w/workspace/app-service-configurable/93:/w/workspace/app-service-configurable/93:rw,z -v /w/workspace/app-service-configurable/93@tmp:/w/workspace/app-service-configurable/93@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 16:01:47 $ docker top fa32bd0803ad8354190e63451938ddd9a9defec15b18c44cd24de71b7b017c58 -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:48 + git config --global --add safe.directory /w/workspace/app-service-configurable/93 [Pipeline] fileExists [Pipeline] sh 16:01:49 + make test 16:01:49 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:03:26 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:03:26 CGO_ENABLED=1 go vet ./... 16:03:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:03:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:03:41 ./bin/test-attribution-txt.sh 16:03:41 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 16:03:41 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 16:03:41 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 16:03:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:03:41 $ docker stop --time=1 fa32bd0803ad8354190e63451938ddd9a9defec15b18c44cd24de71b7b017c58 16:03:43 $ docker rm -f fa32bd0803ad8354190e63451938ddd9a9defec15b18c44cd24de71b7b017c58 [Pipeline] // withDockerContainer [Pipeline] sh 16:03:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:03:44 Warning: overwriting stash ‘coverage-report’ 16:03:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:03:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:03:46 + ls -al . 16:03:46 total 168 16:03:46 drwxrwxr-x 7 jenkins jenkins 4096 Aug 9 16:01 . 16:03:46 drwxrwxr-x 4 jenkins jenkins 4096 Aug 9 15:59 .. 16:03:46 -rw-rw-r-- 1 jenkins jenkins 119 Aug 9 15:59 .dockerignore 16:03:46 drwxrwxr-x 8 jenkins jenkins 4096 Aug 9 15:59 .git 16:03:46 drwxrwxr-x 3 jenkins jenkins 4096 Aug 9 15:59 .github 16:03:46 -rw-rw-r-- 1 jenkins jenkins 171 Aug 9 15:59 .gitignore 16:03:46 -rw-rw-r-- 1 jenkins jenkins 8830 Aug 9 15:59 Attribution.txt 16:03:46 -rw-rw-r-- 1 jenkins jenkins 27269 Aug 9 15:59 CHANGELOG.md 16:03:46 -rw-rw-r-- 1 jenkins jenkins 2089 Aug 9 15:59 Dockerfile 16:03:46 -rw-rw-r-- 1 jenkins jenkins 677 Aug 9 15:59 GOVERNANCE.md 16:03:46 -rw-rw-r-- 1 jenkins jenkins 688 Aug 9 15:59 Jenkinsfile 16:03:46 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 9 15:59 LICENSE 16:03:46 -rw-rw-r-- 1 jenkins jenkins 618 Aug 9 15:59 OWNERS.md 16:03:46 -rw-rw-r-- 1 jenkins jenkins 3718 Aug 9 15:59 README.md 16:03:46 -rw-rw-r-- 1 jenkins jenkins 12 Aug 9 15:57 VERSION 16:03:46 drwxrwxr-x 2 jenkins jenkins 4096 Aug 9 15:59 bin 16:03:46 -rw-r--r-- 1 jenkins jenkins 10 Aug 9 16:01 coverage.out 16:03:46 -rw-rw-r-- 1 jenkins jenkins 3475 Aug 9 15:59 go.mod 16:03:46 -rw-rw-r-- 1 jenkins jenkins 36887 Aug 9 15:59 go.sum 16:03:46 -rw-rw-r-- 1 jenkins jenkins 1949 Aug 9 15:59 main.go 16:03:46 -rw-rw-r-- 1 jenkins jenkins 1959 Aug 9 15:59 makefile 16:03:46 drwxrwxr-x 10 jenkins jenkins 4096 Aug 9 15:59 res 16:03:46 drwxrwxr-x 4 jenkins jenkins 4096 Aug 9 15:59 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:46 + 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=0f293f13f47d7806d287045c82fd6425cbb8076b --label arch=arm64 --label version=2.3.0-dev.14 . 16:03:46 Sending build context to Docker daemon 205.8kB 16:03:46 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 16:03:46 Step 2/27 : FROM ${BASE} AS builder 16:03:46 ---> 2758c5a35495 16:03:46 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:03:47 ---> Running in 1a722dfd4bc7 16:03:47 Removing intermediate container 1a722dfd4bc7 16:03:47 ---> 5fbf05177c49 16:03:47 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:03:47 ---> Running in 4fad3f884d7e 16:03:48 Removing intermediate container 4fad3f884d7e 16:03:48 ---> 268e30405bcb 16:03:48 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 16:03:48 ---> Running in 31616c084a61 16:03:48 Removing intermediate container 31616c084a61 16:03:48 ---> 657f099204f6 16:03:48 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:48 ---> Running in 69d25e847ed1 16:03:50 Removing intermediate container 69d25e847ed1 16:03:50 ---> 7726d9d6573e 16:03:50 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:03:50 ---> Running in cfba94b67cd9 16:03:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:03:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:03:53 OK: 221 MiB in 51 packages 16:03:54 Removing intermediate container cfba94b67cd9 16:03:54 ---> 4c21ac66c45f 16:03:54 Step 8/27 : WORKDIR /app 16:03:54 ---> Running in 04db54b47fa0 16:03:54 Removing intermediate container 04db54b47fa0 16:03:54 ---> db076bf79a41 16:03:54 Step 9/27 : COPY go.mod vendor* ./ 16:03:55 ---> 14ac2fd4e97f 16:03:55 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:03:55 ---> Running in 3a19dea31b52 16:03:57 Removing intermediate container 3a19dea31b52 16:03:57 ---> de3d841b8d08 16:03:57 Step 11/27 : COPY . . 16:03:58 ---> f187225d106a 16:03:58 Step 12/27 : ARG MAKE="make build" 16:03:58 ---> Running in 4d6a6f74f01d 16:03:58 Removing intermediate container 4d6a6f74f01d 16:03:58 ---> cd83ecb1ee0e 16:03:58 Step 13/27 : RUN $MAKE 16:03:58 ---> Running in cb18a536774c 16:03:59 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.29 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.3.0-dev.14" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 16:06:21 Removing intermediate container cb18a536774c 16:06:21 ---> eca224bf69a2 16:06:21 Step 14/27 : FROM alpine:3.16 16:06:21 3.16: Pulling from library/alpine 16:06:21 f97344484467: Pulling fs layer 16:06:21 f97344484467: Download complete 16:06:22 f97344484467: Pull complete 16:06:22 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 16:06:22 Status: Downloaded newer image for alpine:3.16 16:06:22 ---> 3d81c46cd875 16:06:22 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 16:06:22 ---> Running in 5ae85bca9777 16:06:22 Removing intermediate container 5ae85bca9777 16:06:22 ---> 74969b2275b2 16:06:22 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:06:22 ---> Running in f64c7d2ead0d 16:06:23 Removing intermediate container f64c7d2ead0d 16:06:23 ---> 3af1a8a9ef79 16:06:23 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 16:06:23 ---> Running in 3b2b828884e0 16:06:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:06:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:06:25 (1/7) Installing ca-certificates (20220614-r0) 16:06:25 (2/7) Installing dumb-init (1.2.5-r1) 16:06:25 (3/7) Installing libgcc (11.2.1_git20220219-r2) 16:06:25 (4/7) Installing libsodium (1.0.18-r0) 16:06:25 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 16:06:25 (6/7) Installing libzmq (4.3.4-r0) 16:06:25 (7/7) Installing zeromq (4.3.4-r0) 16:06:25 Executing busybox-1.35.0-r15.trigger 16:06:25 Executing ca-certificates-20220614-r0.trigger 16:06:26 OK: 9 MiB in 21 packages 16:06:27 Removing intermediate container 3b2b828884e0 16:06:27 ---> 13688cbc187a 16:06:27 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:06:27 ---> 18187e8613b4 16:06:27 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:06:28 ---> 03a678103133 16:06:28 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:06:29 ---> bedb6771cf37 16:06:29 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:06:30 ---> bac3bf3cba8c 16:06:30 Step 22/27 : EXPOSE 48095 16:06:30 ---> Running in c9bd40f26cc9 16:06:31 Removing intermediate container c9bd40f26cc9 16:06:31 ---> 4c6a90452b90 16:06:31 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:06:31 ---> Running in bff6556fd537 16:06:31 Removing intermediate container bff6556fd537 16:06:31 ---> 97ebe18eafba 16:06:31 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:06:31 ---> Running in dccdcc79094e 16:06:31 Removing intermediate container dccdcc79094e 16:06:31 ---> fc8e6925d3d3 16:06:31 Step 25/27 : LABEL arch=arm64 16:06:31 ---> Running in dbc2d3a4c39b 16:06:32 Removing intermediate container dbc2d3a4c39b 16:06:32 ---> efc433538b43 16:06:32 Step 26/27 : LABEL git_sha=0f293f13f47d7806d287045c82fd6425cbb8076b 16:06:32 ---> Running in c7adfbddd460 16:06:32 Removing intermediate container c7adfbddd460 16:06:32 ---> b67037f91f50 16:06:32 Step 27/27 : LABEL version=2.3.0-dev.14 16:06:32 ---> Running in 15ea5d2ad4f2 16:06:33 Removing intermediate container 15ea5d2ad4f2 16:06:33 ---> b2088d6fed47 16:06:33 [Warning] One or more build-args [ARCH] were not consumed 16:06:33 Successfully built b2088d6fed47 16:06:33 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 16:06:33 provisioning config files... 16:06:33 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/93@tmp/config4630592893671774479tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:06:33 ---> docker-login.sh 16:06:33 nexus3.edgexfoundry.org:10001 16:06:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:33 Configure a credential helper to remove this warning. See 16:06:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:33 16:06:33 Login Succeeded 16:06:33 nexus3.edgexfoundry.org:10002 16:06:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:34 Configure a credential helper to remove this warning. See 16:06:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:34 16:06:34 Login Succeeded 16:06:34 nexus3.edgexfoundry.org:10003 16:06:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:34 Configure a credential helper to remove this warning. See 16:06:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:34 16:06:34 Login Succeeded 16:06:34 nexus3.edgexfoundry.org:10004 16:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:35 Configure a credential helper to remove this warning. See 16:06:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:35 16:06:35 Login Succeeded 16:06:35 docker.io 16:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:36 Configure a credential helper to remove this warning. See 16:06:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:36 16:06:36 Login Succeeded 16:06:36 ---> docker-login.sh ends [Pipeline] } 16:06:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:06:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:06:36 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 16:06:36 0f293f13f47d7806d287045c82fd6425cbb8076b 16:06:36 latest 16:06:36 2.3.0-dev.14 16:06:36 0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 16:06:36 main 16:06:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:36 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:36 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:0f293f13f47d7806d287045c82fd6425cbb8076b 16:06:36 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:06:36 32b6946701a8: Preparing 16:06:36 de1970b1cdcd: Preparing 16:06:36 6219855a22d2: Preparing 16:06:36 3028ae8ea752: Preparing 16:06:36 bdc9f04512e2: Preparing 16:06:36 5b7df235d876: Preparing 16:06:36 5b7df235d876: Waiting 16:06:37 de1970b1cdcd: Pushed 16:06:37 3028ae8ea752: Pushed 16:06:37 6219855a22d2: Pushed 16:06:37 5b7df235d876: Layer already exists 16:06:38 bdc9f04512e2: Pushed 16:06:42 32b6946701a8: Pushed 16:06:42 0f293f13f47d7806d287045c82fd6425cbb8076b: digest: sha256:fb050eb8eb0806bb44885b5fbec4ba208d95b19a8a5924318699d498f0b89282 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:42 + 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 16:06:43 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:06:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:06:43 32b6946701a8: Preparing 16:06:43 de1970b1cdcd: Preparing 16:06:43 6219855a22d2: Preparing 16:06:43 3028ae8ea752: Preparing 16:06:43 bdc9f04512e2: Preparing 16:06:43 5b7df235d876: Preparing 16:06:43 5b7df235d876: Waiting 16:06:43 6219855a22d2: Layer already exists 16:06:43 3028ae8ea752: Layer already exists 16:06:43 bdc9f04512e2: Layer already exists 16:06:43 de1970b1cdcd: Layer already exists 16:06:43 32b6946701a8: Layer already exists 16:06:43 5b7df235d876: Layer already exists 16:06:43 latest: digest: sha256:fb050eb8eb0806bb44885b5fbec4ba208d95b19a8a5924318699d498f0b89282 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:43 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:44 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.3.0-dev.14 16:06:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:06:44 32b6946701a8: Preparing 16:06:44 de1970b1cdcd: Preparing 16:06:44 6219855a22d2: Preparing 16:06:44 3028ae8ea752: Preparing 16:06:44 bdc9f04512e2: Preparing 16:06:44 5b7df235d876: Preparing 16:06:44 5b7df235d876: Waiting 16:06:44 6219855a22d2: Layer already exists 16:06:44 de1970b1cdcd: Layer already exists 16:06:44 3028ae8ea752: Layer already exists 16:06:44 bdc9f04512e2: Layer already exists 16:06:44 32b6946701a8: Layer already exists 16:06:44 5b7df235d876: Layer already exists 16:06:44 2.3.0-dev.14: digest: sha256:fb050eb8eb0806bb44885b5fbec4ba208d95b19a8a5924318699d498f0b89282 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:44 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:45 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 16:06:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:06:45 32b6946701a8: Preparing 16:06:45 de1970b1cdcd: Preparing 16:06:45 6219855a22d2: Preparing 16:06:45 3028ae8ea752: Preparing 16:06:45 bdc9f04512e2: Preparing 16:06:45 5b7df235d876: Preparing 16:06:45 5b7df235d876: Waiting 16:06:45 bdc9f04512e2: Layer already exists 16:06:45 32b6946701a8: Layer already exists 16:06:45 3028ae8ea752: Layer already exists 16:06:45 de1970b1cdcd: Layer already exists 16:06:45 6219855a22d2: Layer already exists 16:06:45 5b7df235d876: Layer already exists 16:06:45 0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14: digest: sha256:fb050eb8eb0806bb44885b5fbec4ba208d95b19a8a5924318699d498f0b89282 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:45 + 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 16:06:46 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 16:06:46 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:06:46 32b6946701a8: Preparing 16:06:46 de1970b1cdcd: Preparing 16:06:46 6219855a22d2: Preparing 16:06:46 3028ae8ea752: Preparing 16:06:46 bdc9f04512e2: Preparing 16:06:46 5b7df235d876: Preparing 16:06:46 5b7df235d876: Waiting 16:06:46 32b6946701a8: Layer already exists 16:06:46 3028ae8ea752: Layer already exists 16:06:46 bdc9f04512e2: Layer already exists 16:06:46 de1970b1cdcd: Layer already exists 16:06:46 6219855a22d2: Layer already exists 16:06:46 5b7df235d876: Layer already exists 16:06:46 main: digest: sha256:fb050eb8eb0806bb44885b5fbec4ba208d95b19a8a5924318699d498f0b89282 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:06:46 ===================================================== [Pipeline] echo 16:06:46 taggedImages: 16:06:46 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:0f293f13f47d7806d287045c82fd6425cbb8076b 16:06:46 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:06:46 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.3.0-dev.14 16:06:46 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:0f293f13f47d7806d287045c82fd6425cbb8076b-2.3.0-dev.14 16:06:46 - 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 16:06:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:06:46 16:06:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:06:47 arm64: Pulling from edgex-lftools-log-publisher 16:06:47 8998bd30e6a1: Pulling fs layer 16:06:47 04944245beec: Pulling fs layer 16:06:47 699f458cf7ca: Pulling fs layer 16:06:47 765212b225bb: Pulling fs layer 16:06:47 f23df028b6ca: Pulling fs layer 16:06:47 d65c8cfc05b1: Pulling fs layer 16:06:47 2437ff75d9bd: Pulling fs layer 16:06:47 f23df028b6ca: Waiting 16:06:47 765212b225bb: Waiting 16:06:47 d65c8cfc05b1: Waiting 16:06:47 2437ff75d9bd: Waiting 16:06:47 04944245beec: Verifying Checksum 16:06:47 04944245beec: Download complete 16:06:47 765212b225bb: Verifying Checksum 16:06:47 765212b225bb: Download complete 16:06:47 f23df028b6ca: Verifying Checksum 16:06:47 f23df028b6ca: Download complete 16:06:47 d65c8cfc05b1: Verifying Checksum 16:06:47 d65c8cfc05b1: Download complete 16:06:47 699f458cf7ca: Verifying Checksum 16:06:47 699f458cf7ca: Download complete 16:06:48 8998bd30e6a1: Verifying Checksum 16:06:48 8998bd30e6a1: Download complete 16:06:50 2437ff75d9bd: Download complete 16:06:52 8998bd30e6a1: Pull complete 16:06:53 04944245beec: Pull complete 16:06:55 699f458cf7ca: Pull complete 16:06:55 765212b225bb: Pull complete 16:06:56 f23df028b6ca: Pull complete 16:06:56 d65c8cfc05b1: Pull complete 16:07:11 2437ff75d9bd: Pull complete 16:07:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:07:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:07:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:07:11 prd-ubuntu20.04-docker-arm64-4c-16g-22226 does not seem to be running inside a container 16:07:11 $ 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/93 -v /w/workspace/app-service-configurable/93:/w/workspace/app-service-configurable/93:rw,z -v /w/workspace/app-service-configurable/93@tmp:/w/workspace/app-service-configurable/93@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 16:07:14 $ docker top 8ca7ae5f2d4a92931ab45bc388602cdf67ca231fc90c6d93f8829b5a64946d41 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:07:15 ---> job-cost.sh 16:07:15 lf-activate-venv: SKIPPING 16:07:15 INFO: No Stack... 16:07:15 INFO: Retrieving Pricing Info for: v3-standard-4 16:07:16 INFO: Archiving Costs [Pipeline] sh 16:07:17 + cat /w/workspace/app-service-configurable/93/archives/cost.csv 16:07:17 + cut -d, -f6 [Pipeline] lock 16:07:17 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] 16:07:17 Resource [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] did not exist. Created. 16:07:17 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:07:18 /w/workspace/app-service-configurable/93@tmp/durable-e44bad6a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:07:18 + echo total: 0.10999999940395355 [Pipeline] stash 16:07:18 Warning: overwriting stash ‘stack-cost’ 16:07:18 Stashed 1 file(s) [Pipeline] } 16:07:18 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-93-stack-cost] [Pipeline] // lock [Pipeline] } 16:07:18 $ docker stop --time=1 8ca7ae5f2d4a92931ab45bc388602cdf67ca231fc90c6d93f8829b5a64946d41 16:07:20 $ docker rm -f 8ca7ae5f2d4a92931ab45bc388602cdf67ca231fc90c6d93f8829b5a64946d41 [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 16:07:20 provisioning config files... 16:07:21 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6696568454754275069tmp [Pipeline] { [Pipeline] sh 16:07:21 + set +x 16:07:21 + bash -s -- 16:07:21 + curl -s https://codecov.io/bash 16:07:21 16:07:21 _____ _ 16:07:21 / ____| | | 16:07:21 | | ___ __| | ___ ___ _____ __ 16:07:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:07:21 | |___| (_) | (_| | __/ (_| (_) \ V / 16:07:21 \_____\___/ \__,_|\___|\___\___/ \_/ 16:07:21 Bash-1.0.6 16:07:21 16:07:21 16:07:21 ==> git version 2.25.1 found 16:07:21 ==> 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 16:07:21 Release-Date: 2020-01-08 16:07:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:07:21 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:07:21 ==> Jenkins CI detected. 16:07:21 current dir:  /w/workspace/ry_app-service-configurable_main 16:07:21 project root: . 16:07:21 --> token set from env 16:07:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:07:21 ==> Running gcov in . (disable via -X gcov) 16:07:21 ==> Python coveragepy not found 16:07:21 ==> Searching for coverage reports in: 16:07:21 + . 16:07:21 -> Found 1 reports 16:07:21 ==> Detecting git/mercurial file structure 16:07:21 ==> Reading reports 16:07:21 + ./coverage.out bytes=10 16:07:21 ==> Appending adjustments 16:07:21 https://docs.codecov.io/docs/fixing-reports 16:07:21 + Found adjustments 16:07:21 ==> Gzipping contents 16:07:21 4.0K /tmp/codecov.h3dTWd.gz 16:07:21 ==> Uploading reports 16:07:21 url: https://codecov.io 16:07:21 query: branch=main&commit=0f293f13f47d7806d287045c82fd6425cbb8076b&build=93&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F93%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:07:21 -> Pinging Codecov 16:07:21 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=0f293f13f47d7806d287045c82fd6425cbb8076b&build=93&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F93%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:07:21 -> Uploading to 16:07:21 https://storage.googleapis.com/codecov/v4/raw/2022-08-09/A97CA9966030D2A3747ED39772930CCE/0f293f13f47d7806d287045c82fd6425cbb8076b/9bcd3cd2-5bf1-4a2e-a6f0-7ba460151ad2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220809%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220809T160721Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0c4668f481a72e01110477e542ad37077d19d0145ad7a2dd64ab9e90890b1525 16:07:21 % Total % Received % Xferd Average Speed Time Time Time Current 16:07:21 Dload Upload Total Spent Left Speed 16:07:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 525 0 0 100 525 0 2205 --:--:-- --:--:-- --:--:-- 2205 16:07:22 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] } 16:07:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:07:22 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:07:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:07:22 16:07:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:07:22 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:07:22 df9b9388f04a: Pulling fs layer 16:07:22 52dc419b0ee2: Pulling fs layer 16:07:22 25bc292e5bac: Pulling fs layer 16:07:22 114826534d7a: Pulling fs layer 16:07:22 4657fd5d0bcf: Pulling fs layer 16:07:22 6ad1cebc031e: Pulling fs layer 16:07:22 8a3aa393b2d8: Pulling fs layer 16:07:22 114826534d7a: Waiting 16:07:22 4657fd5d0bcf: Waiting 16:07:22 6ad1cebc031e: Waiting 16:07:22 8a3aa393b2d8: Waiting 16:07:22 25bc292e5bac: Verifying Checksum 16:07:22 25bc292e5bac: Download complete 16:07:22 52dc419b0ee2: Download complete 16:07:22 4657fd5d0bcf: Verifying Checksum 16:07:22 4657fd5d0bcf: Download complete 16:07:22 df9b9388f04a: Download complete 16:07:23 6ad1cebc031e: Verifying Checksum 16:07:23 6ad1cebc031e: Download complete 16:07:23 df9b9388f04a: Pull complete 16:07:23 52dc419b0ee2: Pull complete 16:07:23 25bc292e5bac: Pull complete 16:07:23 114826534d7a: Verifying Checksum 16:07:23 114826534d7a: Download complete 16:07:23 8a3aa393b2d8: Verifying Checksum 16:07:23 8a3aa393b2d8: Download complete 16:07:27 114826534d7a: Pull complete 16:07:27 4657fd5d0bcf: Pull complete 16:07:27 6ad1cebc031e: Pull complete 16:07:30 8a3aa393b2d8: Pull complete 16:07:30 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:07:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:07:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:07:30 prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container 16:07:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:07:32 $ docker top 3b9de70668fdb958582008c1598cab5198906014eaa2a93483804335f311bbf6 -eo pid,comm [Pipeline] { [Pipeline] echo 16:07:32 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 16:07:32 + set -o pipefail 16:07:32 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 16:07:39 16:07:39 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 16:07:39 16:07:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/72df74fb-22ac-4fc0-bb28-3e8f70cb4586 16:07:39 16:07:39 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:07:39 16:07:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:07:39 16:07:39 [Pipeline] } 16:07:39 $ docker stop --time=1 3b9de70668fdb958582008c1598cab5198906014eaa2a93483804335f311bbf6 16:07:41 $ docker rm -f 3b9de70668fdb958582008c1598cab5198906014eaa2a93483804335f311bbf6 [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 16:07:42 + git log --format=format:%s -1 0f293f13f47d7806d287045c82fd6425cbb8076b [Pipeline] sh 16:07:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:07:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:07:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:07:42 prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container 16:07:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:07:43 $ docker top 1e0c34609e9ab9f40eb9880650aa35c20aba9c19f92487c515ad4c891b493a2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:07:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:07:43 [ssh-agent] Looking for ssh-agent implementation... 16:07:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:07:43 $ docker exec 1e0c34609e9ab9f40eb9880650aa35c20aba9c19f92487c515ad4c891b493a2d ssh-agent 16:07:43 SSH_AUTH_SOCK=/tmp/ssh-RNP2GX1D46nV/agent.35 16:07:43 SSH_AGENT_PID=41 16:07:43 Running ssh-add (command line suppressed) 16:07:43 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7596891862966702214.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7596891862966702214.key) 16:07:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:07:44 + git semver tag 16:07:44 2022-08-09 16:07:44,286 [run_tag] DEBUG tag force:False 16:07:44 2022-08-09 16:07:44,286 [check_head_tag] DEBUG check head tag 16:07:44 2022-08-09 16:07:44,287 [execute] INFO git cat-file --batch-check 16:07:44 2022-08-09 16:07:44,287 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 16:07:44 2022-08-09 16:07:44,291 [execute] INFO git cat-file --batch 16:07:44 2022-08-09 16:07:44,291 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 16:07:44 2022-08-09 16:07:44,302 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:07:44 2022-08-09 16:07:44,303 [execute] INFO git tag -a v2.3.0-dev.14 -m v2.3.0-dev.14 16:07:44 2022-08-09 16:07:44,303 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.14', '-m', 'v2.3.0-dev.14'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:07:44 2022-08-09 16:07:44,308 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:07:44 2.3.0-dev.14 [Pipeline] } 16:07:44 $ docker exec --env ******** --env ******** 1e0c34609e9ab9f40eb9880650aa35c20aba9c19f92487c515ad4c891b493a2d ssh-agent -k 16:07:44 unset SSH_AUTH_SOCK; 16:07:44 unset SSH_AGENT_PID; 16:07:44 echo Agent pid 41 killed; 16:07:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:07:44 + git semver [Pipeline] } 16:07:45 $ docker stop --time=1 1e0c34609e9ab9f40eb9880650aa35c20aba9c19f92487c515ad4c891b493a2d 16:07:46 $ docker rm -f 1e0c34609e9ab9f40eb9880650aa35c20aba9c19f92487c515ad4c891b493a2d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:07:46 16:07:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:07:47 0.23.1-centos7: Pulling from edgex-lftools 16:07:47 ab5ef0e58194: Pulling fs layer 16:07:47 9712f1f96733: Pulling fs layer 16:07:47 63f879dbbcfc: Pulling fs layer 16:07:47 0d9ebad4ef96: Pulling fs layer 16:07:47 e9a5061849ea: Pulling fs layer 16:07:47 d747dcd14b5f: Pulling fs layer 16:07:47 2de7ff778b66: Pulling fs layer 16:07:47 d747dcd14b5f: Waiting 16:07:47 0d9ebad4ef96: Waiting 16:07:47 9712f1f96733: Verifying Checksum 16:07:47 9712f1f96733: Download complete 16:07:47 63f879dbbcfc: Verifying Checksum 16:07:47 63f879dbbcfc: Download complete 16:07:47 e9a5061849ea: Verifying Checksum 16:07:47 e9a5061849ea: Download complete 16:07:47 ab5ef0e58194: Verifying Checksum 16:07:47 ab5ef0e58194: Download complete 16:07:47 0d9ebad4ef96: Verifying Checksum 16:07:47 0d9ebad4ef96: Download complete 16:07:47 d747dcd14b5f: Verifying Checksum 16:07:47 d747dcd14b5f: Download complete 16:07:47 2de7ff778b66: Verifying Checksum 16:07:47 2de7ff778b66: Download complete 16:07:50 ab5ef0e58194: Pull complete 16:07:50 9712f1f96733: Pull complete 16:07:51 63f879dbbcfc: Pull complete 16:07:54 0d9ebad4ef96: Pull complete 16:07:54 e9a5061849ea: Pull complete 16:07:54 d747dcd14b5f: Pull complete 16:07:56 2de7ff778b66: Pull complete 16:07:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:07:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:07:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:07:56 prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container 16:07:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:07:58 $ docker top 285ff53789711b82ced490e29a00436cb49a5158c782facb60e4aabcb7fefef5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:07:58 provisioning config files... 16:07:58 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3546190768317214727tmp 16:07:58 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5046993807708131880tmp 16:07:58 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6579062772216263596tmp [Pipeline] { [Pipeline] echo 16:07:59 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:07:59 ---> sigul-configuration.sh 16:07:59 gpg: directory `/root/.gnupg' created 16:07:59 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:07:59 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:07:59 gpg: keyring `/root/.gnupg/secring.gpg' created 16:07:59 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:07:59 gpg: CAST5 encrypted data 16:07:59 gpg: encrypted with 1 passphrase 16:07:59 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:07:59 + mkdir /home/jenkins 16:07:59 + mkdir /home/jenkins/sigul [Pipeline] sh 16:07:59 + 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 16:07:59 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:08:00 ---> sigul-install.sh 16:08:00 Sigul already installed; skipping installation. [Pipeline] sh 16:08:00 + git tag --list 16:08:00 v1.0.0 16:08:00 v1.1.0 16:08:00 v1.2.0 16:08:00 v1.3.0 16:08:00 v1.3.1 16:08:00 v2.0.0 16:08:00 v2.0.1 16:08:00 v2.1.0 16:08:00 v2.1.1 16:08:00 v2.1.1-dev.1 16:08:00 v2.1.1-dev.2 16:08:00 v2.2.0 16:08:00 v2.2.1-dev.1 16:08:00 v2.2.1-dev.10 16:08:00 v2.2.1-dev.2 16:08:00 v2.2.1-dev.3 16:08:00 v2.2.1-dev.4 16:08:00 v2.2.1-dev.5 16:08:00 v2.2.1-dev.6 16:08:00 v2.2.1-dev.7 16:08:00 v2.2.1-dev.8 16:08:00 v2.2.1-dev.9 16:08:00 v2.3.0-dev.10 16:08:00 v2.3.0-dev.11 16:08:00 v2.3.0-dev.12 16:08:00 v2.3.0-dev.13 16:08:00 v2.3.0-dev.14 [Pipeline] sh 16:08:00 + lftools sign git-tag v2.3.0-dev.14 16:08:01 Signing Git tag with Sigul... 16:08:01 Signing v2.3.0-dev.14 [Pipeline] echo 16:08:01 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:08:01 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:08:01 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:08:01 $ docker stop --time=1 285ff53789711b82ced490e29a00436cb49a5158c782facb60e4aabcb7fefef5 16:08:03 $ docker rm -f 285ff53789711b82ced490e29a00436cb49a5158c782facb60e4aabcb7fefef5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:08:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:08:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:08:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:08:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:08:04 prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container 16:08:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:08:04 $ docker top 77dc0ada3b816e7ca062ded4756b7d2fb2508f4c11b8d52ef8309e25b2f6b1de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:08:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:08:04 [ssh-agent] Looking for ssh-agent implementation... 16:08:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:08:04 $ docker exec 77dc0ada3b816e7ca062ded4756b7d2fb2508f4c11b8d52ef8309e25b2f6b1de ssh-agent 16:08:04 SSH_AUTH_SOCK=/tmp/ssh-93ZB1d3QY0VT/agent.32 16:08:04 SSH_AGENT_PID=38 16:08:04 Running ssh-add (command line suppressed) 16:08:04 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5642779468845005563.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5642779468845005563.key) 16:08:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:08:05 + git semver bump pre 16:08:05 2022-08-09 16:08:05,439 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:08:05 2022-08-09 16:08:05,439 [bump_version] DEBUG bumping version:2.3.0-dev.14 on axis:pre with prefix:dev 16:08:05 2022-08-09 16:08:05,439 [bump_version] DEBUG bumped version:2.3.0-dev.15 16:08:05 2022-08-09 16:08:05,439 [write_version] DEBUG write version:2.3.0-dev.15 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 16:08:05 2022-08-09 16:08:05,440 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:08:05 2022-08-09 16:08:05,440 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 16:08:05 2022-08-09 16:08:05,441 [execute] INFO git cat-file --batch-check 16:08:05 2022-08-09 16:08:05,442 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:08:05 2022-08-09 16:08:05,448 [execute] INFO git cat-file --batch 16:08:05 2022-08-09 16:08:05,448 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:08:05 2022-08-09 16:08:05,455 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:08:05 2.3.0-dev.15 [Pipeline] } 16:08:05 $ docker exec --env ******** --env ******** 77dc0ada3b816e7ca062ded4756b7d2fb2508f4c11b8d52ef8309e25b2f6b1de ssh-agent -k 16:08:05 unset SSH_AUTH_SOCK; 16:08:05 unset SSH_AGENT_PID; 16:08:05 echo Agent pid 38 killed; 16:08:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:08:05 + git semver [Pipeline] } 16:08:06 $ docker stop --time=1 77dc0ada3b816e7ca062ded4756b7d2fb2508f4c11b8d52ef8309e25b2f6b1de 16:08:07 $ docker rm -f 77dc0ada3b816e7ca062ded4756b7d2fb2508f4c11b8d52ef8309e25b2f6b1de [Pipeline] // withDockerContainer [Pipeline] sh 16:08:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:08:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:08:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:08:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:08:08 prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container 16:08:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:08:08 $ docker top 164cb46486726e19aac0d38932d9a48fd5662b4c42fddd5ee02495d0170adb19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:08:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:08:08 [ssh-agent] Looking for ssh-agent implementation... 16:08:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:08:09 $ docker exec 164cb46486726e19aac0d38932d9a48fd5662b4c42fddd5ee02495d0170adb19 ssh-agent 16:08:09 SSH_AUTH_SOCK=/tmp/ssh-7Jj8dA5LVnC6/agent.34 16:08:09 SSH_AGENT_PID=40 16:08:09 Running ssh-add (command line suppressed) 16:08:09 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4304437856849075375.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4304437856849075375.key) 16:08:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:08:09 + git semver push 16:08:09 2022-08-09 16:08:09,886 [run_push] DEBUG push 16:08:09 2022-08-09 16:08:09,887 [execute] INFO git cat-file --batch-check 16:08:09 2022-08-09 16:08:09,887 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:08:09 2022-08-09 16:08:09,890 [execute] INFO git rev-list bfe1d823588af6ebebec805eb3acf85e2f8c4b67 -- 16:08:09 2022-08-09 16:08:09,890 [execute] DEBUG Popen(['git', 'rev-list', 'bfe1d823588af6ebebec805eb3acf85e2f8c4b67', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 16:08:09 2022-08-09 16:08:09,899 [execute] INFO git fetch -v origin 16:08:09 2022-08-09 16:08:09,899 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 16:08:10 2022-08-09 16:08:10,376 [run_push] DEBUG no remote changes detected 16:08:10 2022-08-09 16:08:10,377 [execute] INFO git push origin semver 16:08:10 2022-08-09 16:08:10,377 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 16:08:11 2022-08-09 16:08:11,139 [run_push] DEBUG push all version tags 16:08:11 2022-08-09 16:08:11,139 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:08:11 2022-08-09 16:08:11,140 [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) 16:08:12 2022-08-09 16:08:11,859 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:08:12 2.3.0-dev.15 [Pipeline] } 16:08:12 $ docker exec --env ******** --env ******** 164cb46486726e19aac0d38932d9a48fd5662b4c42fddd5ee02495d0170adb19 ssh-agent -k 16:08:12 unset SSH_AUTH_SOCK; 16:08:12 unset SSH_AGENT_PID; 16:08:12 echo Agent pid 40 killed; 16:08:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:08:12 + git semver [Pipeline] } 16:08:12 $ docker stop --time=1 164cb46486726e19aac0d38932d9a48fd5662b4c42fddd5ee02495d0170adb19 16:08:14 $ docker rm -f 164cb46486726e19aac0d38932d9a48fd5662b4c42fddd5ee02495d0170adb19 [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 16:08:14 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 16:08:14 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:08:14 total 16 16:08:14 drwxr-xr-x 3 root root 4096 Aug 9 15:59 . 16:08:14 drwxrwxr-x 9 jenkins jenkins 4096 Aug 9 16:08 .. 16:08:14 drwxr-xr-x 2 root root 4096 Aug 9 15:59 cost 16:08:14 -rw-r--r-- 1 root root 95 Aug 9 15:59 cost.csv 16:08:14 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 16:08:14 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:08:14 total 16 16:08:14 drwxr-xr-x 3 jenkins jenkins 4096 Aug 9 15:59 . 16:08:14 drwxrwxr-x 9 jenkins jenkins 4096 Aug 9 16:08 .. 16:08:14 drwxr-xr-x 2 jenkins jenkins 4096 Aug 9 15:59 cost 16:08:14 -rw-r--r-- 1 jenkins jenkins 95 Aug 9 15:59 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:08:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:08:15 ---> package-listing.sh 16:08:15 ++ facter osfamily 16:08:15 ++ tr '[:upper:]' '[:lower:]' 16:08:16 + OS_FAMILY=debian 16:08:16 + workspace=/w/workspace/ry_app-service-configurable_main 16:08:16 + START_PACKAGES=/tmp/packages_start.txt 16:08:16 + END_PACKAGES=/tmp/packages_end.txt 16:08:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:08:16 + PACKAGES=/tmp/packages_start.txt 16:08:16 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:08:16 + PACKAGES=/tmp/packages_end.txt 16:08:16 + case "${OS_FAMILY}" in 16:08:16 + dpkg -l 16:08:16 + grep '^ii' 16:08:16 + '[' -f /tmp/packages_start.txt ']' 16:08:16 + '[' -f /tmp/packages_end.txt ']' 16:08:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:08:16 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:08:16 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 16:08:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 16:08:16 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 16:08:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:08:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:08:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:08:17 prd-ubuntu20.04-docker-8c-8g-22224 does not seem to be running inside a container 16:08:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:08:17 $ docker top c0ea691321319f8e76ed9ffac4a483dc983319dae06280d2c28576fff16abae9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:08:17 + touch /tmp/pre-build-complete [Pipeline] sh 16:08:17 + mkdir -p /var/log/sysstat [Pipeline] sh 16:08:18 + ls /var/log/sa-host 16:08:18 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:08:18 provisioning config files... 16:08:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1404856160925095569tmp [Pipeline] { [Pipeline] echo 16:08:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:08:18 ---> create-netrc.sh [Pipeline] } 16:08:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:08:18 ---> python-tools-install.sh [Pipeline] echo 16:08:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:08:19 ---> sudo-logs.sh 16:08:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:08:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:08:19 ---> job-cost.sh 16:08:19 lf-activate-venv: SKIPPING 16:08:19 DEBUG: total: 0.2199999988079071 16:08:19 INFO: Retrieving Stack Cost... 16:08:20 INFO: Retrieving Pricing Info for: v3-standard-8 16:08:20 INFO: Archiving Costs [Pipeline] echo 16:08:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:08:20 ---> logs-deploy.sh 16:08:20 lf-activate-venv: SKIPPING 16:08:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/93 16:08:20 INFO: archiving workspace using pattern(s): 16:08:21 Archives upload complete. 16:08:21 INFO: archiving logs to Nexus 16:08:22 ---> uname -a: 16:08:22 Linux prd-ubuntu20-04-docker-8c-8g-22224 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 16:08:22 16:08:22 16:08:22 ---> lscpu: 16:08:22 Architecture: x86_64 16:08:22 CPU op-mode(s): 32-bit, 64-bit 16:08:22 Byte Order: Little Endian 16:08:22 Address sizes: 40 bits physical, 48 bits virtual 16:08:22 CPU(s): 8 16:08:22 On-line CPU(s) list: 0-7 16:08:22 Thread(s) per core: 1 16:08:22 Core(s) per socket: 1 16:08:22 Socket(s): 8 16:08:22 NUMA node(s): 1 16:08:22 Vendor ID: AuthenticAMD 16:08:22 CPU family: 23 16:08:22 Model: 49 16:08:22 Model name: AMD EPYC-Rome Processor 16:08:22 Stepping: 0 16:08:22 CPU MHz: 2800.000 16:08:22 BogoMIPS: 5600.00 16:08:22 Virtualization: AMD-V 16:08:22 Hypervisor vendor: KVM 16:08:22 Virtualization type: full 16:08:22 L1d cache: 256 KiB 16:08:22 L1i cache: 256 KiB 16:08:22 L2 cache: 4 MiB 16:08:22 L3 cache: 128 MiB 16:08:22 NUMA node0 CPU(s): 0-7 16:08:22 Vulnerability Itlb multihit: Not affected 16:08:22 Vulnerability L1tf: Not affected 16:08:22 Vulnerability Mds: Not affected 16:08:22 Vulnerability Meltdown: Not affected 16:08:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:08:22 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:08:22 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:08:22 Vulnerability Srbds: Not affected 16:08:22 Vulnerability Tsx async abort: Not affected 16:08:22 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 16:08:22 16:08:22