Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 726c7bac779ae455276856dfdf2d144874947dc5 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-ssh9947250049127303885.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-ssh1097230568814131759.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-ssh16065256311364560537.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-ssh10377536237037809001.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-ssh7274818833536836379.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5966’ Running on prd-ubuntu20.04-docker-8c-8g-5974 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 726c7bac779ae455276856dfdf2d144874947dc5 (main) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 726c7bac779ae455276856dfdf2d144874947dc5 # timeout=10 Commit message: "refactor!:Change configuration profile formats to YAML (#535)" > git rev-list --no-walk 6ea7de7037f69387958e609f1deec0c61dae2d1a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:14:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:14:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:14:49 ========================================================= 02:14:49 EdgeX Global Pipelines Version Info 02:14:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:14:49 ------------------- 02:14:49 stable info: 02:14:49 ------------------- 02:14:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:14:49 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 02:14:49 Message: update stable to v1.0.245 02:14:50 ------------------- 02:14:50 experimental info: 02:14:50 ------------------- 02:14:50 Commited By: **** collab-it+edgex@linuxfoundation.org 02:14:50 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 02:14:50 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 726c7ba [Pipeline] echo 02:14:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:14:50 provisioning config files... 02:14:51 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16845550797414172493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:14:51 ---> docker-login.sh 02:14:51 nexus3.edgexfoundry.org:10001 02:14:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:14:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:14:51 Configure a credential helper to remove this warning. See 02:14:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:14:51 02:14:51 Login Succeeded 02:14:51 nexus3.edgexfoundry.org:10002 02:14:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:14:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:14:51 Configure a credential helper to remove this warning. See 02:14:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:14:51 02:14:51 Login Succeeded 02:14:51 nexus3.edgexfoundry.org:10003 02:14:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:14:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:14:51 Configure a credential helper to remove this warning. See 02:14:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:14:51 02:14:51 Login Succeeded 02:14:51 nexus3.edgexfoundry.org:10004 02:14:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:14:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:14:52 Configure a credential helper to remove this warning. See 02:14:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:14:52 02:14:52 Login Succeeded 02:14:52 docker.io 02:14:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:14:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:14:52 Configure a credential helper to remove this warning. See 02:14:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:14:52 02:14:52 Login Succeeded 02:14:52 ---> docker-login.sh ends [Pipeline] } 02:14:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:14:52 + git rev-list -1 --merges 726c7bac779ae455276856dfdf2d144874947dc5~1..726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] echo 02:14:52 -----------> git rev-list -1 --merges 726c7bac779ae455276856dfdf2d144874947dc5~1..726c7bac779ae455276856dfdf2d144874947dc5 726c7bac779ae455276856dfdf2d144874947dc5 [false] [Pipeline] sh 02:14:53 + git log --format=format:%s -1 726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] echo 02:14:53 ========================================================= 02:14:53 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:14:53 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:14:53 + git log --format=format:%s -1 726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] echo 02:14:53 [semverPrep] GIT_COMMIT: 726c7bac779ae455276856dfdf2d144874947dc5, Commit Message: refactor!:Change configuration profile formats to YAML (#535) [Pipeline] echo 02:14:53 [semverPrep] This is not a build commit. [Pipeline] sh 02:14:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:14:53 + grep -v github /etc/ssh/ssh_known_hosts 02:14:53 + [ -e /tmp/ssh_known_hosts ] 02:14:53 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:14:53 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:14:53 + sudo tee -a /etc/ssh/ssh_known_hosts 02:14:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:14:54 02:14:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:14:54 0.1.4: Pulling from edgex-devops/py-git-semver 02:14:54 b85a868b505f: Pulling fs layer 02:14:54 e2be974225ed: Pulling fs layer 02:14:54 339a4e72a1f5: Pulling fs layer 02:14:54 988bab9f4d93: Pulling fs layer 02:14:54 1469e6f7b9e6: Pulling fs layer 02:14:54 eaf3925da568: Pulling fs layer 02:14:54 bab4dde63d76: Pulling fs layer 02:14:54 988bab9f4d93: Waiting 02:14:54 1469e6f7b9e6: Waiting 02:14:54 eaf3925da568: Waiting 02:14:54 bde34c3a00c8: Pulling fs layer 02:14:54 b352a97aabf1: Pulling fs layer 02:14:54 4872d77fe225: Pulling fs layer 02:14:54 5851b861e8e6: Pulling fs layer 02:14:54 bab4dde63d76: Waiting 02:14:54 b352a97aabf1: Waiting 02:14:54 bde34c3a00c8: Waiting 02:14:54 e2be974225ed: Verifying Checksum 02:14:54 e2be974225ed: Download complete 02:14:54 988bab9f4d93: Verifying Checksum 02:14:54 988bab9f4d93: Download complete 02:14:54 1469e6f7b9e6: Verifying Checksum 02:14:54 1469e6f7b9e6: Download complete 02:14:54 339a4e72a1f5: Verifying Checksum 02:14:54 339a4e72a1f5: Download complete 02:14:54 eaf3925da568: Download complete 02:14:54 bde34c3a00c8: Verifying Checksum 02:14:54 bde34c3a00c8: Download complete 02:14:54 b352a97aabf1: Verifying Checksum 02:14:54 b352a97aabf1: Download complete 02:14:54 4872d77fe225: Verifying Checksum 02:14:54 4872d77fe225: Download complete 02:14:54 5851b861e8e6: Verifying Checksum 02:14:54 5851b861e8e6: Download complete 02:14:54 b85a868b505f: Verifying Checksum 02:14:54 b85a868b505f: Download complete 02:14:55 bab4dde63d76: Verifying Checksum 02:14:55 bab4dde63d76: Download complete 02:14:56 b85a868b505f: Pull complete 02:14:56 e2be974225ed: Pull complete 02:14:56 339a4e72a1f5: Pull complete 02:14:56 988bab9f4d93: Pull complete 02:14:57 1469e6f7b9e6: Pull complete 02:14:57 eaf3925da568: Pull complete 02:14:59 bab4dde63d76: Pull complete 02:14:59 bde34c3a00c8: Pull complete 02:14:59 b352a97aabf1: Pull complete 02:14:59 4872d77fe225: Pull complete 02:14:59 5851b861e8e6: Pull complete 02:14:59 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:14:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:14:59 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:14:59 prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container 02:14:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:15:00 $ docker top cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 -eo pid,comm 02:15:00 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:15:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:15:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:15:00 [ssh-agent] Looking for ssh-agent implementation... 02:15:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:15:01 $ docker exec cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 ssh-agent 02:15:01 SSH_AUTH_SOCK=/tmp/ssh-IdCU3hgvX0Ba/agent.32 02:15:01 SSH_AGENT_PID=38 02:15:01 Running ssh-add (command line suppressed) 02:15:01 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9765207672563441453.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9765207672563441453.key) 02:15:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:15:01 + git tag --points-at HEAD [Pipeline] } 02:15:01 $ docker exec --env ******** --env ******** cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 ssh-agent -k 02:15:01 unset SSH_AUTH_SOCK; 02:15:01 unset SSH_AGENT_PID; 02:15:01 echo Agent pid 38 killed; 02:15:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:15:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:15:01 [ssh-agent] Looking for ssh-agent implementation... 02:15:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:15:01 $ docker exec cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 ssh-agent 02:15:01 SSH_AUTH_SOCK=/tmp/ssh-boI0QwogiCzm/agent.71 02:15:01 SSH_AGENT_PID=77 02:15:01 Running ssh-add (command line suppressed) 02:15:02 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14494054663229987095.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14494054663229987095.key) 02:15:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:15:02 + git semver init 02:15:02 2023-03-28 02:15:02,614 [run_init] DEBUG init version:0.0.0 force:False 02:15:02 2023-03-28 02:15:02,615 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 02:15:02 2023-03-28 02:15:02,616 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 02:15:02 2023-03-28 02:15:02,616 [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) 02:15:03 2023-03-28 02:15:03,429 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 02:15:03 2023-03-28 02:15:03,430 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 02:15:03 2023-03-28 02:15:03,430 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 02:15:03 2023-03-28 02:15:03,430 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 02:15:03 3.0.0-dev.27 [Pipeline] } 02:15:03 $ docker exec --env ******** --env ******** cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 ssh-agent -k 02:15:03 unset SSH_AUTH_SOCK; 02:15:03 unset SSH_AGENT_PID; 02:15:03 echo Agent pid 77 killed; 02:15:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:15:04 + git semver [Pipeline] } 02:15:04 $ docker stop --time=1 cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 02:15:05 $ docker rm -f --volumes cb20a69f390106db313230f8f06d699e3e3172921f5467461428953ce7a515a7 [Pipeline] // withDockerContainer [Pipeline] sh 02:15:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:15:06 Stashed 1 file(s) [Pipeline] echo 02:15:06 [edgeXSemver]: initialized semver on version 3.0.0-dev.27 [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 02:15:06 provisioning config files... 02:15:06 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9449339174101495403tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:15:06 ---> docker-login.sh 02:15:06 nexus3.edgexfoundry.org:10001 02:15:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:15:06 Configure a credential helper to remove this warning. See 02:15:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:15:06 02:15:06 Login Succeeded 02:15:06 nexus3.edgexfoundry.org:10002 02:15:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:15:06 Configure a credential helper to remove this warning. See 02:15:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:15:06 02:15:06 Login Succeeded 02:15:06 nexus3.edgexfoundry.org:10003 02:15:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:15:06 Configure a credential helper to remove this warning. See 02:15:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:15:06 02:15:06 Login Succeeded 02:15:06 nexus3.edgexfoundry.org:10004 02:15:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:15:06 Configure a credential helper to remove this warning. See 02:15:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:15:06 02:15:06 Login Succeeded 02:15:06 docker.io 02:15:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:15:07 Configure a credential helper to remove this warning. See 02:15:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:15:07 02:15:07 Login Succeeded 02:15:07 ---> docker-login.sh ends [Pipeline] } 02:15:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:15:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:15:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:15:07 ========================================================= 02:15:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 02:15:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:07 + 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 . 02:15:07 Sending build context to Docker daemon 3.241MB 02:15:07 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 02:15:07 Step 2/12 : FROM ${BASE} AS builder 02:15:07 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 02:15:07 63b65145d645: Pulling fs layer 02:15:07 a2d21d5440eb: Pulling fs layer 02:15:07 935e6c44a52c: Pulling fs layer 02:15:07 94cc34f8dd06: Pulling fs layer 02:15:07 30dea6a524f1: Pulling fs layer 02:15:07 a2aff8979fd8: Pulling fs layer 02:15:07 6808be2612f2: Pulling fs layer 02:15:07 f25807f1079a: Pulling fs layer 02:15:07 94cc34f8dd06: Waiting 02:15:07 30dea6a524f1: Waiting 02:15:07 a2aff8979fd8: Waiting 02:15:07 6808be2612f2: Waiting 02:15:07 f25807f1079a: Waiting 02:15:07 a2d21d5440eb: Verifying Checksum 02:15:07 a2d21d5440eb: Download complete 02:15:07 94cc34f8dd06: Verifying Checksum 02:15:07 94cc34f8dd06: Download complete 02:15:07 30dea6a524f1: Verifying Checksum 02:15:07 30dea6a524f1: Download complete 02:15:07 63b65145d645: Verifying Checksum 02:15:07 63b65145d645: Download complete 02:15:07 a2aff8979fd8: Verifying Checksum 02:15:07 a2aff8979fd8: Download complete 02:15:07 63b65145d645: Pull complete 02:15:08 a2d21d5440eb: Pull complete 02:15:08 f25807f1079a: Download complete 02:15:08 935e6c44a52c: Verifying Checksum 02:15:08 935e6c44a52c: Download complete 02:15:08 6808be2612f2: Verifying Checksum 02:15:08 6808be2612f2: Download complete 02:15:11 935e6c44a52c: Pull complete 02:15:12 94cc34f8dd06: Pull complete 02:15:12 30dea6a524f1: Pull complete 02:15:12 a2aff8979fd8: Pull complete 02:15:14 6808be2612f2: Pull complete 02:15:15 f25807f1079a: Pull complete 02:15:15 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 02:15:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 02:15:15 ---> 3b553350e43f 02:15:15 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 02:15:18 ---> Running in 34a4dc86ff61 02:15:18 Removing intermediate container 34a4dc86ff61 02:15:18 ---> 11ed94d6e0d7 02:15:18 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 02:15:18 ---> Running in 2456879ae513 02:15:18 Removing intermediate container 2456879ae513 02:15:18 ---> 7467c5a62573 02:15:18 Step 5/12 : ARG ADD_BUILD_TAGS="" 02:15:18 ---> Running in e004aa1dd6f5 02:15:18 Removing intermediate container e004aa1dd6f5 02:15:18 ---> cb800dd43092 02:15:18 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:15:18 ---> Running in 420041084f57 02:15:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:15:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:15:19 OK: 265 MiB in 53 packages 02:15:19 Removing intermediate container 420041084f57 02:15:19 ---> e9c416378659 02:15:19 Step 7/12 : WORKDIR /app 02:15:19 ---> Running in 1eb8d56e8c57 02:15:19 Removing intermediate container 1eb8d56e8c57 02:15:19 ---> a5a25e72e6a6 02:15:19 Step 8/12 : COPY go.mod vendor* ./ 02:15:19 ---> 1c52f71b7450 02:15:19 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:15:19 ---> Running in 820ff6f0be70 02:15:21 Still waiting to schedule task 02:15:21 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5970’ 02:15:58 Removing intermediate container 820ff6f0be70 02:15:58 ---> 48f7f415fb46 02:15:58 Step 10/12 : COPY . . 02:15:58 ---> ba964e237512 02:15:58 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:15:58 ---> Running in f0a077c9d0bf 02:15:58 Removing intermediate container f0a077c9d0bf 02:15:58 ---> 745c754d7bf0 02:15:58 Step 12/12 : RUN $MAKE 02:15:58 ---> Running in 94c609286d4f 02:15:58 noop 02:15:58 Removing intermediate container 94c609286d4f 02:15:58 ---> e3d839caa277 02:15:58 Successfully built e3d839caa277 02:15:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:59 + docker inspect -f . ci-base-image-x86_64 02:15:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:15:59 prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container 02:15: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 ******** -e ******** ci-base-image-x86_64 cat 02:15:59 $ docker top 6903b88eda4e381575948de6f9e00693f145bcd5d740671db1506f8387062640 -eo pid,comm [Pipeline] { [Pipeline] sh 02:16:00 + go version 02:16:00 go version go1.20.2 linux/amd64 [Pipeline] } 02:16:00 $ docker stop --time=1 6903b88eda4e381575948de6f9e00693f145bcd5d740671db1506f8387062640 02:16:01 $ docker rm -f --volumes 6903b88eda4e381575948de6f9e00693f145bcd5d740671db1506f8387062640 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:01 + docker inspect -f . ci-base-image-x86_64 02:16:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:16:01 prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container 02:16:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:16:02 $ docker top 387c8a140ebfbda6cae070b5a732c98ce2d988353c56c903a9b4e250aa1bc132 -eo pid,comm [Pipeline] { [Pipeline] sh 02:16:02 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 02:16:02 + make test 02:16:02 go test -race -coverprofile=coverage.out ./... 02:16:20 ? github.com/edgexfoundry/app-service-configurable [no test files] 02:16:39 go vet ./... 02:16:43 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:16:43 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:16:43 ./bin/test-attribution-txt.sh 02:16:43 An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo 02:16:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:16:43 $ docker stop --time=1 387c8a140ebfbda6cae070b5a732c98ce2d988353c56c903a9b4e250aa1bc132 02:16:46 $ docker rm -f --volumes 387c8a140ebfbda6cae070b5a732c98ce2d988353c56c903a9b4e250aa1bc132 [Pipeline] // withDockerContainer [Pipeline] sh 02:16:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:16:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:16:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:16:47 + ls -al . 02:16:47 total 176 02:16:47 drwxrwxr-x 8 jenkins jenkins 4096 Mar 28 02:16 . 02:16:47 drwxrwxr-x 4 jenkins jenkins 4096 Mar 28 02:14 .. 02:16:47 -rw-rw-r-- 1 jenkins jenkins 119 Mar 28 02:14 .dockerignore 02:16:47 drwxrwxr-x 8 jenkins jenkins 4096 Mar 28 02:15 .git 02:16:47 drwxrwxr-x 3 jenkins jenkins 4096 Mar 28 02:14 .github 02:16:47 -rw-rw-r-- 1 jenkins jenkins 171 Mar 28 02:14 .gitignore 02:16:47 -rw-rw-r-- 1 jenkins jenkins 41 Mar 28 02:14 .golangci.yml 02:16:47 drwxr-xr-x 3 jenkins jenkins 4096 Mar 28 02:15 .semver 02:16:47 -rw-rw-r-- 1 jenkins jenkins 9088 Mar 28 02:14 Attribution.txt 02:16:47 -rw-rw-r-- 1 jenkins jenkins 29118 Mar 28 02:14 CHANGELOG.md 02:16:47 -rw-rw-r-- 1 jenkins jenkins 1898 Mar 28 02:14 Dockerfile 02:16:47 -rw-rw-r-- 1 jenkins jenkins 677 Mar 28 02:14 GOVERNANCE.md 02:16:47 -rw-rw-r-- 1 jenkins jenkins 688 Mar 28 02:14 Jenkinsfile 02:16:47 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 28 02:14 LICENSE 02:16:47 -rw-rw-r-- 1 jenkins jenkins 618 Mar 28 02:14 OWNERS.md 02:16:47 -rw-rw-r-- 1 jenkins jenkins 4369 Mar 28 02:14 README.md 02:16:47 -rw-rw-r-- 1 jenkins jenkins 12 Mar 28 02:15 VERSION 02:16:47 drwxrwxr-x 2 jenkins jenkins 4096 Mar 28 02:14 bin 02:16:47 -rw-r--r-- 1 jenkins jenkins 13 Mar 28 02:16 coverage.out 02:16:47 -rw-rw-r-- 1 jenkins jenkins 3299 Mar 28 02:14 go.mod 02:16:47 -rw-rw-r-- 1 jenkins jenkins 30864 Mar 28 02:14 go.sum 02:16:47 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 28 02:14 main.go 02:16:47 -rw-rw-r-- 1 jenkins jenkins 2569 Mar 28 02:14 makefile 02:16:47 drwxrwxr-x 9 jenkins jenkins 4096 Mar 28 02:14 res 02:16:47 drwxrwxr-x 4 jenkins jenkins 4096 Mar 28 02:14 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:48 + 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=726c7bac779ae455276856dfdf2d144874947dc5 --label arch=amd64 --label version=3.0.0-dev.27 . 02:16:48 Sending build context to Docker daemon 3.242MB 02:16:48 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 02:16:48 Step 2/26 : FROM ${BASE} AS builder 02:16:48 ---> e3d839caa277 02:16:48 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 02:16:48 ---> Running in 73149fd71c4c 02:16:48 Removing intermediate container 73149fd71c4c 02:16:48 ---> 52ac48c3614d 02:16:48 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 02:16:48 ---> Running in d216700cd1a3 02:16:48 Removing intermediate container d216700cd1a3 02:16:48 ---> a85249c9cae5 02:16:48 Step 5/26 : ARG ADD_BUILD_TAGS="" 02:16:48 ---> Running in a95d2304bff5 02:16:48 Removing intermediate container a95d2304bff5 02:16:48 ---> 1d864a3d1c04 02:16:48 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:16:48 ---> Running in 684743b0d6b3 02:16:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:16:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:16:49 OK: 265 MiB in 53 packages 02:16:49 Removing intermediate container 684743b0d6b3 02:16:49 ---> 7c74ae0d1309 02:16:49 Step 7/26 : WORKDIR /app 02:16:49 ---> Running in b55d5ac7cd8f 02:16:49 Removing intermediate container b55d5ac7cd8f 02:16:49 ---> c0e94b897f8f 02:16:49 Step 8/26 : COPY go.mod vendor* ./ 02:16:50 ---> d920500d04ab 02:16:50 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:50 ---> Running in ba5ec3a56d8f 02:16:50 Removing intermediate container ba5ec3a56d8f 02:16:50 ---> 2ad2481bef68 02:16:50 Step 10/26 : COPY . . 02:16:50 ---> b124982dd296 02:16:50 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:16:51 ---> Running in 79b9692d4570 02:16:51 Removing intermediate container 79b9692d4570 02:16:51 ---> 0c7188607f3c 02:16:51 Step 12/26 : RUN $MAKE 02:16:51 ---> Running in 384bfc965cef 02:16:51 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.27" -trimpath -mod=readonly -o app-service-configurable 02:17:09 Removing intermediate container 384bfc965cef 02:17:09 ---> 96ac63b1f201 02:17:09 Step 13/26 : FROM alpine:3.17 02:17:09 3.17: Pulling from library/alpine 02:17:09 63b65145d645: Already exists 02:17:09 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 02:17:09 Status: Downloaded newer image for alpine:3.17 02:17:09 ---> b2aa39c304c2 02:17:09 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 02:17:09 ---> Running in a6c3fbeb27ac 02:17:09 Removing intermediate container a6c3fbeb27ac 02:17:09 ---> 5d53438b3de7 02:17:09 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 02:17:09 ---> Running in 389ed0cbec19 02:17:09 Removing intermediate container 389ed0cbec19 02:17:09 ---> afc060dd5562 02:17:09 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 02:17:09 ---> Running in 44c43fd55f5b 02:17:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:17:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:17:10 (1/2) Installing ca-certificates (20220614-r4) 02:17:10 (2/2) Installing dumb-init (1.2.5-r2) 02:17:10 Executing busybox-1.35.0-r29.trigger 02:17:10 Executing ca-certificates-20220614-r4.trigger 02:17:10 OK: 8 MiB in 17 packages 02:17:11 Removing intermediate container 44c43fd55f5b 02:17:11 ---> bb46982f1b43 02:17:11 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 02:17:11 ---> 5663d6598576 02:17:11 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 02:17:11 ---> d78a905b252c 02:17:11 Step 19/26 : COPY --from=builder /app/res/ /res/ 02:17:11 ---> a4684afec901 02:17:11 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 02:17:12 ---> e3c9c9c953a9 02:17:12 Step 21/26 : EXPOSE 48095 02:17:12 ---> Running in f00fc92fda4c 02:17:12 Removing intermediate container f00fc92fda4c 02:17:12 ---> 8753edbe3730 02:17:12 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 02:17:12 ---> Running in be17c1aec009 02:17:12 Removing intermediate container be17c1aec009 02:17:12 ---> 8960b84f3fbc 02:17:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:17:12 ---> Running in 8976c9917bcc 02:17:12 Removing intermediate container 8976c9917bcc 02:17:12 ---> 9aa15761d2e2 02:17:12 Step 24/26 : LABEL arch=amd64 02:17:12 ---> Running in a0091fd26add 02:17:12 Removing intermediate container a0091fd26add 02:17:12 ---> 810a6bf69df1 02:17:12 Step 25/26 : LABEL git_sha=726c7bac779ae455276856dfdf2d144874947dc5 02:17:12 ---> Running in 315029ee1d43 02:17:12 Removing intermediate container 315029ee1d43 02:17:12 ---> 67e11c41a7e2 02:17:12 Step 26/26 : LABEL version=3.0.0-dev.27 02:17:12 ---> Running in 7e196070d229 02:17:13 Removing intermediate container 7e196070d229 02:17:13 ---> 05040b5bd6fc 02:17:13 [Warning] One or more build-args [ARCH] were not consumed 02:17:13 Successfully built 05040b5bd6fc 02:17:13 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 02:17:13 provisioning config files... 02:17:13 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6308656884464694397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:17:13 ---> docker-login.sh 02:17:13 nexus3.edgexfoundry.org:10001 02:17:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:17:13 Configure a credential helper to remove this warning. See 02:17:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:17:13 02:17:13 Login Succeeded 02:17:13 nexus3.edgexfoundry.org:10002 02:17:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:17:13 Configure a credential helper to remove this warning. See 02:17:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:17:13 02:17:13 Login Succeeded 02:17:13 nexus3.edgexfoundry.org:10003 02:17:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:17:13 Configure a credential helper to remove this warning. See 02:17:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:17:13 02:17:13 Login Succeeded 02:17:13 nexus3.edgexfoundry.org:10004 02:17:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:17:13 Configure a credential helper to remove this warning. See 02:17:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:17:13 02:17:13 Login Succeeded 02:17:13 docker.io 02:17:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:17:14 Configure a credential helper to remove this warning. See 02:17:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:17:14 02:17:14 Login Succeeded 02:17:14 ---> docker-login.sh ends [Pipeline] } 02:17:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:17:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:17:14 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 02:17:14 726c7bac779ae455276856dfdf2d144874947dc5 02:17:14 latest 02:17:14 3.0.0-dev.27 02:17:14 726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 02:17:14 main 02:17:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:14 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:14 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:726c7bac779ae455276856dfdf2d144874947dc5 02:17:14 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 02:17:14 9a9fcbb84bea: Preparing 02:17:14 31ae901e1b28: Preparing 02:17:14 9113823b2286: Preparing 02:17:14 66b419913ba2: Preparing 02:17:14 465c320ec86b: Preparing 02:17:14 7cd52847ad77: Preparing 02:17:14 7cd52847ad77: Waiting 02:17:14 66b419913ba2: Pushed 02:17:14 9113823b2286: Pushed 02:17:14 465c320ec86b: Pushed 02:17:14 31ae901e1b28: Pushed 02:17:14 7cd52847ad77: Layer already exists 02:17:17 9a9fcbb84bea: Pushed 02:17:17 726c7bac779ae455276856dfdf2d144874947dc5: digest: sha256:4ca16f6923ee4f0694e6c4e01d6eea6b05742776b2d23c81cd94c50fe9a47444 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:17 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:17 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 02:17:17 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 02:17:17 9a9fcbb84bea: Preparing 02:17:17 31ae901e1b28: Preparing 02:17:17 9113823b2286: Preparing 02:17:17 66b419913ba2: Preparing 02:17:17 465c320ec86b: Preparing 02:17:17 7cd52847ad77: Preparing 02:17:17 7cd52847ad77: Waiting 02:17:17 465c320ec86b: Layer already exists 02:17:17 66b419913ba2: Layer already exists 02:17:17 31ae901e1b28: Layer already exists 02:17:17 9a9fcbb84bea: Layer already exists 02:17:17 9113823b2286: Layer already exists 02:17:17 7cd52847ad77: Layer already exists 02:17:17 latest: digest: sha256:4ca16f6923ee4f0694e6c4e01d6eea6b05742776b2d23c81cd94c50fe9a47444 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:18 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:18 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.27 02:17:18 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 02:17:18 9a9fcbb84bea: Preparing 02:17:18 31ae901e1b28: Preparing 02:17:18 9113823b2286: Preparing 02:17:18 66b419913ba2: Preparing 02:17:18 465c320ec86b: Preparing 02:17:18 7cd52847ad77: Preparing 02:17:18 7cd52847ad77: Waiting 02:17:18 9a9fcbb84bea: Layer already exists 02:17:18 66b419913ba2: Layer already exists 02:17:18 9113823b2286: Layer already exists 02:17:18 31ae901e1b28: Layer already exists 02:17:18 465c320ec86b: Layer already exists 02:17:18 7cd52847ad77: Layer already exists 02:17:18 3.0.0-dev.27: digest: sha256:4ca16f6923ee4f0694e6c4e01d6eea6b05742776b2d23c81cd94c50fe9a47444 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:18 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:19 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 02:17:19 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 02:17:19 9a9fcbb84bea: Preparing 02:17:19 31ae901e1b28: Preparing 02:17:19 9113823b2286: Preparing 02:17:19 66b419913ba2: Preparing 02:17:19 465c320ec86b: Preparing 02:17:19 7cd52847ad77: Preparing 02:17:19 7cd52847ad77: Waiting 02:17:19 66b419913ba2: Layer already exists 02:17:19 465c320ec86b: Layer already exists 02:17:19 31ae901e1b28: Layer already exists 02:17:19 9a9fcbb84bea: Layer already exists 02:17:19 9113823b2286: Layer already exists 02:17:19 7cd52847ad77: Layer already exists 02:17:19 726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27: digest: sha256:4ca16f6923ee4f0694e6c4e01d6eea6b05742776b2d23c81cd94c50fe9a47444 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:19 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:19 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 02:17:19 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 02:17:19 9a9fcbb84bea: Preparing 02:17:19 31ae901e1b28: Preparing 02:17:19 9113823b2286: Preparing 02:17:19 66b419913ba2: Preparing 02:17:19 465c320ec86b: Preparing 02:17:19 7cd52847ad77: Preparing 02:17:19 7cd52847ad77: Waiting 02:17:19 31ae901e1b28: Layer already exists 02:17:19 9113823b2286: Layer already exists 02:17:19 465c320ec86b: Layer already exists 02:17:19 66b419913ba2: Layer already exists 02:17:19 9a9fcbb84bea: Layer already exists 02:17:19 7cd52847ad77: Layer already exists 02:17:19 main: digest: sha256:4ca16f6923ee4f0694e6c4e01d6eea6b05742776b2d23c81cd94c50fe9a47444 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:17:19 ===================================================== [Pipeline] echo 02:17:19 taggedImages: 02:17:19 - nexus3.edgexfoundry.org:10004/app-service-configurable:726c7bac779ae455276856dfdf2d144874947dc5 02:17:19 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 02:17:19 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.27 02:17:19 - nexus3.edgexfoundry.org:10004/app-service-configurable:726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 02:17:19 - 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 02:17:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:17:20 02:17:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:17:20 latest: Pulling from edgex-lftools-log-publisher 02:17:20 5eb5b503b376: Pulling fs layer 02:17:20 5c69ac0246d0: Pulling fs layer 02:17:20 ec43610c2a17: Pulling fs layer 02:17:20 3a2ae6a8a46f: Pulling fs layer 02:17:20 33b1e0a273af: Pulling fs layer 02:17:20 5d3b04190fa2: Pulling fs layer 02:17:20 2f39f015ded8: Pulling fs layer 02:17:20 33b1e0a273af: Waiting 02:17:20 5d3b04190fa2: Waiting 02:17:20 2f39f015ded8: Waiting 02:17:20 5c69ac0246d0: Verifying Checksum 02:17:20 5c69ac0246d0: Download complete 02:17:20 3a2ae6a8a46f: Verifying Checksum 02:17:20 3a2ae6a8a46f: Download complete 02:17:20 33b1e0a273af: Verifying Checksum 02:17:20 33b1e0a273af: Download complete 02:17:20 5d3b04190fa2: Verifying Checksum 02:17:20 5d3b04190fa2: Download complete 02:17:20 ec43610c2a17: Verifying Checksum 02:17:20 ec43610c2a17: Download complete 02:17:20 5eb5b503b376: Verifying Checksum 02:17:20 5eb5b503b376: Download complete 02:17:21 2f39f015ded8: Download complete 02:17:21 5eb5b503b376: Pull complete 02:17:21 5c69ac0246d0: Pull complete 02:17:22 ec43610c2a17: Pull complete 02:17:22 3a2ae6a8a46f: Pull complete 02:17:22 33b1e0a273af: Pull complete 02:17:22 5d3b04190fa2: Pull complete 02:17:26 2f39f015ded8: Pull complete 02:17:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:17:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:17:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:17:26 prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container 02:17:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:17:31 $ docker top a7bc110c3a129a51e93048951e687956631544016cec20d3fdf9219ddc1a6608 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:17:31 ---> job-cost.sh 02:17:31 lf-activate-venv: SKIPPING 02:17:31 INFO: No Stack... 02:17:31 INFO: Retrieving Pricing Info for: v3-standard-8 02:17:31 INFO: Archiving Costs [Pipeline] sh 02:17:32 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 02:17:32 + cut -d, -f6 [Pipeline] lock 02:17:32 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] 02:17:32 Resource [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] did not exist. Created. 02:17:32 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:17:32 + echo total: 0.2199999988079071 [Pipeline] stash 02:17:32 Stashed 1 file(s) [Pipeline] } 02:17:32 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] [Pipeline] // lock [Pipeline] } 02:17:32 $ docker stop --time=1 a7bc110c3a129a51e93048951e687956631544016cec20d3fdf9219ddc1a6608 02:17:33 $ docker rm -f --volumes a7bc110c3a129a51e93048951e687956631544016cec20d3fdf9219ddc1a6608 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:18:50 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5975 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 02:18:50 Running in /w/workspace/app-service-configurable/144 [Pipeline] { [Pipeline] checkout 02:18:50 Selected Git installation does not exist. Using Default 02:18:50 The recommended git tool is: NONE 02:18:55 using credential edgex-jenkins-ssh 02:18:55 Cloning the remote Git repository 02:18:55 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 02:18:55 > git init /w/workspace/app-service-configurable/144 # timeout=10 02:18:55 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 02:18:55 > git --version # timeout=10 02:18:55 > git --version # 'git version 2.25.1' 02:18:55 using GIT_SSH to set credentials SSH Credentials for GitHub 02:18:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:18:57 Avoid second fetch 02:18:57 Checking out Revision 726c7bac779ae455276856dfdf2d144874947dc5 (main) 02:18:56 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 02:18:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:18:57 > git config core.sparsecheckout # timeout=10 02:18:57 > git checkout -f 726c7bac779ae455276856dfdf2d144874947dc5 # timeout=10 02:18:57 Commit message: "refactor!:Change configuration profile formats to YAML (#535)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:18:58 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:18:58 % Total % Received % Xferd Average Speed Time Time Time Current 02:18:58 Dload Upload Total Spent Left Speed 02:18:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 83339 0 --:--:-- --:--:-- --:--:-- 83888 [Pipeline] sh 02:18:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:18:59 + sudo tee /etc/docker/daemon.new 02:18:59 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:18:59 { 02:18:59 "registry-mirrors": [ 02:18:59 "https://nexus3.edgexfoundry.org:10001" 02:18:59 ], 02:18:59 "bip": "10.250.0.254/24", 02:18:59 "hosts": [ 02:18:59 "tcp://0.0.0.0:5555", 02:18:59 "unix:///var/run/docker.sock" 02:18:59 ], 02:18:59 "mtu": 1458, 02:18:59 "selinux-enabled": true, 02:18:59 "seccomp-profile": "/etc/docker/seccomp.json" 02:18:59 } [Pipeline] sh 02:18:59 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:19:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:19:18 provisioning config files... 02:19:18 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/144@tmp/config10746151151290763797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:19:19 ---> docker-login.sh 02:19:19 nexus3.edgexfoundry.org:10001 02:19:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:19:19 Configure a credential helper to remove this warning. See 02:19:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:19:19 02:19:19 Login Succeeded 02:19:19 nexus3.edgexfoundry.org:10002 02:19:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:19:20 Configure a credential helper to remove this warning. See 02:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:19:20 02:19:20 Login Succeeded 02:19:20 nexus3.edgexfoundry.org:10003 02:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:19:20 Configure a credential helper to remove this warning. See 02:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:19:20 02:19:20 Login Succeeded 02:19:20 nexus3.edgexfoundry.org:10004 02:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:19:20 Configure a credential helper to remove this warning. See 02:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:19:20 02:19:20 Login Succeeded 02:19:20 docker.io 02:19:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:19:21 Configure a credential helper to remove this warning. See 02:19:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:19:21 02:19:21 Login Succeeded 02:19:21 ---> docker-login.sh ends [Pipeline] } 02:19:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:19:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:19:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:19:21 ========================================================= 02:19:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 02:19:21 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:21 + 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 . 02:19:21 Sending build context to Docker daemon 168.4kB 02:19:22 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 02:19:22 Step 2/12 : FROM ${BASE} AS builder 02:19:22 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:19:22 af6eaf76a39c: Pulling fs layer 02:19:22 55522c791124: Pulling fs layer 02:19:22 ce5c4a1c91eb: Pulling fs layer 02:19:22 169dfbe0d373: Pulling fs layer 02:19:22 e1ff8fa3b103: Pulling fs layer 02:19:22 52ebb69f0ebf: Pulling fs layer 02:19:22 5abe8eddf0d5: Pulling fs layer 02:19:22 169dfbe0d373: Waiting 02:19:22 e1ff8fa3b103: Waiting 02:19:22 52ebb69f0ebf: Waiting 02:19:22 5abe8eddf0d5: Waiting 02:19:22 55522c791124: Verifying Checksum 02:19:22 55522c791124: Download complete 02:19:22 169dfbe0d373: Verifying Checksum 02:19:22 169dfbe0d373: Download complete 02:19:22 e1ff8fa3b103: Verifying Checksum 02:19:22 e1ff8fa3b103: Download complete 02:19:22 af6eaf76a39c: Verifying Checksum 02:19:23 5abe8eddf0d5: Verifying Checksum 02:19:23 5abe8eddf0d5: Download complete 02:19:23 af6eaf76a39c: Pull complete 02:19:24 55522c791124: Pull complete 02:19:25 ce5c4a1c91eb: Download complete 02:19:25 52ebb69f0ebf: Verifying Checksum 02:19:25 52ebb69f0ebf: Download complete 02:19:36 ce5c4a1c91eb: Pull complete 02:19:36 169dfbe0d373: Pull complete 02:19:36 e1ff8fa3b103: Pull complete 02:19:42 52ebb69f0ebf: Pull complete 02:19:44 5abe8eddf0d5: Pull complete 02:19:44 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 02:19:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 02:19:44 ---> 6cb57ee374ae 02:19:44 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 02:19:46 ---> Running in d72d0560ca7f 02:19:46 Removing intermediate container d72d0560ca7f 02:19:46 ---> a9896e7bc91b 02:19:46 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 02:19:46 ---> Running in bdd0b223ef97 02:19:46 Removing intermediate container bdd0b223ef97 02:19:46 ---> a58d98a53338 02:19:46 Step 5/12 : ARG ADD_BUILD_TAGS="" 02:19:46 ---> Running in cadfead71e35 02:19:46 Removing intermediate container cadfead71e35 02:19:46 ---> 17e0b0231766 02:19:46 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:19:46 ---> Running in f742167f14e2 02:19:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:19:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:19:49 OK: 263 MiB in 53 packages 02:19:50 Removing intermediate container f742167f14e2 02:19:50 ---> e7e81e6e8857 02:19:50 Step 7/12 : WORKDIR /app 02:19:50 ---> Running in 67b67d367b7f 02:19:50 Removing intermediate container 67b67d367b7f 02:19:50 ---> ff67e1120bea 02:19:50 Step 8/12 : COPY go.mod vendor* ./ 02:19:50 ---> e52694a62dcf 02:19:50 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:51 ---> Running in 9b59a5a0156e 02:20:47 Removing intermediate container 9b59a5a0156e 02:20:47 ---> f848513e78e1 02:20:47 Step 10/12 : COPY . . 02:20:48 ---> a0eee13a0dda 02:20:48 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:20:48 ---> Running in ea85b4834d2c 02:20:48 Removing intermediate container ea85b4834d2c 02:20:48 ---> 7bef2077fffa 02:20:48 Step 12/12 : RUN $MAKE 02:20:48 ---> Running in 0b2e9d2ebe71 02:20:49 noop 02:20:50 Removing intermediate container 0b2e9d2ebe71 02:20:50 ---> 8175ff125adb 02:20:50 Successfully built 8175ff125adb 02:20:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:50 + docker inspect -f . ci-base-image-arm64 02:20:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:20:50 prd-ubuntu20.04-docker-arm64-4c-16g-5975 does not seem to be running inside a container 02:20:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/144 -v /w/workspace/app-service-configurable/144:/w/workspace/app-service-configurable/144:rw,z -v /w/workspace/app-service-configurable/144@tmp:/w/workspace/app-service-configurable/144@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-arm64 cat 02:20:51 $ docker top 22aaaecb1b63b8c2517d2a6bb26f446c19c0a9b6ae77524b88f4cf8a11ab24d5 -eo pid,comm [Pipeline] { [Pipeline] sh 02:20:52 + go version 02:20:52 go version go1.20.2 linux/arm64 [Pipeline] } 02:20:52 $ docker stop --time=1 22aaaecb1b63b8c2517d2a6bb26f446c19c0a9b6ae77524b88f4cf8a11ab24d5 02:20:54 $ docker rm -f --volumes 22aaaecb1b63b8c2517d2a6bb26f446c19c0a9b6ae77524b88f4cf8a11ab24d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:54 + docker inspect -f . ci-base-image-arm64 02:20:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:20:54 prd-ubuntu20.04-docker-arm64-4c-16g-5975 does not seem to be running inside a container 02:20:54 $ 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/144 -v /w/workspace/app-service-configurable/144:/w/workspace/app-service-configurable/144:rw,z -v /w/workspace/app-service-configurable/144@tmp:/w/workspace/app-service-configurable/144@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-arm64 cat 02:20:55 $ docker top aef1c345d512c9c6db6b542b4d7e3cd5dc525679526fa2ee67177aad12a03295 -eo pid,comm [Pipeline] { [Pipeline] sh 02:20:56 + git config --global --add safe.directory /w/workspace/app-service-configurable/144 [Pipeline] fileExists [Pipeline] sh 02:20:56 + make test 02:20:56 go test -race -coverprofile=coverage.out ./... 02:23:18 ? github.com/edgexfoundry/app-service-configurable [no test files] 02:23:18 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:23:18 go vet ./... 02:25:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:25:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:25:55 ./bin/test-attribution-txt.sh 02:25:55 An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo 02:25:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:25:55 $ docker stop --time=1 aef1c345d512c9c6db6b542b4d7e3cd5dc525679526fa2ee67177aad12a03295 02:25:57 $ docker rm -f --volumes aef1c345d512c9c6db6b542b4d7e3cd5dc525679526fa2ee67177aad12a03295 [Pipeline] // withDockerContainer [Pipeline] sh 02:25:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:25:58 Warning: overwriting stash ‘coverage-report’ 02:25:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:25:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:25:59 + ls -al . 02:25:59 total 172 02:25:59 drwxrwxr-x 7 jenkins jenkins 4096 Mar 28 02:20 . 02:25:59 drwxrwxr-x 4 jenkins jenkins 4096 Mar 28 02:18 .. 02:25:59 -rw-rw-r-- 1 jenkins jenkins 119 Mar 28 02:18 .dockerignore 02:25:59 drwxrwxr-x 8 jenkins jenkins 4096 Mar 28 02:18 .git 02:25:59 drwxrwxr-x 3 jenkins jenkins 4096 Mar 28 02:18 .github 02:25:59 -rw-rw-r-- 1 jenkins jenkins 171 Mar 28 02:18 .gitignore 02:25:59 -rw-rw-r-- 1 jenkins jenkins 41 Mar 28 02:18 .golangci.yml 02:25:59 -rw-rw-r-- 1 jenkins jenkins 9088 Mar 28 02:18 Attribution.txt 02:25:59 -rw-rw-r-- 1 jenkins jenkins 29118 Mar 28 02:18 CHANGELOG.md 02:25:59 -rw-rw-r-- 1 jenkins jenkins 1898 Mar 28 02:18 Dockerfile 02:25:59 -rw-rw-r-- 1 jenkins jenkins 677 Mar 28 02:18 GOVERNANCE.md 02:25:59 -rw-rw-r-- 1 jenkins jenkins 688 Mar 28 02:18 Jenkinsfile 02:25:59 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 28 02:18 LICENSE 02:25:59 -rw-rw-r-- 1 jenkins jenkins 618 Mar 28 02:18 OWNERS.md 02:25:59 -rw-rw-r-- 1 jenkins jenkins 4369 Mar 28 02:18 README.md 02:25:59 -rw-rw-r-- 1 jenkins jenkins 12 Mar 28 02:15 VERSION 02:25:59 drwxrwxr-x 2 jenkins jenkins 4096 Mar 28 02:18 bin 02:25:59 -rw-r--r-- 1 jenkins jenkins 13 Mar 28 02:20 coverage.out 02:25:59 -rw-rw-r-- 1 jenkins jenkins 3299 Mar 28 02:18 go.mod 02:25:59 -rw-rw-r-- 1 jenkins jenkins 30864 Mar 28 02:18 go.sum 02:25:59 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 28 02:18 main.go 02:25:59 -rw-rw-r-- 1 jenkins jenkins 2569 Mar 28 02:18 makefile 02:25:59 drwxrwxr-x 9 jenkins jenkins 4096 Mar 28 02:18 res 02:25:59 drwxrwxr-x 4 jenkins jenkins 4096 Mar 28 02:18 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:59 + 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=726c7bac779ae455276856dfdf2d144874947dc5 --label arch=arm64 --label version=3.0.0-dev.27 . 02:25:59 Sending build context to Docker daemon 169.5kB 02:26:00 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 02:26:00 Step 2/26 : FROM ${BASE} AS builder 02:26:00 ---> 8175ff125adb 02:26:00 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 02:26:00 ---> Running in d2281fc5f3bb 02:26:00 Removing intermediate container d2281fc5f3bb 02:26:00 ---> f9d46d68ff9e 02:26:00 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 02:26:00 ---> Running in df110ca051d2 02:26:00 Removing intermediate container df110ca051d2 02:26:00 ---> c386a3e60b28 02:26:00 Step 5/26 : ARG ADD_BUILD_TAGS="" 02:26:01 ---> Running in c1a40d42b53b 02:26:01 Removing intermediate container c1a40d42b53b 02:26:01 ---> 5204235312e7 02:26:01 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:26:01 ---> Running in 4c31c4eb06f5 02:26:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:26:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:26:03 OK: 263 MiB in 53 packages 02:26:05 Removing intermediate container 4c31c4eb06f5 02:26:05 ---> a8db9476f497 02:26:05 Step 7/26 : WORKDIR /app 02:26:05 ---> Running in b0c13d06719c 02:26:05 Removing intermediate container b0c13d06719c 02:26:05 ---> 06c994b526bd 02:26:05 Step 8/26 : COPY go.mod vendor* ./ 02:26:06 ---> c19bf3caa10d 02:26:06 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:26:06 ---> Running in 956e14e5161f 02:26:08 Removing intermediate container 956e14e5161f 02:26:08 ---> 8fd44a5850c4 02:26:08 Step 10/26 : COPY . . 02:26:08 ---> f64e8fbf1b4d 02:26:08 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:26:08 ---> Running in 27847054e2a3 02:26:09 Removing intermediate container 27847054e2a3 02:26:09 ---> 6b5b78d77aa9 02:26:09 Step 12/26 : RUN $MAKE 02:26:09 ---> Running in 0dde0966e6a5 02:26:10 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.27" -trimpath -mod=readonly -o app-service-configurable 02:28:17 Removing intermediate container 0dde0966e6a5 02:28:17 ---> e45c06a4a42f 02:28:17 Step 13/26 : FROM alpine:3.17 02:28:17 3.17: Pulling from library/alpine 02:28:17 af6eaf76a39c: Already exists 02:28:17 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 02:28:17 Status: Downloaded newer image for alpine:3.17 02:28:17 ---> d74e625d9115 02:28:17 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 02:28:17 ---> Running in 05fcd8e5ab87 02:28:17 Removing intermediate container 05fcd8e5ab87 02:28:17 ---> 0e6952dfd8c5 02:28:17 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 02:28:17 ---> Running in b12b196b4c98 02:28:17 Removing intermediate container b12b196b4c98 02:28:17 ---> 647cb57e8535 02:28:17 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 02:28:17 ---> Running in 13d2ad4e864c 02:28:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:28:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:28:17 (1/2) Installing ca-certificates (20220614-r4) 02:28:17 (2/2) Installing dumb-init (1.2.5-r2) 02:28:17 Executing busybox-1.35.0-r29.trigger 02:28:17 Executing ca-certificates-20220614-r4.trigger 02:28:17 OK: 8 MiB in 17 packages 02:28:17 Removing intermediate container 13d2ad4e864c 02:28:17 ---> 589f3532501d 02:28:17 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 02:28:17 ---> 2a5f1d221325 02:28:17 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 02:28:17 ---> cbe33600a41f 02:28:17 Step 19/26 : COPY --from=builder /app/res/ /res/ 02:28:17 ---> faf29099b46a 02:28:17 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 02:28:19 ---> e78de85f51a2 02:28:19 Step 21/26 : EXPOSE 48095 02:28:19 ---> Running in d31964f5d210 02:28:19 Removing intermediate container d31964f5d210 02:28:19 ---> 046ee15cce41 02:28:19 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 02:28:19 ---> Running in 521873edd643 02:28:19 Removing intermediate container 521873edd643 02:28:19 ---> ebcf52dfc7ce 02:28:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:28:19 ---> Running in 7baeeed87c89 02:28:20 Removing intermediate container 7baeeed87c89 02:28:20 ---> 16551a9b565f 02:28:20 Step 24/26 : LABEL arch=arm64 02:28:20 ---> Running in d0f967726a2b 02:28:20 Removing intermediate container d0f967726a2b 02:28:20 ---> a27303f4409f 02:28:20 Step 25/26 : LABEL git_sha=726c7bac779ae455276856dfdf2d144874947dc5 02:28:20 ---> Running in 5ff73f57917e 02:28:20 Removing intermediate container 5ff73f57917e 02:28:20 ---> b81276a4f44e 02:28:20 Step 26/26 : LABEL version=3.0.0-dev.27 02:28:20 ---> Running in f6c781f64b43 02:28:21 Removing intermediate container f6c781f64b43 02:28:21 ---> 94d01943979d 02:28:21 [Warning] One or more build-args [ARCH] were not consumed 02:28:21 Successfully built 94d01943979d 02:28:21 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 02:28:21 provisioning config files... 02:28:21 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/144@tmp/config4525388822593876624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:28:21 ---> docker-login.sh 02:28:21 nexus3.edgexfoundry.org:10001 02:28:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:21 Configure a credential helper to remove this warning. See 02:28:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:21 02:28:21 Login Succeeded 02:28:21 nexus3.edgexfoundry.org:10002 02:28:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:22 Configure a credential helper to remove this warning. See 02:28:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:22 02:28:22 Login Succeeded 02:28:22 nexus3.edgexfoundry.org:10003 02:28:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:22 Configure a credential helper to remove this warning. See 02:28:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:22 02:28:22 Login Succeeded 02:28:22 nexus3.edgexfoundry.org:10004 02:28:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:22 Configure a credential helper to remove this warning. See 02:28:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:22 02:28:22 Login Succeeded 02:28:22 docker.io 02:28:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:23 Configure a credential helper to remove this warning. See 02:28:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:23 02:28:23 Login Succeeded 02:28:23 ---> docker-login.sh ends [Pipeline] } 02:28:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:28:23 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 02:28:23 726c7bac779ae455276856dfdf2d144874947dc5 02:28:23 latest 02:28:23 3.0.0-dev.27 02:28:23 726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 02:28:23 main 02:28:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:23 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:23 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:726c7bac779ae455276856dfdf2d144874947dc5 02:28:23 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 02:28:23 2cda86a74f7d: Preparing 02:28:23 ce80298d711a: Preparing 02:28:23 3b37665f0279: Preparing 02:28:23 e7b36cf08e24: Preparing 02:28:23 914fb38cbb60: Preparing 02:28:23 edf70074bd40: Preparing 02:28:23 edf70074bd40: Waiting 02:28:24 e7b36cf08e24: Pushed 02:28:24 ce80298d711a: Pushed 02:28:24 3b37665f0279: Pushed 02:28:24 edf70074bd40: Layer already exists 02:28:24 914fb38cbb60: Pushed 02:28:29 2cda86a74f7d: Pushed 02:28:29 726c7bac779ae455276856dfdf2d144874947dc5: digest: sha256:8f6352b132a6800707f226baf2be8762fab181db2ddc7b646911cc10145c9cb4 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:30 + 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 02:28:30 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 02:28:30 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 02:28:30 2cda86a74f7d: Preparing 02:28:30 ce80298d711a: Preparing 02:28:30 3b37665f0279: Preparing 02:28:30 e7b36cf08e24: Preparing 02:28:30 914fb38cbb60: Preparing 02:28:30 edf70074bd40: Preparing 02:28:30 edf70074bd40: Waiting 02:28:30 ce80298d711a: Layer already exists 02:28:30 914fb38cbb60: Layer already exists 02:28:30 3b37665f0279: Layer already exists 02:28:30 2cda86a74f7d: Layer already exists 02:28:30 e7b36cf08e24: Layer already exists 02:28:30 edf70074bd40: Layer already exists 02:28:30 latest: digest: sha256:8f6352b132a6800707f226baf2be8762fab181db2ddc7b646911cc10145c9cb4 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:31 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:31 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.27 02:28:31 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 02:28:31 2cda86a74f7d: Preparing 02:28:31 ce80298d711a: Preparing 02:28:31 3b37665f0279: Preparing 02:28:31 e7b36cf08e24: Preparing 02:28:31 914fb38cbb60: Preparing 02:28:31 edf70074bd40: Preparing 02:28:31 edf70074bd40: Waiting 02:28:31 2cda86a74f7d: Layer already exists 02:28:31 e7b36cf08e24: Layer already exists 02:28:31 3b37665f0279: Layer already exists 02:28:31 914fb38cbb60: Layer already exists 02:28:31 ce80298d711a: Layer already exists 02:28:31 edf70074bd40: Layer already exists 02:28:31 3.0.0-dev.27: digest: sha256:8f6352b132a6800707f226baf2be8762fab181db2ddc7b646911cc10145c9cb4 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:31 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:32 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 02:28:32 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 02:28:32 2cda86a74f7d: Preparing 02:28:32 ce80298d711a: Preparing 02:28:32 3b37665f0279: Preparing 02:28:32 e7b36cf08e24: Preparing 02:28:32 914fb38cbb60: Preparing 02:28:32 edf70074bd40: Preparing 02:28:32 edf70074bd40: Waiting 02:28:32 3b37665f0279: Layer already exists 02:28:32 914fb38cbb60: Layer already exists 02:28:32 e7b36cf08e24: Layer already exists 02:28:32 ce80298d711a: Layer already exists 02:28:32 2cda86a74f7d: Layer already exists 02:28:32 edf70074bd40: Layer already exists 02:28:32 726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27: digest: sha256:8f6352b132a6800707f226baf2be8762fab181db2ddc7b646911cc10145c9cb4 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:32 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:33 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 02:28:33 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 02:28:33 2cda86a74f7d: Preparing 02:28:33 ce80298d711a: Preparing 02:28:33 3b37665f0279: Preparing 02:28:33 e7b36cf08e24: Preparing 02:28:33 914fb38cbb60: Preparing 02:28:33 edf70074bd40: Preparing 02:28:33 edf70074bd40: Waiting 02:28:33 3b37665f0279: Layer already exists 02:28:33 914fb38cbb60: Layer already exists 02:28:33 ce80298d711a: Layer already exists 02:28:33 e7b36cf08e24: Layer already exists 02:28:33 2cda86a74f7d: Layer already exists 02:28:33 edf70074bd40: Layer already exists 02:28:33 main: digest: sha256:8f6352b132a6800707f226baf2be8762fab181db2ddc7b646911cc10145c9cb4 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:33 ===================================================== [Pipeline] echo 02:28:33 taggedImages: 02:28:33 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:726c7bac779ae455276856dfdf2d144874947dc5 02:28:33 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 02:28:33 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.27 02:28:33 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:726c7bac779ae455276856dfdf2d144874947dc5-3.0.0-dev.27 02:28:33 - 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 02:28:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:28:33 02:28:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:28:34 arm64: Pulling from edgex-lftools-log-publisher 02:28:34 8998bd30e6a1: Pulling fs layer 02:28:34 04944245beec: Pulling fs layer 02:28:34 699f458cf7ca: Pulling fs layer 02:28:34 765212b225bb: Pulling fs layer 02:28:34 f23df028b6ca: Pulling fs layer 02:28:34 d65c8cfc05b1: Pulling fs layer 02:28:34 2437ff75d9bd: Pulling fs layer 02:28:34 f23df028b6ca: Waiting 02:28:34 d65c8cfc05b1: Waiting 02:28:34 2437ff75d9bd: Waiting 02:28:34 765212b225bb: Waiting 02:28:34 04944245beec: Verifying Checksum 02:28:34 04944245beec: Download complete 02:28:34 765212b225bb: Verifying Checksum 02:28:34 765212b225bb: Download complete 02:28:34 f23df028b6ca: Download complete 02:28:34 d65c8cfc05b1: Verifying Checksum 02:28:34 d65c8cfc05b1: Download complete 02:28:34 699f458cf7ca: Verifying Checksum 02:28:34 699f458cf7ca: Download complete 02:28:35 8998bd30e6a1: Verifying Checksum 02:28:35 8998bd30e6a1: Download complete 02:28:37 2437ff75d9bd: Verifying Checksum 02:28:37 2437ff75d9bd: Download complete 02:28:39 8998bd30e6a1: Pull complete 02:28:39 04944245beec: Pull complete 02:28:40 699f458cf7ca: Pull complete 02:28:41 765212b225bb: Pull complete 02:28:41 f23df028b6ca: Pull complete 02:28:41 d65c8cfc05b1: Pull complete 02:28:56 2437ff75d9bd: Pull complete 02:28:56 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:28:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:28:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:28:57 prd-ubuntu20.04-docker-arm64-4c-16g-5975 does not seem to be running inside a container 02:28: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/144 -v /w/workspace/app-service-configurable/144:/w/workspace/app-service-configurable/144:rw,z -v /w/workspace/app-service-configurable/144@tmp:/w/workspace/app-service-configurable/144@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:arm64 cat 02:28:59 $ docker top 3a1ee6f26ea17b06174cf4000b563e93706df1f3ef323fc6164226597a3a507b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:29:00 ---> job-cost.sh 02:29:00 lf-activate-venv: SKIPPING 02:29:00 INFO: No Stack... 02:29:00 INFO: Retrieving Pricing Info for: v3-standard-4 02:29:01 INFO: Archiving Costs [Pipeline] sh 02:29:02 + cat /w/workspace/app-service-configurable/144/archives/cost.csv 02:29:02 + cut -d, -f6 [Pipeline] lock 02:29:02 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] 02:29:02 Resource [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] did not exist. Created. 02:29:02 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:29:03 /w/workspace/app-service-configurable/144@tmp/durable-a03738fa/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:29:03 + echo total: 0.10999999940395355 [Pipeline] stash 02:29:03 Warning: overwriting stash ‘stack-cost’ 02:29:03 Stashed 1 file(s) [Pipeline] } 02:29:03 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-144-stack-cost] [Pipeline] // lock [Pipeline] } 02:29:03 $ docker stop --time=1 3a1ee6f26ea17b06174cf4000b563e93706df1f3ef323fc6164226597a3a507b 02:29:05 $ docker rm -f --volumes 3a1ee6f26ea17b06174cf4000b563e93706df1f3ef323fc6164226597a3a507b [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 02:29:05 provisioning config files... 02:29:05 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7302986286268454436tmp [Pipeline] { [Pipeline] sh 02:29:06 + set +x 02:29:06 + curl -s https://codecov.io/bash 02:29:06 + bash -s -- 02:29:06 02:29:06 _____ _ 02:29:06 / ____| | | 02:29:06 | | ___ __| | ___ ___ _____ __ 02:29:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:29:06 | |___| (_) | (_| | __/ (_| (_) \ V / 02:29:06 \_____\___/ \__,_|\___|\___\___/ \_/ 02:29:06 Bash-1.0.6 02:29:06 02:29:06 02:29:06 ==> git version 2.25.1 found 02:29: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 02:29:06 Release-Date: 2020-01-08 02:29: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 02:29:06 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:29:06 ==> Jenkins CI detected. 02:29:06 current dir:  /w/workspace/ry_app-service-configurable_main 02:29:06 project root: . 02:29:06 --> token set from env 02:29:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:29:06 ==> Running gcov in . (disable via -X gcov) 02:29:06 ==> Python coveragepy not found 02:29:06 ==> Searching for coverage reports in: 02:29:06 + . 02:29:06 -> Found 1 reports 02:29:06 ==> Detecting git/mercurial file structure 02:29:06 ==> Reading reports 02:29:06 + ./coverage.out bytes=13 02:29:06 ==> Appending adjustments 02:29:06 https://docs.codecov.io/docs/fixing-reports 02:29:06 + Found adjustments 02:29:06 ==> Gzipping contents 02:29:06 4.0K /tmp/codecov.owVMIh.gz 02:29:06 ==> Uploading reports 02:29:06 url: https://codecov.io 02:29:06 query: branch=main&commit=726c7bac779ae455276856dfdf2d144874947dc5&build=144&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F144%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 02:29:06 -> Pinging Codecov 02:29: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=726c7bac779ae455276856dfdf2d144874947dc5&build=144&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F144%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 02:29:06 -> Uploading to 02:29:06 https://storage.googleapis.com/codecov/v4/raw/2023-03-28/A97CA9966030D2A3747ED39772930CCE/726c7bac779ae455276856dfdf2d144874947dc5/32bf795e-d07a-4b86-bb55-b7fddf82cd37.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230328%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230328T022906Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6a6a46381dbb999d1fe98d59adb147daa191f3d2c4cd811e662bb0198d04355e 02:29:06 % Total % Received % Xferd Average Speed Time Time Time Current 02:29:06 Dload Upload Total Spent Left Speed 02:29:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 1464 --:--:-- --:--:-- --:--:-- 1459 100 429 0 0 100 429 0 1459 --:--:-- --:--:-- --:--:-- 1454 02:29:06 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] } 02:29:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:29:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:29:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:29:07 02:29:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:29:07 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:29:07 df9b9388f04a: Pulling fs layer 02:29:07 52dc419b0ee2: Pulling fs layer 02:29:07 25bc292e5bac: Pulling fs layer 02:29:07 114826534d7a: Pulling fs layer 02:29:07 4657fd5d0bcf: Pulling fs layer 02:29:07 6ad1cebc031e: Pulling fs layer 02:29:07 8a3aa393b2d8: Pulling fs layer 02:29:07 114826534d7a: Waiting 02:29:07 4657fd5d0bcf: Waiting 02:29:07 6ad1cebc031e: Waiting 02:29:07 8a3aa393b2d8: Waiting 02:29:07 25bc292e5bac: Verifying Checksum 02:29:07 25bc292e5bac: Download complete 02:29:07 52dc419b0ee2: Verifying Checksum 02:29:07 52dc419b0ee2: Download complete 02:29:07 4657fd5d0bcf: Verifying Checksum 02:29:07 4657fd5d0bcf: Download complete 02:29:07 df9b9388f04a: Verifying Checksum 02:29:07 6ad1cebc031e: Verifying Checksum 02:29:07 6ad1cebc031e: Download complete 02:29:07 df9b9388f04a: Pull complete 02:29:07 52dc419b0ee2: Pull complete 02:29:07 25bc292e5bac: Pull complete 02:29:08 114826534d7a: Verifying Checksum 02:29:08 114826534d7a: Download complete 02:29:08 8a3aa393b2d8: Verifying Checksum 02:29:08 8a3aa393b2d8: Download complete 02:29:12 114826534d7a: Pull complete 02:29:12 4657fd5d0bcf: Pull complete 02:29:12 6ad1cebc031e: Pull complete 02:29:14 8a3aa393b2d8: Pull complete 02:29:14 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 02:29:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:29:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:14 prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container 02:29: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 02:29:17 $ docker top 087d3c7c59056fc19f15e98d3360cc46473b01a3dbac1d6b42a34639639ef7ee -eo pid,comm [Pipeline] { [Pipeline] echo 02:29:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 02:29:17 + set -o pipefail 02:29:17 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 02:29:22 02:29:22 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 02:29:22 02:29:22 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/e8d6c23b-2897-4fdc-b3e6-9f730861f2b4 02:29:22 02:29:22 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 02:29:22 02:29:22 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:29:22 02:29:22 02:29:22 A medium severity vulnerability was found in the Snyk CLI versions you are using. 02:29:22 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 02:29:22 More details here: https://snyk.co/ue1NS [Pipeline] } 02:29:22 $ docker stop --time=1 087d3c7c59056fc19f15e98d3360cc46473b01a3dbac1d6b42a34639639ef7ee 02:29:25 $ docker rm -f --volumes 087d3c7c59056fc19f15e98d3360cc46473b01a3dbac1d6b42a34639639ef7ee [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 02:29:25 + git log --format=format:%s -1 726c7bac779ae455276856dfdf2d144874947dc5 [Pipeline] sh 02:29:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:29:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:29:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:26 prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container 02:29:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:29:27 $ docker top ee36233c4a4f923a0bf6f6ebe492f26b356715d365fef427c2ff3db141ae470b -eo pid,comm 02:29:27 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). 02:29:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:29:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:29:27 [ssh-agent] Looking for ssh-agent implementation... 02:29:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:29:27 $ docker exec ee36233c4a4f923a0bf6f6ebe492f26b356715d365fef427c2ff3db141ae470b ssh-agent 02:29:27 SSH_AUTH_SOCK=/tmp/ssh-WLe8uwBOtyuY/agent.33 02:29:27 SSH_AGENT_PID=39 02:29:27 Running ssh-add (command line suppressed) 02:29:27 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8005680767886148764.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8005680767886148764.key) 02:29:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:29:27 + git semver tag 02:29:28 2023-03-28 02:29:28,029 [run_tag] DEBUG tag force:False 02:29:28 2023-03-28 02:29:28,030 [check_head_tag] DEBUG check head tag 02:29:28 2023-03-28 02:29:28,031 [execute] INFO git cat-file --batch-check 02:29:28 2023-03-28 02:29:28,031 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 02:29:28 2023-03-28 02:29:28,035 [execute] INFO git cat-file --batch 02:29:28 2023-03-28 02:29:28,035 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 02:29:28 2023-03-28 02:29:28,063 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 02:29:28 2023-03-28 02:29:28,063 [execute] INFO git tag -a v3.0.0-dev.27 -m v3.0.0-dev.27 02:29:28 2023-03-28 02:29:28,063 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.27', '-m', 'v3.0.0-dev.27'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 02:29:28 2023-03-28 02:29:28,068 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 02:29:28 3.0.0-dev.27 [Pipeline] } 02:29:28 $ docker exec --env ******** --env ******** ee36233c4a4f923a0bf6f6ebe492f26b356715d365fef427c2ff3db141ae470b ssh-agent -k 02:29:28 unset SSH_AUTH_SOCK; 02:29:28 unset SSH_AGENT_PID; 02:29:28 echo Agent pid 39 killed; 02:29:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:29:28 + git semver [Pipeline] } 02:29:29 $ docker stop --time=1 ee36233c4a4f923a0bf6f6ebe492f26b356715d365fef427c2ff3db141ae470b 02:29:30 $ docker rm -f --volumes ee36233c4a4f923a0bf6f6ebe492f26b356715d365fef427c2ff3db141ae470b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:29:30 02:29:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:29:31 0.23.1-centos7: Pulling from edgex-lftools 02:29:31 ab5ef0e58194: Pulling fs layer 02:29:31 9712f1f96733: Pulling fs layer 02:29:31 63f879dbbcfc: Pulling fs layer 02:29:31 0d9ebad4ef96: Pulling fs layer 02:29:31 e9a5061849ea: Pulling fs layer 02:29:31 d747dcd14b5f: Pulling fs layer 02:29:31 2de7ff778b66: Pulling fs layer 02:29:31 0d9ebad4ef96: Waiting 02:29:31 e9a5061849ea: Waiting 02:29:31 d747dcd14b5f: Waiting 02:29:31 9712f1f96733: Verifying Checksum 02:29:31 9712f1f96733: Download complete 02:29:31 63f879dbbcfc: Verifying Checksum 02:29:31 63f879dbbcfc: Download complete 02:29:31 0d9ebad4ef96: Verifying Checksum 02:29:31 0d9ebad4ef96: Download complete 02:29:31 e9a5061849ea: Verifying Checksum 02:29:31 e9a5061849ea: Download complete 02:29:31 d747dcd14b5f: Verifying Checksum 02:29:31 d747dcd14b5f: Download complete 02:29:31 ab5ef0e58194: Verifying Checksum 02:29:31 ab5ef0e58194: Download complete 02:29:31 2de7ff778b66: Verifying Checksum 02:29:31 2de7ff778b66: Download complete 02:29:34 ab5ef0e58194: Pull complete 02:29:34 9712f1f96733: Pull complete 02:29:34 63f879dbbcfc: Pull complete 02:29:38 0d9ebad4ef96: Pull complete 02:29:38 e9a5061849ea: Pull complete 02:29:38 d747dcd14b5f: Pull complete 02:29:39 2de7ff778b66: Pull complete 02:29:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:29:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:29:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:39 prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container 02:29:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:29:43 $ docker top 0c838eb1aac8136fda67f5dbd5995301b14c9153ef01499372d7dfc0b7278c2b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:29:43 provisioning config files... 02:29:43 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9773656125618508014tmp 02:29:43 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3802085576659093353tmp 02:29:43 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config11264061740835861198tmp [Pipeline] { [Pipeline] echo 02:29:43 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:29:43 ---> sigul-configuration.sh 02:29:43 gpg: directory `/root/.gnupg' created 02:29:43 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:29:43 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:29:43 gpg: keyring `/root/.gnupg/secring.gpg' created 02:29:43 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:29:43 gpg: CAST5 encrypted data 02:29:43 gpg: encrypted with 1 passphrase 02:29:43 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:29:43 + mkdir /home/jenkins 02:29:43 + mkdir /home/jenkins/sigul [Pipeline] sh 02:29:44 + 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 02:29:44 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:29:44 ---> sigul-install.sh 02:29:44 Sigul already installed; skipping installation. [Pipeline] sh 02:29:44 + git tag --list 02:29:44 v1.0.0 02:29:44 v1.1.0 02:29:44 v1.2.0 02:29:44 v1.3.0 02:29:44 v1.3.1 02:29:44 v2.0.0 02:29:44 v2.0.1 02:29:44 v2.1.0 02:29:44 v2.1.1 02:29:44 v2.1.1-dev.1 02:29:44 v2.1.1-dev.2 02:29:44 v2.2.0 02:29:44 v2.2.1-dev.1 02:29:44 v2.2.1-dev.10 02:29:44 v2.2.1-dev.2 02:29:44 v2.2.1-dev.3 02:29:44 v2.2.1-dev.4 02:29:44 v2.2.1-dev.5 02:29:44 v2.2.1-dev.6 02:29:44 v2.2.1-dev.7 02:29:44 v2.2.1-dev.8 02:29:44 v2.2.1-dev.9 02:29:44 v2.3.0 02:29:44 v2.3.0-dev.10 02:29:44 v2.3.0-dev.11 02:29:44 v2.3.0-dev.12 02:29:44 v2.3.0-dev.13 02:29:44 v2.3.0-dev.14 02:29:44 v2.3.0-dev.15 02:29:44 v2.3.0-dev.16 02:29:44 v2.3.0-dev.17 02:29:44 v2.3.0-dev.18 02:29:44 v2.3.0-dev.19 02:29:44 v2.3.0-dev.20 02:29:44 v2.3.0-dev.21 02:29:44 v2.3.0-dev.22 02:29:44 v2.3.0-dev.23 02:29:44 v2.3.0-dev.24 02:29:44 v2.3.0-dev.25 02:29:44 v2.3.0-dev.26 02:29:44 v2.3.0-dev.27 02:29:44 v2.3.0-dev.28 02:29:44 v2.3.0-dev.29 02:29:44 v2.3.0-dev.30 02:29:44 v2.3.0-dev.31 02:29:44 v2.3.0-dev.32 02:29:44 v2.3.0-dev.33 02:29:44 v2.3.0-dev.34 02:29:44 v2.3.0-dev.35 02:29:44 v2.3.0-dev.36 02:29:44 v2.3.0-dev.37 02:29:44 v3.0.0-dev.1 02:29:44 v3.0.0-dev.10 02:29:44 v3.0.0-dev.11 02:29:44 v3.0.0-dev.12 02:29:44 v3.0.0-dev.13 02:29:44 v3.0.0-dev.14 02:29:44 v3.0.0-dev.15 02:29:44 v3.0.0-dev.16 02:29:44 v3.0.0-dev.17 02:29:44 v3.0.0-dev.18 02:29:44 v3.0.0-dev.19 02:29:44 v3.0.0-dev.2 02:29:44 v3.0.0-dev.20 02:29:44 v3.0.0-dev.21 02:29:44 v3.0.0-dev.22 02:29:44 v3.0.0-dev.23 02:29:44 v3.0.0-dev.24 02:29:44 v3.0.0-dev.25 02:29:44 v3.0.0-dev.26 02:29:44 v3.0.0-dev.27 02:29:44 v3.0.0-dev.3 02:29:44 v3.0.0-dev.4 02:29:44 v3.0.0-dev.5 02:29:44 v3.0.0-dev.6 02:29:44 v3.0.0-dev.7 02:29:44 v3.0.0-dev.8 02:29:44 v3.0.0-dev.9 [Pipeline] sh 02:29:44 + lftools sign git-tag v3.0.0-dev.27 02:29:45 Signing Git tag with Sigul... 02:29:45 Signing v3.0.0-dev.27 [Pipeline] echo 02:29:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:29:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:29:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:29:46 $ docker stop --time=1 0c838eb1aac8136fda67f5dbd5995301b14c9153ef01499372d7dfc0b7278c2b 02:29:47 $ docker rm -f --volumes 0c838eb1aac8136fda67f5dbd5995301b14c9153ef01499372d7dfc0b7278c2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:29:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:29:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:29:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:48 prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container 02:29:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:29:49 $ docker top c5b8ccba7d4f776a194fdf4459f76db2e46a64a068798bf32675baabed60c073 -eo pid,comm 02:29:49 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). 02:29:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:29:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:29:49 [ssh-agent] Looking for ssh-agent implementation... 02:29:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:29:49 $ docker exec c5b8ccba7d4f776a194fdf4459f76db2e46a64a068798bf32675baabed60c073 ssh-agent 02:29:49 SSH_AUTH_SOCK=/tmp/ssh-ltVoXBBAGsJF/agent.33 02:29:49 SSH_AGENT_PID=39 02:29:49 Running ssh-add (command line suppressed) 02:29:49 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3595608113816155565.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3595608113816155565.key) 02:29:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:29:49 + git semver bump pre 02:29:50 2023-03-28 02:29:50,051 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 02:29:50 2023-03-28 02:29:50,051 [bump_version] DEBUG bumping version:3.0.0-dev.27 on axis:pre with prefix:dev 02:29:50 2023-03-28 02:29:50,051 [bump_version] DEBUG bumped version:3.0.0-dev.28 02:29:50 2023-03-28 02:29:50,051 [write_version] DEBUG write version:3.0.0-dev.28 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 02:29:50 2023-03-28 02:29:50,051 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 02:29:50 2023-03-28 02:29:50,051 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 02:29:50 2023-03-28 02:29:50,055 [execute] INFO git cat-file --batch-check 02:29:50 2023-03-28 02:29:50,055 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 02:29:50 2023-03-28 02:29:50,061 [execute] INFO git cat-file --batch 02:29:50 2023-03-28 02:29:50,062 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 02:29:50 2023-03-28 02:29:50,067 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 02:29:50 3.0.0-dev.28 [Pipeline] } 02:29:50 $ docker exec --env ******** --env ******** c5b8ccba7d4f776a194fdf4459f76db2e46a64a068798bf32675baabed60c073 ssh-agent -k 02:29:50 unset SSH_AUTH_SOCK; 02:29:50 unset SSH_AGENT_PID; 02:29:50 echo Agent pid 39 killed; 02:29:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:29:50 + git semver [Pipeline] } 02:29:51 $ docker stop --time=1 c5b8ccba7d4f776a194fdf4459f76db2e46a64a068798bf32675baabed60c073 02:29:52 $ docker rm -f --volumes c5b8ccba7d4f776a194fdf4459f76db2e46a64a068798bf32675baabed60c073 [Pipeline] // withDockerContainer [Pipeline] sh 02:29:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:29:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:29:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:53 prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container 02:29:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:29:53 $ docker top 59734a8d3b2e4a69b821bc33d0c5849d2f3a835c38b104399c81321e42f9221d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:29:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:29:53 [ssh-agent] Looking for ssh-agent implementation... 02:29:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:29:53 $ docker exec 59734a8d3b2e4a69b821bc33d0c5849d2f3a835c38b104399c81321e42f9221d ssh-agent 02:29:53 SSH_AUTH_SOCK=/tmp/ssh-ir39oU7ftWes/agent.33 02:29:53 SSH_AGENT_PID=39 02:29:53 Running ssh-add (command line suppressed) 02:29:53 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3361427765984956210.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3361427765984956210.key) 02:29:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:29:54 + git semver push 02:29:54 2023-03-28 02:29:54,281 [run_push] DEBUG push 02:29:54 2023-03-28 02:29:54,282 [execute] INFO git cat-file --batch-check 02:29:54 2023-03-28 02:29:54,283 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 02:29:54 2023-03-28 02:29:54,286 [execute] INFO git rev-list 509e68090056c654209a1b9a4fca415ee05d3307 -- 02:29:54 2023-03-28 02:29:54,286 [execute] DEBUG Popen(['git', 'rev-list', '509e68090056c654209a1b9a4fca415ee05d3307', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 02:29:54 2023-03-28 02:29:54,293 [execute] INFO git fetch -v origin 02:29:54 2023-03-28 02:29:54,294 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 02:29:54 2023-03-28 02:29:54,777 [run_push] DEBUG no remote changes detected 02:29:54 2023-03-28 02:29:54,777 [execute] INFO git push origin semver 02:29:54 2023-03-28 02:29:54,778 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 02:29:55 2023-03-28 02:29:55,565 [run_push] DEBUG push all version tags 02:29:55 2023-03-28 02:29:55,565 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:29:55 2023-03-28 02:29:55,566 [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) 02:29:56 2023-03-28 02:29:56,310 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 02:29:56 3.0.0-dev.28 [Pipeline] } 02:29:56 $ docker exec --env ******** --env ******** 59734a8d3b2e4a69b821bc33d0c5849d2f3a835c38b104399c81321e42f9221d ssh-agent -k 02:29:56 unset SSH_AUTH_SOCK; 02:29:56 unset SSH_AGENT_PID; 02:29:56 echo Agent pid 39 killed; 02:29:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:29:56 + git semver [Pipeline] } 02:29:57 $ docker stop --time=1 59734a8d3b2e4a69b821bc33d0c5849d2f3a835c38b104399c81321e42f9221d 02:29:58 $ docker rm -f --volumes 59734a8d3b2e4a69b821bc33d0c5849d2f3a835c38b104399c81321e42f9221d [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 02:29:59 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 02:29:59 + ls -al /w/workspace/ry_app-service-configurable_main/archives 02:29:59 total 16 02:29:59 drwxr-xr-x 3 root root 4096 Mar 28 02:17 . 02:29:59 drwxrwxr-x 9 jenkins jenkins 4096 Mar 28 02:29 .. 02:29:59 drwxr-xr-x 2 root root 4096 Mar 28 02:17 cost 02:29:59 -rw-r--r-- 1 root root 96 Mar 28 02:17 cost.csv 02:29:59 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 02:29:59 + ls -al /w/workspace/ry_app-service-configurable_main/archives 02:29:59 total 16 02:29:59 drwxr-xr-x 3 jenkins jenkins 4096 Mar 28 02:17 . 02:29:59 drwxrwxr-x 9 jenkins jenkins 4096 Mar 28 02:29 .. 02:29:59 drwxr-xr-x 2 jenkins jenkins 4096 Mar 28 02:17 cost 02:29:59 -rw-r--r-- 1 jenkins jenkins 96 Mar 28 02:17 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:29:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:30:00 ---> package-listing.sh 02:30:00 ++ tr '[:upper:]' '[:lower:]' 02:30:00 ++ facter osfamily 02:30:00 + OS_FAMILY=debian 02:30:00 + workspace=/w/workspace/ry_app-service-configurable_main 02:30:00 + START_PACKAGES=/tmp/packages_start.txt 02:30:00 + END_PACKAGES=/tmp/packages_end.txt 02:30:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:30:00 + PACKAGES=/tmp/packages_start.txt 02:30:00 + '[' /w/workspace/ry_app-service-configurable_main ']' 02:30:00 + PACKAGES=/tmp/packages_end.txt 02:30:00 + case "${OS_FAMILY}" in 02:30:00 + dpkg -l 02:30:00 + grep '^ii' 02:30:00 + '[' -f /tmp/packages_start.txt ']' 02:30:00 + '[' -f /tmp/packages_end.txt ']' 02:30:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:30:00 + '[' /w/workspace/ry_app-service-configurable_main ']' 02:30:00 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 02:30:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 02:30:00 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 02:30:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:30:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:30:01 prd-ubuntu20.04-docker-8c-8g-5974 does not seem to be running inside a container 02:30:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:30:01 $ docker top 760eade58bba05257c5d00812df71f61db12a33d82c5e12496c392a2d2335e18 -eo pid,comm [Pipeline] { [Pipeline] sh 02:30:02 + touch /tmp/pre-build-complete [Pipeline] sh 02:30:02 + mkdir -p /var/log/sysstat [Pipeline] sh 02:30:02 + ls /var/log/sa-host 02:30:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:30:02 provisioning config files... 02:30:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14172624732274258262tmp [Pipeline] { [Pipeline] echo 02:30:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:30:03 ---> create-netrc.sh [Pipeline] } 02:30:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:30:03 ---> python-tools-install.sh [Pipeline] echo 02:30:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:30:03 ---> sudo-logs.sh 02:30:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:30:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:30:04 ---> job-cost.sh 02:30:04 lf-activate-venv: SKIPPING 02:30:04 DEBUG: total: 0.2199999988079071 02:30:04 INFO: Retrieving Stack Cost... 02:30:04 INFO: Retrieving Pricing Info for: v3-standard-8 02:30:04 INFO: Archiving Costs [Pipeline] echo 02:30:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:30:05 ---> logs-deploy.sh 02:30:05 lf-activate-venv: SKIPPING 02:30:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/144 02:30:05 INFO: archiving workspace using pattern(s): 02:30:06 Archives upload complete. 02:30:06 INFO: archiving logs to Nexus 02:30:06 ---> uname -a: 02:30:06 Linux prd-ubuntu20-04-docker-8c-8g-5974 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:30:06 02:30:06