Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a0e8a3cf402e2d18cab125a1c4a8a92554f18848 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-ssh3100710346420157400.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-ssh757137572153039280.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-ssh3906698528484938446.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-ssh14193878361249404436.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-ssh11353765411828738949.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-1616 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 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 (main) Commit message: "build!: Remove ZMQ from snap (#498)" > 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 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 # timeout=10 > git rev-list --no-walk 00d8ffd1a5b178530bec1b751018b947d29fdef0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:44:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:44:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:44:16 ========================================================= 17:44:16 EdgeX Global Pipelines Version Info 17:44:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:44:17 ------------------- 17:44:17 stable info: 17:44:17 ------------------- 17:44:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:44:17 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:44:17 Message: update stable to v1.0.244 17:44:18 ------------------- 17:44:18 experimental info: 17:44:18 ------------------- 17:44:18 Commited By: **** collab-it+edgex@linuxfoundation.org 17:44:18 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:44:18 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a0e8a3c [Pipeline] echo 17:44:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:44:18 provisioning config files... 17:44:18 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9813388994090840892tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:44:19 ---> docker-login.sh 17:44:19 nexus3.edgexfoundry.org:10001 17:44:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:19 Configure a credential helper to remove this warning. See 17:44:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:19 17:44:19 Login Succeeded 17:44:19 nexus3.edgexfoundry.org:10002 17:44:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:19 Configure a credential helper to remove this warning. See 17:44:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:19 17:44:19 Login Succeeded 17:44:19 nexus3.edgexfoundry.org:10003 17:44:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:19 Configure a credential helper to remove this warning. See 17:44:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:19 17:44:19 Login Succeeded 17:44:19 nexus3.edgexfoundry.org:10004 17:44:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:19 Configure a credential helper to remove this warning. See 17:44:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:19 17:44:19 Login Succeeded 17:44:19 docker.io 17:44:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:19 Configure a credential helper to remove this warning. See 17:44:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:19 17:44:19 Login Succeeded 17:44:19 ---> docker-login.sh ends [Pipeline] } 17:44:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:44:20 + git rev-list -1 --merges a0e8a3cf402e2d18cab125a1c4a8a92554f18848~1..a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] echo 17:44:20 -----------> git rev-list -1 --merges a0e8a3cf402e2d18cab125a1c4a8a92554f18848~1..a0e8a3cf402e2d18cab125a1c4a8a92554f18848 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [false] [Pipeline] sh 17:44:20 + git log --format=format:%s -1 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] echo 17:44:20 ========================================================= 17:44:20 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:44:20 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:44:20 + git log --format=format:%s -1 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] echo 17:44:20 [semverPrep] GIT_COMMIT: a0e8a3cf402e2d18cab125a1c4a8a92554f18848, Commit Message: build!: Remove ZMQ from snap (#498) [Pipeline] echo 17:44:20 [semverPrep] This is not a build commit. [Pipeline] sh 17:44:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:44:21 + grep -v github /etc/ssh/ssh_known_hosts 17:44:21 + [ -e /tmp/ssh_known_hosts ] 17:44:21 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:44:21 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:44:21 + sudo tee -a /etc/ssh/ssh_known_hosts 17:44:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:44:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:44:21 17:44:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:44:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:44:21 0.1.4: Pulling from edgex-devops/py-git-semver 17:44:21 b85a868b505f: Pulling fs layer 17:44:21 e2be974225ed: Pulling fs layer 17:44:21 339a4e72a1f5: Pulling fs layer 17:44:21 988bab9f4d93: Pulling fs layer 17:44:21 1469e6f7b9e6: Pulling fs layer 17:44:21 eaf3925da568: Pulling fs layer 17:44:21 bab4dde63d76: Pulling fs layer 17:44:21 bde34c3a00c8: Pulling fs layer 17:44:21 b352a97aabf1: Pulling fs layer 17:44:21 4872d77fe225: Pulling fs layer 17:44:21 5851b861e8e6: Pulling fs layer 17:44:21 eaf3925da568: Waiting 17:44:21 4872d77fe225: Waiting 17:44:21 5851b861e8e6: Waiting 17:44:21 bab4dde63d76: Waiting 17:44:21 bde34c3a00c8: Waiting 17:44:21 b352a97aabf1: Waiting 17:44:21 988bab9f4d93: Waiting 17:44:21 1469e6f7b9e6: Waiting 17:44:21 e2be974225ed: Verifying Checksum 17:44:21 e2be974225ed: Download complete 17:44:21 988bab9f4d93: Verifying Checksum 17:44:22 1469e6f7b9e6: Verifying Checksum 17:44:22 1469e6f7b9e6: Download complete 17:44:22 eaf3925da568: Download complete 17:44:22 339a4e72a1f5: Verifying Checksum 17:44:22 339a4e72a1f5: Download complete 17:44:22 bde34c3a00c8: Download complete 17:44:22 b352a97aabf1: Download complete 17:44:22 4872d77fe225: Verifying Checksum 17:44:22 4872d77fe225: Download complete 17:44:22 5851b861e8e6: Verifying Checksum 17:44:22 5851b861e8e6: Download complete 17:44:22 b85a868b505f: Verifying Checksum 17:44:22 b85a868b505f: Download complete 17:44:22 bab4dde63d76: Verifying Checksum 17:44:22 bab4dde63d76: Download complete 17:44:23 b85a868b505f: Pull complete 17:44:23 e2be974225ed: Pull complete 17:44:23 339a4e72a1f5: Pull complete 17:44:23 988bab9f4d93: Pull complete 17:44:24 1469e6f7b9e6: Pull complete 17:44:24 eaf3925da568: Pull complete 17:44:26 bab4dde63d76: Pull complete 17:44:26 bde34c3a00c8: Pull complete 17:44:26 b352a97aabf1: Pull complete 17:44:26 4872d77fe225: Pull complete 17:44:26 5851b861e8e6: Pull complete 17:44:26 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:44:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:44:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:44:26 prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container 17:44:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:44:30 $ docker top 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 -eo pid,comm 17:44:31 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). 17:44:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:44:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:44:31 [ssh-agent] Looking for ssh-agent implementation... 17:44:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:44:31 $ docker exec 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 ssh-agent 17:44:31 SSH_AUTH_SOCK=/tmp/ssh-vC6TgEN4cwkW/agent.13 17:44:31 SSH_AGENT_PID=19 17:44:31 Running ssh-add (command line suppressed) 17:44:31 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_18012905147362170739.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_18012905147362170739.key) 17:44:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:44:31 + git tag --points-at HEAD [Pipeline] } 17:44:31 $ docker exec --env ******** --env ******** 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 ssh-agent -k 17:44:31 unset SSH_AUTH_SOCK; 17:44:31 unset SSH_AGENT_PID; 17:44:31 echo Agent pid 19 killed; 17:44:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:44:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:44:31 [ssh-agent] Looking for ssh-agent implementation... 17:44:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:44:31 $ docker exec 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 ssh-agent 17:44:32 SSH_AUTH_SOCK=/tmp/ssh-cWR6YQKn5pLr/agent.70 17:44:32 SSH_AGENT_PID=76 17:44:32 Running ssh-add (command line suppressed) 17:44:32 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17528554299961909753.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17528554299961909753.key) 17:44:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:44:32 + git semver init 17:44:32 2023-01-10 17:44:32,688 [run_init] DEBUG init version:0.0.0 force:False 17:44:32 2023-01-10 17:44:32,690 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 17:44:32 2023-01-10 17:44:32,691 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 17:44:32 2023-01-10 17:44:32,691 [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) 17:44:33 2023-01-10 17:44:33,587 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 17:44:33 2023-01-10 17:44:33,588 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 17:44:33 2023-01-10 17:44:33,588 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 17:44:33 2023-01-10 17:44:33,588 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 17:44:33 3.0.0-dev.7 [Pipeline] } 17:44:33 $ docker exec --env ******** --env ******** 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 ssh-agent -k 17:44:33 unset SSH_AUTH_SOCK; 17:44:33 unset SSH_AGENT_PID; 17:44:33 echo Agent pid 76 killed; 17:44:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:44:34 + git semver [Pipeline] } 17:44:34 $ docker stop --time=1 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 17:44:35 $ docker rm -f --volumes 903e8bdbc23a994a2df5089fa34130ddd73864e802c687c652abed221640a256 [Pipeline] // withDockerContainer [Pipeline] sh 17:44:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:44:36 Stashed 1 file(s) [Pipeline] echo 17:44:36 [edgeXSemver]: initialized semver on version 3.0.0-dev.7 [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 17:44:36 provisioning config files... 17:44:36 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5470865905935412604tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:44:36 ---> docker-login.sh 17:44:36 nexus3.edgexfoundry.org:10001 17:44:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:36 Configure a credential helper to remove this warning. See 17:44:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:36 17:44:36 Login Succeeded 17:44:36 nexus3.edgexfoundry.org:10002 17:44:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:36 Configure a credential helper to remove this warning. See 17:44:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:36 17:44:36 Login Succeeded 17:44:36 nexus3.edgexfoundry.org:10003 17:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:37 Configure a credential helper to remove this warning. See 17:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:37 17:44:37 Login Succeeded 17:44:37 nexus3.edgexfoundry.org:10004 17:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:37 Configure a credential helper to remove this warning. See 17:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:37 17:44:37 Login Succeeded 17:44:37 docker.io 17:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:37 Configure a credential helper to remove this warning. See 17:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:37 17:44:37 Login Succeeded 17:44:37 ---> docker-login.sh ends [Pipeline] } 17:44:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:44:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:44:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:44:37 ========================================================= 17:44:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 17:44:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:44:37 + 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 . 17:44:37 Sending build context to Docker daemon 3.208MB 17:44:37 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 17:44:37 Step 2/12 : FROM ${BASE} AS builder 17:44:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 17:44:37 213ec9aee27d: Pulling fs layer 17:44:37 4583459ba037: Pulling fs layer 17:44:37 93c1e223e6f2: Pulling fs layer 17:44:37 53926ce57604: Pulling fs layer 17:44:37 21b2b0c7a3f4: Pulling fs layer 17:44:37 22ff95d597cd: Pulling fs layer 17:44:37 12d6caf4c0d1: Pulling fs layer 17:44:37 96b7cbca73a9: Pulling fs layer 17:44:37 53926ce57604: Waiting 17:44:37 a7acece74701: Pulling fs layer 17:44:37 21b2b0c7a3f4: Waiting 17:44:37 22ff95d597cd: Waiting 17:44:37 12d6caf4c0d1: Waiting 17:44:37 96b7cbca73a9: Waiting 17:44:37 a7acece74701: Waiting 17:44:37 93c1e223e6f2: Verifying Checksum 17:44:37 93c1e223e6f2: Download complete 17:44:37 4583459ba037: Verifying Checksum 17:44:37 4583459ba037: Download complete 17:44:37 21b2b0c7a3f4: Verifying Checksum 17:44:37 21b2b0c7a3f4: Download complete 17:44:37 22ff95d597cd: Download complete 17:44:37 213ec9aee27d: Verifying Checksum 17:44:37 213ec9aee27d: Download complete 17:44:37 12d6caf4c0d1: Verifying Checksum 17:44:37 12d6caf4c0d1: Download complete 17:44:37 213ec9aee27d: Pull complete 17:44:38 4583459ba037: Pull complete 17:44:38 93c1e223e6f2: Pull complete 17:44:38 a7acece74701: Verifying Checksum 17:44:38 a7acece74701: Download complete 17:44:38 53926ce57604: Verifying Checksum 17:44:38 53926ce57604: Download complete 17:44:38 96b7cbca73a9: Verifying Checksum 17:44:43 53926ce57604: Pull complete 17:44:43 21b2b0c7a3f4: Pull complete 17:44:43 22ff95d597cd: Pull complete 17:44:43 12d6caf4c0d1: Pull complete 17:44:45 96b7cbca73a9: Pull complete 17:44:46 a7acece74701: Pull complete 17:44:46 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 17:44:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:44:46 ---> db6d94c90886 17:44:46 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 17:44:51 Still waiting to schedule task 17:44:51 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 17:44:51 ---> Running in 709e3e137fa8 17:44:51 Removing intermediate container 709e3e137fa8 17:44:51 ---> f6b7aace6ccb 17:44:51 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 17:44:51 ---> Running in d99a32c764e8 17:44:52 Removing intermediate container d99a32c764e8 17:44:52 ---> e6dc1af5108a 17:44:52 Step 5/12 : ARG ADD_BUILD_TAGS="" 17:44:52 ---> Running in 85bf5040c2a6 17:44:52 Removing intermediate container 85bf5040c2a6 17:44:52 ---> 66769b4be7a9 17:44:52 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:44:52 ---> Running in 3e62c36efd2c 17:44:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:44:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:44:52 OK: 211 MiB in 51 packages 17:44:53 Removing intermediate container 3e62c36efd2c 17:44:53 ---> ba2f0a1e28a1 17:44:53 Step 7/12 : WORKDIR /app 17:44:53 ---> Running in 19125ffbd669 17:44:53 Removing intermediate container 19125ffbd669 17:44:53 ---> 115debbe46a4 17:44:53 Step 8/12 : COPY go.mod vendor* ./ 17:44:53 ---> 9b8b9a996dbf 17:44:53 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:44:54 ---> Running in 630679bf4b40 17:45:21 Removing intermediate container 630679bf4b40 17:45:21 ---> e8ff7c51fba0 17:45:21 Step 10/12 : COPY . . 17:45:21 ---> 3ecbdf673aaa 17:45:21 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:45:21 ---> Running in 240c2faffef9 17:45:21 Removing intermediate container 240c2faffef9 17:45:21 ---> e70e37645932 17:45:21 Step 12/12 : RUN $MAKE 17:45:21 ---> Running in 8775fc037026 17:45:21 noop 17:45:21 Removing intermediate container 8775fc037026 17:45:21 ---> 3dd2e32f36d7 17:45:21 Successfully built 3dd2e32f36d7 17:45:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:21 + docker inspect -f . ci-base-image-x86_64 17:45:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:45:21 prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container 17:45:21 $ 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 17:45:22 $ docker top ef76115493771d7558d1d14ee057d91f04d50488a8d5a2a35bd88b0de2f5c49f -eo pid,comm [Pipeline] { [Pipeline] sh 17:45:22 + go version 17:45:22 go version go1.18.7 linux/amd64 [Pipeline] } 17:45:22 $ docker stop --time=1 ef76115493771d7558d1d14ee057d91f04d50488a8d5a2a35bd88b0de2f5c49f 17:45:23 $ docker rm -f --volumes ef76115493771d7558d1d14ee057d91f04d50488a8d5a2a35bd88b0de2f5c49f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:24 + docker inspect -f . ci-base-image-x86_64 17:45:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:45:24 prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container 17:45:24 $ 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 17:45:24 $ docker top 065bbf012cd41548674df69e91821fc6cf3795331c0e2577ee38e0d193406dc8 -eo pid,comm [Pipeline] { [Pipeline] sh 17:45:24 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 17:45:25 + make test 17:45:25 go test -race -coverprofile=coverage.out ./... 17:45:47 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:45:47 go vet ./... 17:45:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:45:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:45:52 ./bin/test-attribution-txt.sh [Pipeline] echo 17:45:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:45:52 $ docker stop --time=1 065bbf012cd41548674df69e91821fc6cf3795331c0e2577ee38e0d193406dc8 17:45:56 $ docker rm -f --volumes 065bbf012cd41548674df69e91821fc6cf3795331c0e2577ee38e0d193406dc8 [Pipeline] // withDockerContainer [Pipeline] sh 17:45:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:45:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:45:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:45:57 + ls -al . 17:45:57 total 184 17:45:57 drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 17:45 . 17:45:57 drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:44 .. 17:45:57 -rw-rw-r-- 1 jenkins jenkins 119 Jan 10 17:44 .dockerignore 17:45:57 drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 17:44 .git 17:45:57 drwxrwxr-x 3 jenkins jenkins 4096 Jan 10 17:44 .github 17:45:57 -rw-rw-r-- 1 jenkins jenkins 171 Jan 10 17:44 .gitignore 17:45:57 drwxr-xr-x 3 jenkins jenkins 4096 Jan 10 17:44 .semver 17:45:57 -rw-rw-r-- 1 jenkins jenkins 9103 Jan 10 17:44 Attribution.txt 17:45:57 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 10 17:44 CHANGELOG.md 17:45:57 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 10 17:44 Dockerfile 17:45:57 -rw-rw-r-- 1 jenkins jenkins 677 Jan 10 17:44 GOVERNANCE.md 17:45:57 -rw-rw-r-- 1 jenkins jenkins 688 Jan 10 17:44 Jenkinsfile 17:45:57 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 10 17:44 LICENSE 17:45:57 -rw-rw-r-- 1 jenkins jenkins 618 Jan 10 17:44 OWNERS.md 17:45:57 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 10 17:44 README.md 17:45:57 -rw-rw-r-- 1 jenkins jenkins 11 Jan 10 17:44 VERSION 17:45:57 drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 17:44 bin 17:45:57 -rw-r--r-- 1 jenkins jenkins 13 Jan 10 17:45 coverage.out 17:45:57 -rw-rw-r-- 1 jenkins jenkins 3397 Jan 10 17:44 go.mod 17:45:57 -rw-rw-r-- 1 jenkins jenkins 44232 Jan 10 17:44 go.sum 17:45:57 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 10 17:44 main.go 17:45:57 -rw-rw-r-- 1 jenkins jenkins 2078 Jan 10 17:44 makefile 17:45:57 drwxrwxr-x 10 jenkins jenkins 4096 Jan 10 17:44 res 17:45:57 drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:44 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:58 + 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=a0e8a3cf402e2d18cab125a1c4a8a92554f18848 --label arch=amd64 --label version=3.0.0-dev.7 . 17:45:58 Sending build context to Docker daemon 3.209MB 17:45:58 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 17:45:58 Step 2/26 : FROM ${BASE} AS builder 17:45:58 ---> 3dd2e32f36d7 17:45:58 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 17:45:58 ---> Running in 5a82cef2c89b 17:45:58 Removing intermediate container 5a82cef2c89b 17:45:58 ---> a9fa66140d87 17:45:58 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 17:45:58 ---> Running in 707b12eabb1d 17:45:58 Removing intermediate container 707b12eabb1d 17:45:58 ---> 6de25bb80248 17:45:58 Step 5/26 : ARG ADD_BUILD_TAGS="" 17:45:58 ---> Running in a6a6479454bf 17:45:58 Removing intermediate container a6a6479454bf 17:45:58 ---> 081121282a20 17:45:58 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:45:58 ---> Running in f3381504e509 17:45:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:45:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:45:59 OK: 211 MiB in 51 packages 17:45:59 Removing intermediate container f3381504e509 17:45:59 ---> ecdceb852e29 17:45:59 Step 7/26 : WORKDIR /app 17:45:59 ---> Running in d9897c7a6591 17:45:59 Removing intermediate container d9897c7a6591 17:45:59 ---> 30f9a0208186 17:45:59 Step 8/26 : COPY go.mod vendor* ./ 17:45:59 ---> d4d9ded33290 17:45:59 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:45:59 ---> Running in 9ebf4141a15e 17:46:00 Removing intermediate container 9ebf4141a15e 17:46:00 ---> 44f76702a868 17:46:00 Step 10/26 : COPY . . 17:46:00 ---> 0d0982e25b25 17:46:00 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:46:00 ---> Running in a800478b4873 17:46:00 Removing intermediate container a800478b4873 17:46:00 ---> af2b54a1cb15 17:46:00 Step 12/26 : RUN $MAKE 17:46:00 ---> Running in 7114687fd9c9 17:46:01 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.7" -trimpath -mod=readonly -o app-service-configurable 17:46:23 Removing intermediate container 7114687fd9c9 17:46:23 ---> fdd57d5bf602 17:46:23 Step 13/26 : FROM alpine:3.16 17:46:23 3.16: Pulling from library/alpine 17:46:23 ca7dd9ec2225: Pulling fs layer 17:46:23 ca7dd9ec2225: Verifying Checksum 17:46:23 ca7dd9ec2225: Download complete 17:46:23 ca7dd9ec2225: Pull complete 17:46:23 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 17:46:23 Status: Downloaded newer image for alpine:3.16 17:46:23 ---> bfe296a52501 17:46:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:46:23 ---> Running in 5740a1831758 17:46:23 Removing intermediate container 5740a1831758 17:46:23 ---> db75a3e31f77 17:46:23 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 17:46:23 ---> Running in d5c9706bcd43 17:46:23 Removing intermediate container d5c9706bcd43 17:46:23 ---> 8c7934278015 17:46:23 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 17:46:23 ---> Running in 586d6adfef44 17:46:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:46:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:46:23 (1/2) Installing ca-certificates (20220614-r0) 17:46:23 (2/2) Installing dumb-init (1.2.5-r1) 17:46:23 Executing busybox-1.35.0-r17.trigger 17:46:23 Executing ca-certificates-20220614-r0.trigger 17:46:23 OK: 6 MiB in 16 packages 17:46:23 Removing intermediate container 586d6adfef44 17:46:23 ---> 6cebb9d4298e 17:46:23 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:46:23 ---> f3a2bf1d2b86 17:46:23 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 17:46:23 ---> 61a432baa25d 17:46:23 Step 19/26 : COPY --from=builder /app/res/ /res/ 17:46:23 ---> a5779a4fb47a 17:46:23 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:46:23 ---> b0645183537c 17:46:23 Step 21/26 : EXPOSE 48095 17:46:23 ---> Running in 06646377290c 17:46:23 Removing intermediate container 06646377290c 17:46:23 ---> 589265eef9f1 17:46:23 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 17:46:23 ---> Running in 164394f49a53 17:46:23 Removing intermediate container 164394f49a53 17:46:23 ---> 85835297d1ca 17:46:23 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:46:23 ---> Running in 6752e0bb517b 17:46:23 Removing intermediate container 6752e0bb517b 17:46:23 ---> bc2bb3fbd1d5 17:46:23 Step 24/26 : LABEL arch=amd64 17:46:23 ---> Running in e46d3675727b 17:46:23 Removing intermediate container e46d3675727b 17:46:23 ---> 056094bb48e8 17:46:23 Step 25/26 : LABEL git_sha=a0e8a3cf402e2d18cab125a1c4a8a92554f18848 17:46:23 ---> Running in 7842c2bcec0d 17:46:23 Removing intermediate container 7842c2bcec0d 17:46:23 ---> 372888907d8b 17:46:23 Step 26/26 : LABEL version=3.0.0-dev.7 17:46:23 ---> Running in 38b758d9e0e3 17:46:23 Removing intermediate container 38b758d9e0e3 17:46:23 ---> a13a1fcdbafe 17:46:23 [Warning] One or more build-args [ARCH] were not consumed 17:46:23 Successfully built a13a1fcdbafe 17:46:23 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 17:46:23 provisioning config files... 17:46:23 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13327083431343492207tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:46:24 ---> docker-login.sh 17:46:24 nexus3.edgexfoundry.org:10001 17:46:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:24 Configure a credential helper to remove this warning. See 17:46:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:24 17:46:24 Login Succeeded 17:46:24 nexus3.edgexfoundry.org:10002 17:46:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:24 Configure a credential helper to remove this warning. See 17:46:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:24 17:46:24 Login Succeeded 17:46:24 nexus3.edgexfoundry.org:10003 17:46:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:24 Configure a credential helper to remove this warning. See 17:46:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:24 17:46:24 Login Succeeded 17:46:24 nexus3.edgexfoundry.org:10004 17:46:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:24 Configure a credential helper to remove this warning. See 17:46:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:24 17:46:24 Login Succeeded 17:46:24 docker.io 17:46:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:24 Configure a credential helper to remove this warning. See 17:46:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:24 17:46:24 Login Succeeded 17:46:24 ---> docker-login.sh ends [Pipeline] } 17:46:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:46:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:46:24 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 17:46:24 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 17:46:24 latest 17:46:24 3.0.0-dev.7 17:46:24 a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 17:46:24 main 17:46:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:25 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:25 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a0e8a3cf402e2d18cab125a1c4a8a92554f18848 17:46:25 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:46:25 d602bcd33d96: Preparing 17:46:25 868cb1d259cd: Preparing 17:46:25 5546689fe59d: Preparing 17:46:25 c5dd4872e09a: Preparing 17:46:25 02c842525123: Preparing 17:46:25 e5e13b0c77cb: Preparing 17:46:25 e5e13b0c77cb: Waiting 17:46:25 c5dd4872e09a: Pushed 17:46:25 5546689fe59d: Pushed 17:46:25 868cb1d259cd: Pushed 17:46:25 e5e13b0c77cb: Layer already exists 17:46:25 02c842525123: Pushed 17:46:27 d602bcd33d96: Pushed 17:46:27 a0e8a3cf402e2d18cab125a1c4a8a92554f18848: digest: sha256:ad169e7969e0e8e14813cb8e88a4b5100540baf08b835f34ac31216efcefa9e3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:28 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:28 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 17:46:28 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:46:28 d602bcd33d96: Preparing 17:46:28 868cb1d259cd: Preparing 17:46:28 5546689fe59d: Preparing 17:46:28 c5dd4872e09a: Preparing 17:46:28 02c842525123: Preparing 17:46:28 e5e13b0c77cb: Preparing 17:46:28 e5e13b0c77cb: Waiting 17:46:28 868cb1d259cd: Layer already exists 17:46:28 d602bcd33d96: Layer already exists 17:46:28 5546689fe59d: Layer already exists 17:46:28 02c842525123: Layer already exists 17:46:28 c5dd4872e09a: Layer already exists 17:46:28 e5e13b0c77cb: Layer already exists 17:46:28 latest: digest: sha256:ad169e7969e0e8e14813cb8e88a4b5100540baf08b835f34ac31216efcefa9e3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:28 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.7 17:46:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:46:29 d602bcd33d96: Preparing 17:46:29 868cb1d259cd: Preparing 17:46:29 5546689fe59d: Preparing 17:46:29 c5dd4872e09a: Preparing 17:46:29 02c842525123: Preparing 17:46:29 e5e13b0c77cb: Preparing 17:46:29 e5e13b0c77cb: Waiting 17:46:29 d602bcd33d96: Layer already exists 17:46:29 02c842525123: Layer already exists 17:46:29 868cb1d259cd: Layer already exists 17:46:29 5546689fe59d: Layer already exists 17:46:29 c5dd4872e09a: Layer already exists 17:46:29 e5e13b0c77cb: Layer already exists 17:46:29 3.0.0-dev.7: digest: sha256:ad169e7969e0e8e14813cb8e88a4b5100540baf08b835f34ac31216efcefa9e3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:29 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 17:46:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:46:29 d602bcd33d96: Preparing 17:46:29 868cb1d259cd: Preparing 17:46:29 5546689fe59d: Preparing 17:46:29 c5dd4872e09a: Preparing 17:46:29 02c842525123: Preparing 17:46:29 e5e13b0c77cb: Preparing 17:46:29 e5e13b0c77cb: Waiting 17:46:29 5546689fe59d: Layer already exists 17:46:29 02c842525123: Layer already exists 17:46:29 d602bcd33d96: Layer already exists 17:46:29 c5dd4872e09a: Layer already exists 17:46:29 868cb1d259cd: Layer already exists 17:46:29 e5e13b0c77cb: Layer already exists 17:46:29 a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7: digest: sha256:ad169e7969e0e8e14813cb8e88a4b5100540baf08b835f34ac31216efcefa9e3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:30 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:30 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 17:46:30 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:46:30 d602bcd33d96: Preparing 17:46:30 868cb1d259cd: Preparing 17:46:30 5546689fe59d: Preparing 17:46:30 c5dd4872e09a: Preparing 17:46:30 02c842525123: Preparing 17:46:30 e5e13b0c77cb: Preparing 17:46:30 e5e13b0c77cb: Waiting 17:46:30 02c842525123: Layer already exists 17:46:30 868cb1d259cd: Layer already exists 17:46:30 c5dd4872e09a: Layer already exists 17:46:30 5546689fe59d: Layer already exists 17:46:30 d602bcd33d96: Layer already exists 17:46:30 e5e13b0c77cb: Layer already exists 17:46:30 main: digest: sha256:ad169e7969e0e8e14813cb8e88a4b5100540baf08b835f34ac31216efcefa9e3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:46:30 ===================================================== [Pipeline] echo 17:46:30 taggedImages: 17:46:30 - nexus3.edgexfoundry.org:10004/app-service-configurable:a0e8a3cf402e2d18cab125a1c4a8a92554f18848 17:46:30 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 17:46:30 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.7 17:46:30 - nexus3.edgexfoundry.org:10004/app-service-configurable:a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 17:46:30 - 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 17:46:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:46:30 17:46:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:46:31 latest: Pulling from edgex-lftools-log-publisher 17:46:31 5eb5b503b376: Pulling fs layer 17:46:31 5c69ac0246d0: Pulling fs layer 17:46:31 ec43610c2a17: Pulling fs layer 17:46:31 3a2ae6a8a46f: Pulling fs layer 17:46:31 33b1e0a273af: Pulling fs layer 17:46:31 5d3b04190fa2: Pulling fs layer 17:46:31 2f39f015ded8: Pulling fs layer 17:46:31 5d3b04190fa2: Waiting 17:46:31 2f39f015ded8: Waiting 17:46:31 3a2ae6a8a46f: Waiting 17:46:31 33b1e0a273af: Waiting 17:46:31 5c69ac0246d0: Download complete 17:46:31 3a2ae6a8a46f: Verifying Checksum 17:46:31 3a2ae6a8a46f: Download complete 17:46:31 33b1e0a273af: Verifying Checksum 17:46:31 33b1e0a273af: Download complete 17:46:31 5d3b04190fa2: Verifying Checksum 17:46:31 5d3b04190fa2: Download complete 17:46:31 ec43610c2a17: Verifying Checksum 17:46:31 ec43610c2a17: Download complete 17:46:31 5eb5b503b376: Verifying Checksum 17:46:31 5eb5b503b376: Download complete 17:46:31 2f39f015ded8: Download complete 17:46:32 5eb5b503b376: Pull complete 17:46:32 5c69ac0246d0: Pull complete 17:46:33 ec43610c2a17: Pull complete 17:46:33 3a2ae6a8a46f: Pull complete 17:46:33 33b1e0a273af: Pull complete 17:46:33 5d3b04190fa2: Pull complete 17:46:37 2f39f015ded8: Pull complete 17:46:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:46:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:46:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:46:37 prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container 17:46:37 $ 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 17:46:41 $ docker top dd21203b7f3d01e30c2883d36547093405e5ccde814bf0fe64b46d410e57ab30 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:46:41 ---> job-cost.sh 17:46:41 lf-activate-venv: SKIPPING 17:46:41 INFO: No Stack... 17:46:42 INFO: Retrieving Pricing Info for: v3-standard-8 17:46:42 INFO: Archiving Costs [Pipeline] sh 17:46:42 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 17:46:42 + cut -d, -f6 [Pipeline] lock 17:46:42 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] 17:46:42 Resource [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] did not exist. Created. 17:46:42 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:46:42 + echo total: 0.2199999988079071 [Pipeline] stash 17:46:42 Stashed 1 file(s) [Pipeline] } 17:46:42 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] [Pipeline] // lock [Pipeline] } 17:46:42 $ docker stop --time=1 dd21203b7f3d01e30c2883d36547093405e5ccde814bf0fe64b46d410e57ab30 17:46:44 $ docker rm -f --volumes dd21203b7f3d01e30c2883d36547093405e5ccde814bf0fe64b46d410e57ab30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:47:22 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1621 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 17:47:22 Running in /w/workspace/app-service-configurable/124 [Pipeline] { [Pipeline] checkout 17:47:22 Selected Git installation does not exist. Using Default 17:47:22 The recommended git tool is: NONE 17:47:29 using credential edgex-jenkins-ssh 17:47:29 Cloning the remote Git repository 17:47:29 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:47:29 > git init /w/workspace/app-service-configurable/124 # timeout=10 17:47:29 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:47:29 > git --version # timeout=10 17:47:29 > git --version # 'git version 2.25.1' 17:47:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:47:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:30 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:47:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:32 Avoid second fetch 17:47:32 Checking out Revision a0e8a3cf402e2d18cab125a1c4a8a92554f18848 (main) 17:47:32 Commit message: "build!: Remove ZMQ from snap (#498)" 17:47:32 > git config core.sparsecheckout # timeout=10 17:47:32 > git checkout -f a0e8a3cf402e2d18cab125a1c4a8a92554f18848 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:47:33 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:47:33 % Total % Received % Xferd Average Speed Time Time Time Current 17:47:33 Dload Upload Total Spent Left Speed 17:47:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 185k 0 --:--:-- --:--:-- --:--:-- 188k [Pipeline] sh 17:47:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:47:34 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:47:34 + sudo tee /etc/docker/daemon.new 17:47:34 { 17:47:34 "registry-mirrors": [ 17:47:34 "https://nexus3.edgexfoundry.org:10001" 17:47:34 ], 17:47:34 "bip": "10.250.0.254/24", 17:47:34 "hosts": [ 17:47:34 "tcp://0.0.0.0:5555", 17:47:34 "unix:///var/run/docker.sock" 17:47:34 ], 17:47:34 "mtu": 1458, 17:47:34 "selinux-enabled": true, 17:47:34 "seccomp-profile": "/etc/docker/seccomp.json" 17:47:34 } [Pipeline] sh 17:47:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:47:35 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:47:53 provisioning config files... 17:47:53 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/124@tmp/config14266879762873359934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:47:54 ---> docker-login.sh 17:47:54 nexus3.edgexfoundry.org:10001 17:47:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:54 Configure a credential helper to remove this warning. See 17:47:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:54 17:47:54 Login Succeeded 17:47:54 nexus3.edgexfoundry.org:10002 17:47:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:55 Configure a credential helper to remove this warning. See 17:47:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:55 17:47:55 Login Succeeded 17:47:55 nexus3.edgexfoundry.org:10003 17:47:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:55 Configure a credential helper to remove this warning. See 17:47:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:55 17:47:55 Login Succeeded 17:47:55 nexus3.edgexfoundry.org:10004 17:47:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:56 Configure a credential helper to remove this warning. See 17:47:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:56 17:47:56 Login Succeeded 17:47:56 docker.io 17:47:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:56 Configure a credential helper to remove this warning. See 17:47:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:56 17:47:56 Login Succeeded 17:47:56 ---> docker-login.sh ends [Pipeline] } 17:47:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:47:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:47:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:47:57 ========================================================= 17:47:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:47:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:47:57 + 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 . 17:47:57 Sending build context to Docker daemon 217.1kB 17:47:57 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 17:47:57 Step 2/12 : FROM ${BASE} AS builder 17:47:57 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:47:57 9b18e9b68314: Pulling fs layer 17:47:57 35d82f9e3411: Pulling fs layer 17:47:57 e16973657156: Pulling fs layer 17:47:57 fc693d55d65f: Pulling fs layer 17:47:57 7e9fc2657dce: Pulling fs layer 17:47:57 dda99020689f: Pulling fs layer 17:47:57 db1c61fa0a46: Pulling fs layer 17:47:57 891c053d2c06: Pulling fs layer 17:47:57 fc693d55d65f: Waiting 17:47:57 7e9fc2657dce: Waiting 17:47:57 dda99020689f: Waiting 17:47:57 db1c61fa0a46: Waiting 17:47:57 891c053d2c06: Waiting 17:47:57 e16973657156: Verifying Checksum 17:47:57 e16973657156: Download complete 17:47:57 35d82f9e3411: Verifying Checksum 17:47:57 35d82f9e3411: Download complete 17:47:57 7e9fc2657dce: Verifying Checksum 17:47:57 7e9fc2657dce: Download complete 17:47:57 dda99020689f: Verifying Checksum 17:47:57 dda99020689f: Download complete 17:47:57 9b18e9b68314: Verifying Checksum 17:47:57 9b18e9b68314: Download complete 17:47:58 9b18e9b68314: Pull complete 17:47:59 35d82f9e3411: Pull complete 17:47:59 891c053d2c06: Verifying Checksum 17:47:59 891c053d2c06: Download complete 17:47:59 e16973657156: Pull complete 17:48:00 db1c61fa0a46: Download complete 17:48:01 fc693d55d65f: Download complete 17:48:13 fc693d55d65f: Pull complete 17:48:13 7e9fc2657dce: Pull complete 17:48:13 dda99020689f: Pull complete 17:48:20 db1c61fa0a46: Pull complete 17:48:23 891c053d2c06: Pull complete 17:48:23 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 17:48:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:48:23 ---> f96f9c87975a 17:48:23 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 17:48:23 ---> Running in 6a13e86b6b3e 17:48:24 Removing intermediate container 6a13e86b6b3e 17:48:24 ---> 0cf476479a73 17:48:24 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 17:48:24 ---> Running in edb396be2d7b 17:48:24 Removing intermediate container edb396be2d7b 17:48:24 ---> cda9f2b8c867 17:48:24 Step 5/12 : ARG ADD_BUILD_TAGS="" 17:48:24 ---> Running in 7f728262119f 17:48:24 Removing intermediate container 7f728262119f 17:48:24 ---> eea69eec71d6 17:48:24 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:48:25 ---> Running in 2352e6775831 17:48:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:48:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:48:28 OK: 221 MiB in 51 packages 17:48:29 Removing intermediate container 2352e6775831 17:48:29 ---> b6e4ba721905 17:48:29 Step 7/12 : WORKDIR /app 17:48:29 ---> Running in f23bca7aee55 17:48:29 Removing intermediate container f23bca7aee55 17:48:29 ---> 99f7bb5ae88f 17:48:29 Step 8/12 : COPY go.mod vendor* ./ 17:48:30 ---> 40a55bf010d8 17:48:30 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:48:30 ---> Running in 68cf3a67bd9e 17:49:38 Removing intermediate container 68cf3a67bd9e 17:49:38 ---> 01653aea992d 17:49:38 Step 10/12 : COPY . . 17:49:38 ---> 31559e7385cf 17:49:38 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:49:38 ---> Running in d9a0994ee7e3 17:49:38 Removing intermediate container d9a0994ee7e3 17:49:38 ---> 61983a691ca4 17:49:38 Step 12/12 : RUN $MAKE 17:49:38 ---> Running in f7ca176dea94 17:49:38 noop 17:49:38 Removing intermediate container f7ca176dea94 17:49:38 ---> 65e0ba857f36 17:49:38 Successfully built 65e0ba857f36 17:49:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:38 + docker inspect -f . ci-base-image-arm64 17:49:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:49:38 prd-ubuntu20.04-docker-arm64-4c-16g-1621 does not seem to be running inside a container 17:49:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/124 -v /w/workspace/app-service-configurable/124:/w/workspace/app-service-configurable/124:rw,z -v /w/workspace/app-service-configurable/124@tmp:/w/workspace/app-service-configurable/124@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 17:49:40 $ docker top 617d3353256114b7cd687fce6025456de9ed5cf36900e86ba5ae966602abf4d1 -eo pid,comm [Pipeline] { [Pipeline] sh 17:49:41 + go version 17:49:41 go version go1.18.7 linux/arm64 [Pipeline] } 17:49:41 $ docker stop --time=1 617d3353256114b7cd687fce6025456de9ed5cf36900e86ba5ae966602abf4d1 17:49:42 $ docker rm -f --volumes 617d3353256114b7cd687fce6025456de9ed5cf36900e86ba5ae966602abf4d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:43 + docker inspect -f . ci-base-image-arm64 17:49:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:49:43 prd-ubuntu20.04-docker-arm64-4c-16g-1621 does not seem to be running inside a container 17:49:43 $ 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/124 -v /w/workspace/app-service-configurable/124:/w/workspace/app-service-configurable/124:rw,z -v /w/workspace/app-service-configurable/124@tmp:/w/workspace/app-service-configurable/124@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 17:49:45 $ docker top d28df05916fe8f40cafd26c4db04610e8b8e32ec952940463cc2c1647b92cc4c -eo pid,comm [Pipeline] { [Pipeline] sh 17:49:46 + git config --global --add safe.directory /w/workspace/app-service-configurable/124 [Pipeline] fileExists [Pipeline] sh 17:49:46 + make test 17:49:46 go test -race -coverprofile=coverage.out ./... 17:52:38 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:52:38 go vet ./... 17:54:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:54:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:54:15 ./bin/test-attribution-txt.sh [Pipeline] echo 17:54:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:54:15 $ docker stop --time=1 d28df05916fe8f40cafd26c4db04610e8b8e32ec952940463cc2c1647b92cc4c 17:54:17 $ docker rm -f --volumes d28df05916fe8f40cafd26c4db04610e8b8e32ec952940463cc2c1647b92cc4c [Pipeline] // withDockerContainer [Pipeline] sh 17:54:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:54:18 Warning: overwriting stash ‘coverage-report’ 17:54:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:54:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:54:19 + ls -al . 17:54:19 total 180 17:54:19 drwxrwxr-x 7 jenkins jenkins 4096 Jan 10 17:49 . 17:54:19 drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:47 .. 17:54:19 -rw-rw-r-- 1 jenkins jenkins 119 Jan 10 17:47 .dockerignore 17:54:19 drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 17:47 .git 17:54:19 drwxrwxr-x 3 jenkins jenkins 4096 Jan 10 17:47 .github 17:54:19 -rw-rw-r-- 1 jenkins jenkins 171 Jan 10 17:47 .gitignore 17:54:19 -rw-rw-r-- 1 jenkins jenkins 9103 Jan 10 17:47 Attribution.txt 17:54:19 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 10 17:47 CHANGELOG.md 17:54:19 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 10 17:47 Dockerfile 17:54:19 -rw-rw-r-- 1 jenkins jenkins 677 Jan 10 17:47 GOVERNANCE.md 17:54:19 -rw-rw-r-- 1 jenkins jenkins 688 Jan 10 17:47 Jenkinsfile 17:54:19 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 10 17:47 LICENSE 17:54:19 -rw-rw-r-- 1 jenkins jenkins 618 Jan 10 17:47 OWNERS.md 17:54:19 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 10 17:47 README.md 17:54:19 -rw-rw-r-- 1 jenkins jenkins 11 Jan 10 17:44 VERSION 17:54:19 drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 17:47 bin 17:54:19 -rw-r--r-- 1 jenkins jenkins 13 Jan 10 17:49 coverage.out 17:54:19 -rw-rw-r-- 1 jenkins jenkins 3397 Jan 10 17:47 go.mod 17:54:19 -rw-rw-r-- 1 jenkins jenkins 44232 Jan 10 17:47 go.sum 17:54:19 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 10 17:47 main.go 17:54:19 -rw-rw-r-- 1 jenkins jenkins 2078 Jan 10 17:47 makefile 17:54:19 drwxrwxr-x 10 jenkins jenkins 4096 Jan 10 17:47 res 17:54:19 drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:47 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:19 + 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=a0e8a3cf402e2d18cab125a1c4a8a92554f18848 --label arch=arm64 --label version=3.0.0-dev.7 . 17:54:19 Sending build context to Docker daemon 218.1kB 17:54:20 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 17:54:20 Step 2/26 : FROM ${BASE} AS builder 17:54:20 ---> 65e0ba857f36 17:54:20 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 17:54:20 ---> Running in 31264de88fb9 17:54:20 Removing intermediate container 31264de88fb9 17:54:20 ---> 7953510803b1 17:54:20 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 17:54:20 ---> Running in ad74ee2c7427 17:54:20 Removing intermediate container ad74ee2c7427 17:54:20 ---> 64705c29a150 17:54:20 Step 5/26 : ARG ADD_BUILD_TAGS="" 17:54:20 ---> Running in efb7d4f5fa84 17:54:21 Removing intermediate container efb7d4f5fa84 17:54:21 ---> 4f023bc70903 17:54:21 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:54:21 ---> Running in 6f5f1486c4da 17:54:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:54:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:54:23 OK: 221 MiB in 51 packages 17:54:24 Removing intermediate container 6f5f1486c4da 17:54:24 ---> ba22e9afe2fb 17:54:24 Step 7/26 : WORKDIR /app 17:54:24 ---> Running in af63dad36362 17:54:24 Removing intermediate container af63dad36362 17:54:24 ---> 52a7ceadb3a7 17:54:24 Step 8/26 : COPY go.mod vendor* ./ 17:54:25 ---> 82df90ea5662 17:54:25 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:54:25 ---> Running in ca3105ae7264 17:54:30 Removing intermediate container ca3105ae7264 17:54:30 ---> 32770054a3e7 17:54:30 Step 10/26 : COPY . . 17:54:30 ---> feaed97b8166 17:54:30 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:54:30 ---> Running in 7dadb365a75f 17:54:30 Removing intermediate container 7dadb365a75f 17:54:30 ---> 017e8bbc83f2 17:54:30 Step 12/26 : RUN $MAKE 17:54:31 ---> Running in 1167e035a1de 17:54:32 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.7" -trimpath -mod=readonly -o app-service-configurable 17:56:38 Removing intermediate container 1167e035a1de 17:56:38 ---> f0fc51b0dba4 17:56:38 Step 13/26 : FROM alpine:3.16 17:56:38 3.16: Pulling from library/alpine 17:56:38 6875df1f5354: Pulling fs layer 17:56:38 6875df1f5354: Verifying Checksum 17:56:38 6875df1f5354: Pull complete 17:56:38 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 17:56:38 Status: Downloaded newer image for alpine:3.16 17:56:38 ---> 2b4661558fb8 17:56:38 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:56:38 ---> Running in 88010c8fd4f2 17:56:38 Removing intermediate container 88010c8fd4f2 17:56:38 ---> 7e271369e580 17:56:38 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 17:56:38 ---> Running in 08bb02042a2b 17:56:38 Removing intermediate container 08bb02042a2b 17:56:38 ---> 019d4879b327 17:56:38 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 17:56:39 ---> Running in 0602fb700050 17:56:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:56:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:56:41 (1/2) Installing ca-certificates (20220614-r0) 17:56:41 (2/2) Installing dumb-init (1.2.5-r1) 17:56:41 Executing busybox-1.35.0-r17.trigger 17:56:41 Executing ca-certificates-20220614-r0.trigger 17:56:41 OK: 6 MiB in 16 packages 17:56:42 Removing intermediate container 0602fb700050 17:56:42 ---> 2596d5e22dce 17:56:42 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:56:42 ---> a317e983d1db 17:56:42 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 17:56:43 ---> fc409da82629 17:56:43 Step 19/26 : COPY --from=builder /app/res/ /res/ 17:56:43 ---> 739eaeb1f027 17:56:43 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:56:45 ---> 69f9e290bc19 17:56:45 Step 21/26 : EXPOSE 48095 17:56:45 ---> Running in 0a9967e6ec0f 17:56:45 Removing intermediate container 0a9967e6ec0f 17:56:45 ---> e904aec12317 17:56:45 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 17:56:45 ---> Running in dd949ae90c29 17:56:45 Removing intermediate container dd949ae90c29 17:56:45 ---> 5089b5dcda88 17:56:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:56:45 ---> Running in 7840364c1209 17:56:46 Removing intermediate container 7840364c1209 17:56:46 ---> 420aa9c85ff8 17:56:46 Step 24/26 : LABEL arch=arm64 17:56:46 ---> Running in 841d86ec0b86 17:56:46 Removing intermediate container 841d86ec0b86 17:56:46 ---> 0352d534a641 17:56:46 Step 25/26 : LABEL git_sha=a0e8a3cf402e2d18cab125a1c4a8a92554f18848 17:56:46 ---> Running in f4aaa371298d 17:56:46 Removing intermediate container f4aaa371298d 17:56:46 ---> 2912f1425d3a 17:56:46 Step 26/26 : LABEL version=3.0.0-dev.7 17:56:46 ---> Running in 0d8d3a695220 17:56:47 Removing intermediate container 0d8d3a695220 17:56:47 ---> dca692999f6c 17:56:47 [Warning] One or more build-args [ARCH] were not consumed 17:56:47 Successfully built dca692999f6c 17:56:47 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 17:56:47 provisioning config files... 17:56:47 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/124@tmp/config6908623368791121731tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:56:47 ---> docker-login.sh 17:56:47 nexus3.edgexfoundry.org:10001 17:56:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:47 Configure a credential helper to remove this warning. See 17:56:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:47 17:56:47 Login Succeeded 17:56:47 nexus3.edgexfoundry.org:10002 17:56:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:48 Configure a credential helper to remove this warning. See 17:56:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:48 17:56:48 Login Succeeded 17:56:48 nexus3.edgexfoundry.org:10003 17:56:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:48 Configure a credential helper to remove this warning. See 17:56:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:48 17:56:48 Login Succeeded 17:56:48 nexus3.edgexfoundry.org:10004 17:56:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:48 Configure a credential helper to remove this warning. See 17:56:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:48 17:56:48 Login Succeeded 17:56:48 docker.io 17:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:49 Configure a credential helper to remove this warning. See 17:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:49 17:56:49 Login Succeeded 17:56:49 ---> docker-login.sh ends [Pipeline] } 17:56:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:56:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:56:49 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 17:56:49 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 17:56:49 latest 17:56:49 3.0.0-dev.7 17:56:49 a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 17:56:49 main 17:56:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:49 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:50 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0e8a3cf402e2d18cab125a1c4a8a92554f18848 17:56:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:56:50 89b46066260b: Preparing 17:56:50 6610f46d873d: Preparing 17:56:50 ee644604780d: Preparing 17:56:50 0ea91291e2ac: Preparing 17:56:50 909f449a5bd1: Preparing 17:56:50 17bec77d7fdc: Preparing 17:56:50 17bec77d7fdc: Waiting 17:56:50 ee644604780d: Pushed 17:56:50 0ea91291e2ac: Pushed 17:56:50 6610f46d873d: Pushed 17:56:50 17bec77d7fdc: Layer already exists 17:56:50 909f449a5bd1: Pushed 17:56:55 89b46066260b: Pushed 17:56:55 a0e8a3cf402e2d18cab125a1c4a8a92554f18848: digest: sha256:800219b120f22f91fdaad2c84a0758076d66d8b47105b8e5b00398bb2cca6b40 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:56 + 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 17:56:56 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 17:56:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:56:56 89b46066260b: Preparing 17:56:56 6610f46d873d: Preparing 17:56:56 ee644604780d: Preparing 17:56:56 0ea91291e2ac: Preparing 17:56:56 909f449a5bd1: Preparing 17:56:56 17bec77d7fdc: Preparing 17:56:56 17bec77d7fdc: Waiting 17:56:56 0ea91291e2ac: Layer already exists 17:56:56 6610f46d873d: Layer already exists 17:56:56 89b46066260b: Layer already exists 17:56:56 909f449a5bd1: Layer already exists 17:56:56 ee644604780d: Layer already exists 17:56:56 17bec77d7fdc: Layer already exists 17:56:56 latest: digest: sha256:800219b120f22f91fdaad2c84a0758076d66d8b47105b8e5b00398bb2cca6b40 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:57 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:57 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.7 17:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:56:57 89b46066260b: Preparing 17:56:57 6610f46d873d: Preparing 17:56:57 ee644604780d: Preparing 17:56:57 0ea91291e2ac: Preparing 17:56:57 909f449a5bd1: Preparing 17:56:57 17bec77d7fdc: Preparing 17:56:57 17bec77d7fdc: Waiting 17:56:57 89b46066260b: Layer already exists 17:56:57 ee644604780d: Layer already exists 17:56:57 0ea91291e2ac: Layer already exists 17:56:57 909f449a5bd1: Layer already exists 17:56:57 6610f46d873d: Layer already exists 17:56:57 17bec77d7fdc: Layer already exists 17:56:57 3.0.0-dev.7: digest: sha256:800219b120f22f91fdaad2c84a0758076d66d8b47105b8e5b00398bb2cca6b40 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:58 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:58 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 17:56:58 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:56:58 89b46066260b: Preparing 17:56:58 6610f46d873d: Preparing 17:56:58 ee644604780d: Preparing 17:56:58 0ea91291e2ac: Preparing 17:56:58 909f449a5bd1: Preparing 17:56:58 17bec77d7fdc: Preparing 17:56:58 17bec77d7fdc: Waiting 17:56:58 909f449a5bd1: Layer already exists 17:56:58 89b46066260b: Layer already exists 17:56:58 ee644604780d: Layer already exists 17:56:58 0ea91291e2ac: Layer already exists 17:56:58 6610f46d873d: Layer already exists 17:56:58 17bec77d7fdc: Layer already exists 17:56:58 a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7: digest: sha256:800219b120f22f91fdaad2c84a0758076d66d8b47105b8e5b00398bb2cca6b40 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:59 + 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 17:56:59 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 17:56:59 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:56:59 89b46066260b: Preparing 17:56:59 6610f46d873d: Preparing 17:56:59 ee644604780d: Preparing 17:56:59 0ea91291e2ac: Preparing 17:56:59 909f449a5bd1: Preparing 17:56:59 17bec77d7fdc: Preparing 17:56:59 17bec77d7fdc: Waiting 17:56:59 909f449a5bd1: Layer already exists 17:56:59 89b46066260b: Layer already exists 17:56:59 6610f46d873d: Layer already exists 17:56:59 0ea91291e2ac: Layer already exists 17:56:59 ee644604780d: Layer already exists 17:56:59 17bec77d7fdc: Layer already exists 17:56:59 main: digest: sha256:800219b120f22f91fdaad2c84a0758076d66d8b47105b8e5b00398bb2cca6b40 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:56:59 ===================================================== [Pipeline] echo 17:56:59 taggedImages: 17:56:59 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0e8a3cf402e2d18cab125a1c4a8a92554f18848 17:56:59 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 17:56:59 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.7 17:56:59 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a0e8a3cf402e2d18cab125a1c4a8a92554f18848-3.0.0-dev.7 17:56:59 - 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 17:57:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:57:00 17:57:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:57:00 arm64: Pulling from edgex-lftools-log-publisher 17:57:00 8998bd30e6a1: Pulling fs layer 17:57:00 04944245beec: Pulling fs layer 17:57:00 699f458cf7ca: Pulling fs layer 17:57:00 765212b225bb: Pulling fs layer 17:57:00 f23df028b6ca: Pulling fs layer 17:57:00 d65c8cfc05b1: Pulling fs layer 17:57:00 2437ff75d9bd: Pulling fs layer 17:57:00 f23df028b6ca: Waiting 17:57:00 d65c8cfc05b1: Waiting 17:57:00 2437ff75d9bd: Waiting 17:57:00 765212b225bb: Waiting 17:57:00 04944245beec: Verifying Checksum 17:57:00 04944245beec: Download complete 17:57:00 765212b225bb: Download complete 17:57:00 f23df028b6ca: Download complete 17:57:00 d65c8cfc05b1: Verifying Checksum 17:57:00 d65c8cfc05b1: Download complete 17:57:00 699f458cf7ca: Verifying Checksum 17:57:01 8998bd30e6a1: Verifying Checksum 17:57:01 8998bd30e6a1: Download complete 17:57:03 2437ff75d9bd: Verifying Checksum 17:57:03 2437ff75d9bd: Download complete 17:57:04 8998bd30e6a1: Pull complete 17:57:04 04944245beec: Pull complete 17:57:06 699f458cf7ca: Pull complete 17:57:06 765212b225bb: Pull complete 17:57:06 f23df028b6ca: Pull complete 17:57:07 d65c8cfc05b1: Pull complete 17:57:19 2437ff75d9bd: Pull complete 17:57:19 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:57:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:57:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:57:19 prd-ubuntu20.04-docker-arm64-4c-16g-1621 does not seem to be running inside a container 17:57:19 $ 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/124 -v /w/workspace/app-service-configurable/124:/w/workspace/app-service-configurable/124:rw,z -v /w/workspace/app-service-configurable/124@tmp:/w/workspace/app-service-configurable/124@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 17:57:22 $ docker top 236c078efbcab278fc0e348d551dbe01829c0447004222dea132b8fc50e51e2e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:57:22 ---> job-cost.sh 17:57:22 lf-activate-venv: SKIPPING 17:57:22 INFO: No Stack... 17:57:23 INFO: Retrieving Pricing Info for: v3-standard-4 17:57:24 INFO: Archiving Costs [Pipeline] sh 17:57:25 + cat /w/workspace/app-service-configurable/124/archives/cost.csv 17:57:25 + cut -d, -f6 [Pipeline] lock 17:57:25 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] 17:57:25 Resource [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] did not exist. Created. 17:57:25 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:57:25 /w/workspace/app-service-configurable/124@tmp/durable-b71bc92c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:57:26 + echo total: 0.10999999940395355 [Pipeline] stash 17:57:26 Warning: overwriting stash ‘stack-cost’ 17:57:26 Stashed 1 file(s) [Pipeline] } 17:57:26 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-124-stack-cost] [Pipeline] // lock [Pipeline] } 17:57:26 $ docker stop --time=1 236c078efbcab278fc0e348d551dbe01829c0447004222dea132b8fc50e51e2e 17:57:27 $ docker rm -f --volumes 236c078efbcab278fc0e348d551dbe01829c0447004222dea132b8fc50e51e2e [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 17:57:28 provisioning config files... 17:57:28 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3016190264276626602tmp [Pipeline] { [Pipeline] sh 17:57:28 + set +x 17:57:28 + curl -s https://codecov.io/bash 17:57:28 + bash -s -- 17:57:28 17:57:28 _____ _ 17:57:28 / ____| | | 17:57:28 | | ___ __| | ___ ___ _____ __ 17:57:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:57:28 | |___| (_) | (_| | __/ (_| (_) \ V / 17:57:28 \_____\___/ \__,_|\___|\___\___/ \_/ 17:57:28 Bash-1.0.6 17:57:28 17:57:28 17:57:28 ==> git version 2.25.1 found 17:57:28 ==> 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 17:57:28 Release-Date: 2020-01-08 17:57:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:57:28 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:57:28 ==> Jenkins CI detected. 17:57:28 current dir:  /w/workspace/ry_app-service-configurable_main 17:57:28 project root: . 17:57:28 --> token set from env 17:57:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:57:28 ==> Running gcov in . (disable via -X gcov) 17:57:28 ==> Python coveragepy not found 17:57:28 ==> Searching for coverage reports in: 17:57:28 + . 17:57:28 -> Found 1 reports 17:57:28 ==> Detecting git/mercurial file structure 17:57:28 ==> Reading reports 17:57:28 + ./coverage.out bytes=13 17:57:28 ==> Appending adjustments 17:57:28 https://docs.codecov.io/docs/fixing-reports 17:57:28 + Found adjustments 17:57:28 ==> Gzipping contents 17:57:28 4.0K /tmp/codecov.jui2YQ.gz 17:57:28 ==> Uploading reports 17:57:28 url: https://codecov.io 17:57:28 query: branch=main&commit=a0e8a3cf402e2d18cab125a1c4a8a92554f18848&build=124&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F124%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:57:28 -> Pinging Codecov 17:57:28 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=a0e8a3cf402e2d18cab125a1c4a8a92554f18848&build=124&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F124%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:57:29 -> Uploading to 17:57:29 https://storage.googleapis.com/codecov/v4/raw/2023-01-10/A97CA9966030D2A3747ED39772930CCE/a0e8a3cf402e2d18cab125a1c4a8a92554f18848/0457690b-7bd0-4523-8bf8-3861c50ad514.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230110T175728Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=16e4b759ac347e5514f157e8a5eb33a834d07929cdea9eb46978d3125b375210 17:57:29 % Total % Received % Xferd Average Speed Time Time Time Current 17:57:29 Dload Upload Total Spent Left Speed 17:57:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 530 0 0 100 530 0 2387 --:--:-- --:--:-- --:--:-- 2387 17:57:29 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] } 17:57:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:57:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:57:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:57:29 17:57:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:57:30 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:57:30 df9b9388f04a: Pulling fs layer 17:57:30 52dc419b0ee2: Pulling fs layer 17:57:30 25bc292e5bac: Pulling fs layer 17:57:30 114826534d7a: Pulling fs layer 17:57:30 4657fd5d0bcf: Pulling fs layer 17:57:30 6ad1cebc031e: Pulling fs layer 17:57:30 8a3aa393b2d8: Pulling fs layer 17:57:30 114826534d7a: Waiting 17:57:30 8a3aa393b2d8: Waiting 17:57:30 4657fd5d0bcf: Waiting 17:57:30 25bc292e5bac: Download complete 17:57:30 52dc419b0ee2: Verifying Checksum 17:57:30 52dc419b0ee2: Download complete 17:57:30 4657fd5d0bcf: Download complete 17:57:30 df9b9388f04a: Download complete 17:57:30 df9b9388f04a: Pull complete 17:57:30 6ad1cebc031e: Verifying Checksum 17:57:30 6ad1cebc031e: Download complete 17:57:30 52dc419b0ee2: Pull complete 17:57:30 25bc292e5bac: Pull complete 17:57:30 114826534d7a: Verifying Checksum 17:57:31 8a3aa393b2d8: Verifying Checksum 17:57:31 8a3aa393b2d8: Download complete 17:57:34 114826534d7a: Pull complete 17:57:34 4657fd5d0bcf: Pull complete 17:57:34 6ad1cebc031e: Pull complete 17:57:36 8a3aa393b2d8: Pull complete 17:57:36 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 17:57:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:57:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:57:37 prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container 17:57:37 $ 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 17:57:42 $ docker top 82f9ee33cb78d75ac599dfad37a7208be2fb6fe301e2015f19686fc5b8ff6700 -eo pid,comm [Pipeline] { [Pipeline] echo 17:57:42 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 17:57:43 + set -o pipefail 17:57:43 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 17:57:49 17:57:49 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 17:57:49 17:57:49 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/fa653bbd-1ad5-46cb-9938-067b0c905d95 17:57:49 17:57:49 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:57:49 17:57:49 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:57:49 17:57:49 17:57:49 A medium severity vulnerability was found in the Snyk CLI versions you are using. 17:57:49 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 17:57:49 More details here: https://snyk.co/ue1NS [Pipeline] } 17:57:49 $ docker stop --time=1 82f9ee33cb78d75ac599dfad37a7208be2fb6fe301e2015f19686fc5b8ff6700 17:57:53 $ docker rm -f --volumes 82f9ee33cb78d75ac599dfad37a7208be2fb6fe301e2015f19686fc5b8ff6700 [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 17:57:53 + git log --format=format:%s -1 a0e8a3cf402e2d18cab125a1c4a8a92554f18848 [Pipeline] sh 17:57:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:57:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:57:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:57:54 prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container 17:57:54 $ 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 17:57:55 $ docker top f9db457e93028b5e7c974b0a3bc87841ee6b029ec99a8d1e13cbb4f00f8eb867 -eo pid,comm 17:57:55 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). 17:57:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:57:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:57:55 [ssh-agent] Looking for ssh-agent implementation... 17:57:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:57:55 $ docker exec f9db457e93028b5e7c974b0a3bc87841ee6b029ec99a8d1e13cbb4f00f8eb867 ssh-agent 17:57:55 SSH_AUTH_SOCK=/tmp/ssh-2DFWt43ZLUZu/agent.31 17:57:55 SSH_AGENT_PID=37 17:57:55 Running ssh-add (command line suppressed) 17:57:55 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1200576265882461626.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1200576265882461626.key) 17:57:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:57:55 + git semver tag 17:57:56 2023-01-10 17:57:55,941 [run_tag] DEBUG tag force:False 17:57:56 2023-01-10 17:57:55,941 [check_head_tag] DEBUG check head tag 17:57:56 2023-01-10 17:57:55,942 [execute] INFO git cat-file --batch-check 17:57:56 2023-01-10 17:57:55,942 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 17:57:56 2023-01-10 17:57:55,945 [execute] INFO git cat-file --batch 17:57:56 2023-01-10 17:57:55,946 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 17:57:56 2023-01-10 17:57:55,965 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 17:57:56 2023-01-10 17:57:55,965 [execute] INFO git tag -a v3.0.0-dev.7 -m v3.0.0-dev.7 17:57:56 2023-01-10 17:57:55,965 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.7', '-m', 'v3.0.0-dev.7'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 17:57:56 2023-01-10 17:57:55,969 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 17:57:56 3.0.0-dev.7 [Pipeline] } 17:57:56 $ docker exec --env ******** --env ******** f9db457e93028b5e7c974b0a3bc87841ee6b029ec99a8d1e13cbb4f00f8eb867 ssh-agent -k 17:57:56 unset SSH_AUTH_SOCK; 17:57:56 unset SSH_AGENT_PID; 17:57:56 echo Agent pid 37 killed; 17:57:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:57:56 + git semver [Pipeline] } 17:57:56 $ docker stop --time=1 f9db457e93028b5e7c974b0a3bc87841ee6b029ec99a8d1e13cbb4f00f8eb867 17:57:58 $ docker rm -f --volumes f9db457e93028b5e7c974b0a3bc87841ee6b029ec99a8d1e13cbb4f00f8eb867 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:57:58 17:57:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:57:58 0.23.1-centos7: Pulling from edgex-lftools 17:57:58 ab5ef0e58194: Pulling fs layer 17:57:58 9712f1f96733: Pulling fs layer 17:57:58 63f879dbbcfc: Pulling fs layer 17:57:58 0d9ebad4ef96: Pulling fs layer 17:57:58 e9a5061849ea: Pulling fs layer 17:57:58 d747dcd14b5f: Pulling fs layer 17:57:58 2de7ff778b66: Pulling fs layer 17:57:58 d747dcd14b5f: Waiting 17:57:58 e9a5061849ea: Waiting 17:57:58 2de7ff778b66: Waiting 17:57:58 0d9ebad4ef96: Waiting 17:57:58 9712f1f96733: Verifying Checksum 17:57:58 9712f1f96733: Download complete 17:57:59 63f879dbbcfc: Verifying Checksum 17:57:59 63f879dbbcfc: Download complete 17:57:59 ab5ef0e58194: Verifying Checksum 17:57:59 ab5ef0e58194: Download complete 17:57:59 d747dcd14b5f: Verifying Checksum 17:57:59 d747dcd14b5f: Download complete 17:57:59 e9a5061849ea: Verifying Checksum 17:57:59 e9a5061849ea: Download complete 17:57:59 0d9ebad4ef96: Verifying Checksum 17:57:59 0d9ebad4ef96: Download complete 17:57:59 2de7ff778b66: Verifying Checksum 17:57:59 2de7ff778b66: Download complete 17:58:02 ab5ef0e58194: Pull complete 17:58:02 9712f1f96733: Pull complete 17:58:02 63f879dbbcfc: Pull complete 17:58:06 0d9ebad4ef96: Pull complete 17:58:06 e9a5061849ea: Pull complete 17:58:06 d747dcd14b5f: Pull complete 17:58:07 2de7ff778b66: Pull complete 17:58:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:58:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:58:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:58:07 prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container 17:58:07 $ 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 17:58:14 $ docker top 76145f950b1ad676718d524b5377d44ff359837c1cab79bcdf4b63b4cc420b09 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:58:14 provisioning config files... 17:58:14 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13032919081370974384tmp 17:58:14 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6563349551741377420tmp 17:58:14 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13701782438622860665tmp [Pipeline] { [Pipeline] echo 17:58:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:58:14 ---> sigul-configuration.sh 17:58:14 gpg: directory `/root/.gnupg' created 17:58:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:58:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:58:14 gpg: keyring `/root/.gnupg/secring.gpg' created 17:58:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:58:14 gpg: CAST5 encrypted data 17:58:14 gpg: encrypted with 1 passphrase 17:58:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:58:15 + mkdir /home/jenkins 17:58:15 + mkdir /home/jenkins/sigul [Pipeline] sh 17:58:15 + 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 17:58:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:58:15 ---> sigul-install.sh 17:58:15 Sigul already installed; skipping installation. [Pipeline] sh 17:58:16 + git tag --list 17:58:16 v1.0.0 17:58:16 v1.1.0 17:58:16 v1.2.0 17:58:16 v1.3.0 17:58:16 v1.3.1 17:58:16 v2.0.0 17:58:16 v2.0.1 17:58:16 v2.1.0 17:58:16 v2.1.1 17:58:16 v2.1.1-dev.1 17:58:16 v2.1.1-dev.2 17:58:16 v2.2.0 17:58:16 v2.2.1-dev.1 17:58:16 v2.2.1-dev.10 17:58:16 v2.2.1-dev.2 17:58:16 v2.2.1-dev.3 17:58:16 v2.2.1-dev.4 17:58:16 v2.2.1-dev.5 17:58:16 v2.2.1-dev.6 17:58:16 v2.2.1-dev.7 17:58:16 v2.2.1-dev.8 17:58:16 v2.2.1-dev.9 17:58:16 v2.3.0 17:58:16 v2.3.0-dev.10 17:58:16 v2.3.0-dev.11 17:58:16 v2.3.0-dev.12 17:58:16 v2.3.0-dev.13 17:58:16 v2.3.0-dev.14 17:58:16 v2.3.0-dev.15 17:58:16 v2.3.0-dev.16 17:58:16 v2.3.0-dev.17 17:58:16 v2.3.0-dev.18 17:58:16 v2.3.0-dev.19 17:58:16 v2.3.0-dev.20 17:58:16 v2.3.0-dev.21 17:58:16 v2.3.0-dev.22 17:58:16 v2.3.0-dev.23 17:58:16 v2.3.0-dev.24 17:58:16 v2.3.0-dev.25 17:58:16 v2.3.0-dev.26 17:58:16 v2.3.0-dev.27 17:58:16 v2.3.0-dev.28 17:58:16 v2.3.0-dev.29 17:58:16 v2.3.0-dev.30 17:58:16 v2.3.0-dev.31 17:58:16 v2.3.0-dev.32 17:58:16 v2.3.0-dev.33 17:58:16 v2.3.0-dev.34 17:58:16 v2.3.0-dev.35 17:58:16 v2.3.0-dev.36 17:58:16 v2.3.0-dev.37 17:58:16 v3.0.0-dev.1 17:58:16 v3.0.0-dev.2 17:58:16 v3.0.0-dev.3 17:58:16 v3.0.0-dev.4 17:58:16 v3.0.0-dev.5 17:58:16 v3.0.0-dev.6 17:58:16 v3.0.0-dev.7 [Pipeline] sh 17:58:16 + lftools sign git-tag v3.0.0-dev.7 17:58:16 Signing Git tag with Sigul... 17:58:16 Signing v3.0.0-dev.7 [Pipeline] echo 17:58:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:58:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:58:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:58:17 $ docker stop --time=1 76145f950b1ad676718d524b5377d44ff359837c1cab79bcdf4b63b4cc420b09 17:58:18 $ docker rm -f --volumes 76145f950b1ad676718d524b5377d44ff359837c1cab79bcdf4b63b4cc420b09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:58:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:58:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:58:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:58:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:58:19 prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container 17:58:19 $ 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 17:58:20 $ docker top 677b13621ab2ee9e996bb0b7cd312c1dab65d5e3dadfdd05debefade3e0965e9 -eo pid,comm 17:58:20 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). 17:58:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:58:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:58:20 [ssh-agent] Looking for ssh-agent implementation... 17:58:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:58:20 $ docker exec 677b13621ab2ee9e996bb0b7cd312c1dab65d5e3dadfdd05debefade3e0965e9 ssh-agent 17:58:20 SSH_AUTH_SOCK=/tmp/ssh-MzR41lqYavYQ/agent.32 17:58:20 SSH_AGENT_PID=38 17:58:20 Running ssh-add (command line suppressed) 17:58:20 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17485399492838879361.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17485399492838879361.key) 17:58:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:58:20 + git semver bump pre 17:58:21 2023-01-10 17:58:20,923 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 17:58:21 2023-01-10 17:58:20,924 [bump_version] DEBUG bumping version:3.0.0-dev.7 on axis:pre with prefix:dev 17:58:21 2023-01-10 17:58:20,924 [bump_version] DEBUG bumped version:3.0.0-dev.8 17:58:21 2023-01-10 17:58:20,924 [write_version] DEBUG write version:3.0.0-dev.8 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 17:58:21 2023-01-10 17:58:20,924 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 17:58:21 2023-01-10 17:58:20,924 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 17:58:21 2023-01-10 17:58:20,926 [execute] INFO git cat-file --batch-check 17:58:21 2023-01-10 17:58:20,926 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 17:58:21 2023-01-10 17:58:20,931 [execute] INFO git cat-file --batch 17:58:21 2023-01-10 17:58:20,931 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 17:58:21 2023-01-10 17:58:20,936 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 17:58:21 3.0.0-dev.8 [Pipeline] } 17:58:21 $ docker exec --env ******** --env ******** 677b13621ab2ee9e996bb0b7cd312c1dab65d5e3dadfdd05debefade3e0965e9 ssh-agent -k 17:58:21 unset SSH_AUTH_SOCK; 17:58:21 unset SSH_AGENT_PID; 17:58:21 echo Agent pid 38 killed; 17:58:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:58:21 + git semver [Pipeline] } 17:58:21 $ docker stop --time=1 677b13621ab2ee9e996bb0b7cd312c1dab65d5e3dadfdd05debefade3e0965e9 17:58:23 $ docker rm -f --volumes 677b13621ab2ee9e996bb0b7cd312c1dab65d5e3dadfdd05debefade3e0965e9 [Pipeline] // withDockerContainer [Pipeline] sh 17:58:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:58:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:58:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:58:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:58:23 prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container 17:58:23 $ 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 17:58:24 $ docker top d2998b06e2be2379e8cc1f82303779c5be12161ace817fdcc0c1ddf8995f2ebf -eo pid,comm 17:58:24 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). 17:58:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:58:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:58:24 [ssh-agent] Looking for ssh-agent implementation... 17:58:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:58:24 $ docker exec d2998b06e2be2379e8cc1f82303779c5be12161ace817fdcc0c1ddf8995f2ebf ssh-agent 17:58:24 SSH_AUTH_SOCK=/tmp/ssh-lgbh8FKPNCx8/agent.32 17:58:24 SSH_AGENT_PID=38 17:58:24 Running ssh-add (command line suppressed) 17:58:24 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_16678892859760546209.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_16678892859760546209.key) 17:58:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:58:24 + git semver push 17:58:24 2023-01-10 17:58:24,913 [run_push] DEBUG push 17:58:24 2023-01-10 17:58:24,914 [execute] INFO git cat-file --batch-check 17:58:24 2023-01-10 17:58:24,914 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 17:58:24 2023-01-10 17:58:24,918 [execute] INFO git rev-list a11548b2408318c20393e39d0ad1eb5d2c823f2d -- 17:58:24 2023-01-10 17:58:24,918 [execute] DEBUG Popen(['git', 'rev-list', 'a11548b2408318c20393e39d0ad1eb5d2c823f2d', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 17:58:24 2023-01-10 17:58:24,928 [execute] INFO git fetch -v origin 17:58:24 2023-01-10 17:58:24,929 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 17:58:25 2023-01-10 17:58:25,449 [run_push] DEBUG no remote changes detected 17:58:25 2023-01-10 17:58:25,449 [execute] INFO git push origin semver 17:58:25 2023-01-10 17:58:25,450 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 17:58:26 2023-01-10 17:58:26,267 [run_push] DEBUG push all version tags 17:58:26 2023-01-10 17:58:26,267 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 17:58:26 2023-01-10 17:58:26,268 [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) 17:58:27 2023-01-10 17:58:27,021 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 17:58:27 3.0.0-dev.8 [Pipeline] } 17:58:27 $ docker exec --env ******** --env ******** d2998b06e2be2379e8cc1f82303779c5be12161ace817fdcc0c1ddf8995f2ebf ssh-agent -k 17:58:27 unset SSH_AUTH_SOCK; 17:58:27 unset SSH_AGENT_PID; 17:58:27 echo Agent pid 38 killed; 17:58:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:58:27 + git semver [Pipeline] } 17:58:27 $ docker stop --time=1 d2998b06e2be2379e8cc1f82303779c5be12161ace817fdcc0c1ddf8995f2ebf 17:58:29 $ docker rm -f --volumes d2998b06e2be2379e8cc1f82303779c5be12161ace817fdcc0c1ddf8995f2ebf [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 17:58:29 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 17:58:29 + ls -al /w/workspace/ry_app-service-configurable_main/archives 17:58:29 total 16 17:58:29 drwxr-xr-x 3 root root 4096 Jan 10 17:46 . 17:58:29 drwxrwxr-x 9 jenkins jenkins 4096 Jan 10 17:58 .. 17:58:29 drwxr-xr-x 2 root root 4096 Jan 10 17:46 cost 17:58:29 -rw-r--r-- 1 root root 96 Jan 10 17:46 cost.csv 17:58:29 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 17:58:29 + ls -al /w/workspace/ry_app-service-configurable_main/archives 17:58:29 total 16 17:58:29 drwxr-xr-x 3 jenkins jenkins 4096 Jan 10 17:46 . 17:58:29 drwxrwxr-x 9 jenkins jenkins 4096 Jan 10 17:58 .. 17:58:29 drwxr-xr-x 2 jenkins jenkins 4096 Jan 10 17:46 cost 17:58:29 -rw-r--r-- 1 jenkins jenkins 96 Jan 10 17:46 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:58:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:58:30 ---> package-listing.sh 17:58:30 ++ facter osfamily 17:58:30 ++ tr '[:upper:]' '[:lower:]' 17:58:30 + OS_FAMILY=debian 17:58:30 + workspace=/w/workspace/ry_app-service-configurable_main 17:58:30 + START_PACKAGES=/tmp/packages_start.txt 17:58:30 + END_PACKAGES=/tmp/packages_end.txt 17:58:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:58:30 + PACKAGES=/tmp/packages_start.txt 17:58:30 + '[' /w/workspace/ry_app-service-configurable_main ']' 17:58:30 + PACKAGES=/tmp/packages_end.txt 17:58:30 + case "${OS_FAMILY}" in 17:58:30 + dpkg -l 17:58:30 + grep '^ii' 17:58:30 + '[' -f /tmp/packages_start.txt ']' 17:58:30 + '[' -f /tmp/packages_end.txt ']' 17:58:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:58:30 + '[' /w/workspace/ry_app-service-configurable_main ']' 17:58:30 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 17:58:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 17:58:30 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 17:58:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:58:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:58:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:58:31 prd-ubuntu20.04-docker-8c-8g-1616 does not seem to be running inside a container 17:58:31 $ 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 17:58:32 $ docker top cfdf2cece55c1ec8feb550c4623ac83177d0fad589ebb2f001f2f79528cd7123 -eo pid,comm [Pipeline] { [Pipeline] sh 17:58:32 + touch /tmp/pre-build-complete [Pipeline] sh 17:58:32 + mkdir -p /var/log/sysstat [Pipeline] sh 17:58:32 + ls /var/log/sa-host 17:58:32 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:58:33 provisioning config files... 17:58:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3673021676334783685tmp [Pipeline] { [Pipeline] echo 17:58:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:58:33 ---> create-netrc.sh [Pipeline] } 17:58:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:58:33 ---> python-tools-install.sh [Pipeline] echo 17:58:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:58:34 ---> sudo-logs.sh 17:58:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:58:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:58:34 ---> job-cost.sh 17:58:34 lf-activate-venv: SKIPPING 17:58:34 DEBUG: total: 0.2199999988079071 17:58:34 INFO: Retrieving Stack Cost... 17:58:34 INFO: Retrieving Pricing Info for: v3-standard-8 17:58:35 INFO: Archiving Costs [Pipeline] echo 17:58:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:58:35 ---> logs-deploy.sh 17:58:35 lf-activate-venv: SKIPPING 17:58:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/124 17:58:35 INFO: archiving workspace using pattern(s): 17:58:36 Archives upload complete. 17:58:36 INFO: archiving logs to Nexus