Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f853e127f9664cf87b77d4de8e3f5891c25e071e 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-ssh4849642090784463870.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh1833524186822940446.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh16874755262215273898.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh17701247893982767952.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-ssh18228451859381476944.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-16117’ Running on prd-ubuntu20.04-docker-8c-8g-16119 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 f853e127f9664cf87b77d4de8e3f5891c25e071e (main) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f853e127f9664cf87b77d4de8e3f5891c25e071e # timeout=10 Commit message: "build: Optimize test-attribution-txt.sh to use go.mod, not vendor (#430)" > git rev-list --no-walk 5ce181da19694a4307a13509148c3e1aea68fdc3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:22:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:22:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:22:09 ========================================================= 16:22:09 EdgeX Global Pipelines Version Info 16:22:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:22:10 ------------------- 16:22:10 stable info: 16:22:10 ------------------- 16:22:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:22:10 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 16:22:10 Message: update stable to v1.0.234 16:22:10 ------------------- 16:22:10 experimental info: 16:22:10 ------------------- 16:22:10 Commited By: **** collab-it+edgex@linuxfoundation.org 16:22:10 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 16:22:10 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:22:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 16:22:10 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 16:22:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:22:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:22:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:22:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 16:22:10 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f853e12 [Pipeline] echo 16:22:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:22:11 provisioning config files... 16:22:11 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2823042157891348979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:22:11 ---> docker-login.sh 16:22:11 nexus3.edgexfoundry.org:10001 16:22:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:11 Configure a credential helper to remove this warning. See 16:22:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:11 16:22:11 Login Succeeded 16:22:11 nexus3.edgexfoundry.org:10002 16:22:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:12 Configure a credential helper to remove this warning. See 16:22:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:12 16:22:12 Login Succeeded 16:22:12 nexus3.edgexfoundry.org:10003 16:22:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:12 Configure a credential helper to remove this warning. See 16:22:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:12 16:22:12 Login Succeeded 16:22:12 nexus3.edgexfoundry.org:10004 16:22:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:12 Configure a credential helper to remove this warning. See 16:22:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:12 16:22:12 Login Succeeded 16:22:12 docker.io 16:22:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:13 Configure a credential helper to remove this warning. See 16:22:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:13 16:22:13 Login Succeeded 16:22:13 ---> docker-login.sh ends [Pipeline] } 16:22:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:22:13 + git rev-list -1 --merges f853e127f9664cf87b77d4de8e3f5891c25e071e~1..f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] echo 16:22:13 -----------> git rev-list -1 --merges f853e127f9664cf87b77d4de8e3f5891c25e071e~1..f853e127f9664cf87b77d4de8e3f5891c25e071e f853e127f9664cf87b77d4de8e3f5891c25e071e [false] [Pipeline] sh 16:22:13 + git log --format=format:%s -1 f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] echo 16:22:13 ========================================================= 16:22:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:22:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:22:14 + git log --format=format:%s -1 f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] echo 16:22:14 [semverPrep] GIT_COMMIT: f853e127f9664cf87b77d4de8e3f5891c25e071e, Commit Message: build: Optimize test-attribution-txt.sh to use go.mod, not vendor (#430) [Pipeline] echo 16:22:14 [semverPrep] This is not a build commit. [Pipeline] sh 16:22:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:22:14 + grep -v github /etc/ssh/ssh_known_hosts 16:22:14 + [ -e /tmp/ssh_known_hosts ] 16:22:14 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:22:14 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:22:14 + sudo tee -a /etc/ssh/ssh_known_hosts 16:22:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:22:14 16:22:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:22:15 0.1.4: Pulling from edgex-devops/py-git-semver 16:22:15 42c077c10790: Pulling fs layer 16:22:15 f63e77b7563a: Pulling fs layer 16:22:15 bd5fdadae976: Pulling fs layer 16:22:15 205491f53016: Pulling fs layer 16:22:15 df18705c85c3: Pulling fs layer 16:22:15 bdb3f477010e: Pulling fs layer 16:22:15 c8a8fc8e1c8f: Pulling fs layer 16:22:15 2c6e9b1d212d: Pulling fs layer 16:22:15 bdb8f0575790: Pulling fs layer 16:22:15 386e3cb2ff24: Pulling fs layer 16:22:15 2343380bae48: Pulling fs layer 16:22:15 bdb3f477010e: Waiting 16:22:15 c8a8fc8e1c8f: Waiting 16:22:15 2c6e9b1d212d: Waiting 16:22:15 bdb8f0575790: Waiting 16:22:15 386e3cb2ff24: Waiting 16:22:15 2343380bae48: Waiting 16:22:15 205491f53016: Waiting 16:22:15 df18705c85c3: Waiting 16:22:15 f63e77b7563a: Download complete 16:22:15 205491f53016: Verifying Checksum 16:22:15 205491f53016: Download complete 16:22:15 df18705c85c3: Verifying Checksum 16:22:15 df18705c85c3: Download complete 16:22:15 bdb3f477010e: Verifying Checksum 16:22:15 bdb3f477010e: Download complete 16:22:15 bd5fdadae976: Verifying Checksum 16:22:15 bd5fdadae976: Download complete 16:22:15 2c6e9b1d212d: Download complete 16:22:15 bdb8f0575790: Verifying Checksum 16:22:15 bdb8f0575790: Download complete 16:22:15 386e3cb2ff24: Download complete 16:22:15 2343380bae48: Download complete 16:22:15 42c077c10790: Verifying Checksum 16:22:15 42c077c10790: Download complete 16:22:15 c8a8fc8e1c8f: Download complete 16:22:17 42c077c10790: Pull complete 16:22:17 f63e77b7563a: Pull complete 16:22:17 bd5fdadae976: Pull complete 16:22:17 205491f53016: Pull complete 16:22:17 df18705c85c3: Pull complete 16:22:17 bdb3f477010e: Pull complete 16:22:19 c8a8fc8e1c8f: Pull complete 16:22:20 2c6e9b1d212d: Pull complete 16:22:20 bdb8f0575790: Pull complete 16:22:20 386e3cb2ff24: Pull complete 16:22:20 2343380bae48: Pull complete 16:22:20 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 16:22:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:22:20 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:22:20 prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container 16:22: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:22:21 $ docker top c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 -eo pid,comm 16:22:21 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:22:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:22:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:22:21 [ssh-agent] Looking for ssh-agent implementation... 16:22:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:22:22 $ docker exec c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 ssh-agent 16:22:22 SSH_AUTH_SOCK=/tmp/ssh-KYsP7VjRfy85/agent.32 16:22:22 SSH_AGENT_PID=38 16:22:22 Running ssh-add (command line suppressed) 16:22:22 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8591857845661830065.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8591857845661830065.key) 16:22:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:22:22 + git tag --points-at HEAD [Pipeline] } 16:22:22 $ docker exec --env ******** --env ******** c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 ssh-agent -k 16:22:22 unset SSH_AUTH_SOCK; 16:22:22 unset SSH_AGENT_PID; 16:22:22 echo Agent pid 38 killed; 16:22:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:22:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:22:22 [ssh-agent] Looking for ssh-agent implementation... 16:22:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:22:22 $ docker exec c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 ssh-agent 16:22:23 SSH_AUTH_SOCK=/tmp/ssh-rOLDg1kW5nPC/agent.73 16:22:23 SSH_AGENT_PID=80 16:22:23 Running ssh-add (command line suppressed) 16:22:23 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7422874295341942392.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7422874295341942392.key) 16:22:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:22:23 + git semver init 16:22:23 2022-06-27 16:22:23,725 [run_init] DEBUG init version:0.0.0 force:False 16:22:23 2022-06-27 16:22:23,726 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 16:22:23 2022-06-27 16:22:23,726 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 16:22:23 2022-06-27 16:22:23,726 [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:22:24 2022-06-27 16:22:24,429 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 16:22:24 2022-06-27 16:22:24,430 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 16:22:24 2022-06-27 16:22:24,430 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:22:24 2022-06-27 16:22:24,430 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:22:24 2.2.1-dev.5 [Pipeline] } 16:22:24 $ docker exec --env ******** --env ******** c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 ssh-agent -k 16:22:24 unset SSH_AUTH_SOCK; 16:22:24 unset SSH_AGENT_PID; 16:22:24 echo Agent pid 80 killed; 16:22:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:22:25 + git semver [Pipeline] } 16:22:25 $ docker stop --time=1 c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 16:22:26 $ docker rm -f c84dc13d3de6144a73e744da1ec8bf739e101980ce0d6afe976eb84447dd7f34 [Pipeline] // withDockerContainer [Pipeline] sh 16:22:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:22:27 Stashed 1 file(s) [Pipeline] echo 16:22:27 [edgeXSemver]: initialized semver on version 2.2.1-dev.5 [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:22:27 provisioning config files... 16:22:27 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7904325789579905371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:22:27 ---> docker-login.sh 16:22:27 nexus3.edgexfoundry.org:10001 16:22:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:27 Configure a credential helper to remove this warning. See 16:22:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:27 16:22:27 Login Succeeded 16:22:27 nexus3.edgexfoundry.org:10002 16:22:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:28 Configure a credential helper to remove this warning. See 16:22:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:28 16:22:28 Login Succeeded 16:22:28 nexus3.edgexfoundry.org:10003 16:22:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:28 Configure a credential helper to remove this warning. See 16:22:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:28 16:22:28 Login Succeeded 16:22:28 nexus3.edgexfoundry.org:10004 16:22:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:28 Configure a credential helper to remove this warning. See 16:22:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:28 16:22:28 Login Succeeded 16:22:28 docker.io 16:22:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:28 Configure a credential helper to remove this warning. See 16:22:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:28 16:22:28 Login Succeeded 16:22:28 ---> docker-login.sh ends [Pipeline] } 16:22:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:22:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:22:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:22:28 ========================================================= 16:22:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 16:22:28 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:29 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 16:22:29 Sending build context to Docker daemon 3.084MB 16:22:29 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:22:29 Step 2/13 : FROM ${BASE} AS builder 16:22:29 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 16:22:29 59bf1c3509f3: Pulling fs layer 16:22:29 666ba61612fd: Pulling fs layer 16:22:29 8ed8ca486205: Pulling fs layer 16:22:29 cc1cd167ecdc: Pulling fs layer 16:22:29 c516ae0d96e1: Pulling fs layer 16:22:29 684cea983483: Pulling fs layer 16:22:29 dd3240ac7de5: Pulling fs layer 16:22:29 b1e948a4e11c: Pulling fs layer 16:22:29 a8fd76ee1af6: Pulling fs layer 16:22:29 646ad004c059: Pulling fs layer 16:22:29 c516ae0d96e1: Waiting 16:22:29 684cea983483: Waiting 16:22:29 cc1cd167ecdc: Waiting 16:22:29 dd3240ac7de5: Waiting 16:22:29 b1e948a4e11c: Waiting 16:22:29 a8fd76ee1af6: Waiting 16:22:29 646ad004c059: Waiting 16:22:29 8ed8ca486205: Verifying Checksum 16:22:29 8ed8ca486205: Download complete 16:22:29 666ba61612fd: Verifying Checksum 16:22:29 666ba61612fd: Download complete 16:22:29 c516ae0d96e1: Verifying Checksum 16:22:29 c516ae0d96e1: Download complete 16:22:29 684cea983483: Verifying Checksum 16:22:29 684cea983483: Download complete 16:22:29 59bf1c3509f3: Verifying Checksum 16:22:29 59bf1c3509f3: Download complete 16:22:29 dd3240ac7de5: Verifying Checksum 16:22:29 dd3240ac7de5: Download complete 16:22:29 b1e948a4e11c: Verifying Checksum 16:22:29 b1e948a4e11c: Download complete 16:22:29 59bf1c3509f3: Pull complete 16:22:29 666ba61612fd: Pull complete 16:22:29 8ed8ca486205: Pull complete 16:22:29 646ad004c059: Verifying Checksum 16:22:29 646ad004c059: Download complete 16:22:29 a8fd76ee1af6: Verifying Checksum 16:22:29 a8fd76ee1af6: Download complete 16:22:29 cc1cd167ecdc: Verifying Checksum 16:22:29 cc1cd167ecdc: Download complete 16:22:34 cc1cd167ecdc: Pull complete 16:22:34 c516ae0d96e1: Pull complete 16:22:34 684cea983483: Pull complete 16:22:34 dd3240ac7de5: Pull complete 16:22:34 b1e948a4e11c: Pull complete 16:22:36 a8fd76ee1af6: Pull complete 16:22:37 646ad004c059: Pull complete 16:22:37 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 16:22:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:22:37 ---> 8f69c11f6b0c 16:22:37 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:22:38 ---> Running in db09ac202b5e 16:22:39 Removing intermediate container db09ac202b5e 16:22:39 ---> 58aa61aa397e 16:22:39 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:22:39 ---> Running in c7452293677a 16:22:39 Removing intermediate container c7452293677a 16:22:39 ---> 438f00fb5c95 16:22:39 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:22:39 ---> Running in ff16623b208c 16:22:39 Removing intermediate container ff16623b208c 16:22:39 ---> c240a3acaa4f 16:22:39 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:39 ---> Running in 878b101d72ab 16:22:39 Removing intermediate container 878b101d72ab 16:22:39 ---> 8118dbeb7d85 16:22:39 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:22:39 ---> Running in 9eee41dfc71f 16:22:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:22:41 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:22:41 OK: 221 MiB in 52 packages 16:22:41 Removing intermediate container 9eee41dfc71f 16:22:41 ---> 56f092bff23f 16:22:41 Step 8/13 : WORKDIR /app 16:22:41 ---> Running in 809c9da13a2c 16:22:41 Removing intermediate container 809c9da13a2c 16:22:41 ---> 97d0b627f053 16:22:41 Step 9/13 : COPY go.mod vendor* ./ 16:22:41 ---> 32f2e2e64a29 16:22:41 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:22:41 ---> Running in 1b306aca9aea 16:22:42 Still waiting to schedule task 16:22:42 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-16118’ 16:22:56 Removing intermediate container 1b306aca9aea 16:22:56 ---> e29ecb74a3c0 16:22:56 Step 11/13 : COPY . . 16:22:56 ---> b9bc26c512fd 16:22:56 Step 12/13 : ARG MAKE="make build" 16:22:56 ---> Running in af614f0cee9c 16:22:56 Removing intermediate container af614f0cee9c 16:22:56 ---> cb501bbc8d08 16:22:56 Step 13/13 : RUN $MAKE 16:22:57 ---> Running in f6b5b2b27d93 16:22:57 noop 16:22:57 Removing intermediate container f6b5b2b27d93 16:22:57 ---> 43882128097e 16:22:57 Successfully built 43882128097e 16:22:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:57 + docker inspect -f . ci-base-image-x86_64 16:22:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:22:57 prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container 16:22: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 ******** ci-base-image-x86_64 cat 16:22:58 $ docker top 2859c7cfecc4e57b5d0123d139bde8679b09a3c348079642fa0003daee6c5866 -eo pid,comm [Pipeline] { [Pipeline] sh 16:22:58 + go version 16:22:58 go version go1.17.7 linux/amd64 [Pipeline] } 16:22:58 $ docker stop --time=1 2859c7cfecc4e57b5d0123d139bde8679b09a3c348079642fa0003daee6c5866 16:23:00 $ docker rm -f 2859c7cfecc4e57b5d0123d139bde8679b09a3c348079642fa0003daee6c5866 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:00 + docker inspect -f . ci-base-image-x86_64 16:23:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:23:00 prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container 16:23:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:23:01 $ docker top 2b5d93a051dc615339da0a72eabac678a176ad5ee18f8be3453042e4555058a7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 16:23:01 + make test 16:23:01 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:23:11 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:23:11 CGO_ENABLED=1 go vet ./... 16:23:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:23:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:23:14 ./bin/test-attribution-txt.sh [Pipeline] echo 16:23:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:23:14 $ docker stop --time=1 2b5d93a051dc615339da0a72eabac678a176ad5ee18f8be3453042e4555058a7 16:23:16 $ docker rm -f 2b5d93a051dc615339da0a72eabac678a176ad5ee18f8be3453042e4555058a7 [Pipeline] // withDockerContainer [Pipeline] sh 16:23:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:23:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:23:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:23:17 + ls -al . 16:23:17 total 168 16:23:17 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 16:23 . 16:23:17 drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 16:22 .. 16:23:17 -rw-rw-r-- 1 jenkins jenkins 119 Jun 27 16:22 .dockerignore 16:23:17 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 16:22 .git 16:23:17 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 16:22 .github 16:23:17 -rw-rw-r-- 1 jenkins jenkins 104 Jun 27 16:22 .gitignore 16:23:17 drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 16:22 .semver 16:23:17 -rw-rw-r-- 1 jenkins jenkins 8698 Jun 27 16:22 Attribution.txt 16:23:17 -rw-rw-r-- 1 jenkins jenkins 27269 Jun 27 16:22 CHANGELOG.md 16:23:17 -rw-rw-r-- 1 jenkins jenkins 2087 Jun 27 16:22 Dockerfile 16:23:17 -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 16:22 GOVERNANCE.md 16:23:17 -rw-rw-r-- 1 jenkins jenkins 688 Jun 27 16:22 Jenkinsfile 16:23:17 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 27 16:22 LICENSE 16:23:17 -rw-rw-r-- 1 jenkins jenkins 618 Jun 27 16:22 OWNERS.md 16:23:17 -rw-rw-r-- 1 jenkins jenkins 3718 Jun 27 16:22 README.md 16:23:17 -rw-rw-r-- 1 jenkins jenkins 11 Jun 27 16:22 VERSION 16:23:17 drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 16:22 bin 16:23:17 -rw-r--r-- 1 jenkins jenkins 10 Jun 27 16:23 coverage.out 16:23:17 -rw-rw-r-- 1 jenkins jenkins 3273 Jun 27 16:22 go.mod 16:23:17 -rw-rw-r-- 1 jenkins jenkins 35803 Jun 27 16:22 go.sum 16:23:17 -rw-rw-r-- 1 jenkins jenkins 1949 Jun 27 16:22 main.go 16:23:17 -rw-rw-r-- 1 jenkins jenkins 1972 Jun 27 16:22 makefile 16:23:17 drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 16:22 res 16:23:17 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 16:22 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:18 + 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=f853e127f9664cf87b77d4de8e3f5891c25e071e --label arch=amd64 --label version=2.2.1-dev.5 . 16:23:18 Sending build context to Docker daemon 3.085MB 16:23:18 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 16:23:18 Step 2/27 : FROM ${BASE} AS builder 16:23:18 ---> 43882128097e 16:23:18 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:23:18 ---> Running in c95719fba993 16:23:18 Removing intermediate container c95719fba993 16:23:18 ---> 0714399ef4cd 16:23:18 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:23:18 ---> Running in ba0255749ec8 16:23:18 Removing intermediate container ba0255749ec8 16:23:18 ---> 195d209932f2 16:23:18 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:23:18 ---> Running in 664b8c3c90ed 16:23:18 Removing intermediate container 664b8c3c90ed 16:23:18 ---> 9a25cbf5b1fc 16:23:18 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:23:18 ---> Running in 32e98655a5c8 16:23:19 Removing intermediate container 32e98655a5c8 16:23:19 ---> 60088059dd43 16:23:19 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:23:19 ---> Running in 8a7f00d0ccb1 16:23:19 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:23:20 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:23:20 OK: 221 MiB in 52 packages 16:23:20 Removing intermediate container 8a7f00d0ccb1 16:23:20 ---> 313ebdede775 16:23:20 Step 8/27 : WORKDIR /app 16:23:20 ---> Running in d42807507e16 16:23:20 Removing intermediate container d42807507e16 16:23:20 ---> 1134fce159a7 16:23:20 Step 9/27 : COPY go.mod vendor* ./ 16:23:21 ---> 723203216874 16:23:21 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:23:21 ---> Running in 65978c0b2a1e 16:23:21 Removing intermediate container 65978c0b2a1e 16:23:21 ---> bf37cc81a9b0 16:23:21 Step 11/27 : COPY . . 16:23:21 ---> 480146c57291 16:23:21 Step 12/27 : ARG MAKE="make build" 16:23:21 ---> Running in c0c24a947a07 16:23:22 Removing intermediate container c0c24a947a07 16:23:22 ---> 664f88fded1e 16:23:22 Step 13/27 : RUN $MAKE 16:23:22 ---> Running in 35f244b9cc6f 16:23:22 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.1-dev.5" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 16:23:44 Removing intermediate container 35f244b9cc6f 16:23:44 ---> cbf43eb40553 16:23:44 Step 14/27 : FROM alpine:3.14 16:23:44 3.14: Pulling from library/alpine 16:23:44 8663204ce13b: Pulling fs layer 16:23:44 8663204ce13b: Verifying Checksum 16:23:44 8663204ce13b: Download complete 16:23:44 8663204ce13b: Pull complete 16:23:44 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 16:23:44 Status: Downloaded newer image for alpine:3.14 16:23:44 ---> e04c818066af 16:23:44 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:23:44 ---> Running in 9710363dae7c 16:23:44 Removing intermediate container 9710363dae7c 16:23:44 ---> 4bb0d955b182 16:23:44 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:23:44 ---> Running in 441c7d5fbd3e 16:23:44 Removing intermediate container 441c7d5fbd3e 16:23:44 ---> df6b59f179e1 16:23:44 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 16:23:44 ---> Running in 0b3cee89a366 16:23:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:23:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:23:44 (1/7) Installing ca-certificates (20211220-r0) 16:23:44 (2/7) Installing dumb-init (1.2.5-r1) 16:23:44 (3/7) Installing libgcc (10.3.1_git20210424-r2) 16:23:44 (4/7) Installing libsodium (1.0.18-r0) 16:23:44 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 16:23:44 (6/7) Installing libzmq (4.3.4-r0) 16:23:44 (7/7) Installing zeromq (4.3.4-r0) 16:23:44 Executing busybox-1.33.1-r7.trigger 16:23:44 Executing ca-certificates-20211220-r0.trigger 16:23:44 OK: 9 MiB in 21 packages 16:23:44 Removing intermediate container 0b3cee89a366 16:23:44 ---> 3b131a7caf62 16:23:44 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:23:44 ---> dbaa1df28e47 16:23:44 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:23:44 ---> 44a1df3360c0 16:23:44 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:23:44 ---> 77f77888c998 16:23:44 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:23:44 ---> 1e8a36e26baf 16:23:44 Step 22/27 : EXPOSE 48095 16:23:44 ---> Running in db8534054b24 16:23:44 Removing intermediate container db8534054b24 16:23:44 ---> 84330b1ee24f 16:23:44 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:23:44 ---> Running in 3ce061d5e37d 16:23:45 Removing intermediate container 3ce061d5e37d 16:23:45 ---> a109ec94199e 16:23:45 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:23:45 ---> Running in 1353fcd66f74 16:23:45 Removing intermediate container 1353fcd66f74 16:23:45 ---> 8b6c7c6cdc47 16:23:45 Step 25/27 : LABEL arch=amd64 16:23:45 ---> Running in f260cbf861d9 16:23:45 Removing intermediate container f260cbf861d9 16:23:45 ---> 720bbdcb0115 16:23:45 Step 26/27 : LABEL git_sha=f853e127f9664cf87b77d4de8e3f5891c25e071e 16:23:45 ---> Running in 601f9cd052d9 16:23:45 Removing intermediate container 601f9cd052d9 16:23:45 ---> b33cd59d419d 16:23:45 Step 27/27 : LABEL version=2.2.1-dev.5 16:23:45 ---> Running in 1c374871ef6b 16:23:45 Removing intermediate container 1c374871ef6b 16:23:45 ---> 9c72db0dcc9a 16:23:45 [Warning] One or more build-args [ARCH] were not consumed 16:23:45 Successfully built 9c72db0dcc9a 16:23:45 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:23:45 provisioning config files... 16:23:45 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6215174822169599154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:23:45 ---> docker-login.sh 16:23:45 nexus3.edgexfoundry.org:10001 16:23:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:45 Configure a credential helper to remove this warning. See 16:23:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:45 16:23:45 Login Succeeded 16:23:45 nexus3.edgexfoundry.org:10002 16:23:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:45 Configure a credential helper to remove this warning. See 16:23:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:45 16:23:45 Login Succeeded 16:23:45 nexus3.edgexfoundry.org:10003 16:23:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:45 Configure a credential helper to remove this warning. See 16:23:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:45 16:23:45 Login Succeeded 16:23:45 nexus3.edgexfoundry.org:10004 16:23:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:46 Configure a credential helper to remove this warning. See 16:23:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:46 16:23:46 Login Succeeded 16:23:46 docker.io 16:23:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:46 Configure a credential helper to remove this warning. See 16:23:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:46 16:23:46 Login Succeeded 16:23:46 ---> docker-login.sh ends [Pipeline] } 16:23:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:23:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:23:46 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 16:23:46 f853e127f9664cf87b77d4de8e3f5891c25e071e 16:23:46 latest 16:23:46 2.2.1-dev.5 16:23:46 f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 16:23:46 main 16:23:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:46 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:47 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:f853e127f9664cf87b77d4de8e3f5891c25e071e 16:23:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:23:47 e6a2aabc588a: Preparing 16:23:47 40028962acab: Preparing 16:23:47 4957ce00d531: Preparing 16:23:47 cbeb58e37669: Preparing 16:23:47 88cd5eef911d: Preparing 16:23:47 b541d28bf3b4: Preparing 16:23:47 b541d28bf3b4: Waiting 16:23:47 4957ce00d531: Pushed 16:23:47 cbeb58e37669: Pushed 16:23:47 40028962acab: Pushed 16:23:47 b541d28bf3b4: Layer already exists 16:23:47 88cd5eef911d: Pushed 16:23:50 e6a2aabc588a: Pushed 16:23:50 f853e127f9664cf87b77d4de8e3f5891c25e071e: digest: sha256:1c2cfdcc167c644eca4b13c6d033b545f6ac34583d6ab120eb31272b50fe5c77 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:50 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:50 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:23:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:23:50 e6a2aabc588a: Preparing 16:23:50 40028962acab: Preparing 16:23:50 4957ce00d531: Preparing 16:23:50 cbeb58e37669: Preparing 16:23:50 88cd5eef911d: Preparing 16:23:50 b541d28bf3b4: Preparing 16:23:50 b541d28bf3b4: Waiting 16:23:50 4957ce00d531: Layer already exists 16:23:50 40028962acab: Layer already exists 16:23:50 88cd5eef911d: Layer already exists 16:23:50 e6a2aabc588a: Layer already exists 16:23:50 cbeb58e37669: Layer already exists 16:23:50 b541d28bf3b4: Layer already exists 16:23:50 latest: digest: sha256:1c2cfdcc167c644eca4b13c6d033b545f6ac34583d6ab120eb31272b50fe5c77 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:51 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:51 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.5 16:23:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:23:51 e6a2aabc588a: Preparing 16:23:51 40028962acab: Preparing 16:23:51 4957ce00d531: Preparing 16:23:51 cbeb58e37669: Preparing 16:23:51 88cd5eef911d: Preparing 16:23:51 b541d28bf3b4: Preparing 16:23:51 b541d28bf3b4: Waiting 16:23:51 cbeb58e37669: Layer already exists 16:23:51 40028962acab: Layer already exists 16:23:51 4957ce00d531: Layer already exists 16:23:51 88cd5eef911d: Layer already exists 16:23:51 e6a2aabc588a: Layer already exists 16:23:51 b541d28bf3b4: Layer already exists 16:23:51 2.2.1-dev.5: digest: sha256:1c2cfdcc167c644eca4b13c6d033b545f6ac34583d6ab120eb31272b50fe5c77 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:51 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:52 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 16:23:52 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:23:52 e6a2aabc588a: Preparing 16:23:52 40028962acab: Preparing 16:23:52 4957ce00d531: Preparing 16:23:52 cbeb58e37669: Preparing 16:23:52 88cd5eef911d: Preparing 16:23:52 b541d28bf3b4: Preparing 16:23:52 b541d28bf3b4: Waiting 16:23:52 cbeb58e37669: Layer already exists 16:23:52 88cd5eef911d: Layer already exists 16:23:52 e6a2aabc588a: Layer already exists 16:23:52 4957ce00d531: Layer already exists 16:23:52 40028962acab: Layer already exists 16:23:52 b541d28bf3b4: Layer already exists 16:23:52 f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5: digest: sha256:1c2cfdcc167c644eca4b13c6d033b545f6ac34583d6ab120eb31272b50fe5c77 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:52 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:52 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 16:23:52 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:23:52 e6a2aabc588a: Preparing 16:23:52 40028962acab: Preparing 16:23:52 4957ce00d531: Preparing 16:23:52 cbeb58e37669: Preparing 16:23:52 88cd5eef911d: Preparing 16:23:52 b541d28bf3b4: Preparing 16:23:52 b541d28bf3b4: Waiting 16:23:52 88cd5eef911d: Layer already exists 16:23:52 4957ce00d531: Layer already exists 16:23:52 cbeb58e37669: Layer already exists 16:23:52 40028962acab: Layer already exists 16:23:52 e6a2aabc588a: Layer already exists 16:23:52 b541d28bf3b4: Layer already exists 16:23:52 main: digest: sha256:1c2cfdcc167c644eca4b13c6d033b545f6ac34583d6ab120eb31272b50fe5c77 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:23:52 ===================================================== [Pipeline] echo 16:23:52 taggedImages: 16:23:52 - nexus3.edgexfoundry.org:10004/app-service-configurable:f853e127f9664cf87b77d4de8e3f5891c25e071e 16:23:52 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:23:52 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.5 16:23:52 - nexus3.edgexfoundry.org:10004/app-service-configurable:f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 16:23:52 - 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:23:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:23:53 16:23:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:23:53 latest: Pulling from edgex-lftools-log-publisher 16:23:53 5eb5b503b376: Pulling fs layer 16:23:53 5c69ac0246d0: Pulling fs layer 16:23:53 ec43610c2a17: Pulling fs layer 16:23:53 3a2ae6a8a46f: Pulling fs layer 16:23:53 33b1e0a273af: Pulling fs layer 16:23:53 5d3b04190fa2: Pulling fs layer 16:23:53 2f39f015ded8: Pulling fs layer 16:23:53 3a2ae6a8a46f: Waiting 16:23:53 33b1e0a273af: Waiting 16:23:53 2f39f015ded8: Waiting 16:23:53 5d3b04190fa2: Waiting 16:23:53 5c69ac0246d0: Download complete 16:23:53 3a2ae6a8a46f: Verifying Checksum 16:23:53 3a2ae6a8a46f: Download complete 16:23:53 33b1e0a273af: Verifying Checksum 16:23:53 33b1e0a273af: Download complete 16:23:53 ec43610c2a17: Verifying Checksum 16:23:53 ec43610c2a17: Download complete 16:23:53 5d3b04190fa2: Verifying Checksum 16:23:53 5d3b04190fa2: Download complete 16:23:53 5eb5b503b376: Verifying Checksum 16:23:53 5eb5b503b376: Download complete 16:23:55 5eb5b503b376: Pull complete 16:23:55 5c69ac0246d0: Pull complete 16:23:55 ec43610c2a17: Pull complete 16:23:55 3a2ae6a8a46f: Pull complete 16:23:56 33b1e0a273af: Pull complete 16:23:56 5d3b04190fa2: Pull complete 16:24:00 2f39f015ded8: Pull complete 16:24:00 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:24:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:24:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:24:00 prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container 16:24:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:24:01 $ docker top ccff72e419dce63ff4923fc4f83c8e9703fa31027a5e18a32e0e2a4bd6d86a12 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:24:02 ---> job-cost.sh 16:24:02 lf-activate-venv: SKIPPING 16:24:02 INFO: No Stack... 16:24:02 INFO: Retrieving Pricing Info for: v3-standard-8 16:24:03 INFO: Archiving Costs [Pipeline] sh 16:24:03 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 16:24:03 + cut -d, -f6 [Pipeline] lock 16:24:03 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] 16:24:03 Resource [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] did not exist. Created. 16:24:03 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:24:03 + echo total: 0.2199999988079071 [Pipeline] stash 16:24:03 Stashed 1 file(s) [Pipeline] } 16:24:03 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] [Pipeline] // lock [Pipeline] } 16:24:03 $ docker stop --time=1 ccff72e419dce63ff4923fc4f83c8e9703fa31027a5e18a32e0e2a4bd6d86a12 16:24:05 $ docker rm -f ccff72e419dce63ff4923fc4f83c8e9703fa31027a5e18a32e0e2a4bd6d86a12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:26:24 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16120 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 16:26:24 Running in /w/workspace/app-service-configurable/82 [Pipeline] { [Pipeline] checkout 16:26:24 Selected Git installation does not exist. Using Default 16:26:24 The recommended git tool is: NONE 16:26:28 using credential edgex-jenkins-ssh 16:26:28 Cloning the remote Git repository 16:26:28 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:26:28 > git init /w/workspace/app-service-configurable/82 # timeout=10 16:26:29 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:26:29 > git --version # timeout=10 16:26:29 > git --version # 'git version 2.25.1' 16:26:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:30 Avoid second fetch 16:26:30 Checking out Revision f853e127f9664cf87b77d4de8e3f5891c25e071e (main) 16:26:30 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:26:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:30 > git config core.sparsecheckout # timeout=10 16:26:30 > git checkout -f f853e127f9664cf87b77d4de8e3f5891c25e071e # timeout=10 16:26:34 Commit message: "build: Optimize test-attribution-txt.sh to use go.mod, not vendor (#430)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:26:35 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:26:35 % Total % Received % Xferd Average Speed Time Time Time Current 16:26:35 Dload Upload Total Spent Left Speed 16:26:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 12253 97 11884 0 0 89353 0 --:--:-- --:--:-- --:--:-- 88686 100 12253 100 12253 0 0 91440 0 --:--:-- --:--:-- --:--:-- 90762 [Pipeline] sh 16:26:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:26:36 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:26:36 + sudo tee /etc/docker/daemon.new 16:26:36 { 16:26:36 "registry-mirrors": [ 16:26:36 "https://nexus3.edgexfoundry.org:10001" 16:26:36 ], 16:26:36 "bip": "10.250.0.254/24", 16:26:36 "hosts": [ 16:26:36 "tcp://0.0.0.0:5555", 16:26:36 "unix:///var/run/docker.sock" 16:26:36 ], 16:26:36 "mtu": 1458, 16:26:36 "selinux-enabled": true, 16:26:36 "seccomp-profile": "/etc/docker/seccomp.json" 16:26:36 } [Pipeline] sh 16:26:36 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:26:36 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:26:55 provisioning config files... 16:26:55 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/82@tmp/config4447494328323107055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:26:55 ---> docker-login.sh 16:26:55 nexus3.edgexfoundry.org:10001 16:26:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:56 Configure a credential helper to remove this warning. See 16:26:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:56 16:26:56 Login Succeeded 16:26:56 nexus3.edgexfoundry.org:10002 16:26:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:57 Configure a credential helper to remove this warning. See 16:26:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:57 16:26:57 Login Succeeded 16:26:57 nexus3.edgexfoundry.org:10003 16:26:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:57 Configure a credential helper to remove this warning. See 16:26:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:57 16:26:57 Login Succeeded 16:26:57 nexus3.edgexfoundry.org:10004 16:26:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:58 Configure a credential helper to remove this warning. See 16:26:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:58 16:26:58 Login Succeeded 16:26:58 docker.io 16:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:58 Configure a credential helper to remove this warning. See 16:26:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:58 16:26:58 Login Succeeded 16:26:58 ---> docker-login.sh ends [Pipeline] } 16:26:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:26:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:26:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:26:58 ========================================================= 16:26:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 16:26:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:26:59 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 16:26:59 Sending build context to Docker daemon 204.3kB 16:26:59 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:26:59 Step 2/13 : FROM ${BASE} AS builder 16:26:59 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:26:59 9b3977197b4f: Pulling fs layer 16:26:59 1a89e8eeedd5: Pulling fs layer 16:26:59 94645a83ff95: Pulling fs layer 16:26:59 e6fb740bc735: Pulling fs layer 16:26:59 3a77bd46dcc9: Pulling fs layer 16:26:59 355e64cbe906: Pulling fs layer 16:26:59 63ab81a10011: Pulling fs layer 16:26:59 555d1d1c4555: Pulling fs layer 16:26:59 7d9057610161: Pulling fs layer 16:26:59 63ab81a10011: Waiting 16:26:59 555d1d1c4555: Waiting 16:26:59 7d9057610161: Waiting 16:26:59 e6fb740bc735: Waiting 16:26:59 3a77bd46dcc9: Waiting 16:26:59 355e64cbe906: Waiting 16:26:59 94645a83ff95: Verifying Checksum 16:26:59 94645a83ff95: Download complete 16:26:59 1a89e8eeedd5: Verifying Checksum 16:26:59 1a89e8eeedd5: Download complete 16:26:59 3a77bd46dcc9: Verifying Checksum 16:26:59 3a77bd46dcc9: Download complete 16:26:59 355e64cbe906: Verifying Checksum 16:26:59 355e64cbe906: Download complete 16:26:59 9b3977197b4f: Verifying Checksum 16:26:59 9b3977197b4f: Download complete 16:26:59 63ab81a10011: Download complete 16:27:00 7d9057610161: Verifying Checksum 16:27:00 7d9057610161: Download complete 16:27:00 9b3977197b4f: Pull complete 16:27:01 1a89e8eeedd5: Pull complete 16:27:01 94645a83ff95: Pull complete 16:27:02 555d1d1c4555: Verifying Checksum 16:27:02 555d1d1c4555: Download complete 16:27:02 e6fb740bc735: Verifying Checksum 16:27:02 e6fb740bc735: Download complete 16:27:15 e6fb740bc735: Pull complete 16:27:15 3a77bd46dcc9: Pull complete 16:27:15 355e64cbe906: Pull complete 16:27:15 63ab81a10011: Pull complete 16:27:22 555d1d1c4555: Pull complete 16:27:23 7d9057610161: Pull complete 16:27:23 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 16:27:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:27:23 ---> 819e984ddca1 16:27:23 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:27:25 ---> Running in 28f9af370dbf 16:27:25 Removing intermediate container 28f9af370dbf 16:27:25 ---> d1d12d1c00ad 16:27:25 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:27:25 ---> Running in 1de7715c67f2 16:27:25 Removing intermediate container 1de7715c67f2 16:27:25 ---> 15d46d91527d 16:27:25 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:27:26 ---> Running in 8e96bfe9766b 16:27:26 Removing intermediate container 8e96bfe9766b 16:27:26 ---> f99bbe37b23a 16:27:26 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:26 ---> Running in e6aa2c8ffc3c 16:27:28 Removing intermediate container e6aa2c8ffc3c 16:27:28 ---> 2cd379e245f2 16:27:28 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:27:28 ---> Running in 45c55eefaf5f 16:27:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:27:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:27:31 OK: 220 MiB in 52 packages 16:27:32 Removing intermediate container 45c55eefaf5f 16:27:32 ---> a63aef6d10de 16:27:32 Step 8/13 : WORKDIR /app 16:27:32 ---> Running in e942dfb1cf19 16:27:32 Removing intermediate container e942dfb1cf19 16:27:32 ---> 804d20937c26 16:27:32 Step 9/13 : COPY go.mod vendor* ./ 16:27:33 ---> b3fe7513afa6 16:27:33 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:27:33 ---> Running in 57efa93e7ace 16:28:20 Removing intermediate container 57efa93e7ace 16:28:20 ---> 0baf7134eeaa 16:28:20 Step 11/13 : COPY . . 16:28:20 ---> b26797a476d9 16:28:20 Step 12/13 : ARG MAKE="make build" 16:28:20 ---> Running in f4ea90f3d90b 16:28:20 Removing intermediate container f4ea90f3d90b 16:28:20 ---> 29b827d0501b 16:28:20 Step 13/13 : RUN $MAKE 16:28:20 ---> Running in 65538dd99bb2 16:28:20 noop 16:28:20 Removing intermediate container 65538dd99bb2 16:28:20 ---> a8769b0a1d58 16:28:20 Successfully built a8769b0a1d58 16:28:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:28:20 + docker inspect -f . ci-base-image-arm64 16:28:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:28:20 prd-ubuntu20.04-docker-arm64-4c-16g-16120 does not seem to be running inside a container 16:28:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@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:28:22 $ docker top e344e0d93a5ee58bcc46117fd9f3a4a08d5ae3db39a25eb03d1f8be8e5371fca -eo pid,comm [Pipeline] { [Pipeline] sh 16:28:23 + go version 16:28:23 go version go1.17.7 linux/arm64 [Pipeline] } 16:28:23 $ docker stop --time=1 e344e0d93a5ee58bcc46117fd9f3a4a08d5ae3db39a25eb03d1f8be8e5371fca 16:28:24 $ docker rm -f e344e0d93a5ee58bcc46117fd9f3a4a08d5ae3db39a25eb03d1f8be8e5371fca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:28:25 + docker inspect -f . ci-base-image-arm64 16:28:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:28:25 prd-ubuntu20.04-docker-arm64-4c-16g-16120 does not seem to be running inside a container 16:28:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@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:28:27 $ docker top fc309b30ce1ac4dfcefe9aa5a04ebc1ef39c9ab37dd1b6fc229038f46c73ed1e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 16:28:27 + make test 16:28:27 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:29:49 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:29:49 CGO_ENABLED=1 go vet ./... 16:30:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:30:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:30:08 ./bin/test-attribution-txt.sh [Pipeline] echo 16:30:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:30:08 $ docker stop --time=1 fc309b30ce1ac4dfcefe9aa5a04ebc1ef39c9ab37dd1b6fc229038f46c73ed1e 16:30:09 $ docker rm -f fc309b30ce1ac4dfcefe9aa5a04ebc1ef39c9ab37dd1b6fc229038f46c73ed1e [Pipeline] // withDockerContainer [Pipeline] sh 16:30:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:30:10 Warning: overwriting stash ‘coverage-report’ 16:30:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:30:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:30:12 + ls -al . 16:30:12 total 164 16:30:12 drwxrwxr-x 7 jenkins jenkins 4096 Jun 27 16:28 . 16:30:12 drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 16:26 .. 16:30:12 -rw-rw-r-- 1 jenkins jenkins 119 Jun 27 16:26 .dockerignore 16:30:12 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 16:26 .git 16:30:12 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 16:26 .github 16:30:12 -rw-rw-r-- 1 jenkins jenkins 104 Jun 27 16:26 .gitignore 16:30:12 -rw-rw-r-- 1 jenkins jenkins 8698 Jun 27 16:26 Attribution.txt 16:30:12 -rw-rw-r-- 1 jenkins jenkins 27269 Jun 27 16:26 CHANGELOG.md 16:30:12 -rw-rw-r-- 1 jenkins jenkins 2087 Jun 27 16:26 Dockerfile 16:30:12 -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 16:26 GOVERNANCE.md 16:30:12 -rw-rw-r-- 1 jenkins jenkins 688 Jun 27 16:26 Jenkinsfile 16:30:12 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 27 16:26 LICENSE 16:30:12 -rw-rw-r-- 1 jenkins jenkins 618 Jun 27 16:26 OWNERS.md 16:30:12 -rw-rw-r-- 1 jenkins jenkins 3718 Jun 27 16:26 README.md 16:30:12 -rw-rw-r-- 1 jenkins jenkins 11 Jun 27 16:22 VERSION 16:30:12 drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 16:26 bin 16:30:12 -rw-r--r-- 1 jenkins jenkins 10 Jun 27 16:28 coverage.out 16:30:12 -rw-rw-r-- 1 jenkins jenkins 3273 Jun 27 16:26 go.mod 16:30:12 -rw-rw-r-- 1 jenkins jenkins 35803 Jun 27 16:26 go.sum 16:30:12 -rw-rw-r-- 1 jenkins jenkins 1949 Jun 27 16:26 main.go 16:30:12 -rw-rw-r-- 1 jenkins jenkins 1972 Jun 27 16:26 makefile 16:30:12 drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 16:26 res 16:30:12 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 16:26 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:12 + 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=f853e127f9664cf87b77d4de8e3f5891c25e071e --label arch=arm64 --label version=2.2.1-dev.5 . 16:30:12 Sending build context to Docker daemon 205.3kB 16:30:12 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 16:30:12 Step 2/27 : FROM ${BASE} AS builder 16:30:12 ---> a8769b0a1d58 16:30:12 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:30:12 ---> Running in 7e12dc215679 16:30:13 Removing intermediate container 7e12dc215679 16:30:13 ---> af15cb72f0b5 16:30:13 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:30:13 ---> Running in e0933cf97129 16:30:13 Removing intermediate container e0933cf97129 16:30:13 ---> 03c448297219 16:30:13 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:30:13 ---> Running in 01074a8b169b 16:30:13 Removing intermediate container 01074a8b169b 16:30:13 ---> 183719935b20 16:30:13 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:13 ---> Running in 49dc27c84420 16:30:15 Removing intermediate container 49dc27c84420 16:30:15 ---> eee1e3ba84b8 16:30:15 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:30:15 ---> Running in a7ccfda1b4e9 16:30:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:30:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:30:18 OK: 220 MiB in 52 packages 16:30:19 Removing intermediate container a7ccfda1b4e9 16:30:19 ---> 10b1774d525d 16:30:19 Step 8/27 : WORKDIR /app 16:30:19 ---> Running in e5e2fddd3b8e 16:30:19 Removing intermediate container e5e2fddd3b8e 16:30:19 ---> 8f3ec317cefe 16:30:19 Step 9/27 : COPY go.mod vendor* ./ 16:30:20 ---> cb33d4136c15 16:30:20 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:30:20 ---> Running in 00a761f8ad0f 16:30:22 Removing intermediate container 00a761f8ad0f 16:30:22 ---> 9f2e5bd788e1 16:30:22 Step 11/27 : COPY . . 16:30:22 ---> afaf3e864e38 16:30:22 Step 12/27 : ARG MAKE="make build" 16:30:22 ---> Running in 9190c98c652a 16:30:23 Removing intermediate container 9190c98c652a 16:30:23 ---> 432f2ac2f535 16:30:23 Step 13/27 : RUN $MAKE 16:30:23 ---> Running in ce9f368d51ba 16:30:24 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.1-dev.5" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 16:32:31 Removing intermediate container ce9f368d51ba 16:32:31 ---> 23f158c5d232 16:32:31 Step 14/27 : FROM alpine:3.14 16:32:31 3.14: Pulling from library/alpine 16:32:31 455c02918c45: Pulling fs layer 16:32:31 455c02918c45: Download complete 16:32:31 455c02918c45: Pull complete 16:32:31 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 16:32:31 Status: Downloaded newer image for alpine:3.14 16:32:31 ---> ac73e934f311 16:32:31 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:32:31 ---> Running in da63d2c1d603 16:32:31 Removing intermediate container da63d2c1d603 16:32:31 ---> 995151961f33 16:32:31 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:32:31 ---> Running in baa0dfe67035 16:32:31 Removing intermediate container baa0dfe67035 16:32:31 ---> a2d324d57dee 16:32:31 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 16:32:31 ---> Running in 87b9e82913ce 16:32:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:32:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:32:31 (1/7) Installing ca-certificates (20211220-r0) 16:32:31 (2/7) Installing dumb-init (1.2.5-r1) 16:32:31 (3/7) Installing libgcc (10.3.1_git20210424-r2) 16:32:31 (4/7) Installing libsodium (1.0.18-r0) 16:32:31 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 16:32:31 (6/7) Installing libzmq (4.3.4-r0) 16:32:31 (7/7) Installing zeromq (4.3.4-r0) 16:32:31 Executing busybox-1.33.1-r7.trigger 16:32:31 Executing ca-certificates-20211220-r0.trigger 16:32:31 OK: 9 MiB in 21 packages 16:32:31 Removing intermediate container 87b9e82913ce 16:32:31 ---> cfbc2cf50f3b 16:32:31 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:32:31 ---> 2b7a19c79e68 16:32:31 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:32:31 ---> 0fc732ca7b6a 16:32:31 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:32:31 ---> 376f55d342ad 16:32:31 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:32:31 ---> ef12a74bdce1 16:32:31 Step 22/27 : EXPOSE 48095 16:32:31 ---> Running in 47e23c3dcd30 16:32:31 Removing intermediate container 47e23c3dcd30 16:32:31 ---> 03e82d652145 16:32:31 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:32:31 ---> Running in 2026c3e5c69e 16:32:31 Removing intermediate container 2026c3e5c69e 16:32:31 ---> 2c0a9af44444 16:32:31 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:32:31 ---> Running in 3cca0bccad05 16:32:31 Removing intermediate container 3cca0bccad05 16:32:31 ---> eefd9f0c1edc 16:32:31 Step 25/27 : LABEL arch=arm64 16:32:31 ---> Running in 0cc8776012d4 16:32:31 Removing intermediate container 0cc8776012d4 16:32:31 ---> 9ee4d77ad945 16:32:31 Step 26/27 : LABEL git_sha=f853e127f9664cf87b77d4de8e3f5891c25e071e 16:32:31 ---> Running in 5a17b2ec5f6a 16:32:31 Removing intermediate container 5a17b2ec5f6a 16:32:31 ---> d50a65e2e638 16:32:31 Step 27/27 : LABEL version=2.2.1-dev.5 16:32:31 ---> Running in 8449c23cace8 16:32:31 Removing intermediate container 8449c23cace8 16:32:31 ---> 4981818f306a 16:32:31 [Warning] One or more build-args [ARCH] were not consumed 16:32:31 Successfully built 4981818f306a 16:32:31 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:32:31 provisioning config files... 16:32:31 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/82@tmp/config8486942725907157016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:32:31 ---> docker-login.sh 16:32:31 nexus3.edgexfoundry.org:10001 16:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:32 Configure a credential helper to remove this warning. See 16:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:32 16:32:32 Login Succeeded 16:32:32 nexus3.edgexfoundry.org:10002 16:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:32 Configure a credential helper to remove this warning. See 16:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:32 16:32:32 Login Succeeded 16:32:32 nexus3.edgexfoundry.org:10003 16:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:33 Configure a credential helper to remove this warning. See 16:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:33 16:32:33 Login Succeeded 16:32:33 nexus3.edgexfoundry.org:10004 16:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:33 Configure a credential helper to remove this warning. See 16:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:33 16:32:33 Login Succeeded 16:32:33 docker.io 16:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:34 Configure a credential helper to remove this warning. See 16:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:34 16:32:34 Login Succeeded 16:32:34 ---> docker-login.sh ends [Pipeline] } 16:32:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:32:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:32:34 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 16:32:34 f853e127f9664cf87b77d4de8e3f5891c25e071e 16:32:34 latest 16:32:34 2.2.1-dev.5 16:32:34 f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 16:32:34 main 16:32:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:34 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:35 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f853e127f9664cf87b77d4de8e3f5891c25e071e 16:32:35 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:32:35 7bc09861c6d4: Preparing 16:32:35 0292aeb24aab: Preparing 16:32:35 a0947c2bf0da: Preparing 16:32:35 6a37d9f45bbe: Preparing 16:32:35 2d06693af545: Preparing 16:32:35 f73e7dbfee58: Preparing 16:32:35 f73e7dbfee58: Waiting 16:32:35 a0947c2bf0da: Pushed 16:32:35 6a37d9f45bbe: Pushed 16:32:35 0292aeb24aab: Pushed 16:32:35 f73e7dbfee58: Layer already exists 16:32:36 2d06693af545: Pushed 16:32:41 7bc09861c6d4: Pushed 16:32:41 f853e127f9664cf87b77d4de8e3f5891c25e071e: digest: sha256:ad6c11652bc5394b872bbf4e2229483887ffd9877652eb8ddfaeb2587e784461 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:42 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:42 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:32:42 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:32:42 7bc09861c6d4: Preparing 16:32:42 0292aeb24aab: Preparing 16:32:42 a0947c2bf0da: Preparing 16:32:42 6a37d9f45bbe: Preparing 16:32:42 2d06693af545: Preparing 16:32:42 f73e7dbfee58: Preparing 16:32:42 f73e7dbfee58: Waiting 16:32:42 0292aeb24aab: Layer already exists 16:32:42 a0947c2bf0da: Layer already exists 16:32:42 6a37d9f45bbe: Layer already exists 16:32:42 7bc09861c6d4: Layer already exists 16:32:42 2d06693af545: Layer already exists 16:32:42 f73e7dbfee58: Layer already exists 16:32:42 latest: digest: sha256:ad6c11652bc5394b872bbf4e2229483887ffd9877652eb8ddfaeb2587e784461 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:43 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:43 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.5 16:32:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:32:43 7bc09861c6d4: Preparing 16:32:43 0292aeb24aab: Preparing 16:32:43 a0947c2bf0da: Preparing 16:32:43 6a37d9f45bbe: Preparing 16:32:43 2d06693af545: Preparing 16:32:43 f73e7dbfee58: Preparing 16:32:43 f73e7dbfee58: Waiting 16:32:43 7bc09861c6d4: Layer already exists 16:32:43 a0947c2bf0da: Layer already exists 16:32:43 6a37d9f45bbe: Layer already exists 16:32:43 0292aeb24aab: Layer already exists 16:32:43 2d06693af545: Layer already exists 16:32:43 f73e7dbfee58: Layer already exists 16:32:43 2.2.1-dev.5: digest: sha256:ad6c11652bc5394b872bbf4e2229483887ffd9877652eb8ddfaeb2587e784461 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:44 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:44 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 16:32:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:32:44 7bc09861c6d4: Preparing 16:32:44 0292aeb24aab: Preparing 16:32:44 a0947c2bf0da: Preparing 16:32:44 6a37d9f45bbe: Preparing 16:32:44 2d06693af545: Preparing 16:32:44 f73e7dbfee58: Preparing 16:32:44 f73e7dbfee58: Waiting 16:32:44 a0947c2bf0da: Layer already exists 16:32:44 0292aeb24aab: Layer already exists 16:32:44 7bc09861c6d4: Layer already exists 16:32:44 2d06693af545: Layer already exists 16:32:44 6a37d9f45bbe: Layer already exists 16:32:44 f73e7dbfee58: Layer already exists 16:32:44 f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5: digest: sha256:ad6c11652bc5394b872bbf4e2229483887ffd9877652eb8ddfaeb2587e784461 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:45 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:45 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 16:32:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:32:45 7bc09861c6d4: Preparing 16:32:45 0292aeb24aab: Preparing 16:32:45 a0947c2bf0da: Preparing 16:32:45 6a37d9f45bbe: Preparing 16:32:45 2d06693af545: Preparing 16:32:45 f73e7dbfee58: Preparing 16:32:45 f73e7dbfee58: Waiting 16:32:45 7bc09861c6d4: Layer already exists 16:32:45 6a37d9f45bbe: Layer already exists 16:32:45 0292aeb24aab: Layer already exists 16:32:45 2d06693af545: Layer already exists 16:32:45 a0947c2bf0da: Layer already exists 16:32:45 f73e7dbfee58: Layer already exists 16:32:45 main: digest: sha256:ad6c11652bc5394b872bbf4e2229483887ffd9877652eb8ddfaeb2587e784461 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:32:45 ===================================================== [Pipeline] echo 16:32:45 taggedImages: 16:32:45 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f853e127f9664cf87b77d4de8e3f5891c25e071e 16:32:45 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:32:45 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.5 16:32:45 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f853e127f9664cf87b77d4de8e3f5891c25e071e-2.2.1-dev.5 16:32:45 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:32:46 16:32:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:32:46 arm64: Pulling from edgex-lftools-log-publisher 16:32:46 8998bd30e6a1: Pulling fs layer 16:32:46 04944245beec: Pulling fs layer 16:32:46 699f458cf7ca: Pulling fs layer 16:32:46 765212b225bb: Pulling fs layer 16:32:46 f23df028b6ca: Pulling fs layer 16:32:46 d65c8cfc05b1: Pulling fs layer 16:32:46 2437ff75d9bd: Pulling fs layer 16:32:46 765212b225bb: Waiting 16:32:46 f23df028b6ca: Waiting 16:32:46 d65c8cfc05b1: Waiting 16:32:46 2437ff75d9bd: Waiting 16:32:46 04944245beec: Verifying Checksum 16:32:46 04944245beec: Download complete 16:32:46 765212b225bb: Verifying Checksum 16:32:46 765212b225bb: Download complete 16:32:46 f23df028b6ca: Download complete 16:32:46 d65c8cfc05b1: Verifying Checksum 16:32:46 d65c8cfc05b1: Download complete 16:32:47 699f458cf7ca: Verifying Checksum 16:32:47 699f458cf7ca: Download complete 16:32:47 8998bd30e6a1: Verifying Checksum 16:32:47 8998bd30e6a1: Download complete 16:32:50 2437ff75d9bd: Verifying Checksum 16:32:50 2437ff75d9bd: Download complete 16:32:51 8998bd30e6a1: Pull complete 16:32:52 04944245beec: Pull complete 16:32:53 699f458cf7ca: Pull complete 16:32:53 765212b225bb: Pull complete 16:32:54 f23df028b6ca: Pull complete 16:32:54 d65c8cfc05b1: Pull complete 16:33:10 2437ff75d9bd: Pull complete 16:33:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:33:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:33:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:10 prd-ubuntu20.04-docker-arm64-4c-16g-16120 does not seem to be running inside a container 16:33:10 $ 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/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@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:33:12 $ docker top b47f3357f4c818b37dbaad04e4d63362c522928dbc437af380e10f1340f03ef4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:33:13 ---> job-cost.sh 16:33:13 lf-activate-venv: SKIPPING 16:33:13 INFO: No Stack... 16:33:14 INFO: Retrieving Pricing Info for: v3-standard-4 16:33:15 INFO: Archiving Costs [Pipeline] sh 16:33:15 + cat /w/workspace/app-service-configurable/82/archives/cost.csv 16:33:15 + cut -d, -f6 [Pipeline] lock 16:33:15 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] 16:33:15 Resource [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] did not exist. Created. 16:33:15 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:33:16 /w/workspace/app-service-configurable/82@tmp/durable-12e7608c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:33:17 + echo total: 0.10999999940395355 [Pipeline] stash 16:33:17 Warning: overwriting stash ‘stack-cost’ 16:33:17 Stashed 1 file(s) [Pipeline] } 16:33:17 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-82-stack-cost] [Pipeline] // lock [Pipeline] } 16:33:17 $ docker stop --time=1 b47f3357f4c818b37dbaad04e4d63362c522928dbc437af380e10f1340f03ef4 16:33:18 $ docker rm -f b47f3357f4c818b37dbaad04e4d63362c522928dbc437af380e10f1340f03ef4 [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:33:19 provisioning config files... 16:33:19 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4552675039870230124tmp [Pipeline] { [Pipeline] sh 16:33:19 + set +x 16:33:19 + curl -s https://codecov.io/bash 16:33:19 + bash -s -- 16:33:19 16:33:19 _____ _ 16:33:19 / ____| | | 16:33:19 | | ___ __| | ___ ___ _____ __ 16:33:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:33:19 | |___| (_) | (_| | __/ (_| (_) \ V / 16:33:19 \_____\___/ \__,_|\___|\___\___/ \_/ 16:33:19 Bash-1.0.6 16:33:19 16:33:19 16:33:19 ==> git version 2.25.1 found 16:33:19 ==> 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:33:19 Release-Date: 2020-01-08 16:33:19 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:33:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:33:19 ==> Jenkins CI detected. 16:33:19 current dir:  /w/workspace/ry_app-service-configurable_main 16:33:19 project root: . 16:33:19 --> token set from env 16:33:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:33:19 ==> Running gcov in . (disable via -X gcov) 16:33:19 ==> Python coveragepy not found 16:33:19 ==> Searching for coverage reports in: 16:33:19 + . 16:33:19 -> Found 1 reports 16:33:19 ==> Detecting git/mercurial file structure 16:33:19 ==> Reading reports 16:33:19 + ./coverage.out bytes=10 16:33:19 ==> Appending adjustments 16:33:19 https://docs.codecov.io/docs/fixing-reports 16:33:19 + Found adjustments 16:33:19 ==> Gzipping contents 16:33:19 4.0K /tmp/codecov.OBGdLJ.gz 16:33:19 ==> Uploading reports 16:33:19 url: https://codecov.io 16:33:19 query: branch=main&commit=f853e127f9664cf87b77d4de8e3f5891c25e071e&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F82%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:33:19 -> Pinging Codecov 16:33:19 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=f853e127f9664cf87b77d4de8e3f5891c25e071e&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F82%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:33:19 -> Uploading to 16:33:19 https://storage.googleapis.com/codecov/v4/raw/2022-06-27/A97CA9966030D2A3747ED39772930CCE/f853e127f9664cf87b77d4de8e3f5891c25e071e/5480d27b-0e25-4ae6-b0cc-a0b027f037da.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220627%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220627T163319Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f1938eeb31990b13b14d18c2fd9b82cb7f3fa3ed43a06b4a36a670ede95cdd7b 16:33:19 % Total % Received % Xferd Average Speed Time Time Time Current 16:33:19 Dload Upload Total Spent Left Speed 16:33:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 592 0 0 100 592 0 2901 --:--:-- --:--:-- --:--:-- 2887 100 592 0 0 100 592 0 2805 --:--:-- --:--:-- --:--:-- 2792 16:33:19 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] } 16:33:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:33:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:33:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:33:20 16:33:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:33:20 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:33:20 df9b9388f04a: Pulling fs layer 16:33:20 52dc419b0ee2: Pulling fs layer 16:33:20 25bc292e5bac: Pulling fs layer 16:33:20 114826534d7a: Pulling fs layer 16:33:20 4657fd5d0bcf: Pulling fs layer 16:33:20 6ad1cebc031e: Pulling fs layer 16:33:20 8a3aa393b2d8: Pulling fs layer 16:33:20 114826534d7a: Waiting 16:33:20 4657fd5d0bcf: Waiting 16:33:20 6ad1cebc031e: Waiting 16:33:20 8a3aa393b2d8: Waiting 16:33:20 25bc292e5bac: Verifying Checksum 16:33:20 25bc292e5bac: Download complete 16:33:20 52dc419b0ee2: Download complete 16:33:20 4657fd5d0bcf: Verifying Checksum 16:33:20 4657fd5d0bcf: Download complete 16:33:20 df9b9388f04a: Verifying Checksum 16:33:20 df9b9388f04a: Download complete 16:33:20 df9b9388f04a: Pull complete 16:33:20 6ad1cebc031e: Verifying Checksum 16:33:20 6ad1cebc031e: Download complete 16:33:20 52dc419b0ee2: Pull complete 16:33:21 25bc292e5bac: Pull complete 16:33:21 114826534d7a: Download complete 16:33:21 8a3aa393b2d8: Verifying Checksum 16:33:21 8a3aa393b2d8: Download complete 16:33:25 114826534d7a: Pull complete 16:33:25 4657fd5d0bcf: Pull complete 16:33:25 6ad1cebc031e: Pull complete 16:33:28 8a3aa393b2d8: Pull complete 16:33:28 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:33:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:33:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:28 prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container 16:33:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:33:30 $ docker top 983a8ccbc36c81af56f751c1261b6f4842c57fdf144950676bae7d206041a08f -eo pid,comm [Pipeline] { [Pipeline] echo 16:33:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 16:33:30 + set -o pipefail 16:33:30 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 16:33:37 16:33:37 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 16:33:37 16:33:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/755bd9ce-a977-4edb-a5f6-b105df2329bd 16:33:37 16:33:37 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:33:37 16:33:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:33:37 16:33:37 16:33:37 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 16:33:37 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:33:37 $ docker stop --time=1 983a8ccbc36c81af56f751c1261b6f4842c57fdf144950676bae7d206041a08f 16:33:39 $ docker rm -f 983a8ccbc36c81af56f751c1261b6f4842c57fdf144950676bae7d206041a08f [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:33:40 + git log --format=format:%s -1 f853e127f9664cf87b77d4de8e3f5891c25e071e [Pipeline] sh 16:33:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:33:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:33:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:41 prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container 16:33:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:33:41 $ docker top 671e6080ccb68c5f0ab87684d299af3855ce2e9a724c583e72a8aaba052ec3aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:33:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:41 [ssh-agent] Looking for ssh-agent implementation... 16:33:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:41 $ docker exec 671e6080ccb68c5f0ab87684d299af3855ce2e9a724c583e72a8aaba052ec3aa ssh-agent 16:33:41 SSH_AUTH_SOCK=/tmp/ssh-sNwEiuEQMisa/agent.33 16:33:41 SSH_AGENT_PID=40 16:33:41 Running ssh-add (command line suppressed) 16:33:42 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6632074535835377008.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6632074535835377008.key) 16:33:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:42 + git semver tag 16:33:42 2022-06-27 16:33:42,531 [run_tag] DEBUG tag force:False 16:33:42 2022-06-27 16:33:42,531 [check_head_tag] DEBUG check head tag 16:33:42 2022-06-27 16:33:42,532 [execute] INFO git cat-file --batch-check 16:33:42 2022-06-27 16:33:42,532 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 16:33:42 2022-06-27 16:33:42,537 [execute] INFO git cat-file --batch 16:33:42 2022-06-27 16:33:42,538 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 16:33:42 2022-06-27 16:33:42,548 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:33:42 2022-06-27 16:33:42,548 [execute] INFO git tag -a v2.2.1-dev.5 -m v2.2.1-dev.5 16:33:42 2022-06-27 16:33:42,549 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.5', '-m', 'v2.2.1-dev.5'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:33:42 2022-06-27 16:33:42,555 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:33:42 2.2.1-dev.5 [Pipeline] } 16:33:42 $ docker exec --env ******** --env ******** 671e6080ccb68c5f0ab87684d299af3855ce2e9a724c583e72a8aaba052ec3aa ssh-agent -k 16:33:42 unset SSH_AUTH_SOCK; 16:33:42 unset SSH_AGENT_PID; 16:33:42 echo Agent pid 40 killed; 16:33:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:33:43 + git semver [Pipeline] } 16:33:43 $ docker stop --time=1 671e6080ccb68c5f0ab87684d299af3855ce2e9a724c583e72a8aaba052ec3aa 16:33:44 $ docker rm -f 671e6080ccb68c5f0ab87684d299af3855ce2e9a724c583e72a8aaba052ec3aa [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:33:45 16:33:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:33:45 0.23.1-centos7: Pulling from edgex-lftools 16:33:45 ab5ef0e58194: Pulling fs layer 16:33:45 9712f1f96733: Pulling fs layer 16:33:45 63f879dbbcfc: Pulling fs layer 16:33:45 0d9ebad4ef96: Pulling fs layer 16:33:45 e9a5061849ea: Pulling fs layer 16:33:45 d747dcd14b5f: Pulling fs layer 16:33:45 2de7ff778b66: Pulling fs layer 16:33:45 0d9ebad4ef96: Waiting 16:33:45 e9a5061849ea: Waiting 16:33:45 d747dcd14b5f: Waiting 16:33:45 2de7ff778b66: Waiting 16:33:45 9712f1f96733: Verifying Checksum 16:33:45 9712f1f96733: Download complete 16:33:45 63f879dbbcfc: Verifying Checksum 16:33:45 63f879dbbcfc: Download complete 16:33:45 e9a5061849ea: Verifying Checksum 16:33:45 e9a5061849ea: Download complete 16:33:45 d747dcd14b5f: Verifying Checksum 16:33:45 d747dcd14b5f: Download complete 16:33:45 ab5ef0e58194: Verifying Checksum 16:33:45 ab5ef0e58194: Download complete 16:33:45 2de7ff778b66: Verifying Checksum 16:33:45 2de7ff778b66: Download complete 16:33:46 0d9ebad4ef96: Verifying Checksum 16:33:46 0d9ebad4ef96: Download complete 16:33:48 ab5ef0e58194: Pull complete 16:33:48 9712f1f96733: Pull complete 16:33:49 63f879dbbcfc: Pull complete 16:33:53 0d9ebad4ef96: Pull complete 16:33:53 e9a5061849ea: Pull complete 16:33:53 d747dcd14b5f: Pull complete 16:33:54 2de7ff778b66: Pull complete 16:33:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:33:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:33:54 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:54 prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container 16:33:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:33:56 $ docker top 13814821ec97eaed032cee12ddf9529a63984bd9507d371f26d7be112d9cd5a7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:33:56 provisioning config files... 16:33:56 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3824434995269195811tmp 16:33:56 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5882717024445083232tmp 16:33:56 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2611179488027073438tmp [Pipeline] { [Pipeline] echo 16:33:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:33:57 ---> sigul-configuration.sh 16:33:57 gpg: directory `/root/.gnupg' created 16:33:57 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:33:57 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:33:57 gpg: keyring `/root/.gnupg/secring.gpg' created 16:33:57 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:33:57 gpg: CAST5 encrypted data 16:33:57 gpg: encrypted with 1 passphrase 16:33:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:33:57 + mkdir /home/jenkins 16:33:57 + mkdir /home/jenkins/sigul [Pipeline] sh 16:33:57 + 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:33:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:33:58 ---> sigul-install.sh 16:33:58 Sigul already installed; skipping installation. [Pipeline] sh 16:33:58 + git tag --list 16:33:58 v1.0.0 16:33:58 v1.1.0 16:33:58 v1.2.0 16:33:58 v1.3.0 16:33:58 v1.3.1 16:33:58 v2.0.0 16:33:58 v2.0.1 16:33:58 v2.1.0 16:33:58 v2.1.1 16:33:58 v2.1.1-dev.1 16:33:58 v2.1.1-dev.2 16:33:58 v2.2.0 16:33:58 v2.2.1-dev.1 16:33:58 v2.2.1-dev.2 16:33:58 v2.2.1-dev.3 16:33:58 v2.2.1-dev.4 16:33:58 v2.2.1-dev.5 [Pipeline] sh 16:33:58 + lftools sign git-tag v2.2.1-dev.5 16:33:59 Signing Git tag with Sigul... 16:33:59 Signing v2.2.1-dev.5 [Pipeline] echo 16:33:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:33:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:33:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:33:59 $ docker stop --time=1 13814821ec97eaed032cee12ddf9529a63984bd9507d371f26d7be112d9cd5a7 16:34:01 $ docker rm -f 13814821ec97eaed032cee12ddf9529a63984bd9507d371f26d7be112d9cd5a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:34:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:34:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:34:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:34:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:34:01 prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container 16:34:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:34:02 $ docker top 5bcf744a7c47611541135c1184ff69225e6c2d28e16ccba90114e9a839ddad60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:34:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:34:02 [ssh-agent] Looking for ssh-agent implementation... 16:34:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:34:02 $ docker exec 5bcf744a7c47611541135c1184ff69225e6c2d28e16ccba90114e9a839ddad60 ssh-agent 16:34:02 SSH_AUTH_SOCK=/tmp/ssh-nNnsmyXQ1XUv/agent.33 16:34:02 SSH_AGENT_PID=40 16:34:02 Running ssh-add (command line suppressed) 16:34:02 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2332466855766933197.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2332466855766933197.key) 16:34:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:34:03 + git semver bump pre 16:34:03 2022-06-27 16:34:03,376 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:34:03 2022-06-27 16:34:03,377 [bump_version] DEBUG bumping version:2.2.1-dev.5 on axis:pre with prefix:dev 16:34:03 2022-06-27 16:34:03,377 [bump_version] DEBUG bumped version:2.2.1-dev.6 16:34:03 2022-06-27 16:34:03,377 [write_version] DEBUG write version:2.2.1-dev.6 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 16:34:03 2022-06-27 16:34:03,377 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:34:03 2022-06-27 16:34:03,377 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 16:34:03 2022-06-27 16:34:03,379 [execute] INFO git cat-file --batch-check 16:34:03 2022-06-27 16:34:03,379 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:34:03 2022-06-27 16:34:03,386 [execute] INFO git cat-file --batch 16:34:03 2022-06-27 16:34:03,386 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:34:03 2022-06-27 16:34:03,392 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:34:03 2.2.1-dev.6 [Pipeline] } 16:34:03 $ docker exec --env ******** --env ******** 5bcf744a7c47611541135c1184ff69225e6c2d28e16ccba90114e9a839ddad60 ssh-agent -k 16:34:03 unset SSH_AUTH_SOCK; 16:34:03 unset SSH_AGENT_PID; 16:34:03 echo Agent pid 40 killed; 16:34:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:34:03 + git semver [Pipeline] } 16:34:04 $ docker stop --time=1 5bcf744a7c47611541135c1184ff69225e6c2d28e16ccba90114e9a839ddad60 16:34:05 $ docker rm -f 5bcf744a7c47611541135c1184ff69225e6c2d28e16ccba90114e9a839ddad60 [Pipeline] // withDockerContainer [Pipeline] sh 16:34:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:34:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:34:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:34:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:34:06 prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container 16:34:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:34:06 $ docker top 4daa5ba436ec8c2755770d8c1a847395f3f711d8eb1e743146cc61b5541c4b8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:34:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:34:06 [ssh-agent] Looking for ssh-agent implementation... 16:34:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:34:06 $ docker exec 4daa5ba436ec8c2755770d8c1a847395f3f711d8eb1e743146cc61b5541c4b8d ssh-agent 16:34:07 SSH_AUTH_SOCK=/tmp/ssh-L4sparMLc3wq/agent.34 16:34:07 SSH_AGENT_PID=40 16:34:07 Running ssh-add (command line suppressed) 16:34:07 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4716429875922894850.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4716429875922894850.key) 16:34:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:34:07 + git semver push 16:34:07 2022-06-27 16:34:07,678 [run_push] DEBUG push 16:34:07 2022-06-27 16:34:07,679 [execute] INFO git cat-file --batch-check 16:34:07 2022-06-27 16:34:07,680 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:34:07 2022-06-27 16:34:07,684 [execute] INFO git rev-list 945040f4a5e2042759b87694b543ec284abaea48 -- 16:34:07 2022-06-27 16:34:07,684 [execute] DEBUG Popen(['git', 'rev-list', '945040f4a5e2042759b87694b543ec284abaea48', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 16:34:07 2022-06-27 16:34:07,694 [execute] INFO git fetch -v origin 16:34:07 2022-06-27 16:34:07,695 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) 16:34:08 2022-06-27 16:34:08,179 [run_push] DEBUG no remote changes detected 16:34:08 2022-06-27 16:34:08,179 [execute] INFO git push origin semver 16:34:08 2022-06-27 16:34:08,180 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 16:34:09 2022-06-27 16:34:09,007 [run_push] DEBUG push all version tags 16:34:09 2022-06-27 16:34:09,008 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:34:09 2022-06-27 16:34:09,008 [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:34:09 2022-06-27 16:34:09,688 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:34:09 2.2.1-dev.6 [Pipeline] } 16:34:09 $ docker exec --env ******** --env ******** 4daa5ba436ec8c2755770d8c1a847395f3f711d8eb1e743146cc61b5541c4b8d ssh-agent -k 16:34:09 unset SSH_AUTH_SOCK; 16:34:09 unset SSH_AGENT_PID; 16:34:09 echo Agent pid 40 killed; 16:34:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:34:10 + git semver [Pipeline] } 16:34:10 $ docker stop --time=1 4daa5ba436ec8c2755770d8c1a847395f3f711d8eb1e743146cc61b5541c4b8d 16:34:11 $ docker rm -f 4daa5ba436ec8c2755770d8c1a847395f3f711d8eb1e743146cc61b5541c4b8d [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:34:12 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 16:34:12 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:34:12 total 16 16:34:12 drwxr-xr-x 3 root root 4096 Jun 27 16:24 . 16:34:12 drwxrwxr-x 9 jenkins jenkins 4096 Jun 27 16:33 .. 16:34:12 drwxr-xr-x 2 root root 4096 Jun 27 16:24 cost 16:34:12 -rw-r--r-- 1 root root 94 Jun 27 16:24 cost.csv 16:34:12 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 16:34:12 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:34:12 total 16 16:34:12 drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 16:24 . 16:34:12 drwxrwxr-x 9 jenkins jenkins 4096 Jun 27 16:33 .. 16:34:12 drwxr-xr-x 2 jenkins jenkins 4096 Jun 27 16:24 cost 16:34:12 -rw-r--r-- 1 jenkins jenkins 94 Jun 27 16:24 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:34:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:34:13 ---> package-listing.sh 16:34:13 ++ facter osfamily 16:34:13 ++ tr '[:upper:]' '[:lower:]' 16:34:13 + OS_FAMILY=debian 16:34:13 + workspace=/w/workspace/ry_app-service-configurable_main 16:34:13 + START_PACKAGES=/tmp/packages_start.txt 16:34:13 + END_PACKAGES=/tmp/packages_end.txt 16:34:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:34:13 + PACKAGES=/tmp/packages_start.txt 16:34:13 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:34:13 + PACKAGES=/tmp/packages_end.txt 16:34:13 + case "${OS_FAMILY}" in 16:34:13 + dpkg -l 16:34:13 + grep '^ii' 16:34:13 + '[' -f /tmp/packages_start.txt ']' 16:34:13 + '[' -f /tmp/packages_end.txt ']' 16:34:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:34:13 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:34:13 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 16:34:13 + 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:34:13 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:34:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:34:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:34:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:34:14 prd-ubuntu20.04-docker-8c-8g-16119 does not seem to be running inside a container 16:34:14 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:34:15 $ docker top 33c9f7d710147e3cf9df63589976aa05caf90d8996ce4b585c5860a3902bd71c -eo pid,comm [Pipeline] { [Pipeline] sh 16:34:15 + touch /tmp/pre-build-complete [Pipeline] sh 16:34:15 + mkdir -p /var/log/sysstat [Pipeline] sh 16:34:16 + ls /var/log/sa-host 16:34:16 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:34:16 provisioning config files... 16:34:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9029472791535348193tmp [Pipeline] { [Pipeline] echo 16:34:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:34:16 ---> create-netrc.sh [Pipeline] } 16:34:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:34:16 ---> python-tools-install.sh [Pipeline] echo 16:34:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:34:17 ---> sudo-logs.sh 16:34:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:34:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:34:17 ---> job-cost.sh 16:34:17 lf-activate-venv: SKIPPING 16:34:17 DEBUG: total: 0.2199999988079071 16:34:17 INFO: Retrieving Stack Cost... 16:34:17 INFO: Retrieving Pricing Info for: v3-standard-8 16:34:18 INFO: Archiving Costs [Pipeline] echo 16:34:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:34:18 ---> logs-deploy.sh 16:34:18 lf-activate-venv: SKIPPING 16:34:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/82 16:34:18 INFO: archiving workspace using pattern(s): 16:34:19 Archives upload complete. 16:34:19 INFO: archiving logs to Nexus 16:34:20 ---> uname -a: 16:34:20 Linux prd-ubuntu20-04-docker-8c-8g-16119 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 16:34:20 16:34:20 16:34:20 ---> lscpu: 16:34:20 Architecture: x86_64 16:34:20 CPU op-mode(s): 32-bit, 64-bit 16:34:20 Byte Order: Little Endian 16:34:20 Address sizes: 40 bits physical, 48 bits virtual 16:34:20 CPU(s): 8 16:34:20 On-line CPU(s) list: 0-7 16:34:20 Thread(s) per core: 1 16:34:20 Core(s) per socket: 1 16:34:20 Socket(s): 8 16:34:20 NUMA node(s): 1 16:34:20 Vendor ID: AuthenticAMD 16:34:20 CPU family: 23 16:34:20 Model: 49 16:34:20 Model name: AMD EPYC-Rome Processor 16:34:20 Stepping: 0 16:34:20 CPU MHz: 2799.998 16:34:20 BogoMIPS: 5599.99 16:34:20 Virtualization: AMD-V 16:34:20 Hypervisor vendor: KVM 16:34:20 Virtualization type: full 16:34:20 L1d cache: 256 KiB 16:34:20 L1i cache: 256 KiB 16:34:20 L2 cache: 4 MiB 16:34:20 L3 cache: 128 MiB 16:34:20 NUMA node0 CPU(s): 0-7 16:34:20 Vulnerability Itlb multihit: Not affected 16:34:20 Vulnerability L1tf: Not affected 16:34:20 Vulnerability Mds: Not affected 16:34:20 Vulnerability Meltdown: Not affected 16:34:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:34:20 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:34:20 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:34:20 Vulnerability Srbds: Not affected 16:34:20 Vulnerability Tsx async abort: Not affected 16:34:20 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:34:20 16:34:20 16:34:20 ---> nproc: 16:34:20 8 16:34:20 16:34:20 16:34:20 ---> df -h: 16:34:20 Filesystem Size Used Avail Use% Mounted on 16:34:20 overlay 155G 12G 143G 8% / 16:34:20 tmpfs 64M 0 64M 0% /dev 16:34:20 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:34:20 shm 64M 0 64M 0% /dev/shm 16:34:20 /dev/vda1 155G 12G 143G 8% /facter-os 16:34:20 16:34:20 16:34:20 ---> sar -b -r -n DEV: 16:34:20 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-16119) 06/27/22 _x86_64_ (8 CPU) 16:34:20 16:34:20 16:21:31 LINUX RESTART (8 CPU) 16:34:20 16:34:20 16:22:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:34:20 16:23:01 401.56 15.98 385.58 0.00 2205.22 145745.58 0.00 16:34:20 16:24:01 178.25 0.13 178.12 0.00 13.60 31260.39 0.00 16:34:20 16:25:01 17.60 0.00 17.60 0.00 0.00 7229.46 0.00 16:34:20 16:26:01 1.42 0.00 1.42 0.00 0.00 17.08 0.00 16:34:20 16:27:01 1.40 0.02 1.38 0.00 0.13 16.40 0.00 16:34:20 16:28:01 3.75 0.87 2.88 0.00 18.39 36.65 0.00 16:34:20 16:29:01 0.80 0.00 0.80 0.00 0.00 9.73 0.00 16:34:20 16:30:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 16:34:20 16:31:01 1.03 0.00 1.03 0.00 0.00 13.33 0.00 16:34:20 16:32:01 2.03 0.00 2.03 0.00 0.00 26.80 0.00 16:34:20 16:33:01 1.05 0.00 1.05 0.00 0.00 13.20 0.00 16:34:20 16:34:01 111.68 0.22 111.46 0.00 18.80 60361.81 0.00 16:34:20 Average: 59.68 1.41 58.26 0.00 185.22 20221.76 0.00 16:34:20 16:34:20 16:22:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:34:20 16:23:01 28453648 31750036 543944 1.65 158548 3358408 2183724 6.44 1151708 2840468 624 16:34:20 16:24:01 27689340 31748764 538864 1.64 172612 4037944 2031432 5.99 1284824 3396604 197972 16:34:20 16:25:01 27713684 31773560 515128 1.57 172836 4037972 1864052 5.49 1271900 3384224 336 16:34:20 16:26:01 27713532 31773436 515068 1.57 172860 4037976 1864052 5.49 1271508 3384236 228 16:34:20 16:27:01 27715524 31775480 512908 1.56 172896 4037984 1864052 5.49 1268972 3384244 16 16:34:20 16:28:01 27715628 31776696 511768 1.56 172972 4038500 1881564 5.55 1268880 3384884 0 16:34:20 16:29:01 27722716 31783812 504712 1.53 172988 4038504 1881564 5.55 1261388 3384888 24 16:34:20 16:30:01 27723992 31785100 503376 1.53 173028 4038508 1881564 5.55 1261076 3384892 152 16:34:20 16:31:01 27723924 31785072 503592 1.53 173052 4038508 1881564 5.55 1261108 3384892 12 16:34:20 16:32:01 27723852 31785008 503608 1.53 173104 4038484 1881564 5.55 1261152 3384872 12 16:34:20 16:33:01 27724048 31785292 503224 1.53 173140 4038492 1881564 5.55 1261440 3384876 12 16:34:20 16:34:01 26216808 31758652 526516 1.60 215752 5346740 1861776 5.49 1385176 4634824 80 16:34:20 Average: 27653058 31773409 515226 1.57 175316 4090668 1913206 5.64 1267428 3444492 16622 16:34:20 16:34:20 16:22:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:34:20 16:23:01 lo 6.57 6.57 0.65 0.65 0.00 0.00 0.00 0.00 16:34:20 16:23:01 ens3 748.70 503.44 7203.54 144.46 0.00 0.00 0.00 0.00 16:34:20 16:23:01 docker0 110.47 135.28 8.83 1083.39 0.00 0.00 0.00 0.00 16:34:20 16:23:01 veth2fd3ec1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:24:01 lo 8.20 8.20 0.81 0.81 0.00 0.00 0.00 0.00 16:34:20 16:24:01 ens3 190.77 137.78 2701.85 248.66 0.00 0.00 0.00 0.00 16:34:20 16:24:01 docker0 9.80 14.20 0.59 92.04 0.00 0.00 0.00 0.00 16:34:20 16:25:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:34:20 16:25:01 ens3 36.28 33.86 9.84 51.45 0.00 0.00 0.00 0.00 16:34:20 16:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:34:20 16:26:01 ens3 0.68 0.23 0.14 0.08 0.00 0.00 0.00 0.00 16:34:20 16:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:27:01 ens3 16.11 8.85 14.76 0.78 0.00 0.00 0.00 0.00 16:34:20 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:34:20 16:28:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 16:34:20 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:29:01 ens3 0.28 0.23 0.23 0.13 0.00 0.00 0.00 0.00 16:34:20 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:34:20 16:30:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 16:34:20 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:34:20 16:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:34:20 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:33:01 ens3 0.32 0.18 0.19 0.07 0.00 0.00 0.00 0.00 16:34:20 16:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:20 16:34:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 16:34:20 16:34:01 ens3 356.14 235.71 7872.30 68.92 0.00 0.00 0.00 0.00 16:34:20 16:34:01 docker0 39.24 47.19 3.43 684.23 0.00 0.00 0.00 0.00 16:34:20 Average: lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 16:34:20 Average: ens3 111.60 76.13 1475.62 42.74 0.00 0.00 0.00 0.00 16:34:20 Average: docker0 13.16 16.22 1.06 153.68 0.00 0.00 0.00 0.00 16:34:20 16:34:20 16:34:20 ---> sar -P ALL: 16:34:20 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-16119) 06/27/22 _x86_64_ (8 CPU) 16:34:20 16:34:20 16:21:31 LINUX RESTART (8 CPU) 16:34:20 16:34:20 16:22:02 CPU %user %nice %system %iowait %steal %idle 16:34:20 16:23:01 all 12.66 0.00 5.28 1.71 0.09 80.26 16:34:20 16:23:01 0 11.95 0.00 5.39 0.64 0.10 81.92 16:34:20 16:23:01 1 12.70 0.00 5.28 0.43 0.09 81.50 16:34:20 16:23:01 2 12.93 0.00 5.21 0.60 0.09 81.17 16:34:20 16:23:01 3 13.27 0.00 5.80 0.82 0.10 80.00 16:34:20 16:23:01 4 13.88 0.00 5.23 3.25 0.09 77.55 16:34:20 16:23:01 5 12.91 0.00 4.26 1.96 0.09 80.78 16:34:20 16:23:01 6 12.06 0.00 5.20 3.00 0.07 79.67 16:34:20 16:23:01 7 11.55 0.00 5.85 3.01 0.10 79.47 16:34:20 16:24:01 all 30.52 0.00 6.45 0.74 0.10 62.18 16:34:20 16:24:01 0 29.35 0.00 6.66 0.96 0.10 62.92 16:34:20 16:24:01 1 30.80 0.00 6.67 0.10 0.10 62.34 16:34:20 16:24:01 2 31.18 0.00 5.98 0.25 0.12 62.46 16:34:20 16:24:01 3 30.46 0.00 6.88 1.77 0.10 60.79 16:34:20 16:24:01 4 32.71 0.00 6.45 0.27 0.10 60.47 16:34:20 16:24:01 5 30.04 0.00 6.18 0.80 0.08 62.89 16:34:20 16:24:01 6 30.89 0.00 6.61 0.17 0.10 62.23 16:34:20 16:24:01 7 28.74 0.00 6.17 1.61 0.10 63.37 16:34:20 16:25:01 all 0.53 0.00 0.21 0.11 0.01 99.15 16:34:20 16:25:01 0 2.05 0.00 0.35 0.58 0.00 97.03 16:34:20 16:25:01 1 0.28 0.00 0.20 0.00 0.02 99.50 16:34:20 16:25:01 2 0.22 0.00 0.18 0.02 0.00 99.58 16:34:20 16:25:01 3 0.28 0.00 0.22 0.20 0.02 99.28 16:34:20 16:25:01 4 0.37 0.00 0.23 0.02 0.00 99.38 16:34:20 16:25:01 5 0.35 0.00 0.17 0.00 0.00 99.48 16:34:20 16:25:01 6 0.27 0.00 0.20 0.05 0.02 99.47 16:34:20 16:25:01 7 0.37 0.00 0.13 0.00 0.00 99.50 16:34:20 16:26:01 all 0.28 0.00 0.02 0.00 0.00 99.70 16:34:20 16:26:01 0 1.97 0.00 0.03 0.02 0.02 97.96 16:34:20 16:26:01 1 0.07 0.00 0.03 0.00 0.00 99.90 16:34:20 16:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:34:20 16:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:34:20 16:26:01 4 0.07 0.00 0.02 0.00 0.00 99.92 16:34:20 16:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:34:20 16:26:01 6 0.03 0.00 0.03 0.00 0.00 99.93 16:34:20 16:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:34:20 16:27:01 all 0.10 0.00 0.02 0.00 0.01 99.87 16:34:20 16:27:01 0 0.42 0.00 0.02 0.00 0.00 99.57 16:34:20 16:27:01 1 0.07 0.00 0.03 0.00 0.02 99.88 16:34:20 16:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:34:20 16:27:01 3 0.07 0.00 0.03 0.02 0.00 99.88 16:34:20 16:27:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:34:20 16:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:34:20 16:27:01 6 0.08 0.00 0.00 0.00 0.02 99.90 16:34:20 16:27:01 7 0.15 0.00 0.07 0.00 0.02 99.77 16:34:20 16:28:01 all 0.13 0.00 0.03 0.01 0.00 99.83 16:34:20 16:28:01 0 0.55 0.00 0.03 0.00 0.00 99.42 16:34:20 16:28:01 1 0.27 0.00 0.07 0.07 0.00 99.60 16:34:20 16:28:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:34:20 16:28:01 3 0.02 0.00 0.02 0.02 0.00 99.95 16:34:20 16:28:01 4 0.03 0.00 0.03 0.00 0.02 99.92 16:34:20 16:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:34:20 16:28:01 6 0.08 0.00 0.03 0.00 0.00 99.88 16:34:20 16:28:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:34:20 16:29:01 all 0.09 0.00 0.02 0.00 0.00 99.89 16:34:20 16:29:01 0 0.47 0.00 0.02 0.00 0.00 99.52 16:34:20 16:29:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:34:20 16:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:34:20 16:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:34:20 16:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:34:20 16:29:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:34:20 16:29:01 6 0.07 0.00 0.05 0.02 0.02 99.85 16:34:20 16:29:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:34:20 16:30:01 all 0.09 0.00 0.01 0.00 0.00 99.89 16:34:20 16:30:01 0 0.55 0.00 0.02 0.00 0.00 99.43 16:34:20 16:30:01 1 0.03 0.00 0.05 0.02 0.00 99.90 16:34:20 16:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:34:20 16:30:01 3 0.00 0.00 0.02 0.02 0.00 99.97 16:34:20 16:30:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:34:20 16:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:34:20 16:30:01 6 0.08 0.00 0.03 0.00 0.00 99.88 16:34:20 16:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:34:20 16:31:01 all 0.11 0.00 0.01 0.00 0.01 99.87 16:34:20 16:31:01 0 0.48 0.00 0.02 0.00 0.02 99.48 16:34:20 16:31:01 1 0.13 0.00 0.02 0.00 0.02 99.83 16:34:20 16:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:34:20 16:31:01 3 0.02 0.00 0.00 0.02 0.00 99.97 16:34:20 16:31:01 4 0.12 0.00 0.05 0.00 0.00 99.83 16:34:20 16:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:34:20 16:31:01 6 0.10 0.00 0.02 0.02 0.02 99.85 16:34:20 16:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:34:20 16:32:01 all 0.08 0.00 0.02 0.01 0.00 99.89 16:34:20 16:32:01 0 0.52 0.00 0.03 0.00 0.00 99.45 16:34:20 16:32:01 1 0.07 0.00 0.02 0.03 0.00 99.88 16:34:20 16:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:34:20 16:32:01 3 0.00 0.00 0.00 0.03 0.00 99.97 16:34:20 16:32:01 4 0.03 0.00 0.02 0.00 0.02 99.93 16:34:20 16:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:34:20 16:32:01 6 0.03 0.00 0.03 0.02 0.02 99.90 16:34:20 16:32:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:34:20 16:33:01 all 0.04 0.00 0.02 0.01 0.01 99.92 16:34:20 16:33:01 0 0.13 0.00 0.02 0.00 0.00 99.85 16:34:20 16:33:01 1 0.05 0.00 0.03 0.02 0.02 99.88 16:34:20 16:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:34:20 16:33:01 3 0.00 0.00 0.00 0.08 0.00 99.92 16:34:20 16:33:01 4 0.02 0.00 0.03 0.00 0.02 99.93 16:34:20 16:33:01 5 0.03 0.00 0.00 0.02 0.02 99.93 16:34:20 16:33:01 6 0.07 0.00 0.03 0.00 0.00 99.90 16:34:20 16:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:34:20 16:34:20 16:33:01 CPU %user %nice %system %iowait %steal %idle 16:34:20 16:34:01 all 9.22 0.00 3.66 0.77 0.05 86.31 16:34:20 16:34:01 0 8.52 0.00 3.28 0.02 0.05 88.14 16:34:20 16:34:01 1 8.13 0.00 4.45 2.87 0.05 84.51 16:34:20 16:34:01 2 8.77 0.00 3.72 1.69 0.05 85.77 16:34:20 16:34:01 3 9.46 0.00 3.50 1.15 0.05 85.84 16:34:20 16:34:01 4 8.36 0.00 3.44 0.02 0.05 88.13 16:34:20 16:34:01 5 10.45 0.00 3.14 0.05 0.03 86.32 16:34:20 16:34:01 6 10.07 0.00 3.46 0.05 0.05 86.37 16:34:20 16:34:01 7 9.96 0.00 4.26 0.34 0.05 85.39 16:34:20 Average: all 4.43 0.00 1.29 0.28 0.02 93.98 16:34:20 Average: 0 4.69 0.00 1.30 0.18 0.02 93.80 16:34:20 Average: 1 4.33 0.00 1.39 0.29 0.03 93.97 16:34:20 Average: 2 4.39 0.00 1.25 0.21 0.02 94.13 16:34:20 Average: 3 4.42 0.00 1.36 0.34 0.02 93.86 16:34:20 Average: 4 4.58 0.00 1.28 0.29 0.02 93.83 16:34:20 Average: 5 4.43 0.00 1.13 0.23 0.02 94.19 16:34:20 Average: 6 4.44 0.00 1.29 0.27 0.03 93.97 16:34:20 Average: 7 4.18 0.00 1.36 0.40 0.02 94.04 16:34:20 16:34:20 16:34:20