Pull request #477 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5+ee0f2af198d68599fcc48571f369dfb39fe08e9f (4ea69f9c51f27a3a982f7ba0c14258eccfc604d9) 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-ssh9529409096748584193.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh10559398315187752171.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-477/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-477/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13287209646944961053.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-477/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh169155717313688433.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh3215473021804136775.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-477/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-477/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5082916207069594482.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9292 in /w/workspace/_app-service-configurable_PR-477 [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/_app-service-configurable_PR-477 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/477/head:refs/remotes/origin/PR-477 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ee0f2af198d68599fcc48571f369dfb39fe08e9f into PR head commit 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 Merge succeeded, producing 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 Checking out Revision 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 (PR-477) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:04:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:04:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:04:45 ========================================================= 12:04:45 EdgeX Global Pipelines Version Info 12:04:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge ee0f2af198d68599fcc48571f369dfb39fe08e9f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 # timeout=10 12:04:46 ------------------- 12:04:46 stable info: 12:04:46 ------------------- 12:04:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:04:46 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 12:04:46 Message: update stable to v1.0.243 12:04:46 ------------------- 12:04:46 experimental info: 12:04:46 ------------------- 12:04:46 Commited By: **** collab-it+edgex@linuxfoundation.org 12:04:46 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 12:04:46 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:04:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:04:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:04:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:04:48 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:04:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-477 [Pipeline] echo 12:04:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-477 [Pipeline] echo 12:04:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-477 [Pipeline] echo 12:04:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [Pipeline] echo 12:04:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e8aa57 [Pipeline] echo 12:04:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:04:48 provisioning config files... 12:04:48 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-477@tmp/config9224601551020401219tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:04:48 ---> docker-login.sh 12:04:48 nexus3.edgexfoundry.org:10001 12:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:49 Configure a credential helper to remove this warning. See 12:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:49 12:04:49 Login Succeeded 12:04:49 nexus3.edgexfoundry.org:10002 12:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:49 Configure a credential helper to remove this warning. See 12:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:49 12:04:49 Login Succeeded 12:04:49 nexus3.edgexfoundry.org:10003 12:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:49 Configure a credential helper to remove this warning. See 12:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:49 12:04:49 Login Succeeded 12:04:49 nexus3.edgexfoundry.org:10004 12:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:49 Configure a credential helper to remove this warning. See 12:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:49 12:04:49 Login Succeeded 12:04:49 docker.io 12:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:49 Configure a credential helper to remove this warning. See 12:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:49 12:04:49 Login Succeeded 12:04:49 ---> docker-login.sh ends [Pipeline] } 12:04:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:04:50 + git rev-list -1 --merges 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5~1..7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [Pipeline] echo 12:04:50 -----------> git rev-list -1 --merges 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5~1..7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [false] [Pipeline] sh 12:04:50 + git log --format=format:%s -1 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [Pipeline] echo 12:04:50 ========================================================= 12:04:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:04:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:04:51 + git log --format=format:%s -1 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [Pipeline] echo 12:04:51 [semverPrep] GIT_COMMIT: 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo 12:04:51 [semverPrep] This is not a build commit. [Pipeline] sh 12:04:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:04:51 + grep -v github /etc/ssh/ssh_known_hosts 12:04:51 + [ -e /tmp/ssh_known_hosts ] 12:04:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:04:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:04:51 + sudo tee -a /etc/ssh/ssh_known_hosts 12:04:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:52 12:04:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:52 0.1.4: Pulling from edgex-devops/py-git-semver 12:04:52 b85a868b505f: Pulling fs layer 12:04:52 e2be974225ed: Pulling fs layer 12:04:52 339a4e72a1f5: Pulling fs layer 12:04:52 988bab9f4d93: Pulling fs layer 12:04:52 1469e6f7b9e6: Pulling fs layer 12:04:52 eaf3925da568: Pulling fs layer 12:04:52 bab4dde63d76: Pulling fs layer 12:04:52 bde34c3a00c8: Pulling fs layer 12:04:52 b352a97aabf1: Pulling fs layer 12:04:52 4872d77fe225: Pulling fs layer 12:04:52 5851b861e8e6: Pulling fs layer 12:04:52 bab4dde63d76: Waiting 12:04:52 bde34c3a00c8: Waiting 12:04:52 b352a97aabf1: Waiting 12:04:52 4872d77fe225: Waiting 12:04:52 5851b861e8e6: Waiting 12:04:52 eaf3925da568: Waiting 12:04:52 1469e6f7b9e6: Waiting 12:04:52 e2be974225ed: Verifying Checksum 12:04:52 e2be974225ed: Download complete 12:04:52 988bab9f4d93: Verifying Checksum 12:04:52 988bab9f4d93: Download complete 12:04:52 339a4e72a1f5: Verifying Checksum 12:04:52 339a4e72a1f5: Download complete 12:04:52 1469e6f7b9e6: Verifying Checksum 12:04:52 1469e6f7b9e6: Download complete 12:04:52 eaf3925da568: Verifying Checksum 12:04:52 eaf3925da568: Download complete 12:04:52 bde34c3a00c8: Verifying Checksum 12:04:52 bde34c3a00c8: Download complete 12:04:52 b352a97aabf1: Download complete 12:04:52 4872d77fe225: Verifying Checksum 12:04:52 4872d77fe225: Download complete 12:04:52 5851b861e8e6: Download complete 12:04:52 b85a868b505f: Verifying Checksum 12:04:52 b85a868b505f: Download complete 12:04:53 bab4dde63d76: Verifying Checksum 12:04:53 bab4dde63d76: Download complete 12:04:54 b85a868b505f: Pull complete 12:04:54 e2be974225ed: Pull complete 12:04:54 339a4e72a1f5: Pull complete 12:04:54 988bab9f4d93: Pull complete 12:04:55 1469e6f7b9e6: Pull complete 12:04:55 eaf3925da568: Pull complete 12:04:57 bab4dde63d76: Pull complete 12:04:57 bde34c3a00c8: Pull complete 12:04:57 b352a97aabf1: Pull complete 12:04:57 4872d77fe225: Pull complete 12:04:57 5851b861e8e6: Pull complete 12:04:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:04:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:04:57 prd-ubuntu20.04-docker-8c-8g-9292 does not seem to be running inside a container 12:04:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-477 -v /w/workspace/_app-service-configurable_PR-477:/w/workspace/_app-service-configurable_PR-477:rw,z -v /w/workspace/_app-service-configurable_PR-477@tmp:/w/workspace/_app-service-configurable_PR-477@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 12:04:59 $ docker top 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 -eo pid,comm 12:04:59 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). 12:04:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:04:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:04:59 [ssh-agent] Looking for ssh-agent implementation... 12:04:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:04:59 $ docker exec 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 ssh-agent 12:04:59 SSH_AUTH_SOCK=/tmp/ssh-9LdnPUzfX56v/agent.32 12:04:59 SSH_AGENT_PID=38 12:04:59 Running ssh-add (command line suppressed) 12:04:59 Identity added: /w/workspace/_app-service-configurable_PR-477@tmp/private_key_10693328894804560799.key (/w/workspace/_app-service-configurable_PR-477@tmp/private_key_10693328894804560799.key) 12:04:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:05:00 + git tag --points-at HEAD [Pipeline] } 12:05:00 $ docker exec --env ******** --env ******** 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 ssh-agent -k 12:05:00 unset SSH_AUTH_SOCK; 12:05:00 unset SSH_AGENT_PID; 12:05:00 echo Agent pid 38 killed; 12:05:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:05:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:05:00 [ssh-agent] Looking for ssh-agent implementation... 12:05:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:05:00 $ docker exec 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 ssh-agent 12:05:00 SSH_AUTH_SOCK=/tmp/ssh-xMHAJy8U4n6B/agent.70 12:05:00 SSH_AGENT_PID=76 12:05:00 Running ssh-add (command line suppressed) 12:05:00 Identity added: /w/workspace/_app-service-configurable_PR-477@tmp/private_key_10235662884898072187.key (/w/workspace/_app-service-configurable_PR-477@tmp/private_key_10235662884898072187.key) 12:05:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:05:01 + git semver init 12:05:01 2022-10-24 12:05:01,424 [run_init] DEBUG init version:0.0.0 force:False 12:05:01 2022-10-24 12:05:01,425 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-477/.semver 12:05:01 2022-10-24 12:05:01,425 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-477/.semver 12:05:01 2022-10-24 12:05:01,425 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-477/.semver'], cwd=/w/workspace/_app-service-configurable_PR-477, universal_newlines=False, shell=None, istream=None) 12:05:02 2022-10-24 12:05:02,461 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-477/.git/info/exclude 12:05:02 2022-10-24 12:05:02,462 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-477/.semver/PR-477 with force:False 12:05:02 2022-10-24 12:05:02,462 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-477/.semver/PR-477 12:05:02 2022-10-24 12:05:02,466 [execute] INFO git cat-file --batch-check 12:05:02 2022-10-24 12:05:02,467 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-477/.semver, universal_newlines=False, shell=None, istream=) 12:05:02 2022-10-24 12:05:02,475 [execute] INFO git cat-file --batch 12:05:02 2022-10-24 12:05:02,475 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-477/.semver, universal_newlines=False, shell=None, istream=) 12:05:02 2022-10-24 12:05:02,481 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-477/.semver/PR-477 12:05:02 0.0.0 [Pipeline] } 12:05:02 $ docker exec --env ******** --env ******** 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 ssh-agent -k 12:05:03 unset SSH_AUTH_SOCK; 12:05:03 unset SSH_AGENT_PID; 12:05:03 echo Agent pid 76 killed; 12:05:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:05:03 + git semver [Pipeline] } 12:05:03 $ docker stop --time=1 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 12:05:05 $ docker rm -f 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 [Pipeline] // withDockerContainer [Pipeline] sh 12:05:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:05:05 Stashed 1 file(s) [Pipeline] echo 12:05:05 [edgeXSemver]: initialized semver on version 0.0.0 [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 12:05:06 provisioning config files... 12:05:06 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-477@tmp/config8300735253330532049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:05:06 ---> docker-login.sh 12:05:06 nexus3.edgexfoundry.org:10001 12:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:06 Configure a credential helper to remove this warning. See 12:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:06 12:05:06 Login Succeeded 12:05:06 nexus3.edgexfoundry.org:10002 12:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:06 Configure a credential helper to remove this warning. See 12:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:06 12:05:06 Login Succeeded 12:05:06 nexus3.edgexfoundry.org:10003 12:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:06 Configure a credential helper to remove this warning. See 12:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:06 12:05:06 Login Succeeded 12:05:06 nexus3.edgexfoundry.org:10004 12:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:06 Configure a credential helper to remove this warning. See 12:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:06 12:05:06 Login Succeeded 12:05:06 docker.io 12:05:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:07 Configure a credential helper to remove this warning. See 12:05:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:07 12:05:07 Login Succeeded 12:05:07 ---> docker-login.sh ends [Pipeline] } 12:05:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:05:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:05:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:05:07 ========================================================= 12:05:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 12:05:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:08 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 12:05:08 Sending build context to Docker daemon 3.165MB 12:05:08 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 12:05:08 Step 2/14 : FROM ${BASE} AS builder 12:05:08 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 12:05:08 213ec9aee27d: Pulling fs layer 12:05:08 4583459ba037: Pulling fs layer 12:05:08 93c1e223e6f2: Pulling fs layer 12:05:08 53926ce57604: Pulling fs layer 12:05:08 21b2b0c7a3f4: Pulling fs layer 12:05:08 30f14e443154: Pulling fs layer 12:05:08 801331c1e519: Pulling fs layer 12:05:08 99cc6dd402b0: Pulling fs layer 12:05:08 7d9ed39f4882: Pulling fs layer 12:05:08 30f14e443154: Waiting 12:05:08 53926ce57604: Waiting 12:05:08 801331c1e519: Waiting 12:05:08 21b2b0c7a3f4: Waiting 12:05:08 99cc6dd402b0: Waiting 12:05:08 93c1e223e6f2: Verifying Checksum 12:05:08 93c1e223e6f2: Download complete 12:05:08 4583459ba037: Download complete 12:05:08 21b2b0c7a3f4: Verifying Checksum 12:05:08 21b2b0c7a3f4: Download complete 12:05:08 30f14e443154: Verifying Checksum 12:05:08 30f14e443154: Download complete 12:05:08 213ec9aee27d: Verifying Checksum 12:05:08 213ec9aee27d: Download complete 12:05:08 801331c1e519: Verifying Checksum 12:05:08 801331c1e519: Download complete 12:05:08 213ec9aee27d: Pull complete 12:05:08 4583459ba037: Pull complete 12:05:08 93c1e223e6f2: Pull complete 12:05:08 7d9ed39f4882: Verifying Checksum 12:05:08 7d9ed39f4882: Download complete 12:05:09 53926ce57604: Verifying Checksum 12:05:09 53926ce57604: Download complete 12:05:09 99cc6dd402b0: Verifying Checksum 12:05:09 99cc6dd402b0: Download complete 12:05:13 53926ce57604: Pull complete 12:05:13 21b2b0c7a3f4: Pull complete 12:05:13 30f14e443154: Pull complete 12:05:13 801331c1e519: Pull complete 12:05:15 99cc6dd402b0: Pull complete 12:05:16 7d9ed39f4882: Pull complete 12:05:16 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 12:05:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 12:05:16 ---> 1dedd983c030 12:05:16 Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:05:18 ---> Running in 64a20fad06d4 12:05:18 Removing intermediate container 64a20fad06d4 12:05:18 ---> 9bbddf6237c2 12:05:18 Step 4/14 : ARG ALPINE_PKG_EXTRA="" 12:05:18 ---> Running in 33b9ecb17e3e 12:05:18 Removing intermediate container 33b9ecb17e3e 12:05:18 ---> 6910151c8d5b 12:05:18 Step 5/14 : ARG ADD_BUILD_TAGS="" 12:05:18 ---> Running in 25888cc92542 12:05:18 Removing intermediate container 25888cc92542 12:05:18 ---> f000a73a86cb 12:05:18 Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:05:18 ---> Running in 2be2688992b8 12:05:18 Removing intermediate container 2be2688992b8 12:05:18 ---> c921b4190cc2 12:05:18 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:05:18 ---> Running in 123e958b63c2 12:05:19 Removing intermediate container 123e958b63c2 12:05:19 ---> 467c8ee45e55 12:05:19 Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:05:19 ---> Running in 223f17801434 12:05:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:05:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:05:20 OK: 211 MiB in 51 packages 12:05:20 Removing intermediate container 223f17801434 12:05:20 ---> da5a7fa6111e 12:05:20 Step 9/14 : WORKDIR /app 12:05:20 ---> Running in d4bd83ef6fc4 12:05:21 Removing intermediate container d4bd83ef6fc4 12:05:21 ---> aef8282156f1 12:05:21 Step 10/14 : COPY go.mod vendor* ./ 12:05:21 ---> 38d5b6e85ab9 12:05:21 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:05:21 ---> Running in feb743451507 12:05:21 Still waiting to schedule task 12:05:21 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9287’ 12:05:40 Removing intermediate container feb743451507 12:05:40 ---> 8b4028210f79 12:05:40 Step 12/14 : COPY . . 12:05:40 ---> 4c7882c077d1 12:05:40 Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:05:40 ---> Running in 22ac22f30d2c 12:05:40 Removing intermediate container 22ac22f30d2c 12:05:40 ---> 622a80346796 12:05:40 Step 14/14 : RUN $MAKE 12:05:40 ---> Running in 19acd25e9146 12:05:40 noop 12:05:40 Removing intermediate container 19acd25e9146 12:05:40 ---> 0cae71275092 12:05:40 Successfully built 0cae71275092 12:05:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:40 + docker inspect -f . ci-base-image-x86_64 12:05:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:05:40 prd-ubuntu20.04-docker-8c-8g-9292 does not seem to be running inside a container 12:05:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-477 -v /w/workspace/_app-service-configurable_PR-477:/w/workspace/_app-service-configurable_PR-477:rw,z -v /w/workspace/_app-service-configurable_PR-477@tmp:/w/workspace/_app-service-configurable_PR-477@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 ******** -e ******** ci-base-image-x86_64 cat 12:05:41 $ docker top bf6bab4a21d856796367b0bce44c1d773e2791be0f2b09291ee2f77790ff25dc -eo pid,comm [Pipeline] { [Pipeline] sh 12:05:41 + go version 12:05:41 go version go1.18.7 linux/amd64 [Pipeline] } 12:05:41 $ docker stop --time=1 bf6bab4a21d856796367b0bce44c1d773e2791be0f2b09291ee2f77790ff25dc 12:05:42 $ docker rm -f bf6bab4a21d856796367b0bce44c1d773e2791be0f2b09291ee2f77790ff25dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:43 + docker inspect -f . ci-base-image-x86_64 12:05:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:05:43 prd-ubuntu20.04-docker-8c-8g-9292 does not seem to be running inside a container 12:05:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/_app-service-configurable_PR-477 -v /w/workspace/_app-service-configurable_PR-477:/w/workspace/_app-service-configurable_PR-477:rw,z -v /w/workspace/_app-service-configurable_PR-477@tmp:/w/workspace/_app-service-configurable_PR-477@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 ******** -e ******** ci-base-image-x86_64 cat 12:05:44 $ docker top 9c928b0c2b206b0475a8932065fe01af17f0445e6939ed3b1c760eef782b022f -eo pid,comm [Pipeline] { [Pipeline] sh 12:05:44 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-477 [Pipeline] fileExists [Pipeline] sh 12:05:44 + make test 12:05:44 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:05:54 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:05:54 CGO_ENABLED=1 go vet ./... 12:05:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:05:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:05:57 ./bin/test-attribution-txt.sh [Pipeline] echo 12:05:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:05:57 $ docker stop --time=1 9c928b0c2b206b0475a8932065fe01af17f0445e6939ed3b1c760eef782b022f 12:05:59 $ docker rm -f 9c928b0c2b206b0475a8932065fe01af17f0445e6939ed3b1c760eef782b022f [Pipeline] // withDockerContainer [Pipeline] sh 12:05:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:05:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:06:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:06:00 + ls -al . 12:06:00 total 176 12:06:00 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 12:05 . 12:06:00 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 12:04 .. 12:06:00 -rw-rw-r-- 1 jenkins jenkins 119 Oct 24 12:04 .dockerignore 12:06:00 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 12:05 .git 12:06:00 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 12:04 .github 12:06:00 -rw-rw-r-- 1 jenkins jenkins 171 Oct 24 12:04 .gitignore 12:06:00 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 12:05 .semver 12:06:00 -rw-rw-r-- 1 jenkins jenkins 9207 Oct 24 12:04 Attribution.txt 12:06:00 -rw-rw-r-- 1 jenkins jenkins 27269 Oct 24 12:04 CHANGELOG.md 12:06:00 -rw-rw-r-- 1 jenkins jenkins 2146 Oct 24 12:04 Dockerfile 12:06:00 -rw-rw-r-- 1 jenkins jenkins 677 Oct 24 12:04 GOVERNANCE.md 12:06:00 -rw-rw-r-- 1 jenkins jenkins 688 Oct 24 12:04 Jenkinsfile 12:06:00 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 24 12:04 LICENSE 12:06:00 -rw-rw-r-- 1 jenkins jenkins 618 Oct 24 12:04 OWNERS.md 12:06:00 -rw-rw-r-- 1 jenkins jenkins 4369 Oct 24 12:04 README.md 12:06:00 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 12:05 VERSION 12:06:00 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 12:04 bin 12:06:00 -rw-r--r-- 1 jenkins jenkins 10 Oct 24 12:05 coverage.out 12:06:00 -rw-rw-r-- 1 jenkins jenkins 3455 Oct 24 12:04 go.mod 12:06:00 -rw-rw-r-- 1 jenkins jenkins 37340 Oct 24 12:04 go.sum 12:06:00 -rw-rw-r-- 1 jenkins jenkins 1949 Oct 24 12:04 main.go 12:06:00 -rw-rw-r-- 1 jenkins jenkins 2185 Oct 24 12:04 makefile 12:06:00 drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 12:04 res 12:06:00 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 12:04 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06:01 + 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=7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 --label arch=amd64 --label version=0.0.0 . 12:06:01 Sending build context to Docker daemon 3.166MB 12:06:01 Step 1/28 : ARG BASE=golang:1.18-alpine3.16 12:06:01 Step 2/28 : FROM ${BASE} AS builder 12:06:01 ---> 0cae71275092 12:06:01 Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:06:01 ---> Running in 7e61cd247074 12:06:01 Removing intermediate container 7e61cd247074 12:06:01 ---> 483f83e91d07 12:06:01 Step 4/28 : ARG ALPINE_PKG_EXTRA="" 12:06:01 ---> Running in abea16b2e4c6 12:06:01 Removing intermediate container abea16b2e4c6 12:06:01 ---> e0fbb3b34512 12:06:01 Step 5/28 : ARG ADD_BUILD_TAGS="" 12:06:01 ---> Running in a0149c430495 12:06:01 Removing intermediate container a0149c430495 12:06:01 ---> 61e2176c2361 12:06:01 Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:06:01 ---> Running in 1b72d933cc86 12:06:01 Removing intermediate container 1b72d933cc86 12:06:01 ---> 0535ab3ce111 12:06:01 Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:06:01 ---> Running in 132da45b3479 12:06:02 Removing intermediate container 132da45b3479 12:06:02 ---> 8e4fbbed164e 12:06:02 Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:06:02 ---> Running in b6c2f25d34d0 12:06:02 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:06:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:06:03 OK: 211 MiB in 51 packages 12:06:04 Removing intermediate container b6c2f25d34d0 12:06:04 ---> 0994bc6053af 12:06:04 Step 9/28 : WORKDIR /app 12:06:04 ---> Running in 7e4e5867557e 12:06:04 Removing intermediate container 7e4e5867557e 12:06:04 ---> a444b8b244c0 12:06:04 Step 10/28 : COPY go.mod vendor* ./ 12:06:04 ---> 3afe6ee30c7a 12:06:04 Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:06:04 ---> Running in 14bfee2fbf63 12:06:05 Removing intermediate container 14bfee2fbf63 12:06:05 ---> d8e429f1b5e7 12:06:05 Step 12/28 : COPY . . 12:06:05 ---> 07b75a3ad5f3 12:06:05 Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:06:05 ---> Running in 94cf0855bba9 12:06:05 Removing intermediate container 94cf0855bba9 12:06:05 ---> 3592d98a57fc 12:06:05 Step 14/28 : RUN $MAKE 12:06:05 ---> Running in f391bc8fa3b5 12:06:05 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.50 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:06:27 Removing intermediate container f391bc8fa3b5 12:06:27 ---> ea8fcfc0fa5b 12:06:27 Step 15/28 : FROM alpine:3.16 12:06:27 3.16: Pulling from library/alpine 12:06:27 213ec9aee27d: Already exists 12:06:27 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 12:06:27 Status: Downloaded newer image for alpine:3.16 12:06:27 ---> 9c6f07244728 12:06:27 Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:06:27 ---> Running in ec4a7aaf8a74 12:06:27 Removing intermediate container ec4a7aaf8a74 12:06:27 ---> cae33f74be86 12:06:27 Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} 12:06:27 ---> Running in b19c63b91142 12:06:27 Removing intermediate container b19c63b91142 12:06:27 ---> 3f7258480bb5 12:06:27 Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:06:27 ---> Running in dbbc7bff8e08 12:06:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:06:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:06:27 (1/7) Installing ca-certificates (20220614-r0) 12:06:27 (2/7) Installing dumb-init (1.2.5-r1) 12:06:27 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:06:27 (4/7) Installing libsodium (1.0.18-r0) 12:06:27 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:06:27 (6/7) Installing libzmq (4.3.4-r0) 12:06:27 (7/7) Installing zeromq (4.3.4-r0) 12:06:27 Executing busybox-1.35.0-r17.trigger 12:06:27 Executing ca-certificates-20220614-r0.trigger 12:06:27 OK: 9 MiB in 21 packages 12:06:27 Removing intermediate container dbbc7bff8e08 12:06:27 ---> 0f241a6ed053 12:06:27 Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:06:27 ---> c20882a99ec2 12:06:27 Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE 12:06:27 ---> 6b109435e289 12:06:27 Step 21/28 : COPY --from=builder /app/res/ /res/ 12:06:27 ---> c8c8da1753a7 12:06:27 Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:06:28 ---> dde7e90d1198 12:06:28 Step 23/28 : EXPOSE 48095 12:06:28 ---> Running in 1be02a2b7c47 12:06:28 Removing intermediate container 1be02a2b7c47 12:06:28 ---> 18f7ea1b186b 12:06:28 Step 24/28 : ENTRYPOINT ["/app-service-configurable"] 12:06:28 ---> Running in cdffd36a275f 12:06:28 Removing intermediate container cdffd36a275f 12:06:28 ---> 555728f84671 12:06:28 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:06:28 ---> Running in 9ea4aad27f4e 12:06:28 Removing intermediate container 9ea4aad27f4e 12:06:28 ---> 64dfdc734748 12:06:28 Step 26/28 : LABEL arch=amd64 12:06:28 ---> Running in 16ad4b98d3fd 12:06:28 Removing intermediate container 16ad4b98d3fd 12:06:28 ---> 5cc68f1c4292 12:06:28 Step 27/28 : LABEL git_sha=7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 12:06:28 ---> Running in 3317f930c759 12:06:29 Removing intermediate container 3317f930c759 12:06:29 ---> 317d6747d1da 12:06:29 Step 28/28 : LABEL version=0.0.0 12:06:29 ---> Running in ac057d97f776 12:06:29 Removing intermediate container ac057d97f776 12:06:29 ---> 6e28befe61da 12:06:29 [Warning] One or more build-args [ARCH] were not consumed 12:06:29 Successfully built 6e28befe61da 12:06:29 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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 12:06:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:06:30 12:06:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:06:30 latest: Pulling from edgex-lftools-log-publisher 12:06:30 5eb5b503b376: Pulling fs layer 12:06:30 5c69ac0246d0: Pulling fs layer 12:06:30 ec43610c2a17: Pulling fs layer 12:06:30 3a2ae6a8a46f: Pulling fs layer 12:06:30 33b1e0a273af: Pulling fs layer 12:06:30 5d3b04190fa2: Pulling fs layer 12:06:30 2f39f015ded8: Pulling fs layer 12:06:30 33b1e0a273af: Waiting 12:06:30 5d3b04190fa2: Waiting 12:06:30 2f39f015ded8: Waiting 12:06:30 3a2ae6a8a46f: Waiting 12:06:30 5c69ac0246d0: Verifying Checksum 12:06:30 5c69ac0246d0: Download complete 12:06:30 3a2ae6a8a46f: Verifying Checksum 12:06:30 3a2ae6a8a46f: Download complete 12:06:30 33b1e0a273af: Verifying Checksum 12:06:30 33b1e0a273af: Download complete 12:06:30 ec43610c2a17: Verifying Checksum 12:06:30 ec43610c2a17: Download complete 12:06:30 5d3b04190fa2: Verifying Checksum 12:06:30 5d3b04190fa2: Download complete 12:06:30 5eb5b503b376: Verifying Checksum 12:06:30 5eb5b503b376: Download complete 12:06:31 2f39f015ded8: Verifying Checksum 12:06:31 2f39f015ded8: Download complete 12:06:31 5eb5b503b376: Pull complete 12:06:32 5c69ac0246d0: Pull complete 12:06:32 ec43610c2a17: Pull complete 12:06:32 3a2ae6a8a46f: Pull complete 12:06:32 33b1e0a273af: Pull complete 12:06:32 5d3b04190fa2: Pull complete 12:06:37 2f39f015ded8: Pull complete 12:06:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:06:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:06:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:06:37 prd-ubuntu20.04-docker-8c-8g-9292 does not seem to be running inside a container 12:06:37 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-477 -v /w/workspace/_app-service-configurable_PR-477:/w/workspace/_app-service-configurable_PR-477:rw,z -v /w/workspace/_app-service-configurable_PR-477@tmp:/w/workspace/_app-service-configurable_PR-477@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:06:39 $ docker top 8e7391be38c988cec751f222d168794f0746c2aeaeb837a34a189e46266f5c8c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:06:39 ---> job-cost.sh 12:06:39 lf-activate-venv: SKIPPING 12:06:39 INFO: No Stack... 12:06:40 INFO: Retrieving Pricing Info for: v3-standard-8 12:06:40 INFO: Archiving Costs [Pipeline] sh 12:06:40 + cat /w/workspace/_app-service-configurable_PR-477/archives/cost.csv 12:06:40 + cut -d, -f6 [Pipeline] lock 12:06:40 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] 12:06:40 Resource [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] did not exist. Created. 12:06:40 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:06:41 + echo total: 0.2199999988079071 [Pipeline] stash 12:06:41 Stashed 1 file(s) [Pipeline] } 12:06:41 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:06:41 $ docker stop --time=1 8e7391be38c988cec751f222d168794f0746c2aeaeb837a34a189e46266f5c8c 12:06:42 $ docker rm -f 8e7391be38c988cec751f222d168794f0746c2aeaeb837a34a189e46266f5c8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:08:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9295 in /w/workspace/_app-service-configurable_PR-477 [Pipeline] { [Pipeline] ws 12:08:37 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 12:08:37 Selected Git installation does not exist. Using Default 12:08:37 The recommended git tool is: NONE 12:08:43 using credential edgex-jenkins-ssh 12:08:43 Cloning the remote Git repository 12:08:43 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 12:08:43 > git init /w/workspace/app-service-configurable/1 # timeout=10 12:08:43 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:08:43 > git --version # timeout=10 12:08:43 > git --version # 'git version 2.25.1' 12:08:43 using GIT_SSH to set credentials SSH Credentials for GitHub 12:08:43 Verifying host key using known hosts file 12:08:44 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:08:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:08:45 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:08:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:08:47 Merging remotes/origin/main commit ee0f2af198d68599fcc48571f369dfb39fe08e9f into PR head commit 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 12:08:47 Merge succeeded, producing 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 12:08:47 Checking out Revision 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 (PR-477) 12:08:46 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:08:46 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:08:46 using GIT_SSH to set credentials SSH Credentials for GitHub 12:08:46 Verifying host key using known hosts file 12:08:46 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:08:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/477/head:refs/remotes/origin/PR-477 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:08:47 > git config core.sparsecheckout # timeout=10 12:08:47 > git checkout -f 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 # timeout=10 12:08:47 > git remote # timeout=10 12:08:47 > git config --get remote.origin.url # timeout=10 12:08:47 using GIT_SSH to set credentials SSH Credentials for GitHub 12:08:47 Verifying host key using known hosts file 12:08:47 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:08:47 > git merge ee0f2af198d68599fcc48571f369dfb39fe08e9f # timeout=10 12:08:47 > git rev-parse HEAD^{commit} # timeout=10 12:08:47 > git config core.sparsecheckout # timeout=10 12:08:47 > git checkout -f 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 # timeout=10 12:08:47 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" 12:08:47 > git --version # timeout=10 12:08:47 > git --version # 'git version 2.25.1' 12:08:47 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:08:49 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:08:49 % Total % Received % Xferd Average Speed Time Time Time Current 12:08:49 Dload Upload Total Spent Left Speed 12:08:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 212k 0 --:--:-- --:--:-- --:--:-- 212k [Pipeline] sh 12:08:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:08:50 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:08:50 + sudo tee /etc/docker/daemon.new 12:08:50 { 12:08:50 "registry-mirrors": [ 12:08:50 "https://nexus3.edgexfoundry.org:10001" 12:08:50 ], 12:08:50 "bip": "10.250.0.254/24", 12:08:50 "hosts": [ 12:08:50 "tcp://0.0.0.0:5555", 12:08:50 "unix:///var/run/docker.sock" 12:08:50 ], 12:08:50 "mtu": 1458, 12:08:50 "selinux-enabled": true, 12:08:50 "seccomp-profile": "/etc/docker/seccomp.json" 12:08:50 } [Pipeline] sh 12:08:50 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:08:50 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:09:09 provisioning config files... 12:09:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config7305765927013121894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:09:09 ---> docker-login.sh 12:09:09 nexus3.edgexfoundry.org:10001 12:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:10 Configure a credential helper to remove this warning. See 12:09:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:10 12:09:10 Login Succeeded 12:09:10 nexus3.edgexfoundry.org:10002 12:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:10 Configure a credential helper to remove this warning. See 12:09:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:10 12:09:10 Login Succeeded 12:09:10 nexus3.edgexfoundry.org:10003 12:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:10 Configure a credential helper to remove this warning. See 12:09:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:10 12:09:10 Login Succeeded 12:09:10 nexus3.edgexfoundry.org:10004 12:09:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:11 Configure a credential helper to remove this warning. See 12:09:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:11 12:09:11 Login Succeeded 12:09:11 docker.io 12:09:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:12 Configure a credential helper to remove this warning. See 12:09:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:12 12:09:12 Login Succeeded 12:09:12 ---> docker-login.sh ends [Pipeline] } 12:09:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:09:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:09:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:09:12 ========================================================= 12:09:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 12:09:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:09:13 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 12:09:13 Sending build context to Docker daemon 207.4kB 12:09:13 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 12:09:13 Step 2/14 : FROM ${BASE} AS builder 12:09:13 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:09:13 9b18e9b68314: Pulling fs layer 12:09:13 d32db5db7311: Pulling fs layer 12:09:13 d0c4b47475fc: Pulling fs layer 12:09:13 5831b945b038: Pulling fs layer 12:09:13 86bbec2aaacd: Pulling fs layer 12:09:13 e10730c5d714: Pulling fs layer 12:09:13 5dd5c2283517: Pulling fs layer 12:09:13 d5ac0230b979: Pulling fs layer 12:09:13 e10730c5d714: Waiting 12:09:13 5dd5c2283517: Waiting 12:09:13 d5ac0230b979: Waiting 12:09:13 5831b945b038: Waiting 12:09:13 86bbec2aaacd: Waiting 12:09:13 d0c4b47475fc: Download complete 12:09:13 d32db5db7311: Verifying Checksum 12:09:13 d32db5db7311: Download complete 12:09:13 86bbec2aaacd: Verifying Checksum 12:09:13 86bbec2aaacd: Download complete 12:09:13 e10730c5d714: Verifying Checksum 12:09:13 e10730c5d714: Download complete 12:09:13 9b18e9b68314: Verifying Checksum 12:09:13 9b18e9b68314: Download complete 12:09:14 9b18e9b68314: Pull complete 12:09:15 d5ac0230b979: Verifying Checksum 12:09:15 d5ac0230b979: Download complete 12:09:15 d32db5db7311: Pull complete 12:09:15 d0c4b47475fc: Pull complete 12:09:16 5dd5c2283517: Verifying Checksum 12:09:16 5dd5c2283517: Download complete 12:09:16 5831b945b038: Verifying Checksum 12:09:16 5831b945b038: Download complete 12:09:29 5831b945b038: Pull complete 12:09:29 86bbec2aaacd: Pull complete 12:09:29 e10730c5d714: Pull complete 12:09:35 5dd5c2283517: Pull complete 12:09:37 d5ac0230b979: Pull complete 12:09:37 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 12:09:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 12:09:37 ---> 59b3b1a385d4 12:09:37 Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:09:38 ---> Running in b20930605e49 12:09:38 Removing intermediate container b20930605e49 12:09:38 ---> d5897a739d1e 12:09:38 Step 4/14 : ARG ALPINE_PKG_EXTRA="" 12:09:39 ---> Running in 472a3e3c00f0 12:09:39 Removing intermediate container 472a3e3c00f0 12:09:39 ---> 0f992fa21110 12:09:39 Step 5/14 : ARG ADD_BUILD_TAGS="" 12:09:39 ---> Running in 90285cfcf37f 12:09:39 Removing intermediate container 90285cfcf37f 12:09:39 ---> 38b21e616392 12:09:39 Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:09:39 ---> Running in 488e8e8ad57a 12:09:40 Removing intermediate container 488e8e8ad57a 12:09:40 ---> 65f56222a713 12:09:40 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:09:40 ---> Running in 522c8614c36c 12:09:42 Removing intermediate container 522c8614c36c 12:09:42 ---> 3ad9dac79403 12:09:42 Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:09:42 ---> Running in 4e11bd642c6b 12:09:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:09:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:09:45 OK: 221 MiB in 51 packages 12:09:46 Removing intermediate container 4e11bd642c6b 12:09:46 ---> cc6a3f861418 12:09:46 Step 9/14 : WORKDIR /app 12:09:46 ---> Running in 2b265ba5a755 12:09:46 Removing intermediate container 2b265ba5a755 12:09:46 ---> b9388a48fdc1 12:09:46 Step 10/14 : COPY go.mod vendor* ./ 12:09:47 ---> cf8bf2565ca8 12:09:47 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:47 ---> Running in a5a5d588f194 12:10:43 Removing intermediate container a5a5d588f194 12:10:43 ---> ad5cfbd66de3 12:10:43 Step 12/14 : COPY . . 12:10:43 ---> 5a736100ab77 12:10:43 Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:10:43 ---> Running in 60b41bf8c14a 12:10:43 Removing intermediate container 60b41bf8c14a 12:10:43 ---> 1e4362df61c2 12:10:43 Step 14/14 : RUN $MAKE 12:10:43 ---> Running in dc8fe751d552 12:10:43 noop 12:10:43 Removing intermediate container dc8fe751d552 12:10:43 ---> f7ce58b0aecb 12:10:43 Successfully built f7ce58b0aecb 12:10:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:44 + docker inspect -f . ci-base-image-arm64 12:10:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:10:44 prd-ubuntu20.04-docker-arm64-4c-16g-9295 does not seem to be running inside a container 12:10:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 12:10:45 $ docker top 61890127d40f0fc8eb9622c12d64d10d09c433d5442382b16c70590151945165 -eo pid,comm [Pipeline] { [Pipeline] sh 12:10:46 + go version 12:10:46 go version go1.18.7 linux/arm64 [Pipeline] } 12:10:46 $ docker stop --time=1 61890127d40f0fc8eb9622c12d64d10d09c433d5442382b16c70590151945165 12:10:48 $ docker rm -f 61890127d40f0fc8eb9622c12d64d10d09c433d5442382b16c70590151945165 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:49 + docker inspect -f . ci-base-image-arm64 12:10:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:10:49 prd-ubuntu20.04-docker-arm64-4c-16g-9295 does not seem to be running inside a container 12:10:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 12:10:50 $ docker top a99d108146100b403000b9af338334721f06c6effd70f9cdb6ea084efbb108c8 -eo pid,comm [Pipeline] { [Pipeline] sh 12:10:51 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 12:10:51 + make test 12:10:52 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:12:13 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:12:14 CGO_ENABLED=1 go vet ./... 12:12:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:12:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:12:36 ./bin/test-attribution-txt.sh [Pipeline] echo 12:12:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:12:36 $ docker stop --time=1 a99d108146100b403000b9af338334721f06c6effd70f9cdb6ea084efbb108c8 12:12:38 $ docker rm -f a99d108146100b403000b9af338334721f06c6effd70f9cdb6ea084efbb108c8 [Pipeline] // withDockerContainer [Pipeline] sh 12:12:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:12:39 Warning: overwriting stash ‘coverage-report’ 12:12:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:12:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:12:40 + ls -al . 12:12:40 total 172 12:12:40 drwxrwxr-x 7 jenkins jenkins 4096 Oct 24 12:10 . 12:12:40 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 12:08 .. 12:12:40 -rw-rw-r-- 1 jenkins jenkins 119 Oct 24 12:08 .dockerignore 12:12:40 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 12:08 .git 12:12:40 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 12:08 .github 12:12:40 -rw-rw-r-- 1 jenkins jenkins 171 Oct 24 12:08 .gitignore 12:12:40 -rw-rw-r-- 1 jenkins jenkins 9207 Oct 24 12:08 Attribution.txt 12:12:40 -rw-rw-r-- 1 jenkins jenkins 27269 Oct 24 12:08 CHANGELOG.md 12:12:40 -rw-rw-r-- 1 jenkins jenkins 2146 Oct 24 12:08 Dockerfile 12:12:40 -rw-rw-r-- 1 jenkins jenkins 677 Oct 24 12:08 GOVERNANCE.md 12:12:40 -rw-rw-r-- 1 jenkins jenkins 688 Oct 24 12:08 Jenkinsfile 12:12:40 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 24 12:08 LICENSE 12:12:40 -rw-rw-r-- 1 jenkins jenkins 618 Oct 24 12:08 OWNERS.md 12:12:40 -rw-rw-r-- 1 jenkins jenkins 4369 Oct 24 12:08 README.md 12:12:40 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 12:05 VERSION 12:12:40 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 12:08 bin 12:12:40 -rw-r--r-- 1 jenkins jenkins 10 Oct 24 12:10 coverage.out 12:12:40 -rw-rw-r-- 1 jenkins jenkins 3455 Oct 24 12:08 go.mod 12:12:40 -rw-rw-r-- 1 jenkins jenkins 37340 Oct 24 12:08 go.sum 12:12:40 -rw-rw-r-- 1 jenkins jenkins 1949 Oct 24 12:08 main.go 12:12:40 -rw-rw-r-- 1 jenkins jenkins 2185 Oct 24 12:08 makefile 12:12:40 drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 12:08 res 12:12:40 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 12:08 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:12:40 + 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=7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 --label arch=arm64 --label version=0.0.0 . 12:12:40 Sending build context to Docker daemon 208.4kB 12:12:41 Step 1/28 : ARG BASE=golang:1.18-alpine3.16 12:12:41 Step 2/28 : FROM ${BASE} AS builder 12:12:41 ---> f7ce58b0aecb 12:12:41 Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:12:41 ---> Running in ab34ef6f3557 12:12:41 Removing intermediate container ab34ef6f3557 12:12:41 ---> e6198a5f8be4 12:12:41 Step 4/28 : ARG ALPINE_PKG_EXTRA="" 12:12:41 ---> Running in 2df1147c7ead 12:12:41 Removing intermediate container 2df1147c7ead 12:12:41 ---> 360b35cf2b2d 12:12:41 Step 5/28 : ARG ADD_BUILD_TAGS="" 12:12:41 ---> Running in 03e8e3d50655 12:12:42 Removing intermediate container 03e8e3d50655 12:12:42 ---> cca849310195 12:12:42 Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:12:42 ---> Running in b82c8856fed9 12:12:42 Removing intermediate container b82c8856fed9 12:12:42 ---> ce85abe85ae5 12:12:42 Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:12:42 ---> Running in f36a372e4d3c 12:12:44 Removing intermediate container f36a372e4d3c 12:12:44 ---> d70703792aba 12:12:44 Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:12:44 ---> Running in 22c0141ebdc6 12:12:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:12:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:12:47 OK: 221 MiB in 51 packages 12:12:48 Removing intermediate container 22c0141ebdc6 12:12:48 ---> f8c1b4f47768 12:12:48 Step 9/28 : WORKDIR /app 12:12:48 ---> Running in 77ad2c96e4c0 12:12:48 Removing intermediate container 77ad2c96e4c0 12:12:48 ---> 255593dd4135 12:12:48 Step 10/28 : COPY go.mod vendor* ./ 12:12:49 ---> 86681e12e2a5 12:12:49 Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:12:49 ---> Running in 17967f5ad068 12:12:51 Removing intermediate container 17967f5ad068 12:12:51 ---> 27688b18c7cb 12:12:51 Step 12/28 : COPY . . 12:12:51 ---> baba9d54dba1 12:12:51 Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:12:52 ---> Running in a8608cc2b5ae 12:12:52 Removing intermediate container a8608cc2b5ae 12:12:52 ---> 6c3974917a4c 12:12:52 Step 14/28 : RUN $MAKE 12:12:52 ---> Running in bd9d75a161f9 12:12:53 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.50 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:15:45 Removing intermediate container bd9d75a161f9 12:15:45 ---> 73ce2d9e19fb 12:15:45 Step 15/28 : FROM alpine:3.16 12:15:45 3.16: Pulling from library/alpine 12:15:45 9b18e9b68314: Already exists 12:15:45 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 12:15:45 Status: Downloaded newer image for alpine:3.16 12:15:45 ---> a6215f271958 12:15:45 Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:15:45 ---> Running in 08fcd83852da 12:15:45 Removing intermediate container 08fcd83852da 12:15:45 ---> accb998f09db 12:15:45 Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} 12:15:45 ---> Running in ceae68e80224 12:15:45 Removing intermediate container ceae68e80224 12:15:45 ---> a5de33194618 12:15:45 Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:15:45 ---> Running in 7db35eeea261 12:15:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:15:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:15:45 (1/7) Installing ca-certificates (20220614-r0) 12:15:45 (2/7) Installing dumb-init (1.2.5-r1) 12:15:45 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:15:45 (4/7) Installing libsodium (1.0.18-r0) 12:15:45 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:15:45 (6/7) Installing libzmq (4.3.4-r0) 12:15:45 (7/7) Installing zeromq (4.3.4-r0) 12:15:45 Executing busybox-1.35.0-r17.trigger 12:15:45 Executing ca-certificates-20220614-r0.trigger 12:15:45 OK: 9 MiB in 21 packages 12:15:45 Removing intermediate container 7db35eeea261 12:15:45 ---> b09788409c62 12:15:45 Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:15:45 ---> f05d5d9af647 12:15:45 Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE 12:15:45 ---> 28eef90eaaa8 12:15:45 Step 21/28 : COPY --from=builder /app/res/ /res/ 12:15:45 ---> 77f39f01c8b4 12:15:45 Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:15:45 ---> bf21f71cc044 12:15:45 Step 23/28 : EXPOSE 48095 12:15:45 ---> Running in 3f56d0b41040 12:15:45 Removing intermediate container 3f56d0b41040 12:15:45 ---> 5b0871004805 12:15:45 Step 24/28 : ENTRYPOINT ["/app-service-configurable"] 12:15:45 ---> Running in d90e80c5a5f1 12:15:45 Removing intermediate container d90e80c5a5f1 12:15:45 ---> e2dc2b4c6412 12:15:45 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:15:45 ---> Running in 5ea258836203 12:15:45 Removing intermediate container 5ea258836203 12:15:45 ---> e64c1ec280ba 12:15:45 Step 26/28 : LABEL arch=arm64 12:15:45 ---> Running in 355b826fd16e 12:15:45 Removing intermediate container 355b826fd16e 12:15:45 ---> 3e3e231a394b 12:15:45 Step 27/28 : LABEL git_sha=7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 12:15:45 ---> Running in b4ebb502934f 12:15:45 Removing intermediate container b4ebb502934f 12:15:45 ---> f9e826134dfe 12:15:45 Step 28/28 : LABEL version=0.0.0 12:15:45 ---> Running in 09a1681b92fb 12:15:45 Removing intermediate container 09a1681b92fb 12:15:45 ---> 8a65817cc39c 12:15:45 [Warning] One or more build-args [ARCH] were not consumed 12:15:45 Successfully built 8a65817cc39c 12:15:45 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:15:46 12:15:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:15:46 arm64: Pulling from edgex-lftools-log-publisher 12:15:46 8998bd30e6a1: Pulling fs layer 12:15:46 04944245beec: Pulling fs layer 12:15:46 699f458cf7ca: Pulling fs layer 12:15:46 765212b225bb: Pulling fs layer 12:15:46 f23df028b6ca: Pulling fs layer 12:15:46 d65c8cfc05b1: Pulling fs layer 12:15:46 2437ff75d9bd: Pulling fs layer 12:15:46 765212b225bb: Waiting 12:15:46 f23df028b6ca: Waiting 12:15:46 d65c8cfc05b1: Waiting 12:15:46 2437ff75d9bd: Waiting 12:15:46 04944245beec: Verifying Checksum 12:15:46 04944245beec: Download complete 12:15:46 765212b225bb: Verifying Checksum 12:15:46 765212b225bb: Download complete 12:15:46 f23df028b6ca: Verifying Checksum 12:15:46 f23df028b6ca: Download complete 12:15:46 d65c8cfc05b1: Verifying Checksum 12:15:46 d65c8cfc05b1: Download complete 12:15:46 699f458cf7ca: Verifying Checksum 12:15:46 699f458cf7ca: Download complete 12:15:47 8998bd30e6a1: Verifying Checksum 12:15:47 8998bd30e6a1: Download complete 12:15:49 2437ff75d9bd: Verifying Checksum 12:15:49 2437ff75d9bd: Download complete 12:15:51 8998bd30e6a1: Pull complete 12:15:51 04944245beec: Pull complete 12:15:52 699f458cf7ca: Pull complete 12:15:52 765212b225bb: Pull complete 12:15:53 f23df028b6ca: Pull complete 12:15:53 d65c8cfc05b1: Pull complete 12:16:08 2437ff75d9bd: Pull complete 12:16:08 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:16:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:16:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:16:09 prd-ubuntu20.04-docker-arm64-4c-16g-9295 does not seem to be running inside a container 12:16:09 $ 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/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 12:16:11 $ docker top a93bf2febc5cb916ed7f5c320115089736295c4dc56bd25d19c19384be834bb8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:16:12 ---> job-cost.sh 12:16:12 lf-activate-venv: SKIPPING 12:16:12 INFO: No Stack... 12:16:13 INFO: Retrieving Pricing Info for: v3-standard-4 12:16:14 INFO: Archiving Costs [Pipeline] sh 12:16:14 + cut -d, -f6 12:16:14 + cat /w/workspace/app-service-configurable/1/archives/cost.csv [Pipeline] lock 12:16:15 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] 12:16:15 Resource [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] did not exist. Created. 12:16:15 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:16:15 /w/workspace/app-service-configurable/1@tmp/durable-b7c4706a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:16:16 + echo total: 0.10999999940395355 [Pipeline] stash 12:16:16 Warning: overwriting stash ‘stack-cost’ 12:16:16 Stashed 1 file(s) [Pipeline] } 12:16:16 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:16:16 $ docker stop --time=1 a93bf2febc5cb916ed7f5c320115089736295c4dc56bd25d19c19384be834bb8 12:16:18 $ docker rm -f a93bf2febc5cb916ed7f5c320115089736295c4dc56bd25d19c19384be834bb8 [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 12:16:19 provisioning config files... 12:16:19 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-477@tmp/config15648671023238745031tmp [Pipeline] { [Pipeline] sh 12:16:19 + set +x 12:16:19 + bash -s -- 12:16:19 + curl -s https://codecov.io/bash 12:16:19 12:16:19 _____ _ 12:16:19 / ____| | | 12:16:19 | | ___ __| | ___ ___ _____ __ 12:16:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:16:19 | |___| (_) | (_| | __/ (_| (_) \ V / 12:16:19 \_____\___/ \__,_|\___|\___\___/ \_/ 12:16:19 Bash-1.0.6 12:16:19 12:16:19 12:16:19 ==> git version 2.25.1 found 12:16: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 12:16:19 Release-Date: 2020-01-08 12:16: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 12:16:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:16:19 ==> Jenkins CI detected. 12:16:19 current dir:  /w/workspace/_app-service-configurable_PR-477 12:16:19 project root: . 12:16:19 --> token set from env 12:16:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:16:19 ==> Running gcov in . (disable via -X gcov) 12:16:19 ==> Python coveragepy not found 12:16:19 ==> Searching for coverage reports in: 12:16:19 + . 12:16:19 -> Found 1 reports 12:16:19 ==> Detecting git/mercurial file structure 12:16:19 ==> Reading reports 12:16:19 + ./coverage.out bytes=10 12:16:19 ==> Appending adjustments 12:16:19 https://docs.codecov.io/docs/fixing-reports 12:16:19 + Found adjustments 12:16:19 ==> Gzipping contents 12:16:19 4.0K /tmp/codecov.pOGhtU.gz 12:16:19 ==> Uploading reports 12:16:19 url: https://codecov.io 12:16:19 query: branch=PR-477&commit=7e8aa57bef781800a34dd35a1cc1ea189b8b43c5&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-477%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=477&job=&cmd_args= 12:16:19 -> Pinging Codecov 12:16:19 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-477&commit=7e8aa57bef781800a34dd35a1cc1ea189b8b43c5&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-477%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=477&job=&cmd_args= 12:16:19 -> Uploading to 12:16:19 https://storage.googleapis.com/codecov/v4/raw/2022-10-24/A97CA9966030D2A3747ED39772930CCE/7e8aa57bef781800a34dd35a1cc1ea189b8b43c5/06594413-8be9-455e-b933-b500a1593553.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221024%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221024T121619Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b92151778c56888c47a451343305d886064f154c11b4460b2bf8be5f9b83c1fa 12:16:19 % Total % Received % Xferd Average Speed Time Time Time Current 12:16:19 Dload Upload Total Spent Left Speed 12:16:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2019 --:--:-- --:--:-- --:--:-- 2019 12:16:20 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [Pipeline] } 12:16:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 12:16:21 + [ -d /w/workspace/_app-service-configurable_PR-477/archives ] 12:16:21 + ls -al /w/workspace/_app-service-configurable_PR-477/archives 12:16:21 total 16 12:16:21 drwxr-xr-x 3 root root 4096 Oct 24 12:06 . 12:16:21 drwxrwxr-x 9 jenkins jenkins 4096 Oct 24 12:06 .. 12:16:21 drwxr-xr-x 2 root root 4096 Oct 24 12:06 cost 12:16:21 -rw-r--r-- 1 root root 96 Oct 24 12:06 cost.csv 12:16:21 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-477/archives 12:16:21 + ls -al /w/workspace/_app-service-configurable_PR-477/archives 12:16:21 total 16 12:16:21 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 12:06 . 12:16:21 drwxrwxr-x 9 jenkins jenkins 4096 Oct 24 12:06 .. 12:16:21 drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 12:06 cost 12:16:21 -rw-r--r-- 1 jenkins jenkins 96 Oct 24 12:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:16:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:16:23 ---> package-listing.sh 12:16:23 ++ facter osfamily 12:16:23 ++ tr '[:upper:]' '[:lower:]' 12:16:23 + OS_FAMILY=debian 12:16:23 + workspace=/w/workspace/_app-service-configurable_PR-477 12:16:23 + START_PACKAGES=/tmp/packages_start.txt 12:16:23 + END_PACKAGES=/tmp/packages_end.txt 12:16:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:16:23 + PACKAGES=/tmp/packages_start.txt 12:16:23 + '[' /w/workspace/_app-service-configurable_PR-477 ']' 12:16:23 + PACKAGES=/tmp/packages_end.txt 12:16:23 + case "${OS_FAMILY}" in 12:16:23 + dpkg -l 12:16:23 + grep '^ii' 12:16:23 + '[' -f /tmp/packages_start.txt ']' 12:16:23 + '[' -f /tmp/packages_end.txt ']' 12:16:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:16:23 + '[' /w/workspace/_app-service-configurable_PR-477 ']' 12:16:23 + mkdir -p /w/workspace/_app-service-configurable_PR-477/archives/ 12:16:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-477/archives/ [Pipeline] echo 12:16:23 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/_app-service-configurable_PR-477/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:16:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:16:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:16:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:16:24 prd-ubuntu20.04-docker-8c-8g-9292 does not seem to be running inside a container 12:16:24 $ 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/_app-service-configurable_PR-477/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-477 -v /w/workspace/_app-service-configurable_PR-477:/w/workspace/_app-service-configurable_PR-477:rw,z -v /w/workspace/_app-service-configurable_PR-477@tmp:/w/workspace/_app-service-configurable_PR-477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:16:24 $ docker top 8f816177b5ba7fb9ff415427b21b881667c74e92ff792fb37ec7666a491e3c45 -eo pid,comm [Pipeline] { [Pipeline] sh 12:16:25 + touch /tmp/pre-build-complete [Pipeline] sh 12:16:25 + mkdir -p /var/log/sysstat [Pipeline] sh 12:16:25 + ls /var/log/sa-host 12:16:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:16:25 provisioning config files... 12:16:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-477@tmp/config4909052797754523446tmp [Pipeline] { [Pipeline] echo 12:16:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:16:26 ---> create-netrc.sh [Pipeline] } 12:16:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:16:26 ---> python-tools-install.sh [Pipeline] echo 12:16:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:16:26 ---> sudo-logs.sh 12:16:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:16:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:16:27 ---> job-cost.sh 12:16:27 lf-activate-venv: SKIPPING 12:16:27 DEBUG: total: 0.2199999988079071 12:16:27 INFO: Retrieving Stack Cost... 12:16:27 INFO: Retrieving Pricing Info for: v3-standard-8 12:16:28 INFO: Archiving Costs [Pipeline] echo 12:16:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:16:28 ---> logs-deploy.sh 12:16:28 lf-activate-venv: SKIPPING 12:16:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-477/1 12:16:28 INFO: archiving workspace using pattern(s): 12:16:29 Archives upload complete. 12:16:29 INFO: archiving logs to Nexus 12:16:30 ---> uname -a: 12:16:30 Linux prd-ubuntu20-04-docker-8c-8g-9292 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 12:16:30 12:16:30 12:16:30 ---> lscpu: 12:16:30 Architecture: x86_64 12:16:30 CPU op-mode(s): 32-bit, 64-bit 12:16:30 Byte Order: Little Endian 12:16:30 Address sizes: 40 bits physical, 48 bits virtual 12:16:30 CPU(s): 8 12:16:30 On-line CPU(s) list: 0-7 12:16:30 Thread(s) per core: 1 12:16:30 Core(s) per socket: 1 12:16:30 Socket(s): 8 12:16:30 NUMA node(s): 1 12:16:30 Vendor ID: AuthenticAMD 12:16:30 CPU family: 23 12:16:30 Model: 49 12:16:30 Model name: AMD EPYC-Rome Processor 12:16:30 Stepping: 0 12:16:30 CPU MHz: 2800.000 12:16:30 BogoMIPS: 5600.00 12:16:30 Virtualization: AMD-V 12:16:30 Hypervisor vendor: KVM 12:16:30 Virtualization type: full 12:16:30 L1d cache: 256 KiB 12:16:30 L1i cache: 256 KiB 12:16:30 L2 cache: 4 MiB 12:16:30 L3 cache: 128 MiB 12:16:30 NUMA node0 CPU(s): 0-7 12:16:30 Vulnerability Itlb multihit: Not affected 12:16:30 Vulnerability L1tf: Not affected 12:16:30 Vulnerability Mds: Not affected 12:16:30 Vulnerability Meltdown: Not affected 12:16:30 Vulnerability Mmio stale data: Not affected 12:16:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:16:30 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:16:30 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 12:16:30 Vulnerability Srbds: Not affected 12:16:30 Vulnerability Tsx async abort: Not affected 12:16:30 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 12:16:30 12:16:30 12:16:30 ---> nproc: 12:16:30 8 12:16:30 12:16:30 12:16:30 ---> df -h: 12:16:30 Filesystem Size Used Avail Use% Mounted on 12:16:30 overlay 155G 12G 144G 8% / 12:16:30 tmpfs 64M 0 64M 0% /dev 12:16:30 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:16:30 shm 64M 0 64M 0% /dev/shm 12:16:30 /dev/vda1 155G 12G 144G 8% /facter-os 12:16:30 12:16:30 12:16:30 ---> sar -b -r -n DEV: 12:16:30 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9292) 10/24/22 _x86_64_ (8 CPU) 12:16:30 12:16:30 12:04:07 LINUX RESTART (8 CPU) 12:16:30 12:16:30 12:05:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:16:30 12:06:01 212.90 3.32 209.57 0.00 82.02 72702.80 0.00 12:16:30 12:07:01 160.98 0.10 160.88 0.00 16.93 34308.03 0.00 12:16:30 12:08:01 1.83 0.00 1.83 0.00 0.00 22.28 0.00 12:16:30 12:09:01 1.77 0.00 1.77 0.00 0.00 20.53 0.00 12:16:30 12:10:01 41.07 9.35 31.72 0.00 2884.77 4934.22 0.00 12:16:30 12:11:01 1.98 0.00 1.98 0.00 0.00 23.20 0.00 12:16:30 12:12:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 12:16:30 12:13:01 1.98 0.00 1.98 0.00 0.00 22.66 0.00 12:16:30 12:14:01 1.47 0.00 1.47 0.00 0.00 16.80 0.00 12:16:30 12:15:01 2.37 0.00 2.37 0.00 0.00 37.73 0.00 12:16:30 12:16:01 1.32 0.00 1.32 0.00 0.00 14.66 0.00 12:16:30 Average: 38.74 1.16 37.58 0.00 271.57 10098.03 0.00 12:16:30 12:16:30 12:05:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:16:30 12:06:01 28587888 31559740 744820 2.27 133976 3068508 1958736 5.77 1169560 2707780 444 12:16:30 12:07:01 27863464 31587144 714892 2.17 145956 3745332 1794704 5.29 1196316 3338804 400 12:16:30 12:08:01 27862792 31586548 715292 2.18 146000 3745336 1794704 5.29 1196368 3338808 16 12:16:30 12:09:01 27865444 31589268 712376 2.17 146056 3745336 1794704 5.29 1194560 3338816 24 12:16:30 12:10:01 27553852 31568696 730404 2.22 164736 3996880 1780612 5.25 1351696 3466848 12 12:16:30 12:11:01 27564040 31579028 720000 2.19 164820 3996884 1780612 5.25 1341872 3466852 12 12:16:30 12:12:01 27563604 31579488 720072 2.19 164908 3996888 1780612 5.25 1341228 3467668 8 12:16:30 12:13:01 27563848 31579916 719612 2.19 164996 3996956 1780612 5.25 1341412 3467752 8 12:16:30 12:14:01 27563540 31579700 719744 2.19 165084 3996936 1780612 5.25 1341232 3467756 4 12:16:30 12:15:01 27563436 31579772 719564 2.19 165200 3996960 1780612 5.25 1341484 3467768 4 12:16:30 12:16:01 27563420 31579796 719428 2.19 165292 3996960 1796824 5.30 1341488 3467760 8 12:16:30 Average: 27737757 31579009 721473 2.19 157002 3843907 1802122 5.31 1287020 3363328 85 12:16:30 12:16:30 12:05:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:16:30 12:06:01 docker0 149.75 184.82 11.83 1709.58 0.00 0.00 0.00 0.00 12:16:30 12:06:01 lo 3.25 3.25 0.32 0.32 0.00 0.00 0.00 0.00 12:16:30 12:06:01 vethef99158 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:06:01 ens3 383.43 294.02 5767.52 115.40 0.00 0.00 0.00 0.00 12:16:30 12:07:01 docker0 10.71 15.21 0.65 101.46 0.00 0.00 0.00 0.00 12:16:30 12:07:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 12:16:30 12:07:01 ens3 128.92 87.24 2631.72 16.76 0.00 0.00 0.00 0.00 12:16:30 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:08:01 ens3 2.52 0.60 0.75 0.46 0.00 0.00 0.00 0.00 12:16:30 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:16:30 12:09:01 ens3 0.87 0.55 1.93 0.23 0.00 0.00 0.00 0.00 12:16:30 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:10:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 12:16:30 12:10:01 ens3 95.22 54.20 1303.35 3.98 0.00 0.00 0.00 0.00 12:16:30 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:16:30 12:11:01 ens3 0.35 0.13 0.02 0.01 0.00 0.00 0.00 0.00 12:16:30 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:12:01 ens3 0.82 0.20 0.16 0.08 0.00 0.00 0.00 0.00 12:16:30 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:16:30 12:13:01 ens3 0.57 0.52 0.32 0.22 0.00 0.00 0.00 0.00 12:16:30 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:14:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:16:30 12:15:01 ens3 0.33 0.20 0.09 0.07 0.00 0.00 0.00 0.00 12:16:30 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 12:16:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:30 Average: docker0 14.38 17.93 1.12 162.29 0.00 0.00 0.00 0.00 12:16:30 Average: lo 0.57 0.57 0.05 0.05 0.00 0.00 0.00 0.00 12:16:30 Average: ens3 55.24 39.40 874.97 12.32 0.00 0.00 0.00 0.00 12:16:30 12:16:30 12:16:30 ---> sar -P ALL: 12:16:30 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9292) 10/24/22 _x86_64_ (8 CPU) 12:16:30 12:16:30 12:04:07 LINUX RESTART (8 CPU) 12:16:30 12:16:30 12:05:02 CPU %user %nice %system %iowait %steal %idle 12:16:30 12:06:01 all 20.98 0.00 6.59 1.51 0.08 70.84 12:16:30 12:06:01 0 21.43 0.00 7.40 2.69 0.09 68.40 12:16:30 12:06:01 1 21.14 0.00 6.24 0.96 0.07 71.59 12:16:30 12:06:01 2 20.26 0.00 5.87 0.77 0.09 73.01 12:16:30 12:06:01 3 20.72 0.00 8.29 0.45 0.09 70.45 12:16:30 12:06:01 4 21.02 0.00 6.15 0.90 0.07 71.86 12:16:30 12:06:01 5 20.92 0.00 5.97 0.14 0.09 72.89 12:16:30 12:06:01 6 20.96 0.00 7.07 5.33 0.09 66.55 12:16:30 12:06:01 7 21.38 0.00 5.74 0.87 0.07 71.95 12:16:30 12:07:01 all 19.47 0.00 4.33 1.01 0.05 75.13 12:16:30 12:07:01 0 19.33 0.00 4.72 0.12 0.03 75.80 12:16:30 12:07:01 1 19.24 0.00 4.18 1.90 0.07 74.61 12:16:30 12:07:01 2 20.09 0.00 5.43 2.43 0.05 72.00 12:16:30 12:07:01 3 19.62 0.00 4.26 0.47 0.07 75.58 12:16:30 12:07:01 4 18.00 0.00 4.05 0.62 0.05 77.28 12:16:30 12:07:01 5 19.37 0.00 3.79 2.31 0.03 74.49 12:16:30 12:07:01 6 20.56 0.00 4.03 0.02 0.05 75.35 12:16:30 12:07:01 7 19.57 0.00 4.21 0.22 0.07 75.93 12:16:30 12:08:01 all 0.28 0.00 0.01 0.01 0.00 99.70 12:16:30 12:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:16:30 12:08:01 1 2.00 0.00 0.00 0.00 0.00 98.00 12:16:30 12:08:01 2 0.02 0.00 0.00 0.02 0.00 99.97 12:16:30 12:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 12:16:30 12:08:01 4 0.05 0.00 0.05 0.00 0.00 99.90 12:16:30 12:08:01 5 0.07 0.00 0.00 0.03 0.02 99.88 12:16:30 12:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 12:16:30 12:08:01 7 0.05 0.00 0.03 0.00 0.00 99.92 12:16:30 12:09:01 all 0.28 0.00 0.02 0.01 0.01 99.68 12:16:30 12:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:16:30 12:09:01 1 2.02 0.00 0.02 0.00 0.00 97.96 12:16:30 12:09:01 2 0.02 0.00 0.03 0.03 0.02 99.90 12:16:30 12:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:16:30 12:09:01 4 0.03 0.00 0.02 0.00 0.00 99.95 12:16:30 12:09:01 5 0.03 0.00 0.00 0.02 0.00 99.95 12:16:30 12:09:01 6 0.02 0.00 0.02 0.00 0.00 99.97 12:16:30 12:09:01 7 0.08 0.00 0.05 0.00 0.02 99.85 12:16:30 12:10:01 all 1.51 0.00 0.85 0.42 0.01 97.21 12:16:30 12:10:01 0 1.45 0.00 0.85 0.25 0.00 97.45 12:16:30 12:10:01 1 2.37 0.00 0.36 0.23 0.02 97.02 12:16:30 12:10:01 2 1.05 0.00 2.07 0.10 0.00 96.78 12:16:30 12:10:01 3 1.94 0.00 1.13 0.38 0.02 96.53 12:16:30 12:10:01 4 2.00 0.00 0.83 0.53 0.02 96.62 12:16:30 12:10:01 5 1.30 0.00 0.57 1.76 0.02 96.36 12:16:30 12:10:01 6 0.88 0.00 0.47 0.07 0.02 98.57 12:16:30 12:10:01 7 1.05 0.00 0.50 0.03 0.02 98.40 12:16:30 12:11:01 all 0.03 0.00 0.01 0.03 0.00 99.92 12:16:30 12:11:01 0 0.05 0.00 0.03 0.00 0.00 99.92 12:16:30 12:11:01 1 0.03 0.00 0.00 0.00 0.00 99.97 12:16:30 12:11:01 2 0.00 0.00 0.00 0.12 0.02 99.87 12:16:30 12:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 12:16:30 12:11:01 4 0.03 0.00 0.02 0.00 0.00 99.95 12:16:30 12:11:01 5 0.07 0.00 0.02 0.10 0.00 99.82 12:16:30 12:11:01 6 0.03 0.00 0.00 0.02 0.00 99.95 12:16:30 12:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 12:16:30 12:12:01 all 0.01 0.00 0.01 0.03 0.00 99.95 12:16:30 12:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:16:30 12:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:16:30 12:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 12:16:30 12:12:01 3 0.03 0.00 0.05 0.00 0.02 99.90 12:16:30 12:12:01 4 0.02 0.00 0.03 0.00 0.00 99.95 12:16:30 12:12:01 5 0.00 0.00 0.00 0.12 0.00 99.88 12:16:30 12:12:01 6 0.00 0.00 0.00 0.08 0.00 99.92 12:16:30 12:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:16:30 12:13:01 all 0.03 0.00 0.01 0.01 0.00 99.95 12:16:30 12:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:16:30 12:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 12:16:30 12:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 12:16:30 12:13:01 3 0.03 0.00 0.00 0.00 0.00 99.97 12:16:30 12:13:01 4 0.07 0.00 0.02 0.00 0.00 99.92 12:16:30 12:13:01 5 0.02 0.00 0.00 0.03 0.00 99.95 12:16:30 12:13:01 6 0.02 0.00 0.00 0.03 0.00 99.95 12:16:30 12:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:16:30 12:14:01 all 0.02 0.00 0.01 0.02 0.00 99.95 12:16:30 12:14:01 0 0.00 0.00 0.03 0.00 0.02 99.95 12:16:30 12:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 12:16:30 12:14:01 2 0.07 0.00 0.03 0.02 0.00 99.88 12:16:30 12:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 12:16:30 12:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 12:16:30 12:14:01 5 0.03 0.00 0.00 0.12 0.00 99.85 12:16:30 12:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:16:30 12:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 12:16:30 12:15:01 all 0.03 0.00 0.01 0.06 0.00 99.90 12:16:30 12:15:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:16:30 12:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:16:30 12:15:01 2 0.07 0.00 0.00 0.02 0.02 99.90 12:16:30 12:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:16:30 12:15:01 4 0.05 0.00 0.03 0.00 0.00 99.92 12:16:30 12:15:01 5 0.02 0.00 0.00 0.27 0.00 99.72 12:16:30 12:15:01 6 0.07 0.00 0.00 0.17 0.00 99.77 12:16:30 12:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 12:16:30 12:16:01 all 0.01 0.00 0.02 0.03 0.00 99.94 12:16:30 12:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:16:30 12:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:16:30 12:16:01 2 0.02 0.00 0.03 0.00 0.00 99.95 12:16:30 12:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 12:16:30 12:16:01 4 0.02 0.00 0.02 0.00 0.02 99.95 12:16:30 12:16:01 5 0.00 0.00 0.00 0.08 0.00 99.92 12:16:30 12:16:01 6 0.00 0.00 0.02 0.15 0.00 99.83 12:16:30 12:16:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:16:30 12:16:30 Average: CPU %user %nice %system %iowait %steal %idle 12:16:30 Average: all 3.81 0.00 1.06 0.28 0.01 94.83 12:16:30 Average: 0 3.79 0.00 1.18 0.27 0.01 94.75 12:16:30 Average: 1 4.21 0.00 0.97 0.28 0.02 94.53 12:16:30 Average: 2 3.73 0.00 1.21 0.31 0.02 94.73 12:16:30 Average: 3 3.78 0.00 1.23 0.12 0.02 94.85 12:16:30 Average: 4 3.69 0.00 1.00 0.18 0.01 95.11 12:16:30 Average: 5 3.75 0.00 0.92 0.45 0.01 94.86 12:16:30 Average: 6 3.81 0.00 1.04 0.52 0.01 94.63 12:16:30 Average: 7 3.76 0.00 0.94 0.10 0.02 95.18 12:16:30 12:16:30 12:16:30