Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d5263f74fc64eb658f1bf96042e543191ec86855 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-ssh9102789758706120004.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh5908424966326158639.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh6157324209154797776.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh11390849001852637466.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4986628153385062828.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-6329 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 > 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 Avoid second fetch Checking out Revision d5263f74fc64eb658f1bf96042e543191ec86855 (main) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#540)" > git config core.sparsecheckout # timeout=10 > git checkout -f d5263f74fc64eb658f1bf96042e543191ec86855 # timeout=10 > git rev-list --no-walk 5f6c3d7eed65e56d98ee920414fc019449f434db # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:32:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:32:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:32:28 ========================================================= 23:32:28 EdgeX Global Pipelines Version Info 23:32:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:32:29 ------------------- 23:32:29 stable info: 23:32:29 ------------------- 23:32:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:32:29 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 23:32:29 Message: update stable to v1.0.245 23:32:29 ------------------- 23:32:29 experimental info: 23:32:29 ------------------- 23:32:29 Commited By: **** collab-it+edgex@linuxfoundation.org 23:32:29 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 23:32:29 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d5263f7 [Pipeline] echo 23:32:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:32:30 provisioning config files... 23:32:30 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2222362275603409179tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:32:30 ---> docker-login.sh 23:32:30 nexus3.edgexfoundry.org:10001 23:32:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:31 Configure a credential helper to remove this warning. See 23:32:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:31 23:32:31 Login Succeeded 23:32:31 nexus3.edgexfoundry.org:10002 23:32:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:32 Configure a credential helper to remove this warning. See 23:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:32 23:32:32 Login Succeeded 23:32:32 nexus3.edgexfoundry.org:10003 23:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:32 Configure a credential helper to remove this warning. See 23:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:32 23:32:32 Login Succeeded 23:32:32 nexus3.edgexfoundry.org:10004 23:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:32 Configure a credential helper to remove this warning. See 23:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:32 23:32:32 Login Succeeded 23:32:32 docker.io 23:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:32 Configure a credential helper to remove this warning. See 23:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:32 23:32:32 Login Succeeded 23:32:32 ---> docker-login.sh ends [Pipeline] } 23:32:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 23:32:32 + git rev-list -1 --merges d5263f74fc64eb658f1bf96042e543191ec86855~1..d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] echo 23:32:33 -----------> git rev-list -1 --merges d5263f74fc64eb658f1bf96042e543191ec86855~1..d5263f74fc64eb658f1bf96042e543191ec86855 d5263f74fc64eb658f1bf96042e543191ec86855 [false] [Pipeline] sh 23:32:33 + git log --format=format:%s -1 d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] echo 23:32:33 ========================================================= 23:32:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:32:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:32:33 + git log --format=format:%s -1 d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] echo 23:32:33 [semverPrep] GIT_COMMIT: d5263f74fc64eb658f1bf96042e543191ec86855, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#540) [Pipeline] echo 23:32:33 [semverPrep] This is not a build commit. [Pipeline] sh 23:32:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:32:34 + grep -v github /etc/ssh/ssh_known_hosts 23:32:34 + [ -e /tmp/ssh_known_hosts ] 23:32:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:32:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:32:34 + sudo tee -a /etc/ssh/ssh_known_hosts 23:32:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:32:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:32:34 23:32:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:32:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:32:35 0.1.4: Pulling from edgex-devops/py-git-semver 23:32:35 b85a868b505f: Pulling fs layer 23:32:35 e2be974225ed: Pulling fs layer 23:32:35 339a4e72a1f5: Pulling fs layer 23:32:35 988bab9f4d93: Pulling fs layer 23:32:35 1469e6f7b9e6: Pulling fs layer 23:32:35 eaf3925da568: Pulling fs layer 23:32:35 bab4dde63d76: Pulling fs layer 23:32:35 bde34c3a00c8: Pulling fs layer 23:32:35 b352a97aabf1: Pulling fs layer 23:32:35 4872d77fe225: Pulling fs layer 23:32:35 5851b861e8e6: Pulling fs layer 23:32:35 1469e6f7b9e6: Waiting 23:32:35 eaf3925da568: Waiting 23:32:35 bab4dde63d76: Waiting 23:32:35 bde34c3a00c8: Waiting 23:32:35 5851b861e8e6: Waiting 23:32:35 988bab9f4d93: Waiting 23:32:35 b352a97aabf1: Waiting 23:32:35 e2be974225ed: Verifying Checksum 23:32:35 e2be974225ed: Download complete 23:32:35 988bab9f4d93: Download complete 23:32:35 1469e6f7b9e6: Verifying Checksum 23:32:35 1469e6f7b9e6: Download complete 23:32:35 339a4e72a1f5: Verifying Checksum 23:32:35 339a4e72a1f5: Download complete 23:32:35 eaf3925da568: Download complete 23:32:35 bde34c3a00c8: Download complete 23:32:35 b352a97aabf1: Verifying Checksum 23:32:35 b352a97aabf1: Download complete 23:32:35 4872d77fe225: Verifying Checksum 23:32:35 4872d77fe225: Download complete 23:32:35 5851b861e8e6: Verifying Checksum 23:32:35 5851b861e8e6: Download complete 23:32:35 b85a868b505f: Download complete 23:32:35 bab4dde63d76: Verifying Checksum 23:32:35 bab4dde63d76: Download complete 23:32:36 b85a868b505f: Pull complete 23:32:36 e2be974225ed: Pull complete 23:32:37 339a4e72a1f5: Pull complete 23:32:37 988bab9f4d93: Pull complete 23:32:38 1469e6f7b9e6: Pull complete 23:32:38 eaf3925da568: Pull complete 23:32:40 bab4dde63d76: Pull complete 23:32:40 bde34c3a00c8: Pull complete 23:32:40 b352a97aabf1: Pull complete 23:32:41 4872d77fe225: Pull complete 23:32:41 5851b861e8e6: Pull complete 23:32:41 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:32:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:32:41 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:32:41 prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container 23:32:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 23:32:52 $ docker top 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 -eo pid,comm 23:32:52 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 23:32:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:32:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:32:52 [ssh-agent] Looking for ssh-agent implementation... 23:32:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:32:52 $ docker exec 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 ssh-agent 23:32:52 SSH_AUTH_SOCK=/tmp/ssh-i5FsE3mwxrw6/agent.13 23:32:52 SSH_AGENT_PID=19 23:32:52 Running ssh-add (command line suppressed) 23:32:53 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_16860716071863310830.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_16860716071863310830.key) 23:32:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:32:53 + git tag --points-at HEAD [Pipeline] } 23:32:53 $ docker exec --env ******** --env ******** 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 ssh-agent -k 23:32:53 unset SSH_AUTH_SOCK; 23:32:53 unset SSH_AGENT_PID; 23:32:53 echo Agent pid 19 killed; 23:32:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:32:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:32:53 [ssh-agent] Looking for ssh-agent implementation... 23:32:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:32:53 $ docker exec 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 ssh-agent 23:32:53 SSH_AUTH_SOCK=/tmp/ssh-TseUwvztpAEy/agent.68 23:32:53 SSH_AGENT_PID=74 23:32:53 Running ssh-add (command line suppressed) 23:32:53 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_16320705673929645768.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_16320705673929645768.key) 23:32:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:32:54 + git semver init 23:32:54 2023-03-29 23:32:54,244 [run_init] DEBUG init version:0.0.0 force:False 23:32:54 2023-03-29 23:32:54,245 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 23:32:54 2023-03-29 23:32:54,245 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 23:32:54 2023-03-29 23:32:54,246 [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) 23:32:55 2023-03-29 23:32:55,250 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 23:32:55 2023-03-29 23:32:55,251 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 23:32:55 2023-03-29 23:32:55,251 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 23:32:55 2023-03-29 23:32:55,251 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 23:32:55 3.0.0-dev.29 [Pipeline] } 23:32:55 $ docker exec --env ******** --env ******** 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 ssh-agent -k 23:32:55 unset SSH_AUTH_SOCK; 23:32:55 unset SSH_AGENT_PID; 23:32:55 echo Agent pid 74 killed; 23:32:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:32:55 + git semver [Pipeline] } 23:32:55 $ docker stop --time=1 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 23:32:57 $ docker rm -f --volumes 06ad03ec568da0edd8c06bd021234a911d722872fb41d393ac48aadff28551d9 [Pipeline] // withDockerContainer [Pipeline] sh 23:32:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:32:58 Stashed 1 file(s) [Pipeline] echo 23:32:58 [edgeXSemver]: initialized semver on version 3.0.0-dev.29 [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 23:32:58 provisioning config files... 23:32:58 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3622433859697672327tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:32:58 ---> docker-login.sh 23:32:58 nexus3.edgexfoundry.org:10001 23:32:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:58 Configure a credential helper to remove this warning. See 23:32:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:58 23:32:58 Login Succeeded 23:32:58 nexus3.edgexfoundry.org:10002 23:32:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:58 Configure a credential helper to remove this warning. See 23:32:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:58 23:32:58 Login Succeeded 23:32:58 nexus3.edgexfoundry.org:10003 23:32:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:59 Configure a credential helper to remove this warning. See 23:32:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:59 23:32:59 Login Succeeded 23:32:59 nexus3.edgexfoundry.org:10004 23:32:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:59 Configure a credential helper to remove this warning. See 23:32:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:59 23:32:59 Login Succeeded 23:32:59 docker.io 23:32:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:59 Configure a credential helper to remove this warning. See 23:32:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:59 23:32:59 Login Succeeded 23:32:59 ---> docker-login.sh ends [Pipeline] } 23:32:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:32:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:32:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:32:59 ========================================================= 23:32:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 23:32:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:32:59 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 23:32:59 Sending build context to Docker daemon 3.252MB 23:32:59 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 23:32:59 Step 2/12 : FROM ${BASE} AS builder 23:33:00 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 23:33:00 63b65145d645: Pulling fs layer 23:33:00 a2d21d5440eb: Pulling fs layer 23:33:00 935e6c44a52c: Pulling fs layer 23:33:00 94cc34f8dd06: Pulling fs layer 23:33:00 30dea6a524f1: Pulling fs layer 23:33:00 a2aff8979fd8: Pulling fs layer 23:33:00 6808be2612f2: Pulling fs layer 23:33:00 f25807f1079a: Pulling fs layer 23:33:00 94cc34f8dd06: Waiting 23:33:00 30dea6a524f1: Waiting 23:33:00 a2aff8979fd8: Waiting 23:33:00 6808be2612f2: Waiting 23:33:00 f25807f1079a: Waiting 23:33:00 a2d21d5440eb: Download complete 23:33:00 94cc34f8dd06: Download complete 23:33:00 30dea6a524f1: Verifying Checksum 23:33:00 30dea6a524f1: Download complete 23:33:00 63b65145d645: Verifying Checksum 23:33:00 63b65145d645: Download complete 23:33:00 a2aff8979fd8: Verifying Checksum 23:33:00 a2aff8979fd8: Download complete 23:33:00 63b65145d645: Pull complete 23:33:00 a2d21d5440eb: Pull complete 23:33:00 f25807f1079a: Verifying Checksum 23:33:00 f25807f1079a: Download complete 23:33:00 935e6c44a52c: Verifying Checksum 23:33:00 935e6c44a52c: Download complete 23:33:00 6808be2612f2: Verifying Checksum 23:33:00 6808be2612f2: Download complete 23:33:04 935e6c44a52c: Pull complete 23:33:04 94cc34f8dd06: Pull complete 23:33:05 30dea6a524f1: Pull complete 23:33:05 a2aff8979fd8: Pull complete 23:33:07 6808be2612f2: Pull complete 23:33:08 f25807f1079a: Pull complete 23:33:08 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 23:33:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 23:33:08 ---> 3b553350e43f 23:33:08 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 23:33:13 Still waiting to schedule task 23:33:13 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 23:33:16 ---> Running in aae3788ee210 23:33:16 Removing intermediate container aae3788ee210 23:33:16 ---> 1016a289e9a8 23:33:16 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 23:33:16 ---> Running in 3b92c64ccced 23:33:17 Removing intermediate container 3b92c64ccced 23:33:17 ---> 7e7a38ab39ce 23:33:17 Step 5/12 : ARG ADD_BUILD_TAGS="" 23:33:17 ---> Running in b6ee49ad1aa8 23:33:17 Removing intermediate container b6ee49ad1aa8 23:33:17 ---> 0ba4e9650c39 23:33:17 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:33:17 ---> Running in e5bc368825d6 23:33:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 23:33:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 23:33:17 OK: 265 MiB in 53 packages 23:33:18 Removing intermediate container e5bc368825d6 23:33:18 ---> c0ce4e0e0c5a 23:33:18 Step 7/12 : WORKDIR /app 23:33:18 ---> Running in fe22c519a484 23:33:18 Removing intermediate container fe22c519a484 23:33:18 ---> 020d33d25725 23:33:18 Step 8/12 : COPY go.mod vendor* ./ 23:33:18 ---> 6d58ece372d9 23:33:18 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:33:18 ---> Running in 27e186149458 23:33:57 Removing intermediate container 27e186149458 23:33:57 ---> 45d55bef4e01 23:33:57 Step 10/12 : COPY . . 23:33:57 ---> 34ac27ee5799 23:33:57 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:33:57 ---> Running in 8a9132aff78e 23:33:57 Removing intermediate container 8a9132aff78e 23:33:57 ---> 15eecd231f10 23:33:57 Step 12/12 : RUN $MAKE 23:33:57 ---> Running in f0efe0c09d5a 23:33:58 noop 23:33:58 Removing intermediate container f0efe0c09d5a 23:33:58 ---> 31b40be9e651 23:33:58 Successfully built 31b40be9e651 23:33:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:33:59 + docker inspect -f . ci-base-image-x86_64 23:33:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:33:59 prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container 23:33:59 $ 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 23:33:59 $ docker top ef32d797f45e5c02d3966d6ed979a484454d46a27b83b28795ecf1b4d212843a -eo pid,comm [Pipeline] { [Pipeline] sh 23:34:00 + go version 23:34:00 go version go1.20.2 linux/amd64 [Pipeline] } 23:34:00 $ docker stop --time=1 ef32d797f45e5c02d3966d6ed979a484454d46a27b83b28795ecf1b4d212843a 23:34:02 $ docker rm -f --volumes ef32d797f45e5c02d3966d6ed979a484454d46a27b83b28795ecf1b4d212843a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:34:02 + docker inspect -f . ci-base-image-x86_64 23:34:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:34:02 prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container 23:34:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:34:03 $ docker top 37817d5b888eb3a869b7671ac8152fdfee99443e8fd20815d8de9bf64784e361 -eo pid,comm [Pipeline] { [Pipeline] sh 23:34:03 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 23:34:04 + make test 23:34:04 go test -race -coverprofile=coverage.out ./... 23:34:26 ? github.com/edgexfoundry/app-service-configurable [no test files] 23:34:44 go vet ./... 23:34:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:34:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:34:47 ./bin/test-attribution-txt.sh 23:34:47 An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo 23:34:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:34:47 $ docker stop --time=1 37817d5b888eb3a869b7671ac8152fdfee99443e8fd20815d8de9bf64784e361 23:34:56 $ docker rm -f --volumes 37817d5b888eb3a869b7671ac8152fdfee99443e8fd20815d8de9bf64784e361 [Pipeline] // withDockerContainer [Pipeline] sh 23:34:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:34:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:34:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:34:57 + ls -al . 23:34:57 total 176 23:34:57 drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 23:34 . 23:34:57 drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 23:32 .. 23:34:57 -rw-rw-r-- 1 jenkins jenkins 119 Mar 29 23:32 .dockerignore 23:34:57 drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 23:32 .git 23:34:57 drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 23:32 .github 23:34:57 -rw-rw-r-- 1 jenkins jenkins 171 Mar 29 23:32 .gitignore 23:34:57 -rw-rw-r-- 1 jenkins jenkins 41 Mar 29 23:32 .golangci.yml 23:34:57 drwxr-xr-x 3 jenkins jenkins 4096 Mar 29 23:32 .semver 23:34:57 -rw-rw-r-- 1 jenkins jenkins 9088 Mar 29 23:32 Attribution.txt 23:34:57 -rw-rw-r-- 1 jenkins jenkins 29118 Mar 29 23:32 CHANGELOG.md 23:34:57 -rw-rw-r-- 1 jenkins jenkins 1898 Mar 29 23:32 Dockerfile 23:34:57 -rw-rw-r-- 1 jenkins jenkins 677 Mar 29 23:32 GOVERNANCE.md 23:34:57 -rw-rw-r-- 1 jenkins jenkins 688 Mar 29 23:32 Jenkinsfile 23:34:57 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 29 23:32 LICENSE 23:34:57 -rw-rw-r-- 1 jenkins jenkins 618 Mar 29 23:32 OWNERS.md 23:34:57 -rw-rw-r-- 1 jenkins jenkins 4369 Mar 29 23:32 README.md 23:34:57 -rw-rw-r-- 1 jenkins jenkins 12 Mar 29 23:32 VERSION 23:34:57 drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 23:32 bin 23:34:57 -rw-r--r-- 1 jenkins jenkins 13 Mar 29 23:34 coverage.out 23:34:57 -rw-rw-r-- 1 jenkins jenkins 3299 Mar 29 23:32 go.mod 23:34:57 -rw-rw-r-- 1 jenkins jenkins 31336 Mar 29 23:32 go.sum 23:34:57 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 29 23:32 main.go 23:34:57 -rw-rw-r-- 1 jenkins jenkins 2569 Mar 29 23:32 makefile 23:34:57 drwxrwxr-x 9 jenkins jenkins 4096 Mar 29 23:32 res 23:34:57 drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 23:32 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:34:57 + 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=d5263f74fc64eb658f1bf96042e543191ec86855 --label arch=amd64 --label version=3.0.0-dev.29 . 23:34:57 Sending build context to Docker daemon 3.253MB 23:34:57 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 23:34:57 Step 2/26 : FROM ${BASE} AS builder 23:34:57 ---> 31b40be9e651 23:34:57 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 23:34:58 ---> Running in f60dd37b747c 23:34:58 Removing intermediate container f60dd37b747c 23:34:58 ---> c123c02c7470 23:34:58 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 23:34:58 ---> Running in 22f36e0ffb61 23:34:58 Removing intermediate container 22f36e0ffb61 23:34:58 ---> cb3cf16def43 23:34:58 Step 5/26 : ARG ADD_BUILD_TAGS="" 23:34:58 ---> Running in 3ad4e5904c28 23:34:59 Removing intermediate container 3ad4e5904c28 23:34:59 ---> 3091a2582ec0 23:34:59 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:34:59 ---> Running in e87d661aed55 23:34:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 23:34:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 23:34:59 OK: 265 MiB in 53 packages 23:35:00 Removing intermediate container e87d661aed55 23:35:00 ---> 1383ade5114d 23:35:00 Step 7/26 : WORKDIR /app 23:35:00 ---> Running in 657a4d072189 23:35:00 Removing intermediate container 657a4d072189 23:35:00 ---> 3c3950b829f2 23:35:00 Step 8/26 : COPY go.mod vendor* ./ 23:35:00 ---> 85ed9cdd6538 23:35:00 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:35:00 ---> Running in 729ab0bbcad9 23:35:01 Removing intermediate container 729ab0bbcad9 23:35:01 ---> 855d4c4abf09 23:35:01 Step 10/26 : COPY . . 23:35:01 ---> 8536742bedf0 23:35:01 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:35:02 ---> Running in cc255ea9452f 23:35:02 Removing intermediate container cc255ea9452f 23:35:02 ---> ea789482cacd 23:35:02 Step 12/26 : RUN $MAKE 23:35:02 ---> Running in cee511da850d 23:35:02 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.48 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.29" -trimpath -mod=readonly -o app-service-configurable 23:35:24 Removing intermediate container cee511da850d 23:35:24 ---> ae28f86431ca 23:35:24 Step 13/26 : FROM alpine:3.17 23:35:24 3.17: Pulling from library/alpine 23:35:24 f56be85fc22e: Pulling fs layer 23:35:24 f56be85fc22e: Verifying Checksum 23:35:24 f56be85fc22e: Download complete 23:35:24 f56be85fc22e: Pull complete 23:35:24 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 23:35:24 Status: Downloaded newer image for alpine:3.17 23:35:24 ---> 9ed4aefc74f6 23:35:24 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 23:35:24 ---> Running in bed0f0b4c3d9 23:35:24 Removing intermediate container bed0f0b4c3d9 23:35:24 ---> dfa2d22277ff 23:35:24 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 23:35:24 ---> Running in 48b2b3b71373 23:35:24 Removing intermediate container 48b2b3b71373 23:35:24 ---> bb8885b5e1cc 23:35:24 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 23:35:24 ---> Running in 7bd8de582b86 23:35:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 23:35:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 23:35:25 (1/2) Installing ca-certificates (20220614-r4) 23:35:25 (2/2) Installing dumb-init (1.2.5-r2) 23:35:25 Executing busybox-1.35.0-r29.trigger 23:35:25 Executing ca-certificates-20220614-r4.trigger 23:35:25 OK: 8 MiB in 17 packages 23:35:26 Removing intermediate container 7bd8de582b86 23:35:26 ---> a925eeae1c0b 23:35:26 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:35:26 ---> e89f2afa4274 23:35:26 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 23:35:26 ---> 810bec48725d 23:35:26 Step 19/26 : COPY --from=builder /app/res/ /res/ 23:35:26 ---> ce7f77381605 23:35:26 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 23:35:28 ---> 4e6c608b6352 23:35:28 Step 21/26 : EXPOSE 48095 23:35:28 ---> Running in 79c681036701 23:35:28 Removing intermediate container 79c681036701 23:35:28 ---> c89a81a308b1 23:35:28 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 23:35:28 ---> Running in e3bee9cda629 23:35:28 Removing intermediate container e3bee9cda629 23:35:28 ---> bb679c06b223 23:35:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:35:28 ---> Running in b0d459525192 23:35:29 Removing intermediate container b0d459525192 23:35:29 ---> c4459371fe29 23:35:29 Step 24/26 : LABEL arch=amd64 23:35:29 ---> Running in ca0a0737c6dd 23:35:29 Removing intermediate container ca0a0737c6dd 23:35:29 ---> 0785551a8344 23:35:29 Step 25/26 : LABEL git_sha=d5263f74fc64eb658f1bf96042e543191ec86855 23:35:29 ---> Running in 3d9b34817c6c 23:35:29 Removing intermediate container 3d9b34817c6c 23:35:29 ---> 8da1329eaea3 23:35:29 Step 26/26 : LABEL version=3.0.0-dev.29 23:35:29 ---> Running in 2ed6ea681613 23:35:29 Removing intermediate container 2ed6ea681613 23:35:29 ---> 9ddd29b34531 23:35:29 [Warning] One or more build-args [ARCH] were not consumed 23:35:29 Successfully built 9ddd29b34531 23:35:29 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 23:35:30 provisioning config files... 23:35:30 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14567115141072791272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:35:30 ---> docker-login.sh 23:35:30 nexus3.edgexfoundry.org:10001 23:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:35:30 Configure a credential helper to remove this warning. See 23:35:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:35:30 23:35:30 Login Succeeded 23:35:30 nexus3.edgexfoundry.org:10002 23:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:35:30 Configure a credential helper to remove this warning. See 23:35:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:35:30 23:35:30 Login Succeeded 23:35:30 nexus3.edgexfoundry.org:10003 23:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:35:30 Configure a credential helper to remove this warning. See 23:35:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:35:30 23:35:30 Login Succeeded 23:35:30 nexus3.edgexfoundry.org:10004 23:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:35:30 Configure a credential helper to remove this warning. See 23:35:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:35:30 23:35:30 Login Succeeded 23:35:30 docker.io 23:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:35:30 Configure a credential helper to remove this warning. See 23:35:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:35:30 23:35:30 Login Succeeded 23:35:30 ---> docker-login.sh ends [Pipeline] } 23:35:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:35:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:35:30 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 23:35:30 d5263f74fc64eb658f1bf96042e543191ec86855 23:35:30 latest 23:35:30 3.0.0-dev.29 23:35:30 d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 23:35:30 main 23:35:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:35:31 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:35:31 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:d5263f74fc64eb658f1bf96042e543191ec86855 23:35:31 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 23:35:31 1d477ae3c618: Preparing 23:35:31 f1d8c2472b40: Preparing 23:35:31 ffc141c81974: Preparing 23:35:31 c84ca3eaa60a: Preparing 23:35:31 f6770bdf089e: Preparing 23:35:31 f1417ff83b31: Preparing 23:35:31 f1417ff83b31: Waiting 23:35:31 c84ca3eaa60a: Pushed 23:35:31 ffc141c81974: Pushed 23:35:31 f1d8c2472b40: Pushed 23:35:31 f6770bdf089e: Pushed 23:35:31 f1417ff83b31: Layer already exists 23:35:33 1d477ae3c618: Pushed 23:35:33 d5263f74fc64eb658f1bf96042e543191ec86855: digest: sha256:9b69384704dbff9d10602599a2c1ca4b837832da26aed28849baafd2e08bafe1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:35:33 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:35:34 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 23:35:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 23:35:34 1d477ae3c618: Preparing 23:35:34 f1d8c2472b40: Preparing 23:35:34 ffc141c81974: Preparing 23:35:34 c84ca3eaa60a: Preparing 23:35:34 f6770bdf089e: Preparing 23:35:34 f1417ff83b31: Preparing 23:35:34 f1417ff83b31: Waiting 23:35:34 f6770bdf089e: Layer already exists 23:35:34 c84ca3eaa60a: Layer already exists 23:35:34 f1d8c2472b40: Layer already exists 23:35:34 1d477ae3c618: Layer already exists 23:35:34 ffc141c81974: Layer already exists 23:35:34 f1417ff83b31: Layer already exists 23:35:34 latest: digest: sha256:9b69384704dbff9d10602599a2c1ca4b837832da26aed28849baafd2e08bafe1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:35:34 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:35:34 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.29 23:35:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 23:35:34 1d477ae3c618: Preparing 23:35:34 f1d8c2472b40: Preparing 23:35:34 ffc141c81974: Preparing 23:35:34 c84ca3eaa60a: Preparing 23:35:34 f6770bdf089e: Preparing 23:35:34 f1417ff83b31: Preparing 23:35:34 f1417ff83b31: Waiting 23:35:34 1d477ae3c618: Layer already exists 23:35:34 c84ca3eaa60a: Layer already exists 23:35:34 ffc141c81974: Layer already exists 23:35:34 f1d8c2472b40: Layer already exists 23:35:34 f6770bdf089e: Layer already exists 23:35:34 f1417ff83b31: Layer already exists 23:35:34 3.0.0-dev.29: digest: sha256:9b69384704dbff9d10602599a2c1ca4b837832da26aed28849baafd2e08bafe1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:35:35 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:35:35 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 23:35:35 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 23:35:35 1d477ae3c618: Preparing 23:35:35 f1d8c2472b40: Preparing 23:35:35 ffc141c81974: Preparing 23:35:35 c84ca3eaa60a: Preparing 23:35:35 f6770bdf089e: Preparing 23:35:35 f1417ff83b31: Preparing 23:35:35 f1417ff83b31: Waiting 23:35:35 1d477ae3c618: Layer already exists 23:35:35 ffc141c81974: Layer already exists 23:35:35 f6770bdf089e: Layer already exists 23:35:35 c84ca3eaa60a: Layer already exists 23:35:35 f1d8c2472b40: Layer already exists 23:35:35 f1417ff83b31: Layer already exists 23:35:35 d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29: digest: sha256:9b69384704dbff9d10602599a2c1ca4b837832da26aed28849baafd2e08bafe1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:35:35 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:35:36 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 23:35:36 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 23:35:36 1d477ae3c618: Preparing 23:35:36 f1d8c2472b40: Preparing 23:35:36 ffc141c81974: Preparing 23:35:36 c84ca3eaa60a: Preparing 23:35:36 f6770bdf089e: Preparing 23:35:36 f1417ff83b31: Preparing 23:35:36 f1417ff83b31: Waiting 23:35:36 1d477ae3c618: Layer already exists 23:35:36 ffc141c81974: Layer already exists 23:35:36 f1d8c2472b40: Layer already exists 23:35:36 f6770bdf089e: Layer already exists 23:35:36 c84ca3eaa60a: Layer already exists 23:35:36 f1417ff83b31: Layer already exists 23:35:36 main: digest: sha256:9b69384704dbff9d10602599a2c1ca4b837832da26aed28849baafd2e08bafe1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:35:36 ===================================================== [Pipeline] echo 23:35:36 taggedImages: 23:35:36 - nexus3.edgexfoundry.org:10004/app-service-configurable:d5263f74fc64eb658f1bf96042e543191ec86855 23:35:36 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 23:35:36 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.29 23:35:36 - nexus3.edgexfoundry.org:10004/app-service-configurable:d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 23:35:36 - 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 23:35:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:35:36 23:35:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:35:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:35:36 latest: Pulling from edgex-lftools-log-publisher 23:35:36 5eb5b503b376: Pulling fs layer 23:35:36 5c69ac0246d0: Pulling fs layer 23:35:36 ec43610c2a17: Pulling fs layer 23:35:36 3a2ae6a8a46f: Pulling fs layer 23:35:36 33b1e0a273af: Pulling fs layer 23:35:36 5d3b04190fa2: Pulling fs layer 23:35:36 2f39f015ded8: Pulling fs layer 23:35:36 3a2ae6a8a46f: Waiting 23:35:36 33b1e0a273af: Waiting 23:35:36 5d3b04190fa2: Waiting 23:35:36 2f39f015ded8: Waiting 23:35:36 5c69ac0246d0: Verifying Checksum 23:35:36 5c69ac0246d0: Download complete 23:35:36 3a2ae6a8a46f: Verifying Checksum 23:35:36 3a2ae6a8a46f: Download complete 23:35:37 33b1e0a273af: Verifying Checksum 23:35:37 33b1e0a273af: Download complete 23:35:37 ec43610c2a17: Verifying Checksum 23:35:37 ec43610c2a17: Download complete 23:35:37 5d3b04190fa2: Verifying Checksum 23:35:37 5d3b04190fa2: Download complete 23:35:37 5eb5b503b376: Verifying Checksum 23:35:37 5eb5b503b376: Download complete 23:35:37 2f39f015ded8: Download complete 23:35:38 5eb5b503b376: Pull complete 23:35:38 5c69ac0246d0: Pull complete 23:35:38 ec43610c2a17: Pull complete 23:35:39 3a2ae6a8a46f: Pull complete 23:35:39 33b1e0a273af: Pull complete 23:35:39 5d3b04190fa2: Pull complete 23:35:43 2f39f015ded8: Pull complete 23:35:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:35:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:35:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:35:43 prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container 23:35:43 $ 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 23:35:49 $ docker top 7b4cfd0fe60c2e6ea03658271e435735686154fff43094ce5aac692b0228783e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:35:50 ---> job-cost.sh 23:35:50 lf-activate-venv: SKIPPING 23:35:50 INFO: No Stack... 23:35:50 INFO: Retrieving Pricing Info for: v3-standard-8 23:35:50 INFO: Archiving Costs [Pipeline] sh 23:35:51 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 23:35:51 + cut -d, -f6 [Pipeline] lock 23:35:51 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] 23:35:51 Resource [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] did not exist. Created. 23:35:51 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:35:51 + echo total: 0.2199999988079071 [Pipeline] stash 23:35:51 Stashed 1 file(s) [Pipeline] } 23:35:51 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] [Pipeline] // lock [Pipeline] } 23:35:51 $ docker stop --time=1 7b4cfd0fe60c2e6ea03658271e435735686154fff43094ce5aac692b0228783e 23:35:52 $ docker rm -f --volumes 7b4cfd0fe60c2e6ea03658271e435735686154fff43094ce5aac692b0228783e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:47:30 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6409 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 23:47:30 Running in /w/workspace/app-service-configurable/146 [Pipeline] { [Pipeline] checkout 23:47:30 Selected Git installation does not exist. Using Default 23:47:30 The recommended git tool is: NONE 23:47:36 using credential edgex-jenkins-ssh 23:47:36 Cloning the remote Git repository 23:47:36 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:47:36 > git init /w/workspace/app-service-configurable/146 # timeout=10 23:47:37 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:47:37 > git --version # timeout=10 23:47:37 > git --version # 'git version 2.25.1' 23:47:37 using GIT_SSH to set credentials SSH Credentials for GitHub 23:47:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:47:38 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:47:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:47:39 Avoid second fetch 23:47:39 Checking out Revision d5263f74fc64eb658f1bf96042e543191ec86855 (main) 23:47:40 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#540)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:47:39 > git config core.sparsecheckout # timeout=10 23:47:39 > git checkout -f d5263f74fc64eb658f1bf96042e543191ec86855 # timeout=10 23:47:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:47:41 % Total % Received % Xferd Average Speed Time Time Time Current 23:47:41 Dload Upload Total Spent Left Speed 23:47:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh 23:47:42 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:47:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:47:42 + sudo tee /etc/docker/daemon.new 23:47:42 { 23:47:42 "registry-mirrors": [ 23:47:42 "https://nexus3.edgexfoundry.org:10001" 23:47:42 ], 23:47:42 "bip": "10.250.0.254/24", 23:47:42 "hosts": [ 23:47:42 "tcp://0.0.0.0:5555", 23:47:42 "unix:///var/run/docker.sock" 23:47:42 ], 23:47:42 "mtu": 1458, 23:47:42 "selinux-enabled": true, 23:47:42 "seccomp-profile": "/etc/docker/seccomp.json" 23:47:42 } [Pipeline] sh 23:47:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:47:43 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:48:01 provisioning config files... 23:48:01 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/146@tmp/config10462537767000005280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:48:01 ---> docker-login.sh 23:48:01 nexus3.edgexfoundry.org:10001 23:48:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:48:02 Configure a credential helper to remove this warning. See 23:48:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:48:02 23:48:02 Login Succeeded 23:48:02 nexus3.edgexfoundry.org:10002 23:48:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:48:02 Configure a credential helper to remove this warning. See 23:48:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:48:02 23:48:02 Login Succeeded 23:48:02 nexus3.edgexfoundry.org:10003 23:48:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:48:03 Configure a credential helper to remove this warning. See 23:48:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:48:03 23:48:03 Login Succeeded 23:48:03 nexus3.edgexfoundry.org:10004 23:48:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:48:03 Configure a credential helper to remove this warning. See 23:48:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:48:03 23:48:03 Login Succeeded 23:48:03 docker.io 23:48:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:48:03 Configure a credential helper to remove this warning. See 23:48:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:48:03 23:48:03 Login Succeeded 23:48:03 ---> docker-login.sh ends [Pipeline] } 23:48:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:48:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:48:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:48:04 ========================================================= 23:48:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 23:48:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:48:04 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 23:48:04 Sending build context to Docker daemon 169kB 23:48:04 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 23:48:04 Step 2/12 : FROM ${BASE} AS builder 23:48:05 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:48:05 af6eaf76a39c: Pulling fs layer 23:48:05 55522c791124: Pulling fs layer 23:48:05 ce5c4a1c91eb: Pulling fs layer 23:48:05 169dfbe0d373: Pulling fs layer 23:48:05 e1ff8fa3b103: Pulling fs layer 23:48:05 52ebb69f0ebf: Pulling fs layer 23:48:05 5abe8eddf0d5: Pulling fs layer 23:48:05 169dfbe0d373: Waiting 23:48:05 52ebb69f0ebf: Waiting 23:48:05 e1ff8fa3b103: Waiting 23:48:05 5abe8eddf0d5: Waiting 23:48:05 55522c791124: Verifying Checksum 23:48:05 55522c791124: Download complete 23:48:05 169dfbe0d373: Verifying Checksum 23:48:05 169dfbe0d373: Download complete 23:48:05 e1ff8fa3b103: Download complete 23:48:05 af6eaf76a39c: Verifying Checksum 23:48:05 af6eaf76a39c: Download complete 23:48:06 af6eaf76a39c: Pull complete 23:48:06 5abe8eddf0d5: Verifying Checksum 23:48:06 5abe8eddf0d5: Download complete 23:48:06 55522c791124: Pull complete 23:48:08 52ebb69f0ebf: Verifying Checksum 23:48:08 52ebb69f0ebf: Download complete 23:48:08 ce5c4a1c91eb: Verifying Checksum 23:48:08 ce5c4a1c91eb: Download complete 23:48:18 ce5c4a1c91eb: Pull complete 23:48:18 169dfbe0d373: Pull complete 23:48:18 e1ff8fa3b103: Pull complete 23:48:25 52ebb69f0ebf: Pull complete 23:48:28 5abe8eddf0d5: Pull complete 23:48:28 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 23:48:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 23:48:28 ---> 6cb57ee374ae 23:48:28 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 23:48:30 ---> Running in 54cf39eb6a31 23:48:30 Removing intermediate container 54cf39eb6a31 23:48:30 ---> 1a16e9e23e8a 23:48:30 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 23:48:30 ---> Running in 4efc7e265419 23:48:30 Removing intermediate container 4efc7e265419 23:48:30 ---> b400f7fe2c16 23:48:30 Step 5/12 : ARG ADD_BUILD_TAGS="" 23:48:30 ---> Running in 509c469f6ec8 23:48:31 Removing intermediate container 509c469f6ec8 23:48:31 ---> ec45b78ed8f8 23:48:31 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:48:31 ---> Running in 46e9b368d25f 23:48:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 23:48:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 23:48:34 OK: 263 MiB in 53 packages 23:48:35 Removing intermediate container 46e9b368d25f 23:48:35 ---> a7c2bd001207 23:48:35 Step 7/12 : WORKDIR /app 23:48:35 ---> Running in 813808a35df7 23:48:35 Removing intermediate container 813808a35df7 23:48:35 ---> ce9a0d6c620b 23:48:35 Step 8/12 : COPY go.mod vendor* ./ 23:48:36 ---> a9ddfc323cce 23:48:36 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:48:36 ---> Running in cfe7d132ac55 23:49:44 Removing intermediate container cfe7d132ac55 23:49:44 ---> 8115a063b0b4 23:49:44 Step 10/12 : COPY . . 23:49:44 ---> dc3a992a714b 23:49:44 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:49:44 ---> Running in 04964e7f76d6 23:49:44 Removing intermediate container 04964e7f76d6 23:49:44 ---> aeaafd5a95df 23:49:44 Step 12/12 : RUN $MAKE 23:49:44 ---> Running in 437e2d154563 23:49:44 noop 23:49:44 Removing intermediate container 437e2d154563 23:49:44 ---> ea761936fd97 23:49:44 Successfully built ea761936fd97 23:49:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:49:44 + docker inspect -f . ci-base-image-arm64 23:49:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:49:44 prd-ubuntu20.04-docker-arm64-4c-16g-6409 does not seem to be running inside a container 23:49:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/146 -v /w/workspace/app-service-configurable/146:/w/workspace/app-service-configurable/146:rw,z -v /w/workspace/app-service-configurable/146@tmp:/w/workspace/app-service-configurable/146@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 23:49:46 $ docker top fc86403652271aa5c34e6b5cad1c2d77ca327c26d6a6de8b3699bd32f7cafe1b -eo pid,comm [Pipeline] { [Pipeline] sh 23:49:47 + go version 23:49:47 go version go1.20.2 linux/arm64 [Pipeline] } 23:49:47 $ docker stop --time=1 fc86403652271aa5c34e6b5cad1c2d77ca327c26d6a6de8b3699bd32f7cafe1b 23:49:48 $ docker rm -f --volumes fc86403652271aa5c34e6b5cad1c2d77ca327c26d6a6de8b3699bd32f7cafe1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:49:49 + docker inspect -f . ci-base-image-arm64 23:49:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:49:49 prd-ubuntu20.04-docker-arm64-4c-16g-6409 does not seem to be running inside a container 23:49:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/146 -v /w/workspace/app-service-configurable/146:/w/workspace/app-service-configurable/146:rw,z -v /w/workspace/app-service-configurable/146@tmp:/w/workspace/app-service-configurable/146@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 23:49:50 $ docker top 30697d90e715ba4365d4de6ecb567c7be6d032fe5b7a4e562e9d1b468074cd93 -eo pid,comm [Pipeline] { [Pipeline] sh 23:49:51 + git config --global --add safe.directory /w/workspace/app-service-configurable/146 [Pipeline] fileExists [Pipeline] sh 23:49:52 + make test 23:49:52 go test -race -coverprofile=coverage.out ./... 23:52:59 ? github.com/edgexfoundry/app-service-configurable [no test files] 23:52:59 WARNING: Linting skipped (not on x86_64 or linter not installed) 23:52:59 go vet ./... 23:55:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:55:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:55:35 ./bin/test-attribution-txt.sh 23:55:35 An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo 23:55:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:55:35 $ docker stop --time=1 30697d90e715ba4365d4de6ecb567c7be6d032fe5b7a4e562e9d1b468074cd93 23:55:37 $ docker rm -f --volumes 30697d90e715ba4365d4de6ecb567c7be6d032fe5b7a4e562e9d1b468074cd93 [Pipeline] // withDockerContainer [Pipeline] sh 23:55:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:55:39 Warning: overwriting stash ‘coverage-report’ 23:55:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:55:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:55:40 + ls -al . 23:55:40 total 172 23:55:40 drwxrwxr-x 7 jenkins jenkins 4096 Mar 29 23:49 . 23:55:40 drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 23:47 .. 23:55:40 -rw-rw-r-- 1 jenkins jenkins 119 Mar 29 23:47 .dockerignore 23:55:40 drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 23:47 .git 23:55:40 drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 23:47 .github 23:55:40 -rw-rw-r-- 1 jenkins jenkins 171 Mar 29 23:47 .gitignore 23:55:40 -rw-rw-r-- 1 jenkins jenkins 41 Mar 29 23:47 .golangci.yml 23:55:40 -rw-rw-r-- 1 jenkins jenkins 9088 Mar 29 23:47 Attribution.txt 23:55:40 -rw-rw-r-- 1 jenkins jenkins 29118 Mar 29 23:47 CHANGELOG.md 23:55:40 -rw-rw-r-- 1 jenkins jenkins 1898 Mar 29 23:47 Dockerfile 23:55:40 -rw-rw-r-- 1 jenkins jenkins 677 Mar 29 23:47 GOVERNANCE.md 23:55:40 -rw-rw-r-- 1 jenkins jenkins 688 Mar 29 23:47 Jenkinsfile 23:55:40 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 29 23:47 LICENSE 23:55:40 -rw-rw-r-- 1 jenkins jenkins 618 Mar 29 23:47 OWNERS.md 23:55:40 -rw-rw-r-- 1 jenkins jenkins 4369 Mar 29 23:47 README.md 23:55:40 -rw-rw-r-- 1 jenkins jenkins 12 Mar 29 23:32 VERSION 23:55:40 drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 23:47 bin 23:55:40 -rw-r--r-- 1 jenkins jenkins 13 Mar 29 23:49 coverage.out 23:55:40 -rw-rw-r-- 1 jenkins jenkins 3299 Mar 29 23:47 go.mod 23:55:40 -rw-rw-r-- 1 jenkins jenkins 31336 Mar 29 23:47 go.sum 23:55:40 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 29 23:47 main.go 23:55:40 -rw-rw-r-- 1 jenkins jenkins 2569 Mar 29 23:47 makefile 23:55:40 drwxrwxr-x 9 jenkins jenkins 4096 Mar 29 23:47 res 23:55:40 drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 23:47 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:40 + 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=d5263f74fc64eb658f1bf96042e543191ec86855 --label arch=arm64 --label version=3.0.0-dev.29 . 23:55:40 Sending build context to Docker daemon 170kB 23:55:41 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 23:55:41 Step 2/26 : FROM ${BASE} AS builder 23:55:41 ---> ea761936fd97 23:55:41 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 23:55:41 ---> Running in 2d98360c7a84 23:55:41 Removing intermediate container 2d98360c7a84 23:55:41 ---> b4b79b71b82e 23:55:41 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 23:55:41 ---> Running in 876f6341525b 23:55:41 Removing intermediate container 876f6341525b 23:55:41 ---> fb6e94bd7375 23:55:41 Step 5/26 : ARG ADD_BUILD_TAGS="" 23:55:41 ---> Running in b75246028132 23:55:42 Removing intermediate container b75246028132 23:55:42 ---> bf186b142d27 23:55:42 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:55:42 ---> Running in 8f9ee0da59cc 23:55:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 23:55:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 23:55:45 OK: 263 MiB in 53 packages 23:55:46 Removing intermediate container 8f9ee0da59cc 23:55:46 ---> a2e174d66836 23:55:46 Step 7/26 : WORKDIR /app 23:55:46 ---> Running in 4462ffa9d8b0 23:55:46 Removing intermediate container 4462ffa9d8b0 23:55:46 ---> cf957f0bb041 23:55:46 Step 8/26 : COPY go.mod vendor* ./ 23:55:47 ---> b21a01a3d9e0 23:55:47 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:55:47 ---> Running in 2f5c75b392fd 23:55:49 Removing intermediate container 2f5c75b392fd 23:55:49 ---> 0b96ed10c1dd 23:55:49 Step 10/26 : COPY . . 23:55:50 ---> 299070c16ec1 23:55:50 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:55:50 ---> Running in 63bc3a5ee595 23:55:50 Removing intermediate container 63bc3a5ee595 23:55:50 ---> 0676dc65edaf 23:55:50 Step 12/26 : RUN $MAKE 23:55:50 ---> Running in 25ba1d77680d 23:55:51 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.48 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.29" -trimpath -mod=readonly -o app-service-configurable 23:58:13 Removing intermediate container 25ba1d77680d 23:58:13 ---> 50ab6eca57d3 23:58:13 Step 13/26 : FROM alpine:3.17 23:58:13 3.17: Pulling from library/alpine 23:58:13 c41833b44d91: Pulling fs layer 23:58:13 c41833b44d91: Verifying Checksum 23:58:13 c41833b44d91: Pull complete 23:58:13 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 23:58:13 Status: Downloaded newer image for alpine:3.17 23:58:13 ---> 51e60588ff2c 23:58:13 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 23:58:13 ---> Running in 1d0cb44ee568 23:58:13 Removing intermediate container 1d0cb44ee568 23:58:13 ---> e6a1ff9bb11c 23:58:13 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 23:58:13 ---> Running in 05742f54fc8c 23:58:13 Removing intermediate container 05742f54fc8c 23:58:13 ---> c24c1d47c5dd 23:58:13 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 23:58:13 ---> Running in 5bb148a52206 23:58:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 23:58:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 23:58:13 (1/2) Installing ca-certificates (20220614-r4) 23:58:13 (2/2) Installing dumb-init (1.2.5-r2) 23:58:13 Executing busybox-1.35.0-r29.trigger 23:58:13 Executing ca-certificates-20220614-r4.trigger 23:58:13 OK: 8 MiB in 17 packages 23:58:13 Removing intermediate container 5bb148a52206 23:58:13 ---> 0be3a1d73647 23:58:13 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:58:14 ---> e884d3dae53a 23:58:14 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 23:58:14 ---> 5b10d510055f 23:58:14 Step 19/26 : COPY --from=builder /app/res/ /res/ 23:58:15 ---> aa2f17eaf8b3 23:58:15 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 23:58:16 ---> 50424bd01039 23:58:16 Step 21/26 : EXPOSE 48095 23:58:16 ---> Running in 395082ad4a10 23:58:17 Removing intermediate container 395082ad4a10 23:58:17 ---> 8ad15368cdd3 23:58:17 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 23:58:17 ---> Running in f40b6aeee796 23:58:17 Removing intermediate container f40b6aeee796 23:58:17 ---> 1ce1f95883b4 23:58:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:58:17 ---> Running in 58916f6977be 23:58:17 Removing intermediate container 58916f6977be 23:58:17 ---> f91470f090ad 23:58:17 Step 24/26 : LABEL arch=arm64 23:58:17 ---> Running in 7651a9b112cd 23:58:18 Removing intermediate container 7651a9b112cd 23:58:18 ---> a28e90b05d0e 23:58:18 Step 25/26 : LABEL git_sha=d5263f74fc64eb658f1bf96042e543191ec86855 23:58:18 ---> Running in c3302767bba6 23:58:18 Removing intermediate container c3302767bba6 23:58:18 ---> b386429524a4 23:58:18 Step 26/26 : LABEL version=3.0.0-dev.29 23:58:18 ---> Running in 4145fd6b8dd6 23:58:18 Removing intermediate container 4145fd6b8dd6 23:58:18 ---> 06f85c459860 23:58:18 [Warning] One or more build-args [ARCH] were not consumed 23:58:18 Successfully built 06f85c459860 23:58:18 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:58:19 provisioning config files... 23:58:19 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/146@tmp/config1857483917441298110tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:58:19 ---> docker-login.sh 23:58:19 nexus3.edgexfoundry.org:10001 23:58:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:58:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:58:19 Configure a credential helper to remove this warning. See 23:58:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:58:19 23:58:19 Login Succeeded 23:58:19 nexus3.edgexfoundry.org:10002 23:58:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:58:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:58:19 Configure a credential helper to remove this warning. See 23:58:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:58:19 23:58:19 Login Succeeded 23:58:19 nexus3.edgexfoundry.org:10003 23:58:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:58:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:58:20 Configure a credential helper to remove this warning. See 23:58:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:58:20 23:58:20 Login Succeeded 23:58:20 nexus3.edgexfoundry.org:10004 23:58:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:58:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:58:20 Configure a credential helper to remove this warning. See 23:58:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:58:20 23:58:20 Login Succeeded 23:58:20 docker.io 23:58:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:58:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:58:21 Configure a credential helper to remove this warning. See 23:58:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:58:21 23:58:21 Login Succeeded 23:58:21 ---> docker-login.sh ends [Pipeline] } 23:58:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:58:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:58:21 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 23:58:21 d5263f74fc64eb658f1bf96042e543191ec86855 23:58:21 latest 23:58:21 3.0.0-dev.29 23:58:21 d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 23:58:21 main 23:58:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:58:21 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:58:21 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d5263f74fc64eb658f1bf96042e543191ec86855 23:58:21 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 23:58:21 72622b505d29: Preparing 23:58:21 60421c6ccab7: Preparing 23:58:21 d6da01b9c602: Preparing 23:58:21 9297e47eff62: Preparing 23:58:21 16f43a806cc9: Preparing 23:58:21 26cbea5cba74: Preparing 23:58:21 26cbea5cba74: Waiting 23:58:22 60421c6ccab7: Pushed 23:58:22 d6da01b9c602: Pushed 23:58:22 9297e47eff62: Pushed 23:58:22 26cbea5cba74: Layer already exists 23:58:22 16f43a806cc9: Pushed 23:58:27 72622b505d29: Pushed 23:58:27 d5263f74fc64eb658f1bf96042e543191ec86855: digest: sha256:47bca9961fab78778e1d9855df3e1f42f78377919f9da0ba9ff9d67a059147f3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:58:28 + 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 23:58:28 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 23:58:28 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 23:58:28 72622b505d29: Preparing 23:58:28 60421c6ccab7: Preparing 23:58:28 d6da01b9c602: Preparing 23:58:28 9297e47eff62: Preparing 23:58:28 16f43a806cc9: Preparing 23:58:28 26cbea5cba74: Preparing 23:58:28 26cbea5cba74: Waiting 23:58:28 16f43a806cc9: Layer already exists 23:58:28 d6da01b9c602: Layer already exists 23:58:28 72622b505d29: Layer already exists 23:58:28 60421c6ccab7: Layer already exists 23:58:28 9297e47eff62: Layer already exists 23:58:28 26cbea5cba74: Layer already exists 23:58:28 latest: digest: sha256:47bca9961fab78778e1d9855df3e1f42f78377919f9da0ba9ff9d67a059147f3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:58:29 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:58:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.29 23:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 23:58:29 72622b505d29: Preparing 23:58:29 60421c6ccab7: Preparing 23:58:29 d6da01b9c602: Preparing 23:58:29 9297e47eff62: Preparing 23:58:29 16f43a806cc9: Preparing 23:58:29 26cbea5cba74: Preparing 23:58:29 26cbea5cba74: Waiting 23:58:29 60421c6ccab7: Layer already exists 23:58:29 72622b505d29: Layer already exists 23:58:29 9297e47eff62: Layer already exists 23:58:29 16f43a806cc9: Layer already exists 23:58:29 d6da01b9c602: Layer already exists 23:58:29 26cbea5cba74: Layer already exists 23:58:29 3.0.0-dev.29: digest: sha256:47bca9961fab78778e1d9855df3e1f42f78377919f9da0ba9ff9d67a059147f3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:58:30 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:58:30 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 23:58:30 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 23:58:30 72622b505d29: Preparing 23:58:30 60421c6ccab7: Preparing 23:58:30 d6da01b9c602: Preparing 23:58:30 9297e47eff62: Preparing 23:58:30 16f43a806cc9: Preparing 23:58:30 26cbea5cba74: Preparing 23:58:30 26cbea5cba74: Waiting 23:58:30 d6da01b9c602: Layer already exists 23:58:30 9297e47eff62: Layer already exists 23:58:30 16f43a806cc9: Layer already exists 23:58:30 72622b505d29: Layer already exists 23:58:30 60421c6ccab7: Layer already exists 23:58:30 26cbea5cba74: Layer already exists 23:58:30 d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29: digest: sha256:47bca9961fab78778e1d9855df3e1f42f78377919f9da0ba9ff9d67a059147f3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:58:31 + 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 23:58:31 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 23:58:31 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 23:58:31 72622b505d29: Preparing 23:58:31 60421c6ccab7: Preparing 23:58:31 d6da01b9c602: Preparing 23:58:31 9297e47eff62: Preparing 23:58:31 16f43a806cc9: Preparing 23:58:31 26cbea5cba74: Preparing 23:58:31 26cbea5cba74: Waiting 23:58:31 60421c6ccab7: Layer already exists 23:58:31 d6da01b9c602: Layer already exists 23:58:31 9297e47eff62: Layer already exists 23:58:31 72622b505d29: Layer already exists 23:58:31 16f43a806cc9: Layer already exists 23:58:31 26cbea5cba74: Layer already exists 23:58:31 main: digest: sha256:47bca9961fab78778e1d9855df3e1f42f78377919f9da0ba9ff9d67a059147f3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:58:32 ===================================================== [Pipeline] echo 23:58:32 taggedImages: 23:58:32 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d5263f74fc64eb658f1bf96042e543191ec86855 23:58:32 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 23:58:32 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.29 23:58:32 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:d5263f74fc64eb658f1bf96042e543191ec86855-3.0.0-dev.29 23:58:32 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:58:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:58:32 23:58:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:58:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:58:32 arm64: Pulling from edgex-lftools-log-publisher 23:58:32 8998bd30e6a1: Pulling fs layer 23:58:32 04944245beec: Pulling fs layer 23:58:32 699f458cf7ca: Pulling fs layer 23:58:32 765212b225bb: Pulling fs layer 23:58:32 f23df028b6ca: Pulling fs layer 23:58:32 d65c8cfc05b1: Pulling fs layer 23:58:32 2437ff75d9bd: Pulling fs layer 23:58:32 f23df028b6ca: Waiting 23:58:32 d65c8cfc05b1: Waiting 23:58:32 2437ff75d9bd: Waiting 23:58:32 765212b225bb: Waiting 23:58:33 04944245beec: Verifying Checksum 23:58:33 04944245beec: Download complete 23:58:33 765212b225bb: Verifying Checksum 23:58:33 765212b225bb: Download complete 23:58:33 f23df028b6ca: Verifying Checksum 23:58:33 f23df028b6ca: Download complete 23:58:33 d65c8cfc05b1: Verifying Checksum 23:58:33 d65c8cfc05b1: Download complete 23:58:33 699f458cf7ca: Verifying Checksum 23:58:33 8998bd30e6a1: Verifying Checksum 23:58:33 8998bd30e6a1: Download complete 23:58:36 2437ff75d9bd: Verifying Checksum 23:58:36 2437ff75d9bd: Download complete 23:58:37 8998bd30e6a1: Pull complete 23:58:38 04944245beec: Pull complete 23:58:41 699f458cf7ca: Pull complete 23:58:41 765212b225bb: Pull complete 23:58:42 f23df028b6ca: Pull complete 23:58:42 d65c8cfc05b1: Pull complete 23:58:57 2437ff75d9bd: Pull complete 23:58:57 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:58:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:58:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:58:57 prd-ubuntu20.04-docker-arm64-4c-16g-6409 does not seem to be running inside a container 23:58:57 $ 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/146 -v /w/workspace/app-service-configurable/146:/w/workspace/app-service-configurable/146:rw,z -v /w/workspace/app-service-configurable/146@tmp:/w/workspace/app-service-configurable/146@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 23:59:00 $ docker top 6423f86612926f96c54ae482a62951438283b68aa975b59b1af205cbc1647dab -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:59:01 ---> job-cost.sh 23:59:01 lf-activate-venv: SKIPPING 23:59:01 INFO: No Stack... 23:59:01 INFO: Retrieving Pricing Info for: v3-standard-4 23:59:02 INFO: Archiving Costs [Pipeline] sh 23:59:02 + cat /w/workspace/app-service-configurable/146/archives/cost.csv 23:59:02 + cut -d, -f6 [Pipeline] lock 23:59:03 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] 23:59:03 Resource [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] did not exist. Created. 23:59:03 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:59:03 /w/workspace/app-service-configurable/146@tmp/durable-1c553192/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:59:04 + echo total: 0.10999999940395355 [Pipeline] stash 23:59:04 Warning: overwriting stash ‘stack-cost’ 23:59:04 Stashed 1 file(s) [Pipeline] } 23:59:04 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-146-stack-cost] [Pipeline] // lock [Pipeline] } 23:59:04 $ docker stop --time=1 6423f86612926f96c54ae482a62951438283b68aa975b59b1af205cbc1647dab 23:59:06 $ docker rm -f --volumes 6423f86612926f96c54ae482a62951438283b68aa975b59b1af205cbc1647dab [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 23:59:06 provisioning config files... 23:59:06 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config17908455403921830424tmp [Pipeline] { [Pipeline] sh 23:59:06 + set +x 23:59:06 + curl -s https://codecov.io/bash 23:59:06 + bash -s -- 23:59:06 23:59:06 _____ _ 23:59:06 / ____| | | 23:59:06 | | ___ __| | ___ ___ _____ __ 23:59:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:59:06 | |___| (_) | (_| | __/ (_| (_) \ V / 23:59:06 \_____\___/ \__,_|\___|\___\___/ \_/ 23:59:06 Bash-1.0.6 23:59:06 23:59:06 23:59:06 ==> git version 2.25.1 found 23:59:06 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 23:59:06 Release-Date: 2020-01-08 23:59:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 23:59:06 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 23:59:06 ==> Jenkins CI detected. 23:59:06 current dir:  /w/workspace/ry_app-service-configurable_main 23:59:06 project root: . 23:59:06 --> token set from env 23:59:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:59:06 ==> Running gcov in . (disable via -X gcov) 23:59:06 ==> Python coveragepy not found 23:59:06 ==> Searching for coverage reports in: 23:59:06 + . 23:59:06 -> Found 1 reports 23:59:06 ==> Detecting git/mercurial file structure 23:59:06 ==> Reading reports 23:59:06 + ./coverage.out bytes=13 23:59:06 ==> Appending adjustments 23:59:06 https://docs.codecov.io/docs/fixing-reports 23:59:06 + Found adjustments 23:59:06 ==> Gzipping contents 23:59:06 4.0K /tmp/codecov.Ur7Ddn.gz 23:59:06 ==> Uploading reports 23:59:06 url: https://codecov.io 23:59:06 query: branch=main&commit=d5263f74fc64eb658f1bf96042e543191ec86855&build=146&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F146%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 23:59:06 -> Pinging Codecov 23:59:06 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=main&commit=d5263f74fc64eb658f1bf96042e543191ec86855&build=146&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F146%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 23:59:06 -> Uploading to 23:59:06 https://storage.googleapis.com/codecov/v4/raw/2023-03-29/A97CA9966030D2A3747ED39772930CCE/d5263f74fc64eb658f1bf96042e543191ec86855/499ae2d4-e892-4496-bc2e-37a9aa96d7dd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230329T235906Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a97eb38efa8da0c213fe52ac910ec8df1a6597a0e9bea083484cee0d89d6255d 23:59:06 % Total % Received % Xferd Average Speed Time Time Time Current 23:59:06 Dload Upload Total Spent Left Speed 23:59:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 2123 --:--:-- --:--:-- --:--:-- 2113 100 429 0 0 100 429 0 1631 --:--:-- --:--:-- --:--:-- 1625 23:59:07 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] } 23:59:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:59:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:59:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:59:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:59:07 23:59:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:59:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:59:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:59:08 df9b9388f04a: Pulling fs layer 23:59:08 52dc419b0ee2: Pulling fs layer 23:59:08 25bc292e5bac: Pulling fs layer 23:59:08 114826534d7a: Pulling fs layer 23:59:08 4657fd5d0bcf: Pulling fs layer 23:59:08 6ad1cebc031e: Pulling fs layer 23:59:08 8a3aa393b2d8: Pulling fs layer 23:59:08 114826534d7a: Waiting 23:59:08 8a3aa393b2d8: Waiting 23:59:08 25bc292e5bac: Verifying Checksum 23:59:08 25bc292e5bac: Download complete 23:59:08 52dc419b0ee2: Download complete 23:59:08 4657fd5d0bcf: Download complete 23:59:08 df9b9388f04a: Download complete 23:59:08 df9b9388f04a: Pull complete 23:59:08 6ad1cebc031e: Verifying Checksum 23:59:08 6ad1cebc031e: Download complete 23:59:08 52dc419b0ee2: Pull complete 23:59:08 25bc292e5bac: Pull complete 23:59:08 114826534d7a: Verifying Checksum 23:59:08 114826534d7a: Download complete 23:59:08 8a3aa393b2d8: Verifying Checksum 23:59:08 8a3aa393b2d8: Download complete 23:59:12 114826534d7a: Pull complete 23:59:12 4657fd5d0bcf: Pull complete 23:59:12 6ad1cebc031e: Pull complete 23:59:14 8a3aa393b2d8: Pull complete 23:59:14 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 23:59:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:59:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:59:14 prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container 23:59:14 $ 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 23:59:25 $ docker top da49a19f34dd3b872c12a91750395c9a106eca09b542ae110abde5062cd495e4 -eo pid,comm [Pipeline] { [Pipeline] echo 23:59:25 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 23:59:25 + set -o pipefail 23:59:25 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 23:59:30 23:59:30 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 23:59:30 23:59:30 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/1f554e47-d0d9-466c-bd58-5a91b0c21587 23:59:30 23:59:30 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 23:59:30 23:59:30 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:59:30 23:59:30 23:59:30 A medium severity vulnerability was found in the Snyk CLI versions you are using. 23:59:30 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 23:59:30 More details here: https://snyk.co/ue1NS [Pipeline] } 23:59:30 $ docker stop --time=1 da49a19f34dd3b872c12a91750395c9a106eca09b542ae110abde5062cd495e4 23:59:36 $ docker rm -f --volumes da49a19f34dd3b872c12a91750395c9a106eca09b542ae110abde5062cd495e4 [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 23:59:37 + git log --format=format:%s -1 d5263f74fc64eb658f1bf96042e543191ec86855 [Pipeline] sh 23:59:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:59:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:59:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:59:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:59:38 prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container 23:59:38 $ 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 23:59:38 $ docker top 17fe62ccfa888f57615f117fcd2fce44bea685b621c25665add3343bb0076dba -eo pid,comm 23:59:38 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). 23:59:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:59:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:59:38 [ssh-agent] Looking for ssh-agent implementation... 23:59:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:59:38 $ docker exec 17fe62ccfa888f57615f117fcd2fce44bea685b621c25665add3343bb0076dba ssh-agent 23:59:38 SSH_AUTH_SOCK=/tmp/ssh-vcTQU1Iyn7aA/agent.32 23:59:38 SSH_AGENT_PID=38 23:59:38 Running ssh-add (command line suppressed) 23:59:38 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17450856719634956564.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17450856719634956564.key) 23:59:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:59:39 + git semver tag 23:59:39 2023-03-29 23:59:39,456 [run_tag] DEBUG tag force:False 23:59:39 2023-03-29 23:59:39,456 [check_head_tag] DEBUG check head tag 23:59:39 2023-03-29 23:59:39,457 [execute] INFO git cat-file --batch-check 23:59:39 2023-03-29 23:59:39,457 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 23:59:39 2023-03-29 23:59:39,460 [execute] INFO git cat-file --batch 23:59:39 2023-03-29 23:59:39,461 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 23:59:39 2023-03-29 23:59:39,485 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 23:59:39 2023-03-29 23:59:39,485 [execute] INFO git tag -a v3.0.0-dev.29 -m v3.0.0-dev.29 23:59:39 2023-03-29 23:59:39,485 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.29', '-m', 'v3.0.0-dev.29'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 23:59:39 2023-03-29 23:59:39,490 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 23:59:39 3.0.0-dev.29 [Pipeline] } 23:59:39 $ docker exec --env ******** --env ******** 17fe62ccfa888f57615f117fcd2fce44bea685b621c25665add3343bb0076dba ssh-agent -k 23:59:39 unset SSH_AUTH_SOCK; 23:59:39 unset SSH_AGENT_PID; 23:59:39 echo Agent pid 38 killed; 23:59:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:59:39 + git semver [Pipeline] } 23:59:40 $ docker stop --time=1 17fe62ccfa888f57615f117fcd2fce44bea685b621c25665add3343bb0076dba 23:59:41 $ docker rm -f --volumes 17fe62ccfa888f57615f117fcd2fce44bea685b621c25665add3343bb0076dba [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:59:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:59:41 23:59:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:59:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:59:42 0.23.1-centos7: Pulling from edgex-lftools 23:59:42 ab5ef0e58194: Pulling fs layer 23:59:42 9712f1f96733: Pulling fs layer 23:59:42 63f879dbbcfc: Pulling fs layer 23:59:42 0d9ebad4ef96: Pulling fs layer 23:59:42 e9a5061849ea: Pulling fs layer 23:59:42 d747dcd14b5f: Pulling fs layer 23:59:42 2de7ff778b66: Pulling fs layer 23:59:42 0d9ebad4ef96: Waiting 23:59:42 d747dcd14b5f: Waiting 23:59:42 e9a5061849ea: Waiting 23:59:42 9712f1f96733: Verifying Checksum 23:59:42 9712f1f96733: Download complete 23:59:42 63f879dbbcfc: Verifying Checksum 23:59:42 63f879dbbcfc: Download complete 23:59:42 e9a5061849ea: Verifying Checksum 23:59:42 e9a5061849ea: Download complete 23:59:42 d747dcd14b5f: Verifying Checksum 23:59:42 d747dcd14b5f: Download complete 23:59:42 ab5ef0e58194: Download complete 23:59:42 2de7ff778b66: Verifying Checksum 23:59:42 2de7ff778b66: Download complete 23:59:42 0d9ebad4ef96: Verifying Checksum 23:59:42 0d9ebad4ef96: Download complete 23:59:45 ab5ef0e58194: Pull complete 23:59:45 9712f1f96733: Pull complete 23:59:45 63f879dbbcfc: Pull complete 23:59:49 0d9ebad4ef96: Pull complete 23:59:49 e9a5061849ea: Pull complete 23:59:49 d747dcd14b5f: Pull complete 23:59:50 2de7ff778b66: Pull complete 23:59:50 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:59:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:59:50 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:59:50 prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container 23:59: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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:59:59 $ docker top 9cd139d16de98a46e30fe66487e16ed91ab1edb207d092e840349927efe38901 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:59:59 provisioning config files... 23:59:59 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3939980069609263876tmp 23:59:59 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9452143546953144261tmp 23:59:59 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13691526702524386057tmp [Pipeline] { [Pipeline] echo 23:59:59 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:59:59 ---> sigul-configuration.sh 23:59:59 gpg: directory `/root/.gnupg' created 23:59:59 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:59:59 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:59:59 gpg: keyring `/root/.gnupg/secring.gpg' created 23:59:59 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:59:59 gpg: CAST5 encrypted data 23:59:59 gpg: encrypted with 1 passphrase 23:59:59 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:59:59 + mkdir /home/jenkins 23:59:59 + mkdir /home/jenkins/sigul [Pipeline] sh 00:00:00 + 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 00:00:00 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:00:00 ---> sigul-install.sh 00:00:00 Sigul already installed; skipping installation. [Pipeline] sh 00:00:00 + git tag --list 00:00:00 v1.0.0 00:00:00 v1.1.0 00:00:00 v1.2.0 00:00:00 v1.3.0 00:00:00 v1.3.1 00:00:00 v2.0.0 00:00:00 v2.0.1 00:00:00 v2.1.0 00:00:00 v2.1.1 00:00:00 v2.1.1-dev.1 00:00:00 v2.1.1-dev.2 00:00:00 v2.2.0 00:00:00 v2.2.1-dev.1 00:00:00 v2.2.1-dev.10 00:00:00 v2.2.1-dev.2 00:00:00 v2.2.1-dev.3 00:00:00 v2.2.1-dev.4 00:00:00 v2.2.1-dev.5 00:00:00 v2.2.1-dev.6 00:00:00 v2.2.1-dev.7 00:00:00 v2.2.1-dev.8 00:00:00 v2.2.1-dev.9 00:00:00 v2.3.0 00:00:00 v2.3.0-dev.10 00:00:00 v2.3.0-dev.11 00:00:00 v2.3.0-dev.12 00:00:00 v2.3.0-dev.13 00:00:00 v2.3.0-dev.14 00:00:00 v2.3.0-dev.15 00:00:00 v2.3.0-dev.16 00:00:00 v2.3.0-dev.17 00:00:00 v2.3.0-dev.18 00:00:00 v2.3.0-dev.19 00:00:00 v2.3.0-dev.20 00:00:00 v2.3.0-dev.21 00:00:00 v2.3.0-dev.22 00:00:00 v2.3.0-dev.23 00:00:00 v2.3.0-dev.24 00:00:00 v2.3.0-dev.25 00:00:00 v2.3.0-dev.26 00:00:00 v2.3.0-dev.27 00:00:00 v2.3.0-dev.28 00:00:00 v2.3.0-dev.29 00:00:00 v2.3.0-dev.30 00:00:00 v2.3.0-dev.31 00:00:00 v2.3.0-dev.32 00:00:00 v2.3.0-dev.33 00:00:00 v2.3.0-dev.34 00:00:00 v2.3.0-dev.35 00:00:00 v2.3.0-dev.36 00:00:00 v2.3.0-dev.37 00:00:00 v3.0.0-dev.1 00:00:00 v3.0.0-dev.10 00:00:00 v3.0.0-dev.11 00:00:00 v3.0.0-dev.12 00:00:00 v3.0.0-dev.13 00:00:00 v3.0.0-dev.14 00:00:00 v3.0.0-dev.15 00:00:00 v3.0.0-dev.16 00:00:00 v3.0.0-dev.17 00:00:00 v3.0.0-dev.18 00:00:00 v3.0.0-dev.19 00:00:00 v3.0.0-dev.2 00:00:00 v3.0.0-dev.20 00:00:00 v3.0.0-dev.21 00:00:00 v3.0.0-dev.22 00:00:00 v3.0.0-dev.23 00:00:00 v3.0.0-dev.24 00:00:00 v3.0.0-dev.25 00:00:00 v3.0.0-dev.26 00:00:00 v3.0.0-dev.27 00:00:00 v3.0.0-dev.28 00:00:00 v3.0.0-dev.29 00:00:00 v3.0.0-dev.3 00:00:00 v3.0.0-dev.4 00:00:00 v3.0.0-dev.5 00:00:00 v3.0.0-dev.6 00:00:00 v3.0.0-dev.7 00:00:00 v3.0.0-dev.8 00:00:00 v3.0.0-dev.9 [Pipeline] sh 00:00:00 + lftools sign git-tag v3.0.0-dev.29 00:00:01 Signing Git tag with Sigul... 00:00:01 Signing v3.0.0-dev.29 [Pipeline] echo 00:00:02 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:00:02 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:00:02 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:00:02 $ docker stop --time=1 9cd139d16de98a46e30fe66487e16ed91ab1edb207d092e840349927efe38901 00:00:03 $ docker rm -f --volumes 9cd139d16de98a46e30fe66487e16ed91ab1edb207d092e840349927efe38901 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 00:00:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:00:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:00:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:00:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:00:04 prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container 00:00: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 00:00:04 $ docker top f0a4f9f0c3304064d92045b1fcdc1bf241a5120b687109f7d7c1ab01bf9ea44a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:00:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:00:05 [ssh-agent] Looking for ssh-agent implementation... 00:00:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:00:05 $ docker exec f0a4f9f0c3304064d92045b1fcdc1bf241a5120b687109f7d7c1ab01bf9ea44a ssh-agent 00:00:05 SSH_AUTH_SOCK=/tmp/ssh-g99BeBWKOR9s/agent.32 00:00:05 SSH_AGENT_PID=38 00:00:05 Running ssh-add (command line suppressed) 00:00:05 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3626220699229815976.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3626220699229815976.key) 00:00:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:00:05 + git semver bump pre 00:00:05 2023-03-30 00:00:05,851 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 00:00:05 2023-03-30 00:00:05,851 [bump_version] DEBUG bumping version:3.0.0-dev.29 on axis:pre with prefix:dev 00:00:05 2023-03-30 00:00:05,851 [bump_version] DEBUG bumped version:3.0.0-dev.30 00:00:05 2023-03-30 00:00:05,852 [write_version] DEBUG write version:3.0.0-dev.30 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 00:00:05 2023-03-30 00:00:05,852 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 00:00:05 2023-03-30 00:00:05,852 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 00:00:06 2023-03-30 00:00:05,854 [execute] INFO git cat-file --batch-check 00:00:06 2023-03-30 00:00:05,854 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 00:00:06 2023-03-30 00:00:05,859 [execute] INFO git cat-file --batch 00:00:06 2023-03-30 00:00:05,859 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 00:00:06 2023-03-30 00:00:05,864 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 00:00:06 3.0.0-dev.30 [Pipeline] } 00:00:06 $ docker exec --env ******** --env ******** f0a4f9f0c3304064d92045b1fcdc1bf241a5120b687109f7d7c1ab01bf9ea44a ssh-agent -k 00:00:06 unset SSH_AUTH_SOCK; 00:00:06 unset SSH_AGENT_PID; 00:00:06 echo Agent pid 38 killed; 00:00:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:00:06 + git semver [Pipeline] } 00:00:06 $ docker stop --time=1 f0a4f9f0c3304064d92045b1fcdc1bf241a5120b687109f7d7c1ab01bf9ea44a 00:00:08 $ docker rm -f --volumes f0a4f9f0c3304064d92045b1fcdc1bf241a5120b687109f7d7c1ab01bf9ea44a [Pipeline] // withDockerContainer [Pipeline] sh 00:00:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:00:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:00:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:00:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:00:08 prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container 00:00: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 00:00:09 $ docker top c6daf2df4acd3308ab017b1d7cbdfe464e0f3b36378d6676098208c2600a78d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:00:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:00:09 [ssh-agent] Looking for ssh-agent implementation... 00:00:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:00:09 $ docker exec c6daf2df4acd3308ab017b1d7cbdfe464e0f3b36378d6676098208c2600a78d8 ssh-agent 00:00:09 SSH_AUTH_SOCK=/tmp/ssh-RZPWSfHvAEKA/agent.32 00:00:09 SSH_AGENT_PID=38 00:00:09 Running ssh-add (command line suppressed) 00:00:09 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8463477457479984995.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8463477457479984995.key) 00:00:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:00:09 + git semver push 00:00:10 2023-03-30 00:00:09,974 [run_push] DEBUG push 00:00:10 2023-03-30 00:00:09,975 [execute] INFO git cat-file --batch-check 00:00:10 2023-03-30 00:00:09,975 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 00:00:10 2023-03-30 00:00:09,978 [execute] INFO git rev-list 83574c8c0abb3ca962973d04d40af9ea55b193f6 -- 00:00:10 2023-03-30 00:00:09,979 [execute] DEBUG Popen(['git', 'rev-list', '83574c8c0abb3ca962973d04d40af9ea55b193f6', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 00:00:10 2023-03-30 00:00:09,988 [execute] INFO git fetch -v origin 00:00:10 2023-03-30 00:00:09,988 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 00:00:10 2023-03-30 00:00:10,466 [run_push] DEBUG no remote changes detected 00:00:10 2023-03-30 00:00:10,467 [execute] INFO git push origin semver 00:00:10 2023-03-30 00:00:10,467 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 00:00:11 2023-03-30 00:00:11,266 [run_push] DEBUG push all version tags 00:00:11 2023-03-30 00:00:11,266 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 00:00:11 2023-03-30 00:00:11,266 [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) 00:00:12 2023-03-30 00:00:12,053 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 00:00:12 3.0.0-dev.30 [Pipeline] } 00:00:12 $ docker exec --env ******** --env ******** c6daf2df4acd3308ab017b1d7cbdfe464e0f3b36378d6676098208c2600a78d8 ssh-agent -k 00:00:12 unset SSH_AUTH_SOCK; 00:00:12 unset SSH_AGENT_PID; 00:00:12 echo Agent pid 38 killed; 00:00:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:00:12 + git semver [Pipeline] } 00:00:12 $ docker stop --time=1 c6daf2df4acd3308ab017b1d7cbdfe464e0f3b36378d6676098208c2600a78d8 00:00:14 $ docker rm -f --volumes c6daf2df4acd3308ab017b1d7cbdfe464e0f3b36378d6676098208c2600a78d8 [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 00:00:14 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 00:00:14 + ls -al /w/workspace/ry_app-service-configurable_main/archives 00:00:14 total 16 00:00:14 drwxr-xr-x 3 root root 4096 Mar 29 23:35 . 00:00:14 drwxrwxr-x 9 jenkins jenkins 4096 Mar 30 00:00 .. 00:00:14 drwxr-xr-x 2 root root 4096 Mar 29 23:35 cost 00:00:14 -rw-r--r-- 1 root root 96 Mar 29 23:35 cost.csv 00:00:14 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 00:00:14 + ls -al /w/workspace/ry_app-service-configurable_main/archives 00:00:14 total 16 00:00:14 drwxr-xr-x 3 jenkins jenkins 4096 Mar 29 23:35 . 00:00:14 drwxrwxr-x 9 jenkins jenkins 4096 Mar 30 00:00 .. 00:00:14 drwxr-xr-x 2 jenkins jenkins 4096 Mar 29 23:35 cost 00:00:14 -rw-r--r-- 1 jenkins jenkins 96 Mar 29 23:35 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:00:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:00:15 ---> package-listing.sh 00:00:15 ++ tr '[:upper:]' '[:lower:]' 00:00:15 ++ facter osfamily 00:00:15 + OS_FAMILY=debian 00:00:15 + workspace=/w/workspace/ry_app-service-configurable_main 00:00:15 + START_PACKAGES=/tmp/packages_start.txt 00:00:15 + END_PACKAGES=/tmp/packages_end.txt 00:00:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:00:15 + PACKAGES=/tmp/packages_start.txt 00:00:15 + '[' /w/workspace/ry_app-service-configurable_main ']' 00:00:15 + PACKAGES=/tmp/packages_end.txt 00:00:15 + case "${OS_FAMILY}" in 00:00:15 + dpkg -l 00:00:15 + grep '^ii' 00:00:15 + '[' -f /tmp/packages_start.txt ']' 00:00:15 + '[' -f /tmp/packages_end.txt ']' 00:00:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:00:15 + '[' /w/workspace/ry_app-service-configurable_main ']' 00:00:15 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 00:00:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 00:00: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 00:00:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:00:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:00:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:00:16 prd-ubuntu20.04-docker-8c-8g-6329 does not seem to be running inside a container 00:00:16 $ 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 00:00:17 $ docker top cc7488d2683fdf9714f1a4d5dcfa88472b7ec749ed295351ba5606fc593683c8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:00:17 + touch /tmp/pre-build-complete [Pipeline] sh 00:00:17 + mkdir -p /var/log/sysstat [Pipeline] sh 00:00:17 + ls /var/log/sa-host 00:00:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:00:18 provisioning config files... 00:00:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9392148791608149318tmp [Pipeline] { [Pipeline] echo 00:00:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:00:18 ---> create-netrc.sh [Pipeline] } 00:00:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:00:18 ---> python-tools-install.sh [Pipeline] echo 00:00:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:00:18 ---> sudo-logs.sh 00:00:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:00:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:00:19 ---> job-cost.sh 00:00:19 lf-activate-venv: SKIPPING 00:00:19 DEBUG: total: 0.2199999988079071 00:00:19 INFO: Retrieving Stack Cost... 00:00:19 INFO: Retrieving Pricing Info for: v3-standard-8 00:00:20 INFO: Archiving Costs [Pipeline] echo 00:00:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:00:20 ---> logs-deploy.sh 00:00:20 lf-activate-venv: SKIPPING 00:00:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/146 00:00:20 INFO: archiving workspace using pattern(s): 00:00:21 Archives upload complete. 00:00:21 INFO: archiving logs to Nexus 00:00:22 ---> uname -a: 00:00:22 Linux prd-ubuntu20-04-docker-8c-8g-6329 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 00:00:22 00:00:22 00:00:22 ---> lscpu: 00:00:22 Architecture: x86_64 00:00:22 CPU op-mode(s): 32-bit, 64-bit 00:00:22 Byte Order: Little Endian 00:00:22 Address sizes: 40 bits physical, 48 bits virtual 00:00:22 CPU(s): 8 00:00:22 On-line CPU(s) list: 0-7 00:00:22 Thread(s) per core: 1 00:00:22 Core(s) per socket: 1 00:00:22 Socket(s): 8 00:00:22 NUMA node(s): 1 00:00:22 Vendor ID: AuthenticAMD 00:00:22 CPU family: 23 00:00:22 Model: 49 00:00:22 Model name: AMD EPYC-Rome Processor 00:00:22 Stepping: 0 00:00:22 CPU MHz: 2800.000 00:00:22 BogoMIPS: 5600.00 00:00:22 Virtualization: AMD-V 00:00:22 Hypervisor vendor: KVM 00:00:22 Virtualization type: full 00:00:22 L1d cache: 256 KiB 00:00:22 L1i cache: 256 KiB 00:00:22 L2 cache: 4 MiB 00:00:22 L3 cache: 128 MiB 00:00:22 NUMA node0 CPU(s): 0-7 00:00:22 Vulnerability Itlb multihit: Not affected 00:00:22 Vulnerability L1tf: Not affected 00:00:22 Vulnerability Mds: Not affected 00:00:22 Vulnerability Meltdown: Not affected 00:00:22 Vulnerability Mmio stale data: Not affected 00:00:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:00:22 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 00:00:22 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 00:00:22 Vulnerability Srbds: Not affected 00:00:22 Vulnerability Tsx async abort: Not affected 00:00: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 00:00:22 00:00:22 00:00:22 ---> nproc: 00:00:22 8 00:00:22 00:00:22 00:00:22 ---> df -h: 00:00:22 Filesystem Size Used Avail Use% Mounted on 00:00:22 overlay 155G 13G 143G 9% / 00:00:22 tmpfs 64M 0 64M 0% /dev 00:00:22 tmpfs 16G 0 16G 0% /sys/fs/cgroup 00:00:22 shm 64M 0 64M 0% /dev/shm 00:00:22 /dev/vda1 155G 13G 143G 9% /facter-os 00:00:22 00:00:22 00:00:22 ---> sar -b -r -n DEV: 00:00:22 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6329) 03/30/23 _x86_64_ (8 CPU) 00:00:22 00:00:22 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:00:22 00:00:01 600.00 0.00 600.00 0.00 0.00 9600.00 0.00 00:00:22 Average: 600.00 0.00 600.00 0.00 0.00 9600.00 0.00 00:00:22 00:00:22 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:00:22 00:00:01 25642944 31494440 786976 2.39 229496 5622924 1867448 5.50 1717184 4848860 1476 00:00:22 Average: 25642944 31494440 786976 2.39 229496 5622924 1867448 5.50 1717184 4848860 1476 00:00:22 00:00:22 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:00:22 00:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:00:22 00:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:00:22 00:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:00:22 00:00:01 veth6700640 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:00:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:00:22 Average: ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:00:22 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:00:22 Average: veth6700640 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:00:22 00:00:22 00:00:22 ---> sar -P ALL: 00:00:22 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6329) 03/30/23 _x86_64_ (8 CPU) 00:00:22 00:00:22 00:00:01 CPU %user %nice %system %iowait %steal %idle 00:00:22 00:00:01 all 0.00 0.00 16.67 16.67 0.00 66.67 00:00:22 00:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:00:22 00:00:01 1 0.00 0.00 50.00 0.00 0.00 50.00 00:00:22 00:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:00:22 00:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:00:22 00:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 00:00:22 00:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:00:22 00:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 00:00:22 00:00:01 7 0.00 0.00 0.00 100.00 0.00 0.00 00:00:22 Average: all 0.00 0.00 16.67 16.67 0.00 66.67 00:00:22 Average: 0 0.00 0.00 0.00 0.00 0.00 100.00 00:00:22 Average: 1 0.00 0.00 50.00 0.00 0.00 50.00 00:00:22 Average: 2 0.00 0.00 0.00 0.00 0.00 100.00 00:00:22 Average: 3 0.00 0.00 0.00 0.00 0.00 100.00 00:00:22 Average: 4 0.00 0.00 0.00 0.00 0.00 100.00 00:00:22 Average: 5 0.00 0.00 0.00 0.00 0.00 100.00 00:00:22 Average: 6 0.00 0.00 0.00 0.00 0.00 100.00 00:00:22 Average: 7 0.00 0.00 0.00 100.00 0.00 0.00 00:00:22 00:00:22 00:00:22