Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dd1354e29c7435bb79278fb9ff8e460793054574 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-ssh17131351691350389141.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-ssh9954976226343079714.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-ssh3818617975544422982.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-ssh12546502231728678366.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-ssh2691415389195292835.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-5444’ Running on prd-ubuntu20.04-docker-8c-8g-5446 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 dd1354e29c7435bb79278fb9ff8e460793054574 (main) Commit message: "fix(snap): Refactor to avoid conflicts with readonly config provider directory (#533)" > 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 dd1354e29c7435bb79278fb9ff8e460793054574 # timeout=10 > git rev-list --no-walk 11af183f2194c3fd12bdcc9d8b6be264b57aff6c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:38:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:38:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:38:04 ========================================================= 11:38:04 EdgeX Global Pipelines Version Info 11:38:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:38:05 ------------------- 11:38:05 stable info: 11:38:05 ------------------- 11:38:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:38:05 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 11:38:05 Message: update stable to v1.0.245 11:38:05 ------------------- 11:38:05 experimental info: 11:38:05 ------------------- 11:38:05 Commited By: **** collab-it+edgex@linuxfoundation.org 11:38:05 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 11:38:05 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dd1354e [Pipeline] echo 11:38:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:38:06 provisioning config files... 11:38:06 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13248548221574718837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:38:06 ---> docker-login.sh 11:38:06 nexus3.edgexfoundry.org:10001 11:38:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:07 Configure a credential helper to remove this warning. See 11:38:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:07 11:38:07 Login Succeeded 11:38:07 nexus3.edgexfoundry.org:10002 11:38:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:07 Configure a credential helper to remove this warning. See 11:38:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:07 11:38:07 Login Succeeded 11:38:07 nexus3.edgexfoundry.org:10003 11:38:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:07 Configure a credential helper to remove this warning. See 11:38:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:07 11:38:07 Login Succeeded 11:38:07 nexus3.edgexfoundry.org:10004 11:38:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:07 Configure a credential helper to remove this warning. See 11:38:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:07 11:38:07 Login Succeeded 11:38:07 docker.io 11:38:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:07 Configure a credential helper to remove this warning. See 11:38:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:07 11:38:07 Login Succeeded 11:38:07 ---> docker-login.sh ends [Pipeline] } 11:38:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:38:08 + git rev-list -1 --merges dd1354e29c7435bb79278fb9ff8e460793054574~1..dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] echo 11:38:08 -----------> git rev-list -1 --merges dd1354e29c7435bb79278fb9ff8e460793054574~1..dd1354e29c7435bb79278fb9ff8e460793054574 dd1354e29c7435bb79278fb9ff8e460793054574 [false] [Pipeline] sh 11:38:08 + git log --format=format:%s -1 dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] echo 11:38:08 ========================================================= 11:38:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:38:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:38:08 + git log --format=format:%s -1 dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] echo 11:38:08 [semverPrep] GIT_COMMIT: dd1354e29c7435bb79278fb9ff8e460793054574, Commit Message: fix(snap): Refactor to avoid conflicts with readonly config provider directory (#533) [Pipeline] echo 11:38:08 [semverPrep] This is not a build commit. [Pipeline] sh 11:38:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:38:09 + grep -v github /etc/ssh/ssh_known_hosts 11:38:09 + [ -e /tmp/ssh_known_hosts ] 11:38:09 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:38:09 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:38:09 + sudo tee -a /etc/ssh/ssh_known_hosts 11:38:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:38:09 11:38:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:38:09 0.1.4: Pulling from edgex-devops/py-git-semver 11:38:09 b85a868b505f: Pulling fs layer 11:38:09 e2be974225ed: Pulling fs layer 11:38:09 339a4e72a1f5: Pulling fs layer 11:38:09 988bab9f4d93: Pulling fs layer 11:38:09 1469e6f7b9e6: Pulling fs layer 11:38:09 eaf3925da568: Pulling fs layer 11:38:09 1469e6f7b9e6: Waiting 11:38:09 988bab9f4d93: Waiting 11:38:09 bab4dde63d76: Pulling fs layer 11:38:09 eaf3925da568: Waiting 11:38:09 bde34c3a00c8: Pulling fs layer 11:38:09 b352a97aabf1: Pulling fs layer 11:38:09 bde34c3a00c8: Waiting 11:38:09 4872d77fe225: Pulling fs layer 11:38:09 b352a97aabf1: Waiting 11:38:09 5851b861e8e6: Pulling fs layer 11:38:09 4872d77fe225: Waiting 11:38:09 e2be974225ed: Verifying Checksum 11:38:09 988bab9f4d93: Download complete 11:38:10 1469e6f7b9e6: Verifying Checksum 11:38:10 1469e6f7b9e6: Download complete 11:38:10 eaf3925da568: Verifying Checksum 11:38:10 eaf3925da568: Download complete 11:38:10 339a4e72a1f5: Verifying Checksum 11:38:10 339a4e72a1f5: Download complete 11:38:10 bde34c3a00c8: Verifying Checksum 11:38:10 bde34c3a00c8: Download complete 11:38:10 b352a97aabf1: Download complete 11:38:10 4872d77fe225: Verifying Checksum 11:38:10 4872d77fe225: Download complete 11:38:10 5851b861e8e6: Verifying Checksum 11:38:10 5851b861e8e6: Download complete 11:38:10 b85a868b505f: Verifying Checksum 11:38:10 b85a868b505f: Download complete 11:38:10 bab4dde63d76: Verifying Checksum 11:38:10 bab4dde63d76: Download complete 11:38:11 b85a868b505f: Pull complete 11:38:11 e2be974225ed: Pull complete 11:38:12 339a4e72a1f5: Pull complete 11:38:12 988bab9f4d93: Pull complete 11:38:12 1469e6f7b9e6: Pull complete 11:38:12 eaf3925da568: Pull complete 11:38:14 bab4dde63d76: Pull complete 11:38:14 bde34c3a00c8: Pull complete 11:38:14 b352a97aabf1: Pull complete 11:38:15 4872d77fe225: Pull complete 11:38:15 5851b861e8e6: Pull complete 11:38:15 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:38:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:38:15 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:38:15 prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container 11:38:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:38:17 $ docker top beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc -eo pid,comm 11:38:17 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). 11:38:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:38:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:38:17 [ssh-agent] Looking for ssh-agent implementation... 11:38:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:38:17 $ docker exec beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc ssh-agent 11:38:17 SSH_AUTH_SOCK=/tmp/ssh-VtUQeWEsrmZw/agent.32 11:38:17 SSH_AGENT_PID=38 11:38:17 Running ssh-add (command line suppressed) 11:38:17 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2627396192543904565.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2627396192543904565.key) 11:38:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:38:18 + git tag --points-at HEAD [Pipeline] } 11:38:18 $ docker exec --env ******** --env ******** beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc ssh-agent -k 11:38:18 unset SSH_AUTH_SOCK; 11:38:18 unset SSH_AGENT_PID; 11:38:18 echo Agent pid 38 killed; 11:38:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:38:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:38:18 [ssh-agent] Looking for ssh-agent implementation... 11:38:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:38:18 $ docker exec beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc ssh-agent 11:38:18 SSH_AUTH_SOCK=/tmp/ssh-3pUTCru2Ll7F/agent.71 11:38:18 SSH_AGENT_PID=77 11:38:18 Running ssh-add (command line suppressed) 11:38:18 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2213999097150106190.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2213999097150106190.key) 11:38:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:38:18 + git semver init 11:38:19 2023-03-23 11:38:19,074 [run_init] DEBUG init version:0.0.0 force:False 11:38:19 2023-03-23 11:38:19,074 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 11:38:19 2023-03-23 11:38:19,075 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 11:38:19 2023-03-23 11:38:19,075 [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) 11:38:20 2023-03-23 11:38:19,844 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 11:38:20 2023-03-23 11:38:19,845 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 11:38:20 2023-03-23 11:38:19,846 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 11:38:20 2023-03-23 11:38:19,846 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 11:38:20 3.0.0-dev.25 [Pipeline] } 11:38:20 $ docker exec --env ******** --env ******** beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc ssh-agent -k 11:38:20 unset SSH_AUTH_SOCK; 11:38:20 unset SSH_AGENT_PID; 11:38:20 echo Agent pid 77 killed; 11:38:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:38:20 + git semver [Pipeline] } 11:38:20 $ docker stop --time=1 beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc 11:38:22 $ docker rm -f --volumes beedfcf49491dc818ab8ddb402d04a7a72662dda9adcfd27f71494777251d6bc [Pipeline] // withDockerContainer [Pipeline] sh 11:38:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:38:22 Stashed 1 file(s) [Pipeline] echo 11:38:22 [edgeXSemver]: initialized semver on version 3.0.0-dev.25 [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 11:38:22 provisioning config files... 11:38:22 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16596792258969338058tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:38:23 ---> docker-login.sh 11:38:23 nexus3.edgexfoundry.org:10001 11:38:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:23 Configure a credential helper to remove this warning. See 11:38:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:23 11:38:23 Login Succeeded 11:38:23 nexus3.edgexfoundry.org:10002 11:38:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:23 Configure a credential helper to remove this warning. See 11:38:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:23 11:38:23 Login Succeeded 11:38:23 nexus3.edgexfoundry.org:10003 11:38:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:23 Configure a credential helper to remove this warning. See 11:38:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:23 11:38:23 Login Succeeded 11:38:23 nexus3.edgexfoundry.org:10004 11:38:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:23 Configure a credential helper to remove this warning. See 11:38:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:23 11:38:23 Login Succeeded 11:38:23 docker.io 11:38:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:24 Configure a credential helper to remove this warning. See 11:38:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:24 11:38:24 Login Succeeded 11:38:24 ---> docker-login.sh ends [Pipeline] } 11:38:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:38:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:38:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:38:24 ========================================================= 11:38:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 11:38:24 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:24 + 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 . 11:38:24 Sending build context to Docker daemon 3.24MB 11:38:24 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:38:24 Step 2/12 : FROM ${BASE} AS builder 11:38:24 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 11:38:24 63b65145d645: Pulling fs layer 11:38:24 a2d21d5440eb: Pulling fs layer 11:38:24 935e6c44a52c: Pulling fs layer 11:38:24 94cc34f8dd06: Pulling fs layer 11:38:24 30dea6a524f1: Pulling fs layer 11:38:24 a2aff8979fd8: Pulling fs layer 11:38:24 6808be2612f2: Pulling fs layer 11:38:24 f25807f1079a: Pulling fs layer 11:38:24 30dea6a524f1: Waiting 11:38:24 a2aff8979fd8: Waiting 11:38:24 6808be2612f2: Waiting 11:38:24 f25807f1079a: Waiting 11:38:24 94cc34f8dd06: Waiting 11:38:24 a2d21d5440eb: Verifying Checksum 11:38:24 a2d21d5440eb: Download complete 11:38:24 94cc34f8dd06: Verifying Checksum 11:38:24 94cc34f8dd06: Download complete 11:38:24 30dea6a524f1: Verifying Checksum 11:38:24 30dea6a524f1: Download complete 11:38:24 63b65145d645: Verifying Checksum 11:38:24 63b65145d645: Download complete 11:38:24 a2aff8979fd8: Verifying Checksum 11:38:24 a2aff8979fd8: Download complete 11:38:24 63b65145d645: Pull complete 11:38:25 a2d21d5440eb: Pull complete 11:38:25 f25807f1079a: Verifying Checksum 11:38:25 f25807f1079a: Download complete 11:38:25 935e6c44a52c: Verifying Checksum 11:38:25 935e6c44a52c: Download complete 11:38:25 6808be2612f2: Verifying Checksum 11:38:25 6808be2612f2: Download complete 11:38:29 935e6c44a52c: Pull complete 11:38:29 94cc34f8dd06: Pull complete 11:38:29 30dea6a524f1: Pull complete 11:38:29 a2aff8979fd8: Pull complete 11:38:32 6808be2612f2: Pull complete 11:38:32 f25807f1079a: Pull complete 11:38:32 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 11:38:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 11:38:32 ---> 3b553350e43f 11:38:32 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 11:38:34 ---> Running in b861cbf1e626 11:38:34 Removing intermediate container b861cbf1e626 11:38:34 ---> d14cf2738cb2 11:38:34 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 11:38:34 ---> Running in 1b624dad96f4 11:38:34 Removing intermediate container 1b624dad96f4 11:38:34 ---> ec2202c353f7 11:38:34 Step 5/12 : ARG ADD_BUILD_TAGS="" 11:38:35 ---> Running in 471a12e07e3e 11:38:35 Removing intermediate container 471a12e07e3e 11:38:35 ---> 04fbbb7be68a 11:38:35 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:38:35 ---> Running in b1c891f74b8c 11:38:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:38:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:38:36 OK: 265 MiB in 53 packages 11:38:36 Removing intermediate container b1c891f74b8c 11:38:36 ---> 7571094ecc7b 11:38:36 Step 7/12 : WORKDIR /app 11:38:36 ---> Running in d403cde35e99 11:38:36 Removing intermediate container d403cde35e99 11:38:36 ---> 8f8fbe0cb730 11:38:36 Step 8/12 : COPY go.mod vendor* ./ 11:38:36 ---> ab1fcd8d9895 11:38:36 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:38:36 ---> Running in 3eceb2187558 11:38:37 Still waiting to schedule task 11:38:37 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5445’ 11:39:08 Removing intermediate container 3eceb2187558 11:39:08 ---> 9e4895f0c288 11:39:08 Step 10/12 : COPY . . 11:39:08 ---> b361bdd66429 11:39:08 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:39:08 ---> Running in fd8a00fd26e2 11:39:08 Removing intermediate container fd8a00fd26e2 11:39:08 ---> d55141a2de37 11:39:08 Step 12/12 : RUN $MAKE 11:39:08 ---> Running in fb44fe037414 11:39:08 noop 11:39:08 Removing intermediate container fb44fe037414 11:39:08 ---> 42c9bc69309d 11:39:08 Successfully built 42c9bc69309d 11:39:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:39:09 + docker inspect -f . ci-base-image-x86_64 11:39:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:39:09 prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container 11:39:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:39:09 $ docker top 5333069b09458fe75467c448edeb70eb8a54fe6363b51df6ff58f2a85053676c -eo pid,comm [Pipeline] { [Pipeline] sh 11:39:09 + go version 11:39:09 go version go1.20.2 linux/amd64 [Pipeline] } 11:39:09 $ docker stop --time=1 5333069b09458fe75467c448edeb70eb8a54fe6363b51df6ff58f2a85053676c 11:39:11 $ docker rm -f --volumes 5333069b09458fe75467c448edeb70eb8a54fe6363b51df6ff58f2a85053676c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:39:11 + docker inspect -f . ci-base-image-x86_64 11:39:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:39:11 prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container 11:39:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:39:12 $ docker top a2bad5f1f93609ea4266629d6f610beed5b80a2f92c67790e1fced2f97f8c025 -eo pid,comm [Pipeline] { [Pipeline] sh 11:39:12 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 11:39:12 + make test 11:39:12 go test -race -coverprofile=coverage.out ./... 11:39:34 ? github.com/edgexfoundry/app-service-configurable [no test files] 11:39:52 go vet ./... 11:39:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:39:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:39:57 ./bin/test-attribution-txt.sh [Pipeline] echo 11:39:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:39:57 $ docker stop --time=1 a2bad5f1f93609ea4266629d6f610beed5b80a2f92c67790e1fced2f97f8c025 11:39:59 $ docker rm -f --volumes a2bad5f1f93609ea4266629d6f610beed5b80a2f92c67790e1fced2f97f8c025 [Pipeline] // withDockerContainer [Pipeline] sh 11:39:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:39:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:40:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:40:00 + ls -al . 11:40:00 total 176 11:40:00 drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 11:39 . 11:40:00 drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 11:38 .. 11:40:00 -rw-rw-r-- 1 jenkins jenkins 119 Mar 23 11:38 .dockerignore 11:40:00 drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 11:38 .git 11:40:00 drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 11:38 .github 11:40:00 -rw-rw-r-- 1 jenkins jenkins 171 Mar 23 11:38 .gitignore 11:40:00 -rw-rw-r-- 1 jenkins jenkins 41 Mar 23 11:38 .golangci.yml 11:40:00 drwxr-xr-x 3 jenkins jenkins 4096 Mar 23 11:38 .semver 11:40:00 -rw-rw-r-- 1 jenkins jenkins 9320 Mar 23 11:38 Attribution.txt 11:40:00 -rw-rw-r-- 1 jenkins jenkins 29118 Mar 23 11:38 CHANGELOG.md 11:40:00 -rw-rw-r-- 1 jenkins jenkins 1898 Mar 23 11:38 Dockerfile 11:40:00 -rw-rw-r-- 1 jenkins jenkins 677 Mar 23 11:38 GOVERNANCE.md 11:40:00 -rw-rw-r-- 1 jenkins jenkins 688 Mar 23 11:38 Jenkinsfile 11:40:00 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 23 11:38 LICENSE 11:40:00 -rw-rw-r-- 1 jenkins jenkins 618 Mar 23 11:38 OWNERS.md 11:40:00 -rw-rw-r-- 1 jenkins jenkins 4369 Mar 23 11:38 README.md 11:40:00 -rw-rw-r-- 1 jenkins jenkins 12 Mar 23 11:38 VERSION 11:40:00 drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 11:38 bin 11:40:00 -rw-r--r-- 1 jenkins jenkins 13 Mar 23 11:39 coverage.out 11:40:00 -rw-rw-r-- 1 jenkins jenkins 3309 Mar 23 11:38 go.mod 11:40:00 -rw-rw-r-- 1 jenkins jenkins 30618 Mar 23 11:38 go.sum 11:40:00 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 23 11:38 main.go 11:40:00 -rw-rw-r-- 1 jenkins jenkins 2569 Mar 23 11:38 makefile 11:40:00 drwxrwxr-x 9 jenkins jenkins 4096 Mar 23 11:38 res 11:40:00 drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 11:38 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:01 + 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=dd1354e29c7435bb79278fb9ff8e460793054574 --label arch=amd64 --label version=3.0.0-dev.25 . 11:40:01 Sending build context to Docker daemon 3.241MB 11:40:01 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 11:40:01 Step 2/26 : FROM ${BASE} AS builder 11:40:01 ---> 42c9bc69309d 11:40:01 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 11:40:01 ---> Running in 1026c5e36303 11:40:01 Removing intermediate container 1026c5e36303 11:40:01 ---> 9793311d1532 11:40:01 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 11:40:01 ---> Running in b3bae00c6cd2 11:40:01 Removing intermediate container b3bae00c6cd2 11:40:01 ---> 0e40e1e08be8 11:40:01 Step 5/26 : ARG ADD_BUILD_TAGS="" 11:40:01 ---> Running in 459eb0b5d890 11:40:01 Removing intermediate container 459eb0b5d890 11:40:01 ---> 975f3380a2e1 11:40:01 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:40:01 ---> Running in d34b9ef070bb 11:40:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:40:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:40:02 OK: 265 MiB in 53 packages 11:40:03 Removing intermediate container d34b9ef070bb 11:40:03 ---> e1d944a42564 11:40:03 Step 7/26 : WORKDIR /app 11:40:03 ---> Running in f4bd20b38837 11:40:03 Removing intermediate container f4bd20b38837 11:40:03 ---> c8818f101c04 11:40:03 Step 8/26 : COPY go.mod vendor* ./ 11:40:03 ---> ac4b8800f1f9 11:40:03 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:40:03 ---> Running in ecb060c380f0 11:40:04 Removing intermediate container ecb060c380f0 11:40:04 ---> 1fa75b947a66 11:40:04 Step 10/26 : COPY . . 11:40:04 ---> 66149b38588e 11:40:04 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:40:04 ---> Running in 76e74fd5e1f0 11:40:04 Removing intermediate container 76e74fd5e1f0 11:40:04 ---> 540a3382a891 11:40:04 Step 12/26 : RUN $MAKE 11:40:04 ---> Running in e4d3ec1d21e6 11:40:04 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.25" -trimpath -mod=readonly -o app-service-configurable 11:40:22 Removing intermediate container e4d3ec1d21e6 11:40:22 ---> ae5c91b13f14 11:40:22 Step 13/26 : FROM alpine:3.17 11:40:23 3.17: Pulling from library/alpine 11:40:23 63b65145d645: Already exists 11:40:23 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 11:40:23 Status: Downloaded newer image for alpine:3.17 11:40:23 ---> b2aa39c304c2 11:40:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 11:40:23 ---> Running in 6b0fc2f13ebd 11:40:23 Removing intermediate container 6b0fc2f13ebd 11:40:23 ---> 42f14effd81e 11:40:23 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 11:40:23 ---> Running in 72f9af17ea84 11:40:23 Removing intermediate container 72f9af17ea84 11:40:23 ---> 3578d8074301 11:40:23 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 11:40:23 ---> Running in da1780fc7b86 11:40:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:40:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:40:24 (1/2) Installing ca-certificates (20220614-r4) 11:40:24 (2/2) Installing dumb-init (1.2.5-r2) 11:40:24 Executing busybox-1.35.0-r29.trigger 11:40:24 Executing ca-certificates-20220614-r4.trigger 11:40:24 OK: 8 MiB in 17 packages 11:40:25 Removing intermediate container da1780fc7b86 11:40:25 ---> 7cbd536ac12c 11:40:25 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 11:40:25 ---> d3d9d87e3365 11:40:25 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 11:40:25 ---> e81a78ce44d0 11:40:25 Step 19/26 : COPY --from=builder /app/res/ /res/ 11:40:26 ---> 8c5baabca638 11:40:26 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 11:40:26 ---> 2141d02b6840 11:40:26 Step 21/26 : EXPOSE 48095 11:40:26 ---> Running in 1c761c15de65 11:40:26 Removing intermediate container 1c761c15de65 11:40:26 ---> a80fc5e76b9f 11:40:26 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 11:40:26 ---> Running in 21af888d9ec7 11:40:26 Removing intermediate container 21af888d9ec7 11:40:26 ---> a006fac27af7 11:40:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:40:26 ---> Running in 4099cbefad23 11:40:27 Removing intermediate container 4099cbefad23 11:40:27 ---> 7ead78d85832 11:40:27 Step 24/26 : LABEL arch=amd64 11:40:27 ---> Running in f7ab179c8804 11:40:27 Removing intermediate container f7ab179c8804 11:40:27 ---> 8350f7fabd5c 11:40:27 Step 25/26 : LABEL git_sha=dd1354e29c7435bb79278fb9ff8e460793054574 11:40:27 ---> Running in fb810229fb48 11:40:27 Removing intermediate container fb810229fb48 11:40:27 ---> 827392add6c3 11:40:27 Step 26/26 : LABEL version=3.0.0-dev.25 11:40:27 ---> Running in 21c2acf61f38 11:40:27 Removing intermediate container 21c2acf61f38 11:40:27 ---> 91c5921e3ca5 11:40:27 [Warning] One or more build-args [ARCH] were not consumed 11:40:27 Successfully built 91c5921e3ca5 11:40:27 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:40:27 provisioning config files... 11:40:27 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16426719262048233273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:40:28 ---> docker-login.sh 11:40:28 nexus3.edgexfoundry.org:10001 11:40:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:28 Configure a credential helper to remove this warning. See 11:40:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:28 11:40:28 Login Succeeded 11:40:28 nexus3.edgexfoundry.org:10002 11:40:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:28 Configure a credential helper to remove this warning. See 11:40:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:28 11:40:28 Login Succeeded 11:40:28 nexus3.edgexfoundry.org:10003 11:40:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:28 Configure a credential helper to remove this warning. See 11:40:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:28 11:40:28 Login Succeeded 11:40:28 nexus3.edgexfoundry.org:10004 11:40:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:28 Configure a credential helper to remove this warning. See 11:40:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:28 11:40:28 Login Succeeded 11:40:28 docker.io 11:40:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:28 Configure a credential helper to remove this warning. See 11:40:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:28 11:40:28 Login Succeeded 11:40:28 ---> docker-login.sh ends [Pipeline] } 11:40:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:40:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:40:29 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 11:40:29 dd1354e29c7435bb79278fb9ff8e460793054574 11:40:29 latest 11:40:29 3.0.0-dev.25 11:40:29 dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 11:40:29 main 11:40:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:29 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:dd1354e29c7435bb79278fb9ff8e460793054574 11:40:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 11:40:29 9c24418c2ab5: Preparing 11:40:29 69069071c791: Preparing 11:40:29 f5481a9164fb: Preparing 11:40:29 fc64f24b1bf4: Preparing 11:40:29 9faea8c74cba: Preparing 11:40:29 7cd52847ad77: Preparing 11:40:29 7cd52847ad77: Waiting 11:40:29 fc64f24b1bf4: Pushed 11:40:29 69069071c791: Pushed 11:40:29 f5481a9164fb: Pushed 11:40:29 7cd52847ad77: Layer already exists 11:40:29 9faea8c74cba: Pushed 11:40:32 9c24418c2ab5: Pushed 11:40:32 dd1354e29c7435bb79278fb9ff8e460793054574: digest: sha256:38c4703e0a57d8bec2fff0166bf6b83ccdb069d46dd69c85e73fa41b555c42e1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:32 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:33 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 11:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 11:40:33 9c24418c2ab5: Preparing 11:40:33 69069071c791: Preparing 11:40:33 f5481a9164fb: Preparing 11:40:33 fc64f24b1bf4: Preparing 11:40:33 9faea8c74cba: Preparing 11:40:33 7cd52847ad77: Preparing 11:40:33 7cd52847ad77: Waiting 11:40:33 fc64f24b1bf4: Layer already exists 11:40:33 9faea8c74cba: Layer already exists 11:40:33 9c24418c2ab5: Layer already exists 11:40:33 69069071c791: Layer already exists 11:40:33 f5481a9164fb: Layer already exists 11:40:33 7cd52847ad77: Layer already exists 11:40:33 latest: digest: sha256:38c4703e0a57d8bec2fff0166bf6b83ccdb069d46dd69c85e73fa41b555c42e1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:33 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:33 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.25 11:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 11:40:33 9c24418c2ab5: Preparing 11:40:33 69069071c791: Preparing 11:40:33 f5481a9164fb: Preparing 11:40:33 fc64f24b1bf4: Preparing 11:40:33 9faea8c74cba: Preparing 11:40:33 7cd52847ad77: Preparing 11:40:33 7cd52847ad77: Waiting 11:40:33 9faea8c74cba: Layer already exists 11:40:33 fc64f24b1bf4: Layer already exists 11:40:33 69069071c791: Layer already exists 11:40:33 f5481a9164fb: Layer already exists 11:40:33 9c24418c2ab5: Layer already exists 11:40:33 7cd52847ad77: Layer already exists 11:40:33 3.0.0-dev.25: digest: sha256:38c4703e0a57d8bec2fff0166bf6b83ccdb069d46dd69c85e73fa41b555c42e1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:33 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:34 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 11:40:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 11:40:34 9c24418c2ab5: Preparing 11:40:34 69069071c791: Preparing 11:40:34 f5481a9164fb: Preparing 11:40:34 fc64f24b1bf4: Preparing 11:40:34 9faea8c74cba: Preparing 11:40:34 7cd52847ad77: Preparing 11:40:34 7cd52847ad77: Waiting 11:40:34 f5481a9164fb: Layer already exists 11:40:34 9faea8c74cba: Layer already exists 11:40:34 69069071c791: Layer already exists 11:40:34 fc64f24b1bf4: Layer already exists 11:40:34 9c24418c2ab5: Layer already exists 11:40:34 7cd52847ad77: Layer already exists 11:40:34 dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25: digest: sha256:38c4703e0a57d8bec2fff0166bf6b83ccdb069d46dd69c85e73fa41b555c42e1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:34 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:34 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 11:40:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 11:40:34 9c24418c2ab5: Preparing 11:40:34 69069071c791: Preparing 11:40:34 f5481a9164fb: Preparing 11:40:34 fc64f24b1bf4: Preparing 11:40:34 9faea8c74cba: Preparing 11:40:34 7cd52847ad77: Preparing 11:40:34 7cd52847ad77: Waiting 11:40:34 f5481a9164fb: Layer already exists 11:40:34 69069071c791: Layer already exists 11:40:34 fc64f24b1bf4: Layer already exists 11:40:34 9faea8c74cba: Layer already exists 11:40:34 9c24418c2ab5: Layer already exists 11:40:34 7cd52847ad77: Layer already exists 11:40:34 main: digest: sha256:38c4703e0a57d8bec2fff0166bf6b83ccdb069d46dd69c85e73fa41b555c42e1 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:40:34 ===================================================== [Pipeline] echo 11:40:34 taggedImages: 11:40:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:dd1354e29c7435bb79278fb9ff8e460793054574 11:40:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 11:40:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.25 11:40:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 11:40:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:40:35 11:40:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:40:35 latest: Pulling from edgex-lftools-log-publisher 11:40:35 5eb5b503b376: Pulling fs layer 11:40:35 5c69ac0246d0: Pulling fs layer 11:40:35 ec43610c2a17: Pulling fs layer 11:40:35 3a2ae6a8a46f: Pulling fs layer 11:40:35 33b1e0a273af: Pulling fs layer 11:40:35 5d3b04190fa2: Pulling fs layer 11:40:35 2f39f015ded8: Pulling fs layer 11:40:35 33b1e0a273af: Waiting 11:40:35 5d3b04190fa2: Waiting 11:40:35 2f39f015ded8: Waiting 11:40:35 3a2ae6a8a46f: Waiting 11:40:35 5c69ac0246d0: Verifying Checksum 11:40:35 5c69ac0246d0: Download complete 11:40:35 3a2ae6a8a46f: Verifying Checksum 11:40:35 3a2ae6a8a46f: Download complete 11:40:35 33b1e0a273af: Verifying Checksum 11:40:35 33b1e0a273af: Download complete 11:40:35 5d3b04190fa2: Verifying Checksum 11:40:35 5d3b04190fa2: Download complete 11:40:35 ec43610c2a17: Verifying Checksum 11:40:35 ec43610c2a17: Download complete 11:40:35 5eb5b503b376: Verifying Checksum 11:40:35 5eb5b503b376: Download complete 11:40:36 2f39f015ded8: Download complete 11:40:37 5eb5b503b376: Pull complete 11:40:37 5c69ac0246d0: Pull complete 11:40:37 ec43610c2a17: Pull complete 11:40:37 3a2ae6a8a46f: Pull complete 11:40:38 33b1e0a273af: Pull complete 11:40:38 5d3b04190fa2: Pull complete 11:40:42 2f39f015ded8: Pull complete 11:40:42 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:40:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:40:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:40:42 prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container 11:40:42 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:40:44 $ docker top d066eeace160b3d8c0b2d5e6c36ed9c297d552e957a5af011916e1245bbad5d1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:40:44 ---> job-cost.sh 11:40:44 lf-activate-venv: SKIPPING 11:40:44 INFO: No Stack... 11:40:45 INFO: Retrieving Pricing Info for: v3-standard-8 11:40:45 INFO: Archiving Costs [Pipeline] sh 11:40:46 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 11:40:46 + cut -d, -f6 [Pipeline] lock 11:40:46 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] 11:40:46 Resource [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] did not exist. Created. 11:40:46 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:40:46 + echo total: 0.2199999988079071 [Pipeline] stash 11:40:46 Stashed 1 file(s) [Pipeline] } 11:40:46 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] [Pipeline] // lock [Pipeline] } 11:40:46 $ docker stop --time=1 d066eeace160b3d8c0b2d5e6c36ed9c297d552e957a5af011916e1245bbad5d1 11:40:47 $ docker rm -f --volumes d066eeace160b3d8c0b2d5e6c36ed9c297d552e957a5af011916e1245bbad5d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:42:01 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5447 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 11:42:01 Running in /w/workspace/app-service-configurable/142 [Pipeline] { [Pipeline] checkout 11:42:01 Selected Git installation does not exist. Using Default 11:42:01 The recommended git tool is: NONE 11:42:08 using credential edgex-jenkins-ssh 11:42:08 Cloning the remote Git repository 11:42:08 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 11:42:08 > git init /w/workspace/app-service-configurable/142 # timeout=10 11:42:08 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 11:42:08 > git --version # timeout=10 11:42:08 > git --version # 'git version 2.25.1' 11:42:08 using GIT_SSH to set credentials SSH Credentials for GitHub 11:42:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:42:13 Avoid second fetch 11:42:13 Checking out Revision dd1354e29c7435bb79278fb9ff8e460793054574 (main) 11:42:12 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 11:42:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:42:13 > git config core.sparsecheckout # timeout=10 11:42:13 > git checkout -f dd1354e29c7435bb79278fb9ff8e460793054574 # timeout=10 11:42:14 Commit message: "fix(snap): Refactor to avoid conflicts with readonly config provider directory (#533)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:42:15 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:42:15 % Total % Received % Xferd Average Speed Time Time Time Current 11:42:15 Dload Upload Total Spent Left Speed 11:42:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72862 0 --:--:-- --:--:-- --:--:-- 73281 [Pipeline] sh 11:42:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:42:16 + sudo tee /etc/docker/daemon.new 11:42:16 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:42:16 { 11:42:16 "registry-mirrors": [ 11:42:16 "https://nexus3.edgexfoundry.org:10001" 11:42:16 ], 11:42:16 "bip": "10.250.0.254/24", 11:42:16 "hosts": [ 11:42:16 "tcp://0.0.0.0:5555", 11:42:16 "unix:///var/run/docker.sock" 11:42:16 ], 11:42:16 "mtu": 1458, 11:42:16 "selinux-enabled": true, 11:42:16 "seccomp-profile": "/etc/docker/seccomp.json" 11:42:16 } [Pipeline] sh 11:42:16 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:42:16 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:42:35 provisioning config files... 11:42:35 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/142@tmp/config11899042260535690637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:42:35 ---> docker-login.sh 11:42:35 nexus3.edgexfoundry.org:10001 11:42:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:42:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:42:36 Configure a credential helper to remove this warning. See 11:42:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:42:36 11:42:36 Login Succeeded 11:42:36 nexus3.edgexfoundry.org:10002 11:42:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:42:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:42:36 Configure a credential helper to remove this warning. See 11:42:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:42:36 11:42:36 Login Succeeded 11:42:36 nexus3.edgexfoundry.org:10003 11:42:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:42:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:42:36 Configure a credential helper to remove this warning. See 11:42:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:42:36 11:42:36 Login Succeeded 11:42:36 nexus3.edgexfoundry.org:10004 11:42:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:42:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:42:37 Configure a credential helper to remove this warning. See 11:42:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:42:37 11:42:37 Login Succeeded 11:42:37 docker.io 11:42:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:42:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:42:37 Configure a credential helper to remove this warning. See 11:42:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:42:37 11:42:37 Login Succeeded 11:42:37 ---> docker-login.sh ends [Pipeline] } 11:42:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:42:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:42:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:42:38 ========================================================= 11:42:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 11:42:38 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:42:38 + 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 . 11:42:38 Sending build context to Docker daemon 173.1kB 11:42:38 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:42:38 Step 2/12 : FROM ${BASE} AS builder 11:42:39 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:42:39 af6eaf76a39c: Pulling fs layer 11:42:39 55522c791124: Pulling fs layer 11:42:39 ce5c4a1c91eb: Pulling fs layer 11:42:39 169dfbe0d373: Pulling fs layer 11:42:39 e1ff8fa3b103: Pulling fs layer 11:42:39 52ebb69f0ebf: Pulling fs layer 11:42:39 5abe8eddf0d5: Pulling fs layer 11:42:39 169dfbe0d373: Waiting 11:42:39 e1ff8fa3b103: Waiting 11:42:39 52ebb69f0ebf: Waiting 11:42:39 5abe8eddf0d5: Waiting 11:42:39 55522c791124: Download complete 11:42:39 169dfbe0d373: Verifying Checksum 11:42:39 169dfbe0d373: Download complete 11:42:39 e1ff8fa3b103: Verifying Checksum 11:42:39 e1ff8fa3b103: Download complete 11:42:39 af6eaf76a39c: Download complete 11:42:40 af6eaf76a39c: Pull complete 11:42:40 5abe8eddf0d5: Verifying Checksum 11:42:40 5abe8eddf0d5: Download complete 11:42:41 55522c791124: Pull complete 11:42:42 ce5c4a1c91eb: Verifying Checksum 11:42:42 ce5c4a1c91eb: Download complete 11:42:42 52ebb69f0ebf: Verifying Checksum 11:42:42 52ebb69f0ebf: Download complete 11:42:54 ce5c4a1c91eb: Pull complete 11:42:54 169dfbe0d373: Pull complete 11:42:54 e1ff8fa3b103: Pull complete 11:42:59 52ebb69f0ebf: Pull complete 11:43:00 5abe8eddf0d5: Pull complete 11:43:00 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 11:43:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 11:43:00 ---> 6cb57ee374ae 11:43:00 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 11:43:02 ---> Running in a618ec0aec09 11:43:02 Removing intermediate container a618ec0aec09 11:43:02 ---> 71c97353f1ea 11:43:02 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 11:43:03 ---> Running in 76f5db69cc93 11:43:03 Removing intermediate container 76f5db69cc93 11:43:03 ---> f870669fb4ed 11:43:03 Step 5/12 : ARG ADD_BUILD_TAGS="" 11:43:03 ---> Running in a9e313f50a25 11:43:03 Removing intermediate container a9e313f50a25 11:43:03 ---> 1d28f4209704 11:43:03 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:43:03 ---> Running in 14b2001d27f7 11:43:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:43:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:43:06 OK: 263 MiB in 53 packages 11:43:07 Removing intermediate container 14b2001d27f7 11:43:07 ---> e14d23228a7b 11:43:07 Step 7/12 : WORKDIR /app 11:43:07 ---> Running in ff116afa280b 11:43:07 Removing intermediate container ff116afa280b 11:43:07 ---> 56cfc991a369 11:43:07 Step 8/12 : COPY go.mod vendor* ./ 11:43:08 ---> 56a651683611 11:43:08 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:43:08 ---> Running in a014dc3aac68 11:44:29 Removing intermediate container a014dc3aac68 11:44:29 ---> ec9cab06df7d 11:44:29 Step 10/12 : COPY . . 11:44:29 ---> 349ec6033a92 11:44:29 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:44:29 ---> Running in 07ae3b5e4bff 11:44:29 Removing intermediate container 07ae3b5e4bff 11:44:29 ---> 2f5cee2d5d3e 11:44:29 Step 12/12 : RUN $MAKE 11:44:29 ---> Running in 14661fbe1dfe 11:44:29 noop 11:44:29 Removing intermediate container 14661fbe1dfe 11:44:29 ---> a4fe721dc74b 11:44:29 Successfully built a4fe721dc74b 11:44:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:44:30 + docker inspect -f . ci-base-image-arm64 11:44:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:44:30 prd-ubuntu20.04-docker-arm64-4c-16g-5447 does not seem to be running inside a container 11:44:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/142 -v /w/workspace/app-service-configurable/142:/w/workspace/app-service-configurable/142:rw,z -v /w/workspace/app-service-configurable/142@tmp:/w/workspace/app-service-configurable/142@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:44:31 $ docker top 494b3145f30f9c95ea57807caa26e8de9dd1571066ab03239bef7b1ae486c89c -eo pid,comm [Pipeline] { [Pipeline] sh 11:44:32 + go version 11:44:32 go version go1.20.2 linux/arm64 [Pipeline] } 11:44:32 $ docker stop --time=1 494b3145f30f9c95ea57807caa26e8de9dd1571066ab03239bef7b1ae486c89c 11:44:34 $ docker rm -f --volumes 494b3145f30f9c95ea57807caa26e8de9dd1571066ab03239bef7b1ae486c89c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:44:34 + docker inspect -f . ci-base-image-arm64 11:44:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:44:34 prd-ubuntu20.04-docker-arm64-4c-16g-5447 does not seem to be running inside a container 11:44:34 $ 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/142 -v /w/workspace/app-service-configurable/142:/w/workspace/app-service-configurable/142:rw,z -v /w/workspace/app-service-configurable/142@tmp:/w/workspace/app-service-configurable/142@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:44:36 $ docker top ceef20bd20e647798f0ab2df4f31742197d4ab6895048035605196d83ba88f08 -eo pid,comm [Pipeline] { [Pipeline] sh 11:44:36 + git config --global --add safe.directory /w/workspace/app-service-configurable/142 [Pipeline] fileExists [Pipeline] sh 11:44:37 + make test 11:44:37 go test -race -coverprofile=coverage.out ./... 11:47:29 ? github.com/edgexfoundry/app-service-configurable [no test files] 11:47:29 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:47:29 go vet ./... 11:49:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:49:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:49:35 ./bin/test-attribution-txt.sh [Pipeline] echo 11:49:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:49:35 $ docker stop --time=1 ceef20bd20e647798f0ab2df4f31742197d4ab6895048035605196d83ba88f08 11:49:37 $ docker rm -f --volumes ceef20bd20e647798f0ab2df4f31742197d4ab6895048035605196d83ba88f08 [Pipeline] // withDockerContainer [Pipeline] sh 11:49:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:49:39 Warning: overwriting stash ‘coverage-report’ 11:49:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:49:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:49:40 + ls -al . 11:49:40 total 172 11:49:40 drwxrwxr-x 7 jenkins jenkins 4096 Mar 23 11:44 . 11:49:40 drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 11:42 .. 11:49:40 -rw-rw-r-- 1 jenkins jenkins 119 Mar 23 11:42 .dockerignore 11:49:40 drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 11:42 .git 11:49:40 drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 11:42 .github 11:49:40 -rw-rw-r-- 1 jenkins jenkins 171 Mar 23 11:42 .gitignore 11:49:40 -rw-rw-r-- 1 jenkins jenkins 41 Mar 23 11:42 .golangci.yml 11:49:40 -rw-rw-r-- 1 jenkins jenkins 9320 Mar 23 11:42 Attribution.txt 11:49:40 -rw-rw-r-- 1 jenkins jenkins 29118 Mar 23 11:42 CHANGELOG.md 11:49:40 -rw-rw-r-- 1 jenkins jenkins 1898 Mar 23 11:42 Dockerfile 11:49:40 -rw-rw-r-- 1 jenkins jenkins 677 Mar 23 11:42 GOVERNANCE.md 11:49:40 -rw-rw-r-- 1 jenkins jenkins 688 Mar 23 11:42 Jenkinsfile 11:49:40 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 23 11:42 LICENSE 11:49:40 -rw-rw-r-- 1 jenkins jenkins 618 Mar 23 11:42 OWNERS.md 11:49:40 -rw-rw-r-- 1 jenkins jenkins 4369 Mar 23 11:42 README.md 11:49:40 -rw-rw-r-- 1 jenkins jenkins 12 Mar 23 11:38 VERSION 11:49:40 drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 11:42 bin 11:49:40 -rw-r--r-- 1 jenkins jenkins 13 Mar 23 11:44 coverage.out 11:49:40 -rw-rw-r-- 1 jenkins jenkins 3309 Mar 23 11:42 go.mod 11:49:40 -rw-rw-r-- 1 jenkins jenkins 30618 Mar 23 11:42 go.sum 11:49:40 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 23 11:42 main.go 11:49:40 -rw-rw-r-- 1 jenkins jenkins 2569 Mar 23 11:42 makefile 11:49:40 drwxrwxr-x 9 jenkins jenkins 4096 Mar 23 11:42 res 11:49:40 drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 11:42 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:40 + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=dd1354e29c7435bb79278fb9ff8e460793054574 --label arch=arm64 --label version=3.0.0-dev.25 . 11:49:40 Sending build context to Docker daemon 174.1kB 11:49:40 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 11:49:40 Step 2/26 : FROM ${BASE} AS builder 11:49:40 ---> a4fe721dc74b 11:49:40 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 11:49:40 ---> Running in 3b27431383c2 11:49:41 Removing intermediate container 3b27431383c2 11:49:41 ---> 028c06829f3c 11:49:41 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 11:49:41 ---> Running in bfa8b5bc514e 11:49:41 Removing intermediate container bfa8b5bc514e 11:49:41 ---> 1d8079194e81 11:49:41 Step 5/26 : ARG ADD_BUILD_TAGS="" 11:49:41 ---> Running in 12cacf3804fb 11:49:41 Removing intermediate container 12cacf3804fb 11:49:41 ---> 175a3f9cb9e8 11:49:41 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:49:42 ---> Running in 54d01af3a09a 11:49:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:49:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:49:44 OK: 263 MiB in 53 packages 11:49:45 Removing intermediate container 54d01af3a09a 11:49:45 ---> f17dbfd0b3c9 11:49:45 Step 7/26 : WORKDIR /app 11:49:45 ---> Running in 88c2bd3ebd8d 11:49:46 Removing intermediate container 88c2bd3ebd8d 11:49:46 ---> 16c5a3c20538 11:49:46 Step 8/26 : COPY go.mod vendor* ./ 11:49:46 ---> 5f07c7933dc7 11:49:46 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:49:46 ---> Running in f9d90ad0dd76 11:49:49 Removing intermediate container f9d90ad0dd76 11:49:49 ---> d8ab1da3f49e 11:49:49 Step 10/26 : COPY . . 11:49:49 ---> 3dcecfd37985 11:49:49 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:49:49 ---> Running in ddca6cbab9b3 11:49:49 Removing intermediate container ddca6cbab9b3 11:49:49 ---> 5eafcc412261 11:49:49 Step 12/26 : RUN $MAKE 11:49:49 ---> Running in 3355769df664 11:49:50 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.25" -trimpath -mod=readonly -o app-service-configurable 11:51:57 Removing intermediate container 3355769df664 11:51:57 ---> fe05dc8e6265 11:51:57 Step 13/26 : FROM alpine:3.17 11:51:57 3.17: Pulling from library/alpine 11:51:57 af6eaf76a39c: Already exists 11:51:57 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 11:51:57 Status: Downloaded newer image for alpine:3.17 11:51:57 ---> d74e625d9115 11:51:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 11:51:57 ---> Running in d490a6666059 11:51:57 Removing intermediate container d490a6666059 11:51:57 ---> aebd909e5090 11:51:57 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 11:51:57 ---> Running in 1af039f5495b 11:51:57 Removing intermediate container 1af039f5495b 11:51:57 ---> 387b6607b4fa 11:51:57 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 11:51:57 ---> Running in 7c166c97434e 11:51:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:51:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:51:57 (1/2) Installing ca-certificates (20220614-r4) 11:51:57 (2/2) Installing dumb-init (1.2.5-r2) 11:51:57 Executing busybox-1.35.0-r29.trigger 11:51:57 Executing ca-certificates-20220614-r4.trigger 11:51:57 OK: 8 MiB in 17 packages 11:51:57 Removing intermediate container 7c166c97434e 11:51:57 ---> f9a14e9df2ee 11:51:57 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 11:51:57 ---> e65e3d6d8e32 11:51:57 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 11:51:57 ---> cf47e2094481 11:51:57 Step 19/26 : COPY --from=builder /app/res/ /res/ 11:51:57 ---> 109f92f9ac43 11:51:57 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 11:51:58 ---> 8b83695081cc 11:51:58 Step 21/26 : EXPOSE 48095 11:51:58 ---> Running in 4e610760bf02 11:51:59 Removing intermediate container 4e610760bf02 11:51:59 ---> 9b9754f3d3ad 11:51:59 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 11:51:59 ---> Running in 4f900960657a 11:51:59 Removing intermediate container 4f900960657a 11:51:59 ---> 037f930c3d4e 11:51:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:51:59 ---> Running in 4fb81b97a807 11:51:59 Removing intermediate container 4fb81b97a807 11:51:59 ---> ecb4f4e5fc68 11:51:59 Step 24/26 : LABEL arch=arm64 11:51:59 ---> Running in 7d8794bb1d61 11:51:59 Removing intermediate container 7d8794bb1d61 11:51:59 ---> 68396ffe6e94 11:51:59 Step 25/26 : LABEL git_sha=dd1354e29c7435bb79278fb9ff8e460793054574 11:52:00 ---> Running in 01d4db553061 11:52:00 Removing intermediate container 01d4db553061 11:52:00 ---> 21de7158e6dd 11:52:00 Step 26/26 : LABEL version=3.0.0-dev.25 11:52:00 ---> Running in c2185b6e4c55 11:52:00 Removing intermediate container c2185b6e4c55 11:52:00 ---> 81227b47d6ca 11:52:00 [Warning] One or more build-args [ARCH] were not consumed 11:52:00 Successfully built 81227b47d6ca 11:52:00 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 11:52:00 provisioning config files... 11:52:00 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/142@tmp/config13912756537018196544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:52:01 ---> docker-login.sh 11:52:01 nexus3.edgexfoundry.org:10001 11:52:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:52:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:52:01 Configure a credential helper to remove this warning. See 11:52:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:52:01 11:52:01 Login Succeeded 11:52:01 nexus3.edgexfoundry.org:10002 11:52:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:52:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:52:01 Configure a credential helper to remove this warning. See 11:52:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:52:01 11:52:01 Login Succeeded 11:52:01 nexus3.edgexfoundry.org:10003 11:52:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:52:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:52:02 Configure a credential helper to remove this warning. See 11:52:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:52:02 11:52:02 Login Succeeded 11:52:02 nexus3.edgexfoundry.org:10004 11:52:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:52:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:52:02 Configure a credential helper to remove this warning. See 11:52:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:52:02 11:52:02 Login Succeeded 11:52:02 docker.io 11:52:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:52:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:52:02 Configure a credential helper to remove this warning. See 11:52:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:52:02 11:52:02 Login Succeeded 11:52:02 ---> docker-login.sh ends [Pipeline] } 11:52:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:52:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:52:02 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 11:52:02 dd1354e29c7435bb79278fb9ff8e460793054574 11:52:02 latest 11:52:02 3.0.0-dev.25 11:52:02 dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 11:52:02 main 11:52:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:03 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:03 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:dd1354e29c7435bb79278fb9ff8e460793054574 11:52:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 11:52:03 bc0c87d0861a: Preparing 11:52:03 608b2e5b3655: Preparing 11:52:03 dabddfc624d0: Preparing 11:52:03 eafb28d57a17: Preparing 11:52:03 41c9bf89c2a2: Preparing 11:52:03 edf70074bd40: Preparing 11:52:03 edf70074bd40: Waiting 11:52:03 dabddfc624d0: Pushed 11:52:03 608b2e5b3655: Pushed 11:52:03 eafb28d57a17: Pushed 11:52:03 edf70074bd40: Layer already exists 11:52:04 41c9bf89c2a2: Pushed 11:52:09 bc0c87d0861a: Pushed 11:52:09 dd1354e29c7435bb79278fb9ff8e460793054574: digest: sha256:b2cdf5b807947672a2b75d302e1c5f5e973fd2108dc835c07ad09f0bfefb5917 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:09 + 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 11:52:10 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 11:52:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 11:52:10 bc0c87d0861a: Preparing 11:52:10 608b2e5b3655: Preparing 11:52:10 dabddfc624d0: Preparing 11:52:10 eafb28d57a17: Preparing 11:52:10 41c9bf89c2a2: Preparing 11:52:10 edf70074bd40: Preparing 11:52:10 edf70074bd40: Waiting 11:52:10 608b2e5b3655: Layer already exists 11:52:10 dabddfc624d0: Layer already exists 11:52:10 bc0c87d0861a: Layer already exists 11:52:10 41c9bf89c2a2: Layer already exists 11:52:10 eafb28d57a17: Layer already exists 11:52:10 edf70074bd40: Layer already exists 11:52:10 latest: digest: sha256:b2cdf5b807947672a2b75d302e1c5f5e973fd2108dc835c07ad09f0bfefb5917 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:10 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:11 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.25 11:52:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 11:52:11 bc0c87d0861a: Preparing 11:52:11 608b2e5b3655: Preparing 11:52:11 dabddfc624d0: Preparing 11:52:11 eafb28d57a17: Preparing 11:52:11 41c9bf89c2a2: Preparing 11:52:11 edf70074bd40: Preparing 11:52:11 608b2e5b3655: Layer already exists 11:52:11 bc0c87d0861a: Layer already exists 11:52:11 41c9bf89c2a2: Layer already exists 11:52:11 eafb28d57a17: Layer already exists 11:52:11 dabddfc624d0: Layer already exists 11:52:11 edf70074bd40: Layer already exists 11:52:11 3.0.0-dev.25: digest: sha256:b2cdf5b807947672a2b75d302e1c5f5e973fd2108dc835c07ad09f0bfefb5917 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:11 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:11 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 11:52:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 11:52:11 bc0c87d0861a: Preparing 11:52:11 608b2e5b3655: Preparing 11:52:11 dabddfc624d0: Preparing 11:52:11 eafb28d57a17: Preparing 11:52:11 41c9bf89c2a2: Preparing 11:52:11 edf70074bd40: Preparing 11:52:11 edf70074bd40: Waiting 11:52:11 41c9bf89c2a2: Layer already exists 11:52:11 dabddfc624d0: Layer already exists 11:52:11 eafb28d57a17: Layer already exists 11:52:11 608b2e5b3655: Layer already exists 11:52:11 bc0c87d0861a: Layer already exists 11:52:11 edf70074bd40: Layer already exists 11:52:11 dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25: digest: sha256:b2cdf5b807947672a2b75d302e1c5f5e973fd2108dc835c07ad09f0bfefb5917 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:12 + 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 11:52:12 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 11:52:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 11:52:12 bc0c87d0861a: Preparing 11:52:12 608b2e5b3655: Preparing 11:52:12 dabddfc624d0: Preparing 11:52:12 eafb28d57a17: Preparing 11:52:12 41c9bf89c2a2: Preparing 11:52:12 edf70074bd40: Preparing 11:52:12 edf70074bd40: Waiting 11:52:12 41c9bf89c2a2: Layer already exists 11:52:12 bc0c87d0861a: Layer already exists 11:52:12 eafb28d57a17: Layer already exists 11:52:12 dabddfc624d0: Layer already exists 11:52:12 608b2e5b3655: Layer already exists 11:52:12 edf70074bd40: Layer already exists 11:52:13 main: digest: sha256:b2cdf5b807947672a2b75d302e1c5f5e973fd2108dc835c07ad09f0bfefb5917 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:52:13 ===================================================== [Pipeline] echo 11:52:13 taggedImages: 11:52:13 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:dd1354e29c7435bb79278fb9ff8e460793054574 11:52:13 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 11:52:13 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.25 11:52:13 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:dd1354e29c7435bb79278fb9ff8e460793054574-3.0.0-dev.25 11:52:13 - 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 11:52:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:52:13 11:52:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:52:13 arm64: Pulling from edgex-lftools-log-publisher 11:52:13 8998bd30e6a1: Pulling fs layer 11:52:13 04944245beec: Pulling fs layer 11:52:13 699f458cf7ca: Pulling fs layer 11:52:13 765212b225bb: Pulling fs layer 11:52:13 f23df028b6ca: Pulling fs layer 11:52:13 d65c8cfc05b1: Pulling fs layer 11:52:13 2437ff75d9bd: Pulling fs layer 11:52:13 765212b225bb: Waiting 11:52:13 f23df028b6ca: Waiting 11:52:13 d65c8cfc05b1: Waiting 11:52:14 04944245beec: Verifying Checksum 11:52:14 04944245beec: Download complete 11:52:14 765212b225bb: Download complete 11:52:14 f23df028b6ca: Verifying Checksum 11:52:14 f23df028b6ca: Download complete 11:52:14 d65c8cfc05b1: Verifying Checksum 11:52:14 d65c8cfc05b1: Download complete 11:52:14 699f458cf7ca: Verifying Checksum 11:52:14 699f458cf7ca: Download complete 11:52:14 8998bd30e6a1: Verifying Checksum 11:52:14 8998bd30e6a1: Download complete 11:52:16 2437ff75d9bd: Verifying Checksum 11:52:16 2437ff75d9bd: Download complete 11:52:18 8998bd30e6a1: Pull complete 11:52:19 04944245beec: Pull complete 11:52:20 699f458cf7ca: Pull complete 11:52:20 765212b225bb: Pull complete 11:52:21 f23df028b6ca: Pull complete 11:52:21 d65c8cfc05b1: Pull complete 11:52:36 2437ff75d9bd: Pull complete 11:52:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:52:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:52:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:52:36 prd-ubuntu20.04-docker-arm64-4c-16g-5447 does not seem to be running inside a container 11:52:36 $ 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/142 -v /w/workspace/app-service-configurable/142:/w/workspace/app-service-configurable/142:rw,z -v /w/workspace/app-service-configurable/142@tmp:/w/workspace/app-service-configurable/142@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:52:39 $ docker top 8cfe2230bbc77ac53c477094ec13f8d4aca914670cedff7acd7952505bd6ccfe -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:52:40 ---> job-cost.sh 11:52:40 lf-activate-venv: SKIPPING 11:52:40 INFO: No Stack... 11:52:40 INFO: Retrieving Pricing Info for: v3-standard-4 11:52:41 INFO: Archiving Costs [Pipeline] sh 11:52:41 + cut -d, -f6 11:52:41 + cat /w/workspace/app-service-configurable/142/archives/cost.csv [Pipeline] lock 11:52:41 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] 11:52:41 Resource [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] did not exist. Created. 11:52:41 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:52:42 /w/workspace/app-service-configurable/142@tmp/durable-0a1c836b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:52:42 + echo total: 0.10999999940395355 [Pipeline] stash 11:52:42 Warning: overwriting stash ‘stack-cost’ 11:52:42 Stashed 1 file(s) [Pipeline] } 11:52:42 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-142-stack-cost] [Pipeline] // lock [Pipeline] } 11:52:42 $ docker stop --time=1 8cfe2230bbc77ac53c477094ec13f8d4aca914670cedff7acd7952505bd6ccfe 11:52:44 $ docker rm -f --volumes 8cfe2230bbc77ac53c477094ec13f8d4aca914670cedff7acd7952505bd6ccfe [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 11:52:44 provisioning config files... 11:52:44 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config241279616034329524tmp [Pipeline] { [Pipeline] sh 11:52:45 + set +x 11:52:45 + bash -s -- 11:52:45 + curl -s https://codecov.io/bash 11:52:45 11:52:45 _____ _ 11:52:45 / ____| | | 11:52:45 | | ___ __| | ___ ___ _____ __ 11:52:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:52:45 | |___| (_) | (_| | __/ (_| (_) \ V / 11:52:45 \_____\___/ \__,_|\___|\___\___/ \_/ 11:52:45 Bash-1.0.6 11:52:45 11:52:45 11:52:45 ==> git version 2.25.1 found 11:52:45 ==> 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 11:52:45 Release-Date: 2020-01-08 11:52:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:52:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:52:45 ==> Jenkins CI detected. 11:52:45 current dir:  /w/workspace/ry_app-service-configurable_main 11:52:45 project root: . 11:52:45 --> token set from env 11:52:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:52:45 ==> Running gcov in . (disable via -X gcov) 11:52:45 ==> Python coveragepy not found 11:52:45 ==> Searching for coverage reports in: 11:52:45 + . 11:52:45 -> Found 1 reports 11:52:45 ==> Detecting git/mercurial file structure 11:52:45 ==> Reading reports 11:52:45 + ./coverage.out bytes=13 11:52:45 ==> Appending adjustments 11:52:45 https://docs.codecov.io/docs/fixing-reports 11:52:45 + Found adjustments 11:52:45 ==> Gzipping contents 11:52:45 4.0K /tmp/codecov.KjWTy7.gz 11:52:45 ==> Uploading reports 11:52:45 url: https://codecov.io 11:52:45 query: branch=main&commit=dd1354e29c7435bb79278fb9ff8e460793054574&build=142&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F142%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 11:52:45 -> Pinging Codecov 11:52:45 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=dd1354e29c7435bb79278fb9ff8e460793054574&build=142&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F142%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 11:52:45 -> Uploading to 11:52:45 https://storage.googleapis.com/codecov/v4/raw/2023-03-23/A97CA9966030D2A3747ED39772930CCE/dd1354e29c7435bb79278fb9ff8e460793054574/e78ef8db-7053-4074-9ed7-2140531a5ee8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230323T115245Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c7918029a70242e56b3c16848ccace070be43fe8b6ab3651abe8772559ed06de 11:52:45 % Total % Received % Xferd Average Speed Time Time Time Current 11:52:45 Dload Upload Total Spent Left Speed 11:52:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 511 0 0 100 511 0 2094 --:--:-- --:--:-- --:--:-- 2085 11:52:45 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] } 11:52:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:52:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:52:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:52:46 11:52:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:52:46 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:52:46 df9b9388f04a: Pulling fs layer 11:52:46 52dc419b0ee2: Pulling fs layer 11:52:46 25bc292e5bac: Pulling fs layer 11:52:46 114826534d7a: Pulling fs layer 11:52:46 4657fd5d0bcf: Pulling fs layer 11:52:46 6ad1cebc031e: Pulling fs layer 11:52:46 8a3aa393b2d8: Pulling fs layer 11:52:46 114826534d7a: Waiting 11:52:46 4657fd5d0bcf: Waiting 11:52:46 6ad1cebc031e: Waiting 11:52:46 8a3aa393b2d8: Waiting 11:52:46 25bc292e5bac: Verifying Checksum 11:52:46 25bc292e5bac: Download complete 11:52:46 52dc419b0ee2: Verifying Checksum 11:52:46 52dc419b0ee2: Download complete 11:52:46 4657fd5d0bcf: Verifying Checksum 11:52:46 4657fd5d0bcf: Download complete 11:52:46 df9b9388f04a: Download complete 11:52:46 df9b9388f04a: Pull complete 11:52:46 6ad1cebc031e: Verifying Checksum 11:52:46 6ad1cebc031e: Download complete 11:52:47 52dc419b0ee2: Pull complete 11:52:47 25bc292e5bac: Pull complete 11:52:47 114826534d7a: Download complete 11:52:47 8a3aa393b2d8: Verifying Checksum 11:52:47 8a3aa393b2d8: Download complete 11:52:51 114826534d7a: Pull complete 11:52:51 4657fd5d0bcf: Pull complete 11:52:51 6ad1cebc031e: Pull complete 11:52:55 8a3aa393b2d8: Pull complete 11:52:55 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 11:52:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:52:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:52:55 prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container 11:52:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 11:52:58 $ docker top 12441375e34a3c6bfe2c77741779d502947ed4908bcd9713d33522874a4f5b6b -eo pid,comm [Pipeline] { [Pipeline] echo 11:52:58 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 11:52:58 + set -o pipefail 11:52:58 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 11:53:05 11:53:05 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 11:53:05 11:53:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/cf0e36c8-a903-4d26-836e-99da5c08e577 11:53:05 11:53:05 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 11:53:05 11:53:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:53:05 11:53:05 11:53:05 A medium severity vulnerability was found in the Snyk CLI versions you are using. 11:53:05 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 11:53:05 More details here: https://snyk.co/ue1NS [Pipeline] } 11:53:05 $ docker stop --time=1 12441375e34a3c6bfe2c77741779d502947ed4908bcd9713d33522874a4f5b6b 11:53:08 $ docker rm -f --volumes 12441375e34a3c6bfe2c77741779d502947ed4908bcd9713d33522874a4f5b6b [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 11:53:08 + git log --format=format:%s -1 dd1354e29c7435bb79278fb9ff8e460793054574 [Pipeline] sh 11:53:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:53:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:53:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:53:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:53:09 prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container 11:53:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:53:09 $ docker top 7077b106f2334f35042fed9e35d385e9eab1722c63a95bea17591fe9a57fb287 -eo pid,comm 11:53:10 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:53:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:53:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:53:10 [ssh-agent] Looking for ssh-agent implementation... 11:53:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:53:10 $ docker exec 7077b106f2334f35042fed9e35d385e9eab1722c63a95bea17591fe9a57fb287 ssh-agent 11:53:10 SSH_AUTH_SOCK=/tmp/ssh-rvakneT0zKEI/agent.33 11:53:10 SSH_AGENT_PID=39 11:53:10 Running ssh-add (command line suppressed) 11:53:10 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17588310121969718660.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17588310121969718660.key) 11:53:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:53:10 + git semver tag 11:53:10 2023-03-23 11:53:10,875 [run_tag] DEBUG tag force:False 11:53:10 2023-03-23 11:53:10,876 [check_head_tag] DEBUG check head tag 11:53:10 2023-03-23 11:53:10,877 [execute] INFO git cat-file --batch-check 11:53:10 2023-03-23 11:53:10,877 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 11:53:10 2023-03-23 11:53:10,881 [execute] INFO git cat-file --batch 11:53:10 2023-03-23 11:53:10,881 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 11:53:10 2023-03-23 11:53:10,906 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 11:53:10 2023-03-23 11:53:10,906 [execute] INFO git tag -a v3.0.0-dev.25 -m v3.0.0-dev.25 11:53:10 2023-03-23 11:53:10,906 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.25', '-m', 'v3.0.0-dev.25'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 11:53:10 2023-03-23 11:53:10,911 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 11:53:10 3.0.0-dev.25 [Pipeline] } 11:53:10 $ docker exec --env ******** --env ******** 7077b106f2334f35042fed9e35d385e9eab1722c63a95bea17591fe9a57fb287 ssh-agent -k 11:53:11 unset SSH_AUTH_SOCK; 11:53:11 unset SSH_AGENT_PID; 11:53:11 echo Agent pid 39 killed; 11:53:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:53:11 + git semver [Pipeline] } 11:53:11 $ docker stop --time=1 7077b106f2334f35042fed9e35d385e9eab1722c63a95bea17591fe9a57fb287 11:53:13 $ docker rm -f --volumes 7077b106f2334f35042fed9e35d385e9eab1722c63a95bea17591fe9a57fb287 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:53:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:53:13 11:53:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:53:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:53:13 0.23.1-centos7: Pulling from edgex-lftools 11:53:13 ab5ef0e58194: Pulling fs layer 11:53:13 9712f1f96733: Pulling fs layer 11:53:13 63f879dbbcfc: Pulling fs layer 11:53:13 0d9ebad4ef96: Pulling fs layer 11:53:13 e9a5061849ea: Pulling fs layer 11:53:13 d747dcd14b5f: Pulling fs layer 11:53:13 2de7ff778b66: Pulling fs layer 11:53:13 e9a5061849ea: Waiting 11:53:13 2de7ff778b66: Waiting 11:53:13 0d9ebad4ef96: Waiting 11:53:13 9712f1f96733: Verifying Checksum 11:53:13 9712f1f96733: Download complete 11:53:14 63f879dbbcfc: Verifying Checksum 11:53:14 63f879dbbcfc: Download complete 11:53:14 e9a5061849ea: Verifying Checksum 11:53:14 e9a5061849ea: Download complete 11:53:14 0d9ebad4ef96: Verifying Checksum 11:53:14 0d9ebad4ef96: Download complete 11:53:14 d747dcd14b5f: Verifying Checksum 11:53:14 d747dcd14b5f: Download complete 11:53:14 ab5ef0e58194: Verifying Checksum 11:53:14 ab5ef0e58194: Download complete 11:53:14 2de7ff778b66: Verifying Checksum 11:53:14 2de7ff778b66: Download complete 11:53:17 ab5ef0e58194: Pull complete 11:53:17 9712f1f96733: Pull complete 11:53:18 63f879dbbcfc: Pull complete 11:53:22 0d9ebad4ef96: Pull complete 11:53:22 e9a5061849ea: Pull complete 11:53:22 d747dcd14b5f: Pull complete 11:53:23 2de7ff778b66: Pull complete 11:53:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:53:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:53:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:53:23 prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container 11:53:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:53:26 $ docker top 31c2d23ab7490d6f9bcb5c8d21abf84e7ec8702e8f7c3560a0daf40de2c788e4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:53:26 provisioning config files... 11:53:26 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13909172778363548220tmp 11:53:26 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14046493449807808070tmp 11:53:26 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12847710839801366723tmp [Pipeline] { [Pipeline] echo 11:53:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:53:26 ---> sigul-configuration.sh 11:53:26 gpg: directory `/root/.gnupg' created 11:53:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:53:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:53:26 gpg: keyring `/root/.gnupg/secring.gpg' created 11:53:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:53:26 gpg: CAST5 encrypted data 11:53:26 gpg: encrypted with 1 passphrase 11:53:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:53:27 + mkdir /home/jenkins 11:53:27 + mkdir /home/jenkins/sigul [Pipeline] sh 11:53:27 + 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 11:53:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:53:27 ---> sigul-install.sh 11:53:27 Sigul already installed; skipping installation. [Pipeline] sh 11:53:28 + git tag --list 11:53:28 v1.0.0 11:53:28 v1.1.0 11:53:28 v1.2.0 11:53:28 v1.3.0 11:53:28 v1.3.1 11:53:28 v2.0.0 11:53:28 v2.0.1 11:53:28 v2.1.0 11:53:28 v2.1.1 11:53:28 v2.1.1-dev.1 11:53:28 v2.1.1-dev.2 11:53:28 v2.2.0 11:53:28 v2.2.1-dev.1 11:53:28 v2.2.1-dev.10 11:53:28 v2.2.1-dev.2 11:53:28 v2.2.1-dev.3 11:53:28 v2.2.1-dev.4 11:53:28 v2.2.1-dev.5 11:53:28 v2.2.1-dev.6 11:53:28 v2.2.1-dev.7 11:53:28 v2.2.1-dev.8 11:53:28 v2.2.1-dev.9 11:53:28 v2.3.0 11:53:28 v2.3.0-dev.10 11:53:28 v2.3.0-dev.11 11:53:28 v2.3.0-dev.12 11:53:28 v2.3.0-dev.13 11:53:28 v2.3.0-dev.14 11:53:28 v2.3.0-dev.15 11:53:28 v2.3.0-dev.16 11:53:28 v2.3.0-dev.17 11:53:28 v2.3.0-dev.18 11:53:28 v2.3.0-dev.19 11:53:28 v2.3.0-dev.20 11:53:28 v2.3.0-dev.21 11:53:28 v2.3.0-dev.22 11:53:28 v2.3.0-dev.23 11:53:28 v2.3.0-dev.24 11:53:28 v2.3.0-dev.25 11:53:28 v2.3.0-dev.26 11:53:28 v2.3.0-dev.27 11:53:28 v2.3.0-dev.28 11:53:28 v2.3.0-dev.29 11:53:28 v2.3.0-dev.30 11:53:28 v2.3.0-dev.31 11:53:28 v2.3.0-dev.32 11:53:28 v2.3.0-dev.33 11:53:28 v2.3.0-dev.34 11:53:28 v2.3.0-dev.35 11:53:28 v2.3.0-dev.36 11:53:28 v2.3.0-dev.37 11:53:28 v3.0.0-dev.1 11:53:28 v3.0.0-dev.10 11:53:28 v3.0.0-dev.11 11:53:28 v3.0.0-dev.12 11:53:28 v3.0.0-dev.13 11:53:28 v3.0.0-dev.14 11:53:28 v3.0.0-dev.15 11:53:28 v3.0.0-dev.16 11:53:28 v3.0.0-dev.17 11:53:28 v3.0.0-dev.18 11:53:28 v3.0.0-dev.19 11:53:28 v3.0.0-dev.2 11:53:28 v3.0.0-dev.20 11:53:28 v3.0.0-dev.21 11:53:28 v3.0.0-dev.22 11:53:28 v3.0.0-dev.23 11:53:28 v3.0.0-dev.24 11:53:28 v3.0.0-dev.25 11:53:28 v3.0.0-dev.3 11:53:28 v3.0.0-dev.4 11:53:28 v3.0.0-dev.5 11:53:28 v3.0.0-dev.6 11:53:28 v3.0.0-dev.7 11:53:28 v3.0.0-dev.8 11:53:28 v3.0.0-dev.9 [Pipeline] sh 11:53:28 + lftools sign git-tag v3.0.0-dev.25 11:53:28 Signing Git tag with Sigul... 11:53:28 Signing v3.0.0-dev.25 [Pipeline] echo 11:53:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:53:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:53:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:53:29 $ docker stop --time=1 31c2d23ab7490d6f9bcb5c8d21abf84e7ec8702e8f7c3560a0daf40de2c788e4 11:53:30 $ docker rm -f --volumes 31c2d23ab7490d6f9bcb5c8d21abf84e7ec8702e8f7c3560a0daf40de2c788e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:53:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:53:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:53:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:53:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:53:31 prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container 11:53:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:53:32 $ docker top ae1abcb0be9f696d71690c80443326689f0f161c1482238288585d013527c2fd -eo pid,comm 11:53:32 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). 11:53:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:53:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:53:32 [ssh-agent] Looking for ssh-agent implementation... 11:53:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:53:32 $ docker exec ae1abcb0be9f696d71690c80443326689f0f161c1482238288585d013527c2fd ssh-agent 11:53:32 SSH_AUTH_SOCK=/tmp/ssh-Syy9z7FTYLxY/agent.33 11:53:32 SSH_AGENT_PID=39 11:53:32 Running ssh-add (command line suppressed) 11:53:32 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_18217867301506424887.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_18217867301506424887.key) 11:53:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:53:32 + git semver bump pre 11:53:33 2023-03-23 11:53:32,983 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 11:53:33 2023-03-23 11:53:32,984 [bump_version] DEBUG bumping version:3.0.0-dev.25 on axis:pre with prefix:dev 11:53:33 2023-03-23 11:53:32,984 [bump_version] DEBUG bumped version:3.0.0-dev.26 11:53:33 2023-03-23 11:53:32,984 [write_version] DEBUG write version:3.0.0-dev.26 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 11:53:33 2023-03-23 11:53:32,984 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 11:53:33 2023-03-23 11:53:32,984 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 11:53:33 2023-03-23 11:53:32,988 [execute] INFO git cat-file --batch-check 11:53:33 2023-03-23 11:53:32,988 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 11:53:33 2023-03-23 11:53:32,994 [execute] INFO git cat-file --batch 11:53:33 2023-03-23 11:53:32,994 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 11:53:33 2023-03-23 11:53:32,999 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 11:53:33 3.0.0-dev.26 [Pipeline] } 11:53:33 $ docker exec --env ******** --env ******** ae1abcb0be9f696d71690c80443326689f0f161c1482238288585d013527c2fd ssh-agent -k 11:53:33 unset SSH_AUTH_SOCK; 11:53:33 unset SSH_AGENT_PID; 11:53:33 echo Agent pid 39 killed; 11:53:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:53:33 + git semver [Pipeline] } 11:53:33 $ docker stop --time=1 ae1abcb0be9f696d71690c80443326689f0f161c1482238288585d013527c2fd 11:53:35 $ docker rm -f --volumes ae1abcb0be9f696d71690c80443326689f0f161c1482238288585d013527c2fd [Pipeline] // withDockerContainer [Pipeline] sh 11:53:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:53:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:53:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:53:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:53:36 prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container 11:53:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:53:36 $ docker top d3200733058ef4096daee7d724cf651e35d8099538af065d3028726c36c70043 -eo pid,comm 11:53:36 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). 11:53:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:53:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:53:36 [ssh-agent] Looking for ssh-agent implementation... 11:53:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:53:36 $ docker exec d3200733058ef4096daee7d724cf651e35d8099538af065d3028726c36c70043 ssh-agent 11:53:36 SSH_AUTH_SOCK=/tmp/ssh-JLhc3KMcKPdg/agent.32 11:53:36 SSH_AGENT_PID=38 11:53:36 Running ssh-add (command line suppressed) 11:53:36 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8655475564158978148.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8655475564158978148.key) 11:53:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:53:37 + git semver push 11:53:37 2023-03-23 11:53:37,451 [run_push] DEBUG push 11:53:37 2023-03-23 11:53:37,452 [execute] INFO git cat-file --batch-check 11:53:37 2023-03-23 11:53:37,453 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 11:53:37 2023-03-23 11:53:37,457 [execute] INFO git rev-list 966f5da6d273382c8a77b30b331a34dbac85e50a -- 11:53:37 2023-03-23 11:53:37,458 [execute] DEBUG Popen(['git', 'rev-list', '966f5da6d273382c8a77b30b331a34dbac85e50a', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 11:53:37 2023-03-23 11:53:37,468 [execute] INFO git fetch -v origin 11:53:37 2023-03-23 11:53:37,468 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 11:53:38 2023-03-23 11:53:37,954 [run_push] DEBUG no remote changes detected 11:53:38 2023-03-23 11:53:37,954 [execute] INFO git push origin semver 11:53:38 2023-03-23 11:53:37,954 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 11:53:39 2023-03-23 11:53:38,755 [run_push] DEBUG push all version tags 11:53:39 2023-03-23 11:53:38,756 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:53:39 2023-03-23 11:53:38,756 [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) 11:53:39 2023-03-23 11:53:39,585 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 11:53:39 3.0.0-dev.26 [Pipeline] } 11:53:39 $ docker exec --env ******** --env ******** d3200733058ef4096daee7d724cf651e35d8099538af065d3028726c36c70043 ssh-agent -k 11:53:39 unset SSH_AUTH_SOCK; 11:53:39 unset SSH_AGENT_PID; 11:53:39 echo Agent pid 38 killed; 11:53:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:53:40 + git semver [Pipeline] } 11:53:40 $ docker stop --time=1 d3200733058ef4096daee7d724cf651e35d8099538af065d3028726c36c70043 11:53:41 $ docker rm -f --volumes d3200733058ef4096daee7d724cf651e35d8099538af065d3028726c36c70043 [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 11:53:42 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 11:53:42 + ls -al /w/workspace/ry_app-service-configurable_main/archives 11:53:42 total 16 11:53:42 drwxr-xr-x 3 root root 4096 Mar 23 11:40 . 11:53:42 drwxrwxr-x 9 jenkins jenkins 4096 Mar 23 11:53 .. 11:53:42 drwxr-xr-x 2 root root 4096 Mar 23 11:40 cost 11:53:42 -rw-r--r-- 1 root root 96 Mar 23 11:40 cost.csv 11:53:42 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 11:53:42 + ls -al /w/workspace/ry_app-service-configurable_main/archives 11:53:42 total 16 11:53:42 drwxr-xr-x 3 jenkins jenkins 4096 Mar 23 11:40 . 11:53:42 drwxrwxr-x 9 jenkins jenkins 4096 Mar 23 11:53 .. 11:53:42 drwxr-xr-x 2 jenkins jenkins 4096 Mar 23 11:40 cost 11:53:42 -rw-r--r-- 1 jenkins jenkins 96 Mar 23 11:40 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:53:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:53:43 ---> package-listing.sh 11:53:43 ++ facter osfamily 11:53:43 ++ tr '[:upper:]' '[:lower:]' 11:53:43 + OS_FAMILY=debian 11:53:43 + workspace=/w/workspace/ry_app-service-configurable_main 11:53:43 + START_PACKAGES=/tmp/packages_start.txt 11:53:43 + END_PACKAGES=/tmp/packages_end.txt 11:53:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:53:43 + PACKAGES=/tmp/packages_start.txt 11:53:43 + '[' /w/workspace/ry_app-service-configurable_main ']' 11:53:43 + PACKAGES=/tmp/packages_end.txt 11:53:43 + case "${OS_FAMILY}" in 11:53:43 + dpkg -l 11:53:43 + grep '^ii' 11:53:43 + '[' -f /tmp/packages_start.txt ']' 11:53:43 + '[' -f /tmp/packages_end.txt ']' 11:53:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:53:43 + '[' /w/workspace/ry_app-service-configurable_main ']' 11:53:43 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 11:53:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 11:53:43 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 11:53:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:53:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:53:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:53:44 prd-ubuntu20.04-docker-8c-8g-5446 does not seem to be running inside a container 11:53:44 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:53:45 $ docker top 1c2d9d5841c31e3e7cf8d9be9c82f5a6acdbc339656696beab79b4502414ed9f -eo pid,comm [Pipeline] { [Pipeline] sh 11:53:45 + touch /tmp/pre-build-complete [Pipeline] sh 11:53:45 + mkdir -p /var/log/sysstat [Pipeline] sh 11:53:46 + ls /var/log/sa-host 11:53:46 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:53:46 provisioning config files... 11:53:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4274091161463605869tmp [Pipeline] { [Pipeline] echo 11:53:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:53:46 ---> create-netrc.sh [Pipeline] } 11:53:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:53:46 ---> python-tools-install.sh [Pipeline] echo 11:53:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:53:47 ---> sudo-logs.sh 11:53:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:53:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:53:47 ---> job-cost.sh 11:53:47 lf-activate-venv: SKIPPING 11:53:47 DEBUG: total: 0.2199999988079071 11:53:47 INFO: Retrieving Stack Cost... 11:53:47 INFO: Retrieving Pricing Info for: v3-standard-8 11:53:48 INFO: Archiving Costs [Pipeline] echo 11:53:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:53:48 ---> logs-deploy.sh 11:53:48 lf-activate-venv: SKIPPING 11:53:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/142 11:53:48 INFO: archiving workspace using pattern(s): 11:53:49 Archives upload complete. 11:53:49 INFO: archiving logs to Nexus