Pull request #497 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6bd47f15c5da31808950f5de66cc259deeda11fa+00d8ffd1a5b178530bec1b751018b947d29fdef0 (69981e23d56f295875eb7fd6ef40493418bc2075) 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-ssh8053116534564389755.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh102951353580029844.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh 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-497/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-497/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1362446081671811938.key > 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-497/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14229770211358633364.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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-ssh2854665898366189781.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh 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-497/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-497/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1008166838861559140.key > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1556 in /w/workspace/_app-service-configurable_PR-497 [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-497 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 00d8ffd1a5b178530bec1b751018b947d29fdef0 into PR head commit 6bd47f15c5da31808950f5de66cc259deeda11fa > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/497/head:refs/remotes/origin/PR-497 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6bd47f15c5da31808950f5de66cc259deeda11fa # timeout=10 Merge succeeded, producing 6bd47f15c5da31808950f5de66cc259deeda11fa Checking out Revision 6bd47f15c5da31808950f5de66cc259deeda11fa (PR-497) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:03:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:03:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:03:20 ========================================================= 12:03:20 EdgeX Global Pipelines Version Info 12:03:20 ========================================================= [Pipeline] libraryResource > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 00d8ffd1a5b178530bec1b751018b947d29fdef0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6bd47f15c5da31808950f5de66cc259deeda11fa # timeout=10 [Pipeline] sh 12:03:21 ------------------- 12:03:21 stable info: 12:03:21 ------------------- 12:03:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:03:21 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 12:03:21 Message: update stable to v1.0.244 12:03:21 ------------------- 12:03:21 experimental info: 12:03:21 ------------------- 12:03:21 Commited By: **** collab-it+edgex@linuxfoundation.org 12:03:21 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 12:03:21 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:03:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:03:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:03:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:03:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-497 [Pipeline] echo 12:03:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-497 [Pipeline] echo 12:03:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-497 [Pipeline] echo 12:03:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6bd47f15c5da31808950f5de66cc259deeda11fa [Pipeline] echo 12:03:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6bd47f1 [Pipeline] echo 12:03:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:03:23 provisioning config files... 12:03:23 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-497@tmp/config3334794347946787237tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:03:23 ---> docker-login.sh 12:03:23 nexus3.edgexfoundry.org:10001 12:03:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:03:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:03:24 Configure a credential helper to remove this warning. See 12:03:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:03:24 12:03:24 Login Succeeded 12:03:24 nexus3.edgexfoundry.org:10002 12:03:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:03:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:03:24 Configure a credential helper to remove this warning. See 12:03:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:03:24 12:03:24 Login Succeeded 12:03:24 nexus3.edgexfoundry.org:10003 12:03:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:03:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:03:24 Configure a credential helper to remove this warning. See 12:03:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:03:24 12:03:24 Login Succeeded 12:03:24 nexus3.edgexfoundry.org:10004 12:03:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:03:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:03:24 Configure a credential helper to remove this warning. See 12:03:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:03:24 12:03:24 Login Succeeded 12:03:24 docker.io 12:03:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:03:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:03:24 Configure a credential helper to remove this warning. See 12:03:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:03:24 12:03:24 Login Succeeded 12:03:24 ---> docker-login.sh ends [Pipeline] } 12:03:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:03:25 + git rev-list -1 --merges 6bd47f15c5da31808950f5de66cc259deeda11fa~1..6bd47f15c5da31808950f5de66cc259deeda11fa [Pipeline] echo 12:03:25 -----------> git rev-list -1 --merges 6bd47f15c5da31808950f5de66cc259deeda11fa~1..6bd47f15c5da31808950f5de66cc259deeda11fa 6bd47f15c5da31808950f5de66cc259deeda11fa [false] [Pipeline] sh 12:03:25 + git log --format=format:%s -1 6bd47f15c5da31808950f5de66cc259deeda11fa [Pipeline] echo 12:03:25 ========================================================= 12:03:25 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:03:25 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:03:26 + git log --format=format:%s -1 6bd47f15c5da31808950f5de66cc259deeda11fa [Pipeline] echo 12:03:26 [semverPrep] GIT_COMMIT: 6bd47f15c5da31808950f5de66cc259deeda11fa, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo 12:03:26 [semverPrep] This is not a build commit. [Pipeline] sh 12:03:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:03:26 + grep -v github /etc/ssh/ssh_known_hosts 12:03:26 + [ -e /tmp/ssh_known_hosts ] 12:03:26 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:03:26 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:03:26 + sudo tee -a /etc/ssh/ssh_known_hosts 12:03:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:03:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:03:27 12:03:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:03:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:03:27 0.1.4: Pulling from edgex-devops/py-git-semver 12:03:27 b85a868b505f: Pulling fs layer 12:03:27 e2be974225ed: Pulling fs layer 12:03:27 339a4e72a1f5: Pulling fs layer 12:03:27 988bab9f4d93: Pulling fs layer 12:03:27 1469e6f7b9e6: Pulling fs layer 12:03:27 eaf3925da568: Pulling fs layer 12:03:27 bab4dde63d76: Pulling fs layer 12:03:27 bde34c3a00c8: Pulling fs layer 12:03:27 b352a97aabf1: Pulling fs layer 12:03:27 4872d77fe225: Pulling fs layer 12:03:27 5851b861e8e6: Pulling fs layer 12:03:27 988bab9f4d93: Waiting 12:03:27 1469e6f7b9e6: Waiting 12:03:27 eaf3925da568: Waiting 12:03:27 bab4dde63d76: Waiting 12:03:27 4872d77fe225: Waiting 12:03:27 bde34c3a00c8: Waiting 12:03:27 5851b861e8e6: Waiting 12:03:27 e2be974225ed: Verifying Checksum 12:03:27 e2be974225ed: Download complete 12:03:27 988bab9f4d93: Download complete 12:03:27 1469e6f7b9e6: Verifying Checksum 12:03:27 1469e6f7b9e6: Download complete 12:03:27 eaf3925da568: Verifying Checksum 12:03:27 eaf3925da568: Download complete 12:03:27 339a4e72a1f5: Verifying Checksum 12:03:27 339a4e72a1f5: Download complete 12:03:27 bde34c3a00c8: Download complete 12:03:27 b352a97aabf1: Verifying Checksum 12:03:27 b352a97aabf1: Download complete 12:03:27 4872d77fe225: Verifying Checksum 12:03:27 4872d77fe225: Download complete 12:03:27 5851b861e8e6: Verifying Checksum 12:03:27 5851b861e8e6: Download complete 12:03:27 b85a868b505f: Verifying Checksum 12:03:27 b85a868b505f: Download complete 12:03:28 bab4dde63d76: Verifying Checksum 12:03:28 bab4dde63d76: Download complete 12:03:29 b85a868b505f: Pull complete 12:03:29 e2be974225ed: Pull complete 12:03:30 339a4e72a1f5: Pull complete 12:03:30 988bab9f4d93: Pull complete 12:03:30 1469e6f7b9e6: Pull complete 12:03:30 eaf3925da568: Pull complete 12:03:32 bab4dde63d76: Pull complete 12:03:32 bde34c3a00c8: Pull complete 12:03:32 b352a97aabf1: Pull complete 12:03:32 4872d77fe225: Pull complete 12:03:32 5851b861e8e6: Pull complete 12:03:32 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:03:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:03:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:03:32 prd-ubuntu20.04-docker-8c-8g-1556 does not seem to be running inside a container 12:03:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-497 -v /w/workspace/_app-service-configurable_PR-497:/w/workspace/_app-service-configurable_PR-497:rw,z -v /w/workspace/_app-service-configurable_PR-497@tmp:/w/workspace/_app-service-configurable_PR-497@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:03:35 $ docker top c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab -eo pid,comm 12:03:35 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:03:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:03:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:03:35 [ssh-agent] Looking for ssh-agent implementation... 12:03:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:03:35 $ docker exec c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab ssh-agent 12:03:35 SSH_AUTH_SOCK=/tmp/ssh-pKLIuvBgA5tM/agent.32 12:03:35 SSH_AGENT_PID=38 12:03:35 Running ssh-add (command line suppressed) 12:03:35 Identity added: /w/workspace/_app-service-configurable_PR-497@tmp/private_key_3615350003488654588.key (/w/workspace/_app-service-configurable_PR-497@tmp/private_key_3615350003488654588.key) 12:03:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:03:36 + git tag --points-at HEAD [Pipeline] } 12:03:36 $ docker exec --env ******** --env ******** c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab ssh-agent -k 12:03:36 unset SSH_AUTH_SOCK; 12:03:36 unset SSH_AGENT_PID; 12:03:36 echo Agent pid 38 killed; 12:03:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:03:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:03:36 [ssh-agent] Looking for ssh-agent implementation... 12:03:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:03:36 $ docker exec c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab ssh-agent 12:03:36 SSH_AUTH_SOCK=/tmp/ssh-3hI447xLVKjT/agent.71 12:03:36 SSH_AGENT_PID=77 12:03:36 Running ssh-add (command line suppressed) 12:03:36 Identity added: /w/workspace/_app-service-configurable_PR-497@tmp/private_key_7438666561914811469.key (/w/workspace/_app-service-configurable_PR-497@tmp/private_key_7438666561914811469.key) 12:03:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:03:37 + git semver init 12:03:37 2023-01-10 12:03:37,260 [run_init] DEBUG init version:0.0.0 force:False 12:03:37 2023-01-10 12:03:37,261 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-497/.semver 12:03:37 2023-01-10 12:03:37,261 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-497/.semver 12:03:37 2023-01-10 12:03:37,261 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-497/.semver'], cwd=/w/workspace/_app-service-configurable_PR-497, universal_newlines=False, shell=None, istream=None) 12:03:38 2023-01-10 12:03:38,091 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-497/.git/info/exclude 12:03:38 2023-01-10 12:03:38,092 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-497/.semver/PR-497 with force:False 12:03:38 2023-01-10 12:03:38,092 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-497/.semver/PR-497 12:03:38 2023-01-10 12:03:38,096 [execute] INFO git cat-file --batch-check 12:03:38 2023-01-10 12:03:38,097 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-497/.semver, universal_newlines=False, shell=None, istream=) 12:03:38 2023-01-10 12:03:38,104 [execute] INFO git cat-file --batch 12:03:38 2023-01-10 12:03:38,105 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-497/.semver, universal_newlines=False, shell=None, istream=) 12:03:38 2023-01-10 12:03:38,111 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-497/.semver/PR-497 12:03:38 0.0.0 [Pipeline] } 12:03:38 $ docker exec --env ******** --env ******** c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab ssh-agent -k 12:03:38 unset SSH_AUTH_SOCK; 12:03:38 unset SSH_AGENT_PID; 12:03:38 echo Agent pid 77 killed; 12:03:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:03:38 + git semver [Pipeline] } 12:03:39 $ docker stop --time=1 c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab 12:03:40 $ docker rm -f --volumes c69419b99f7ac890c8625a58d330e46a44078491025dee5c06af7ea494cf9eab [Pipeline] // withDockerContainer [Pipeline] sh 12:03:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:03:41 Stashed 1 file(s) [Pipeline] echo 12:03:41 [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:03:41 provisioning config files... 12:03:41 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-497@tmp/config2697482673227903759tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:03:42 ---> docker-login.sh 12:03:42 nexus3.edgexfoundry.org:10001 12:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:03:42 Configure a credential helper to remove this warning. See 12:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:03:42 12:03:42 Login Succeeded 12:03:42 nexus3.edgexfoundry.org:10002 12:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:03:42 Configure a credential helper to remove this warning. See 12:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:03:42 12:03:42 Login Succeeded 12:03:42 nexus3.edgexfoundry.org:10003 12:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:03:42 Configure a credential helper to remove this warning. See 12:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:03:42 12:03:42 Login Succeeded 12:03:42 nexus3.edgexfoundry.org:10004 12:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:03:42 Configure a credential helper to remove this warning. See 12:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:03:42 12:03:42 Login Succeeded 12:03:42 docker.io 12:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:03:42 Configure a credential helper to remove this warning. See 12:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:03:42 12:03:42 Login Succeeded 12:03:42 ---> docker-login.sh ends [Pipeline] } 12:03:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:03:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:03:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:03:42 ========================================================= 12:03:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 12:03:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:03:43 + 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:03:43 Sending build context to Docker daemon 3.213MB 12:03:43 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 12:03:43 Step 2/12 : FROM ${BASE} AS builder 12:03:43 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 12:03:43 213ec9aee27d: Pulling fs layer 12:03:43 4583459ba037: Pulling fs layer 12:03:43 93c1e223e6f2: Pulling fs layer 12:03:43 53926ce57604: Pulling fs layer 12:03:43 21b2b0c7a3f4: Pulling fs layer 12:03:43 22ff95d597cd: Pulling fs layer 12:03:43 12d6caf4c0d1: Pulling fs layer 12:03:43 96b7cbca73a9: Pulling fs layer 12:03:43 a7acece74701: Pulling fs layer 12:03:43 21b2b0c7a3f4: Waiting 12:03:43 12d6caf4c0d1: Waiting 12:03:43 22ff95d597cd: Waiting 12:03:43 96b7cbca73a9: Waiting 12:03:43 a7acece74701: Waiting 12:03:43 93c1e223e6f2: Verifying Checksum 12:03:43 93c1e223e6f2: Download complete 12:03:43 4583459ba037: Download complete 12:03:43 21b2b0c7a3f4: Verifying Checksum 12:03:43 21b2b0c7a3f4: Download complete 12:03:43 22ff95d597cd: Verifying Checksum 12:03:43 22ff95d597cd: Download complete 12:03:43 213ec9aee27d: Verifying Checksum 12:03:43 213ec9aee27d: Download complete 12:03:43 12d6caf4c0d1: Verifying Checksum 12:03:43 12d6caf4c0d1: Download complete 12:03:43 213ec9aee27d: Pull complete 12:03:43 4583459ba037: Pull complete 12:03:43 93c1e223e6f2: Pull complete 12:03:44 a7acece74701: Verifying Checksum 12:03:44 a7acece74701: Download complete 12:03:44 53926ce57604: Verifying Checksum 12:03:44 53926ce57604: Download complete 12:03:44 96b7cbca73a9: Verifying Checksum 12:03:44 96b7cbca73a9: Download complete 12:03:47 53926ce57604: Pull complete 12:03:47 21b2b0c7a3f4: Pull complete 12:03:47 22ff95d597cd: Pull complete 12:03:47 12d6caf4c0d1: Pull complete 12:03:49 96b7cbca73a9: Pull complete 12:03:50 a7acece74701: Pull complete 12:03:50 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 12:03:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 12:03:50 ---> db6d94c90886 12:03:50 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 12:03:54 ---> Running in 0811fc56a389 12:03:54 Removing intermediate container 0811fc56a389 12:03:54 ---> ac74dc94c40e 12:03:54 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 12:03:54 ---> Running in 1b51e16bbdcd 12:03:54 Removing intermediate container 1b51e16bbdcd 12:03:54 ---> 29173ef4c9be 12:03:54 Step 5/12 : ARG ADD_BUILD_TAGS="" 12:03:54 ---> Running in 4c4e6fddf8bc 12:03:54 Removing intermediate container 4c4e6fddf8bc 12:03:54 ---> cad762dd62bb 12:03:54 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:03:54 ---> Running in 2f5dd83288d2 12:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:03:54 OK: 211 MiB in 51 packages 12:03:55 Removing intermediate container 2f5dd83288d2 12:03:55 ---> e869e0ba3ff7 12:03:55 Step 7/12 : WORKDIR /app 12:03:55 ---> Running in 47eb0e849a47 12:03:55 Removing intermediate container 47eb0e849a47 12:03:55 ---> 30dc4d3f87db 12:03:55 Step 8/12 : COPY go.mod vendor* ./ 12:03:55 ---> 6853216d00bc 12:03:55 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:03:55 ---> Running in 127614dc90b8 12:03:56 Still waiting to schedule task 12:03:56 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 12:04:21 Removing intermediate container 127614dc90b8 12:04:21 ---> b4f6f749bb4b 12:04:21 Step 10/12 : COPY . . 12:04:21 ---> d3c2239d1280 12:04:21 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:04:21 ---> Running in e04e816bae37 12:04:21 Removing intermediate container e04e816bae37 12:04:21 ---> abb89002408e 12:04:21 Step 12/12 : RUN $MAKE 12:04:21 ---> Running in 2cc4a2af85e3 12:04:21 noop 12:04:21 Removing intermediate container 2cc4a2af85e3 12:04:21 ---> f560442c29b4 12:04:21 Successfully built f560442c29b4 12:04:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:22 + docker inspect -f . ci-base-image-x86_64 12:04:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:04:22 prd-ubuntu20.04-docker-8c-8g-1556 does not seem to be running inside a container 12:04:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-497 -v /w/workspace/_app-service-configurable_PR-497:/w/workspace/_app-service-configurable_PR-497:rw,z -v /w/workspace/_app-service-configurable_PR-497@tmp:/w/workspace/_app-service-configurable_PR-497@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-x86_64 cat 12:04:22 $ docker top 6f5fdee71b872b5db400c8a3a25d45b9e87e8b667f2085f7b407845d5d79327a -eo pid,comm [Pipeline] { [Pipeline] sh 12:04:23 + go version 12:04:23 go version go1.18.7 linux/amd64 [Pipeline] } 12:04:23 $ docker stop --time=1 6f5fdee71b872b5db400c8a3a25d45b9e87e8b667f2085f7b407845d5d79327a 12:04:24 $ docker rm -f --volumes 6f5fdee71b872b5db400c8a3a25d45b9e87e8b667f2085f7b407845d5d79327a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:25 + docker inspect -f . ci-base-image-x86_64 12:04:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:04:25 prd-ubuntu20.04-docker-8c-8g-1556 does not seem to be running inside a container 12:04:25 $ 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-497 -v /w/workspace/_app-service-configurable_PR-497:/w/workspace/_app-service-configurable_PR-497:rw,z -v /w/workspace/_app-service-configurable_PR-497@tmp:/w/workspace/_app-service-configurable_PR-497@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-x86_64 cat 12:04:25 $ docker top 91a1d0d7a0bc20f173c39eec09c43c88c5895ffd8b121c8d7fc571bed9a7a0b2 -eo pid,comm [Pipeline] { [Pipeline] sh 12:04:26 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-497 [Pipeline] fileExists [Pipeline] sh 12:04:26 + make test 12:04:26 go test -race -coverprofile=coverage.out ./... 12:04:44 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:04:44 go vet ./... 12:04:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:04:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:04:52 ./bin/test-attribution-txt.sh [Pipeline] echo 12:04:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:04:52 $ docker stop --time=1 91a1d0d7a0bc20f173c39eec09c43c88c5895ffd8b121c8d7fc571bed9a7a0b2 12:04:56 $ docker rm -f --volumes 91a1d0d7a0bc20f173c39eec09c43c88c5895ffd8b121c8d7fc571bed9a7a0b2 [Pipeline] // withDockerContainer [Pipeline] sh 12:04:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:04:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:04:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:04:57 + ls -al . 12:04:57 total 184 12:04:57 drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 12:04 . 12:04:57 drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 12:03 .. 12:04:57 -rw-rw-r-- 1 jenkins jenkins 119 Jan 10 12:03 .dockerignore 12:04:57 drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 12:03 .git 12:04:57 drwxrwxr-x 3 jenkins jenkins 4096 Jan 10 12:03 .github 12:04:57 -rw-rw-r-- 1 jenkins jenkins 171 Jan 10 12:03 .gitignore 12:04:57 drwxr-xr-x 3 jenkins jenkins 4096 Jan 10 12:03 .semver 12:04:57 -rw-rw-r-- 1 jenkins jenkins 9207 Jan 10 12:03 Attribution.txt 12:04:57 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 10 12:03 CHANGELOG.md 12:04:57 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 10 12:03 Dockerfile 12:04:57 -rw-rw-r-- 1 jenkins jenkins 677 Jan 10 12:03 GOVERNANCE.md 12:04:57 -rw-rw-r-- 1 jenkins jenkins 688 Jan 10 12:03 Jenkinsfile 12:04:57 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 10 12:03 LICENSE 12:04:57 -rw-rw-r-- 1 jenkins jenkins 618 Jan 10 12:03 OWNERS.md 12:04:57 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 10 12:03 README.md 12:04:57 -rw-rw-r-- 1 jenkins jenkins 5 Jan 10 12:03 VERSION 12:04:57 drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 12:03 bin 12:04:57 -rw-r--r-- 1 jenkins jenkins 13 Jan 10 12:04 coverage.out 12:04:57 -rw-rw-r-- 1 jenkins jenkins 3397 Jan 10 12:03 go.mod 12:04:57 -rw-rw-r-- 1 jenkins jenkins 44232 Jan 10 12:03 go.sum 12:04:57 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 10 12:03 main.go 12:04:57 -rw-rw-r-- 1 jenkins jenkins 2078 Jan 10 12:03 makefile 12:04:57 drwxrwxr-x 10 jenkins jenkins 4096 Jan 10 12:03 res 12:04:57 drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 12:03 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:58 + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=6bd47f15c5da31808950f5de66cc259deeda11fa --label arch=amd64 --label version=0.0.0 . 12:04:58 Sending build context to Docker daemon 3.214MB 12:04:58 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 12:04:58 Step 2/26 : FROM ${BASE} AS builder 12:04:58 ---> f560442c29b4 12:04:58 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 12:04:58 ---> Running in 49df1b3d16ca 12:04:58 Removing intermediate container 49df1b3d16ca 12:04:58 ---> 19f294f060b3 12:04:58 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 12:04:58 ---> Running in c40d704402a6 12:04:58 Removing intermediate container c40d704402a6 12:04:58 ---> 9693f3a88be6 12:04:58 Step 5/26 : ARG ADD_BUILD_TAGS="" 12:04:58 ---> Running in 514d94fab35a 12:04:58 Removing intermediate container 514d94fab35a 12:04:58 ---> 0d85e78d2e89 12:04:58 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:04:58 ---> Running in e48a1d7f6d82 12:04:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:04:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:04:59 OK: 211 MiB in 51 packages 12:04:59 Removing intermediate container e48a1d7f6d82 12:04:59 ---> 839cd91fe7e1 12:04:59 Step 7/26 : WORKDIR /app 12:04:59 ---> Running in 2b2a12d0c0a1 12:04:59 Removing intermediate container 2b2a12d0c0a1 12:04:59 ---> 3bf79f9e5ef1 12:04:59 Step 8/26 : COPY go.mod vendor* ./ 12:04:59 ---> 6ccce50646c0 12:04:59 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:04:59 ---> Running in 39ae7fd641f1 12:05:00 Removing intermediate container 39ae7fd641f1 12:05:00 ---> 9f6df508ca2d 12:05:00 Step 10/26 : COPY . . 12:05:00 ---> ffaf12f0042d 12:05:00 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:05:00 ---> Running in c84c7a584a23 12:05:00 Removing intermediate container c84c7a584a23 12:05:00 ---> 10b127ae7521 12:05:00 Step 12/26 : RUN $MAKE 12:05:00 ---> Running in 42fb044dc5d0 12:05:00 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.12 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable 12:05:19 Removing intermediate container 42fb044dc5d0 12:05:19 ---> 8332f61fb8cf 12:05:19 Step 13/26 : FROM alpine:3.16 12:05:19 3.16: Pulling from library/alpine 12:05:19 ca7dd9ec2225: Pulling fs layer 12:05:19 ca7dd9ec2225: Verifying Checksum 12:05:19 ca7dd9ec2225: Download complete 12:05:19 ca7dd9ec2225: Pull complete 12:05:19 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 12:05:19 Status: Downloaded newer image for alpine:3.16 12:05:19 ---> bfe296a52501 12:05:19 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 12:05:19 ---> Running in ae8d0c878ad7 12:05:19 Removing intermediate container ae8d0c878ad7 12:05:19 ---> 8398ed6ad334 12:05:19 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 12:05:19 ---> Running in a83b50b718f3 12:05:19 Removing intermediate container a83b50b718f3 12:05:19 ---> 3faedd8cc436 12:05:19 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 12:05:19 ---> Running in 55cb3e0908eb 12:05:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:05:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:05:20 (1/2) Installing ca-certificates (20220614-r0) 12:05:20 (2/2) Installing dumb-init (1.2.5-r1) 12:05:20 Executing busybox-1.35.0-r17.trigger 12:05:20 Executing ca-certificates-20220614-r0.trigger 12:05:20 OK: 6 MiB in 16 packages 12:05:21 Removing intermediate container 55cb3e0908eb 12:05:21 ---> 8dbf51dcdbdb 12:05:21 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:05:21 ---> 61aa9212ecd6 12:05:21 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 12:05:21 ---> 81b1d4a1dd63 12:05:21 Step 19/26 : COPY --from=builder /app/res/ /res/ 12:05:21 ---> 49313f577aa5 12:05:21 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:05:22 ---> adf0aa0276cf 12:05:22 Step 21/26 : EXPOSE 48095 12:05:22 ---> Running in df0fb7f44216 12:05:22 Removing intermediate container df0fb7f44216 12:05:22 ---> 1368f0d806d3 12:05:22 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 12:05:22 ---> Running in 9ee879620a20 12:05:22 Removing intermediate container 9ee879620a20 12:05:22 ---> af5b8b2f55e7 12:05:22 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 12:05:22 ---> Running in 2ddf2647e7f0 12:05:22 Removing intermediate container 2ddf2647e7f0 12:05:22 ---> 7ac7a9bc0913 12:05:22 Step 24/26 : LABEL arch=amd64 12:05:22 ---> Running in f8c76d8505a3 12:05:22 Removing intermediate container f8c76d8505a3 12:05:22 ---> 3c28b7935a2d 12:05:22 Step 25/26 : LABEL git_sha=6bd47f15c5da31808950f5de66cc259deeda11fa 12:05:22 ---> Running in 33b6e68efad9 12:05:22 Removing intermediate container 33b6e68efad9 12:05:22 ---> 49489cfddd6b 12:05:22 Step 26/26 : LABEL version=0.0.0 12:05:22 ---> Running in 61cf25a126e4 12:05:22 Removing intermediate container 61cf25a126e4 12:05:22 ---> 7f1bc8b08140 12:05:22 [Warning] One or more build-args [ARCH] were not consumed 12:05:22 Successfully built 7f1bc8b08140 12:05:22 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:05:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:05:23 12:05:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:05:23 latest: Pulling from edgex-lftools-log-publisher 12:05:23 5eb5b503b376: Pulling fs layer 12:05:23 5c69ac0246d0: Pulling fs layer 12:05:23 ec43610c2a17: Pulling fs layer 12:05:23 3a2ae6a8a46f: Pulling fs layer 12:05:23 33b1e0a273af: Pulling fs layer 12:05:23 5d3b04190fa2: Pulling fs layer 12:05:23 2f39f015ded8: Pulling fs layer 12:05:23 33b1e0a273af: Waiting 12:05:23 5d3b04190fa2: Waiting 12:05:23 2f39f015ded8: Waiting 12:05:23 3a2ae6a8a46f: Waiting 12:05:23 5c69ac0246d0: Verifying Checksum 12:05:23 5c69ac0246d0: Download complete 12:05:23 3a2ae6a8a46f: Verifying Checksum 12:05:23 3a2ae6a8a46f: Download complete 12:05:24 33b1e0a273af: Verifying Checksum 12:05:24 33b1e0a273af: Download complete 12:05:24 5d3b04190fa2: Verifying Checksum 12:05:24 5d3b04190fa2: Download complete 12:05:24 ec43610c2a17: Verifying Checksum 12:05:24 ec43610c2a17: Download complete 12:05:24 5eb5b503b376: Verifying Checksum 12:05:24 5eb5b503b376: Download complete 12:05:25 2f39f015ded8: Verifying Checksum 12:05:25 2f39f015ded8: Download complete 12:05:25 5eb5b503b376: Pull complete 12:05:25 5c69ac0246d0: Pull complete 12:05:25 ec43610c2a17: Pull complete 12:05:25 3a2ae6a8a46f: Pull complete 12:05:26 33b1e0a273af: Pull complete 12:05:26 5d3b04190fa2: Pull complete 12:05:30 2f39f015ded8: Pull complete 12:05:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:05:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:05:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:05:30 prd-ubuntu20.04-docker-8c-8g-1556 does not seem to be running inside a container 12:05:30 $ 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-497 -v /w/workspace/_app-service-configurable_PR-497:/w/workspace/_app-service-configurable_PR-497:rw,z -v /w/workspace/_app-service-configurable_PR-497@tmp:/w/workspace/_app-service-configurable_PR-497@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:latest cat 12:05:33 $ docker top 1b1e7404c45aa30cb0e86bd7aa60e86d9693ff0f679f1f5427101e68b2d8a4da -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:05:34 ---> job-cost.sh 12:05:34 lf-activate-venv: SKIPPING 12:05:34 INFO: No Stack... 12:05:34 INFO: Retrieving Pricing Info for: v3-standard-8 12:05:35 INFO: Archiving Costs [Pipeline] sh 12:05:35 + cut -d, -f6 12:05:35 + cat /w/workspace/_app-service-configurable_PR-497/archives/cost.csv [Pipeline] lock 12:05:35 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] 12:05:35 Resource [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] did not exist. Created. 12:05:35 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:05:35 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1558 in /w/workspace/_app-service-configurable_PR-497 [Pipeline] { [Pipeline] ws 12:05:35 Running in /w/workspace/app-service-configurable/1 [Pipeline] { 12:05:35 + echo total: 0.2199999988079071 [Pipeline] stash 12:05:35 Stashed 1 file(s) [Pipeline] checkout 12:05:36 Selected Git installation does not exist. Using Default 12:05:36 The recommended git tool is: NONE [Pipeline] } 12:05:36 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:05:36 $ docker stop --time=1 1b1e7404c45aa30cb0e86bd7aa60e86d9693ff0f679f1f5427101e68b2d8a4da 12:05:37 $ docker rm -f --volumes 1b1e7404c45aa30cb0e86bd7aa60e86d9693ff0f679f1f5427101e68b2d8a4da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:05:40 using credential edgex-jenkins-ssh 12:05:40 Cloning the remote Git repository 12:05:41 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 12:05:41 > git init /w/workspace/app-service-configurable/1 # timeout=10 12:05:41 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:05:41 > git --version # timeout=10 12:05:41 > git --version # 'git version 2.25.1' 12:05:41 using GIT_SSH to set credentials SSH Credentials for GitHub 12:05:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:05:42 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:05:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:05:43 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:05:43 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:05:43 using GIT_SSH to set credentials SSH Credentials for GitHub 12:05:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/497/head:refs/remotes/origin/PR-497 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:05:43 Merging remotes/origin/main commit 00d8ffd1a5b178530bec1b751018b947d29fdef0 into PR head commit 6bd47f15c5da31808950f5de66cc259deeda11fa 12:05:44 Merge succeeded, producing 6bd47f15c5da31808950f5de66cc259deeda11fa 12:05:44 Checking out Revision 6bd47f15c5da31808950f5de66cc259deeda11fa (PR-497) 12:05:44 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" 12:05:44 > git --version # timeout=10 12:05:44 > git --version # 'git version 2.25.1' 12:05:44 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 12:05:43 > git config core.sparsecheckout # timeout=10 12:05:43 > git checkout -f 6bd47f15c5da31808950f5de66cc259deeda11fa # timeout=10 12:05:44 > git remote # timeout=10 12:05:44 > git config --get remote.origin.url # timeout=10 12:05:44 using GIT_SSH to set credentials SSH Credentials for GitHub 12:05:44 > git merge 00d8ffd1a5b178530bec1b751018b947d29fdef0 # timeout=10 12:05:44 > git rev-parse HEAD^{commit} # timeout=10 12:05:44 > git config core.sparsecheckout # timeout=10 12:05:44 > git checkout -f 6bd47f15c5da31808950f5de66cc259deeda11fa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:05:45 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:05:45 % Total % Received % Xferd Average Speed Time Time Time Current 12:05:45 Dload Upload Total Spent Left Speed 12:05:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 90432 [Pipeline] sh 12:05:46 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:05:46 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:05:46 + sudo tee /etc/docker/daemon.new 12:05:46 { 12:05:46 "registry-mirrors": [ 12:05:46 "https://nexus3.edgexfoundry.org:10001" 12:05:46 ], 12:05:46 "bip": "10.250.0.254/24", 12:05:46 "hosts": [ 12:05:46 "tcp://0.0.0.0:5555", 12:05:46 "unix:///var/run/docker.sock" 12:05:46 ], 12:05:46 "mtu": 1458, 12:05:46 "selinux-enabled": true, 12:05:46 "seccomp-profile": "/etc/docker/seccomp.json" 12:05:46 } [Pipeline] sh 12:05:47 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:05:47 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:06:09 provisioning config files... 12:06:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config9301907726462531631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:06:10 ---> docker-login.sh 12:06:10 nexus3.edgexfoundry.org:10001 12:06:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:10 Configure a credential helper to remove this warning. See 12:06:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:10 12:06:10 Login Succeeded 12:06:10 nexus3.edgexfoundry.org:10002 12:06:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:11 Configure a credential helper to remove this warning. See 12:06:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:11 12:06:11 Login Succeeded 12:06:11 nexus3.edgexfoundry.org:10003 12:06:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:11 Configure a credential helper to remove this warning. See 12:06:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:11 12:06:11 Login Succeeded 12:06:11 nexus3.edgexfoundry.org:10004 12:06:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:11 Configure a credential helper to remove this warning. See 12:06:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:11 12:06:11 Login Succeeded 12:06:11 docker.io 12:06:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:12 Configure a credential helper to remove this warning. See 12:06:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:12 12:06:12 Login Succeeded 12:06:12 ---> docker-login.sh ends [Pipeline] } 12:06:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:06:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:06:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:06:12 ========================================================= 12:06:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 12:06:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06: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:06:13 Sending build context to Docker daemon 217.1kB 12:06:13 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 12:06:13 Step 2/12 : FROM ${BASE} AS builder 12:06:13 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:06:13 9b18e9b68314: Pulling fs layer 12:06:13 35d82f9e3411: Pulling fs layer 12:06:13 e16973657156: Pulling fs layer 12:06:13 fc693d55d65f: Pulling fs layer 12:06:13 7e9fc2657dce: Pulling fs layer 12:06:13 dda99020689f: Pulling fs layer 12:06:13 db1c61fa0a46: Pulling fs layer 12:06:13 891c053d2c06: Pulling fs layer 12:06:13 fc693d55d65f: Waiting 12:06:13 7e9fc2657dce: Waiting 12:06:13 dda99020689f: Waiting 12:06:13 db1c61fa0a46: Waiting 12:06:13 891c053d2c06: Waiting 12:06:13 e16973657156: Verifying Checksum 12:06:13 e16973657156: Download complete 12:06:13 35d82f9e3411: Download complete 12:06:13 7e9fc2657dce: Verifying Checksum 12:06:13 7e9fc2657dce: Download complete 12:06:13 dda99020689f: Verifying Checksum 12:06:13 dda99020689f: Download complete 12:06:13 9b18e9b68314: Verifying Checksum 12:06:13 9b18e9b68314: Download complete 12:06:14 9b18e9b68314: Pull complete 12:06:14 891c053d2c06: Verifying Checksum 12:06:14 891c053d2c06: Download complete 12:06:14 35d82f9e3411: Pull complete 12:06:15 e16973657156: Pull complete 12:06:15 db1c61fa0a46: Verifying Checksum 12:06:15 db1c61fa0a46: Download complete 12:06:16 fc693d55d65f: Download complete 12:06:28 fc693d55d65f: Pull complete 12:06:28 7e9fc2657dce: Pull complete 12:06:28 dda99020689f: Pull complete 12:06:35 db1c61fa0a46: Pull complete 12:06:37 891c053d2c06: Pull complete 12:06:37 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 12:06:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 12:06:37 ---> f96f9c87975a 12:06:37 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 12:06:38 ---> Running in 8d7f0b3a6f62 12:06:38 Removing intermediate container 8d7f0b3a6f62 12:06:38 ---> 3be49880297b 12:06:38 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 12:06:38 ---> Running in 245280d2ac58 12:06:39 Removing intermediate container 245280d2ac58 12:06:39 ---> 411995cbe098 12:06:39 Step 5/12 : ARG ADD_BUILD_TAGS="" 12:06:39 ---> Running in 62f21e16b317 12:06:39 Removing intermediate container 62f21e16b317 12:06:39 ---> d23cae710230 12:06:39 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:06:39 ---> Running in 1baac22fdff8 12:06:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:06:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:06:42 OK: 221 MiB in 51 packages 12:06:42 Removing intermediate container 1baac22fdff8 12:06:42 ---> c99726f2c5e4 12:06:42 Step 7/12 : WORKDIR /app 12:06:42 ---> Running in 92d867f200d3 12:06:43 Removing intermediate container 92d867f200d3 12:06:43 ---> 82ae1ec70b76 12:06:43 Step 8/12 : COPY go.mod vendor* ./ 12:06:43 ---> bdd96ce8292c 12:06:43 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:06:43 ---> Running in bda064fa5307 12:07:40 Removing intermediate container bda064fa5307 12:07:40 ---> 9e2c40532d0c 12:07:40 Step 10/12 : COPY . . 12:07:40 ---> 415706284b0a 12:07:40 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:07:40 ---> Running in 01fe5ff5ffc6 12:07:40 Removing intermediate container 01fe5ff5ffc6 12:07:40 ---> 03516d27fda9 12:07:40 Step 12/12 : RUN $MAKE 12:07:40 ---> Running in f1396f9b1d30 12:07:40 noop 12:07:40 Removing intermediate container f1396f9b1d30 12:07:40 ---> 1cdb8e89958d 12:07:40 Successfully built 1cdb8e89958d 12:07:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:07:40 + docker inspect -f . ci-base-image-arm64 12:07:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:07:40 prd-ubuntu20.04-docker-arm64-4c-16g-1558 does not seem to be running inside a container 12:07:41 $ 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 ******** ci-base-image-arm64 cat 12:07:42 $ docker top 254da044a099cfe647a9dffc15c9f8ecda2e98e671f6e0851f7f8b0f789339fa -eo pid,comm [Pipeline] { [Pipeline] sh 12:07:43 + go version 12:07:43 go version go1.18.7 linux/arm64 [Pipeline] } 12:07:43 $ docker stop --time=1 254da044a099cfe647a9dffc15c9f8ecda2e98e671f6e0851f7f8b0f789339fa 12:07:46 $ docker rm -f --volumes 254da044a099cfe647a9dffc15c9f8ecda2e98e671f6e0851f7f8b0f789339fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:07:46 + docker inspect -f . ci-base-image-arm64 12:07:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:07:47 prd-ubuntu20.04-docker-arm64-4c-16g-1558 does not seem to be running inside a container 12:07:47 $ 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 ******** ci-base-image-arm64 cat 12:07:48 $ docker top 4656f2fa4795cc53f09321da9f2df339a17319b522eea361014bd0bd1821e036 -eo pid,comm [Pipeline] { [Pipeline] sh 12:07:49 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 12:07:49 + make test 12:07:50 go test -race -coverprofile=coverage.out ./... 12:09:56 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:09:56 go vet ./... 12:11:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:11:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:11:18 ./bin/test-attribution-txt.sh [Pipeline] echo 12:11:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:11:18 $ docker stop --time=1 4656f2fa4795cc53f09321da9f2df339a17319b522eea361014bd0bd1821e036 12:11:20 $ docker rm -f --volumes 4656f2fa4795cc53f09321da9f2df339a17319b522eea361014bd0bd1821e036 [Pipeline] // withDockerContainer [Pipeline] sh 12:11:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:11:21 Warning: overwriting stash ‘coverage-report’ 12:11:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:11:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:11:22 + ls -al . 12:11:22 total 180 12:11:22 drwxrwxr-x 7 jenkins jenkins 4096 Jan 10 12:07 . 12:11:22 drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 12:05 .. 12:11:22 -rw-rw-r-- 1 jenkins jenkins 119 Jan 10 12:05 .dockerignore 12:11:22 drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 12:05 .git 12:11:22 drwxrwxr-x 3 jenkins jenkins 4096 Jan 10 12:05 .github 12:11:22 -rw-rw-r-- 1 jenkins jenkins 171 Jan 10 12:05 .gitignore 12:11:22 -rw-rw-r-- 1 jenkins jenkins 9207 Jan 10 12:05 Attribution.txt 12:11:22 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 10 12:05 CHANGELOG.md 12:11:22 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 10 12:05 Dockerfile 12:11:22 -rw-rw-r-- 1 jenkins jenkins 677 Jan 10 12:05 GOVERNANCE.md 12:11:22 -rw-rw-r-- 1 jenkins jenkins 688 Jan 10 12:05 Jenkinsfile 12:11:22 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 10 12:05 LICENSE 12:11:22 -rw-rw-r-- 1 jenkins jenkins 618 Jan 10 12:05 OWNERS.md 12:11:22 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 10 12:05 README.md 12:11:22 -rw-rw-r-- 1 jenkins jenkins 5 Jan 10 12:03 VERSION 12:11:22 drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 12:05 bin 12:11:22 -rw-r--r-- 1 jenkins jenkins 13 Jan 10 12:07 coverage.out 12:11:22 -rw-rw-r-- 1 jenkins jenkins 3397 Jan 10 12:05 go.mod 12:11:22 -rw-rw-r-- 1 jenkins jenkins 44232 Jan 10 12:05 go.sum 12:11:22 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 10 12:05 main.go 12:11:22 -rw-rw-r-- 1 jenkins jenkins 2078 Jan 10 12:05 makefile 12:11:22 drwxrwxr-x 10 jenkins jenkins 4096 Jan 10 12:05 res 12:11:22 drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 12:05 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:11:23 + 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=6bd47f15c5da31808950f5de66cc259deeda11fa --label arch=arm64 --label version=0.0.0 . 12:11:23 Sending build context to Docker daemon 218.1kB 12:11:23 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 12:11:23 Step 2/26 : FROM ${BASE} AS builder 12:11:23 ---> 1cdb8e89958d 12:11:23 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 12:11:23 ---> Running in 9fd11b969dc5 12:11:23 Removing intermediate container 9fd11b969dc5 12:11:23 ---> 7144f052b800 12:11:23 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 12:11:23 ---> Running in 8cbc80114bf3 12:11:24 Removing intermediate container 8cbc80114bf3 12:11:24 ---> bf3a10f7f71e 12:11:24 Step 5/26 : ARG ADD_BUILD_TAGS="" 12:11:24 ---> Running in ca7958063362 12:11:24 Removing intermediate container ca7958063362 12:11:24 ---> efa8a0040f95 12:11:24 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:11:24 ---> Running in 5025b69559ce 12:11:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:11:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:11:26 OK: 221 MiB in 51 packages 12:11:27 Removing intermediate container 5025b69559ce 12:11:27 ---> f557f894f2da 12:11:27 Step 7/26 : WORKDIR /app 12:11:27 ---> Running in 093a90a90c99 12:11:28 Removing intermediate container 093a90a90c99 12:11:28 ---> 4c60ff8995ef 12:11:28 Step 8/26 : COPY go.mod vendor* ./ 12:11:28 ---> b80dfe85e89c 12:11:28 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:11:28 ---> Running in ab29f23c0474 12:11:30 Removing intermediate container ab29f23c0474 12:11:30 ---> af41175fd03e 12:11:30 Step 10/26 : COPY . . 12:11:30 ---> 64aeefd91a90 12:11:30 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:11:30 ---> Running in 710155ce52fd 12:11:31 Removing intermediate container 710155ce52fd 12:11:31 ---> 1e0e6a9b02cb 12:11:31 Step 12/26 : RUN $MAKE 12:11:31 ---> Running in 51d1c1922f77 12:11:32 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.12 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable 12:13:38 Removing intermediate container 51d1c1922f77 12:13:38 ---> 7f06c863a4dd 12:13:38 Step 13/26 : FROM alpine:3.16 12:13:38 3.16: Pulling from library/alpine 12:13:38 6875df1f5354: Pulling fs layer 12:13:38 6875df1f5354: Verifying Checksum 12:13:38 6875df1f5354: Download complete 12:13:38 6875df1f5354: Pull complete 12:13:38 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 12:13:38 Status: Downloaded newer image for alpine:3.16 12:13:38 ---> 2b4661558fb8 12:13:38 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 12:13:38 ---> Running in 6cac0d558f60 12:13:38 Removing intermediate container 6cac0d558f60 12:13:38 ---> 83aeda87f833 12:13:38 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 12:13:38 ---> Running in f6c3ee2ab4a5 12:13:38 Removing intermediate container f6c3ee2ab4a5 12:13:38 ---> f23b52fdfa37 12:13:38 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 12:13:38 ---> Running in 3e866698ed20 12:13:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:13:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:13:38 (1/2) Installing ca-certificates (20220614-r0) 12:13:38 (2/2) Installing dumb-init (1.2.5-r1) 12:13:38 Executing busybox-1.35.0-r17.trigger 12:13:38 Executing ca-certificates-20220614-r0.trigger 12:13:38 OK: 6 MiB in 16 packages 12:13:38 Removing intermediate container 3e866698ed20 12:13:38 ---> 28dd27e3eccb 12:13:38 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:13:38 ---> 5ab8a38ebce5 12:13:38 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 12:13:38 ---> 396babc2fde8 12:13:38 Step 19/26 : COPY --from=builder /app/res/ /res/ 12:13:38 ---> 3f19c13d0e12 12:13:38 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:13:38 ---> 4099337006de 12:13:38 Step 21/26 : EXPOSE 48095 12:13:38 ---> Running in 8d23abed0353 12:13:38 Removing intermediate container 8d23abed0353 12:13:38 ---> b58bfd206bb1 12:13:38 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 12:13:38 ---> Running in d45beeb52efa 12:13:38 Removing intermediate container d45beeb52efa 12:13:38 ---> deb95e996c76 12:13:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 12:13:38 ---> Running in 8f8a50f024ad 12:13:38 Removing intermediate container 8f8a50f024ad 12:13:38 ---> 38641461b5a5 12:13:38 Step 24/26 : LABEL arch=arm64 12:13:38 ---> Running in c5c417d68bb4 12:13:38 Removing intermediate container c5c417d68bb4 12:13:38 ---> dd07ae75cfb1 12:13:38 Step 25/26 : LABEL git_sha=6bd47f15c5da31808950f5de66cc259deeda11fa 12:13:38 ---> Running in 2408619ce3c1 12:13:38 Removing intermediate container 2408619ce3c1 12:13:38 ---> 4041a05b90b7 12:13:38 Step 26/26 : LABEL version=0.0.0 12:13:38 ---> Running in 420ee8725424 12:13:39 Removing intermediate container 420ee8725424 12:13:39 ---> 619b07d8278d 12:13:39 [Warning] One or more build-args [ARCH] were not consumed 12:13:39 Successfully built 619b07d8278d 12:13:39 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:13:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:13:39 12:13:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:13:40 arm64: Pulling from edgex-lftools-log-publisher 12:13:40 8998bd30e6a1: Pulling fs layer 12:13:40 04944245beec: Pulling fs layer 12:13:40 699f458cf7ca: Pulling fs layer 12:13:40 765212b225bb: Pulling fs layer 12:13:40 f23df028b6ca: Pulling fs layer 12:13:40 d65c8cfc05b1: Pulling fs layer 12:13:40 2437ff75d9bd: Pulling fs layer 12:13:40 f23df028b6ca: Waiting 12:13:40 d65c8cfc05b1: Waiting 12:13:40 2437ff75d9bd: Waiting 12:13:40 765212b225bb: Waiting 12:13:40 04944245beec: Verifying Checksum 12:13:40 04944245beec: Download complete 12:13:40 765212b225bb: Verifying Checksum 12:13:40 765212b225bb: Download complete 12:13:40 f23df028b6ca: Verifying Checksum 12:13:40 f23df028b6ca: Download complete 12:13:40 d65c8cfc05b1: Verifying Checksum 12:13:40 d65c8cfc05b1: Download complete 12:13:40 699f458cf7ca: Verifying Checksum 12:13:40 699f458cf7ca: Download complete 12:13:41 8998bd30e6a1: Verifying Checksum 12:13:41 8998bd30e6a1: Download complete 12:13:43 2437ff75d9bd: Verifying Checksum 12:13:43 2437ff75d9bd: Download complete 12:13:45 8998bd30e6a1: Pull complete 12:13:45 04944245beec: Pull complete 12:13:46 699f458cf7ca: Pull complete 12:13:47 765212b225bb: Pull complete 12:13:47 f23df028b6ca: Pull complete 12:13:47 d65c8cfc05b1: Pull complete 12:14:02 2437ff75d9bd: Pull complete 12:14:02 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:14:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:14:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:14:03 prd-ubuntu20.04-docker-arm64-4c-16g-1558 does not seem to be running inside a container 12:14:03 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 12:14:05 $ docker top 470bbbe9f9b03d532a4de236e69a06de7e86f5dd22547f0c5c21f63b9ff1f2dc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:14:06 ---> job-cost.sh 12:14:06 lf-activate-venv: SKIPPING 12:14:06 INFO: No Stack... 12:14:07 INFO: Retrieving Pricing Info for: v3-standard-4 12:14:08 INFO: Archiving Costs [Pipeline] sh 12:14:08 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 12:14:08 + cut -d, -f6 [Pipeline] lock 12:14:08 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] 12:14:08 Resource [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] did not exist. Created. 12:14:08 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:14:09 /w/workspace/app-service-configurable/1@tmp/durable-72c47f4b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:14:09 + echo total: 0.10999999940395355 [Pipeline] stash 12:14:09 Warning: overwriting stash ‘stack-cost’ 12:14:09 Stashed 1 file(s) [Pipeline] } 12:14:09 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-497-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:14:09 $ docker stop --time=1 470bbbe9f9b03d532a4de236e69a06de7e86f5dd22547f0c5c21f63b9ff1f2dc 12:14:11 $ docker rm -f --volumes 470bbbe9f9b03d532a4de236e69a06de7e86f5dd22547f0c5c21f63b9ff1f2dc [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:14:12 provisioning config files... 12:14:12 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-497@tmp/config5526224304392556196tmp [Pipeline] { [Pipeline] sh 12:14:12 + set +x 12:14:12 + bash -s -- 12:14:12 + curl -s https://codecov.io/bash 12:14:12 12:14:12 _____ _ 12:14:12 / ____| | | 12:14:12 | | ___ __| | ___ ___ _____ __ 12:14:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:14:12 | |___| (_) | (_| | __/ (_| (_) \ V / 12:14:12 \_____\___/ \__,_|\___|\___\___/ \_/ 12:14:12 Bash-1.0.6 12:14:12 12:14:12 12:14:12 ==> git version 2.25.1 found 12:14:12 ==> 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:14:12 Release-Date: 2020-01-08 12:14:12 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:14:12 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:14:12 ==> Jenkins CI detected. 12:14:12 current dir:  /w/workspace/_app-service-configurable_PR-497 12:14:12 project root: . 12:14:12 --> token set from env 12:14:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:14:12 ==> Running gcov in . (disable via -X gcov) 12:14:12 ==> Python coveragepy not found 12:14:12 ==> Searching for coverage reports in: 12:14:12 + . 12:14:12 -> Found 1 reports 12:14:12 ==> Detecting git/mercurial file structure 12:14:12 ==> Reading reports 12:14:13 + ./coverage.out bytes=13 12:14:13 ==> Appending adjustments 12:14:13 https://docs.codecov.io/docs/fixing-reports 12:14:13 + Found adjustments 12:14:13 ==> Gzipping contents 12:14:13 4.0K /tmp/codecov.l3qWnQ.gz 12:14:13 ==> Uploading reports 12:14:13 url: https://codecov.io 12:14:13 query: branch=PR-497&commit=6bd47f15c5da31808950f5de66cc259deeda11fa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-497%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=497&job=&cmd_args= 12:14:13 -> Pinging Codecov 12:14:13 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-497&commit=6bd47f15c5da31808950f5de66cc259deeda11fa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-497%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=497&job=&cmd_args= 12:14:13 -> Uploading to 12:14:13 https://storage.googleapis.com/codecov/v4/raw/2023-01-10/A97CA9966030D2A3747ED39772930CCE/6bd47f15c5da31808950f5de66cc259deeda11fa/8bbe122c-f868-4f64-bd00-e1fe84e259f6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230110T121413Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0a1b6ae5fd060f4cb1b8aceb0b1915619f0283ae28d5db2eb38f504957784a00 12:14:13 % Total % Received % Xferd Average Speed Time Time Time Current 12:14:13 Dload Upload Total Spent Left Speed 12:14:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 530 0 0 100 530 0 1892 --:--:-- --:--:-- --:--:-- 1899 12:14:13 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/6bd47f15c5da31808950f5de66cc259deeda11fa [Pipeline] } 12:14:13 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:14:15 + [ -d /w/workspace/_app-service-configurable_PR-497/archives ] 12:14:15 + ls -al /w/workspace/_app-service-configurable_PR-497/archives 12:14:15 total 16 12:14:15 drwxr-xr-x 3 root root 4096 Jan 10 12:05 . 12:14:15 drwxrwxr-x 9 jenkins jenkins 4096 Jan 10 12:05 .. 12:14:15 drwxr-xr-x 2 root root 4096 Jan 10 12:05 cost 12:14:15 -rw-r--r-- 1 root root 96 Jan 10 12:05 cost.csv 12:14:15 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-497/archives 12:14:15 + ls -al /w/workspace/_app-service-configurable_PR-497/archives 12:14:15 total 16 12:14:15 drwxr-xr-x 3 jenkins jenkins 4096 Jan 10 12:05 . 12:14:15 drwxrwxr-x 9 jenkins jenkins 4096 Jan 10 12:05 .. 12:14:15 drwxr-xr-x 2 jenkins jenkins 4096 Jan 10 12:05 cost 12:14:15 -rw-r--r-- 1 jenkins jenkins 96 Jan 10 12:05 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:14:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:14:16 ---> package-listing.sh 12:14:16 ++ facter osfamily 12:14:16 ++ tr '[:upper:]' '[:lower:]' 12:14:16 + OS_FAMILY=debian 12:14:16 + workspace=/w/workspace/_app-service-configurable_PR-497 12:14:16 + START_PACKAGES=/tmp/packages_start.txt 12:14:16 + END_PACKAGES=/tmp/packages_end.txt 12:14:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:14:16 + PACKAGES=/tmp/packages_start.txt 12:14:16 + '[' /w/workspace/_app-service-configurable_PR-497 ']' 12:14:16 + PACKAGES=/tmp/packages_end.txt 12:14:16 + case "${OS_FAMILY}" in 12:14:16 + dpkg -l 12:14:16 + grep '^ii' 12:14:16 + '[' -f /tmp/packages_start.txt ']' 12:14:16 + '[' -f /tmp/packages_end.txt ']' 12:14:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:14:16 + '[' /w/workspace/_app-service-configurable_PR-497 ']' 12:14:16 + mkdir -p /w/workspace/_app-service-configurable_PR-497/archives/ 12:14:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-497/archives/ [Pipeline] echo 12:14:16 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-497/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:14:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:14:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:14:17 prd-ubuntu20.04-docker-8c-8g-1556 does not seem to be running inside a container 12:14:17 $ 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-497/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-497 -v /w/workspace/_app-service-configurable_PR-497:/w/workspace/_app-service-configurable_PR-497:rw,z -v /w/workspace/_app-service-configurable_PR-497@tmp:/w/workspace/_app-service-configurable_PR-497@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:14:18 $ docker top df4e4010d9eb6378622cb583e39c977c145e3baa95c457f60b6703ad496ce923 -eo pid,comm [Pipeline] { [Pipeline] sh 12:14:18 + touch /tmp/pre-build-complete [Pipeline] sh 12:14:18 + mkdir -p /var/log/sysstat [Pipeline] sh 12:14:19 + ls /var/log/sa-host 12:14:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:14:19 provisioning config files... 12:14:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-497@tmp/config6564777272709404443tmp [Pipeline] { [Pipeline] echo 12:14:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:14:19 ---> create-netrc.sh [Pipeline] } 12:14:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:14:20 ---> python-tools-install.sh [Pipeline] echo 12:14:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:14:20 ---> sudo-logs.sh 12:14:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:14:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:14:21 ---> job-cost.sh 12:14:21 lf-activate-venv: SKIPPING 12:14:21 DEBUG: total: 0.2199999988079071 12:14:21 INFO: Retrieving Stack Cost... 12:14:21 INFO: Retrieving Pricing Info for: v3-standard-8 12:14:21 INFO: Archiving Costs [Pipeline] echo 12:14:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:14:22 ---> logs-deploy.sh 12:14:22 lf-activate-venv: SKIPPING 12:14:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-497/1 12:14:22 INFO: archiving workspace using pattern(s): 12:14:23 Archives upload complete. 12:14:23 INFO: archiving logs to Nexus 12:14:24 ---> uname -a: 12:14:24 Linux prd-ubuntu20-04-docker-8c-8g-1556 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 12:14:24 12:14:24 12:14:24 ---> lscpu: 12:14:24 Architecture: x86_64 12:14:24 CPU op-mode(s): 32-bit, 64-bit 12:14:24 Byte Order: Little Endian 12:14:24 Address sizes: 40 bits physical, 48 bits virtual 12:14:24 CPU(s): 8 12:14:24 On-line CPU(s) list: 0-7 12:14:24 Thread(s) per core: 1 12:14:24 Core(s) per socket: 1 12:14:24 Socket(s): 8 12:14:24 NUMA node(s): 1 12:14:24 Vendor ID: AuthenticAMD 12:14:24 CPU family: 23 12:14:24 Model: 49 12:14:24 Model name: AMD EPYC-Rome Processor 12:14:24 Stepping: 0 12:14:24 CPU MHz: 2799.998 12:14:24 BogoMIPS: 5599.99 12:14:24 Virtualization: AMD-V 12:14:24 Hypervisor vendor: KVM 12:14:24 Virtualization type: full 12:14:24 L1d cache: 256 KiB 12:14:24 L1i cache: 256 KiB 12:14:24 L2 cache: 4 MiB 12:14:24 L3 cache: 128 MiB 12:14:24 NUMA node0 CPU(s): 0-7 12:14:24 Vulnerability Itlb multihit: Not affected 12:14:24 Vulnerability L1tf: Not affected 12:14:24 Vulnerability Mds: Not affected 12:14:24 Vulnerability Meltdown: Not affected 12:14:24 Vulnerability Mmio stale data: Not affected 12:14:24 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:14:24 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:14:24 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 12:14:24 Vulnerability Srbds: Not affected 12:14:24 Vulnerability Tsx async abort: Not affected 12:14:24 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:14:24 12:14:24 12:14:24 ---> nproc: 12:14:24 8 12:14:24 12:14:24 12:14:24 ---> df -h: 12:14:24 Filesystem Size Used Avail Use% Mounted on 12:14:24 overlay 155G 12G 144G 8% / 12:14:24 tmpfs 64M 0 64M 0% /dev 12:14:24 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:14:24 shm 64M 0 64M 0% /dev/shm 12:14:24 /dev/vda1 155G 12G 144G 8% /facter-os 12:14:24 12:14:24 12:14:24 ---> sar -b -r -n DEV: 12:14:24 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1556) 01/10/23 _x86_64_ (8 CPU) 12:14:24 12:14:24 12:02:45 LINUX RESTART (8 CPU) 12:14:24 12:14:24 12:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:14:24 12:04:02 187.45 47.86 139.59 0.00 5395.23 74282.42 0.00 12:14:24 12:05:01 163.79 1.24 162.55 0.00 21.83 52144.38 0.00 12:14:24 12:06:01 113.88 0.03 113.85 0.00 0.93 33013.16 0.00 12:14:24 12:07:01 2.13 0.00 2.13 0.00 0.00 25.75 0.00 12:14:24 12:08:01 7.92 0.98 6.93 0.00 68.39 283.15 0.00 12:14:24 12:09:01 21.11 0.00 21.11 0.00 0.00 1211.66 0.00 12:14:24 12:10:01 21.13 0.00 21.13 0.00 0.00 1355.28 0.00 12:14:24 12:11:01 20.80 0.00 20.80 0.00 0.00 1342.44 0.00 12:14:24 12:12:01 22.95 1.55 21.40 0.00 1979.40 1370.84 0.00 12:14:24 12:13:01 37.34 7.53 29.81 0.00 880.52 3674.05 0.00 12:14:24 12:14:01 21.16 0.00 21.16 0.00 0.00 1206.33 0.00 12:14:24 Average: 56.17 5.39 50.78 0.00 759.86 15390.43 0.00 12:14:24 12:14:24 12:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:14:24 12:04:02 29194296 31602708 711292 2.16 75784 2610724 1976456 5.82 981832 2345888 5572 12:14:24 12:05:01 28445972 31484720 813648 2.47 139620 3113100 2099340 6.19 1248956 2747356 5644 12:14:24 12:06:01 27821120 31589212 710004 2.16 150268 3778832 1748172 5.15 1196132 3372016 356 12:14:24 12:07:01 27821284 31589380 709688 2.16 150300 3778832 1748172 5.15 1195764 3372016 44 12:14:24 12:08:01 27816436 31592772 706156 2.15 152400 3783912 1761516 5.19 1195896 3377624 84 12:14:24 12:09:01 27810696 31596028 702760 2.14 155636 3789528 1777652 5.24 1198448 3383104 1420 12:14:24 12:10:01 27803620 31600828 697680 2.12 158612 3798208 1777652 5.24 1196356 3391784 1080 12:14:24 12:11:01 27792468 31601908 696452 2.12 162028 3806740 1777652 5.24 1199748 3400372 1008 12:14:24 12:12:01 27681188 31596524 701920 2.13 164820 3908236 1779864 5.25 1273812 3434284 64596 12:14:24 12:13:01 27624628 31589688 707216 2.15 169316 3945388 1829128 5.39 1302712 3449892 3396 12:14:24 12:14:01 27613892 31590708 706140 2.15 171580 3954472 1829128 5.39 1305364 3458976 3424 12:14:24 Average: 27947782 31584952 714814 2.17 150033 3660725 1827703 5.39 1208638 3248483 7875 12:14:24 12:14:24 12:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:14:24 12:04:02 vethd5357b4 66.89 85.15 6.41 58.82 0.00 0.00 0.00 0.00 12:14:24 12:04:02 ens3 702.92 436.43 6589.19 91.98 0.00 0.00 0.00 0.00 12:14:24 12:04:02 lo 7.00 7.00 0.67 0.67 0.00 0.00 0.00 0.00 12:14:24 12:04:02 docker0 73.35 92.53 6.08 145.84 0.00 0.00 0.00 0.00 12:14:24 12:05:01 veth508660e 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 12:14:24 12:05:01 ens3 154.02 94.34 1764.38 21.90 0.00 0.00 0.00 0.00 12:14:24 12:05:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 12:14:24 12:05:01 docker0 71.16 115.62 6.39 1728.63 0.00 0.00 0.00 0.00 12:14:24 12:06:01 ens3 122.30 91.38 2618.79 94.03 0.00 0.00 0.00 0.00 12:14:24 12:06:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 12:14:24 12:06:01 docker0 1.63 3.48 0.11 43.61 0.00 0.00 0.00 0.00 12:14:24 12:07:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 12:14:24 12:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:14:24 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:24 12:08:01 ens3 9.30 5.13 13.27 0.69 0.00 0.00 0.00 0.00 12:14:24 12:08:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 12:14:24 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:24 12:09:01 ens3 57.41 39.66 99.00 2.73 0.00 0.00 0.00 0.00 12:14:24 12:09:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 12:14:24 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:24 12:10:01 ens3 86.10 54.53 150.46 3.51 0.00 0.00 0.00 0.00 12:14:24 12:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:24 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:24 12:11:01 ens3 87.10 53.96 149.22 3.48 0.00 0.00 0.00 0.00 12:14:24 12:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:14:24 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:24 12:12:01 ens3 81.60 52.26 143.92 3.37 0.00 0.00 0.00 0.00 12:14:24 12:12:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 12:14:24 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:24 12:13:01 ens3 79.17 52.11 141.29 3.47 0.00 0.00 0.00 0.00 12:14:24 12:13:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 12:14:24 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:24 12:14:01 ens3 85.99 56.32 154.81 3.69 0.00 0.00 0.00 0.00 12:14:24 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:24 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:24 Average: ens3 133.24 85.10 1073.88 20.80 0.00 0.00 0.00 0.00 12:14:24 Average: lo 0.98 0.98 0.09 0.09 0.00 0.00 0.00 0.00 12:14:24 Average: docker0 13.20 19.09 1.13 172.01 0.00 0.00 0.00 0.00 12:14:24 12:14:24 12:14:24 ---> sar -P ALL: 12:14:24 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1556) 01/10/23 _x86_64_ (8 CPU) 12:14:24 12:14:24 12:02:45 LINUX RESTART (8 CPU) 12:14:24 12:14:24 12:03:01 CPU %user %nice %system %iowait %steal %idle 12:14:24 12:04:02 all 9.21 0.00 3.29 2.38 0.07 85.06 12:14:24 12:04:02 0 11.30 0.00 2.68 0.30 0.05 85.66 12:14:24 12:04:02 1 8.04 0.00 3.88 0.35 0.07 87.66 12:14:24 12:04:02 2 8.86 0.00 4.07 6.39 0.07 80.62 12:14:24 12:04:02 3 8.83 0.00 2.98 0.97 0.07 87.16 12:14:24 12:04:02 4 9.56 0.00 2.93 5.64 0.05 81.82 12:14:24 12:04:02 5 9.18 0.00 3.34 0.54 0.07 86.87 12:14:24 12:04:02 6 8.76 0.00 3.27 4.40 0.07 83.50 12:14:24 12:04:02 7 9.10 0.00 3.16 0.47 0.08 87.17 12:14:24 12:05:01 all 29.32 0.00 5.44 2.37 0.08 62.79 12:14:24 12:05:01 0 29.56 0.00 5.78 0.10 0.15 64.40 12:14:24 12:05:01 1 29.87 0.00 6.16 9.77 0.09 54.10 12:14:24 12:05:01 2 29.25 0.00 5.53 6.71 0.07 58.43 12:14:24 12:05:01 3 28.48 0.00 5.24 0.95 0.07 65.27 12:14:24 12:05:01 4 28.70 0.00 4.80 0.29 0.07 66.14 12:14:24 12:05:01 5 29.95 0.00 5.19 0.67 0.09 64.10 12:14:24 12:05:01 6 29.13 0.00 5.68 0.21 0.05 64.93 12:14:24 12:05:01 7 29.57 0.00 5.16 0.24 0.07 64.96 12:14:24 12:06:01 all 15.76 0.00 3.06 1.53 0.04 79.61 12:14:24 12:06:01 0 15.57 0.00 2.96 0.07 0.03 81.37 12:14:24 12:06:01 1 16.37 0.00 2.97 0.29 0.03 80.34 12:14:24 12:06:01 2 15.07 0.00 3.87 9.00 0.03 72.03 12:14:24 12:06:01 3 16.30 0.00 2.59 0.79 0.03 80.28 12:14:24 12:06:01 4 15.63 0.00 3.11 1.36 0.03 79.87 12:14:24 12:06:01 5 15.70 0.00 3.03 0.52 0.08 80.67 12:14:24 12:06:01 6 15.32 0.00 2.71 0.07 0.05 81.85 12:14:24 12:06:01 7 16.11 0.00 3.27 0.17 0.05 80.40 12:14:24 12:07:01 all 0.01 0.00 0.01 0.01 0.00 99.96 12:14:24 12:07:01 0 0.07 0.00 0.00 0.00 0.02 99.92 12:14:24 12:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 12:14:24 12:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 12:14:24 12:07:01 3 0.02 0.00 0.03 0.02 0.00 99.93 12:14:24 12:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 12:14:24 12:07:01 5 0.02 0.00 0.05 0.00 0.02 99.92 12:14:24 12:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:14:24 12:07:01 7 0.02 0.00 0.00 0.03 0.00 99.95 12:14:24 12:08:01 all 0.13 0.00 0.07 0.08 0.01 99.71 12:14:24 12:08:01 0 0.07 0.00 0.02 0.00 0.00 99.92 12:14:24 12:08:01 1 0.08 0.00 0.02 0.00 0.00 99.90 12:14:24 12:08:01 2 0.13 0.00 0.02 0.02 0.00 99.83 12:14:24 12:08:01 3 0.23 0.00 0.05 0.03 0.02 99.67 12:14:24 12:08:01 4 0.05 0.00 0.05 0.02 0.02 99.87 12:14:24 12:08:01 5 0.07 0.00 0.08 0.02 0.02 99.82 12:14:24 12:08:01 6 0.15 0.00 0.25 0.53 0.00 99.07 12:14:24 12:08:01 7 0.23 0.00 0.07 0.03 0.02 99.65 12:14:24 12:09:01 all 0.31 0.00 0.11 0.25 0.01 99.31 12:14:24 12:09:01 0 0.05 0.00 0.03 0.00 0.02 99.90 12:14:24 12:09:01 1 0.30 0.00 0.05 0.05 0.02 99.58 12:14:24 12:09:01 2 0.37 0.00 0.10 0.07 0.02 99.45 12:14:24 12:09:01 3 0.45 0.00 0.10 0.10 0.02 99.33 12:14:24 12:09:01 4 0.37 0.00 0.18 0.05 0.02 99.38 12:14:24 12:09:01 5 0.42 0.00 0.12 0.05 0.02 99.40 12:14:24 12:09:01 6 0.20 0.00 0.20 1.63 0.00 97.96 12:14:24 12:09:01 7 0.33 0.00 0.13 0.05 0.02 99.46 12:14:24 12:10:01 all 0.37 0.00 0.10 0.25 0.01 99.28 12:14:24 12:10:01 0 0.03 0.00 0.00 0.00 0.00 99.97 12:14:24 12:10:01 1 0.53 0.00 0.08 0.08 0.02 99.28 12:14:24 12:10:01 2 0.32 0.00 0.07 0.03 0.02 99.57 12:14:24 12:10:01 3 0.37 0.00 0.12 0.05 0.00 99.47 12:14:24 12:10:01 4 0.48 0.00 0.10 0.07 0.02 99.33 12:14:24 12:10:01 5 0.35 0.00 0.03 0.07 0.02 99.53 12:14:24 12:10:01 6 0.37 0.00 0.23 1.64 0.02 97.75 12:14:24 12:10:01 7 0.47 0.00 0.13 0.07 0.02 99.31 12:14:24 12:11:01 all 0.31 0.00 0.12 0.27 0.01 99.29 12:14:24 12:11:01 0 0.00 0.00 0.00 0.00 0.02 99.98 12:14:24 12:11:01 1 0.60 0.00 0.07 0.10 0.02 99.22 12:14:24 12:11:01 2 0.47 0.00 0.13 0.08 0.02 99.30 12:14:24 12:11:01 3 0.25 0.00 0.07 0.05 0.02 99.62 12:14:24 12:11:01 4 0.10 0.00 0.02 0.02 0.00 99.87 12:14:24 12:11:01 5 0.52 0.00 0.10 0.08 0.03 99.26 12:14:24 12:11:01 6 0.17 0.00 0.28 1.77 0.00 97.78 12:14:24 12:11:01 7 0.37 0.00 0.30 0.03 0.02 99.28 12:14:24 12:12:01 all 0.45 0.00 0.15 0.31 0.01 99.07 12:14:24 12:12:01 0 0.05 0.00 0.03 0.00 0.00 99.92 12:14:24 12:12:01 1 0.43 0.00 0.30 0.57 0.00 98.70 12:14:24 12:12:01 2 0.63 0.00 0.18 0.08 0.02 99.08 12:14:24 12:12:01 3 0.47 0.00 0.05 0.05 0.02 99.42 12:14:24 12:12:01 4 0.27 0.00 0.05 0.05 0.02 99.62 12:14:24 12:12:01 5 0.42 0.00 0.18 0.05 0.02 99.33 12:14:24 12:12:01 6 0.23 0.00 0.22 1.63 0.02 97.90 12:14:24 12:12:01 7 1.12 0.00 0.20 0.07 0.03 98.58 12:14:24 12:13:01 all 0.57 0.00 0.27 0.35 0.01 98.80 12:14:24 12:13:01 0 0.72 0.00 0.25 0.40 0.02 98.61 12:14:24 12:13:01 1 0.40 0.00 0.28 0.02 0.02 99.28 12:14:24 12:13:01 2 0.55 0.00 0.25 0.37 0.00 98.83 12:14:24 12:13:01 3 0.53 0.00 0.18 0.07 0.02 99.20 12:14:24 12:13:01 4 0.64 0.00 0.30 0.08 0.02 98.96 12:14:24 12:13:01 5 0.67 0.00 0.25 0.08 0.02 98.98 12:14:24 12:13:01 6 0.48 0.00 0.33 1.74 0.00 97.45 12:14:24 12:13:01 7 0.57 0.00 0.27 0.07 0.02 99.08 12:14:24 12:14:01 all 0.25 0.00 0.10 0.19 0.01 99.44 12:14:24 12:14:01 0 0.25 0.00 0.12 0.05 0.02 99.57 12:14:24 12:14:01 1 0.37 0.00 0.10 0.05 0.02 99.47 12:14:24 12:14:01 2 0.12 0.00 0.00 0.02 0.00 99.87 12:14:24 12:14:01 3 0.45 0.00 0.03 0.05 0.00 99.47 12:14:24 12:14:01 4 0.13 0.00 0.10 0.03 0.02 99.72 12:14:24 12:14:01 5 0.18 0.00 0.08 0.02 0.02 99.70 12:14:24 12:14:01 6 0.25 0.00 0.22 1.27 0.02 98.25 12:14:24 12:14:01 7 0.28 0.00 0.17 0.05 0.03 99.46 12:14:24 12:14:24 Average: CPU %user %nice %system %iowait %steal %idle 12:14:24 Average: all 5.08 0.00 1.14 0.72 0.03 93.03 12:14:24 Average: 0 5.20 0.00 1.07 0.08 0.03 93.62 12:14:24 Average: 1 5.11 0.00 1.25 1.00 0.02 92.62 12:14:24 Average: 2 5.00 0.00 1.28 2.05 0.02 91.65 12:14:24 Average: 3 5.05 0.00 1.03 0.28 0.02 93.62 12:14:24 Average: 4 5.01 0.00 1.04 0.69 0.02 93.24 12:14:24 Average: 5 5.15 0.00 1.12 0.19 0.04 93.51 12:14:24 Average: 6 4.94 0.00 1.21 1.35 0.02 92.48 12:14:24 Average: 7 5.22 0.00 1.16 0.12 0.03 93.47 12:14:24 12:14:24 12:14:24