Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 694e3ae60c9df22c057b1690b970d5b19176c4d2 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-ssh2494326880161025583.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh16387725545460963222.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh9391136950857773085.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh8231827597287301567.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-ssh7906229441589810894.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-12595 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 694e3ae60c9df22c057b1690b970d5b19176c4d2 (main) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#556)" > 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 694e3ae60c9df22c057b1690b970d5b19176c4d2 # timeout=10 > git rev-list --no-walk f6c79abbbe137ac8802e525be2bea65aaac7fbd6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:28:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:28:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:28:40 ========================================================= 16:28:40 EdgeX Global Pipelines Version Info 16:28:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:28:41 ------------------- 16:28:41 stable info: 16:28:41 ------------------- 16:28:41 Commited By: Bill Mahoney bill.mahoney@intel.com 16:28:41 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 16:28:41 Message: update stable to v1.0.248 16:28:42 ------------------- 16:28:42 experimental info: 16:28:42 ------------------- 16:28:42 Commited By: **** collab-it+edgex@linuxfoundation.org 16:28:42 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 16:28:42 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 694e3ae60c9df22c057b1690b970d5b19176c4d2 [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 694e3ae [Pipeline] echo 16:28:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:28:42 provisioning config files... 16:28:42 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13511222082443127991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:28:43 ---> docker-login.sh 16:28:43 nexus3.edgexfoundry.org:10001 16:28:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:43 Configure a credential helper to remove this warning. See 16:28:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:43 16:28:43 Login Succeeded 16:28:43 nexus3.edgexfoundry.org:10002 16:28:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:43 Configure a credential helper to remove this warning. See 16:28:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:43 16:28:43 Login Succeeded 16:28:43 nexus3.edgexfoundry.org:10003 16:28:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:43 Configure a credential helper to remove this warning. See 16:28:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:43 16:28:43 Login Succeeded 16:28:43 nexus3.edgexfoundry.org:10004 16:28:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:43 Configure a credential helper to remove this warning. See 16:28:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:43 16:28:43 Login Succeeded 16:28:43 docker.io 16:28:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:44 Configure a credential helper to remove this warning. See 16:28:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:44 16:28:44 Login Succeeded 16:28:44 ---> docker-login.sh ends [Pipeline] } 16:28:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:28:44 + git rev-list -1 --merges 694e3ae60c9df22c057b1690b970d5b19176c4d2~1..694e3ae60c9df22c057b1690b970d5b19176c4d2 [Pipeline] echo 16:28:44 -----------> git rev-list -1 --merges 694e3ae60c9df22c057b1690b970d5b19176c4d2~1..694e3ae60c9df22c057b1690b970d5b19176c4d2 694e3ae60c9df22c057b1690b970d5b19176c4d2 [false] [Pipeline] sh 16:28:44 + git log --format=format:%s -1 694e3ae60c9df22c057b1690b970d5b19176c4d2 [Pipeline] echo 16:28:44 ========================================================= 16:28:44 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:28:44 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:28:45 + git log --format=format:%s -1 694e3ae60c9df22c057b1690b970d5b19176c4d2 [Pipeline] echo 16:28:45 [semverPrep] GIT_COMMIT: 694e3ae60c9df22c057b1690b970d5b19176c4d2, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#556) [Pipeline] echo 16:28:45 [semverPrep] This is not a build commit. [Pipeline] sh 16:28:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:28:45 + grep -v github /etc/ssh/ssh_known_hosts 16:28:45 + [ -e /tmp/ssh_known_hosts ] 16:28:45 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:28:45 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:28:45 + sudo tee -a /etc/ssh/ssh_known_hosts 16:28:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:28:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:28:45 16:28:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:28:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:28:46 0.1.4: Pulling from edgex-devops/py-git-semver 16:28:46 b85a868b505f: Pulling fs layer 16:28:46 e2be974225ed: Pulling fs layer 16:28:46 339a4e72a1f5: Pulling fs layer 16:28:46 988bab9f4d93: Pulling fs layer 16:28:46 1469e6f7b9e6: Pulling fs layer 16:28:46 eaf3925da568: Pulling fs layer 16:28:46 bab4dde63d76: Pulling fs layer 16:28:46 bde34c3a00c8: Pulling fs layer 16:28:46 b352a97aabf1: Pulling fs layer 16:28:46 4872d77fe225: Pulling fs layer 16:28:46 5851b861e8e6: Pulling fs layer 16:28:46 bab4dde63d76: Waiting 16:28:46 4872d77fe225: Waiting 16:28:46 bde34c3a00c8: Waiting 16:28:46 5851b861e8e6: Waiting 16:28:46 b352a97aabf1: Waiting 16:28:46 1469e6f7b9e6: Waiting 16:28:46 eaf3925da568: Waiting 16:28:46 988bab9f4d93: Waiting 16:28:46 e2be974225ed: Verifying Checksum 16:28:46 e2be974225ed: Download complete 16:28:46 988bab9f4d93: Verifying Checksum 16:28:46 988bab9f4d93: Download complete 16:28:46 1469e6f7b9e6: Verifying Checksum 16:28:46 1469e6f7b9e6: Download complete 16:28:46 339a4e72a1f5: Verifying Checksum 16:28:46 339a4e72a1f5: Download complete 16:28:46 eaf3925da568: Download complete 16:28:46 bde34c3a00c8: Verifying Checksum 16:28:46 bde34c3a00c8: Download complete 16:28:46 b352a97aabf1: Verifying Checksum 16:28:46 b352a97aabf1: Download complete 16:28:46 4872d77fe225: Verifying Checksum 16:28:46 4872d77fe225: Download complete 16:28:46 5851b861e8e6: Verifying Checksum 16:28:46 5851b861e8e6: Download complete 16:28:46 b85a868b505f: Verifying Checksum 16:28:46 b85a868b505f: Download complete 16:28:46 bab4dde63d76: Verifying Checksum 16:28:46 bab4dde63d76: Download complete 16:28:47 b85a868b505f: Pull complete 16:28:47 e2be974225ed: Pull complete 16:28:48 339a4e72a1f5: Pull complete 16:28:48 988bab9f4d93: Pull complete 16:28:48 1469e6f7b9e6: Pull complete 16:28:48 eaf3925da568: Pull complete 16:28:50 bab4dde63d76: Pull complete 16:28:50 bde34c3a00c8: Pull complete 16:28:50 b352a97aabf1: Pull complete 16:28:50 4872d77fe225: Pull complete 16:28:50 5851b861e8e6: Pull complete 16:28:50 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:28:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:28:50 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:28:50 prd-ubuntu20.04-docker-8c-8g-12595 does not seem to be running inside a container 16:28:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:28:54 $ docker top ea787cb21147e203d239cfb7e2911ecb0a6357bccbd5fe110e888c26668ae3be -eo pid,comm 16:28:54 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). 16:28:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:28:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:28:54 [ssh-agent] Looking for ssh-agent implementation... 16:28:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:28:54 $ docker exec ea787cb21147e203d239cfb7e2911ecb0a6357bccbd5fe110e888c26668ae3be ssh-agent 16:28:54 SSH_AUTH_SOCK=/tmp/ssh-0nnKJ7NjUCe3/agent.33 16:28:54 SSH_AGENT_PID=39 16:28:54 Running ssh-add (command line suppressed) 16:28:54 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2720599288374206220.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2720599288374206220.key) 16:28:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:28:55 + git tag --points-at HEAD [Pipeline] } 16:28:55 $ docker exec --env ******** --env ******** ea787cb21147e203d239cfb7e2911ecb0a6357bccbd5fe110e888c26668ae3be ssh-agent -k 16:28:55 unset SSH_AUTH_SOCK; 16:28:55 unset SSH_AGENT_PID; 16:28:55 echo Agent pid 39 killed; 16:28:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:28:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:28:55 [ssh-agent] Looking for ssh-agent implementation... 16:28:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:28:55 $ docker exec ea787cb21147e203d239cfb7e2911ecb0a6357bccbd5fe110e888c26668ae3be ssh-agent 16:28:55 SSH_AUTH_SOCK=/tmp/ssh-hdEtremGSdxG/agent.72 16:28:55 SSH_AGENT_PID=77 16:28:55 Running ssh-add (command line suppressed) 16:28:55 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2693844181299623909.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2693844181299623909.key) 16:28:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:28:55 + git semver init 16:28:56 2023-05-03 16:28:56,151 [run_init] DEBUG init version:0.0.0 force:False 16:28:56 2023-05-03 16:28:56,152 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 16:28:56 2023-05-03 16:28:56,153 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 16:28:56 2023-05-03 16:28:56,154 [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) 16:28:56 2023-05-03 16:28:56,923 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 16:28:56 2023-05-03 16:28:56,924 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 16:28:56 2023-05-03 16:28:56,924 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:28:56 2023-05-03 16:28:56,924 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:28:56 3.0.0-dev.40 [Pipeline] } 16:28:56 $ docker exec --env ******** --env ******** ea787cb21147e203d239cfb7e2911ecb0a6357bccbd5fe110e888c26668ae3be ssh-agent -k 16:28:57 unset SSH_AUTH_SOCK; 16:28:57 unset SSH_AGENT_PID; 16:28:57 echo Agent pid 77 killed; 16:28:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:28:57 + git semver [Pipeline] } 16:28:57 $ docker stop --time=1 ea787cb21147e203d239cfb7e2911ecb0a6357bccbd5fe110e888c26668ae3be 16:28:58 $ docker rm -f --volumes ea787cb21147e203d239cfb7e2911ecb0a6357bccbd5fe110e888c26668ae3be [Pipeline] // withDockerContainer [Pipeline] sh 16:28:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:28:59 Stashed 1 file(s) [Pipeline] echo 16:28:59 [edgeXSemver]: initialized semver on version 3.0.0-dev.40 [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 16:28:59 provisioning config files... 16:28:59 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10541483224221715922tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:28:59 ---> docker-login.sh 16:28:59 nexus3.edgexfoundry.org:10001 16:28:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:59 Configure a credential helper to remove this warning. See 16:28:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:59 16:28:59 Login Succeeded 16:28:59 nexus3.edgexfoundry.org:10002 16:29:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:00 Configure a credential helper to remove this warning. See 16:29:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:00 16:29:00 Login Succeeded 16:29:00 nexus3.edgexfoundry.org:10003 16:29:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:00 Configure a credential helper to remove this warning. See 16:29:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:00 16:29:00 Login Succeeded 16:29:00 nexus3.edgexfoundry.org:10004 16:29:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:00 Configure a credential helper to remove this warning. See 16:29:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:00 16:29:00 Login Succeeded 16:29:00 docker.io 16:29:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:00 Configure a credential helper to remove this warning. See 16:29:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:00 16:29:00 Login Succeeded 16:29:00 ---> docker-login.sh ends [Pipeline] } 16:29:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:29:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:29:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:29:00 ========================================================= 16:29:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 16:29:00 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:29:01 + 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 . 16:29:01 Sending build context to Docker daemon 3.305MB 16:29:01 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:29:01 Step 2/12 : FROM ${BASE} AS builder 16:29:01 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 16:29:01 f56be85fc22e: Pulling fs layer 16:29:01 85791d961cd3: Pulling fs layer 16:29:01 d694b5ae8c79: Pulling fs layer 16:29:01 9f32a84ed3da: Pulling fs layer 16:29:01 4d19c01a9841: Pulling fs layer 16:29:01 9325e15d5711: Pulling fs layer 16:29:01 556b6ee489ea: Pulling fs layer 16:29:01 c5a4b2cf53e6: Pulling fs layer 16:29:01 9f32a84ed3da: Waiting 16:29:01 9325e15d5711: Waiting 16:29:01 4d19c01a9841: Waiting 16:29:01 556b6ee489ea: Waiting 16:29:01 c5a4b2cf53e6: Waiting 16:29:01 85791d961cd3: Verifying Checksum 16:29:01 85791d961cd3: Download complete 16:29:01 9f32a84ed3da: Verifying Checksum 16:29:01 9f32a84ed3da: Download complete 16:29:01 4d19c01a9841: Download complete 16:29:01 f56be85fc22e: Verifying Checksum 16:29:01 f56be85fc22e: Download complete 16:29:01 9325e15d5711: Verifying Checksum 16:29:01 9325e15d5711: Download complete 16:29:01 f56be85fc22e: Pull complete 16:29:01 c5a4b2cf53e6: Verifying Checksum 16:29:01 85791d961cd3: Pull complete 16:29:01 d694b5ae8c79: Verifying Checksum 16:29:01 d694b5ae8c79: Download complete 16:29:02 556b6ee489ea: Verifying Checksum 16:29:02 556b6ee489ea: Download complete 16:29:05 d694b5ae8c79: Pull complete 16:29:05 9f32a84ed3da: Pull complete 16:29:05 4d19c01a9841: Pull complete 16:29:05 9325e15d5711: Pull complete 16:29:08 556b6ee489ea: Pull complete 16:29:08 c5a4b2cf53e6: Pull complete 16:29:08 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 16:29:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 16:29:08 ---> c4be618373d6 16:29:08 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 16:29:14 Still waiting to schedule task 16:29:14 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:29:15 ---> Running in 3a32cc289fda 16:29:15 Removing intermediate container 3a32cc289fda 16:29:15 ---> 1eb4a37693cf 16:29:15 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:29:15 ---> Running in ace030edad4a 16:29:15 Removing intermediate container ace030edad4a 16:29:15 ---> 5cdd9e7dd95c 16:29:15 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:29:15 ---> Running in 04dc0d7f231a 16:29:15 Removing intermediate container 04dc0d7f231a 16:29:15 ---> d81b36f53c48 16:29:15 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:29:15 ---> Running in 38eab752c889 16:29:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:29:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:29:15 OK: 265 MiB in 53 packages 16:29:16 Removing intermediate container 38eab752c889 16:29:16 ---> 792561f1c393 16:29:16 Step 7/12 : WORKDIR /app 16:29:16 ---> Running in 3c1665dcf7b6 16:29:16 Removing intermediate container 3c1665dcf7b6 16:29:16 ---> 24cf7e7c2a81 16:29:16 Step 8/12 : COPY go.mod vendor* ./ 16:29:16 ---> 81fe78ec210c 16:29:16 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:29:16 ---> Running in 3018ee974927 16:29:55 Removing intermediate container 3018ee974927 16:29:55 ---> 3b86b0db97b4 16:29:55 Step 10/12 : COPY . . 16:29:55 ---> fedcf1604743 16:29:55 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:29:55 ---> Running in 9145718e555f 16:29:55 Removing intermediate container 9145718e555f 16:29:55 ---> 0cdeb69c3322 16:29:55 Step 12/12 : RUN $MAKE 16:29:55 ---> Running in 230823c641c0 16:29:55 noop 16:29:55 Removing intermediate container 230823c641c0 16:29:55 ---> c255d7d051a6 16:29:55 Successfully built c255d7d051a6 16:29:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:29:55 + docker inspect -f . ci-base-image-x86_64 16:29:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:29:55 prd-ubuntu20.04-docker-8c-8g-12595 does not seem to be running inside a container 16:29:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:29:55 $ docker top 5d729ed7943456777693aa3c407008cea68423071a5fb6ac1831b1b5c01fa7c7 -eo pid,comm [Pipeline] { [Pipeline] sh 16:29:56 + go version 16:29:56 go version go1.20.2 linux/amd64 [Pipeline] } 16:29:56 $ docker stop --time=1 5d729ed7943456777693aa3c407008cea68423071a5fb6ac1831b1b5c01fa7c7 16:29:57 $ docker rm -f --volumes 5d729ed7943456777693aa3c407008cea68423071a5fb6ac1831b1b5c01fa7c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:29:58 + docker inspect -f . ci-base-image-x86_64 16:29:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:29:58 prd-ubuntu20.04-docker-8c-8g-12595 does not seem to be running inside a container 16:29:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:29:58 $ docker top 7f198797fd6487e77e091d8f3d5f1cd3109d49614600ac12370444c78c6033fd -eo pid,comm [Pipeline] { [Pipeline] sh 16:29:58 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 16:29:59 + make test 16:29:59 go test -race -coverprofile=coverage.out ./... 16:30:17 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:30:35 go vet ./... 16:30:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:30:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:30:37 ./bin/test-attribution-txt.sh 16:30:37 An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add 16:30:37 An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo 16:30:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:30:37 $ docker stop --time=1 7f198797fd6487e77e091d8f3d5f1cd3109d49614600ac12370444c78c6033fd 16:30:42 $ docker rm -f --volumes 7f198797fd6487e77e091d8f3d5f1cd3109d49614600ac12370444c78c6033fd [Pipeline] // withDockerContainer [Pipeline] sh 16:30:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:30:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:30:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:30:44 + ls -al . 16:30:44 total 176 16:30:44 drwxrwxr-x 8 jenkins jenkins 4096 May 3 16:29 . 16:30:44 drwxrwxr-x 4 jenkins jenkins 4096 May 3 16:28 .. 16:30:44 -rw-rw-r-- 1 jenkins jenkins 119 May 3 16:28 .dockerignore 16:30:44 drwxrwxr-x 8 jenkins jenkins 4096 May 3 16:28 .git 16:30:44 drwxrwxr-x 3 jenkins jenkins 4096 May 3 16:28 .github 16:30:44 -rw-rw-r-- 1 jenkins jenkins 171 May 3 16:28 .gitignore 16:30:44 -rw-rw-r-- 1 jenkins jenkins 41 May 3 16:28 .golangci.yml 16:30:44 drwxr-xr-x 3 jenkins jenkins 4096 May 3 16:28 .semver 16:30:44 -rw-rw-r-- 1 jenkins jenkins 9088 May 3 16:28 Attribution.txt 16:30:44 -rw-rw-r-- 1 jenkins jenkins 29118 May 3 16:28 CHANGELOG.md 16:30:44 -rw-rw-r-- 1 jenkins jenkins 1898 May 3 16:28 Dockerfile 16:30:44 -rw-rw-r-- 1 jenkins jenkins 677 May 3 16:28 GOVERNANCE.md 16:30:44 -rw-rw-r-- 1 jenkins jenkins 688 May 3 16:28 Jenkinsfile 16:30:44 -rw-rw-r-- 1 jenkins jenkins 10174 May 3 16:28 LICENSE 16:30:44 -rw-rw-r-- 1 jenkins jenkins 618 May 3 16:28 OWNERS.md 16:30:44 -rw-rw-r-- 1 jenkins jenkins 4369 May 3 16:28 README.md 16:30:44 -rw-rw-r-- 1 jenkins jenkins 12 May 3 16:28 VERSION 16:30:44 drwxrwxr-x 2 jenkins jenkins 4096 May 3 16:28 bin 16:30:44 -rw-r--r-- 1 jenkins jenkins 13 May 3 16:29 coverage.out 16:30:44 -rw-rw-r-- 1 jenkins jenkins 3302 May 3 16:28 go.mod 16:30:44 -rw-rw-r-- 1 jenkins jenkins 31536 May 3 16:28 go.sum 16:30:44 -rw-rw-r-- 1 jenkins jenkins 1949 May 3 16:28 main.go 16:30:44 -rw-rw-r-- 1 jenkins jenkins 2569 May 3 16:28 makefile 16:30:44 drwxrwxr-x 9 jenkins jenkins 4096 May 3 16:28 res 16:30:44 drwxrwxr-x 4 jenkins jenkins 4096 May 3 16:28 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:44 + 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=694e3ae60c9df22c057b1690b970d5b19176c4d2 --label arch=amd64 --label version=3.0.0-dev.40 . 16:30:44 Sending build context to Docker daemon 3.306MB 16:30:44 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 16:30:44 Step 2/26 : FROM ${BASE} AS builder 16:30:44 ---> c255d7d051a6 16:30:44 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 16:30:44 ---> Running in 26ebc55b35d4 16:30:44 Removing intermediate container 26ebc55b35d4 16:30:44 ---> 96a7a43f055b 16:30:44 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 16:30:44 ---> Running in 06e641d8b4cf 16:30:44 Removing intermediate container 06e641d8b4cf 16:30:44 ---> 4e806c200802 16:30:44 Step 5/26 : ARG ADD_BUILD_TAGS="" 16:30:44 ---> Running in d9d749efba26 16:30:44 Removing intermediate container d9d749efba26 16:30:44 ---> 85e92dfa6e09 16:30:44 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:30:44 ---> Running in 071890115d1f 16:30:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:30:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:30:45 OK: 265 MiB in 53 packages 16:30:45 Removing intermediate container 071890115d1f 16:30:45 ---> 7287f17ccc3f 16:30:45 Step 7/26 : WORKDIR /app 16:30:45 ---> Running in ccf7b5cdfc80 16:30:45 Removing intermediate container ccf7b5cdfc80 16:30:45 ---> 67ab0fa178d2 16:30:45 Step 8/26 : COPY go.mod vendor* ./ 16:30:45 ---> 8d54c02c5c5d 16:30:45 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:30:45 ---> Running in 9d35e3f28549 16:30:46 Removing intermediate container 9d35e3f28549 16:30:46 ---> f0728d5618ae 16:30:46 Step 10/26 : COPY . . 16:30:47 ---> 11de48cae732 16:30:47 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:30:47 ---> Running in 2a33aa15a489 16:30:47 Removing intermediate container 2a33aa15a489 16:30:47 ---> dce39f7614b3 16:30:47 Step 12/26 : RUN $MAKE 16:30:47 ---> Running in 920427c75131 16:30:47 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.40" -trimpath -mod=readonly -o app-service-configurable 16:31:09 Removing intermediate container 920427c75131 16:31:09 ---> 63ece3707939 16:31:09 Step 13/26 : FROM alpine:3.17 16:31:09 3.17: Pulling from library/alpine 16:31:09 f56be85fc22e: Already exists 16:31:09 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 16:31:09 Status: Downloaded newer image for alpine:3.17 16:31:09 ---> 9ed4aefc74f6 16:31:09 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:31:09 ---> Running in 0d5030047fe0 16:31:09 Removing intermediate container 0d5030047fe0 16:31:09 ---> dbf81346d4e9 16:31:09 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 16:31:09 ---> Running in fba07820db01 16:31:09 Removing intermediate container fba07820db01 16:31:09 ---> 8bbfffe5ee4b 16:31:09 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:31:09 ---> Running in 5ff94f42948a 16:31:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:31:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:31:09 (1/2) Installing ca-certificates (20220614-r4) 16:31:09 (2/2) Installing dumb-init (1.2.5-r2) 16:31:09 Executing busybox-1.35.0-r29.trigger 16:31:09 Executing ca-certificates-20220614-r4.trigger 16:31:09 OK: 8 MiB in 17 packages 16:31:09 Removing intermediate container 5ff94f42948a 16:31:09 ---> 0c2f4536c9af 16:31:09 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:31:09 ---> 80de2d9c48eb 16:31:09 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 16:31:09 ---> 33c28b863fa5 16:31:09 Step 19/26 : COPY --from=builder /app/res/ /res/ 16:31:09 ---> fa68c4503016 16:31:09 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:31:09 ---> 8099afd55ee0 16:31:09 Step 21/26 : EXPOSE 48095 16:31:09 ---> Running in 1ce3754b93b1 16:31:09 Removing intermediate container 1ce3754b93b1 16:31:09 ---> 92a047f11edd 16:31:09 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 16:31:09 ---> Running in cf36a55e2a52 16:31:09 Removing intermediate container cf36a55e2a52 16:31:09 ---> e4f32b15273b 16:31:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:31:09 ---> Running in f762f6b5b295 16:31:09 Removing intermediate container f762f6b5b295 16:31:09 ---> 3072fdcc9e96 16:31:09 Step 24/26 : LABEL arch=amd64 16:31:09 ---> Running in c0fe8c549f21 16:31:09 Removing intermediate container c0fe8c549f21 16:31:09 ---> 9797d117f247 16:31:09 Step 25/26 : LABEL git_sha=694e3ae60c9df22c057b1690b970d5b19176c4d2 16:31:09 ---> Running in 955a04a7c110 16:31:09 Removing intermediate container 955a04a7c110 16:31:09 ---> c65616c4a9e5 16:31:09 Step 26/26 : LABEL version=3.0.0-dev.40 16:31:09 ---> Running in 162018ea07f2 16:31:09 Removing intermediate container 162018ea07f2 16:31:09 ---> 73d9e49c5d5a 16:31:09 [Warning] One or more build-args [ARCH] were not consumed 16:31:09 Successfully built 73d9e49c5d5a 16:31:09 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 16:31:09 provisioning config files... 16:31:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4872180737541931491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:31:09 ---> docker-login.sh 16:31:09 nexus3.edgexfoundry.org:10001 16:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:09 Configure a credential helper to remove this warning. See 16:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:09 16:31:09 Login Succeeded 16:31:09 nexus3.edgexfoundry.org:10002 16:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:09 Configure a credential helper to remove this warning. See 16:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:09 16:31:09 Login Succeeded 16:31:09 nexus3.edgexfoundry.org:10003 16:31:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:10 Configure a credential helper to remove this warning. See 16:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:10 16:31:10 Login Succeeded 16:31:10 nexus3.edgexfoundry.org:10004 16:31:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:10 Configure a credential helper to remove this warning. See 16:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:10 16:31:10 Login Succeeded 16:31:10 docker.io 16:31:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:10 Configure a credential helper to remove this warning. See 16:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:10 16:31:10 Login Succeeded 16:31:10 ---> docker-login.sh ends [Pipeline] } 16:31:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:31:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:31:10 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 16:31:10 694e3ae60c9df22c057b1690b970d5b19176c4d2 16:31:10 latest 16:31:10 3.0.0-dev.40 16:31:10 694e3ae60c9df22c057b1690b970d5b19176c4d2-3.0.0-dev.40 16:31:10 main 16:31:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:10 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:694e3ae60c9df22c057b1690b970d5b19176c4d2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:10 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:694e3ae60c9df22c057b1690b970d5b19176c4d2 16:31:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:31:10 56fb2cfb08cb: Preparing 16:31:10 505505e9e158: Preparing 16:31:10 0d344b2aec6f: Preparing 16:31:10 1c6b3c860581: Preparing 16:31:10 60315631a041: Preparing 16:31:10 f1417ff83b31: Preparing 16:31:10 f1417ff83b31: Waiting 16:31:10 1c6b3c860581: Pushed 16:31:10 505505e9e158: Pushed 16:31:10 0d344b2aec6f: Pushed 16:31:10 f1417ff83b31: Layer already exists 16:31:10 60315631a041: Pushed 16:31:13 56fb2cfb08cb: Pushed 16:31:13 694e3ae60c9df22c057b1690b970d5b19176c4d2: digest: sha256:bf6c594335ce005526e05de160dd5ffbdbf21684814545b0d31fc6c7753230e5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:14 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:14 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:31:14 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:31:14 56fb2cfb08cb: Preparing 16:31:14 505505e9e158: Preparing 16:31:14 0d344b2aec6f: Preparing 16:31:14 1c6b3c860581: Preparing 16:31:14 60315631a041: Preparing 16:31:14 f1417ff83b31: Preparing 16:31:14 f1417ff83b31: Waiting 16:31:14 505505e9e158: Layer already exists 16:31:14 0d344b2aec6f: Layer already exists 16:31:14 56fb2cfb08cb: Layer already exists 16:31:14 60315631a041: Layer already exists 16:31:14 1c6b3c860581: Layer already exists 16:31:14 f1417ff83b31: Layer already exists 16:31:14 latest: digest: sha256:bf6c594335ce005526e05de160dd5ffbdbf21684814545b0d31fc6c7753230e5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:14 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:15 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.40 16:31:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:31:15 56fb2cfb08cb: Preparing 16:31:15 505505e9e158: Preparing 16:31:15 0d344b2aec6f: Preparing 16:31:15 1c6b3c860581: Preparing 16:31:15 60315631a041: Preparing 16:31:15 f1417ff83b31: Preparing 16:31:15 f1417ff83b31: Waiting 16:31:15 1c6b3c860581: Layer already exists 16:31:15 60315631a041: Layer already exists 16:31:15 0d344b2aec6f: Layer already exists 16:31:15 56fb2cfb08cb: Layer already exists 16:31:15 505505e9e158: Layer already exists 16:31:15 f1417ff83b31: Layer already exists 16:31:15 3.0.0-dev.40: digest: sha256:bf6c594335ce005526e05de160dd5ffbdbf21684814545b0d31fc6c7753230e5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:15 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:694e3ae60c9df22c057b1690b970d5b19176c4d2-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:15 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:694e3ae60c9df22c057b1690b970d5b19176c4d2-3.0.0-dev.40 16:31:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:31:15 56fb2cfb08cb: Preparing 16:31:15 505505e9e158: Preparing 16:31:15 0d344b2aec6f: Preparing 16:31:15 1c6b3c860581: Preparing 16:31:15 60315631a041: Preparing 16:31:15 f1417ff83b31: Preparing 16:31:15 f1417ff83b31: Waiting 16:31:15 1c6b3c860581: Layer already exists 16:31:15 60315631a041: Layer already exists 16:31:15 56fb2cfb08cb: Layer already exists 16:31:15 0d344b2aec6f: Layer already exists 16:31:15 505505e9e158: Layer already exists 16:31:15 f1417ff83b31: Layer already exists 16:31:15 694e3ae60c9df22c057b1690b970d5b19176c4d2-3.0.0-dev.40: digest: sha256:bf6c594335ce005526e05de160dd5ffbdbf21684814545b0d31fc6c7753230e5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:15 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:16 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 16:31:16 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:31:16 56fb2cfb08cb: Preparing 16:31:16 505505e9e158: Preparing 16:31:16 0d344b2aec6f: Preparing 16:31:16 1c6b3c860581: Preparing 16:31:16 60315631a041: Preparing 16:31:16 f1417ff83b31: Preparing 16:31:16 f1417ff83b31: Waiting 16:31:16 0d344b2aec6f: Layer already exists 16:31:16 505505e9e158: Layer already exists 16:31:16 60315631a041: Layer already exists 16:31:16 56fb2cfb08cb: Layer already exists 16:31:16 1c6b3c860581: Layer already exists 16:31:16 f1417ff83b31: Layer already exists 16:31:16 main: digest: sha256:bf6c594335ce005526e05de160dd5ffbdbf21684814545b0d31fc6c7753230e5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:31:16 ===================================================== [Pipeline] echo 16:31:16 taggedImages: 16:31:16 - nexus3.edgexfoundry.org:10004/app-service-configurable:694e3ae60c9df22c057b1690b970d5b19176c4d2 16:31:16 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:31:16 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.40 16:31:16 - nexus3.edgexfoundry.org:10004/app-service-configurable:694e3ae60c9df22c057b1690b970d5b19176c4d2-3.0.0-dev.40 16:31:16 - 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 16:31:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:31:16 16:31:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:31:16 latest: Pulling from edgex-lftools-log-publisher 16:31:16 5eb5b503b376: Pulling fs layer 16:31:16 5c69ac0246d0: Pulling fs layer 16:31:16 ec43610c2a17: Pulling fs layer 16:31:16 3a2ae6a8a46f: Pulling fs layer 16:31:16 33b1e0a273af: Pulling fs layer 16:31:16 5d3b04190fa2: Pulling fs layer 16:31:16 2f39f015ded8: Pulling fs layer 16:31:16 33b1e0a273af: Waiting 16:31:16 3a2ae6a8a46f: Waiting 16:31:16 5d3b04190fa2: Waiting 16:31:16 2f39f015ded8: Waiting 16:31:16 5c69ac0246d0: Verifying Checksum 16:31:16 5c69ac0246d0: Download complete 16:31:16 3a2ae6a8a46f: Verifying Checksum 16:31:16 3a2ae6a8a46f: Download complete 16:31:16 33b1e0a273af: Verifying Checksum 16:31:16 33b1e0a273af: Download complete 16:31:16 5d3b04190fa2: Download complete 16:31:16 ec43610c2a17: Verifying Checksum 16:31:16 ec43610c2a17: Download complete 16:31:17 5eb5b503b376: Verifying Checksum 16:31:17 5eb5b503b376: Download complete 16:31:17 2f39f015ded8: Download complete 16:31:18 5eb5b503b376: Pull complete 16:31:18 5c69ac0246d0: Pull complete 16:31:18 ec43610c2a17: Pull complete 16:31:18 3a2ae6a8a46f: Pull complete 16:31:19 33b1e0a273af: Pull complete 16:31:19 5d3b04190fa2: Pull complete 16:31:22 Running on prd-ubuntu20.04-docker-arm64-4c-16g-12599 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 16:31:22 Running in /w/workspace/app-service-configurable/158 [Pipeline] { [Pipeline] checkout 16:31:22 Selected Git installation does not exist. Using Default 16:31:22 The recommended git tool is: NONE 16:31:23 2f39f015ded8: Pull complete 16:31:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:31:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:31:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:31:23 prd-ubuntu20.04-docker-8c-8g-12595 does not seem to be running inside a container 16:31:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:31:27 $ docker top 47b52443269bcc5414d6fd9b6865ad4ce3f3d76cc907d6ff099c75a586a532da -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:31:27 ---> job-cost.sh 16:31:27 lf-activate-venv: SKIPPING 16:31:27 INFO: No Stack... 16:31:27 INFO: Retrieving Pricing Info for: v3-standard-8 16:31:28 INFO: Archiving Costs [Pipeline] sh 16:31:28 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 16:31:28 + cut -d, -f6 [Pipeline] lock 16:31:28 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-158-stack-cost] 16:31:28 Resource [jenkins-edgexfoundry-app-service-configurable-main-158-stack-cost] did not exist. Created. 16:31:28 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-158-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:31:28 + echo total: 0.2199999988079071 [Pipeline] stash 16:31:28 Stashed 1 file(s) [Pipeline] } 16:31:28 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-158-stack-cost] [Pipeline] // lock [Pipeline] } 16:31:28 using credential edgex-jenkins-ssh 16:31:28 $ docker stop --time=1 47b52443269bcc5414d6fd9b6865ad4ce3f3d76cc907d6ff099c75a586a532da 16:31:28 Cloning the remote Git repository 16:31:28 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:31:29 $ docker rm -f --volumes 47b52443269bcc5414d6fd9b6865ad4ce3f3d76cc907d6ff099c75a586a532da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:31:28 > git init /w/workspace/app-service-configurable/158 # timeout=10 16:31:29 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:31:29 > git --version # timeout=10 16:31:29 > git --version # 'git version 2.25.1' 16:31:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:31:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:31:30 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:31:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:31:31 Avoid second fetch 16:31:31 Checking out Revision 694e3ae60c9df22c057b1690b970d5b19176c4d2 (main) 16:31:32 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#556)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:31:31 > git config core.sparsecheckout # timeout=10 16:31:31 > git checkout -f 694e3ae60c9df22c057b1690b970d5b19176c4d2 # timeout=10 16:31:33 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:31:33 % Total % Received % Xferd Average Speed Time Time Time Current 16:31:33 Dload Upload Total Spent Left Speed 16:31:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 197k 0 --:--:-- --:--:-- --:--:-- 197k [Pipeline] sh 16:31:33 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:31:34 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:31:34 + sudo tee /etc/docker/daemon.new 16:31:34 { 16:31:34 "registry-mirrors": [ 16:31:34 "https://nexus3.edgexfoundry.org:10001" 16:31:34 ], 16:31:34 "bip": "10.250.0.254/24", 16:31:34 "hosts": [ 16:31:34 "tcp://0.0.0.0:5555", 16:31:34 "unix:///var/run/docker.sock" 16:31:34 ], 16:31:34 "mtu": 1458, 16:31:34 "selinux-enabled": true, 16:31:34 "seccomp-profile": "/etc/docker/seccomp.json" 16:31:34 } [Pipeline] sh 16:31:34 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:31:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:31:53 provisioning config files... 16:31:53 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/158@tmp/config1567365191547242430tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:31:53 ---> docker-login.sh 16:31:53 nexus3.edgexfoundry.org:10001 16:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:54 Configure a credential helper to remove this warning. See 16:31:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:54 16:31:54 Login Succeeded 16:31:54 nexus3.edgexfoundry.org:10002 16:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:54 Configure a credential helper to remove this warning. See 16:31:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:54 16:31:54 Login Succeeded 16:31:54 nexus3.edgexfoundry.org:10003 16:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:54 Configure a credential helper to remove this warning. See 16:31:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:54 16:31:54 Login Succeeded 16:31:54 nexus3.edgexfoundry.org:10004 16:31:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:55 Configure a credential helper to remove this warning. See 16:31:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:55 16:31:55 Login Succeeded 16:31:55 docker.io 16:31:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:55 Configure a credential helper to remove this warning. See 16:31:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:55 16:31:55 Login Succeeded 16:31:55 ---> docker-login.sh ends [Pipeline] } 16:31:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:31:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:31:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:31:55 ========================================================= 16:31:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 16:31:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:56 + 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 . 16:31:56 Sending build context to Docker daemon 168.4kB 16:31:56 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:31:56 Step 2/12 : FROM ${BASE} AS builder 16:31:56 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:31:56 c41833b44d91: Pulling fs layer 16:31:56 ed15518f5707: Pulling fs layer 16:31:56 feae8fd75edb: Pulling fs layer 16:31:56 242c74f7c9fa: Pulling fs layer 16:31:56 3cdef696dda3: Pulling fs layer 16:31:56 2ced38df9373: Pulling fs layer 16:31:56 58f1dce35555: Pulling fs layer 16:31:56 3cdef696dda3: Waiting 16:31:56 2ced38df9373: Waiting 16:31:56 58f1dce35555: Waiting 16:31:56 242c74f7c9fa: Waiting 16:31:56 ed15518f5707: Verifying Checksum 16:31:56 ed15518f5707: Download complete 16:31:56 242c74f7c9fa: Verifying Checksum 16:31:56 242c74f7c9fa: Download complete 16:31:56 3cdef696dda3: Verifying Checksum 16:31:56 3cdef696dda3: Download complete 16:31:56 c41833b44d91: Verifying Checksum 16:31:56 c41833b44d91: Download complete 16:31:57 c41833b44d91: Pull complete 16:31:58 58f1dce35555: Verifying Checksum 16:31:58 58f1dce35555: Download complete 16:31:58 ed15518f5707: Pull complete 16:31:59 feae8fd75edb: Verifying Checksum 16:31:59 feae8fd75edb: Download complete 16:31:59 2ced38df9373: Verifying Checksum 16:31:59 2ced38df9373: Download complete 16:32:11 feae8fd75edb: Pull complete 16:32:11 242c74f7c9fa: Pull complete 16:32:11 3cdef696dda3: Pull complete 16:32:18 2ced38df9373: Pull complete 16:32:20 58f1dce35555: Pull complete 16:32:20 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 16:32:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 16:32:20 ---> fadd8f120f05 16:32:20 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 16:32:21 ---> Running in e8f583aa510e 16:32:21 Removing intermediate container e8f583aa510e 16:32:21 ---> d804c26fcadf 16:32:21 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:32:21 ---> Running in 02fdb538a9cf 16:32:22 Removing intermediate container 02fdb538a9cf 16:32:22 ---> d49f4ab9cced 16:32:22 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:32:22 ---> Running in 20d04c2e59f2 16:32:22 Removing intermediate container 20d04c2e59f2 16:32:22 ---> 85e78c161107 16:32:22 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:32:22 ---> Running in f40f8fc803d8 16:32:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:32:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:32:25 OK: 263 MiB in 53 packages 16:32:26 Removing intermediate container f40f8fc803d8 16:32:26 ---> 9aa1224d63a8 16:32:26 Step 7/12 : WORKDIR /app 16:32:26 ---> Running in a47cb66e31d3 16:32:26 Removing intermediate container a47cb66e31d3 16:32:26 ---> fb48f1896073 16:32:26 Step 8/12 : COPY go.mod vendor* ./ 16:32:27 ---> 17708765e5a3 16:32:27 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:32:27 ---> Running in c5b88564132b 16:33:35 Removing intermediate container c5b88564132b 16:33:35 ---> 3aee68dff2a7 16:33:35 Step 10/12 : COPY . . 16:33:35 ---> 458d9b1e726b 16:33:35 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:33:35 ---> Running in dcdb2c96da57 16:33:35 Removing intermediate container dcdb2c96da57 16:33:35 ---> 5cf15a3b073e 16:33:35 Step 12/12 : RUN $MAKE 16:33:35 ---> Running in 201b6c0e770d 16:33:35 noop 16:33:35 Removing intermediate container 201b6c0e770d 16:33:35 ---> 66b1c0b5a695 16:33:35 Successfully built 66b1c0b5a695 16:33:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:35 + docker inspect -f . ci-base-image-arm64 16:33:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:35 prd-ubuntu20.04-docker-arm64-4c-16g-12599 does not seem to be running inside a container 16:33:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/158 -v /w/workspace/app-service-configurable/158:/w/workspace/app-service-configurable/158:rw,z -v /w/workspace/app-service-configurable/158@tmp:/w/workspace/app-service-configurable/158@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:33:37 $ docker top 5acfb0a2bc4d952f1b99500a8d747979bb917bdca46e981a2623dd24cd7279b0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:33:38 + go version 16:33:38 go version go1.20.2 linux/arm64 [Pipeline] } 16:33:38 $ docker stop --time=1 5acfb0a2bc4d952f1b99500a8d747979bb917bdca46e981a2623dd24cd7279b0 16:33:39 $ docker rm -f --volumes 5acfb0a2bc4d952f1b99500a8d747979bb917bdca46e981a2623dd24cd7279b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:40 + docker inspect -f . ci-base-image-arm64 16:33:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:40 prd-ubuntu20.04-docker-arm64-4c-16g-12599 does not seem to be running inside a container 16:33:40 $ 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/158 -v /w/workspace/app-service-configurable/158:/w/workspace/app-service-configurable/158:rw,z -v /w/workspace/app-service-configurable/158@tmp:/w/workspace/app-service-configurable/158@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:33:41 $ docker top 843b150e18b998b9cefe05f487b5e80c964575cdd7232da2407feff6a1d2fbfa -eo pid,comm [Pipeline] { [Pipeline] sh 16:33:42 + git config --global --add safe.directory /w/workspace/app-service-configurable/158 [Pipeline] fileExists [Pipeline] sh 16:33:42 + make test 16:33:42 go test -race -coverprofile=coverage.out ./... 16:36:34 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:36:34 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:36:34 go vet ./... 16:38:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:38:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:38:56 ./bin/test-attribution-txt.sh 16:38:56 An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add 16:38:56 An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo 16:38:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:38:56 $ docker stop --time=1 843b150e18b998b9cefe05f487b5e80c964575cdd7232da2407feff6a1d2fbfa 16:38:57 $ docker rm -f --volumes 843b150e18b998b9cefe05f487b5e80c964575cdd7232da2407feff6a1d2fbfa [Pipeline] // withDockerContainer [Pipeline] sh 16:38:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:38:59 Warning: overwriting stash ‘coverage-report’ 16:39:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:39:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:39:00 + ls -al . 16:39:00 total 172 16:39:00 drwxrwxr-x 7 jenkins jenkins 4096 May 3 16:33 . 16:39:00 drwxrwxr-x 4 jenkins jenkins 4096 May 3 16:31 .. 16:39:00 -rw-rw-r-- 1 jenkins jenkins 119 May 3 16:31 .dockerignore 16:39:00 drwxrwxr-x 8 jenkins jenkins 4096 May 3 16:31 .git 16:39:00 drwxrwxr-x 3 jenkins jenkins 4096 May 3 16:31 .github 16:39:00 -rw-rw-r-- 1 jenkins jenkins 171 May 3 16:31 .gitignore 16:39:00 -rw-rw-r-- 1 jenkins jenkins 41 May 3 16:31 .golangci.yml 16:39:00 -rw-rw-r-- 1 jenkins jenkins 9088 May 3 16:31 Attribution.txt 16:39:00 -rw-rw-r-- 1 jenkins jenkins 29118 May 3 16:31 CHANGELOG.md 16:39:00 -rw-rw-r-- 1 jenkins jenkins 1898 May 3 16:31 Dockerfile 16:39:00 -rw-rw-r-- 1 jenkins jenkins 677 May 3 16:31 GOVERNANCE.md 16:39:00 -rw-rw-r-- 1 jenkins jenkins 688 May 3 16:31 Jenkinsfile 16:39:00 -rw-rw-r-- 1 jenkins jenkins 10174 May 3 16:31 LICENSE 16:39:00 -rw-rw-r-- 1 jenkins jenkins 618 May 3 16:31 OWNERS.md 16:39:00 -rw-rw-r-- 1 jenkins jenkins 4369 May 3 16:31 README.md 16:39:00 -rw-rw-r-- 1 jenkins jenkins 12 May 3 16:28 VERSION 16:39:00 drwxrwxr-x 2 jenkins jenkins 4096 May 3 16:31 bin 16:39:00 -rw-r--r-- 1 jenkins jenkins 13 May 3 16:33 coverage.out 16:39:00 -rw-rw-r-- 1 jenkins jenkins 3302 May 3 16:31 go.mod 16:39:00 -rw-rw-r-- 1 jenkins jenkins 31536 May 3 16:31 go.sum 16:39:00 -rw-rw-r-- 1 jenkins jenkins 1949 May 3 16:31 main.go 16:39:00 -rw-rw-r-- 1 jenkins jenkins 2569 May 3 16:31 makefile 16:39:00 drwxrwxr-x 9 jenkins jenkins 4096 May 3 16:31 res 16:39:00 drwxrwxr-x 4 jenkins jenkins 4096 May 3 16:31 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:39:01 + 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=694e3ae60c9df22c057b1690b970d5b19176c4d2 --label arch=arm64 --label version=3.0.0-dev.40 . 16:39:01 Sending build context to Docker daemon 169.5kB 16:39:01 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 16:39:01 Step 2/26 : FROM ${BASE} AS builder 16:39:01 ---> 66b1c0b5a695 16:39:01 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 16:39:01 ---> Running in cdf027aabd23 16:39:01 Removing intermediate container cdf027aabd23 16:39:01 ---> 81627a287096 16:39:01 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 16:39:01 ---> Running in b4fbfaeaa15d 16:39:02 Removing intermediate container b4fbfaeaa15d 16:39:02 ---> 1dfe8b291f5c 16:39:02 Step 5/26 : ARG ADD_BUILD_TAGS="" 16:39:02 ---> Running in 8bb7538d3f8d 16:39:02 Removing intermediate container 8bb7538d3f8d 16:39:02 ---> b20bc9f771e5 16:39:02 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:39:02 ---> Running in 395d11185007 16:39:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:39:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:39:05 OK: 263 MiB in 53 packages 16:39:06 Removing intermediate container 395d11185007 16:39:06 ---> 5c841d23a759 16:39:06 Step 7/26 : WORKDIR /app 16:39:06 ---> Running in 609ab6f36fb5 16:39:06 Removing intermediate container 609ab6f36fb5 16:39:06 ---> 2b9dcd2a9c14 16:39:06 Step 8/26 : COPY go.mod vendor* ./ 16:39:07 ---> 17b9b8b95670 16:39:07 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:39:07 ---> Running in d741ab69aac4 16:39:09 Removing intermediate container d741ab69aac4 16:39:09 ---> d45ae2fdd347 16:39:09 Step 10/26 : COPY . . 16:39:10 ---> d0afe09a0c5e 16:39:10 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:39:10 ---> Running in 896b303129e2 16:39:10 Removing intermediate container 896b303129e2 16:39:10 ---> c19b7daef14f 16:39:10 Step 12/26 : RUN $MAKE 16:39:10 ---> Running in 368ec60be6ae 16:39:11 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.40" -trimpath -mod=readonly -o app-service-configurable 16:41:33 Removing intermediate container 368ec60be6ae 16:41:33 ---> 329e4d589f0e 16:41:33 Step 13/26 : FROM alpine:3.17 16:41:33 3.17: Pulling from library/alpine 16:41:33 c41833b44d91: Already exists 16:41:33 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 16:41:33 Status: Downloaded newer image for alpine:3.17 16:41:33 ---> 51e60588ff2c 16:41:33 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:41:33 ---> Running in bf2d5edad337 16:41:33 Removing intermediate container bf2d5edad337 16:41:33 ---> aa23286c257b 16:41:33 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 16:41:33 ---> Running in 8d919c82a63e 16:41:33 Removing intermediate container 8d919c82a63e 16:41:33 ---> ac76a2e0f044 16:41:33 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:41:33 ---> Running in d43e5834d604 16:41:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:41:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:41:33 (1/2) Installing ca-certificates (20220614-r4) 16:41:33 (2/2) Installing dumb-init (1.2.5-r2) 16:41:33 Executing busybox-1.35.0-r29.trigger 16:41:33 Executing ca-certificates-20220614-r4.trigger 16:41:33 OK: 8 MiB in 17 packages 16:41:33 Removing intermediate container d43e5834d604 16:41:33 ---> dce263166a5f 16:41:33 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:41:33 ---> dd19a1276cc7 16:41:33 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 16:41:33 ---> d652cb99b9ac 16:41:33 Step 19/26 : COPY --from=builder /app/res/ /res/ 16:41:33 ---> c5d7e7bd23f7 16:41:33 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:41:33 ---> 8bbdb0596af4 16:41:33 Step 21/26 : EXPOSE 48095 16:41:33 ---> Running in a54a73447fce 16:41:33 Removing intermediate container a54a73447fce 16:41:33 ---> 4c0f30d0b7a6 16:41:33 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 16:41:33 ---> Running in 77d12f928910 16:41:33 Removing intermediate container 77d12f928910 16:41:33 ---> 3799c613f015 16:41:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:41:33 ---> Running in 7e7c9a05b54f 16:41:33 Removing intermediate container 7e7c9a05b54f 16:41:33 ---> 6d54bf214f36 16:41:33 Step 24/26 : LABEL arch=arm64 16:41:33 ---> Running in a59b7a768ac9 16:41:33 Removing intermediate container a59b7a768ac9 16:41:33 ---> ceb73ec84168 16:41:33 Step 25/26 : LABEL git_sha=694e3ae60c9df22c057b1690b970d5b19176c4d2 16:41:33 ---> Running in 70b0a063949b 16:41:33 Removing intermediate container 70b0a063949b 16:41:33 ---> 29e16799f553 16:41:33 Step 26/26 : LABEL version=3.0.0-dev.40 16:41:33 ---> Running in 51c801577ba4 16:41:33 Removing intermediate container 51c801577ba4 16:41:33 ---> 53eeb6bd7282 16:41:33 [Warning] One or more build-args [ARCH] were not consumed 16:41:33 Successfully built 53eeb6bd7282 16:41:33 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:41:33 provisioning config files... 16:41:33 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/158@tmp/config9992956465157136183tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:41:33 ---> docker-login.sh 16:41:33 nexus3.edgexfoundry.org:10001 16:41:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:34 Configure a credential helper to remove this warning. See 16:41:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:34 16:41:34 Login Succeeded 16:41:34 nexus3.edgexfoundry.org:10002 16:41:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:34 Configure a credential helper to remove this warning. See 16:41:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:34 16:41:34 Login Succeeded 16:41:34 nexus3.edgexfoundry.org:10003 16:41:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:34 Configure a credential helper to remove this warning. See 16:41:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:34 16:41:34 Login Succeeded 16:41:34 nexus3.edgexfoundry.org:10004 16:41:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:35 Configure a credential helper to remove this warning. See 16:41:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:35 16:41:35 Login Succeeded 16:41:35 docker.io 16:41:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:35 Configure a credential helper to remove this warning. See 16:41:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:35 16:41:35 Login Succeeded 16:41:35 ---> docker-login.sh ends [Pipeline] } 16:41:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:41:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:41:35 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 16:41:35 694e3ae60c9df22c057b1690b970d5b19176c4d2 16:41:35 latest 16:41:35 3.0.0-dev.40 16:41:35 694e3ae60c9df22c057b1690b970d5b19176c4d2-3.0.0-dev.40 16:41:35 main 16:41:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:36 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:694e3ae60c9df22c057b1690b970d5b19176c4d2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:36 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:694e3ae60c9df22c057b1690b970d5b19176c4d2 16:41:36 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:41:36 90faaebc2e44: Preparing 16:41:36 dbe97c350849: Preparing 16:41:36 738a84802233: Preparing 16:41:36 1051afa93a22: Preparing 16:41:36 dd75f0068ac6: Preparing 16:41:36 26cbea5cba74: Preparing 16:41:36 26cbea5cba74: Waiting 16:41:36 738a84802233: Pushed 16:41:36 dbe97c350849: Pushed 16:41:36 1051afa93a22: Pushed 16:41:36 26cbea5cba74: Layer already exists 16:41:37 dd75f0068ac6: Pushed 16:41:42 90faaebc2e44: Pushed 16:41:42 694e3ae60c9df22c057b1690b970d5b19176c4d2: digest: sha256:7e1765ea94c0b62fe35dd1e6ad269db14cf0a22fcf8510b1174e0b02eb07cd10 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:42 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:43 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:41:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:41:43 90faaebc2e44: Preparing 16:41:43 dbe97c350849: Preparing 16:41:43 738a84802233: Preparing 16:41:43 1051afa93a22: Preparing 16:41:43 dd75f0068ac6: Preparing 16:41:43 26cbea5cba74: Preparing 16:41:43 26cbea5cba74: Waiting 16:41:43 dbe97c350849: Layer already exists 16:41:43 90faaebc2e44: Layer already exists 16:41:43 1051afa93a22: Layer already exists 16:41:43 738a84802233: Layer already exists 16:41:43 dd75f0068ac6: Layer already exists 16:41:43 26cbea5cba74: Layer already exists 16:41:43 latest: digest: sha256:7e1765ea94c0b62fe35dd1e6ad269db14cf0a22fcf8510b1174e0b02eb07cd10 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:43 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:44 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.40 16:41:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:41:44 90faaebc2e44: Preparing 16:41:44 dbe97c350849: Preparing 16:41:44 738a84802233: Preparing 16:41:44 1051afa93a22: Preparing 16:41:44 dd75f0068ac6: Preparing 16:41:44 26cbea5cba74: Preparing 16:41:44 26cbea5cba74: Waiting 16:41:44 dd75f0068ac6: Layer already exists 16:41:44 90faaebc2e44: Layer already exists 16:41:44 dbe97c350849: Layer already exists 16:41:44 1051afa93a22: Layer already exists 16:41:44 738a84802233: Layer already exists 16:41:44 26cbea5cba74: Layer already exists 16:41:44 3.0.0-dev.40: digest: sha256:7e1765ea94c0b62fe35dd1e6ad269db14cf0a22fcf8510b1174e0b02eb07cd10 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:44 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:694e3ae60c9df22c057b1690b970d5b19176c4d2-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:44 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:694e3ae60c9df22c057b1690b970d5b19176c4d2-3.0.0-dev.40 16:41:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:41:44 90faaebc2e44: Preparing 16:41:44 dbe97c350849: Preparing 16:41:44 738a84802233: Preparing 16:41:44 1051afa93a22: Preparing 16:41:44 dd75f0068ac6: Preparing 16:41:44 26cbea5cba74: Preparing 16:41:44 26cbea5cba74: Waiting 16:41:44 738a84802233: Layer already exists 16:41:44 dd75f0068ac6: Layer already exists 16:41:44 dbe97c350849: Layer already exists 16:41:44 1051afa93a22: Layer already exists 16:41:44 90faaebc2e44: Layer already exists 16:41:44 26cbea5cba74: Layer already exists 16:41:44 694e3ae60c9df22c057b1690b970d5b19176c4d2-3.0.0-dev.40: digest: sha256:7e1765ea94c0b62fe35dd1e6ad269db14cf0a22fcf8510b1174e0b02eb07cd10 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:45 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:45 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 16:41:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:41:45 90faaebc2e44: Preparing 16:41:45 dbe97c350849: Preparing 16:41:45 738a84802233: Preparing 16:41:45 1051afa93a22: Preparing 16:41:45 dd75f0068ac6: Preparing 16:41:45 26cbea5cba74: Preparing 16:41:45 26cbea5cba74: Waiting 16:41:45 90faaebc2e44: Layer already exists 16:41:45 dbe97c350849: Layer already exists 16:41:45 1051afa93a22: Layer already exists 16:41:45 738a84802233: Layer already exists 16:41:45 dd75f0068ac6: Layer already exists 16:41:45 26cbea5cba74: Layer already exists 16:41:45 main: digest: sha256:7e1765ea94c0b62fe35dd1e6ad269db14cf0a22fcf8510b1174e0b02eb07cd10 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:41:45 ===================================================== [Pipeline] echo 16:41:45 taggedImages: 16:41:45 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:694e3ae60c9df22c057b1690b970d5b19176c4d2 16:41:45 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:41:45 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.40 16:41:45 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:694e3ae60c9df22c057b1690b970d5b19176c4d2-3.0.0-dev.40 16:41:45 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:41:45 16:41:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:41:46 arm64: Pulling from edgex-lftools-log-publisher 16:41:46 8998bd30e6a1: Pulling fs layer 16:41:46 04944245beec: Pulling fs layer 16:41:46 699f458cf7ca: Pulling fs layer 16:41:46 765212b225bb: Pulling fs layer 16:41:46 f23df028b6ca: Pulling fs layer 16:41:46 d65c8cfc05b1: Pulling fs layer 16:41:46 2437ff75d9bd: Pulling fs layer 16:41:46 765212b225bb: Waiting 16:41:46 f23df028b6ca: Waiting 16:41:46 2437ff75d9bd: Waiting 16:41:46 d65c8cfc05b1: Waiting 16:41:46 04944245beec: Verifying Checksum 16:41:46 04944245beec: Download complete 16:41:46 765212b225bb: Verifying Checksum 16:41:46 765212b225bb: Download complete 16:41:46 f23df028b6ca: Verifying Checksum 16:41:46 f23df028b6ca: Download complete 16:41:46 d65c8cfc05b1: Verifying Checksum 16:41:46 d65c8cfc05b1: Download complete 16:41:46 699f458cf7ca: Verifying Checksum 16:41:46 699f458cf7ca: Download complete 16:41:47 8998bd30e6a1: Verifying Checksum 16:41:47 8998bd30e6a1: Download complete 16:41:49 2437ff75d9bd: Verifying Checksum 16:41:49 2437ff75d9bd: Download complete 16:41:50 8998bd30e6a1: Pull complete 16:41:51 04944245beec: Pull complete 16:41:52 699f458cf7ca: Pull complete 16:41:54 765212b225bb: Pull complete 16:41:54 f23df028b6ca: Pull complete 16:41:54 d65c8cfc05b1: Pull complete 16:42:07 2437ff75d9bd: Pull complete 16:42:07 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:42:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:42:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:42:07 prd-ubuntu20.04-docker-arm64-4c-16g-12599 does not seem to be running inside a container 16:42:07 $ 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/158 -v /w/workspace/app-service-configurable/158:/w/workspace/app-service-configurable/158:rw,z -v /w/workspace/app-service-configurable/158@tmp:/w/workspace/app-service-configurable/158@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:42:10 $ docker top 6a496ac34407c4be7f9f1fe3687c734e8bbc96c10d3b5fb2ec6dbbd5da7dbfdb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:42:10 ---> job-cost.sh 16:42:10 lf-activate-venv: SKIPPING 16:42:10 INFO: No Stack... 16:42:11 INFO: Retrieving Pricing Info for: v3-standard-4 16:42:12 INFO: Archiving Costs [Pipeline] sh 16:42:12 + cat /w/workspace/app-service-configurable/158/archives/cost.csv 16:42:12 + cut -d, -f6 [Pipeline] lock 16:42:12 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-158-stack-cost] 16:42:12 Resource [jenkins-edgexfoundry-app-service-configurable-main-158-stack-cost] did not exist. Created. 16:42:12 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-158-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:42:12 /w/workspace/app-service-configurable/158@tmp/durable-1ff57a2e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:42:13 + echo total: 0.10999999940395355 [Pipeline] stash 16:42:13 Warning: overwriting stash ‘stack-cost’ 16:42:13 Stashed 1 file(s) [Pipeline] } 16:42:13 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-158-stack-cost] [Pipeline] // lock [Pipeline] } 16:42:13 $ docker stop --time=1 6a496ac34407c4be7f9f1fe3687c734e8bbc96c10d3b5fb2ec6dbbd5da7dbfdb 16:42:14 $ docker rm -f --volumes 6a496ac34407c4be7f9f1fe3687c734e8bbc96c10d3b5fb2ec6dbbd5da7dbfdb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 16:42:15 provisioning config files... 16:42:15 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1953486905018851479tmp [Pipeline] { [Pipeline] sh 16:42:15 + set +x 16:42:15 + curl -s https://codecov.io/bash 16:42:15 + bash -s -- 16:42:15 16:42:15 _____ _ 16:42:15 / ____| | | 16:42:15 | | ___ __| | ___ ___ _____ __ 16:42:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:42:15 | |___| (_) | (_| | __/ (_| (_) \ V / 16:42:15 \_____\___/ \__,_|\___|\___\___/ \_/ 16:42:15 Bash-1.0.6 16:42:15 16:42:15 16:42:15 ==> git version 2.25.1 found 16:42:15 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 16:42:15 Release-Date: 2020-01-08 16:42:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:42:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:42:15 ==> Jenkins CI detected. 16:42:15 current dir:  /w/workspace/ry_app-service-configurable_main 16:42:15 project root: . 16:42:15 --> token set from env 16:42:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:42:15 ==> Running gcov in . (disable via -X gcov) 16:42:15 ==> Python coveragepy not found 16:42:15 ==> Searching for coverage reports in: 16:42:15 + . 16:42:15 -> Found 1 reports 16:42:15 ==> Detecting git/mercurial file structure 16:42:15 ==> Reading reports 16:42:15 + ./coverage.out bytes=13 16:42:15 ==> Appending adjustments 16:42:15 https://docs.codecov.io/docs/fixing-reports 16:42:15 + Found adjustments 16:42:15 ==> Gzipping contents 16:42:15 4.0K /tmp/codecov.ISVTBU.gz 16:42:15 ==> Uploading reports 16:42:15 url: https://codecov.io 16:42:15 query: branch=main&commit=694e3ae60c9df22c057b1690b970d5b19176c4d2&build=158&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F158%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:42:15 -> Pinging Codecov 16:42:15 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=694e3ae60c9df22c057b1690b970d5b19176c4d2&build=158&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F158%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:42:17 -> Uploading to 16:42:17 https://storage.googleapis.com/codecov/v4/raw/2023-05-03/A97CA9966030D2A3747ED39772930CCE/694e3ae60c9df22c057b1690b970d5b19176c4d2/2d068d96-bd67-4cd2-b7ff-fa5d1e11b7c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T164216Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fb992a1ab2a992f7f7916da2877d2f68a0a88481dba64a0b26b3fb68d9c5cf67 16:42:17 % Total % Received % Xferd Average Speed Time Time Time Current 16:42:17 Dload Upload Total Spent Left Speed 16:42:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 2113 --:--:-- --:--:-- --:--:-- 2102 100 429 0 0 100 429 0 2014 --:--:-- --:--:-- --:--:-- 2004 16:42:17 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/694e3ae60c9df22c057b1690b970d5b19176c4d2 [Pipeline] } 16:42:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:42:17 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:42:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:42:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:42:17 16:42:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:42:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:42:18 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:42:18 df9b9388f04a: Pulling fs layer 16:42:18 52dc419b0ee2: Pulling fs layer 16:42:18 25bc292e5bac: Pulling fs layer 16:42:18 114826534d7a: Pulling fs layer 16:42:18 4657fd5d0bcf: Pulling fs layer 16:42:18 6ad1cebc031e: Pulling fs layer 16:42:18 8a3aa393b2d8: Pulling fs layer 16:42:18 4657fd5d0bcf: Waiting 16:42:18 114826534d7a: Waiting 16:42:18 6ad1cebc031e: Waiting 16:42:18 8a3aa393b2d8: Waiting 16:42:18 25bc292e5bac: Verifying Checksum 16:42:18 25bc292e5bac: Download complete 16:42:18 52dc419b0ee2: Download complete 16:42:18 4657fd5d0bcf: Verifying Checksum 16:42:18 4657fd5d0bcf: Download complete 16:42:18 df9b9388f04a: Download complete 16:42:18 6ad1cebc031e: Verifying Checksum 16:42:18 6ad1cebc031e: Download complete 16:42:18 df9b9388f04a: Pull complete 16:42:18 52dc419b0ee2: Pull complete 16:42:18 25bc292e5bac: Pull complete 16:42:19 114826534d7a: Verifying Checksum 16:42:19 114826534d7a: Download complete 16:42:19 8a3aa393b2d8: Verifying Checksum 16:42:19 8a3aa393b2d8: Download complete 16:42:23 114826534d7a: Pull complete 16:42:23 4657fd5d0bcf: Pull complete 16:42:23 6ad1cebc031e: Pull complete 16:42:25 8a3aa393b2d8: Pull complete 16:42:25 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:42:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:42:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:42:25 prd-ubuntu20.04-docker-8c-8g-12595 does not seem to be running inside a container 16:42:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:42:33 $ docker top aa39c0ae7ac0ae255dde75e6b44a610a0c61a190a614449be7aba777a2d62143 -eo pid,comm [Pipeline] { [Pipeline] echo 16:42:33 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 16:42:33 + set -o pipefail 16:42:33 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 16:42:37 16:42:37 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 16:42:37 16:42:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/e6973f8b-42d2-4591-bece-89f4576e9a47 16:42:37 16:42:37 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:42:37 16:42:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:42:37 16:42:40 16:42:40 A medium severity vulnerability was found in the Snyk CLI versions you are using. 16:42:40 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 16:42:40 More details here: https://snyk.co/ue1NS 16:42:40 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 16:42:40 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:42:40 $ docker stop --time=1 aa39c0ae7ac0ae255dde75e6b44a610a0c61a190a614449be7aba777a2d62143 16:42:44 $ docker rm -f --volumes aa39c0ae7ac0ae255dde75e6b44a610a0c61a190a614449be7aba777a2d62143 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:42:45 + git log --format=format:%s -1 694e3ae60c9df22c057b1690b970d5b19176c4d2 [Pipeline] sh 16:42:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:42:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:42:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:42:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:42:45 prd-ubuntu20.04-docker-8c-8g-12595 does not seem to be running inside a container 16:42:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:42:46 $ docker top 2622316bf09762dcad372f47d456d3cf73d9c38b05ffd5d2d9d0363fa74cc239 -eo pid,comm 16:42:46 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). 16:42:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:42:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:42:46 [ssh-agent] Looking for ssh-agent implementation... 16:42:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:42:46 $ docker exec 2622316bf09762dcad372f47d456d3cf73d9c38b05ffd5d2d9d0363fa74cc239 ssh-agent 16:42:46 SSH_AUTH_SOCK=/tmp/ssh-LADddd7le6Qi/agent.33 16:42:46 SSH_AGENT_PID=39 16:42:46 Running ssh-add (command line suppressed) 16:42:46 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8339689336368996312.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8339689336368996312.key) 16:42:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:42:46 + git semver tag 16:42:47 2023-05-03 16:42:47,048 [run_tag] DEBUG tag force:False 16:42:47 2023-05-03 16:42:47,048 [check_head_tag] DEBUG check head tag 16:42:47 2023-05-03 16:42:47,050 [execute] INFO git cat-file --batch-check 16:42:47 2023-05-03 16:42:47,050 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 16:42:47 2023-05-03 16:42:47,053 [execute] INFO git cat-file --batch 16:42:47 2023-05-03 16:42:47,054 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 16:42:47 2023-05-03 16:42:47,080 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:42:47 2023-05-03 16:42:47,080 [execute] INFO git tag -a v3.0.0-dev.40 -m v3.0.0-dev.40 16:42:47 2023-05-03 16:42:47,081 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.40', '-m', 'v3.0.0-dev.40'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:42:47 2023-05-03 16:42:47,085 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:42:47 3.0.0-dev.40 [Pipeline] } 16:42:47 $ docker exec --env ******** --env ******** 2622316bf09762dcad372f47d456d3cf73d9c38b05ffd5d2d9d0363fa74cc239 ssh-agent -k 16:42:47 unset SSH_AUTH_SOCK; 16:42:47 unset SSH_AGENT_PID; 16:42:47 echo Agent pid 39 killed; 16:42:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:42:47 + git semver [Pipeline] } 16:42:47 $ docker stop --time=1 2622316bf09762dcad372f47d456d3cf73d9c38b05ffd5d2d9d0363fa74cc239 16:42:49 $ docker rm -f --volumes 2622316bf09762dcad372f47d456d3cf73d9c38b05ffd5d2d9d0363fa74cc239 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:42:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:42:49 16:42:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:42:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:42:49 0.23.1-centos7: Pulling from edgex-lftools 16:42:49 ab5ef0e58194: Pulling fs layer 16:42:49 9712f1f96733: Pulling fs layer 16:42:49 63f879dbbcfc: Pulling fs layer 16:42:49 0d9ebad4ef96: Pulling fs layer 16:42:49 e9a5061849ea: Pulling fs layer 16:42:49 d747dcd14b5f: Pulling fs layer 16:42:49 2de7ff778b66: Pulling fs layer 16:42:49 0d9ebad4ef96: Waiting 16:42:49 e9a5061849ea: Waiting 16:42:49 d747dcd14b5f: Waiting 16:42:49 2de7ff778b66: Waiting 16:42:49 9712f1f96733: Verifying Checksum 16:42:49 9712f1f96733: Download complete 16:42:50 63f879dbbcfc: Verifying Checksum 16:42:50 63f879dbbcfc: Download complete 16:42:50 0d9ebad4ef96: Verifying Checksum 16:42:50 0d9ebad4ef96: Download complete 16:42:50 e9a5061849ea: Verifying Checksum 16:42:50 e9a5061849ea: Download complete 16:42:50 ab5ef0e58194: Download complete 16:42:50 d747dcd14b5f: Verifying Checksum 16:42:50 d747dcd14b5f: Download complete 16:42:50 2de7ff778b66: Verifying Checksum 16:42:50 2de7ff778b66: Download complete 16:42:53 ab5ef0e58194: Pull complete 16:42:53 9712f1f96733: Pull complete 16:42:53 63f879dbbcfc: Pull complete 16:42:56 0d9ebad4ef96: Pull complete 16:42:57 e9a5061849ea: Pull complete 16:42:57 d747dcd14b5f: Pull complete 16:42:58 2de7ff778b66: Pull complete 16:42:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:42:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:42:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:42:58 prd-ubuntu20.04-docker-8c-8g-12595 does not seem to be running inside a container 16:42:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:43:04 $ docker top b653731ee826c5d275df608f992088d33a27efcc60506f70d34a3a7c2090581a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:43:04 provisioning config files... 16:43:04 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1539088130122956630tmp 16:43:04 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14565422106038142502tmp 16:43:04 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15035732347851452601tmp [Pipeline] { [Pipeline] echo 16:43:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:43:04 ---> sigul-configuration.sh 16:43:04 gpg: directory `/root/.gnupg' created 16:43:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:43:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:43:04 gpg: keyring `/root/.gnupg/secring.gpg' created 16:43:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:43:04 gpg: CAST5 encrypted data 16:43:04 gpg: encrypted with 1 passphrase 16:43:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:43:05 + mkdir /home/jenkins 16:43:05 + mkdir /home/jenkins/sigul [Pipeline] sh 16:43:05 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:43:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:43:05 ---> sigul-install.sh 16:43:05 Sigul already installed; skipping installation. [Pipeline] sh 16:43:05 + git tag --list 16:43:05 v1.0.0 16:43:05 v1.1.0 16:43:05 v1.2.0 16:43:05 v1.3.0 16:43:05 v1.3.1 16:43:05 v2.0.0 16:43:05 v2.0.1 16:43:05 v2.1.0 16:43:05 v2.1.1 16:43:05 v2.1.1-dev.1 16:43:05 v2.1.1-dev.2 16:43:05 v2.1.2 16:43:05 v2.1.2-dev.1 16:43:05 v2.1.2-dev.2 16:43:05 v2.2.0 16:43:05 v2.2.1-dev.1 16:43:05 v2.2.1-dev.10 16:43:05 v2.2.1-dev.2 16:43:05 v2.2.1-dev.3 16:43:05 v2.2.1-dev.4 16:43:05 v2.2.1-dev.5 16:43:05 v2.2.1-dev.6 16:43:05 v2.2.1-dev.7 16:43:05 v2.2.1-dev.8 16:43:05 v2.2.1-dev.9 16:43:05 v2.3.0 16:43:05 v2.3.0-dev.10 16:43:05 v2.3.0-dev.11 16:43:05 v2.3.0-dev.12 16:43:05 v2.3.0-dev.13 16:43:05 v2.3.0-dev.14 16:43:05 v2.3.0-dev.15 16:43:05 v2.3.0-dev.16 16:43:05 v2.3.0-dev.17 16:43:05 v2.3.0-dev.18 16:43:05 v2.3.0-dev.19 16:43:05 v2.3.0-dev.20 16:43:05 v2.3.0-dev.21 16:43:05 v2.3.0-dev.22 16:43:05 v2.3.0-dev.23 16:43:05 v2.3.0-dev.24 16:43:05 v2.3.0-dev.25 16:43:05 v2.3.0-dev.26 16:43:05 v2.3.0-dev.27 16:43:05 v2.3.0-dev.28 16:43:05 v2.3.0-dev.29 16:43:05 v2.3.0-dev.30 16:43:05 v2.3.0-dev.31 16:43:05 v2.3.0-dev.32 16:43:05 v2.3.0-dev.33 16:43:05 v2.3.0-dev.34 16:43:05 v2.3.0-dev.35 16:43:05 v2.3.0-dev.36 16:43:05 v2.3.0-dev.37 16:43:05 v2.3.1 16:43:05 v2.3.1-dev.1 16:43:05 v2.3.1-dev.2 16:43:05 v2.3.1-dev.3 16:43:05 v2.3.1-dev.4 16:43:05 v3.0.0-dev.1 16:43:05 v3.0.0-dev.10 16:43:05 v3.0.0-dev.11 16:43:05 v3.0.0-dev.12 16:43:05 v3.0.0-dev.13 16:43:05 v3.0.0-dev.14 16:43:05 v3.0.0-dev.15 16:43:05 v3.0.0-dev.16 16:43:05 v3.0.0-dev.17 16:43:05 v3.0.0-dev.18 16:43:05 v3.0.0-dev.19 16:43:05 v3.0.0-dev.2 16:43:05 v3.0.0-dev.20 16:43:05 v3.0.0-dev.21 16:43:05 v3.0.0-dev.22 16:43:05 v3.0.0-dev.23 16:43:05 v3.0.0-dev.24 16:43:05 v3.0.0-dev.25 16:43:05 v3.0.0-dev.26 16:43:05 v3.0.0-dev.27 16:43:05 v3.0.0-dev.28 16:43:05 v3.0.0-dev.29 16:43:05 v3.0.0-dev.3 16:43:05 v3.0.0-dev.30 16:43:05 v3.0.0-dev.31 16:43:05 v3.0.0-dev.32 16:43:05 v3.0.0-dev.33 16:43:05 v3.0.0-dev.34 16:43:05 v3.0.0-dev.35 16:43:05 v3.0.0-dev.36 16:43:05 v3.0.0-dev.37 16:43:05 v3.0.0-dev.38 16:43:05 v3.0.0-dev.39 16:43:05 v3.0.0-dev.4 16:43:05 v3.0.0-dev.40 16:43:05 v3.0.0-dev.5 16:43:05 v3.0.0-dev.6 16:43:05 v3.0.0-dev.7 16:43:05 v3.0.0-dev.8 16:43:05 v3.0.0-dev.9 [Pipeline] sh 16:43:06 + lftools sign git-tag v3.0.0-dev.40 16:43:06 Signing Git tag with Sigul... 16:43:06 Signing v3.0.0-dev.40 [Pipeline] echo 16:43:07 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:43:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:43:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:43:07 $ docker stop --time=1 b653731ee826c5d275df608f992088d33a27efcc60506f70d34a3a7c2090581a 16:43:08 $ docker rm -f --volumes b653731ee826c5d275df608f992088d33a27efcc60506f70d34a3a7c2090581a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:43:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:43:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:43:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:43:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:43:09 prd-ubuntu20.04-docker-8c-8g-12595 does not seem to be running inside a container 16:43: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:43:09 $ docker top 39eb6f9fb9302010acdd89a36af92912e9ee9b55092d444dc91a77e83d4e1643 -eo pid,comm 16:43:09 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). 16:43:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:43:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:43:09 [ssh-agent] Looking for ssh-agent implementation... 16:43:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:43:10 $ docker exec 39eb6f9fb9302010acdd89a36af92912e9ee9b55092d444dc91a77e83d4e1643 ssh-agent 16:43:10 SSH_AUTH_SOCK=/tmp/ssh-mSCj2mCF2w2R/agent.32 16:43:10 SSH_AGENT_PID=38 16:43:10 Running ssh-add (command line suppressed) 16:43:10 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4449037939895101138.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4449037939895101138.key) 16:43:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:43:10 + git semver bump pre 16:43:10 2023-05-03 16:43:10,774 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:43:10 2023-05-03 16:43:10,774 [bump_version] DEBUG bumping version:3.0.0-dev.40 on axis:pre with prefix:dev 16:43:10 2023-05-03 16:43:10,774 [bump_version] DEBUG bumped version:3.0.0-dev.41 16:43:10 2023-05-03 16:43:10,774 [write_version] DEBUG write version:3.0.0-dev.41 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 16:43:10 2023-05-03 16:43:10,774 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:43:10 2023-05-03 16:43:10,775 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 16:43:10 2023-05-03 16:43:10,778 [execute] INFO git cat-file --batch-check 16:43:10 2023-05-03 16:43:10,779 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:43:10 2023-05-03 16:43:10,784 [execute] INFO git cat-file --batch 16:43:10 2023-05-03 16:43:10,784 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:43:10 2023-05-03 16:43:10,789 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:43:10 3.0.0-dev.41 [Pipeline] } 16:43:10 $ docker exec --env ******** --env ******** 39eb6f9fb9302010acdd89a36af92912e9ee9b55092d444dc91a77e83d4e1643 ssh-agent -k 16:43:10 unset SSH_AUTH_SOCK; 16:43:10 unset SSH_AGENT_PID; 16:43:10 echo Agent pid 38 killed; 16:43:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:43:11 + git semver [Pipeline] } 16:43:11 $ docker stop --time=1 39eb6f9fb9302010acdd89a36af92912e9ee9b55092d444dc91a77e83d4e1643 16:43:12 $ docker rm -f --volumes 39eb6f9fb9302010acdd89a36af92912e9ee9b55092d444dc91a77e83d4e1643 [Pipeline] // withDockerContainer [Pipeline] sh 16:43:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:43:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:43:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:43:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:43:13 prd-ubuntu20.04-docker-8c-8g-12595 does not seem to be running inside a container 16:43:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:43:13 $ docker top f1e2a309f3e0308e24dee270d85d0c53c1852c4ad218548f4f1dc68421d428b7 -eo pid,comm 16:43:13 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). 16:43:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:43:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:43:13 [ssh-agent] Looking for ssh-agent implementation... 16:43:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:43:14 $ docker exec f1e2a309f3e0308e24dee270d85d0c53c1852c4ad218548f4f1dc68421d428b7 ssh-agent 16:43:14 SSH_AUTH_SOCK=/tmp/ssh-ZYlvxVuyBpX0/agent.33 16:43:14 SSH_AGENT_PID=39 16:43:14 Running ssh-add (command line suppressed) 16:43:14 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_16728236869904189346.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_16728236869904189346.key) 16:43:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:43:14 + git semver push 16:43:14 2023-05-03 16:43:14,734 [run_push] DEBUG push 16:43:14 2023-05-03 16:43:14,735 [execute] INFO git cat-file --batch-check 16:43:14 2023-05-03 16:43:14,735 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:43:14 2023-05-03 16:43:14,738 [execute] INFO git rev-list 8bac64fb2091553b8fb604670d0c5e7d99627df8 -- 16:43:14 2023-05-03 16:43:14,739 [execute] DEBUG Popen(['git', 'rev-list', '8bac64fb2091553b8fb604670d0c5e7d99627df8', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 16:43:14 2023-05-03 16:43:14,747 [execute] INFO git fetch -v origin 16:43:14 2023-05-03 16:43:14,747 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 16:43:15 2023-05-03 16:43:15,236 [run_push] DEBUG no remote changes detected 16:43:15 2023-05-03 16:43:15,236 [execute] INFO git push origin semver 16:43:15 2023-05-03 16:43:15,237 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 16:43:16 2023-05-03 16:43:16,040 [run_push] DEBUG push all version tags 16:43:16 2023-05-03 16:43:16,040 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:43:16 2023-05-03 16:43:16,041 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:43:16 2023-05-03 16:43:16,784 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:43:16 3.0.0-dev.41 [Pipeline] } 16:43:16 $ docker exec --env ******** --env ******** f1e2a309f3e0308e24dee270d85d0c53c1852c4ad218548f4f1dc68421d428b7 ssh-agent -k 16:43:17 unset SSH_AUTH_SOCK; 16:43:17 unset SSH_AGENT_PID; 16:43:17 echo Agent pid 39 killed; 16:43:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:43:17 + git semver [Pipeline] } 16:43:17 $ docker stop --time=1 f1e2a309f3e0308e24dee270d85d0c53c1852c4ad218548f4f1dc68421d428b7 16:43:18 $ docker rm -f --volumes f1e2a309f3e0308e24dee270d85d0c53c1852c4ad218548f4f1dc68421d428b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 16:43:19 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 16:43:19 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:43:19 total 16 16:43:19 drwxr-xr-x 3 root root 4096 May 3 16:31 . 16:43:19 drwxrwxr-x 9 jenkins jenkins 4096 May 3 16:43 .. 16:43:19 drwxr-xr-x 2 root root 4096 May 3 16:31 cost 16:43:19 -rw-r--r-- 1 root root 96 May 3 16:31 cost.csv 16:43:19 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 16:43:19 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:43:19 total 16 16:43:19 drwxr-xr-x 3 jenkins jenkins 4096 May 3 16:31 . 16:43:19 drwxrwxr-x 9 jenkins jenkins 4096 May 3 16:43 .. 16:43:19 drwxr-xr-x 2 jenkins jenkins 4096 May 3 16:31 cost 16:43:19 -rw-r--r-- 1 jenkins jenkins 96 May 3 16:31 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:43:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:43:20 ---> package-listing.sh 16:43:20 ++ facter osfamily 16:43:20 ++ tr '[:upper:]' '[:lower:]' 16:43:20 + OS_FAMILY=debian 16:43:20 + workspace=/w/workspace/ry_app-service-configurable_main 16:43:20 + START_PACKAGES=/tmp/packages_start.txt 16:43:20 + END_PACKAGES=/tmp/packages_end.txt 16:43:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:43:20 + PACKAGES=/tmp/packages_start.txt 16:43:20 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:43:20 + PACKAGES=/tmp/packages_end.txt 16:43:20 + case "${OS_FAMILY}" in 16:43:20 + dpkg -l 16:43:20 + grep '^ii' 16:43:20 + '[' -f /tmp/packages_start.txt ']' 16:43:20 + '[' -f /tmp/packages_end.txt ']' 16:43:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:43:20 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:43:20 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 16:43:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 16:43:20 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:43:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:43:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:43:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:43:21 prd-ubuntu20.04-docker-8c-8g-12595 does not seem to be running inside a container 16:43:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:43:22 $ docker top 689c3cac4c58a8c21d4e3eee72d5e7a9aa496926b4c199a8e52cfe9c7eeb4dda -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:22 + touch /tmp/pre-build-complete [Pipeline] sh 16:43:22 + mkdir -p /var/log/sysstat [Pipeline] sh 16:43:23 + ls /var/log/sa-host 16:43:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:43:23 provisioning config files... 16:43:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8619608428775356100tmp [Pipeline] { [Pipeline] echo 16:43:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:43:23 ---> create-netrc.sh [Pipeline] } 16:43:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:43:23 ---> python-tools-install.sh [Pipeline] echo 16:43:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:43:24 ---> sudo-logs.sh 16:43:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:43:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:43:24 ---> job-cost.sh 16:43:24 lf-activate-venv: SKIPPING 16:43:24 DEBUG: total: 0.2199999988079071 16:43:24 INFO: Retrieving Stack Cost... 16:43:25 INFO: Retrieving Pricing Info for: v3-standard-8 16:43:25 INFO: Archiving Costs [Pipeline] echo 16:43:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:43:25 ---> logs-deploy.sh 16:43:25 lf-activate-venv: SKIPPING 16:43:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/158 16:43:25 INFO: archiving workspace using pattern(s): 16:43:26 Archives upload complete. 16:43:26 INFO: archiving logs to Nexus