Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 81155725a5f06c8bb273014f4819830b182344da 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-ssh14276040094839617862.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-ssh7917864912453568229.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-ssh5116812916776184922.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-ssh11026118475529463784.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-ssh9210637201450511880.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1110 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 81155725a5f06c8bb273014f4819830b182344da (main) Commit message: "build: Disable CGO for all docker builds so always work (#494)" > 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 81155725a5f06c8bb273014f4819830b182344da # timeout=10 > git rev-list --no-walk 4955b72e7e2333f21a3dea3e923d2a5036ff361a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:36:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:36:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:36:04 ========================================================= 16:36:04 EdgeX Global Pipelines Version Info 16:36:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:36:05 ------------------- 16:36:05 stable info: 16:36:05 ------------------- 16:36:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:36:05 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:36:05 Message: update stable to v1.0.244 16:36:05 ------------------- 16:36:05 experimental info: 16:36:05 ------------------- 16:36:05 Commited By: **** collab-it+edgex@linuxfoundation.org 16:36:05 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:36:05 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:36:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 16:36:05 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 16:36:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:36:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:36:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:36:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:36:05 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:36:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:36:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:36:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:36:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81155725a5f06c8bb273014f4819830b182344da [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8115572 [Pipeline] echo 16:36:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:36:06 provisioning config files... 16:36:06 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5256181655457608662tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:36:06 ---> docker-login.sh 16:36:06 nexus3.edgexfoundry.org:10001 16:36:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:06 Configure a credential helper to remove this warning. See 16:36:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:06 16:36:06 Login Succeeded 16:36:06 nexus3.edgexfoundry.org:10002 16:36:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:07 Configure a credential helper to remove this warning. See 16:36:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:07 16:36:07 Login Succeeded 16:36:07 nexus3.edgexfoundry.org:10003 16:36:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:07 Configure a credential helper to remove this warning. See 16:36:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:07 16:36:07 Login Succeeded 16:36:07 nexus3.edgexfoundry.org:10004 16:36:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:07 Configure a credential helper to remove this warning. See 16:36:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:07 16:36:07 Login Succeeded 16:36:07 docker.io 16:36:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:07 Configure a credential helper to remove this warning. See 16:36:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:07 16:36:07 Login Succeeded 16:36:07 ---> docker-login.sh ends [Pipeline] } 16:36:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:36:08 + git rev-list -1 --merges 81155725a5f06c8bb273014f4819830b182344da~1..81155725a5f06c8bb273014f4819830b182344da [Pipeline] echo 16:36:08 -----------> git rev-list -1 --merges 81155725a5f06c8bb273014f4819830b182344da~1..81155725a5f06c8bb273014f4819830b182344da 81155725a5f06c8bb273014f4819830b182344da [false] [Pipeline] sh 16:36:08 + git log --format=format:%s -1 81155725a5f06c8bb273014f4819830b182344da [Pipeline] echo 16:36:08 ========================================================= 16:36:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:36:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:36:08 + git log --format=format:%s -1 81155725a5f06c8bb273014f4819830b182344da [Pipeline] echo 16:36:08 [semverPrep] GIT_COMMIT: 81155725a5f06c8bb273014f4819830b182344da, Commit Message: build: Disable CGO for all docker builds so always work (#494) [Pipeline] echo 16:36:08 [semverPrep] This is not a build commit. [Pipeline] sh 16:36:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:36:09 + grep -v github /etc/ssh/ssh_known_hosts 16:36:09 + [ -e /tmp/ssh_known_hosts ] 16:36:09 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:36:09 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:36:09 + sudo tee -a /etc/ssh/ssh_known_hosts 16:36:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:36:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:36:09 16:36:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:36:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:36:09 0.1.4: Pulling from edgex-devops/py-git-semver 16:36:09 b85a868b505f: Pulling fs layer 16:36:09 e2be974225ed: Pulling fs layer 16:36:09 339a4e72a1f5: Pulling fs layer 16:36:09 988bab9f4d93: Pulling fs layer 16:36:09 1469e6f7b9e6: Pulling fs layer 16:36:09 eaf3925da568: Pulling fs layer 16:36:09 bab4dde63d76: Pulling fs layer 16:36:09 bde34c3a00c8: Pulling fs layer 16:36:09 b352a97aabf1: Pulling fs layer 16:36:09 4872d77fe225: Pulling fs layer 16:36:09 5851b861e8e6: Pulling fs layer 16:36:09 bab4dde63d76: Waiting 16:36:09 b352a97aabf1: Waiting 16:36:09 bde34c3a00c8: Waiting 16:36:09 4872d77fe225: Waiting 16:36:09 1469e6f7b9e6: Waiting 16:36:09 988bab9f4d93: Waiting 16:36:09 eaf3925da568: Waiting 16:36:09 5851b861e8e6: Waiting 16:36:09 e2be974225ed: Verifying Checksum 16:36:09 e2be974225ed: Download complete 16:36:09 988bab9f4d93: Verifying Checksum 16:36:09 988bab9f4d93: Download complete 16:36:10 1469e6f7b9e6: Verifying Checksum 16:36:10 1469e6f7b9e6: Download complete 16:36:10 eaf3925da568: Verifying Checksum 16:36:10 eaf3925da568: Download complete 16:36:10 339a4e72a1f5: Verifying Checksum 16:36:10 339a4e72a1f5: Download complete 16:36:10 bde34c3a00c8: Download complete 16:36:10 b352a97aabf1: Verifying Checksum 16:36:10 b352a97aabf1: Download complete 16:36:10 4872d77fe225: Verifying Checksum 16:36:10 4872d77fe225: Download complete 16:36:10 5851b861e8e6: Verifying Checksum 16:36:10 5851b861e8e6: Download complete 16:36:10 b85a868b505f: Verifying Checksum 16:36:10 b85a868b505f: Download complete 16:36:10 bab4dde63d76: Verifying Checksum 16:36:10 bab4dde63d76: Download complete 16:36:11 b85a868b505f: Pull complete 16:36:11 e2be974225ed: Pull complete 16:36:11 339a4e72a1f5: Pull complete 16:36:12 988bab9f4d93: Pull complete 16:36:12 1469e6f7b9e6: Pull complete 16:36:12 eaf3925da568: Pull complete 16:36:14 bab4dde63d76: Pull complete 16:36:14 bde34c3a00c8: Pull complete 16:36:14 b352a97aabf1: Pull complete 16:36:14 4872d77fe225: Pull complete 16:36:14 5851b861e8e6: Pull complete 16:36:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:36:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:36:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:36:14 prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container 16:36:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:36:16 $ docker top 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 -eo pid,comm 16:36:16 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 16:36:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:36:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:36:16 [ssh-agent] Looking for ssh-agent implementation... 16:36:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:36:17 $ docker exec 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 ssh-agent 16:36:17 SSH_AUTH_SOCK=/tmp/ssh-Mi364OvjDR3J/agent.32 16:36:17 SSH_AGENT_PID=38 16:36:17 Running ssh-add (command line suppressed) 16:36:17 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_16070383633363554100.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_16070383633363554100.key) 16:36:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:36:17 + git tag --points-at HEAD [Pipeline] } 16:36:17 $ docker exec --env ******** --env ******** 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 ssh-agent -k 16:36:17 unset SSH_AUTH_SOCK; 16:36:17 unset SSH_AGENT_PID; 16:36:17 echo Agent pid 38 killed; 16:36:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:36:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:36:17 [ssh-agent] Looking for ssh-agent implementation... 16:36:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:36:17 $ docker exec 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 ssh-agent 16:36:17 SSH_AUTH_SOCK=/tmp/ssh-ltG4fHJXqNsl/agent.70 16:36:17 SSH_AGENT_PID=76 16:36:17 Running ssh-add (command line suppressed) 16:36:18 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3844336097195943357.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3844336097195943357.key) 16:36:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:36:18 + git semver init 16:36:18 2023-01-04 16:36:18,483 [run_init] DEBUG init version:0.0.0 force:False 16:36:18 2023-01-04 16:36:18,483 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 16:36:18 2023-01-04 16:36:18,484 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 16:36:18 2023-01-04 16:36:18,484 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:36:19 2023-01-04 16:36:19,344 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 16:36:19 2023-01-04 16:36:19,345 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 16:36:19 2023-01-04 16:36:19,345 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:36:19 2023-01-04 16:36:19,345 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:36:19 3.0.0-dev.4 [Pipeline] } 16:36:19 $ docker exec --env ******** --env ******** 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 ssh-agent -k 16:36:19 unset SSH_AUTH_SOCK; 16:36:19 unset SSH_AGENT_PID; 16:36:19 echo Agent pid 76 killed; 16:36:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:36:19 + git semver [Pipeline] } 16:36:20 $ docker stop --time=1 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 16:36:21 $ docker rm -f --volumes 9b85533adc5be46937237061df9c9a17b0fe1232059473bfaf775e6f4fc8ebf1 [Pipeline] // withDockerContainer [Pipeline] sh 16:36:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:36:22 Stashed 1 file(s) [Pipeline] echo 16:36:22 [edgeXSemver]: initialized semver on version 3.0.0-dev.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:36:22 provisioning config files... 16:36:22 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15255441972957295769tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:36:22 ---> docker-login.sh 16:36:22 nexus3.edgexfoundry.org:10001 16:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:22 Configure a credential helper to remove this warning. See 16:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:22 16:36:22 Login Succeeded 16:36:22 nexus3.edgexfoundry.org:10002 16:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:22 Configure a credential helper to remove this warning. See 16:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:22 16:36:22 Login Succeeded 16:36:22 nexus3.edgexfoundry.org:10003 16:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:22 Configure a credential helper to remove this warning. See 16:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:22 16:36:22 Login Succeeded 16:36:22 nexus3.edgexfoundry.org:10004 16:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:22 Configure a credential helper to remove this warning. See 16:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:22 16:36:22 Login Succeeded 16:36:22 docker.io 16:36:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:23 Configure a credential helper to remove this warning. See 16:36:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:23 16:36:23 Login Succeeded 16:36:23 ---> docker-login.sh ends [Pipeline] } 16:36:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:36:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:36:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:36:23 ========================================================= 16:36:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:36:23 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:36:23 + 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 . 16:36:23 Sending build context to Docker daemon 3.199MB 16:36:23 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 16:36:23 Step 2/12 : FROM ${BASE} AS builder 16:36:23 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:36:23 213ec9aee27d: Pulling fs layer 16:36:23 4583459ba037: Pulling fs layer 16:36:23 93c1e223e6f2: Pulling fs layer 16:36:23 53926ce57604: Pulling fs layer 16:36:23 21b2b0c7a3f4: Pulling fs layer 16:36:23 22ff95d597cd: Pulling fs layer 16:36:23 12d6caf4c0d1: Pulling fs layer 16:36:23 96b7cbca73a9: Pulling fs layer 16:36:23 a7acece74701: Pulling fs layer 16:36:23 22ff95d597cd: Waiting 16:36:23 12d6caf4c0d1: Waiting 16:36:23 96b7cbca73a9: Waiting 16:36:23 a7acece74701: Waiting 16:36:23 53926ce57604: Waiting 16:36:23 21b2b0c7a3f4: Waiting 16:36:23 93c1e223e6f2: Verifying Checksum 16:36:23 93c1e223e6f2: Download complete 16:36:23 4583459ba037: Verifying Checksum 16:36:23 4583459ba037: Download complete 16:36:23 21b2b0c7a3f4: Download complete 16:36:23 22ff95d597cd: Verifying Checksum 16:36:23 22ff95d597cd: Download complete 16:36:23 213ec9aee27d: Verifying Checksum 16:36:23 213ec9aee27d: Download complete 16:36:23 12d6caf4c0d1: Download complete 16:36:23 213ec9aee27d: Pull complete 16:36:24 4583459ba037: Pull complete 16:36:24 93c1e223e6f2: Pull complete 16:36:24 a7acece74701: Verifying Checksum 16:36:24 a7acece74701: Download complete 16:36:24 96b7cbca73a9: Verifying Checksum 16:36:24 96b7cbca73a9: Download complete 16:36:24 53926ce57604: Verifying Checksum 16:36:24 53926ce57604: Download complete 16:36:28 53926ce57604: Pull complete 16:36:28 21b2b0c7a3f4: Pull complete 16:36:28 22ff95d597cd: Pull complete 16:36:28 12d6caf4c0d1: Pull complete 16:36:30 96b7cbca73a9: Pull complete 16:36:31 a7acece74701: Pull complete 16:36:31 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:36:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:36:31 ---> db6d94c90886 16:36:31 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 16:36:34 ---> Running in 4d82e67cdd48 16:36:34 Removing intermediate container 4d82e67cdd48 16:36:34 ---> b03d8f554f32 16:36:34 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:36:34 ---> Running in 7f1b8bdd9d27 16:36:35 Removing intermediate container 7f1b8bdd9d27 16:36:35 ---> 78b4cd8c181e 16:36:35 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:36:35 ---> Running in 9d90a7f15431 16:36:35 Removing intermediate container 9d90a7f15431 16:36:35 ---> a8139fb2e343 16:36:35 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:36:35 ---> Running in 751bb6d5c75a 16:36:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:36:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:36:35 OK: 211 MiB in 51 packages 16:36:36 Removing intermediate container 751bb6d5c75a 16:36:36 ---> b499e1dbfe76 16:36:36 Step 7/12 : WORKDIR /app 16:36:36 ---> Running in 21b05d517f58 16:36:36 Removing intermediate container 21b05d517f58 16:36:36 ---> 38bfdcf23d8d 16:36:36 Step 8/12 : COPY go.mod vendor* ./ 16:36:36 ---> 5e32a3fd1ef8 16:36:36 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:36:36 ---> Running in 086d2c323265 16:36:37 Still waiting to schedule task 16:36:37 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:36:58 Removing intermediate container 086d2c323265 16:36:58 ---> afe08876c11c 16:36:58 Step 10/12 : COPY . . 16:36:58 ---> e061cbbb0d11 16:36:58 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:36:58 ---> Running in 69a0e2dcb745 16:36:58 Removing intermediate container 69a0e2dcb745 16:36:58 ---> d53092f86364 16:36:58 Step 12/12 : RUN $MAKE 16:36:58 ---> Running in 14d1421576b1 16:36:58 noop 16:36:58 Removing intermediate container 14d1421576b1 16:36:58 ---> f7b5d02a20ef 16:36:58 Successfully built f7b5d02a20ef 16:36:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:36:58 + docker inspect -f . ci-base-image-x86_64 16:36:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:36:58 prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container 16:36:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:36:59 $ docker top 7e805ca6a868fe169f7aa49214392cdb44f1d62eebf97f04ef2a729ec06c1628 -eo pid,comm [Pipeline] { [Pipeline] sh 16:36:59 + go version 16:36:59 go version go1.18.7 linux/amd64 [Pipeline] } 16:36:59 $ docker stop --time=1 7e805ca6a868fe169f7aa49214392cdb44f1d62eebf97f04ef2a729ec06c1628 16:37:00 $ docker rm -f --volumes 7e805ca6a868fe169f7aa49214392cdb44f1d62eebf97f04ef2a729ec06c1628 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:37:01 + docker inspect -f . ci-base-image-x86_64 16:37:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:37:01 prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container 16:37:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:37:01 $ docker top bfafceb063404840e5c8a24092b2e207ec7320b8e2e8cf8047bf01e582884e55 -eo pid,comm [Pipeline] { [Pipeline] sh 16:37:01 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 16:37:02 + make test 16:37:02 go test -race -coverprofile=coverage.out ./... 16:37:24 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:37:24 go vet ./... 16:37:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:37:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:37:30 ./bin/test-attribution-txt.sh [Pipeline] echo 16:37:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:37:30 $ docker stop --time=1 bfafceb063404840e5c8a24092b2e207ec7320b8e2e8cf8047bf01e582884e55 16:37:34 $ docker rm -f --volumes bfafceb063404840e5c8a24092b2e207ec7320b8e2e8cf8047bf01e582884e55 [Pipeline] // withDockerContainer [Pipeline] sh 16:37:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:37:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:37:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:37:35 + ls -al . 16:37:35 total 184 16:37:35 drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 16:37 . 16:37:35 drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:36 .. 16:37:35 -rw-rw-r-- 1 jenkins jenkins 119 Jan 4 16:36 .dockerignore 16:37:35 drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 16:36 .git 16:37:35 drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 16:36 .github 16:37:35 -rw-rw-r-- 1 jenkins jenkins 171 Jan 4 16:36 .gitignore 16:37:35 drwxr-xr-x 3 jenkins jenkins 4096 Jan 4 16:36 .semver 16:37:35 -rw-rw-r-- 1 jenkins jenkins 9207 Jan 4 16:36 Attribution.txt 16:37:35 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 4 16:36 CHANGELOG.md 16:37:35 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 4 16:36 Dockerfile 16:37:35 -rw-rw-r-- 1 jenkins jenkins 677 Jan 4 16:36 GOVERNANCE.md 16:37:35 -rw-rw-r-- 1 jenkins jenkins 688 Jan 4 16:36 Jenkinsfile 16:37:35 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 4 16:36 LICENSE 16:37:35 -rw-rw-r-- 1 jenkins jenkins 618 Jan 4 16:36 OWNERS.md 16:37:35 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 4 16:36 README.md 16:37:35 -rw-rw-r-- 1 jenkins jenkins 11 Jan 4 16:36 VERSION 16:37:35 drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:36 bin 16:37:35 -rw-r--r-- 1 jenkins jenkins 13 Jan 4 16:37 coverage.out 16:37:35 -rw-rw-r-- 1 jenkins jenkins 3396 Jan 4 16:36 go.mod 16:37:35 -rw-rw-r-- 1 jenkins jenkins 44230 Jan 4 16:36 go.sum 16:37:35 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 4 16:36 main.go 16:37:35 -rw-rw-r-- 1 jenkins jenkins 2078 Jan 4 16:36 makefile 16:37:35 drwxrwxr-x 10 jenkins jenkins 4096 Jan 4 16:36 res 16:37:35 drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:36 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:37:35 + 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=81155725a5f06c8bb273014f4819830b182344da --label arch=amd64 --label version=3.0.0-dev.4 . 16:37:35 Sending build context to Docker daemon 3.201MB 16:37:35 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 16:37:35 Step 2/26 : FROM ${BASE} AS builder 16:37:35 ---> f7b5d02a20ef 16:37:35 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 16:37:35 ---> Running in 96878fa59a5d 16:37:36 Removing intermediate container 96878fa59a5d 16:37:36 ---> 7c726ebafbf7 16:37:36 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 16:37:36 ---> Running in a2184e603061 16:37:36 Removing intermediate container a2184e603061 16:37:36 ---> f5a848ce6b96 16:37:36 Step 5/26 : ARG ADD_BUILD_TAGS="" 16:37:36 ---> Running in 8dc9821b8507 16:37:36 Removing intermediate container 8dc9821b8507 16:37:36 ---> 3dfad154744f 16:37:36 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:37:36 ---> Running in ee0dcc6b7872 16:37:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:37:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:37:36 OK: 211 MiB in 51 packages 16:37:36 Removing intermediate container ee0dcc6b7872 16:37:36 ---> fce339e218f4 16:37:36 Step 7/26 : WORKDIR /app 16:37:37 ---> Running in 45561df36910 16:37:37 Removing intermediate container 45561df36910 16:37:37 ---> d55307bb0b2d 16:37:37 Step 8/26 : COPY go.mod vendor* ./ 16:37:37 ---> 73b91e8ef5e7 16:37:37 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:37:37 ---> Running in dd5a59828e73 16:37:38 Removing intermediate container dd5a59828e73 16:37:38 ---> e371e4b21f7e 16:37:38 Step 10/26 : COPY . . 16:37:38 ---> 6af3f28c1948 16:37:38 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:37:38 ---> Running in daf0b495da2d 16:37:38 Removing intermediate container daf0b495da2d 16:37:38 ---> ffa49f202622 16:37:38 Step 12/26 : RUN $MAKE 16:37:38 ---> Running in 2723a1736a91 16:37:38 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.4" -trimpath -mod=readonly -o app-service-configurable 16:38:00 Removing intermediate container 2723a1736a91 16:38:00 ---> 8da499223033 16:38:00 Step 13/26 : FROM alpine:3.16 16:38:00 3.16: Pulling from library/alpine 16:38:00 ca7dd9ec2225: Pulling fs layer 16:38:00 ca7dd9ec2225: Verifying Checksum 16:38:00 ca7dd9ec2225: Download complete 16:38:00 ca7dd9ec2225: Pull complete 16:38:00 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 16:38:00 Status: Downloaded newer image for alpine:3.16 16:38:00 ---> bfe296a52501 16:38:00 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:38:00 ---> Running in b96248cd6a5d 16:38:00 Removing intermediate container b96248cd6a5d 16:38:00 ---> fb9fe8bb1a51 16:38:00 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 16:38:00 ---> Running in 79105fa2cca1 16:38:00 Removing intermediate container 79105fa2cca1 16:38:00 ---> 91ed8f2a8b80 16:38:00 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:38:00 ---> Running in cad74245f2e0 16:38:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:38:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:38:00 (1/2) Installing ca-certificates (20220614-r0) 16:38:00 (2/2) Installing dumb-init (1.2.5-r1) 16:38:00 Executing busybox-1.35.0-r17.trigger 16:38:00 Executing ca-certificates-20220614-r0.trigger 16:38:00 OK: 6 MiB in 16 packages 16:38:00 Removing intermediate container cad74245f2e0 16:38:00 ---> 8f7aa93241ae 16:38:00 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:38:00 ---> 07b6da82b3b4 16:38:00 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 16:38:00 ---> 12d13237ac60 16:38:00 Step 19/26 : COPY --from=builder /app/res/ /res/ 16:38:00 ---> 4cee5c34e40f 16:38:00 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:38:00 ---> 28e7ffa15c9a 16:38:00 Step 21/26 : EXPOSE 48095 16:38:00 ---> Running in b6bb8404075e 16:38:00 Removing intermediate container b6bb8404075e 16:38:00 ---> aa2e228584ef 16:38:00 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 16:38:00 ---> Running in 3509a93ba758 16:38:00 Removing intermediate container 3509a93ba758 16:38:00 ---> ac99fa1c9b48 16:38:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:38:00 ---> Running in 42c9e4b3c6dd 16:38:01 Removing intermediate container 42c9e4b3c6dd 16:38:01 ---> c48a2146345c 16:38:01 Step 24/26 : LABEL arch=amd64 16:38:01 ---> Running in abc9f208250e 16:38:01 Removing intermediate container abc9f208250e 16:38:01 ---> 1fbc143495b2 16:38:01 Step 25/26 : LABEL git_sha=81155725a5f06c8bb273014f4819830b182344da 16:38:01 ---> Running in dd7ec590d255 16:38:01 Removing intermediate container dd7ec590d255 16:38:01 ---> f4581674794b 16:38:01 Step 26/26 : LABEL version=3.0.0-dev.4 16:38:01 ---> Running in f8b2e9802bc3 16:38:01 Removing intermediate container f8b2e9802bc3 16:38:01 ---> 244b853dcc84 16:38:01 [Warning] One or more build-args [ARCH] were not consumed 16:38:01 Successfully built 244b853dcc84 16:38:01 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:38:01 provisioning config files... 16:38:01 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10684279873217227512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:38:01 ---> docker-login.sh 16:38:01 nexus3.edgexfoundry.org:10001 16:38:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:01 Configure a credential helper to remove this warning. See 16:38:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:01 16:38:01 Login Succeeded 16:38:01 nexus3.edgexfoundry.org:10002 16:38:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:01 Configure a credential helper to remove this warning. See 16:38:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:01 16:38:01 Login Succeeded 16:38:01 nexus3.edgexfoundry.org:10003 16:38:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:02 Configure a credential helper to remove this warning. See 16:38:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:02 16:38:02 Login Succeeded 16:38:02 nexus3.edgexfoundry.org:10004 16:38:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:02 Configure a credential helper to remove this warning. See 16:38:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:02 16:38:02 Login Succeeded 16:38:02 docker.io 16:38:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:02 Configure a credential helper to remove this warning. See 16:38:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:02 16:38:02 Login Succeeded 16:38:02 ---> docker-login.sh ends [Pipeline] } 16:38:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:38:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:38:02 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 16:38:02 81155725a5f06c8bb273014f4819830b182344da 16:38:02 latest 16:38:02 3.0.0-dev.4 16:38:02 81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 16:38:02 main 16:38:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:02 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:81155725a5f06c8bb273014f4819830b182344da [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:03 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:81155725a5f06c8bb273014f4819830b182344da 16:38:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:38:03 14c29fff347b: Preparing 16:38:03 a6aae64541a7: Preparing 16:38:03 c593ef92e1a6: Preparing 16:38:03 aa21f6f8a36a: Preparing 16:38:03 97cbca300420: Preparing 16:38:03 e5e13b0c77cb: Preparing 16:38:03 e5e13b0c77cb: Waiting 16:38:03 a6aae64541a7: Pushed 16:38:03 c593ef92e1a6: Pushed 16:38:03 aa21f6f8a36a: Pushed 16:38:03 e5e13b0c77cb: Layer already exists 16:38:03 97cbca300420: Pushed 16:38:05 14c29fff347b: Pushed 16:38:05 81155725a5f06c8bb273014f4819830b182344da: digest: sha256:4c43343b26bbbfc68dd2fec9e325c4fdcff8eac550dbab95c7a278bae3d4008c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:05 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:06 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:38:06 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:38:06 14c29fff347b: Preparing 16:38:06 a6aae64541a7: Preparing 16:38:06 c593ef92e1a6: Preparing 16:38:06 aa21f6f8a36a: Preparing 16:38:06 97cbca300420: Preparing 16:38:06 e5e13b0c77cb: Preparing 16:38:06 e5e13b0c77cb: Waiting 16:38:06 aa21f6f8a36a: Layer already exists 16:38:06 c593ef92e1a6: Layer already exists 16:38:06 a6aae64541a7: Layer already exists 16:38:06 14c29fff347b: Layer already exists 16:38:06 97cbca300420: Layer already exists 16:38:06 e5e13b0c77cb: Layer already exists 16:38:06 latest: digest: sha256:4c43343b26bbbfc68dd2fec9e325c4fdcff8eac550dbab95c7a278bae3d4008c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:06 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:06 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.4 16:38:06 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:38:06 14c29fff347b: Preparing 16:38:06 a6aae64541a7: Preparing 16:38:06 c593ef92e1a6: Preparing 16:38:06 aa21f6f8a36a: Preparing 16:38:06 97cbca300420: Preparing 16:38:06 e5e13b0c77cb: Preparing 16:38:06 e5e13b0c77cb: Waiting 16:38:06 97cbca300420: Layer already exists 16:38:06 aa21f6f8a36a: Layer already exists 16:38:06 14c29fff347b: Layer already exists 16:38:06 c593ef92e1a6: Layer already exists 16:38:06 a6aae64541a7: Layer already exists 16:38:06 e5e13b0c77cb: Layer already exists 16:38:06 3.0.0-dev.4: digest: sha256:4c43343b26bbbfc68dd2fec9e325c4fdcff8eac550dbab95c7a278bae3d4008c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:07 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:07 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 16:38:07 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:38:07 14c29fff347b: Preparing 16:38:07 a6aae64541a7: Preparing 16:38:07 c593ef92e1a6: Preparing 16:38:07 aa21f6f8a36a: Preparing 16:38:07 97cbca300420: Preparing 16:38:07 e5e13b0c77cb: Preparing 16:38:07 e5e13b0c77cb: Waiting 16:38:07 14c29fff347b: Layer already exists 16:38:07 a6aae64541a7: Layer already exists 16:38:07 c593ef92e1a6: Layer already exists 16:38:07 97cbca300420: Layer already exists 16:38:07 aa21f6f8a36a: Layer already exists 16:38:07 e5e13b0c77cb: Layer already exists 16:38:07 81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4: digest: sha256:4c43343b26bbbfc68dd2fec9e325c4fdcff8eac550dbab95c7a278bae3d4008c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:07 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:08 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 16:38:08 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:38:08 14c29fff347b: Preparing 16:38:08 a6aae64541a7: Preparing 16:38:08 c593ef92e1a6: Preparing 16:38:08 aa21f6f8a36a: Preparing 16:38:08 97cbca300420: Preparing 16:38:08 e5e13b0c77cb: Preparing 16:38:08 e5e13b0c77cb: Waiting 16:38:08 97cbca300420: Layer already exists 16:38:08 a6aae64541a7: Layer already exists 16:38:08 14c29fff347b: Layer already exists 16:38:08 c593ef92e1a6: Layer already exists 16:38:08 e5e13b0c77cb: Layer already exists 16:38:08 aa21f6f8a36a: Layer already exists 16:38:08 main: digest: sha256:4c43343b26bbbfc68dd2fec9e325c4fdcff8eac550dbab95c7a278bae3d4008c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:38:08 ===================================================== [Pipeline] echo 16:38:08 taggedImages: 16:38:08 - nexus3.edgexfoundry.org:10004/app-service-configurable:81155725a5f06c8bb273014f4819830b182344da 16:38:08 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:38:08 - nexus3.edgexfoundry.org:10004/app-service-configurable:3.0.0-dev.4 16:38:08 - nexus3.edgexfoundry.org:10004/app-service-configurable:81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 16:38:08 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:38:08 16:38:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:38:09 latest: Pulling from edgex-lftools-log-publisher 16:38:09 5eb5b503b376: Pulling fs layer 16:38:09 5c69ac0246d0: Pulling fs layer 16:38:09 ec43610c2a17: Pulling fs layer 16:38:09 3a2ae6a8a46f: Pulling fs layer 16:38:09 33b1e0a273af: Pulling fs layer 16:38:09 3a2ae6a8a46f: Waiting 16:38:09 5d3b04190fa2: Pulling fs layer 16:38:09 2f39f015ded8: Pulling fs layer 16:38:09 5d3b04190fa2: Waiting 16:38:09 5c69ac0246d0: Download complete 16:38:09 ec43610c2a17: Verifying Checksum 16:38:09 ec43610c2a17: Download complete 16:38:09 5eb5b503b376: Verifying Checksum 16:38:09 5eb5b503b376: Download complete 16:38:09 5d3b04190fa2: Verifying Checksum 16:38:09 5d3b04190fa2: Download complete 16:38:09 33b1e0a273af: Verifying Checksum 16:38:09 33b1e0a273af: Download complete 16:38:10 3a2ae6a8a46f: Verifying Checksum 16:38:10 3a2ae6a8a46f: Download complete 16:38:10 2f39f015ded8: Download complete 16:38:10 5eb5b503b376: Pull complete 16:38:10 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1112 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 16:38:10 Running in /w/workspace/app-service-configurable/121 [Pipeline] { [Pipeline] checkout 16:38:10 Selected Git installation does not exist. Using Default 16:38:10 The recommended git tool is: NONE 16:38:11 5c69ac0246d0: Pull complete 16:38:11 ec43610c2a17: Pull complete 16:38:11 3a2ae6a8a46f: Pull complete 16:38:11 33b1e0a273af: Pull complete 16:38:11 5d3b04190fa2: Pull complete 16:38:15 using credential edgex-jenkins-ssh 16:38:15 Cloning the remote Git repository 16:38:15 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:38:16 > git init /w/workspace/app-service-configurable/121 # timeout=10 16:38:16 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:38:16 > git --version # timeout=10 16:38:16 > git --version # 'git version 2.25.1' 16:38:16 using GIT_SSH to set credentials SSH Credentials for GitHub 16:38:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:38:17 2f39f015ded8: Pull complete 16:38:17 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:38:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:38:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:38:17 prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container 16:38:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:38:18 Avoid second fetch 16:38:18 Checking out Revision 81155725a5f06c8bb273014f4819830b182344da (main) 16:38:17 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:38:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:38:18 > git config core.sparsecheckout # timeout=10 16:38:18 > git checkout -f 81155725a5f06c8bb273014f4819830b182344da # timeout=10 16:38:18 Commit message: "build: Disable CGO for all docker builds so always work (#494)" 16:38:18 16:38:18 GitHub has been notified of this commit’s build result 16:38:18 16:38:19 $ docker top a2873da4f28105d05c9057351c6f40d7ef157fd5afc52eb65ed984e8aa74d344 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:38:20 ---> job-cost.sh 16:38:20 lf-activate-venv: SKIPPING 16:38:20 INFO: No Stack... 16:38:20 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:38:20 % Total % Received % Xferd Average Speed Time Time Time Current 16:38:20 Dload Upload Total Spent Left Speed 16:38:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 88548 0 --:--:-- --:--:-- --:--:-- 88548 16:38:20 INFO: Retrieving Pricing Info for: v3-standard-8 [Pipeline] sh 16:38:20 INFO: Archiving Costs [Pipeline] sh 16:38:21 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:38:21 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 16:38:21 + cut -d, -f6 [Pipeline] lock 16:38:21 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] 16:38:21 Resource [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] did not exist. Created. 16:38:21 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:38:21 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:38:21 + sudo tee /etc/docker/daemon.new 16:38:21 { 16:38:21 "registry-mirrors": [ 16:38:21 "https://nexus3.edgexfoundry.org:10001" 16:38:21 ], 16:38:21 "bip": "10.250.0.254/24", 16:38:21 "hosts": [ 16:38:21 "tcp://0.0.0.0:5555", 16:38:21 "unix:///var/run/docker.sock" 16:38:21 ], 16:38:21 "mtu": 1458, 16:38:21 "selinux-enabled": true, 16:38:21 "seccomp-profile": "/etc/docker/seccomp.json" 16:38:21 } [Pipeline] sh 16:38:21 + echo total: 0.2199999988079071 [Pipeline] stash 16:38:21 Stashed 1 file(s) [Pipeline] } 16:38:21 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] [Pipeline] // lock [Pipeline] } 16:38:21 $ docker stop --time=1 a2873da4f28105d05c9057351c6f40d7ef157fd5afc52eb65ed984e8aa74d344 16:38:21 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 16:38:22 $ docker rm -f --volumes a2873da4f28105d05c9057351c6f40d7ef157fd5afc52eb65ed984e8aa74d344 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:38:23 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:38:41 provisioning config files... 16:38:41 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/121@tmp/config11194205033533275208tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:38:41 ---> docker-login.sh 16:38:41 nexus3.edgexfoundry.org:10001 16:38:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:42 Configure a credential helper to remove this warning. See 16:38:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:42 16:38:42 Login Succeeded 16:38:42 nexus3.edgexfoundry.org:10002 16:38:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:42 Configure a credential helper to remove this warning. See 16:38:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:42 16:38:42 Login Succeeded 16:38:42 nexus3.edgexfoundry.org:10003 16:38:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:43 Configure a credential helper to remove this warning. See 16:38:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:43 16:38:43 Login Succeeded 16:38:43 nexus3.edgexfoundry.org:10004 16:38:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:43 Configure a credential helper to remove this warning. See 16:38:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:43 16:38:43 Login Succeeded 16:38:43 docker.io 16:38:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:44 Configure a credential helper to remove this warning. See 16:38:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:44 16:38:44 Login Succeeded 16:38:44 ---> docker-login.sh ends [Pipeline] } 16:38:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:38:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:38:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:38:44 ========================================================= 16:38:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 16:38:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:38:44 + 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 . 16:38:44 Sending build context to Docker daemon 217.1kB 16:38:44 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 16:38:44 Step 2/12 : FROM ${BASE} AS builder 16:38:44 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:38:44 9b18e9b68314: Pulling fs layer 16:38:44 35d82f9e3411: Pulling fs layer 16:38:44 e16973657156: Pulling fs layer 16:38:44 fc693d55d65f: Pulling fs layer 16:38:44 7e9fc2657dce: Pulling fs layer 16:38:44 dda99020689f: Pulling fs layer 16:38:44 db1c61fa0a46: Pulling fs layer 16:38:44 891c053d2c06: Pulling fs layer 16:38:44 db1c61fa0a46: Waiting 16:38:44 dda99020689f: Waiting 16:38:44 891c053d2c06: Waiting 16:38:44 fc693d55d65f: Waiting 16:38:44 7e9fc2657dce: Waiting 16:38:44 e16973657156: Download complete 16:38:45 35d82f9e3411: Download complete 16:38:45 7e9fc2657dce: Verifying Checksum 16:38:45 7e9fc2657dce: Download complete 16:38:45 dda99020689f: Verifying Checksum 16:38:45 dda99020689f: Download complete 16:38:45 9b18e9b68314: Verifying Checksum 16:38:45 9b18e9b68314: Download complete 16:38:46 891c053d2c06: Verifying Checksum 16:38:46 891c053d2c06: Download complete 16:38:47 9b18e9b68314: Pull complete 16:38:47 db1c61fa0a46: Verifying Checksum 16:38:47 db1c61fa0a46: Download complete 16:38:47 35d82f9e3411: Pull complete 16:38:47 fc693d55d65f: Verifying Checksum 16:38:47 fc693d55d65f: Download complete 16:38:47 e16973657156: Pull complete 16:39:00 fc693d55d65f: Pull complete 16:39:00 7e9fc2657dce: Pull complete 16:39:00 dda99020689f: Pull complete 16:39:05 db1c61fa0a46: Pull complete 16:39:07 891c053d2c06: Pull complete 16:39:07 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 16:39:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:39:07 ---> f96f9c87975a 16:39:07 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 16:39:09 ---> Running in 40f10813ff12 16:39:09 Removing intermediate container 40f10813ff12 16:39:09 ---> 282825d8d1d9 16:39:09 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:39:09 ---> Running in 43e9df7b9758 16:39:10 Removing intermediate container 43e9df7b9758 16:39:10 ---> 4d41fb19f95e 16:39:10 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:39:10 ---> Running in 645599f7e4ce 16:39:10 Removing intermediate container 645599f7e4ce 16:39:10 ---> fff994261c58 16:39:10 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:39:10 ---> Running in e30bede5dded 16:39:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:39:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:39:12 OK: 221 MiB in 51 packages 16:39:13 Removing intermediate container e30bede5dded 16:39:13 ---> d4827073e177 16:39:13 Step 7/12 : WORKDIR /app 16:39:13 ---> Running in 716b9c73e961 16:39:14 Removing intermediate container 716b9c73e961 16:39:14 ---> 7dbd1141ad64 16:39:14 Step 8/12 : COPY go.mod vendor* ./ 16:39:14 ---> 30a2bfffc098 16:39:14 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:39:14 ---> Running in 259eb2d372b2 16:40:11 Removing intermediate container 259eb2d372b2 16:40:11 ---> c3289019859b 16:40:11 Step 10/12 : COPY . . 16:40:11 ---> 24976256134b 16:40:11 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:40:11 ---> Running in 797e50824869 16:40:11 Removing intermediate container 797e50824869 16:40:11 ---> d3af41c71520 16:40:11 Step 12/12 : RUN $MAKE 16:40:11 ---> Running in 4aed16eee01e 16:40:11 noop 16:40:11 Removing intermediate container 4aed16eee01e 16:40:11 ---> 897eff32cb66 16:40:11 Successfully built 897eff32cb66 16:40:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:40:11 + docker inspect -f . ci-base-image-arm64 16:40:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:40:11 prd-ubuntu20.04-docker-arm64-4c-16g-1112 does not seem to be running inside a container 16:40:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/121 -v /w/workspace/app-service-configurable/121:/w/workspace/app-service-configurable/121:rw,z -v /w/workspace/app-service-configurable/121@tmp:/w/workspace/app-service-configurable/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:40:13 $ docker top 3dbcff237a644b47a9489f1a53efaf298ee39540730745b50dcfdd3169eed2a9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:40:14 + go version 16:40:14 go version go1.18.7 linux/arm64 [Pipeline] } 16:40:14 $ docker stop --time=1 3dbcff237a644b47a9489f1a53efaf298ee39540730745b50dcfdd3169eed2a9 16:40:15 $ docker rm -f --volumes 3dbcff237a644b47a9489f1a53efaf298ee39540730745b50dcfdd3169eed2a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:40:16 + docker inspect -f . ci-base-image-arm64 16:40:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:40:16 prd-ubuntu20.04-docker-arm64-4c-16g-1112 does not seem to be running inside a container 16:40:16 $ 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/121 -v /w/workspace/app-service-configurable/121:/w/workspace/app-service-configurable/121:rw,z -v /w/workspace/app-service-configurable/121@tmp:/w/workspace/app-service-configurable/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:40:17 $ docker top 825f8a48f46e16771b2c9f727dd9b38a318f36531d58d1a806aab3fcbdf73737 -eo pid,comm [Pipeline] { [Pipeline] sh 16:40:18 + git config --global --add safe.directory /w/workspace/app-service-configurable/121 [Pipeline] fileExists [Pipeline] sh 16:40:18 + make test 16:40:18 go test -race -coverprofile=coverage.out ./... 16:42:40 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:42:40 go vet ./... 16:44:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:44:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:44:17 ./bin/test-attribution-txt.sh [Pipeline] echo 16:44:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:44:17 $ docker stop --time=1 825f8a48f46e16771b2c9f727dd9b38a318f36531d58d1a806aab3fcbdf73737 16:44:19 $ docker rm -f --volumes 825f8a48f46e16771b2c9f727dd9b38a318f36531d58d1a806aab3fcbdf73737 [Pipeline] // withDockerContainer [Pipeline] sh 16:44:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:44:20 Warning: overwriting stash ‘coverage-report’ 16:44:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:44:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:44:21 + ls -al . 16:44:21 total 180 16:44:21 drwxrwxr-x 7 jenkins jenkins 4096 Jan 4 16:40 . 16:44:21 drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:38 .. 16:44:21 -rw-rw-r-- 1 jenkins jenkins 119 Jan 4 16:38 .dockerignore 16:44:21 drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 16:38 .git 16:44:21 drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 16:38 .github 16:44:21 -rw-rw-r-- 1 jenkins jenkins 171 Jan 4 16:38 .gitignore 16:44:21 -rw-rw-r-- 1 jenkins jenkins 9207 Jan 4 16:38 Attribution.txt 16:44:21 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 4 16:38 CHANGELOG.md 16:44:21 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 4 16:38 Dockerfile 16:44:21 -rw-rw-r-- 1 jenkins jenkins 677 Jan 4 16:38 GOVERNANCE.md 16:44:21 -rw-rw-r-- 1 jenkins jenkins 688 Jan 4 16:38 Jenkinsfile 16:44:21 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 4 16:38 LICENSE 16:44:21 -rw-rw-r-- 1 jenkins jenkins 618 Jan 4 16:38 OWNERS.md 16:44:21 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 4 16:38 README.md 16:44:21 -rw-rw-r-- 1 jenkins jenkins 11 Jan 4 16:36 VERSION 16:44:21 drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:38 bin 16:44:21 -rw-r--r-- 1 jenkins jenkins 13 Jan 4 16:40 coverage.out 16:44:21 -rw-rw-r-- 1 jenkins jenkins 3396 Jan 4 16:38 go.mod 16:44:21 -rw-rw-r-- 1 jenkins jenkins 44230 Jan 4 16:38 go.sum 16:44:21 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 4 16:38 main.go 16:44:21 -rw-rw-r-- 1 jenkins jenkins 2078 Jan 4 16:38 makefile 16:44:21 drwxrwxr-x 10 jenkins jenkins 4096 Jan 4 16:38 res 16:44:21 drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:38 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:44:21 + 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=81155725a5f06c8bb273014f4819830b182344da --label arch=arm64 --label version=3.0.0-dev.4 . 16:44:21 Sending build context to Docker daemon 218.1kB 16:44:22 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 16:44:22 Step 2/26 : FROM ${BASE} AS builder 16:44:22 ---> 897eff32cb66 16:44:22 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 16:44:22 ---> Running in 2be401c74116 16:44:22 Removing intermediate container 2be401c74116 16:44:22 ---> 97eed9e36590 16:44:22 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 16:44:22 ---> Running in 363ce2b44fd5 16:44:23 Removing intermediate container 363ce2b44fd5 16:44:23 ---> 610bbc887dab 16:44:23 Step 5/26 : ARG ADD_BUILD_TAGS="" 16:44:23 ---> Running in 7e177c63dc13 16:44:23 Removing intermediate container 7e177c63dc13 16:44:23 ---> 2ba977c92686 16:44:23 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:44:23 ---> Running in de7e2fd51597 16:44:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:44:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:44:25 OK: 221 MiB in 51 packages 16:44:26 Removing intermediate container de7e2fd51597 16:44:26 ---> f649d5e9cfee 16:44:26 Step 7/26 : WORKDIR /app 16:44:26 ---> Running in a3665f0ffc16 16:44:26 Removing intermediate container a3665f0ffc16 16:44:26 ---> c6c4ce6d94c8 16:44:26 Step 8/26 : COPY go.mod vendor* ./ 16:44:27 ---> 16661319e3a8 16:44:27 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:44:27 ---> Running in 63a22d4a4750 16:44:29 Removing intermediate container 63a22d4a4750 16:44:29 ---> 10bff09d40b5 16:44:29 Step 10/26 : COPY . . 16:44:30 ---> 0b5703663e46 16:44:30 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:44:30 ---> Running in 81515c56b52c 16:44:30 Removing intermediate container 81515c56b52c 16:44:30 ---> 24315f730e40 16:44:30 Step 12/26 : RUN $MAKE 16:44:30 ---> Running in d708ee7ad4fc 16:44:31 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.4" -trimpath -mod=readonly -o app-service-configurable 16:46:38 Removing intermediate container d708ee7ad4fc 16:46:38 ---> c7863604f210 16:46:38 Step 13/26 : FROM alpine:3.16 16:46:38 3.16: Pulling from library/alpine 16:46:38 6875df1f5354: Pulling fs layer 16:46:38 6875df1f5354: Verifying Checksum 16:46:38 6875df1f5354: Download complete 16:46:38 6875df1f5354: Pull complete 16:46:38 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 16:46:38 Status: Downloaded newer image for alpine:3.16 16:46:38 ---> 2b4661558fb8 16:46:38 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:46:38 ---> Running in ac05592feed8 16:46:38 Removing intermediate container ac05592feed8 16:46:38 ---> 16ecc928e26a 16:46:38 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 16:46:38 ---> Running in 12a3a53a9204 16:46:39 Removing intermediate container 12a3a53a9204 16:46:39 ---> 675cc401c267 16:46:39 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:46:39 ---> Running in 32103d87feea 16:46:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:46:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:46:42 (1/2) Installing ca-certificates (20220614-r0) 16:46:42 (2/2) Installing dumb-init (1.2.5-r1) 16:46:42 Executing busybox-1.35.0-r17.trigger 16:46:42 Executing ca-certificates-20220614-r0.trigger 16:46:42 OK: 6 MiB in 16 packages 16:46:43 Removing intermediate container 32103d87feea 16:46:43 ---> f26f8f7ebb51 16:46:43 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:46:44 ---> e475b84f4100 16:46:44 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 16:46:44 ---> 0a59302ae99e 16:46:44 Step 19/26 : COPY --from=builder /app/res/ /res/ 16:46:44 ---> fdb3787b0436 16:46:44 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:46:46 ---> 5a04bb3119a0 16:46:46 Step 21/26 : EXPOSE 48095 16:46:46 ---> Running in 66140029d63d 16:46:46 Removing intermediate container 66140029d63d 16:46:46 ---> 7ff5e9ebd82e 16:46:46 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 16:46:46 ---> Running in dc5dee16d145 16:46:47 Removing intermediate container dc5dee16d145 16:46:47 ---> a8c7d95f6bf8 16:46:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:46:47 ---> Running in b3857168a14c 16:46:47 Removing intermediate container b3857168a14c 16:46:47 ---> b875466eb73d 16:46:47 Step 24/26 : LABEL arch=arm64 16:46:47 ---> Running in dbd34d428873 16:46:47 Removing intermediate container dbd34d428873 16:46:47 ---> 15564b4668da 16:46:47 Step 25/26 : LABEL git_sha=81155725a5f06c8bb273014f4819830b182344da 16:46:47 ---> Running in bc3a3f70a66b 16:46:48 Removing intermediate container bc3a3f70a66b 16:46:48 ---> b65c9a77cd19 16:46:48 Step 26/26 : LABEL version=3.0.0-dev.4 16:46:48 ---> Running in c4307a05f00f 16:46:48 Removing intermediate container c4307a05f00f 16:46:48 ---> 1d8463f9595f 16:46:48 [Warning] One or more build-args [ARCH] were not consumed 16:46:48 Successfully built 1d8463f9595f 16:46:48 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:46:48 provisioning config files... 16:46:48 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/121@tmp/config17062831720609228280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:46:49 ---> docker-login.sh 16:46:49 nexus3.edgexfoundry.org:10001 16:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:49 Configure a credential helper to remove this warning. See 16:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:49 16:46:49 Login Succeeded 16:46:49 nexus3.edgexfoundry.org:10002 16:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:49 Configure a credential helper to remove this warning. See 16:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:49 16:46:49 Login Succeeded 16:46:49 nexus3.edgexfoundry.org:10003 16:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:50 Configure a credential helper to remove this warning. See 16:46:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:50 16:46:50 Login Succeeded 16:46:50 nexus3.edgexfoundry.org:10004 16:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:50 Configure a credential helper to remove this warning. See 16:46:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:50 16:46:50 Login Succeeded 16:46:50 docker.io 16:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:51 Configure a credential helper to remove this warning. See 16:46:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:51 16:46:51 Login Succeeded 16:46:51 ---> docker-login.sh ends [Pipeline] } 16:46:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:46:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:46:51 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 16:46:51 81155725a5f06c8bb273014f4819830b182344da 16:46:51 latest 16:46:51 3.0.0-dev.4 16:46:51 81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 16:46:51 main 16:46:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:46:51 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:81155725a5f06c8bb273014f4819830b182344da [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:46:53 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:81155725a5f06c8bb273014f4819830b182344da 16:46:53 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:46:53 8e80ffae92a0: Preparing 16:46:53 c1cf001a9991: Preparing 16:46:53 c0e4ea94fcbd: Preparing 16:46:53 74df8a3cc08d: Preparing 16:46:53 1029d3695a25: Preparing 16:46:53 17bec77d7fdc: Preparing 16:46:53 17bec77d7fdc: Waiting 16:46:53 c1cf001a9991: Pushed 16:46:53 74df8a3cc08d: Pushed 16:46:53 c0e4ea94fcbd: Pushed 16:46:53 17bec77d7fdc: Layer already exists 16:46:53 1029d3695a25: Pushed 16:46:58 8e80ffae92a0: Pushed 16:46:58 81155725a5f06c8bb273014f4819830b182344da: digest: sha256:4659d98a7a535909ca1e5a0a028d3ac75b80d94316d739a48a5121f53dfdf50c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:46:58 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:46:59 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:46:59 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:46:59 8e80ffae92a0: Preparing 16:46:59 c1cf001a9991: Preparing 16:46:59 c0e4ea94fcbd: Preparing 16:46:59 74df8a3cc08d: Preparing 16:46:59 1029d3695a25: Preparing 16:46:59 17bec77d7fdc: Preparing 16:46:59 17bec77d7fdc: Waiting 16:46:59 c0e4ea94fcbd: Layer already exists 16:46:59 74df8a3cc08d: Layer already exists 16:46:59 1029d3695a25: Layer already exists 16:46:59 c1cf001a9991: Layer already exists 16:46:59 8e80ffae92a0: Layer already exists 16:46:59 17bec77d7fdc: Layer already exists 16:46:59 latest: digest: sha256:4659d98a7a535909ca1e5a0a028d3ac75b80d94316d739a48a5121f53dfdf50c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:46:59 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:00 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.4 16:47:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:47:00 8e80ffae92a0: Preparing 16:47:00 c1cf001a9991: Preparing 16:47:00 c0e4ea94fcbd: Preparing 16:47:00 74df8a3cc08d: Preparing 16:47:00 1029d3695a25: Preparing 16:47:00 17bec77d7fdc: Preparing 16:47:00 17bec77d7fdc: Waiting 16:47:00 74df8a3cc08d: Layer already exists 16:47:00 1029d3695a25: Layer already exists 16:47:00 c1cf001a9991: Layer already exists 16:47:00 c0e4ea94fcbd: Layer already exists 16:47:00 8e80ffae92a0: Layer already exists 16:47:00 17bec77d7fdc: Layer already exists 16:47:00 3.0.0-dev.4: digest: sha256:4659d98a7a535909ca1e5a0a028d3ac75b80d94316d739a48a5121f53dfdf50c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:00 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:01 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 16:47:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:47:01 8e80ffae92a0: Preparing 16:47:01 c1cf001a9991: Preparing 16:47:01 c0e4ea94fcbd: Preparing 16:47:01 74df8a3cc08d: Preparing 16:47:01 1029d3695a25: Preparing 16:47:01 17bec77d7fdc: Preparing 16:47:01 17bec77d7fdc: Waiting 16:47:01 1029d3695a25: Layer already exists 16:47:01 c1cf001a9991: Layer already exists 16:47:01 c0e4ea94fcbd: Layer already exists 16:47:01 74df8a3cc08d: Layer already exists 16:47:01 8e80ffae92a0: Layer already exists 16:47:01 17bec77d7fdc: Layer already exists 16:47:01 81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4: digest: sha256:4659d98a7a535909ca1e5a0a028d3ac75b80d94316d739a48a5121f53dfdf50c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:01 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:02 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 16:47:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:47:02 8e80ffae92a0: Preparing 16:47:02 c1cf001a9991: Preparing 16:47:02 c0e4ea94fcbd: Preparing 16:47:02 74df8a3cc08d: Preparing 16:47:02 1029d3695a25: Preparing 16:47:02 17bec77d7fdc: Preparing 16:47:02 17bec77d7fdc: Waiting 16:47:02 1029d3695a25: Layer already exists 16:47:02 c1cf001a9991: Layer already exists 16:47:02 8e80ffae92a0: Layer already exists 16:47:02 c0e4ea94fcbd: Layer already exists 16:47:02 74df8a3cc08d: Layer already exists 16:47:02 17bec77d7fdc: Layer already exists 16:47:02 main: digest: sha256:4659d98a7a535909ca1e5a0a028d3ac75b80d94316d739a48a5121f53dfdf50c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:47:02 ===================================================== [Pipeline] echo 16:47:02 taggedImages: 16:47:02 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:81155725a5f06c8bb273014f4819830b182344da 16:47:02 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:47:02 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:3.0.0-dev.4 16:47:02 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:81155725a5f06c8bb273014f4819830b182344da-3.0.0-dev.4 16:47:02 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:47:02 16:47:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:47:03 arm64: Pulling from edgex-lftools-log-publisher 16:47:03 8998bd30e6a1: Pulling fs layer 16:47:03 04944245beec: Pulling fs layer 16:47:03 699f458cf7ca: Pulling fs layer 16:47:03 765212b225bb: Pulling fs layer 16:47:03 f23df028b6ca: Pulling fs layer 16:47:03 d65c8cfc05b1: Pulling fs layer 16:47:03 2437ff75d9bd: Pulling fs layer 16:47:03 f23df028b6ca: Waiting 16:47:03 765212b225bb: Waiting 16:47:03 2437ff75d9bd: Waiting 16:47:03 d65c8cfc05b1: Waiting 16:47:03 04944245beec: Verifying Checksum 16:47:03 04944245beec: Download complete 16:47:03 765212b225bb: Verifying Checksum 16:47:03 765212b225bb: Download complete 16:47:03 f23df028b6ca: Verifying Checksum 16:47:03 f23df028b6ca: Download complete 16:47:03 d65c8cfc05b1: Verifying Checksum 16:47:03 d65c8cfc05b1: Download complete 16:47:03 699f458cf7ca: Verifying Checksum 16:47:03 8998bd30e6a1: Verifying Checksum 16:47:03 8998bd30e6a1: Download complete 16:47:06 2437ff75d9bd: Verifying Checksum 16:47:06 2437ff75d9bd: Download complete 16:47:07 8998bd30e6a1: Pull complete 16:47:08 04944245beec: Pull complete 16:47:09 699f458cf7ca: Pull complete 16:47:09 765212b225bb: Pull complete 16:47:10 f23df028b6ca: Pull complete 16:47:10 d65c8cfc05b1: Pull complete 16:47:25 2437ff75d9bd: Pull complete 16:47:25 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:47:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:47:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:47:26 prd-ubuntu20.04-docker-arm64-4c-16g-1112 does not seem to be running inside a container 16:47:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/121 -v /w/workspace/app-service-configurable/121:/w/workspace/app-service-configurable/121:rw,z -v /w/workspace/app-service-configurable/121@tmp:/w/workspace/app-service-configurable/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:47:28 $ docker top c58fdc222460250ab828f05a24b4c2f53d0e231e13e11c609be5f4f07c16f8bc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:47:29 ---> job-cost.sh 16:47:29 lf-activate-venv: SKIPPING 16:47:29 INFO: No Stack... 16:47:30 INFO: Retrieving Pricing Info for: v3-standard-4 16:47:30 INFO: Archiving Costs [Pipeline] sh 16:47:31 + cat /w/workspace/app-service-configurable/121/archives/cost.csv 16:47:31 + cut -d, -f6 [Pipeline] lock 16:47:31 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] 16:47:31 Resource [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] did not exist. Created. 16:47:31 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:47:32 /w/workspace/app-service-configurable/121@tmp/durable-b2635b2c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:47:32 + echo total: 0.10999999940395355 [Pipeline] stash 16:47:33 Warning: overwriting stash ‘stack-cost’ 16:47:33 Stashed 1 file(s) [Pipeline] } 16:47:33 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-121-stack-cost] [Pipeline] // lock [Pipeline] } 16:47:33 $ docker stop --time=1 c58fdc222460250ab828f05a24b4c2f53d0e231e13e11c609be5f4f07c16f8bc 16:47:34 $ docker rm -f --volumes c58fdc222460250ab828f05a24b4c2f53d0e231e13e11c609be5f4f07c16f8bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 16:47:35 provisioning config files... 16:47:35 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config149311407798381867tmp [Pipeline] { [Pipeline] sh 16:47:35 + set +x 16:47:35 + curl -s https://codecov.io/bash 16:47:35 + bash -s -- 16:47:35 16:47:35 _____ _ 16:47:35 / ____| | | 16:47:35 | | ___ __| | ___ ___ _____ __ 16:47:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:47:35 | |___| (_) | (_| | __/ (_| (_) \ V / 16:47:35 \_____\___/ \__,_|\___|\___\___/ \_/ 16:47:35 Bash-1.0.6 16:47:35 16:47:35 16:47:35 ==> git version 2.25.1 found 16:47:35 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 16:47:35 Release-Date: 2020-01-08 16:47:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:47:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:47:35 ==> Jenkins CI detected. 16:47:35 current dir:  /w/workspace/ry_app-service-configurable_main 16:47:35 project root: . 16:47:35 --> token set from env 16:47:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:47:35 ==> Running gcov in . (disable via -X gcov) 16:47:35 ==> Python coveragepy not found 16:47:35 ==> Searching for coverage reports in: 16:47:35 + . 16:47:35 -> Found 1 reports 16:47:35 ==> Detecting git/mercurial file structure 16:47:35 ==> Reading reports 16:47:35 + ./coverage.out bytes=13 16:47:35 ==> Appending adjustments 16:47:35 https://docs.codecov.io/docs/fixing-reports 16:47:35 + Found adjustments 16:47:35 ==> Gzipping contents 16:47:35 4.0K /tmp/codecov.qyJ6Xt.gz 16:47:35 ==> Uploading reports 16:47:35 url: https://codecov.io 16:47:35 query: branch=main&commit=81155725a5f06c8bb273014f4819830b182344da&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F121%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:47:35 -> Pinging Codecov 16:47:35 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=81155725a5f06c8bb273014f4819830b182344da&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F121%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:47:35 -> Uploading to 16:47:35 https://storage.googleapis.com/codecov/v4/raw/2023-01-04/A97CA9966030D2A3747ED39772930CCE/81155725a5f06c8bb273014f4819830b182344da/91e25382-0207-4cc2-b16d-960cd738e193.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230104T164735Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=070581febc554fc84468013519c3e1114359999e16ff80e9483c5dfe4fcee26c 16:47:35 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:35 Dload Upload Total Spent Left Speed 16:47:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 530 0 0 100 530 0 2226 --:--:-- --:--:-- --:--:-- 2226 16:47:36 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/81155725a5f06c8bb273014f4819830b182344da [Pipeline] } 16:47:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:47:36 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:47:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:47:36 16:47:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:47:36 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:47:36 df9b9388f04a: Pulling fs layer 16:47:36 52dc419b0ee2: Pulling fs layer 16:47:36 25bc292e5bac: Pulling fs layer 16:47:36 114826534d7a: Pulling fs layer 16:47:36 4657fd5d0bcf: Pulling fs layer 16:47:36 6ad1cebc031e: Pulling fs layer 16:47:36 8a3aa393b2d8: Pulling fs layer 16:47:36 114826534d7a: Waiting 16:47:36 4657fd5d0bcf: Waiting 16:47:36 6ad1cebc031e: Waiting 16:47:36 8a3aa393b2d8: Waiting 16:47:36 25bc292e5bac: Verifying Checksum 16:47:36 25bc292e5bac: Download complete 16:47:36 52dc419b0ee2: Download complete 16:47:36 4657fd5d0bcf: Verifying Checksum 16:47:36 4657fd5d0bcf: Download complete 16:47:36 df9b9388f04a: Verifying Checksum 16:47:36 df9b9388f04a: Download complete 16:47:37 df9b9388f04a: Pull complete 16:47:37 6ad1cebc031e: Verifying Checksum 16:47:37 6ad1cebc031e: Download complete 16:47:37 52dc419b0ee2: Pull complete 16:47:37 25bc292e5bac: Pull complete 16:47:37 114826534d7a: Download complete 16:47:37 8a3aa393b2d8: Verifying Checksum 16:47:37 8a3aa393b2d8: Download complete 16:47:41 114826534d7a: Pull complete 16:47:41 4657fd5d0bcf: Pull complete 16:47:41 6ad1cebc031e: Pull complete 16:47:44 8a3aa393b2d8: Pull complete 16:47:44 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:47:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:47:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:47:44 prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container 16:47:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:47:47 $ docker top f7eeada49f68a9dcb22df91fe0a7d8c0b3f44e3fce39637b627ecb4888908cb5 -eo pid,comm [Pipeline] { [Pipeline] echo 16:47:47 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 16:47:48 + set -o pipefail 16:47:48 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 16:47:53 16:47:53 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 16:47:53 16:47:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/9617320c-07ec-49da-ae42-4943136a5212 16:47:53 16:47:53 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:47:53 16:47:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:47:53 16:47:53 16:47:53 A medium severity vulnerability was found in the Snyk CLI versions you are using. 16:47:53 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 16:47:53 More details here: https://snyk.co/ue1NS [Pipeline] } 16:47:53 $ docker stop --time=1 f7eeada49f68a9dcb22df91fe0a7d8c0b3f44e3fce39637b627ecb4888908cb5 16:47:56 $ docker rm -f --volumes f7eeada49f68a9dcb22df91fe0a7d8c0b3f44e3fce39637b627ecb4888908cb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:47:57 + git log --format=format:%s -1 81155725a5f06c8bb273014f4819830b182344da [Pipeline] sh 16:47:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:47:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:47:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:47:58 prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container 16:47:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:47:58 $ docker top 364b3d5d561dee87b27265d61a50111e166ba6c5d61bfe0469a2feabcf85873e -eo pid,comm 16:47:58 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 16:47:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:47:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:47:58 [ssh-agent] Looking for ssh-agent implementation... 16:47:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:47:58 $ docker exec 364b3d5d561dee87b27265d61a50111e166ba6c5d61bfe0469a2feabcf85873e ssh-agent 16:47:59 SSH_AUTH_SOCK=/tmp/ssh-TrGjxDx7mS4I/agent.31 16:47:59 SSH_AGENT_PID=37 16:47:59 Running ssh-add (command line suppressed) 16:47:59 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6254171426432411651.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6254171426432411651.key) 16:47:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:47:59 + git semver tag 16:47:59 2023-01-04 16:47:59,610 [run_tag] DEBUG tag force:False 16:47:59 2023-01-04 16:47:59,610 [check_head_tag] DEBUG check head tag 16:47:59 2023-01-04 16:47:59,611 [execute] INFO git cat-file --batch-check 16:47:59 2023-01-04 16:47:59,611 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 16:47:59 2023-01-04 16:47:59,614 [execute] INFO git cat-file --batch 16:47:59 2023-01-04 16:47:59,614 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 16:47:59 2023-01-04 16:47:59,633 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:47:59 2023-01-04 16:47:59,634 [execute] INFO git tag -a v3.0.0-dev.4 -m v3.0.0-dev.4 16:47:59 2023-01-04 16:47:59,634 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.4', '-m', 'v3.0.0-dev.4'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:47:59 2023-01-04 16:47:59,639 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:47:59 3.0.0-dev.4 [Pipeline] } 16:47:59 $ docker exec --env ******** --env ******** 364b3d5d561dee87b27265d61a50111e166ba6c5d61bfe0469a2feabcf85873e ssh-agent -k 16:47:59 unset SSH_AUTH_SOCK; 16:47:59 unset SSH_AGENT_PID; 16:47:59 echo Agent pid 37 killed; 16:47:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:48:00 + git semver [Pipeline] } 16:48:00 $ docker stop --time=1 364b3d5d561dee87b27265d61a50111e166ba6c5d61bfe0469a2feabcf85873e 16:48:01 $ docker rm -f --volumes 364b3d5d561dee87b27265d61a50111e166ba6c5d61bfe0469a2feabcf85873e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:48:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:48:02 16:48:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:48:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:48:02 0.23.1-centos7: Pulling from edgex-lftools 16:48:02 ab5ef0e58194: Pulling fs layer 16:48:02 9712f1f96733: Pulling fs layer 16:48:02 63f879dbbcfc: Pulling fs layer 16:48:02 0d9ebad4ef96: Pulling fs layer 16:48:02 e9a5061849ea: Pulling fs layer 16:48:02 d747dcd14b5f: Pulling fs layer 16:48:02 2de7ff778b66: Pulling fs layer 16:48:02 2de7ff778b66: Waiting 16:48:02 e9a5061849ea: Waiting 16:48:02 d747dcd14b5f: Waiting 16:48:02 0d9ebad4ef96: Waiting 16:48:02 9712f1f96733: Verifying Checksum 16:48:02 9712f1f96733: Download complete 16:48:02 63f879dbbcfc: Verifying Checksum 16:48:02 63f879dbbcfc: Download complete 16:48:02 e9a5061849ea: Verifying Checksum 16:48:02 e9a5061849ea: Download complete 16:48:02 d747dcd14b5f: Verifying Checksum 16:48:02 d747dcd14b5f: Download complete 16:48:02 ab5ef0e58194: Verifying Checksum 16:48:02 ab5ef0e58194: Download complete 16:48:03 0d9ebad4ef96: Verifying Checksum 16:48:03 0d9ebad4ef96: Download complete 16:48:03 2de7ff778b66: Verifying Checksum 16:48:03 2de7ff778b66: Download complete 16:48:05 ab5ef0e58194: Pull complete 16:48:05 9712f1f96733: Pull complete 16:48:06 63f879dbbcfc: Pull complete 16:48:10 0d9ebad4ef96: Pull complete 16:48:10 e9a5061849ea: Pull complete 16:48:10 d747dcd14b5f: Pull complete 16:48:10 2de7ff778b66: Pull complete 16:48:10 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:48:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:48:10 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:48:11 prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container 16:48:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:48:15 $ docker top cba7c54851450e7266831e8fa50dfb359f2deba05a6287e9c855b4b86d33d8a2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:48:15 provisioning config files... 16:48:15 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13538880780398905713tmp 16:48:15 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4235901433446045041tmp 16:48:15 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config18299261315176781562tmp [Pipeline] { [Pipeline] echo 16:48:15 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:48:15 ---> sigul-configuration.sh 16:48:15 gpg: directory `/root/.gnupg' created 16:48:15 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:48:15 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:48:15 gpg: keyring `/root/.gnupg/secring.gpg' created 16:48:15 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:48:15 gpg: CAST5 encrypted data 16:48:15 gpg: encrypted with 1 passphrase 16:48:15 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:48:16 + mkdir /home/jenkins 16:48:16 + mkdir /home/jenkins/sigul [Pipeline] sh 16:48:16 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:48:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:48:16 ---> sigul-install.sh 16:48:16 Sigul already installed; skipping installation. [Pipeline] sh 16:48:17 + git tag --list 16:48:17 v1.0.0 16:48:17 v1.1.0 16:48:17 v1.2.0 16:48:17 v1.3.0 16:48:17 v1.3.1 16:48:17 v2.0.0 16:48:17 v2.0.1 16:48:17 v2.1.0 16:48:17 v2.1.1 16:48:17 v2.1.1-dev.1 16:48:17 v2.1.1-dev.2 16:48:17 v2.2.0 16:48:17 v2.2.1-dev.1 16:48:17 v2.2.1-dev.10 16:48:17 v2.2.1-dev.2 16:48:17 v2.2.1-dev.3 16:48:17 v2.2.1-dev.4 16:48:17 v2.2.1-dev.5 16:48:17 v2.2.1-dev.6 16:48:17 v2.2.1-dev.7 16:48:17 v2.2.1-dev.8 16:48:17 v2.2.1-dev.9 16:48:17 v2.3.0 16:48:17 v2.3.0-dev.10 16:48:17 v2.3.0-dev.11 16:48:17 v2.3.0-dev.12 16:48:17 v2.3.0-dev.13 16:48:17 v2.3.0-dev.14 16:48:17 v2.3.0-dev.15 16:48:17 v2.3.0-dev.16 16:48:17 v2.3.0-dev.17 16:48:17 v2.3.0-dev.18 16:48:17 v2.3.0-dev.19 16:48:17 v2.3.0-dev.20 16:48:17 v2.3.0-dev.21 16:48:17 v2.3.0-dev.22 16:48:17 v2.3.0-dev.23 16:48:17 v2.3.0-dev.24 16:48:17 v2.3.0-dev.25 16:48:17 v2.3.0-dev.26 16:48:17 v2.3.0-dev.27 16:48:17 v2.3.0-dev.28 16:48:17 v2.3.0-dev.29 16:48:17 v2.3.0-dev.30 16:48:17 v2.3.0-dev.31 16:48:17 v2.3.0-dev.32 16:48:17 v2.3.0-dev.33 16:48:17 v2.3.0-dev.34 16:48:17 v2.3.0-dev.35 16:48:17 v2.3.0-dev.36 16:48:17 v2.3.0-dev.37 16:48:17 v3.0.0-dev.1 16:48:17 v3.0.0-dev.2 16:48:17 v3.0.0-dev.3 16:48:17 v3.0.0-dev.4 [Pipeline] sh 16:48:17 + lftools sign git-tag v3.0.0-dev.4 16:48:17 Signing Git tag with Sigul... 16:48:17 Signing v3.0.0-dev.4 [Pipeline] echo 16:48:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:48:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:48:18 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:48:18 $ docker stop --time=1 cba7c54851450e7266831e8fa50dfb359f2deba05a6287e9c855b4b86d33d8a2 16:48:19 $ docker rm -f --volumes cba7c54851450e7266831e8fa50dfb359f2deba05a6287e9c855b4b86d33d8a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:48:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:48:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:48:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:48:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:48:20 prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container 16:48:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:48:20 $ docker top f9ee2cb15c1895320b282dec8fd40925ac023ce9700406c1a5916aefaacd0397 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:48:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:48:21 [ssh-agent] Looking for ssh-agent implementation... 16:48:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:48:21 $ docker exec f9ee2cb15c1895320b282dec8fd40925ac023ce9700406c1a5916aefaacd0397 ssh-agent 16:48:21 SSH_AUTH_SOCK=/tmp/ssh-CmPUCROenkV2/agent.32 16:48:21 SSH_AGENT_PID=38 16:48:21 Running ssh-add (command line suppressed) 16:48:21 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14902673186717652193.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14902673186717652193.key) 16:48:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:48:21 + git semver bump pre 16:48:21 2023-01-04 16:48:21,831 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:48:21 2023-01-04 16:48:21,832 [bump_version] DEBUG bumping version:3.0.0-dev.4 on axis:pre with prefix:dev 16:48:21 2023-01-04 16:48:21,832 [bump_version] DEBUG bumped version:3.0.0-dev.5 16:48:21 2023-01-04 16:48:21,832 [write_version] DEBUG write version:3.0.0-dev.5 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 16:48:21 2023-01-04 16:48:21,832 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:48:21 2023-01-04 16:48:21,832 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 16:48:21 2023-01-04 16:48:21,836 [execute] INFO git cat-file --batch-check 16:48:21 2023-01-04 16:48:21,836 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:48:21 2023-01-04 16:48:21,842 [execute] INFO git cat-file --batch 16:48:21 2023-01-04 16:48:21,843 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:48:21 2023-01-04 16:48:21,849 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:48:21 3.0.0-dev.5 [Pipeline] } 16:48:21 $ docker exec --env ******** --env ******** f9ee2cb15c1895320b282dec8fd40925ac023ce9700406c1a5916aefaacd0397 ssh-agent -k 16:48:22 unset SSH_AUTH_SOCK; 16:48:22 unset SSH_AGENT_PID; 16:48:22 echo Agent pid 38 killed; 16:48:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:48:22 + git semver [Pipeline] } 16:48:22 $ docker stop --time=1 f9ee2cb15c1895320b282dec8fd40925ac023ce9700406c1a5916aefaacd0397 16:48:23 $ docker rm -f --volumes f9ee2cb15c1895320b282dec8fd40925ac023ce9700406c1a5916aefaacd0397 [Pipeline] // withDockerContainer [Pipeline] sh 16:48:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:48:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:48:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:48:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:48:24 prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container 16:48:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:48:24 $ docker top 860574934ab2ff2262690d21fe92ca791f02fd5b722c0af50f52f0b894e4d1dc -eo pid,comm 16:48: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). 16:48:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:48:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:48:25 [ssh-agent] Looking for ssh-agent implementation... 16:48:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:48:25 $ docker exec 860574934ab2ff2262690d21fe92ca791f02fd5b722c0af50f52f0b894e4d1dc ssh-agent 16:48:25 SSH_AUTH_SOCK=/tmp/ssh-L2AXAttrGbfw/agent.31 16:48:25 SSH_AGENT_PID=37 16:48:25 Running ssh-add (command line suppressed) 16:48:25 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3397529368152627540.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3397529368152627540.key) 16:48:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:48:25 + git semver push 16:48:25 2023-01-04 16:48:25,829 [run_push] DEBUG push 16:48:25 2023-01-04 16:48:25,829 [execute] INFO git cat-file --batch-check 16:48:25 2023-01-04 16:48:25,830 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:48:25 2023-01-04 16:48:25,833 [execute] INFO git rev-list c55c3e569348243af95ba539634b1cd2e660ce7e -- 16:48:25 2023-01-04 16:48:25,833 [execute] DEBUG Popen(['git', 'rev-list', 'c55c3e569348243af95ba539634b1cd2e660ce7e', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 16:48:25 2023-01-04 16:48:25,842 [execute] INFO git fetch -v origin 16:48:25 2023-01-04 16:48:25,843 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 16:48:26 2023-01-04 16:48:26,373 [run_push] DEBUG no remote changes detected 16:48:26 2023-01-04 16:48:26,373 [execute] INFO git push origin semver 16:48:26 2023-01-04 16:48:26,374 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 16:48:27 2023-01-04 16:48:27,430 [run_push] DEBUG push all version tags 16:48:27 2023-01-04 16:48:27,430 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:48:27 2023-01-04 16:48:27,430 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:48:28 2023-01-04 16:48:28,406 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:48:28 3.0.0-dev.5 [Pipeline] } 16:48:28 $ docker exec --env ******** --env ******** 860574934ab2ff2262690d21fe92ca791f02fd5b722c0af50f52f0b894e4d1dc ssh-agent -k 16:48:28 unset SSH_AUTH_SOCK; 16:48:28 unset SSH_AGENT_PID; 16:48:28 echo Agent pid 37 killed; 16:48:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:48:28 + git semver [Pipeline] } 16:48:29 $ docker stop --time=1 860574934ab2ff2262690d21fe92ca791f02fd5b722c0af50f52f0b894e4d1dc 16:48:30 $ docker rm -f --volumes 860574934ab2ff2262690d21fe92ca791f02fd5b722c0af50f52f0b894e4d1dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 16:48:30 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 16:48:30 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:48:30 total 16 16:48:30 drwxr-xr-x 3 root root 4096 Jan 4 16:38 . 16:48:30 drwxrwxr-x 9 jenkins jenkins 4096 Jan 4 16:48 .. 16:48:30 drwxr-xr-x 2 root root 4096 Jan 4 16:38 cost 16:48:30 -rw-r--r-- 1 root root 96 Jan 4 16:38 cost.csv 16:48:30 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 16:48:30 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:48:30 total 16 16:48:30 drwxr-xr-x 3 jenkins jenkins 4096 Jan 4 16:38 . 16:48:30 drwxrwxr-x 9 jenkins jenkins 4096 Jan 4 16:48 .. 16:48:30 drwxr-xr-x 2 jenkins jenkins 4096 Jan 4 16:38 cost 16:48:30 -rw-r--r-- 1 jenkins jenkins 96 Jan 4 16:38 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:48:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:48:32 ---> package-listing.sh 16:48:32 ++ facter osfamily 16:48:32 ++ tr '[:upper:]' '[:lower:]' 16:48:32 + OS_FAMILY=debian 16:48:32 + workspace=/w/workspace/ry_app-service-configurable_main 16:48:32 + START_PACKAGES=/tmp/packages_start.txt 16:48:32 + END_PACKAGES=/tmp/packages_end.txt 16:48:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:48:32 + PACKAGES=/tmp/packages_start.txt 16:48:32 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:48:32 + PACKAGES=/tmp/packages_end.txt 16:48:32 + case "${OS_FAMILY}" in 16:48:32 + dpkg -l 16:48:32 + grep '^ii' 16:48:32 + '[' -f /tmp/packages_start.txt ']' 16:48:32 + '[' -f /tmp/packages_end.txt ']' 16:48:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:48:32 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:48:32 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 16:48:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 16:48:32 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:48:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:48:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:48:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:48:33 prd-ubuntu20.04-docker-8c-8g-1110 does not seem to be running inside a container 16:48:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:48:33 $ docker top 0250ea982fcd96f6ec83dd6fef39c049b209c72a7a4d76ad4162b4a2ad05d52b -eo pid,comm [Pipeline] { [Pipeline] sh 16:48:33 + touch /tmp/pre-build-complete [Pipeline] sh 16:48:34 + mkdir -p /var/log/sysstat [Pipeline] sh 16:48:34 + ls /var/log/sa-host 16:48:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:48:34 provisioning config files... 16:48:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2658462842134247413tmp [Pipeline] { [Pipeline] echo 16:48:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:48:34 ---> create-netrc.sh [Pipeline] } 16:48:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:48:35 ---> python-tools-install.sh [Pipeline] echo 16:48:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:48:35 ---> sudo-logs.sh 16:48:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:48:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:48:35 ---> job-cost.sh 16:48:35 lf-activate-venv: SKIPPING 16:48:35 DEBUG: total: 0.2199999988079071 16:48:35 INFO: Retrieving Stack Cost... 16:48:36 INFO: Retrieving Pricing Info for: v3-standard-8 16:48:36 INFO: Archiving Costs [Pipeline] echo 16:48:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:48:37 ---> logs-deploy.sh 16:48:37 lf-activate-venv: SKIPPING 16:48:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/121 16:48:37 INFO: archiving workspace using pattern(s): 16:48:38 Archives upload complete. 16:48:38 INFO: archiving logs to Nexus 16:48:38 ---> uname -a: 16:48:38 Linux prd-ubuntu20-04-docker-8c-8g-1110 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 16:48:38 16:48:38 16:48:38 ---> lscpu: 16:48:38 Architecture: x86_64 16:48:38 CPU op-mode(s): 32-bit, 64-bit 16:48:38 Byte Order: Little Endian 16:48:38 Address sizes: 40 bits physical, 48 bits virtual 16:48:38 CPU(s): 8 16:48:38 On-line CPU(s) list: 0-7 16:48:38 Thread(s) per core: 1 16:48:38 Core(s) per socket: 1 16:48:38 Socket(s): 8 16:48:38 NUMA node(s): 1 16:48:38 Vendor ID: AuthenticAMD 16:48:38 CPU family: 23 16:48:38 Model: 49 16:48:38 Model name: AMD EPYC-Rome Processor 16:48:38 Stepping: 0 16:48:38 CPU MHz: 2799.998 16:48:38 BogoMIPS: 5599.99 16:48:38 Virtualization: AMD-V 16:48:38 Hypervisor vendor: KVM 16:48:38 Virtualization type: full 16:48:38 L1d cache: 256 KiB 16:48:38 L1i cache: 256 KiB 16:48:38 L2 cache: 4 MiB 16:48:38 L3 cache: 128 MiB 16:48:38 NUMA node0 CPU(s): 0-7 16:48:38 Vulnerability Itlb multihit: Not affected 16:48:38 Vulnerability L1tf: Not affected 16:48:38 Vulnerability Mds: Not affected 16:48:38 Vulnerability Meltdown: Not affected 16:48:38 Vulnerability Mmio stale data: Not affected 16:48:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:48:38 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:48:38 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:48:38 Vulnerability Srbds: Not affected 16:48:38 Vulnerability Tsx async abort: Not affected 16:48:38 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 16:48:38 16:48:38 16:48:38 ---> nproc: 16:48:38 8 16:48:38 16:48:38 16:48:38 ---> df -h: 16:48:38 Filesystem Size Used Avail Use% Mounted on 16:48:38 overlay 155G 13G 143G 9% / 16:48:38 tmpfs 64M 0 64M 0% /dev 16:48:38 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:48:38 shm 64M 0 64M 0% /dev/shm 16:48:38 /dev/vda1 155G 13G 143G 9% /facter-os 16:48:38 16:48:38 16:48:38 ---> sar -b -r -n DEV: 16:48:38 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1110) 01/04/23 _x86_64_ (8 CPU) 16:48:38 16:48:38 16:35:31 LINUX RESTART (8 CPU) 16:48:38 16:48:38 16:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:48:38 16:37:01 210.38 15.75 194.63 0.00 1938.48 76106.38 0.00 16:48:38 16:38:01 154.62 0.20 154.42 0.00 13.46 28335.94 0.00 16:48:38 16:39:01 37.91 0.10 37.81 0.00 10.40 16851.87 0.00 16:48:38 16:40:01 2.00 0.00 2.00 0.00 0.00 22.26 0.00 16:48:38 16:41:01 51.47 10.56 40.90 0.00 5153.88 8632.46 0.00 16:48:38 16:42:01 6.28 0.02 6.27 0.00 0.13 127.31 0.00 16:48:38 16:43:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 16:48:38 16:44:01 1.97 0.00 1.97 0.00 0.00 21.60 0.00 16:48:38 16:45:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 16:48:38 16:46:01 2.23 0.00 2.23 0.00 0.00 24.93 0.00 16:48:38 16:47:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 16:48:38 16:48:01 66.64 0.33 66.31 0.00 14.13 41173.27 0.00 16:48:38 Average: 44.79 2.25 42.54 0.00 594.27 14278.31 0.00 16:48:38 16:48:38 16:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:48:38 16:37:01 28580660 31597040 709440 2.16 136708 3101636 1758216 5.18 1044624 2835300 92 16:48:38 16:38:01 28301796 31568852 733132 2.23 141712 3332044 1944596 5.73 1192480 2944716 392 16:48:38 16:39:01 27803228 31577840 722360 2.20 150340 3781204 1760676 5.19 1201460 3380544 12 16:48:38 16:40:01 27803516 31578356 721556 2.19 150416 3781208 1760676 5.19 1201220 3380548 4 16:48:38 16:41:01 27288104 31565180 717336 2.18 183624 4235572 1782764 5.25 1515372 3546576 1016 16:48:38 16:42:01 27296348 31568500 715248 2.18 182172 4232312 1773048 5.23 1512868 3543308 92 16:48:38 16:43:01 27299568 31571712 712064 2.17 182240 4232308 1773048 5.23 1509712 3543316 8 16:48:38 16:44:01 27300380 31572604 711100 2.16 182308 4232316 1773048 5.23 1509768 3543320 12 16:48:38 16:45:01 27300548 31572852 711000 2.16 182392 4232320 1773048 5.23 1509936 3543320 8 16:48:38 16:46:01 27300108 31572504 711368 2.16 182480 4232328 1773048 5.23 1510108 3543320 8 16:48:38 16:47:01 27300004 31572492 711364 2.16 182524 4232328 1773048 5.23 1510152 3543336 12 16:48:38 16:48:01 26474656 31524824 752944 2.29 201344 4936672 1974272 5.82 1612820 4205564 932 16:48:38 Average: 27504076 31570230 719076 2.19 171522 4046854 1801624 5.31 1402543 3462764 216 16:48:38 16:48:38 16:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:48:38 16:37:01 lo 6.40 6.40 0.62 0.62 0.00 0.00 0.00 0.00 16:48:38 16:37:01 ens3 529.43 386.02 7666.30 75.69 0.00 0.00 0.00 0.00 16:48:38 16:37:01 docker0 156.44 194.63 12.87 1803.11 0.00 0.00 0.00 0.00 16:48:38 16:38:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 16:48:38 16:38:01 ens3 41.53 27.75 158.65 13.22 0.00 0.00 0.00 0.00 16:48:38 16:38:01 docker0 3.50 7.40 0.22 84.18 0.00 0.00 0.00 0.00 16:48:38 16:39:01 lo 7.20 7.20 0.71 0.71 0.00 0.00 0.00 0.00 16:48:38 16:39:01 ens3 178.35 149.61 2563.95 309.85 0.00 0.00 0.00 0.00 16:48:38 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:48:38 16:40:01 ens3 0.58 0.12 0.06 0.01 0.00 0.00 0.00 0.00 16:48:38 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:41:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 16:48:38 16:41:01 ens3 99.15 54.40 2746.00 4.33 0.00 0.00 0.00 0.00 16:48:38 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:48:38 16:42:01 ens3 0.30 0.23 0.02 0.02 0.00 0.00 0.00 0.00 16:48:38 16:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:43:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:48:38 16:44:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:48:38 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:45:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:48:38 16:46:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:48:38 16:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:47:01 ens3 0.10 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:48:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 16:48:38 16:48:01 ens3 220.10 132.73 4683.21 22.57 0.00 0.00 0.00 0.00 16:48:38 16:48:01 docker0 36.43 62.44 3.27 690.21 0.00 0.00 0.00 0.00 16:48:38 16:48:01 vethf3f9526 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:48:38 Average: lo 1.44 1.44 0.14 0.14 0.00 0.00 0.00 0.00 16:48:38 Average: ens3 89.17 62.60 1484.88 35.48 0.00 0.00 0.00 0.00 16:48:38 Average: docker0 16.36 22.04 1.36 214.79 0.00 0.00 0.00 0.00 16:48:38 Average: vethf3f9526 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 16:48:38 16:48:38 16:48:38 ---> sar -P ALL: 16:48:38 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1110) 01/04/23 _x86_64_ (8 CPU) 16:48:38 16:48:38 16:35:31 LINUX RESTART (8 CPU) 16:48:38 16:48:38 16:36:01 CPU %user %nice %system %iowait %steal %idle 16:48:38 16:37:01 all 10.98 0.00 4.63 3.18 0.06 81.15 16:48:38 16:37:01 0 10.44 0.00 4.17 0.17 0.07 85.15 16:48:38 16:37:01 1 10.49 0.00 3.43 1.83 0.07 84.18 16:48:38 16:37:01 2 9.68 0.00 4.30 2.38 0.05 83.58 16:48:38 16:37:01 3 12.43 0.00 4.98 2.89 0.05 79.65 16:48:38 16:37:01 4 12.47 0.00 5.09 9.76 0.05 72.63 16:48:38 16:37:01 5 10.77 0.00 5.19 7.05 0.07 76.91 16:48:38 16:37:01 6 10.89 0.00 4.28 0.54 0.05 84.24 16:48:38 16:37:01 7 10.64 0.00 5.59 0.87 0.10 82.81 16:48:38 16:38:01 all 44.01 0.00 6.63 1.35 0.09 47.92 16:48:38 16:38:01 0 43.70 0.00 7.16 0.22 0.08 48.84 16:48:38 16:38:01 1 42.62 0.00 7.01 1.93 0.08 48.36 16:48:38 16:38:01 2 43.30 0.00 5.92 0.37 0.08 50.32 16:48:38 16:38:01 3 45.12 0.00 6.41 0.02 0.08 48.36 16:48:38 16:38:01 4 43.02 0.00 6.78 3.38 0.10 46.71 16:48:38 16:38:01 5 44.70 0.00 6.11 0.14 0.08 48.97 16:48:38 16:38:01 6 43.81 0.00 6.80 4.07 0.10 45.22 16:48:38 16:38:01 7 45.82 0.00 6.83 0.66 0.12 46.58 16:48:38 16:39:01 all 3.59 0.00 1.40 0.50 0.02 94.49 16:48:38 16:39:01 0 4.06 0.00 1.30 0.02 0.02 94.60 16:48:38 16:39:01 1 2.79 0.00 1.60 2.71 0.02 92.88 16:48:38 16:39:01 2 3.53 0.00 1.60 0.03 0.02 94.82 16:48:38 16:39:01 3 2.70 0.00 1.61 0.02 0.02 95.66 16:48:38 16:39:01 4 3.77 0.00 0.84 0.10 0.02 95.27 16:48:38 16:39:01 5 4.95 0.00 1.34 0.07 0.03 93.60 16:48:38 16:39:01 6 3.68 0.00 1.44 0.94 0.02 93.92 16:48:38 16:39:01 7 3.19 0.00 1.48 0.15 0.05 95.14 16:48:38 16:40:01 all 0.26 0.00 0.01 0.00 0.01 99.72 16:48:38 16:40:01 0 0.05 0.00 0.00 0.00 0.00 99.95 16:48:38 16:40:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:48:38 16:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:48:38 16:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:48:38 16:40:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:48:38 16:40:01 5 1.97 0.00 0.00 0.00 0.02 98.01 16:48:38 16:40:01 6 0.02 0.00 0.02 0.03 0.00 99.93 16:48:38 16:40:01 7 0.03 0.00 0.05 0.00 0.02 99.90 16:48:38 16:41:01 all 2.08 0.00 1.28 0.55 0.02 96.07 16:48:38 16:41:01 0 2.24 0.00 1.13 0.37 0.02 96.25 16:48:38 16:41:01 1 2.46 0.00 0.63 0.15 0.02 96.74 16:48:38 16:41:01 2 1.82 0.00 1.38 0.60 0.02 96.18 16:48:38 16:41:01 3 2.00 0.00 1.42 0.27 0.02 96.30 16:48:38 16:41:01 4 2.82 0.00 0.80 0.10 0.02 96.26 16:48:38 16:41:01 5 1.85 0.00 1.67 0.53 0.02 95.94 16:48:38 16:41:01 6 1.52 0.00 2.02 1.60 0.02 94.84 16:48:38 16:41:01 7 1.91 0.00 1.22 0.75 0.03 96.08 16:48:38 16:42:01 all 0.34 0.00 0.06 0.01 0.01 99.57 16:48:38 16:42:01 0 0.10 0.00 0.07 0.02 0.02 99.80 16:48:38 16:42:01 1 2.07 0.00 0.05 0.00 0.00 97.88 16:48:38 16:42:01 2 0.22 0.00 0.12 0.00 0.00 99.67 16:48:38 16:42:01 3 0.07 0.00 0.05 0.02 0.02 99.85 16:48:38 16:42:01 4 0.05 0.00 0.05 0.02 0.03 99.85 16:48:38 16:42:01 5 0.03 0.00 0.05 0.00 0.00 99.92 16:48:38 16:42:01 6 0.07 0.00 0.08 0.07 0.00 99.78 16:48:38 16:42:01 7 0.10 0.00 0.03 0.00 0.02 99.85 16:48:38 16:43:01 all 0.18 0.00 0.01 0.00 0.01 99.80 16:48:38 16:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:48:38 16:43:01 1 1.29 0.00 0.03 0.00 0.02 98.66 16:48:38 16:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:48:38 16:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:48:38 16:43:01 4 0.03 0.00 0.03 0.00 0.03 99.90 16:48:38 16:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:48:38 16:43:01 6 0.02 0.00 0.00 0.03 0.00 99.95 16:48:38 16:43:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:48:38 16:44:01 all 0.03 0.00 0.01 0.01 0.01 99.95 16:48:38 16:44:01 0 0.15 0.00 0.00 0.02 0.02 99.82 16:48:38 16:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:48:38 16:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:48:38 16:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:48:38 16:44:01 4 0.02 0.00 0.03 0.00 0.02 99.93 16:48:38 16:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:48:38 16:44:01 6 0.02 0.00 0.02 0.03 0.00 99.93 16:48:38 16:44:01 7 0.05 0.00 0.02 0.00 0.02 99.92 16:48:38 16:45:01 all 0.05 0.00 0.00 0.00 0.00 99.94 16:48:38 16:45:01 0 0.22 0.00 0.02 0.00 0.00 99.77 16:48:38 16:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:48:38 16:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:48:38 16:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:48:38 16:45:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:48:38 16:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:48:38 16:45:01 6 0.02 0.00 0.00 0.02 0.02 99.95 16:48:38 16:45:01 7 0.05 0.00 0.02 0.00 0.00 99.93 16:48:38 16:46:01 all 0.17 0.00 0.01 0.02 0.01 99.79 16:48:38 16:46:01 0 0.02 0.00 0.00 0.02 0.02 99.95 16:48:38 16:46:01 1 1.21 0.00 0.00 0.00 0.02 98.78 16:48:38 16:46:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:48:38 16:46:01 3 0.00 0.00 0.00 0.02 0.00 99.98 16:48:38 16:46:01 4 0.03 0.00 0.05 0.02 0.03 99.87 16:48:38 16:46:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:48:38 16:46:01 6 0.00 0.00 0.00 0.07 0.00 99.93 16:48:38 16:46:01 7 0.08 0.00 0.05 0.00 0.02 99.85 16:48:38 16:47:01 all 0.09 0.00 0.01 0.00 0.00 99.89 16:48:38 16:47:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:48:38 16:47:01 1 0.55 0.00 0.03 0.00 0.00 99.42 16:48:38 16:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:48:38 16:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:48:38 16:47:01 4 0.05 0.00 0.03 0.00 0.02 99.90 16:48:38 16:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:48:38 16:47:01 6 0.02 0.00 0.00 0.02 0.00 99.97 16:48:38 16:47:01 7 0.05 0.00 0.00 0.00 0.00 99.95 16:48:38 16:48:38 16:47:01 CPU %user %nice %system %iowait %steal %idle 16:48:38 16:48:01 all 4.36 0.00 1.86 1.53 0.03 92.23 16:48:38 16:48:01 0 5.30 0.00 1.79 0.12 0.02 92.78 16:48:38 16:48:01 1 3.83 0.00 1.72 0.00 0.03 94.41 16:48:38 16:48:01 2 4.72 0.00 2.38 0.17 0.03 92.70 16:48:38 16:48:01 3 3.96 0.00 1.41 0.02 0.02 94.60 16:48:38 16:48:01 4 3.50 0.00 2.04 8.83 0.03 85.59 16:48:38 16:48:01 5 4.44 0.00 1.37 1.20 0.02 92.97 16:48:38 16:48:01 6 4.12 0.00 2.23 1.86 0.03 91.75 16:48:38 16:48:01 7 5.00 0.00 1.90 0.00 0.05 93.05 16:48:38 Average: all 5.46 0.00 1.32 0.59 0.02 92.61 16:48:38 Average: 0 5.49 0.00 1.30 0.08 0.02 93.11 16:48:38 Average: 1 5.56 0.00 1.20 0.55 0.02 92.67 16:48:38 Average: 2 5.22 0.00 1.30 0.30 0.02 93.16 16:48:38 Average: 3 5.48 0.00 1.32 0.27 0.02 92.92 16:48:38 Average: 4 5.43 0.00 1.30 1.84 0.03 91.40 16:48:38 Average: 5 5.68 0.00 1.30 0.74 0.02 92.26 16:48:38 Average: 6 5.30 0.00 1.40 0.77 0.02 92.51 16:48:38 Average: 7 5.53 0.00 1.42 0.20 0.03 92.82 16:48:38 16:48:38 16:48:38