Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 851ef8fe5923146d6289fc7ea8cc90540e526b47 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-ssh2309176651436834862.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh7736996365161826086.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh5478035184242403640.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh33449686313519060.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-ssh8990883271686305563.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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-4989’ is offline ‘prd-ubuntu20.04-docker-8c-8g-4999’ is offline ‘prd-ubuntu20.04-docker-8c-8g-5005’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-5001’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5008 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 851ef8fe5923146d6289fc7ea8cc90540e526b47 (main) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 851ef8fe5923146d6289fc7ea8cc90540e526b47 # timeout=10 Commit message: "fix: Update profiles to use TargetType flag for configurable functio… (#509)" > git rev-list --no-walk ae4d96f51e6c1b0b3f3d1c807dd8827f71e240f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:46:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:46:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:46:30 ========================================================= 22:46:30 EdgeX Global Pipelines Version Info 22:46:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:46:31 ------------------- 22:46:31 stable info: 22:46:31 ------------------- 22:46:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:46:31 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:46:31 Message: update stable to v1.0.244 22:46:31 ------------------- 22:46:31 experimental info: 22:46:31 ------------------- 22:46:31 Commited By: **** collab-it+edgex@linuxfoundation.org 22:46:31 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:46:31 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 851ef8f [Pipeline] echo 22:46:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:46:32 provisioning config files... 22:46:32 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10377231160921635729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:46:32 ---> docker-login.sh 22:46:32 nexus3.edgexfoundry.org:10001 22:46:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:33 Configure a credential helper to remove this warning. See 22:46:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:33 22:46:33 Login Succeeded 22:46:33 nexus3.edgexfoundry.org:10002 22:46:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:33 Configure a credential helper to remove this warning. See 22:46:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:33 22:46:33 Login Succeeded 22:46:33 nexus3.edgexfoundry.org:10003 22:46:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:33 Configure a credential helper to remove this warning. See 22:46:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:33 22:46:33 Login Succeeded 22:46:33 nexus3.edgexfoundry.org:10004 22:46:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:33 Configure a credential helper to remove this warning. See 22:46:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:33 22:46:33 Login Succeeded 22:46:33 docker.io 22:46:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:33 Configure a credential helper to remove this warning. See 22:46:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:33 22:46:33 Login Succeeded 22:46:33 ---> docker-login.sh ends [Pipeline] } 22:46:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:46:34 + git rev-list -1 --merges 851ef8fe5923146d6289fc7ea8cc90540e526b47~1..851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] echo 22:46:34 -----------> git rev-list -1 --merges 851ef8fe5923146d6289fc7ea8cc90540e526b47~1..851ef8fe5923146d6289fc7ea8cc90540e526b47 851ef8fe5923146d6289fc7ea8cc90540e526b47 [false] [Pipeline] sh 22:46:34 + git log --format=format:%s -1 851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] echo 22:46:34 ========================================================= 22:46:34 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:46:34 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:46:34 + git log --format=format:%s -1 851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] echo 22:46:34 [semverPrep] GIT_COMMIT: 851ef8fe5923146d6289fc7ea8cc90540e526b47, Commit Message: fix: Update profiles to use TargetType flag for configurable functio… (#509) [Pipeline] echo 22:46:34 [semverPrep] This is not a build commit. [Pipeline] sh 22:46:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:46:35 + grep -v github /etc/ssh/ssh_known_hosts 22:46:35 + [ -e /tmp/ssh_known_hosts ] 22:46:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:46:35 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:46:35 + sudo tee -a /etc/ssh/ssh_known_hosts 22:46:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:46:35 22:46:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:46:36 0.1.4: Pulling from edgex-devops/py-git-semver 22:46:36 b85a868b505f: Pulling fs layer 22:46:36 e2be974225ed: Pulling fs layer 22:46:36 339a4e72a1f5: Pulling fs layer 22:46:36 988bab9f4d93: Pulling fs layer 22:46:36 1469e6f7b9e6: Pulling fs layer 22:46:36 eaf3925da568: Pulling fs layer 22:46:36 bab4dde63d76: Pulling fs layer 22:46:36 bde34c3a00c8: Pulling fs layer 22:46:36 b352a97aabf1: Pulling fs layer 22:46:36 4872d77fe225: Pulling fs layer 22:46:36 5851b861e8e6: Pulling fs layer 22:46:36 bab4dde63d76: Waiting 22:46:36 bde34c3a00c8: Waiting 22:46:36 b352a97aabf1: Waiting 22:46:36 4872d77fe225: Waiting 22:46:36 5851b861e8e6: Waiting 22:46:36 988bab9f4d93: Waiting 22:46:36 1469e6f7b9e6: Waiting 22:46:36 eaf3925da568: Waiting 22:46:36 e2be974225ed: Download complete 22:46:36 988bab9f4d93: Verifying Checksum 22:46:36 988bab9f4d93: Download complete 22:46:36 1469e6f7b9e6: Verifying Checksum 22:46:36 1469e6f7b9e6: Download complete 22:46:36 eaf3925da568: Verifying Checksum 22:46:36 eaf3925da568: Download complete 22:46:36 339a4e72a1f5: Verifying Checksum 22:46:36 339a4e72a1f5: Download complete 22:46:36 bde34c3a00c8: Verifying Checksum 22:46:36 bde34c3a00c8: Download complete 22:46:36 b352a97aabf1: Download complete 22:46:36 4872d77fe225: Download complete 22:46:36 5851b861e8e6: Verifying Checksum 22:46:36 5851b861e8e6: Download complete 22:46:36 b85a868b505f: Download complete 22:46:37 bab4dde63d76: Verifying Checksum 22:46:37 bab4dde63d76: Download complete 22:46:37 b85a868b505f: Pull complete 22:46:38 e2be974225ed: Pull complete 22:46:38 339a4e72a1f5: Pull complete 22:46:38 988bab9f4d93: Pull complete 22:46:38 1469e6f7b9e6: Pull complete 22:46:38 eaf3925da568: Pull complete 22:46:40 bab4dde63d76: Pull complete 22:46:40 bde34c3a00c8: Pull complete 22:46:40 b352a97aabf1: Pull complete 22:46:40 4872d77fe225: Pull complete 22:46:40 5851b861e8e6: Pull complete 22:46:40 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:46:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:46:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:46:40 prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container 22:46:40 $ 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 22:46:46 $ docker top b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc -eo pid,comm 22:46: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). 22:46:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:46:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:46:46 [ssh-agent] Looking for ssh-agent implementation... 22:46:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:46:46 $ docker exec b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc ssh-agent 22:46:46 SSH_AUTH_SOCK=/tmp/ssh-yOPKl1RZ1nyT/agent.14 22:46:46 SSH_AGENT_PID=20 22:46:46 Running ssh-add (command line suppressed) 22:46:46 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17291692798888362678.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17291692798888362678.key) 22:46:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:46:46 + git tag --points-at HEAD [Pipeline] } 22:46:46 $ docker exec --env ******** --env ******** b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc ssh-agent -k 22:46:46 unset SSH_AUTH_SOCK; 22:46:46 unset SSH_AGENT_PID; 22:46:46 echo Agent pid 20 killed; 22:46:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:46:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:46:46 [ssh-agent] Looking for ssh-agent implementation... 22:46:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:46:47 $ docker exec b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc ssh-agent 22:46:47 SSH_AUTH_SOCK=/tmp/ssh-2Z9sHqI48xnz/agent.59 22:46:47 SSH_AGENT_PID=65 22:46:47 Running ssh-add (command line suppressed) 22:46:47 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13188877292069011389.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13188877292069011389.key) 22:46:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:46:47 + git semver init 22:46:47 2023-02-07 22:46:47,851 [run_init] DEBUG init version:0.0.0 force:False 22:46:47 2023-02-07 22:46:47,852 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 22:46:47 2023-02-07 22:46:47,853 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 22:46:47 2023-02-07 22:46:47,853 [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) 22:46:49 2023-02-07 22:46:49,172 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 22:46:49 2023-02-07 22:46:49,173 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 22:46:49 2023-02-07 22:46:49,173 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:46:49 2023-02-07 22:46:49,173 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 22:46:49 3.0.0-dev.14 [Pipeline] } 22:46:49 $ docker exec --env ******** --env ******** b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc ssh-agent -k 22:46:49 unset SSH_AUTH_SOCK; 22:46:49 unset SSH_AGENT_PID; 22:46:49 echo Agent pid 65 killed; 22:46:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:46:49 + git semver [Pipeline] } 22:46:49 $ docker stop --time=1 b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc 22:46:52 $ docker rm -f --volumes b571750005870badf05f8258a9e80d1ab27277ae666fe13ca11c4e7359c479fc [Pipeline] // withDockerContainer [Pipeline] sh 22:46:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:46:52 Stashed 1 file(s) [Pipeline] echo 22:46:52 [edgeXSemver]: initialized semver on version 3.0.0-dev.14 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:46:52 provisioning config files... 22:46:52 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config16009702115003476190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:46:53 ---> docker-login.sh 22:46:53 nexus3.edgexfoundry.org:10001 22:46:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:53 Configure a credential helper to remove this warning. See 22:46:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:53 22:46:53 Login Succeeded 22:46:53 nexus3.edgexfoundry.org:10002 22:46:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:53 Configure a credential helper to remove this warning. See 22:46:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:53 22:46:53 Login Succeeded 22:46:53 nexus3.edgexfoundry.org:10003 22:46:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:53 Configure a credential helper to remove this warning. See 22:46:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:53 22:46:53 Login Succeeded 22:46:53 nexus3.edgexfoundry.org:10004 22:46:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:53 Configure a credential helper to remove this warning. See 22:46:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:53 22:46:53 Login Succeeded 22:46:53 docker.io 22:46:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:53 Configure a credential helper to remove this warning. See 22:46:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:53 22:46:53 Login Succeeded 22:46:53 ---> docker-login.sh ends [Pipeline] } 22:46:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:46:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:46:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:46:53 ========================================================= 22:46:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 22:46:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:54 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 22:46:54 Sending build context to Docker daemon 3.228MB 22:46:54 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 22:46:54 Step 2/12 : FROM ${BASE} AS builder 22:46:54 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 22:46:54 213ec9aee27d: Pulling fs layer 22:46:54 4583459ba037: Pulling fs layer 22:46:54 93c1e223e6f2: Pulling fs layer 22:46:54 53926ce57604: Pulling fs layer 22:46:54 21b2b0c7a3f4: Pulling fs layer 22:46:54 22ff95d597cd: Pulling fs layer 22:46:54 12d6caf4c0d1: Pulling fs layer 22:46:54 96b7cbca73a9: Pulling fs layer 22:46:54 a7acece74701: Pulling fs layer 22:46:54 22ff95d597cd: Waiting 22:46:54 12d6caf4c0d1: Waiting 22:46:54 96b7cbca73a9: Waiting 22:46:54 a7acece74701: Waiting 22:46:54 53926ce57604: Waiting 22:46:54 21b2b0c7a3f4: Waiting 22:46:54 93c1e223e6f2: Verifying Checksum 22:46:54 93c1e223e6f2: Download complete 22:46:54 4583459ba037: Download complete 22:46:54 21b2b0c7a3f4: Verifying Checksum 22:46:54 21b2b0c7a3f4: Download complete 22:46:54 22ff95d597cd: Verifying Checksum 22:46:54 22ff95d597cd: Download complete 22:46:54 213ec9aee27d: Verifying Checksum 22:46:54 213ec9aee27d: Download complete 22:46:54 12d6caf4c0d1: Download complete 22:46:54 213ec9aee27d: Pull complete 22:46:55 4583459ba037: Pull complete 22:46:55 93c1e223e6f2: Pull complete 22:46:56 a7acece74701: Verifying Checksum 22:46:56 a7acece74701: Download complete 22:46:56 53926ce57604: Verifying Checksum 22:46:56 53926ce57604: Download complete 22:46:56 96b7cbca73a9: Verifying Checksum 22:46:56 96b7cbca73a9: Download complete 22:47:00 53926ce57604: Pull complete 22:47:00 21b2b0c7a3f4: Pull complete 22:47:00 22ff95d597cd: Pull complete 22:47:00 12d6caf4c0d1: Pull complete 22:47:03 96b7cbca73a9: Pull complete 22:47:04 a7acece74701: Pull complete 22:47:04 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 22:47:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:47:04 ---> db6d94c90886 22:47:04 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 22:47:07 Still waiting to schedule task 22:47:07 ‘prd-ubuntu20.04-docker-8c-8g-4989’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 22:47:07 ‘prd-ubuntu20.04-docker-8c-8g-4999’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 22:47:07 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5001’ is offline 22:47:07 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5009’ is offline 22:47:12 ---> Running in e515c597d39f 22:47:12 Removing intermediate container e515c597d39f 22:47:12 ---> 28a415b73421 22:47:12 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:47:12 ---> Running in b23237290898 22:47:13 Removing intermediate container b23237290898 22:47:13 ---> 94e4b0f9186b 22:47:13 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:47:13 ---> Running in ac90d813a6f9 22:47:13 Removing intermediate container ac90d813a6f9 22:47:13 ---> 13d76b0b4fb3 22:47:13 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:47:13 ---> Running in b821017a3ef7 22:47:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:47:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:47:13 OK: 211 MiB in 51 packages 22:47:14 Removing intermediate container b821017a3ef7 22:47:14 ---> c52319733cde 22:47:14 Step 7/12 : WORKDIR /app 22:47:14 ---> Running in 46dfab530abc 22:47:14 Removing intermediate container 46dfab530abc 22:47:14 ---> 656b1edcd8df 22:47:14 Step 8/12 : COPY go.mod vendor* ./ 22:47:15 ---> 228a14261883 22:47:15 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:47:15 ---> Running in 0a317aba46b2 22:47:53 Removing intermediate container 0a317aba46b2 22:47:53 ---> 78e70ac3f50a 22:47:53 Step 10/12 : COPY . . 22:47:53 ---> 5d48e17073e3 22:47:53 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:47:53 ---> Running in c18860d4b63a 22:47:53 Removing intermediate container c18860d4b63a 22:47:53 ---> 7b4d55c89510 22:47:53 Step 12/12 : RUN $MAKE 22:47:54 ---> Running in c05f3562b682 22:47:54 noop 22:47:54 Removing intermediate container c05f3562b682 22:47:54 ---> 9198c506dfe8 22:47:54 Successfully built 9198c506dfe8 22:47:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:54 + docker inspect -f . ci-base-image-x86_64 22:47:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:54 prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container 22:47:54 $ 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 22:47:55 $ docker top f13b15a9cc4b8e1bb97628e2e7a0582cac127ce254e8e93a54a2a50d6bcf1980 -eo pid,comm [Pipeline] { [Pipeline] sh 22:47:55 + go version 22:47:55 go version go1.18.7 linux/amd64 [Pipeline] } 22:47:55 $ docker stop --time=1 f13b15a9cc4b8e1bb97628e2e7a0582cac127ce254e8e93a54a2a50d6bcf1980 22:47:57 $ docker rm -f --volumes f13b15a9cc4b8e1bb97628e2e7a0582cac127ce254e8e93a54a2a50d6bcf1980 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:58 + docker inspect -f . ci-base-image-x86_64 22:47:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:58 prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container 22:47: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 22:47:59 $ docker top bfb0dbc61b11ead754b7873f94f2d7057b579d75bf858dcea2bd03138172ec16 -eo pid,comm [Pipeline] { [Pipeline] sh 22:47:59 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 22:47:59 + make test 22:47:59 go test -race -coverprofile=coverage.out ./... 22:48:21 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:48:21 go vet ./... 22:48:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:48:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:48:27 ./bin/test-attribution-txt.sh 22:48:27 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 22:48:27 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 22:48:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:48:27 $ docker stop --time=1 bfb0dbc61b11ead754b7873f94f2d7057b579d75bf858dcea2bd03138172ec16 22:48:30 $ docker rm -f --volumes bfb0dbc61b11ead754b7873f94f2d7057b579d75bf858dcea2bd03138172ec16 [Pipeline] // withDockerContainer [Pipeline] sh 22:48:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:48:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:48:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:48:31 + ls -al . 22:48:31 total 172 22:48:31 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:47 . 22:48:31 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:46 .. 22:48:31 -rw-rw-r-- 1 jenkins jenkins 119 Feb 7 22:46 .dockerignore 22:48:31 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:46 .git 22:48:31 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:46 .github 22:48:31 -rw-rw-r-- 1 jenkins jenkins 171 Feb 7 22:46 .gitignore 22:48:31 drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:46 .semver 22:48:31 -rw-rw-r-- 1 jenkins jenkins 9103 Feb 7 22:46 Attribution.txt 22:48:31 -rw-rw-r-- 1 jenkins jenkins 29118 Feb 7 22:46 CHANGELOG.md 22:48:31 -rw-rw-r-- 1 jenkins jenkins 1898 Feb 7 22:46 Dockerfile 22:48:31 -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:46 GOVERNANCE.md 22:48:31 -rw-rw-r-- 1 jenkins jenkins 688 Feb 7 22:46 Jenkinsfile 22:48:31 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 7 22:46 LICENSE 22:48:31 -rw-rw-r-- 1 jenkins jenkins 618 Feb 7 22:46 OWNERS.md 22:48:31 -rw-rw-r-- 1 jenkins jenkins 4369 Feb 7 22:46 README.md 22:48:31 -rw-rw-r-- 1 jenkins jenkins 12 Feb 7 22:46 VERSION 22:48:31 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:46 bin 22:48:31 -rw-r--r-- 1 jenkins jenkins 13 Feb 7 22:47 coverage.out 22:48:31 -rw-rw-r-- 1 jenkins jenkins 3307 Feb 7 22:46 go.mod 22:48:31 -rw-rw-r-- 1 jenkins jenkins 32404 Feb 7 22:46 go.sum 22:48:31 -rw-rw-r-- 1 jenkins jenkins 1949 Feb 7 22:46 main.go 22:48:31 -rw-rw-r-- 1 jenkins jenkins 2078 Feb 7 22:46 makefile 22:48:31 drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 22:46 res 22:48:31 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:46 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:32 + 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=851ef8fe5923146d6289fc7ea8cc90540e526b47 --label arch=amd64 --label version=3.0.0-dev.14 . 22:48:32 Sending build context to Docker daemon 3.229MB 22:48:32 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 22:48:32 Step 2/26 : FROM ${BASE} AS builder 22:48:32 ---> 9198c506dfe8 22:48:32 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 22:48:32 ---> Running in 1206885b50d5 22:48:32 Removing intermediate container 1206885b50d5 22:48:32 ---> a202247c5d75 22:48:32 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 22:48:32 ---> Running in 77671fe9d8e7 22:48:32 Removing intermediate container 77671fe9d8e7 22:48:32 ---> 92d39473c869 22:48:32 Step 5/26 : ARG ADD_BUILD_TAGS="" 22:48:32 ---> Running in a322a8c56128 22:48:32 Removing intermediate container a322a8c56128 22:48:32 ---> 1aeb0cd95b47 22:48:32 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:48:32 ---> Running in 2c6577e8e320 22:48:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:48:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:48:33 OK: 211 MiB in 51 packages 22:48:33 Removing intermediate container 2c6577e8e320 22:48:33 ---> 222031bdcc1c 22:48:33 Step 7/26 : WORKDIR /app 22:48:33 ---> Running in e9816311a2ec 22:48:33 Removing intermediate container e9816311a2ec 22:48:33 ---> aa40a842b911 22:48:33 Step 8/26 : COPY go.mod vendor* ./ 22:48:33 ---> 70e76f1a3b65 22:48:33 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:48:33 ---> Running in ea8b5fee3209 22:48:34 Removing intermediate container ea8b5fee3209 22:48:34 ---> a991f5763a69 22:48:34 Step 10/26 : COPY . . 22:48:35 ---> d35f08d407bd 22:48:35 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:48:35 ---> Running in 70955220b2b6 22:48:35 Removing intermediate container 70955220b2b6 22:48:35 ---> 3b144bb66c9d 22:48:35 Step 12/26 : RUN $MAKE 22:48:35 ---> Running in 5ef14ddbd19c 22:48:35 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.14" -trimpath -mod=readonly -o app-service-configurable 22:48:53 Removing intermediate container 5ef14ddbd19c 22:48:53 ---> 954c1e0318ca 22:48:53 Step 13/26 : FROM alpine:3.16 22:48:53 3.16: Pulling from library/alpine 22:48:53 ca7dd9ec2225: Pulling fs layer 22:48:53 ca7dd9ec2225: Verifying Checksum 22:48:53 ca7dd9ec2225: Download complete 22:48:53 ca7dd9ec2225: Pull complete 22:48:53 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:48:53 Status: Downloaded newer image for alpine:3.16 22:48:53 ---> bfe296a52501 22:48:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:48:53 ---> Running in 1f12968f84bd 22:48:53 Removing intermediate container 1f12968f84bd 22:48:53 ---> 5c03442af2d4 22:48:53 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 22:48:53 ---> Running in aa35723bee63 22:48:53 Removing intermediate container aa35723bee63 22:48:53 ---> 6601d9e54bc4 22:48:53 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 22:48:53 ---> Running in 8babc87aea1c 22:48:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:48:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:48:54 (1/2) Installing ca-certificates (20220614-r0) 22:48:54 (2/2) Installing dumb-init (1.2.5-r1) 22:48:54 Executing busybox-1.35.0-r17.trigger 22:48:54 Executing ca-certificates-20220614-r0.trigger 22:48:54 OK: 6 MiB in 16 packages 22:48:54 Removing intermediate container 8babc87aea1c 22:48:54 ---> 27d7c2f54ce8 22:48:54 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:48:55 ---> 3be1764ad7a3 22:48:55 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 22:48:55 ---> 74172801dfbc 22:48:55 Step 19/26 : COPY --from=builder /app/res/ /res/ 22:48:55 ---> 578c9cf153a9 22:48:55 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:48:56 ---> 875729911a63 22:48:56 Step 21/26 : EXPOSE 48095 22:48:56 ---> Running in 27b108012055 22:48:56 Removing intermediate container 27b108012055 22:48:56 ---> 25c5e870688e 22:48:56 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 22:48:56 ---> Running in 719ee5108381 22:48:56 Removing intermediate container 719ee5108381 22:48:56 ---> e1c1af146011 22:48:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:48:56 ---> Running in 371a0d26345a 22:48:56 Removing intermediate container 371a0d26345a 22:48:56 ---> 99488b94683e 22:48:56 Step 24/26 : LABEL arch=amd64 22:48:56 ---> Running in ff3fcd412774 22:48:56 Removing intermediate container ff3fcd412774 22:48:56 ---> 9f0063abe00e 22:48:56 Step 25/26 : LABEL git_sha=851ef8fe5923146d6289fc7ea8cc90540e526b47 22:48:56 ---> Running in 6ab8e9a01b7f 22:48:56 Removing intermediate container 6ab8e9a01b7f 22:48:56 ---> 288b4d3d8d57 22:48:56 Step 26/26 : LABEL version=3.0.0-dev.14 22:48:56 ---> Running in e6b3de6dae31 22:48:56 Removing intermediate container e6b3de6dae31 22:48:56 ---> 398a9ffab068 22:48:56 [Warning] One or more build-args [ARCH] were not consumed 22:48:56 Successfully built 398a9ffab068 22:48:56 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 22:48:56 provisioning config files... 22:48:56 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config11121119451602461559tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:48:57 ---> docker-login.sh 22:48:57 nexus3.edgexfoundry.org:10001 22:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:57 Configure a credential helper to remove this warning. See 22:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:57 22:48:57 Login Succeeded 22:48:57 nexus3.edgexfoundry.org:10002 22:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:57 Configure a credential helper to remove this warning. See 22:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:57 22:48:57 Login Succeeded 22:48:57 nexus3.edgexfoundry.org:10003 22:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:57 Configure a credential helper to remove this warning. See 22:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:57 22:48:57 Login Succeeded 22:48:57 nexus3.edgexfoundry.org:10004 22:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:57 Configure a credential helper to remove this warning. See 22:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:57 22:48:57 Login Succeeded 22:48:57 docker.io 22:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:57 Configure a credential helper to remove this warning. See 22:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:57 22:48:57 Login Succeeded 22:48:57 ---> docker-login.sh ends [Pipeline] } 22:48:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:48:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:48:57 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 22:48:57 851ef8fe5923146d6289fc7ea8cc90540e526b47 22:48:57 latest 22:48:57 3.0.0-dev.14 22:48:57 851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 22:48:57 main 22:48:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:58 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:58 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:851ef8fe5923146d6289fc7ea8cc90540e526b47 22:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:48:58 e187fc2e3c1d: Preparing 22:48:58 d4d7647baa1b: Preparing 22:48:58 ee0a2a178898: Preparing 22:48:58 4d5b19d6c736: Preparing 22:48:58 9a2d63ae5df6: Preparing 22:48:58 e5e13b0c77cb: Preparing 22:48:58 e5e13b0c77cb: Waiting 22:48:58 4d5b19d6c736: Pushed 22:48:58 d4d7647baa1b: Pushed 22:48:58 ee0a2a178898: Pushed 22:48:58 9a2d63ae5df6: Pushed 22:48:58 e5e13b0c77cb: Layer already exists 22:49:00 e187fc2e3c1d: Pushed 22:49:00 851ef8fe5923146d6289fc7ea8cc90540e526b47: digest: sha256:eada73c4d10805eaed9235a4b690b72f087d008d60370982e2e0b3d32ff38bef size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:01 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:01 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 22:49:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:49:01 e187fc2e3c1d: Preparing 22:49:01 d4d7647baa1b: Preparing 22:49:01 ee0a2a178898: Preparing 22:49:01 4d5b19d6c736: Preparing 22:49:01 9a2d63ae5df6: Preparing 22:49:01 e5e13b0c77cb: Preparing 22:49:01 e5e13b0c77cb: Waiting 22:49:01 ee0a2a178898: Layer already exists 22:49:01 d4d7647baa1b: Layer already exists 22:49:01 9a2d63ae5df6: Layer already exists 22:49:01 e187fc2e3c1d: Layer already exists 22:49:01 4d5b19d6c736: Layer already exists 22:49:01 e5e13b0c77cb: Layer already exists 22:49:01 latest: digest: sha256:eada73c4d10805eaed9235a4b690b72f087d008d60370982e2e0b3d32ff38bef size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:01 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:02 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.14 22:49:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:49:02 e187fc2e3c1d: Preparing 22:49:02 d4d7647baa1b: Preparing 22:49:02 ee0a2a178898: Preparing 22:49:02 4d5b19d6c736: Preparing 22:49:02 9a2d63ae5df6: Preparing 22:49:02 e5e13b0c77cb: Preparing 22:49:02 e5e13b0c77cb: Waiting 22:49:02 9a2d63ae5df6: Layer already exists 22:49:02 e187fc2e3c1d: Layer already exists 22:49:02 4d5b19d6c736: Layer already exists 22:49:02 ee0a2a178898: Layer already exists 22:49:02 d4d7647baa1b: Layer already exists 22:49:02 e5e13b0c77cb: Layer already exists 22:49:02 3.0.0-dev.14: digest: sha256:eada73c4d10805eaed9235a4b690b72f087d008d60370982e2e0b3d32ff38bef size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:02 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:02 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 22:49:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:49:02 e187fc2e3c1d: Preparing 22:49:02 d4d7647baa1b: Preparing 22:49:02 ee0a2a178898: Preparing 22:49:02 4d5b19d6c736: Preparing 22:49:02 9a2d63ae5df6: Preparing 22:49:02 e5e13b0c77cb: Preparing 22:49:02 4d5b19d6c736: Layer already exists 22:49:02 9a2d63ae5df6: Layer already exists 22:49:02 ee0a2a178898: Layer already exists 22:49:02 e187fc2e3c1d: Layer already exists 22:49:02 d4d7647baa1b: Layer already exists 22:49:02 e5e13b0c77cb: Layer already exists 22:49:02 851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14: digest: sha256:eada73c4d10805eaed9235a4b690b72f087d008d60370982e2e0b3d32ff38bef size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:03 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:03 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 22:49:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 22:49:03 e187fc2e3c1d: Preparing 22:49:03 d4d7647baa1b: Preparing 22:49:03 ee0a2a178898: Preparing 22:49:03 4d5b19d6c736: Preparing 22:49:03 9a2d63ae5df6: Preparing 22:49:03 e5e13b0c77cb: Preparing 22:49:03 e5e13b0c77cb: Waiting 22:49:03 e187fc2e3c1d: Layer already exists 22:49:03 ee0a2a178898: Layer already exists 22:49:03 4d5b19d6c736: Layer already exists 22:49:03 9a2d63ae5df6: Layer already exists 22:49:03 d4d7647baa1b: Layer already exists 22:49:03 e5e13b0c77cb: Layer already exists 22:49:03 main: digest: sha256:eada73c4d10805eaed9235a4b690b72f087d008d60370982e2e0b3d32ff38bef size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:49:03 ===================================================== [Pipeline] echo 22:49:03 taggedImages: 22:49:03 - nexus3.edgexfoundry.org:10004/app-service-configurable:851ef8fe5923146d6289fc7ea8cc90540e526b47 22:49:03 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 22:49:03 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.14 22:49:03 - nexus3.edgexfoundry.org:10004/app-service-configurable:851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 22:49:03 - 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 22:49:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:49:03 22:49:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:49:04 latest: Pulling from edgex-lftools-log-publisher 22:49:04 5eb5b503b376: Pulling fs layer 22:49:04 5c69ac0246d0: Pulling fs layer 22:49:04 ec43610c2a17: Pulling fs layer 22:49:04 3a2ae6a8a46f: Pulling fs layer 22:49:04 33b1e0a273af: Pulling fs layer 22:49:04 5d3b04190fa2: Pulling fs layer 22:49:04 2f39f015ded8: Pulling fs layer 22:49:04 33b1e0a273af: Waiting 22:49:04 5d3b04190fa2: Waiting 22:49:04 3a2ae6a8a46f: Waiting 22:49:04 2f39f015ded8: Waiting 22:49:04 5c69ac0246d0: Verifying Checksum 22:49:04 5c69ac0246d0: Download complete 22:49:04 3a2ae6a8a46f: Verifying Checksum 22:49:04 3a2ae6a8a46f: Download complete 22:49:04 33b1e0a273af: Verifying Checksum 22:49:04 33b1e0a273af: Download complete 22:49:04 5d3b04190fa2: Download complete 22:49:04 ec43610c2a17: Verifying Checksum 22:49:04 ec43610c2a17: Download complete 22:49:04 5eb5b503b376: Verifying Checksum 22:49:04 5eb5b503b376: Download complete 22:49:05 2f39f015ded8: Download complete 22:49:05 5eb5b503b376: Pull complete 22:49:05 5c69ac0246d0: Pull complete 22:49:06 ec43610c2a17: Pull complete 22:49:06 3a2ae6a8a46f: Pull complete 22:49:06 33b1e0a273af: Pull complete 22:49:06 5d3b04190fa2: Pull complete 22:49:10 2f39f015ded8: Pull complete 22:49:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:49:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:49:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:49:10 prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container 22:49:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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 22:49:13 $ docker top f001b90120a0ad3791691044d88f9e558d66e70b790ddc47a02f08501f708a66 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:49:13 ---> job-cost.sh 22:49:13 lf-activate-venv: SKIPPING 22:49:13 INFO: No Stack... 22:49:14 INFO: Retrieving Pricing Info for: v3-standard-8 22:49:14 INFO: Archiving Costs [Pipeline] sh 22:49:14 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 22:49:14 + cut -d, -f6 [Pipeline] lock 22:49:14 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] 22:49:14 Resource [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] did not exist. Created. 22:49:14 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:49:14 + echo total: 0.2199999988079071 [Pipeline] stash 22:49:15 Stashed 1 file(s) [Pipeline] } 22:49:15 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] [Pipeline] // lock [Pipeline] } 22:49:15 $ docker stop --time=1 f001b90120a0ad3791691044d88f9e558d66e70b790ddc47a02f08501f708a66 22:49:16 $ docker rm -f --volumes f001b90120a0ad3791691044d88f9e558d66e70b790ddc47a02f08501f708a66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:50:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5014 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 22:50:17 Running in /w/workspace/app-service-configurable/131 [Pipeline] { [Pipeline] checkout 22:50:17 Selected Git installation does not exist. Using Default 22:50:17 The recommended git tool is: NONE 22:50:24 using credential edgex-jenkins-ssh 22:50:24 Cloning the remote Git repository 22:50:24 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:50:24 > git init /w/workspace/app-service-configurable/131 # timeout=10 22:50:25 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:50:25 > git --version # timeout=10 22:50:25 > git --version # 'git version 2.25.1' 22:50:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:50:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:50:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:50:28 Avoid second fetch 22:50:28 Checking out Revision 851ef8fe5923146d6289fc7ea8cc90540e526b47 (main) 22:50:28 > git config core.sparsecheckout # timeout=10 22:50:28 > git checkout -f 851ef8fe5923146d6289fc7ea8cc90540e526b47 # timeout=10 22:50:28 Commit message: "fix: Update profiles to use TargetType flag for configurable functio… (#509)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:50:29 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:50:29 % Total % Received % Xferd Average Speed Time Time Time Current 22:50:29 Dload Upload Total Spent Left Speed 22:50:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 163k 0 --:--:-- --:--:-- --:--:-- 163k [Pipeline] sh 22:50:30 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:50:30 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:50:30 sudo tee /etc/docker/daemon.new 22:50:30 { 22:50:30 "registry-mirrors": [ 22:50:30 "https://nexus3.edgexfoundry.org:10001" 22:50:30 ], 22:50:30 "bip": "10.250.0.254/24", 22:50:30 "hosts": [ 22:50:30 "tcp://0.0.0.0:5555", 22:50:30 "unix:///var/run/docker.sock" 22:50:30 ], 22:50:30 "mtu": 1458, 22:50:30 "selinux-enabled": true, 22:50:30 "seccomp-profile": "/etc/docker/seccomp.json" 22:50:30 } [Pipeline] sh 22:50:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:50:31 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:50:49 provisioning config files... 22:50:49 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/131@tmp/config5280596998549548951tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:50:50 ---> docker-login.sh 22:50:50 nexus3.edgexfoundry.org:10001 22:50:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:50 Configure a credential helper to remove this warning. See 22:50:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:50 22:50:50 Login Succeeded 22:50:50 nexus3.edgexfoundry.org:10002 22:50:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:51 Configure a credential helper to remove this warning. See 22:50:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:51 22:50:51 Login Succeeded 22:50:51 nexus3.edgexfoundry.org:10003 22:50:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:51 Configure a credential helper to remove this warning. See 22:50:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:51 22:50:51 Login Succeeded 22:50:51 nexus3.edgexfoundry.org:10004 22:50:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:52 Configure a credential helper to remove this warning. See 22:50:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:52 22:50:52 Login Succeeded 22:50:52 docker.io 22:50:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:52 Configure a credential helper to remove this warning. See 22:50:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:52 22:50:52 Login Succeeded 22:50:52 ---> docker-login.sh ends [Pipeline] } 22:50:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:50:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:50:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:50:53 ========================================================= 22:50:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 22:50:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:50:53 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 22:50:53 Sending build context to Docker daemon 203.8kB 22:50:53 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 22:50:53 Step 2/12 : FROM ${BASE} AS builder 22:50:54 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:50:54 9b18e9b68314: Pulling fs layer 22:50:54 35d82f9e3411: Pulling fs layer 22:50:54 e16973657156: Pulling fs layer 22:50:54 fc693d55d65f: Pulling fs layer 22:50:54 7e9fc2657dce: Pulling fs layer 22:50:54 dda99020689f: Pulling fs layer 22:50:54 db1c61fa0a46: Pulling fs layer 22:50:54 891c053d2c06: Pulling fs layer 22:50:54 7e9fc2657dce: Waiting 22:50:54 dda99020689f: Waiting 22:50:54 fc693d55d65f: Waiting 22:50:54 db1c61fa0a46: Waiting 22:50:54 891c053d2c06: Waiting 22:50:54 e16973657156: Verifying Checksum 22:50:54 e16973657156: Download complete 22:50:54 35d82f9e3411: Verifying Checksum 22:50:54 35d82f9e3411: Download complete 22:50:54 7e9fc2657dce: Verifying Checksum 22:50:54 7e9fc2657dce: Download complete 22:50:54 dda99020689f: Verifying Checksum 22:50:54 dda99020689f: Download complete 22:50:54 9b18e9b68314: Verifying Checksum 22:50:54 9b18e9b68314: Download complete 22:50:55 9b18e9b68314: Pull complete 22:50:55 891c053d2c06: Verifying Checksum 22:50:55 891c053d2c06: Download complete 22:50:56 35d82f9e3411: Pull complete 22:50:56 e16973657156: Pull complete 22:50:56 db1c61fa0a46: Verifying Checksum 22:50:56 db1c61fa0a46: Download complete 22:50:57 fc693d55d65f: Verifying Checksum 22:50:57 fc693d55d65f: Download complete 22:51:09 fc693d55d65f: Pull complete 22:51:10 7e9fc2657dce: Pull complete 22:51:10 dda99020689f: Pull complete 22:51:17 db1c61fa0a46: Pull complete 22:51:19 891c053d2c06: Pull complete 22:51:19 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 22:51:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:51:19 ---> f96f9c87975a 22:51:19 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 22:51:21 ---> Running in c36c0375361e 22:51:21 Removing intermediate container c36c0375361e 22:51:21 ---> 836b90efe676 22:51:21 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:51:21 ---> Running in 448ca5277273 22:51:21 Removing intermediate container 448ca5277273 22:51:21 ---> 971fbeb80fb2 22:51:21 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:51:22 ---> Running in 9374ec09eee2 22:51:22 Removing intermediate container 9374ec09eee2 22:51:22 ---> a796a4b154c7 22:51:22 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:51:22 ---> Running in 687cac5c3138 22:51:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:51:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:51:25 OK: 221 MiB in 51 packages 22:51:26 Removing intermediate container 687cac5c3138 22:51:26 ---> 4c44d58b97f6 22:51:26 Step 7/12 : WORKDIR /app 22:51:26 ---> Running in 9169e40ada1d 22:51:26 Removing intermediate container 9169e40ada1d 22:51:26 ---> 4bb9fe351a0b 22:51:26 Step 8/12 : COPY go.mod vendor* ./ 22:51:27 ---> bd98adf50732 22:51:27 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:51:27 ---> Running in 747b3c7b2438 22:52:49 Removing intermediate container 747b3c7b2438 22:52:49 ---> 45c835eadfa0 22:52:49 Step 10/12 : COPY . . 22:52:49 ---> 40f8707e9fca 22:52:49 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:52:49 ---> Running in ecd05f8b88af 22:52:49 Removing intermediate container ecd05f8b88af 22:52:49 ---> 8ada54443cc0 22:52:49 Step 12/12 : RUN $MAKE 22:52:49 ---> Running in 04d023a3dcc1 22:52:49 noop 22:52:49 Removing intermediate container 04d023a3dcc1 22:52:49 ---> c466a0163378 22:52:49 Successfully built c466a0163378 22:52:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:52:49 + docker inspect -f . ci-base-image-arm64 22:52:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:52:49 prd-ubuntu20.04-docker-arm64-4c-16g-5014 does not seem to be running inside a container 22:52:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/131 -v /w/workspace/app-service-configurable/131:/w/workspace/app-service-configurable/131:rw,z -v /w/workspace/app-service-configurable/131@tmp:/w/workspace/app-service-configurable/131@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 22:52:51 $ docker top b1673849f8520f6c7670d47e944d9ef4110a200a77f167fb550c3678f87bc312 -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:52 + go version 22:52:52 go version go1.18.7 linux/arm64 [Pipeline] } 22:52:52 $ docker stop --time=1 b1673849f8520f6c7670d47e944d9ef4110a200a77f167fb550c3678f87bc312 22:52:54 $ docker rm -f --volumes b1673849f8520f6c7670d47e944d9ef4110a200a77f167fb550c3678f87bc312 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:52:54 + docker inspect -f . ci-base-image-arm64 22:52:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:52:54 prd-ubuntu20.04-docker-arm64-4c-16g-5014 does not seem to be running inside a container 22:52:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/131 -v /w/workspace/app-service-configurable/131:/w/workspace/app-service-configurable/131:rw,z -v /w/workspace/app-service-configurable/131@tmp:/w/workspace/app-service-configurable/131@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 22:52:56 $ docker top b694da76f61a9d94b6520d55338ff37f161079cfc684ca2053928a22e2e51efc -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:57 + git config --global --add safe.directory /w/workspace/app-service-configurable/131 [Pipeline] fileExists [Pipeline] sh 22:52:57 + make test 22:52:57 go test -race -coverprofile=coverage.out ./... 22:56:06 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:56:06 go vet ./... 22:57:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:57:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:57:27 ./bin/test-attribution-txt.sh 22:57:27 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 22:57:27 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 22:57:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:57:28 $ docker stop --time=1 b694da76f61a9d94b6520d55338ff37f161079cfc684ca2053928a22e2e51efc 22:57:29 $ docker rm -f --volumes b694da76f61a9d94b6520d55338ff37f161079cfc684ca2053928a22e2e51efc [Pipeline] // withDockerContainer [Pipeline] sh 22:57:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:57:31 Warning: overwriting stash ‘coverage-report’ 22:57:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:57:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:57:32 + ls -al . 22:57:32 total 168 22:57:32 drwxrwxr-x 7 jenkins jenkins 4096 Feb 7 22:52 . 22:57:32 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:50 .. 22:57:32 -rw-rw-r-- 1 jenkins jenkins 119 Feb 7 22:50 .dockerignore 22:57:32 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:50 .git 22:57:32 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:50 .github 22:57:32 -rw-rw-r-- 1 jenkins jenkins 171 Feb 7 22:50 .gitignore 22:57:32 -rw-rw-r-- 1 jenkins jenkins 9103 Feb 7 22:50 Attribution.txt 22:57:32 -rw-rw-r-- 1 jenkins jenkins 29118 Feb 7 22:50 CHANGELOG.md 22:57:32 -rw-rw-r-- 1 jenkins jenkins 1898 Feb 7 22:50 Dockerfile 22:57:32 -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:50 GOVERNANCE.md 22:57:32 -rw-rw-r-- 1 jenkins jenkins 688 Feb 7 22:50 Jenkinsfile 22:57:32 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 7 22:50 LICENSE 22:57:32 -rw-rw-r-- 1 jenkins jenkins 618 Feb 7 22:50 OWNERS.md 22:57:32 -rw-rw-r-- 1 jenkins jenkins 4369 Feb 7 22:50 README.md 22:57:32 -rw-rw-r-- 1 jenkins jenkins 12 Feb 7 22:46 VERSION 22:57:32 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:50 bin 22:57:32 -rw-r--r-- 1 jenkins jenkins 13 Feb 7 22:52 coverage.out 22:57:32 -rw-rw-r-- 1 jenkins jenkins 3307 Feb 7 22:50 go.mod 22:57:32 -rw-rw-r-- 1 jenkins jenkins 32404 Feb 7 22:50 go.sum 22:57:32 -rw-rw-r-- 1 jenkins jenkins 1949 Feb 7 22:50 main.go 22:57:32 -rw-rw-r-- 1 jenkins jenkins 2078 Feb 7 22:50 makefile 22:57:32 drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 22:50 res 22:57:32 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:50 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:32 + 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=851ef8fe5923146d6289fc7ea8cc90540e526b47 --label arch=arm64 --label version=3.0.0-dev.14 . 22:57:32 Sending build context to Docker daemon 204.8kB 22:57:32 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 22:57:32 Step 2/26 : FROM ${BASE} AS builder 22:57:32 ---> c466a0163378 22:57:32 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 22:57:32 ---> Running in 3e40716814e5 22:57:33 Removing intermediate container 3e40716814e5 22:57:33 ---> b933417b661a 22:57:33 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 22:57:33 ---> Running in ec7c2a40a6f2 22:57:33 Removing intermediate container ec7c2a40a6f2 22:57:33 ---> 116e755b6191 22:57:33 Step 5/26 : ARG ADD_BUILD_TAGS="" 22:57:33 ---> Running in 38ca6ab1f4ad 22:57:34 Removing intermediate container 38ca6ab1f4ad 22:57:34 ---> b91fc660cf71 22:57:34 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:57:34 ---> Running in 7cfe30c0956c 22:57:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:57:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:57:36 OK: 221 MiB in 51 packages 22:57:38 Removing intermediate container 7cfe30c0956c 22:57:38 ---> c7f5d2c3c0bc 22:57:38 Step 7/26 : WORKDIR /app 22:57:38 ---> Running in 2daa2d354473 22:57:38 Removing intermediate container 2daa2d354473 22:57:38 ---> ec715045d4c6 22:57:38 Step 8/26 : COPY go.mod vendor* ./ 22:57:38 ---> a62e604afa27 22:57:38 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:57:38 ---> Running in 9f125ed6f9ae 22:57:41 Removing intermediate container 9f125ed6f9ae 22:57:41 ---> f96572c112cc 22:57:41 Step 10/26 : COPY . . 22:57:42 ---> 3f8c7514af96 22:57:42 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:57:42 ---> Running in 03981c4ff821 22:57:42 Removing intermediate container 03981c4ff821 22:57:42 ---> 9a5aee6636b2 22:57:42 Step 12/26 : RUN $MAKE 22:57:42 ---> Running in f0705bbefe9a 22:57:43 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.14" -trimpath -mod=readonly -o app-service-configurable 22:59:50 Removing intermediate container f0705bbefe9a 22:59:50 ---> e090832bac57 22:59:50 Step 13/26 : FROM alpine:3.16 22:59:50 3.16: Pulling from library/alpine 22:59:50 6875df1f5354: Pulling fs layer 22:59:50 6875df1f5354: Verifying Checksum 22:59:50 6875df1f5354: Download complete 22:59:50 6875df1f5354: Pull complete 22:59:50 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:59:50 Status: Downloaded newer image for alpine:3.16 22:59:50 ---> 2b4661558fb8 22:59:50 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:59:50 ---> Running in 3d38a903ef62 22:59:50 Removing intermediate container 3d38a903ef62 22:59:50 ---> 04eee2a6354d 22:59:50 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 22:59:50 ---> Running in 316e8222db6d 22:59:50 Removing intermediate container 316e8222db6d 22:59:50 ---> 63dba95a2390 22:59:50 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 22:59:50 ---> Running in b6c3932dfcc0 22:59:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:59:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:59:50 (1/2) Installing ca-certificates (20220614-r0) 22:59:50 (2/2) Installing dumb-init (1.2.5-r1) 22:59:50 Executing busybox-1.35.0-r17.trigger 22:59:50 Executing ca-certificates-20220614-r0.trigger 22:59:50 OK: 6 MiB in 16 packages 22:59:50 Removing intermediate container b6c3932dfcc0 22:59:50 ---> 54eb0708e62a 22:59:50 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:59:50 ---> 2b55318130ae 22:59:50 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 22:59:50 ---> 3a10641f4f1d 22:59:50 Step 19/26 : COPY --from=builder /app/res/ /res/ 22:59:50 ---> 48ffaa421274 22:59:50 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:59:51 ---> e6f34e3c03e6 22:59:51 Step 21/26 : EXPOSE 48095 22:59:51 ---> Running in c8042462bc9e 22:59:51 Removing intermediate container c8042462bc9e 22:59:51 ---> b43b00ed60a9 22:59:51 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 22:59:51 ---> Running in fd3858f0cd71 22:59:51 Removing intermediate container fd3858f0cd71 22:59:51 ---> 81db1c6d7f54 22:59:51 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:59:51 ---> Running in 469c9d228b75 22:59:52 Removing intermediate container 469c9d228b75 22:59:52 ---> df671e723c99 22:59:52 Step 24/26 : LABEL arch=arm64 22:59:52 ---> Running in ce2495e83247 22:59:52 Removing intermediate container ce2495e83247 22:59:52 ---> 8e5cdb49acb3 22:59:52 Step 25/26 : LABEL git_sha=851ef8fe5923146d6289fc7ea8cc90540e526b47 22:59:52 ---> Running in fa39e1e7960f 22:59:52 Removing intermediate container fa39e1e7960f 22:59:52 ---> 2541eb509ab3 22:59:52 Step 26/26 : LABEL version=3.0.0-dev.14 22:59:52 ---> Running in e7acd1d88e0c 22:59:53 Removing intermediate container e7acd1d88e0c 22:59:53 ---> 66a7be684f10 22:59:53 [Warning] One or more build-args [ARCH] were not consumed 22:59:53 Successfully built 66a7be684f10 22:59:53 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 22:59:53 provisioning config files... 22:59:53 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/131@tmp/config15382132238085553383tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:59:53 ---> docker-login.sh 22:59:53 nexus3.edgexfoundry.org:10001 22:59:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:53 Configure a credential helper to remove this warning. See 22:59:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:53 22:59:53 Login Succeeded 22:59:53 nexus3.edgexfoundry.org:10002 22:59:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:54 Configure a credential helper to remove this warning. See 22:59:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:54 22:59:54 Login Succeeded 22:59:54 nexus3.edgexfoundry.org:10003 22:59:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:54 Configure a credential helper to remove this warning. See 22:59:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:54 22:59:54 Login Succeeded 22:59:54 nexus3.edgexfoundry.org:10004 22:59:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:54 Configure a credential helper to remove this warning. See 22:59:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:54 22:59:54 Login Succeeded 22:59:54 docker.io 22:59:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:55 Configure a credential helper to remove this warning. See 22:59:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:55 22:59:55 Login Succeeded 22:59:55 ---> docker-login.sh ends [Pipeline] } 22:59:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:59:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:59:55 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 22:59:55 851ef8fe5923146d6289fc7ea8cc90540e526b47 22:59:55 latest 22:59:55 3.0.0-dev.14 22:59:55 851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 22:59:55 main 22:59:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:59:55 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:59:56 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:851ef8fe5923146d6289fc7ea8cc90540e526b47 22:59:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 22:59:56 33b81416fed4: Preparing 22:59:56 b2d79fa4c80e: Preparing 22:59:56 f8caa98bd00c: Preparing 22:59:56 df44e8c8517d: Preparing 22:59:56 b38cac5e0051: Preparing 22:59:56 17bec77d7fdc: Preparing 22:59:56 17bec77d7fdc: Waiting 22:59:56 f8caa98bd00c: Pushed 22:59:56 df44e8c8517d: Pushed 22:59:56 b2d79fa4c80e: Pushed 22:59:56 17bec77d7fdc: Layer already exists 22:59:56 b38cac5e0051: Pushed 23:00:00 33b81416fed4: Pushed 23:00:01 851ef8fe5923146d6289fc7ea8cc90540e526b47: digest: sha256:3de82f257f1c2d1615f84125d0a2d1a372526d13d280fe8713806165ba879ba5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:01 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:01 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 23:00:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 23:00:01 33b81416fed4: Preparing 23:00:01 b2d79fa4c80e: Preparing 23:00:01 f8caa98bd00c: Preparing 23:00:01 df44e8c8517d: Preparing 23:00:01 b38cac5e0051: Preparing 23:00:01 17bec77d7fdc: Preparing 23:00:01 17bec77d7fdc: Waiting 23:00:01 b2d79fa4c80e: Layer already exists 23:00:01 b38cac5e0051: Layer already exists 23:00:01 f8caa98bd00c: Layer already exists 23:00:01 33b81416fed4: Layer already exists 23:00:01 df44e8c8517d: Layer already exists 23:00:01 17bec77d7fdc: Layer already exists 23:00:02 latest: digest: sha256:3de82f257f1c2d1615f84125d0a2d1a372526d13d280fe8713806165ba879ba5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:02 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:02 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.14 23:00:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 23:00:02 33b81416fed4: Preparing 23:00:02 b2d79fa4c80e: Preparing 23:00:02 f8caa98bd00c: Preparing 23:00:02 df44e8c8517d: Preparing 23:00:02 b38cac5e0051: Preparing 23:00:02 17bec77d7fdc: Preparing 23:00:02 17bec77d7fdc: Waiting 23:00:02 df44e8c8517d: Layer already exists 23:00:02 f8caa98bd00c: Layer already exists 23:00:02 33b81416fed4: Layer already exists 23:00:02 b2d79fa4c80e: Layer already exists 23:00:02 b38cac5e0051: Layer already exists 23:00:02 17bec77d7fdc: Layer already exists 23:00:02 3.0.0-dev.14: digest: sha256:3de82f257f1c2d1615f84125d0a2d1a372526d13d280fe8713806165ba879ba5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:03 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:03 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 23:00:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 23:00:03 33b81416fed4: Preparing 23:00:03 b2d79fa4c80e: Preparing 23:00:03 f8caa98bd00c: Preparing 23:00:03 df44e8c8517d: Preparing 23:00:03 b38cac5e0051: Preparing 23:00:03 17bec77d7fdc: Preparing 23:00:03 17bec77d7fdc: Waiting 23:00:03 f8caa98bd00c: Layer already exists 23:00:03 33b81416fed4: Layer already exists 23:00:03 b2d79fa4c80e: Layer already exists 23:00:03 df44e8c8517d: Layer already exists 23:00:03 b38cac5e0051: Layer already exists 23:00:03 17bec77d7fdc: Layer already exists 23:00:03 851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14: digest: sha256:3de82f257f1c2d1615f84125d0a2d1a372526d13d280fe8713806165ba879ba5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:03 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:04 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 23:00:04 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 23:00:04 33b81416fed4: Preparing 23:00:04 b2d79fa4c80e: Preparing 23:00:04 f8caa98bd00c: Preparing 23:00:04 df44e8c8517d: Preparing 23:00:04 b38cac5e0051: Preparing 23:00:04 17bec77d7fdc: Preparing 23:00:04 17bec77d7fdc: Waiting 23:00:04 b38cac5e0051: Layer already exists 23:00:04 df44e8c8517d: Layer already exists 23:00:04 f8caa98bd00c: Layer already exists 23:00:04 b2d79fa4c80e: Layer already exists 23:00:04 33b81416fed4: Layer already exists 23:00:04 17bec77d7fdc: Layer already exists 23:00:04 main: digest: sha256:3de82f257f1c2d1615f84125d0a2d1a372526d13d280fe8713806165ba879ba5 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:00:04 ===================================================== [Pipeline] echo 23:00:04 taggedImages: 23:00:04 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:851ef8fe5923146d6289fc7ea8cc90540e526b47 23:00:04 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 23:00:04 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.14 23:00:04 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:851ef8fe5923146d6289fc7ea8cc90540e526b47-3.0.0-dev.14 23:00:04 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:00:04 23:00:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:00:05 arm64: Pulling from edgex-lftools-log-publisher 23:00:05 8998bd30e6a1: Pulling fs layer 23:00:05 04944245beec: Pulling fs layer 23:00:05 699f458cf7ca: Pulling fs layer 23:00:05 765212b225bb: Pulling fs layer 23:00:05 f23df028b6ca: Pulling fs layer 23:00:05 d65c8cfc05b1: Pulling fs layer 23:00:05 2437ff75d9bd: Pulling fs layer 23:00:05 f23df028b6ca: Waiting 23:00:05 d65c8cfc05b1: Waiting 23:00:05 2437ff75d9bd: Waiting 23:00:05 765212b225bb: Waiting 23:00:05 04944245beec: Verifying Checksum 23:00:05 04944245beec: Download complete 23:00:05 765212b225bb: Download complete 23:00:05 f23df028b6ca: Verifying Checksum 23:00:05 f23df028b6ca: Download complete 23:00:05 d65c8cfc05b1: Verifying Checksum 23:00:05 d65c8cfc05b1: Download complete 23:00:05 699f458cf7ca: Download complete 23:00:05 8998bd30e6a1: Verifying Checksum 23:00:05 8998bd30e6a1: Download complete 23:00:08 2437ff75d9bd: Verifying Checksum 23:00:08 2437ff75d9bd: Download complete 23:00:09 8998bd30e6a1: Pull complete 23:00:09 04944245beec: Pull complete 23:00:12 699f458cf7ca: Pull complete 23:00:12 765212b225bb: Pull complete 23:00:13 f23df028b6ca: Pull complete 23:00:13 d65c8cfc05b1: Pull complete 23:00:28 2437ff75d9bd: Pull complete 23:00:28 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:00:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:00:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:00:28 prd-ubuntu20.04-docker-arm64-4c-16g-5014 does not seem to be running inside a container 23:00:28 $ 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/131 -v /w/workspace/app-service-configurable/131:/w/workspace/app-service-configurable/131:rw,z -v /w/workspace/app-service-configurable/131@tmp:/w/workspace/app-service-configurable/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 23:00:31 $ docker top 42e0a90220a532f94438cf11920c077436ba79392d55faa33a8eaff04aa405e4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:00:31 ---> job-cost.sh 23:00:32 lf-activate-venv: SKIPPING 23:00:32 INFO: No Stack... 23:00:32 INFO: Retrieving Pricing Info for: v3-standard-4 23:00:33 INFO: Archiving Costs [Pipeline] sh 23:00:34 + + cat /w/workspace/app-service-configurable/131/archives/cost.csvcut 23:00:34 -d, -f6 [Pipeline] lock 23:00:34 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] 23:00:34 Resource [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] did not exist. Created. 23:00:34 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:00:34 /w/workspace/app-service-configurable/131@tmp/durable-26e960c3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:00:35 + echo total: 0.10999999940395355 [Pipeline] stash 23:00:35 Warning: overwriting stash ‘stack-cost’ 23:00:35 Stashed 1 file(s) [Pipeline] } 23:00:35 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-131-stack-cost] [Pipeline] // lock [Pipeline] } 23:00:35 $ docker stop --time=1 42e0a90220a532f94438cf11920c077436ba79392d55faa33a8eaff04aa405e4 23:00:38 $ docker rm -f --volumes 42e0a90220a532f94438cf11920c077436ba79392d55faa33a8eaff04aa405e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 23:00:38 provisioning config files... 23:00:38 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config104896563435926662tmp [Pipeline] { [Pipeline] sh 23:00:38 + set +x 23:00:38 + curl -s https://codecov.io/bash 23:00:38 + bash -s -- 23:00:38 23:00:38 _____ _ 23:00:38 / ____| | | 23:00:38 | | ___ __| | ___ ___ _____ __ 23:00:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:00:38 | |___| (_) | (_| | __/ (_| (_) \ V / 23:00:38 \_____\___/ \__,_|\___|\___\___/ \_/ 23:00:38 Bash-1.0.6 23:00:38 23:00:38 23:00:38 ==> git version 2.25.1 found 23:00:38 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 23:00:38 Release-Date: 2020-01-08 23:00:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 23:00:38 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 23:00:38 ==> Jenkins CI detected. 23:00:38 current dir:  /w/workspace/ry_app-service-configurable_main 23:00:38 project root: . 23:00:38 --> token set from env 23:00:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:00:38 ==> Running gcov in . (disable via -X gcov) 23:00:38 ==> Python coveragepy not found 23:00:38 ==> Searching for coverage reports in: 23:00:38 + . 23:00:38 -> Found 1 reports 23:00:38 ==> Detecting git/mercurial file structure 23:00:38 ==> Reading reports 23:00:38 + ./coverage.out bytes=13 23:00:38 ==> Appending adjustments 23:00:38 https://docs.codecov.io/docs/fixing-reports 23:00:39 + Found adjustments 23:00:39 ==> Gzipping contents 23:00:39 4.0K /tmp/codecov.WKLogC.gz 23:00:39 ==> Uploading reports 23:00:39 url: https://codecov.io 23:00:39 query: branch=main&commit=851ef8fe5923146d6289fc7ea8cc90540e526b47&build=131&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F131%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 23:00:39 -> Pinging Codecov 23:00:39 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=851ef8fe5923146d6289fc7ea8cc90540e526b47&build=131&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F131%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 23:00:39 -> Uploading to 23:00:39 https://storage.googleapis.com/codecov/v4/raw/2023-02-07/A97CA9966030D2A3747ED39772930CCE/851ef8fe5923146d6289fc7ea8cc90540e526b47/c5aefdfb-6c06-426c-b262-59a4291389a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T230039Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=52ff94f9833a561497b1cc684faf6f6861d18efe66424d44908ace9cde82bf65 23:00:39 % Total % Received % Xferd Average Speed Time Time Time Current 23:00:39 Dload Upload Total Spent Left Speed 23:00:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 520 0 0 100 520 0 2131 --:--:-- --:--:-- --:--:-- 2131 23:00:39 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] } 23:00:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:00:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:00:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:00:40 23:00:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:00:40 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:00:40 df9b9388f04a: Pulling fs layer 23:00:40 52dc419b0ee2: Pulling fs layer 23:00:40 25bc292e5bac: Pulling fs layer 23:00:40 114826534d7a: Pulling fs layer 23:00:40 4657fd5d0bcf: Pulling fs layer 23:00:40 6ad1cebc031e: Pulling fs layer 23:00:40 8a3aa393b2d8: Pulling fs layer 23:00:40 114826534d7a: Waiting 23:00:40 4657fd5d0bcf: Waiting 23:00:40 6ad1cebc031e: Waiting 23:00:40 25bc292e5bac: Verifying Checksum 23:00:40 25bc292e5bac: Download complete 23:00:40 52dc419b0ee2: Download complete 23:00:40 4657fd5d0bcf: Download complete 23:00:40 df9b9388f04a: Verifying Checksum 23:00:40 df9b9388f04a: Download complete 23:00:40 df9b9388f04a: Pull complete 23:00:40 52dc419b0ee2: Pull complete 23:00:40 25bc292e5bac: Pull complete 23:00:40 6ad1cebc031e: Verifying Checksum 23:00:40 6ad1cebc031e: Download complete 23:00:42 114826534d7a: Verifying Checksum 23:00:42 114826534d7a: Download complete 23:00:42 8a3aa393b2d8: Verifying Checksum 23:00:42 8a3aa393b2d8: Download complete 23:00:45 114826534d7a: Pull complete 23:00:45 4657fd5d0bcf: Pull complete 23:00:45 6ad1cebc031e: Pull complete 23:00:48 8a3aa393b2d8: Pull complete 23:00:48 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 23:00:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:00:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:00:48 prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container 23:00:48 $ 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 23:00:51 $ docker top 2989156d426079ae65d33377b3cdd3e1d569ee3658a646bbeffdad95bf182206 -eo pid,comm [Pipeline] { [Pipeline] echo 23:00:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 23:00:51 + set -o pipefail 23:00:51 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 23:00:56 23:00:56 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 23:00:56 23:00:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/5dc3b137-fb0b-4a97-896d-5818d87c686c 23:00:56 23:00:56 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 23:00:56 23:00:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:00:56 23:00:56 23:00:56 A medium severity vulnerability was found in the Snyk CLI versions you are using. 23:00:56 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 23:00:56 More details here: https://snyk.co/ue1NS [Pipeline] } 23:00:56 $ docker stop --time=1 2989156d426079ae65d33377b3cdd3e1d569ee3658a646bbeffdad95bf182206 23:00:59 $ docker rm -f --volumes 2989156d426079ae65d33377b3cdd3e1d569ee3658a646bbeffdad95bf182206 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:00:59 + git log --format=format:%s -1 851ef8fe5923146d6289fc7ea8cc90540e526b47 [Pipeline] sh 23:00:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:00:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:01:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:01:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:01:00 prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container 23:01:00 $ 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 23:01:00 $ docker top bc0cceb26588dc430086f64bf5e0a311dea5dfda672b150b1f39cf0f554e553d -eo pid,comm 23:01:00 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 23:01:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:01:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:00 [ssh-agent] Looking for ssh-agent implementation... 23:01:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:00 $ docker exec bc0cceb26588dc430086f64bf5e0a311dea5dfda672b150b1f39cf0f554e553d ssh-agent 23:01:01 SSH_AUTH_SOCK=/tmp/ssh-gxTJdbp1l3Gu/agent.32 23:01:01 SSH_AGENT_PID=38 23:01:01 Running ssh-add (command line suppressed) 23:01:01 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9126352510090909590.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9126352510090909590.key) 23:01:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:01 + git semver tag 23:01:01 2023-02-07 23:01:01,588 [run_tag] DEBUG tag force:False 23:01:01 2023-02-07 23:01:01,588 [check_head_tag] DEBUG check head tag 23:01:01 2023-02-07 23:01:01,589 [execute] INFO git cat-file --batch-check 23:01:01 2023-02-07 23:01:01,589 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 23:01:01 2023-02-07 23:01:01,593 [execute] INFO git cat-file --batch 23:01:01 2023-02-07 23:01:01,593 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 23:01:01 2023-02-07 23:01:01,615 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 23:01:01 2023-02-07 23:01:01,615 [execute] INFO git tag -a v3.0.0-dev.14 -m v3.0.0-dev.14 23:01:01 2023-02-07 23:01:01,616 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.14', '-m', 'v3.0.0-dev.14'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 23:01:01 2023-02-07 23:01:01,620 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 23:01:01 3.0.0-dev.14 [Pipeline] } 23:01:01 $ docker exec --env ******** --env ******** bc0cceb26588dc430086f64bf5e0a311dea5dfda672b150b1f39cf0f554e553d ssh-agent -k 23:01:01 unset SSH_AUTH_SOCK; 23:01:01 unset SSH_AGENT_PID; 23:01:01 echo Agent pid 38 killed; 23:01:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:01:02 + git semver [Pipeline] } 23:01:02 $ docker stop --time=1 bc0cceb26588dc430086f64bf5e0a311dea5dfda672b150b1f39cf0f554e553d 23:01:03 $ docker rm -f --volumes bc0cceb26588dc430086f64bf5e0a311dea5dfda672b150b1f39cf0f554e553d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:01:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:01:04 23:01:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:01:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:01:04 0.23.1-centos7: Pulling from edgex-lftools 23:01:04 ab5ef0e58194: Pulling fs layer 23:01:04 9712f1f96733: Pulling fs layer 23:01:04 63f879dbbcfc: Pulling fs layer 23:01:04 0d9ebad4ef96: Pulling fs layer 23:01:04 e9a5061849ea: Pulling fs layer 23:01:04 d747dcd14b5f: Pulling fs layer 23:01:04 2de7ff778b66: Pulling fs layer 23:01:04 2de7ff778b66: Waiting 23:01:04 e9a5061849ea: Waiting 23:01:04 0d9ebad4ef96: Waiting 23:01:04 d747dcd14b5f: Waiting 23:01:04 9712f1f96733: Verifying Checksum 23:01:04 9712f1f96733: Download complete 23:01:05 63f879dbbcfc: Verifying Checksum 23:01:05 63f879dbbcfc: Download complete 23:01:05 e9a5061849ea: Verifying Checksum 23:01:05 e9a5061849ea: Download complete 23:01:05 d747dcd14b5f: Verifying Checksum 23:01:05 d747dcd14b5f: Download complete 23:01:06 0d9ebad4ef96: Verifying Checksum 23:01:06 0d9ebad4ef96: Download complete 23:01:06 ab5ef0e58194: Verifying Checksum 23:01:06 ab5ef0e58194: Download complete 23:01:06 2de7ff778b66: Verifying Checksum 23:01:06 2de7ff778b66: Download complete 23:01:08 ab5ef0e58194: Pull complete 23:01:08 9712f1f96733: Pull complete 23:01:09 63f879dbbcfc: Pull complete 23:01:12 0d9ebad4ef96: Pull complete 23:01:12 e9a5061849ea: Pull complete 23:01:12 d747dcd14b5f: Pull complete 23:01:14 2de7ff778b66: Pull complete 23:01:14 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:01:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:01:14 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:01:14 prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container 23:01:14 $ 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 23:01:16 $ docker top 97d881eed0f30c5775ee91d7019104d9ff3a584ed1374ba0ec71c62aa79b122c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:01:16 provisioning config files... 23:01:16 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12396969563823825313tmp 23:01:16 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9919946208493904337tmp 23:01:16 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10156923447639431617tmp [Pipeline] { [Pipeline] echo 23:01:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:01:17 ---> sigul-configuration.sh 23:01:17 gpg: directory `/root/.gnupg' created 23:01:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:01:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:01:17 gpg: keyring `/root/.gnupg/secring.gpg' created 23:01:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:01:17 gpg: CAST5 encrypted data 23:01:17 gpg: encrypted with 1 passphrase 23:01:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:01:17 + mkdir /home/jenkins 23:01:17 + mkdir /home/jenkins/sigul [Pipeline] sh 23:01:17 + 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 23:01:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:01:18 ---> sigul-install.sh 23:01:18 Sigul already installed; skipping installation. [Pipeline] sh 23:01:18 + git tag --list 23:01:18 v1.0.0 23:01:18 v1.1.0 23:01:18 v1.2.0 23:01:18 v1.3.0 23:01:18 v1.3.1 23:01:18 v2.0.0 23:01:18 v2.0.1 23:01:18 v2.1.0 23:01:18 v2.1.1 23:01:18 v2.1.1-dev.1 23:01:18 v2.1.1-dev.2 23:01:18 v2.2.0 23:01:18 v2.2.1-dev.1 23:01:18 v2.2.1-dev.10 23:01:18 v2.2.1-dev.2 23:01:18 v2.2.1-dev.3 23:01:18 v2.2.1-dev.4 23:01:18 v2.2.1-dev.5 23:01:18 v2.2.1-dev.6 23:01:18 v2.2.1-dev.7 23:01:18 v2.2.1-dev.8 23:01:18 v2.2.1-dev.9 23:01:18 v2.3.0 23:01:18 v2.3.0-dev.10 23:01:18 v2.3.0-dev.11 23:01:18 v2.3.0-dev.12 23:01:18 v2.3.0-dev.13 23:01:18 v2.3.0-dev.14 23:01:18 v2.3.0-dev.15 23:01:18 v2.3.0-dev.16 23:01:18 v2.3.0-dev.17 23:01:18 v2.3.0-dev.18 23:01:18 v2.3.0-dev.19 23:01:18 v2.3.0-dev.20 23:01:18 v2.3.0-dev.21 23:01:18 v2.3.0-dev.22 23:01:18 v2.3.0-dev.23 23:01:18 v2.3.0-dev.24 23:01:18 v2.3.0-dev.25 23:01:18 v2.3.0-dev.26 23:01:18 v2.3.0-dev.27 23:01:18 v2.3.0-dev.28 23:01:18 v2.3.0-dev.29 23:01:18 v2.3.0-dev.30 23:01:18 v2.3.0-dev.31 23:01:18 v2.3.0-dev.32 23:01:18 v2.3.0-dev.33 23:01:18 v2.3.0-dev.34 23:01:18 v2.3.0-dev.35 23:01:18 v2.3.0-dev.36 23:01:18 v2.3.0-dev.37 23:01:18 v3.0.0-dev.1 23:01:18 v3.0.0-dev.10 23:01:18 v3.0.0-dev.11 23:01:18 v3.0.0-dev.12 23:01:18 v3.0.0-dev.13 23:01:18 v3.0.0-dev.14 23:01:18 v3.0.0-dev.2 23:01:18 v3.0.0-dev.3 23:01:18 v3.0.0-dev.4 23:01:18 v3.0.0-dev.5 23:01:18 v3.0.0-dev.6 23:01:18 v3.0.0-dev.7 23:01:18 v3.0.0-dev.8 23:01:18 v3.0.0-dev.9 [Pipeline] sh 23:01:18 + lftools sign git-tag v3.0.0-dev.14 23:01:19 Signing Git tag with Sigul... 23:01:19 Signing v3.0.0-dev.14 [Pipeline] echo 23:01:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:01:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:01:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:01:19 $ docker stop --time=1 97d881eed0f30c5775ee91d7019104d9ff3a584ed1374ba0ec71c62aa79b122c 23:01:21 $ docker rm -f --volumes 97d881eed0f30c5775ee91d7019104d9ff3a584ed1374ba0ec71c62aa79b122c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 23:01:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:01:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:01:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:01:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:01:21 prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container 23:01:21 $ 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 23:01:22 $ docker top 556c504ae362c165e72e6f8c880ffe26d9368ee54fa97baf8d45cab8cca11dbe -eo pid,comm 23:01:22 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 23:01:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:01:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:22 [ssh-agent] Looking for ssh-agent implementation... 23:01:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:22 $ docker exec 556c504ae362c165e72e6f8c880ffe26d9368ee54fa97baf8d45cab8cca11dbe ssh-agent 23:01:22 SSH_AUTH_SOCK=/tmp/ssh-mmShiUyunOSB/agent.33 23:01:22 SSH_AGENT_PID=39 23:01:22 Running ssh-add (command line suppressed) 23:01:22 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9956058506006540716.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9956058506006540716.key) 23:01:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:22 + git semver bump pre 23:01:23 2023-02-07 23:01:22,995 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 23:01:23 2023-02-07 23:01:22,995 [bump_version] DEBUG bumping version:3.0.0-dev.14 on axis:pre with prefix:dev 23:01:23 2023-02-07 23:01:22,995 [bump_version] DEBUG bumped version:3.0.0-dev.15 23:01:23 2023-02-07 23:01:22,996 [write_version] DEBUG write version:3.0.0-dev.15 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 23:01:23 2023-02-07 23:01:22,996 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 23:01:23 2023-02-07 23:01:22,996 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 23:01:23 2023-02-07 23:01:22,998 [execute] INFO git cat-file --batch-check 23:01:23 2023-02-07 23:01:22,998 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 23:01:23 2023-02-07 23:01:23,003 [execute] INFO git cat-file --batch 23:01:23 2023-02-07 23:01:23,003 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 23:01:23 2023-02-07 23:01:23,008 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 23:01:23 3.0.0-dev.15 [Pipeline] } 23:01:23 $ docker exec --env ******** --env ******** 556c504ae362c165e72e6f8c880ffe26d9368ee54fa97baf8d45cab8cca11dbe ssh-agent -k 23:01:23 unset SSH_AUTH_SOCK; 23:01:23 unset SSH_AGENT_PID; 23:01:23 echo Agent pid 39 killed; 23:01:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:01:23 + git semver [Pipeline] } 23:01:23 $ docker stop --time=1 556c504ae362c165e72e6f8c880ffe26d9368ee54fa97baf8d45cab8cca11dbe 23:01:25 $ docker rm -f --volumes 556c504ae362c165e72e6f8c880ffe26d9368ee54fa97baf8d45cab8cca11dbe [Pipeline] // withDockerContainer [Pipeline] sh 23:01:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:01:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:01:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:01:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:01:25 prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container 23:01:25 $ 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 23:01:26 $ docker top e04f1b16cc496dddc437dfd3e36d6f9183e8c2f74cbdbf91504bdf33bbe40102 -eo pid,comm 23:01:26 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 23:01:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:01:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:26 [ssh-agent] Looking for ssh-agent implementation... 23:01:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:26 $ docker exec e04f1b16cc496dddc437dfd3e36d6f9183e8c2f74cbdbf91504bdf33bbe40102 ssh-agent 23:01:26 SSH_AUTH_SOCK=/tmp/ssh-GbZwJbea3H9b/agent.32 23:01:26 SSH_AGENT_PID=38 23:01:26 Running ssh-add (command line suppressed) 23:01:26 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3749607041834003927.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3749607041834003927.key) 23:01:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:26 + git semver push 23:01:27 2023-02-07 23:01:26,944 [run_push] DEBUG push 23:01:27 2023-02-07 23:01:26,945 [execute] INFO git cat-file --batch-check 23:01:27 2023-02-07 23:01:26,945 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 23:01:27 2023-02-07 23:01:26,949 [execute] INFO git rev-list 5e3539081be46c340785e4e5c0668c8a69667c8a -- 23:01:27 2023-02-07 23:01:26,949 [execute] DEBUG Popen(['git', 'rev-list', '5e3539081be46c340785e4e5c0668c8a69667c8a', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 23:01:27 2023-02-07 23:01:26,959 [execute] INFO git fetch -v origin 23:01:27 2023-02-07 23:01:26,960 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 23:01:27 2023-02-07 23:01:27,530 [run_push] DEBUG no remote changes detected 23:01:27 2023-02-07 23:01:27,530 [execute] INFO git push origin semver 23:01:27 2023-02-07 23:01:27,531 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 23:01:28 2023-02-07 23:01:28,490 [run_push] DEBUG push all version tags 23:01:28 2023-02-07 23:01:28,490 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 23:01:28 2023-02-07 23:01:28,491 [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) 23:01:29 2023-02-07 23:01:29,284 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 23:01:29 3.0.0-dev.15 [Pipeline] } 23:01:29 $ docker exec --env ******** --env ******** e04f1b16cc496dddc437dfd3e36d6f9183e8c2f74cbdbf91504bdf33bbe40102 ssh-agent -k 23:01:29 unset SSH_AUTH_SOCK; 23:01:29 unset SSH_AGENT_PID; 23:01:29 echo Agent pid 38 killed; 23:01:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:01:29 + git semver [Pipeline] } 23:01:30 $ docker stop --time=1 e04f1b16cc496dddc437dfd3e36d6f9183e8c2f74cbdbf91504bdf33bbe40102 23:01:31 $ docker rm -f --volumes e04f1b16cc496dddc437dfd3e36d6f9183e8c2f74cbdbf91504bdf33bbe40102 [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 23:01:31 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 23:01:31 + ls -al /w/workspace/ry_app-service-configurable_main/archives 23:01:31 total 16 23:01:31 drwxr-xr-x 3 root root 4096 Feb 7 22:49 . 23:01:31 drwxrwxr-x 9 jenkins jenkins 4096 Feb 7 23:01 .. 23:01:31 drwxr-xr-x 2 root root 4096 Feb 7 22:49 cost 23:01:31 -rw-r--r-- 1 root root 96 Feb 7 22:49 cost.csv 23:01:31 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 23:01:31 + ls -al /w/workspace/ry_app-service-configurable_main/archives 23:01:31 total 16 23:01:31 drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:49 . 23:01:31 drwxrwxr-x 9 jenkins jenkins 4096 Feb 7 23:01 .. 23:01:31 drwxr-xr-x 2 jenkins jenkins 4096 Feb 7 22:49 cost 23:01:31 -rw-r--r-- 1 jenkins jenkins 96 Feb 7 22:49 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:01:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:01:33 ---> package-listing.sh 23:01:33 ++ facter osfamily 23:01:33 ++ tr '[:upper:]' '[:lower:]' 23:01:33 + OS_FAMILY=debian 23:01:33 + workspace=/w/workspace/ry_app-service-configurable_main 23:01:33 + START_PACKAGES=/tmp/packages_start.txt 23:01:33 + END_PACKAGES=/tmp/packages_end.txt 23:01:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:01:33 + PACKAGES=/tmp/packages_start.txt 23:01:33 + '[' /w/workspace/ry_app-service-configurable_main ']' 23:01:33 + PACKAGES=/tmp/packages_end.txt 23:01:33 + case "${OS_FAMILY}" in 23:01:33 + dpkg -l 23:01:33 + grep '^ii' 23:01:33 + '[' -f /tmp/packages_start.txt ']' 23:01:33 + '[' -f /tmp/packages_end.txt ']' 23:01:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:01:33 + '[' /w/workspace/ry_app-service-configurable_main ']' 23:01:33 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 23:01:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 23:01:33 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 23:01:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:01:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:01:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:01:34 prd-ubuntu20.04-docker-8c-8g-5008 does not seem to be running inside a container 23:01:34 $ 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 23:01:34 $ docker top 12b6f23a41dbb17153385c0df52c9f0c7c585dabd2d013c956e3763ba7483875 -eo pid,comm [Pipeline] { [Pipeline] sh 23:01:35 + touch /tmp/pre-build-complete [Pipeline] sh 23:01:35 + mkdir -p /var/log/sysstat [Pipeline] sh 23:01:35 + ls /var/log/sa-host 23:01:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:01:35 provisioning config files... 23:01:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14179414341402053578tmp [Pipeline] { [Pipeline] echo 23:01:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:01:36 ---> create-netrc.sh [Pipeline] } 23:01:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:01:36 ---> python-tools-install.sh [Pipeline] echo 23:01:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:01:36 ---> sudo-logs.sh 23:01:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:01:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:01:36 ---> job-cost.sh 23:01:36 lf-activate-venv: SKIPPING 23:01:36 DEBUG: total: 0.2199999988079071 23:01:36 INFO: Retrieving Stack Cost... 23:01:37 INFO: Retrieving Pricing Info for: v3-standard-8 23:01:37 INFO: Archiving Costs [Pipeline] echo 23:01:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:01:38 ---> logs-deploy.sh 23:01:38 lf-activate-venv: SKIPPING 23:01:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/131 23:01:38 INFO: archiving workspace using pattern(s): 23:01:39 Archives upload complete. 23:01:39 INFO: archiving logs to Nexus