Pull request #520 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from 98da1ad41bbe5bac619edc4ea1b02e856288fb2c+731cbe338f54dd8dac0167938734c2fced573176 (6872612f3e9791c26d366ca68d8f9b84ecb5b918) 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-ssh2855472481323465918.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-ssh16739054862627374900.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-520/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-520/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13430868282899060916.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-520/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15393347256506453315.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-ssh11924955466944695493.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-520/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-520/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13780605376667757836.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-6520 in /w/workspace/_app-service-configurable_PR-520 [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-520 # 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 > 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/520/head:refs/remotes/origin/PR-520 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 731cbe338f54dd8dac0167938734c2fced573176 into PR head commit 98da1ad41bbe5bac619edc4ea1b02e856288fb2c Merge succeeded, producing 98da1ad41bbe5bac619edc4ea1b02e856288fb2c Checking out Revision 98da1ad41bbe5bac619edc4ea1b02e856288fb2c (PR-520) > git config core.sparsecheckout # timeout=10 > git checkout -f 98da1ad41bbe5bac619edc4ea1b02e856288fb2c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 731cbe338f54dd8dac0167938734c2fced573176 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98da1ad41bbe5bac619edc4ea1b02e856288fb2c # timeout=10 Commit message: "refactor!: Replace internal topics from config with new constants and use base topic" 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 22:59:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:59:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:59:13 ========================================================= 22:59:13 EdgeX Global Pipelines Version Info 22:59:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:59:14 ------------------- 22:59:14 stable info: 22:59:14 ------------------- 22:59:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:59:14 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:59:14 Message: update stable to v1.0.244 22:59:14 ------------------- 22:59:14 experimental info: 22:59:14 ------------------- 22:59:14 Commited By: **** collab-it+edgex@linuxfoundation.org 22:59:14 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:59:14 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:59:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 22:59:14 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-520 [Pipeline] echo 22:59:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-520 [Pipeline] echo 22:59:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-520 [Pipeline] echo 22:59:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 98da1ad41bbe5bac619edc4ea1b02e856288fb2c [Pipeline] echo 22:59:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 98da1ad [Pipeline] echo 22:59:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:59:16 provisioning config files... 22:59:16 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-520@tmp/config8609879478574327729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:59:16 ---> docker-login.sh 22:59:16 nexus3.edgexfoundry.org:10001 22:59:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:16 Configure a credential helper to remove this warning. See 22:59:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:16 22:59:16 Login Succeeded 22:59:16 nexus3.edgexfoundry.org:10002 22:59:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:17 Configure a credential helper to remove this warning. See 22:59:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:17 22:59:17 Login Succeeded 22:59:17 nexus3.edgexfoundry.org:10003 22:59:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:17 Configure a credential helper to remove this warning. See 22:59:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:17 22:59:17 Login Succeeded 22:59:17 nexus3.edgexfoundry.org:10004 22:59:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:17 Configure a credential helper to remove this warning. See 22:59:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:17 22:59:17 Login Succeeded 22:59:17 docker.io 22:59:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:17 Configure a credential helper to remove this warning. See 22:59:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:17 22:59:17 Login Succeeded 22:59:17 ---> docker-login.sh ends [Pipeline] } 22:59:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:59:18 + git rev-list -1 --merges 98da1ad41bbe5bac619edc4ea1b02e856288fb2c~1..98da1ad41bbe5bac619edc4ea1b02e856288fb2c [Pipeline] echo 22:59:18 -----------> git rev-list -1 --merges 98da1ad41bbe5bac619edc4ea1b02e856288fb2c~1..98da1ad41bbe5bac619edc4ea1b02e856288fb2c 98da1ad41bbe5bac619edc4ea1b02e856288fb2c [false] [Pipeline] sh 22:59:18 + git log --format=format:%s -1 98da1ad41bbe5bac619edc4ea1b02e856288fb2c [Pipeline] echo 22:59:18 ========================================================= 22:59:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:59:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:59:19 + git log --format=format:%s -1 98da1ad41bbe5bac619edc4ea1b02e856288fb2c [Pipeline] echo 22:59:19 [semverPrep] GIT_COMMIT: 98da1ad41bbe5bac619edc4ea1b02e856288fb2c, Commit Message: refactor!: Replace internal topics from config with new constants and use base topic [Pipeline] echo 22:59:19 [semverPrep] This is not a build commit. [Pipeline] sh 22:59:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:59:19 + grep -v github /etc/ssh/ssh_known_hosts 22:59:19 + [ -e /tmp/ssh_known_hosts ] 22:59:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:59:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:59:19 + sudo tee -a /etc/ssh/ssh_known_hosts 22:59:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:59:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:59:20 22:59:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:59:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:59:20 0.1.4: Pulling from edgex-devops/py-git-semver 22:59:20 b85a868b505f: Pulling fs layer 22:59:20 e2be974225ed: Pulling fs layer 22:59:20 339a4e72a1f5: Pulling fs layer 22:59:20 988bab9f4d93: Pulling fs layer 22:59:20 1469e6f7b9e6: Pulling fs layer 22:59:20 eaf3925da568: Pulling fs layer 22:59:20 bab4dde63d76: Pulling fs layer 22:59:20 bde34c3a00c8: Pulling fs layer 22:59:20 b352a97aabf1: Pulling fs layer 22:59:20 4872d77fe225: Pulling fs layer 22:59:20 5851b861e8e6: Pulling fs layer 22:59:20 bab4dde63d76: Waiting 22:59:20 bde34c3a00c8: Waiting 22:59:20 b352a97aabf1: Waiting 22:59:20 4872d77fe225: Waiting 22:59:20 5851b861e8e6: Waiting 22:59:20 eaf3925da568: Waiting 22:59:20 1469e6f7b9e6: Waiting 22:59:20 e2be974225ed: Verifying Checksum 22:59:20 e2be974225ed: Download complete 22:59:20 988bab9f4d93: Verifying Checksum 22:59:20 988bab9f4d93: Download complete 22:59:20 1469e6f7b9e6: Verifying Checksum 22:59:20 1469e6f7b9e6: Download complete 22:59:20 eaf3925da568: Verifying Checksum 22:59:20 eaf3925da568: Download complete 22:59:20 339a4e72a1f5: Verifying Checksum 22:59:20 339a4e72a1f5: Download complete 22:59:20 bde34c3a00c8: Download complete 22:59:21 b352a97aabf1: Verifying Checksum 22:59:21 b352a97aabf1: Download complete 22:59:21 4872d77fe225: Verifying Checksum 22:59:21 4872d77fe225: Download complete 22:59:21 5851b861e8e6: Verifying Checksum 22:59:21 5851b861e8e6: Download complete 22:59:21 b85a868b505f: Verifying Checksum 22:59:21 b85a868b505f: Download complete 22:59:21 bab4dde63d76: Verifying Checksum 22:59:21 bab4dde63d76: Download complete 22:59:22 b85a868b505f: Pull complete 22:59:22 e2be974225ed: Pull complete 22:59:22 339a4e72a1f5: Pull complete 22:59:23 988bab9f4d93: Pull complete 22:59:23 1469e6f7b9e6: Pull complete 22:59:23 eaf3925da568: Pull complete 22:59:25 bab4dde63d76: Pull complete 22:59:25 bde34c3a00c8: Pull complete 22:59:25 b352a97aabf1: Pull complete 22:59:25 4872d77fe225: Pull complete 22:59:25 5851b861e8e6: Pull complete 22:59:25 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:59:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:59:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:59:25 prd-ubuntu20.04-docker-8c-8g-6520 does not seem to be running inside a container 22:59:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-520 -v /w/workspace/_app-service-configurable_PR-520:/w/workspace/_app-service-configurable_PR-520:rw,z -v /w/workspace/_app-service-configurable_PR-520@tmp:/w/workspace/_app-service-configurable_PR-520@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-devops/py-git-semver:0.1.4 cat 22:59:29 $ docker top a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a -eo pid,comm 22:59:29 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). 22:59:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:59:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:59:29 [ssh-agent] Looking for ssh-agent implementation... 22:59:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:59:29 $ docker exec a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a ssh-agent 22:59:29 SSH_AUTH_SOCK=/tmp/ssh-VwsQvcjUlcAK/agent.32 22:59:29 SSH_AGENT_PID=38 22:59:29 Running ssh-add (command line suppressed) 22:59:29 Identity added: /w/workspace/_app-service-configurable_PR-520@tmp/private_key_14091625513908087611.key (/w/workspace/_app-service-configurable_PR-520@tmp/private_key_14091625513908087611.key) 22:59:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:59:30 + git tag --points-at HEAD [Pipeline] } 22:59:30 $ docker exec --env ******** --env ******** a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a ssh-agent -k 22:59:30 unset SSH_AUTH_SOCK; 22:59:30 unset SSH_AGENT_PID; 22:59:30 echo Agent pid 38 killed; 22:59:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:59:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:59:30 [ssh-agent] Looking for ssh-agent implementation... 22:59:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:59:30 $ docker exec a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a ssh-agent 22:59:30 SSH_AUTH_SOCK=/tmp/ssh-D7H55lp2DdQB/agent.71 22:59:30 SSH_AGENT_PID=77 22:59:30 Running ssh-add (command line suppressed) 22:59:30 Identity added: /w/workspace/_app-service-configurable_PR-520@tmp/private_key_6155833697683532810.key (/w/workspace/_app-service-configurable_PR-520@tmp/private_key_6155833697683532810.key) 22:59:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:59:30 + git semver init 22:59:31 2023-02-17 22:59:31,125 [run_init] DEBUG init version:0.0.0 force:False 22:59:31 2023-02-17 22:59:31,125 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-520/.semver 22:59:31 2023-02-17 22:59:31,126 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-520/.semver 22:59:31 2023-02-17 22:59:31,126 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-520/.semver'], cwd=/w/workspace/_app-service-configurable_PR-520, universal_newlines=False, shell=None, istream=None) 22:59:32 2023-02-17 22:59:32,101 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-520/.git/info/exclude 22:59:32 2023-02-17 22:59:32,102 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-520/.semver/PR-520 with force:False 22:59:32 2023-02-17 22:59:32,102 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-520/.semver/PR-520 22:59:32 2023-02-17 22:59:32,107 [execute] INFO git cat-file --batch-check 22:59:32 2023-02-17 22:59:32,108 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-520/.semver, universal_newlines=False, shell=None, istream=) 22:59:32 2023-02-17 22:59:32,113 [execute] INFO git cat-file --batch 22:59:32 2023-02-17 22:59:32,114 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-520/.semver, universal_newlines=False, shell=None, istream=) 22:59:32 2023-02-17 22:59:32,119 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-520/.semver/PR-520 22:59:32 0.0.0 [Pipeline] } 22:59:32 $ docker exec --env ******** --env ******** a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a ssh-agent -k 22:59:32 unset SSH_AUTH_SOCK; 22:59:32 unset SSH_AGENT_PID; 22:59:32 echo Agent pid 77 killed; 22:59:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:59:32 + git semver [Pipeline] } 22:59:32 $ docker stop --time=1 a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a 22:59:34 $ docker rm -f --volumes a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a [Pipeline] // withDockerContainer [Pipeline] sh 22:59:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:59:34 Stashed 1 file(s) [Pipeline] echo 22:59:35 [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 22:59:35 provisioning config files... 22:59:35 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-520@tmp/config15254681656427227119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:59:35 ---> docker-login.sh 22:59:35 nexus3.edgexfoundry.org:10001 22:59:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:35 Configure a credential helper to remove this warning. See 22:59:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:35 22:59:35 Login Succeeded 22:59:35 nexus3.edgexfoundry.org:10002 22:59:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:36 Configure a credential helper to remove this warning. See 22:59:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:36 22:59:36 Login Succeeded 22:59:36 nexus3.edgexfoundry.org:10003 22:59:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:36 Configure a credential helper to remove this warning. See 22:59:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:36 22:59:36 Login Succeeded 22:59:36 nexus3.edgexfoundry.org:10004 22:59:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:36 Configure a credential helper to remove this warning. See 22:59:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:36 22:59:36 Login Succeeded 22:59:36 docker.io 22:59:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:36 Configure a credential helper to remove this warning. See 22:59:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:36 22:59:36 Login Succeeded 22:59:36 ---> docker-login.sh ends [Pipeline] } 22:59:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:59:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:59:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:59:37 ========================================================= 22:59:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 22:59:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:59:37 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 22:59:37 Sending build context to Docker daemon 3.217MB 22:59:37 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 22:59:37 Step 2/12 : FROM ${BASE} AS builder 22:59:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 22:59:37 213ec9aee27d: Pulling fs layer 22:59:37 4583459ba037: Pulling fs layer 22:59:37 93c1e223e6f2: Pulling fs layer 22:59:37 53926ce57604: Pulling fs layer 22:59:37 21b2b0c7a3f4: Pulling fs layer 22:59:37 22ff95d597cd: Pulling fs layer 22:59:37 12d6caf4c0d1: Pulling fs layer 22:59:37 96b7cbca73a9: Pulling fs layer 22:59:37 a7acece74701: Pulling fs layer 22:59:37 53926ce57604: Waiting 22:59:37 21b2b0c7a3f4: Waiting 22:59:37 22ff95d597cd: Waiting 22:59:37 12d6caf4c0d1: Waiting 22:59:37 96b7cbca73a9: Waiting 22:59:37 a7acece74701: Waiting 22:59:37 93c1e223e6f2: Verifying Checksum 22:59:37 93c1e223e6f2: Download complete 22:59:37 4583459ba037: Verifying Checksum 22:59:37 4583459ba037: Download complete 22:59:37 21b2b0c7a3f4: Verifying Checksum 22:59:37 21b2b0c7a3f4: Download complete 22:59:37 22ff95d597cd: Verifying Checksum 22:59:37 22ff95d597cd: Download complete 22:59:37 213ec9aee27d: Verifying Checksum 22:59:37 213ec9aee27d: Download complete 22:59:37 12d6caf4c0d1: Download complete 22:59:38 213ec9aee27d: Pull complete 22:59:38 4583459ba037: Pull complete 22:59:38 93c1e223e6f2: Pull complete 22:59:39 a7acece74701: Verifying Checksum 22:59:39 a7acece74701: Download complete 22:59:39 53926ce57604: Verifying Checksum 22:59:39 53926ce57604: Download complete 22:59:39 96b7cbca73a9: Verifying Checksum 22:59:39 96b7cbca73a9: Download complete 22:59:43 53926ce57604: Pull complete 22:59:43 21b2b0c7a3f4: Pull complete 22:59:43 22ff95d597cd: Pull complete 22:59:43 12d6caf4c0d1: Pull complete 22:59:45 96b7cbca73a9: Pull complete 22:59:45 a7acece74701: Pull complete 22:59:45 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 22:59:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:59:45 ---> db6d94c90886 22:59:45 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 22:59:50 Still waiting to schedule task 22:59:50 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:59:51 ---> Running in d85196b5fb48 22:59:51 Removing intermediate container d85196b5fb48 22:59:51 ---> 8628f52f929e 22:59:51 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:59:51 ---> Running in 7b8e7ac7fd8f 22:59:51 Removing intermediate container 7b8e7ac7fd8f 22:59:51 ---> f395458b76cd 22:59:51 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:59:51 ---> Running in e1e07ae78d61 22:59:51 Removing intermediate container e1e07ae78d61 22:59:51 ---> 1ce3980ea005 22:59:51 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:59:51 ---> Running in 983a8d667a38 22:59:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:59:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:59:52 OK: 211 MiB in 51 packages 22:59:52 Removing intermediate container 983a8d667a38 22:59:52 ---> 1dd53c4d4a42 22:59:52 Step 7/12 : WORKDIR /app 22:59:52 ---> Running in 2c3666e2a5d9 22:59:52 Removing intermediate container 2c3666e2a5d9 22:59:52 ---> 31bf5c7b8b76 22:59:52 Step 8/12 : COPY go.mod vendor* ./ 22:59:52 ---> 8513061f84b1 22:59:52 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:59:52 ---> Running in eea752f66999 23:00:10 go: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0-dev.31 (replaced by ../app-functions-sdk-go): reading /app-functions-sdk-go/go.mod: open /app-functions-sdk-go/go.mod: no such file or directory 23:00:10 skipping... 23:00:32 Removing intermediate container eea752f66999 23:00:32 ---> 2a036f2e5617 23:00:32 Step 10/12 : COPY . . 23:00:32 ---> bd6c7b0e2c7f 23:00:32 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:00:32 ---> Running in 4fec440a873d 23:00:32 Removing intermediate container 4fec440a873d 23:00:32 ---> 42bf58c88526 23:00:32 Step 12/12 : RUN $MAKE 23:00:32 ---> Running in 01fc5b2a3627 23:00:32 noop 23:00:32 Removing intermediate container 01fc5b2a3627 23:00:32 ---> 77d7e20bbce5 23:00:32 Successfully built 77d7e20bbce5 23:00:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:33 + docker inspect -f . ci-base-image-x86_64 23:00:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:00:33 prd-ubuntu20.04-docker-8c-8g-6520 does not seem to be running inside a container 23:00:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-520 -v /w/workspace/_app-service-configurable_PR-520:/w/workspace/_app-service-configurable_PR-520:rw,z -v /w/workspace/_app-service-configurable_PR-520@tmp:/w/workspace/_app-service-configurable_PR-520@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:00:33 $ docker top e394441d32013546e31a46d187c66030e63b73ed316a0820878bfa789d39b15a -eo pid,comm [Pipeline] { [Pipeline] sh 23:00:33 + go version 23:00:33 go version go1.18.7 linux/amd64 [Pipeline] } 23:00:34 $ docker stop --time=1 e394441d32013546e31a46d187c66030e63b73ed316a0820878bfa789d39b15a 23:00:35 $ docker rm -f --volumes e394441d32013546e31a46d187c66030e63b73ed316a0820878bfa789d39b15a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:35 + docker inspect -f . ci-base-image-x86_64 23:00:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:00:36 prd-ubuntu20.04-docker-8c-8g-6520 does not seem to be running inside a container 23:00:36 $ 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-520 -v /w/workspace/_app-service-configurable_PR-520:/w/workspace/_app-service-configurable_PR-520:rw,z -v /w/workspace/_app-service-configurable_PR-520@tmp:/w/workspace/_app-service-configurable_PR-520@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:00:36 $ docker top ca800de8840353ff26f4dc3db4ed4095aed8875718723ab8d3427d02db162966 -eo pid,comm [Pipeline] { [Pipeline] sh 23:00:36 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-520 [Pipeline] fileExists [Pipeline] sh 23:00:37 + make test 23:00:37 go test -race -coverprofile=coverage.out ./... 23:00:37 main.go:22:2: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0-dev.31: replacement directory ../app-functions-sdk-go does not exist 23:00:37 main.go:23:2: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0-dev.31: replacement directory ../app-functions-sdk-go does not exist 23:00:37 make: *** [makefile:46: test] Error 1 [Pipeline] } 23:00:37 $ docker stop --time=1 ca800de8840353ff26f4dc3db4ed4095aed8875718723ab8d3427d02db162966 23:00:38 $ docker rm -f --volumes ca800de8840353ff26f4dc3db4ed4095aed8875718723ab8d3427d02db162966 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:00:39 23:00:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:00:39 latest: Pulling from edgex-lftools-log-publisher 23:00:39 5eb5b503b376: Pulling fs layer 23:00:39 5c69ac0246d0: Pulling fs layer 23:00:39 ec43610c2a17: Pulling fs layer 23:00:39 3a2ae6a8a46f: Pulling fs layer 23:00:39 33b1e0a273af: Pulling fs layer 23:00:39 5d3b04190fa2: Pulling fs layer 23:00:39 2f39f015ded8: Pulling fs layer 23:00:39 33b1e0a273af: Waiting 23:00:39 5d3b04190fa2: Waiting 23:00:39 2f39f015ded8: Waiting 23:00:39 5c69ac0246d0: Verifying Checksum 23:00:39 5c69ac0246d0: Download complete 23:00:39 3a2ae6a8a46f: Download complete 23:00:40 33b1e0a273af: Verifying Checksum 23:00:40 33b1e0a273af: Download complete 23:00:40 5d3b04190fa2: Verifying Checksum 23:00:40 5d3b04190fa2: Download complete 23:00:40 ec43610c2a17: Verifying Checksum 23:00:40 ec43610c2a17: Download complete 23:00:40 5eb5b503b376: Verifying Checksum 23:00:40 5eb5b503b376: Download complete 23:00:41 2f39f015ded8: Download complete 23:00:41 5eb5b503b376: Pull complete 23:00:41 5c69ac0246d0: Pull complete 23:00:42 ec43610c2a17: Pull complete 23:00:42 3a2ae6a8a46f: Pull complete 23:00:42 33b1e0a273af: Pull complete 23:00:42 5d3b04190fa2: Pull complete 23:00:46 2f39f015ded8: Pull complete 23:00:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:00:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:00:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:00:46 prd-ubuntu20.04-docker-8c-8g-6520 does not seem to be running inside a container 23:00:46 $ 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-520 -v /w/workspace/_app-service-configurable_PR-520:/w/workspace/_app-service-configurable_PR-520:rw,z -v /w/workspace/_app-service-configurable_PR-520@tmp:/w/workspace/_app-service-configurable_PR-520@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:00:51 $ docker top 166898af8586c2c7cb2ee14db7ecfa6c1a9b7fa997350f9d0ffa6ec1f59499cf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:00:52 ---> job-cost.sh 23:00:52 lf-activate-venv: SKIPPING 23:00:52 INFO: No Stack... 23:00:52 INFO: Retrieving Pricing Info for: v3-standard-8 23:00:53 INFO: Archiving Costs [Pipeline] sh 23:00:53 + cat /w/workspace/_app-service-configurable_PR-520/archives/cost.csv 23:00:53 + cut -d, -f6 [Pipeline] lock 23:00:53 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] 23:00:53 Resource [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] did not exist. Created. 23:00:53 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:00:53 + echo total: 0.2199999988079071 [Pipeline] stash 23:00:53 Stashed 1 file(s) [Pipeline] } 23:00:53 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:00:53 $ docker stop --time=1 166898af8586c2c7cb2ee14db7ecfa6c1a9b7fa997350f9d0ffa6ec1f59499cf 23:00:55 $ docker rm -f --volumes 166898af8586c2c7cb2ee14db7ecfa6c1a9b7fa997350f9d0ffa6ec1f59499cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:00:55 Failed in branch amd64 23:01:22 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6521 in /w/workspace/_app-service-configurable_PR-520 [Pipeline] { [Pipeline] ws 23:01:22 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 23:01:22 Selected Git installation does not exist. Using Default 23:01:22 The recommended git tool is: NONE 23:01:27 using credential edgex-jenkins-ssh 23:01:27 Cloning the remote Git repository 23:01:27 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:01:27 > git init /w/workspace/app-service-configurable/1 # timeout=10 23:01:27 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:01:27 > git --version # timeout=10 23:01:27 > git --version # 'git version 2.25.1' 23:01:27 using GIT_SSH to set credentials SSH Credentials for GitHub 23:01:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:01:28 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:01:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:01:30 Merging remotes/origin/main commit 731cbe338f54dd8dac0167938734c2fced573176 into PR head commit 98da1ad41bbe5bac619edc4ea1b02e856288fb2c 23:01:30 Merge succeeded, producing 98da1ad41bbe5bac619edc4ea1b02e856288fb2c 23:01:30 Checking out Revision 98da1ad41bbe5bac619edc4ea1b02e856288fb2c (PR-520) 23:01:29 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:01:29 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:01:29 using GIT_SSH to set credentials SSH Credentials for GitHub 23:01:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/520/head:refs/remotes/origin/PR-520 +refs/heads/main:refs/remotes/origin/main # timeout=10 23:01:30 > git config core.sparsecheckout # timeout=10 23:01:30 > git checkout -f 98da1ad41bbe5bac619edc4ea1b02e856288fb2c # timeout=10 23:01:30 > git remote # timeout=10 23:01:30 > git config --get remote.origin.url # timeout=10 23:01:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:01:30 > git merge 731cbe338f54dd8dac0167938734c2fced573176 # timeout=10 23:01:30 > git rev-parse HEAD^{commit} # timeout=10 23:01:30 > git config core.sparsecheckout # timeout=10 23:01:30 > git checkout -f 98da1ad41bbe5bac619edc4ea1b02e856288fb2c # timeout=10 23:01:34 Commit message: "refactor!: Replace internal topics from config with new constants and use base topic" 23:01:34 > git --version # timeout=10 23:01:34 > git --version # 'git version 2.25.1' 23:01:34 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:01:35 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:01:35 % Total % Received % Xferd Average Speed Time Time Time Current 23:01:35 Dload Upload Total Spent Left Speed 23:01:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98844 [Pipeline] sh 23:01:36 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:01:36 + sudo tee /etc/docker/daemon.new 23:01:36 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:01:36 { 23:01:36 "registry-mirrors": [ 23:01:36 "https://nexus3.edgexfoundry.org:10001" 23:01:36 ], 23:01:36 "bip": "10.250.0.254/24", 23:01:36 "hosts": [ 23:01:36 "tcp://0.0.0.0:5555", 23:01:36 "unix:///var/run/docker.sock" 23:01:36 ], 23:01:36 "mtu": 1458, 23:01:36 "selinux-enabled": true, 23:01:36 "seccomp-profile": "/etc/docker/seccomp.json" 23:01:36 } [Pipeline] sh 23:01:36 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:01:37 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:01:55 provisioning config files... 23:01:55 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config5220317720470118135tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:01:55 ---> docker-login.sh 23:01:55 nexus3.edgexfoundry.org:10001 23:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:56 Configure a credential helper to remove this warning. See 23:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:56 23:01:56 Login Succeeded 23:01:56 nexus3.edgexfoundry.org:10002 23:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:56 Configure a credential helper to remove this warning. See 23:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:56 23:01:56 Login Succeeded 23:01:56 nexus3.edgexfoundry.org:10003 23:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:57 Configure a credential helper to remove this warning. See 23:01:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:57 23:01:57 Login Succeeded 23:01:57 nexus3.edgexfoundry.org:10004 23:01:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:57 Configure a credential helper to remove this warning. See 23:01:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:57 23:01:57 Login Succeeded 23:01:57 docker.io 23:01:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:58 Configure a credential helper to remove this warning. See 23:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:58 23:01:58 Login Succeeded 23:01:58 ---> docker-login.sh ends [Pipeline] } 23:01:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:01:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:01:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:01:58 ========================================================= 23:01:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 23:01:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:01:59 + 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 . 23:01:59 Sending build context to Docker daemon 178.7kB 23:01:59 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 23:01:59 Step 2/12 : FROM ${BASE} AS builder 23:01:59 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:01:59 9b18e9b68314: Pulling fs layer 23:01:59 35d82f9e3411: Pulling fs layer 23:01:59 e16973657156: Pulling fs layer 23:01:59 fc693d55d65f: Pulling fs layer 23:01:59 7e9fc2657dce: Pulling fs layer 23:01:59 dda99020689f: Pulling fs layer 23:01:59 db1c61fa0a46: Pulling fs layer 23:01:59 891c053d2c06: Pulling fs layer 23:01:59 fc693d55d65f: Waiting 23:01:59 7e9fc2657dce: Waiting 23:01:59 dda99020689f: Waiting 23:01:59 db1c61fa0a46: Waiting 23:01:59 891c053d2c06: Waiting 23:01:59 e16973657156: Download complete 23:01:59 35d82f9e3411: Verifying Checksum 23:01:59 35d82f9e3411: Download complete 23:01:59 7e9fc2657dce: Verifying Checksum 23:01:59 7e9fc2657dce: Download complete 23:01:59 dda99020689f: Verifying Checksum 23:01:59 dda99020689f: Download complete 23:01:59 9b18e9b68314: Verifying Checksum 23:01:59 9b18e9b68314: Download complete 23:02:00 9b18e9b68314: Pull complete 23:02:00 891c053d2c06: Verifying Checksum 23:02:00 891c053d2c06: Download complete 23:02:00 35d82f9e3411: Pull complete 23:02:01 e16973657156: Pull complete 23:02:01 db1c61fa0a46: Verifying Checksum 23:02:01 db1c61fa0a46: Download complete 23:02:02 fc693d55d65f: Verifying Checksum 23:02:02 fc693d55d65f: Download complete 23:02:14 fc693d55d65f: Pull complete 23:02:14 7e9fc2657dce: Pull complete 23:02:14 dda99020689f: Pull complete 23:02:18 db1c61fa0a46: Pull complete 23:02:21 891c053d2c06: Pull complete 23:02:21 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 23:02:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 23:02:21 ---> f96f9c87975a 23:02:21 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 23:02:23 ---> Running in bb2cbb5327ba 23:02:23 Removing intermediate container bb2cbb5327ba 23:02:23 ---> f6325c663634 23:02:23 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 23:02:23 ---> Running in d591e09b6369 23:02:23 Removing intermediate container d591e09b6369 23:02:23 ---> d7d8ba140c50 23:02:23 Step 5/12 : ARG ADD_BUILD_TAGS="" 23:02:23 ---> Running in 36e29d18e46e 23:02:24 Removing intermediate container 36e29d18e46e 23:02:24 ---> 03f337d1f826 23:02:24 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:02:24 ---> Running in 925c2f1106cc 23:02:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:02:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:02:26 OK: 221 MiB in 51 packages 23:02:27 Removing intermediate container 925c2f1106cc 23:02:27 ---> ab0fba9d8dde 23:02:27 Step 7/12 : WORKDIR /app 23:02:27 ---> Running in c6984480e9ec 23:02:27 Removing intermediate container c6984480e9ec 23:02:27 ---> 0514fa8e9999 23:02:27 Step 8/12 : COPY go.mod vendor* ./ 23:02:28 ---> 869d610d5013 23:02:28 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:02:28 ---> Running in 66b27ecf937f 23:03:07 go: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0-dev.31 (replaced by ../app-functions-sdk-go): reading /app-functions-sdk-go/go.mod: open /app-functions-sdk-go/go.mod: no such file or directory 23:03:07 skipping... 23:03:46 Removing intermediate container 66b27ecf937f 23:03:46 ---> 43e8012fc077 23:03:46 Step 10/12 : COPY . . 23:03:46 ---> 653c539e18d9 23:03:46 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:03:46 ---> Running in 5d7b889a03f5 23:03:46 Removing intermediate container 5d7b889a03f5 23:03:46 ---> f882e139d456 23:03:46 Step 12/12 : RUN $MAKE 23:03:46 ---> Running in 80a0f3da8692 23:03:46 noop 23:03:46 Removing intermediate container 80a0f3da8692 23:03:46 ---> 1b52894ac182 23:03:46 Successfully built 1b52894ac182 23:03:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:03:46 + docker inspect -f . ci-base-image-arm64 23:03:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:03:46 prd-ubuntu20.04-docker-arm64-4c-16g-6521 does not seem to be running inside a container 23:03:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:03:48 $ docker top 8195870eece54596fa8c22a93e8fb388742f7276aa05ca03cc5b87562ce7d922 -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:49 + go version 23:03:49 go version go1.18.7 linux/arm64 [Pipeline] } 23:03:49 $ docker stop --time=1 8195870eece54596fa8c22a93e8fb388742f7276aa05ca03cc5b87562ce7d922 23:03:50 $ docker rm -f --volumes 8195870eece54596fa8c22a93e8fb388742f7276aa05ca03cc5b87562ce7d922 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:03:52 + docker inspect -f . ci-base-image-arm64 23:03:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:03:52 prd-ubuntu20.04-docker-arm64-4c-16g-6521 does not seem to be running inside a container 23:03:52 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:03:53 $ docker top 70a18aa22b5548f8a9f97b6b056c30ee1832c7d79d795fda8c8358d223bff2af -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:54 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 23:03:55 + make test 23:03:55 go test -race -coverprofile=coverage.out ./... 23:03:55 main.go:22:2: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0-dev.31: replacement directory ../app-functions-sdk-go does not exist 23:03:55 main.go:23:2: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0-dev.31: replacement directory ../app-functions-sdk-go does not exist 23:03:55 make: *** [makefile:46: test] Error 1 [Pipeline] } 23:03:55 $ docker stop --time=1 70a18aa22b5548f8a9f97b6b056c30ee1832c7d79d795fda8c8358d223bff2af 23:03:57 $ docker rm -f --volumes 70a18aa22b5548f8a9f97b6b056c30ee1832c7d79d795fda8c8358d223bff2af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:03:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:03:58 23:03:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:03:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:03:58 arm64: Pulling from edgex-lftools-log-publisher 23:03:58 8998bd30e6a1: Pulling fs layer 23:03:58 04944245beec: Pulling fs layer 23:03:58 699f458cf7ca: Pulling fs layer 23:03:58 765212b225bb: Pulling fs layer 23:03:58 f23df028b6ca: Pulling fs layer 23:03:58 d65c8cfc05b1: Pulling fs layer 23:03:58 2437ff75d9bd: Pulling fs layer 23:03:58 f23df028b6ca: Waiting 23:03:58 d65c8cfc05b1: Waiting 23:03:58 2437ff75d9bd: Waiting 23:03:58 765212b225bb: Waiting 23:03:58 04944245beec: Verifying Checksum 23:03:58 04944245beec: Download complete 23:03:58 765212b225bb: Verifying Checksum 23:03:58 765212b225bb: Download complete 23:03:58 f23df028b6ca: Verifying Checksum 23:03:58 f23df028b6ca: Download complete 23:03:59 d65c8cfc05b1: Verifying Checksum 23:03:59 d65c8cfc05b1: Download complete 23:03:59 699f458cf7ca: Verifying Checksum 23:03:59 699f458cf7ca: Download complete 23:03:59 8998bd30e6a1: Verifying Checksum 23:03:59 8998bd30e6a1: Download complete 23:04:01 2437ff75d9bd: Verifying Checksum 23:04:01 2437ff75d9bd: Download complete 23:04:03 8998bd30e6a1: Pull complete 23:04:03 04944245beec: Pull complete 23:04:05 699f458cf7ca: Pull complete 23:04:05 765212b225bb: Pull complete 23:04:06 f23df028b6ca: Pull complete 23:04:06 d65c8cfc05b1: Pull complete 23:04:21 2437ff75d9bd: Pull complete 23:04:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:04:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:04:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:04:21 prd-ubuntu20.04-docker-arm64-4c-16g-6521 does not seem to be running inside a container 23:04:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 23:04:24 $ docker top 005a303dd9fcd50d132ffbc7987b3ec95f5d98fe1a8234c75e490055a56827d9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:04:24 ---> job-cost.sh 23:04:24 lf-activate-venv: SKIPPING 23:04:24 INFO: No Stack... 23:04:25 INFO: Retrieving Pricing Info for: v3-standard-4 23:04:26 INFO: Archiving Costs [Pipeline] sh 23:04:26 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 23:04:26 + cut -d, -f6 [Pipeline] lock 23:04:27 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] 23:04:27 Resource [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] did not exist. Created. 23:04:27 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:04:28 /w/workspace/app-service-configurable/1@tmp/durable-7d777a42/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:04:28 + echo total: 0.10999999940395355 [Pipeline] stash 23:04:28 Warning: overwriting stash ‘stack-cost’ 23:04:28 Stashed 1 file(s) [Pipeline] } 23:04:28 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:04:29 $ docker stop --time=1 005a303dd9fcd50d132ffbc7987b3ec95f5d98fe1a8234c75e490055a56827d9 23:04:30 $ docker rm -f --volumes 005a303dd9fcd50d132ffbc7987b3ec95f5d98fe1a8234c75e490055a56827d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:04:31 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 23:04:33 + [ -d /w/workspace/_app-service-configurable_PR-520/archives ] 23:04:33 + ls -al /w/workspace/_app-service-configurable_PR-520/archives 23:04:33 total 16 23:04:33 drwxr-xr-x 3 root root 4096 Feb 17 23:00 . 23:04:33 drwxrwxr-x 9 jenkins jenkins 4096 Feb 17 23:00 .. 23:04:33 drwxr-xr-x 2 root root 4096 Feb 17 23:00 cost 23:04:33 -rw-r--r-- 1 root root 96 Feb 17 23:00 cost.csv 23:04:33 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-520/archives 23:04:33 + ls -al /w/workspace/_app-service-configurable_PR-520/archives 23:04:33 total 16 23:04:33 drwxr-xr-x 3 jenkins jenkins 4096 Feb 17 23:00 . 23:04:33 drwxrwxr-x 9 jenkins jenkins 4096 Feb 17 23:00 .. 23:04:33 drwxr-xr-x 2 jenkins jenkins 4096 Feb 17 23:00 cost 23:04:33 -rw-r--r-- 1 jenkins jenkins 96 Feb 17 23:00 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:04:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:04:34 ---> package-listing.sh 23:04:34 ++ tr '[:upper:]' '[:lower:]' 23:04:34 ++ facter osfamily 23:04:34 + OS_FAMILY=debian 23:04:34 + workspace=/w/workspace/_app-service-configurable_PR-520 23:04:34 + START_PACKAGES=/tmp/packages_start.txt 23:04:34 + END_PACKAGES=/tmp/packages_end.txt 23:04:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:04:34 + PACKAGES=/tmp/packages_start.txt 23:04:34 + '[' /w/workspace/_app-service-configurable_PR-520 ']' 23:04:34 + PACKAGES=/tmp/packages_end.txt 23:04:34 + case "${OS_FAMILY}" in 23:04:34 + dpkg -l 23:04:34 + grep '^ii' 23:04:34 + '[' -f /tmp/packages_start.txt ']' 23:04:34 + '[' -f /tmp/packages_end.txt ']' 23:04:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:04:34 + '[' /w/workspace/_app-service-configurable_PR-520 ']' 23:04:34 + mkdir -p /w/workspace/_app-service-configurable_PR-520/archives/ 23:04:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-520/archives/ [Pipeline] echo 23:04:34 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-520/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:04:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:04:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:04:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:04:35 prd-ubuntu20.04-docker-8c-8g-6520 does not seem to be running inside a container 23:04:35 $ 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-520/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-520 -v /w/workspace/_app-service-configurable_PR-520:/w/workspace/_app-service-configurable_PR-520:rw,z -v /w/workspace/_app-service-configurable_PR-520@tmp:/w/workspace/_app-service-configurable_PR-520@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:04:35 $ docker top d0af72a09819856530662b916605e3fae8afee01435e13a3ec2c7b907db2009a -eo pid,comm [Pipeline] { [Pipeline] sh 23:04:36 + touch /tmp/pre-build-complete [Pipeline] sh 23:04:36 + mkdir -p /var/log/sysstat [Pipeline] sh 23:04:36 + ls /var/log/sa-host 23:04:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:04:36 provisioning config files... 23:04:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-520@tmp/config18095170169076599222tmp [Pipeline] { [Pipeline] echo 23:04:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:04:37 ---> create-netrc.sh [Pipeline] } 23:04:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:04:37 ---> python-tools-install.sh [Pipeline] echo 23:04:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:04:38 ---> sudo-logs.sh 23:04:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:04:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:04:38 ---> job-cost.sh 23:04:38 lf-activate-venv: SKIPPING 23:04:38 DEBUG: total: 0.2199999988079071 23:04:38 INFO: Retrieving Stack Cost... 23:04:38 INFO: Retrieving Pricing Info for: v3-standard-8 23:04:39 INFO: Archiving Costs [Pipeline] echo 23:04:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:04:40 ---> logs-deploy.sh 23:04:40 lf-activate-venv: SKIPPING 23:04:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-520/1 23:04:40 INFO: archiving workspace using pattern(s): 23:04:41 Archives upload complete. 23:04:41 INFO: archiving logs to Nexus 23:04:42 ---> uname -a: 23:04:42 Linux prd-ubuntu20-04-docker-8c-8g-6520 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 23:04:42 23:04:42 23:04:42 ---> lscpu: 23:04:42 Architecture: x86_64 23:04:42 CPU op-mode(s): 32-bit, 64-bit 23:04:42 Byte Order: Little Endian 23:04:42 Address sizes: 40 bits physical, 48 bits virtual 23:04:42 CPU(s): 8 23:04:42 On-line CPU(s) list: 0-7 23:04:42 Thread(s) per core: 1 23:04:42 Core(s) per socket: 1 23:04:42 Socket(s): 8 23:04:42 NUMA node(s): 1 23:04:42 Vendor ID: AuthenticAMD 23:04:42 CPU family: 23 23:04:42 Model: 49 23:04:42 Model name: AMD EPYC-Rome Processor 23:04:42 Stepping: 0 23:04:42 CPU MHz: 2800.002 23:04:42 BogoMIPS: 5600.00 23:04:42 Virtualization: AMD-V 23:04:42 Hypervisor vendor: KVM 23:04:42 Virtualization type: full 23:04:42 L1d cache: 256 KiB 23:04:42 L1i cache: 256 KiB 23:04:42 L2 cache: 4 MiB 23:04:42 L3 cache: 128 MiB 23:04:42 NUMA node0 CPU(s): 0-7 23:04:42 Vulnerability Itlb multihit: Not affected 23:04:42 Vulnerability L1tf: Not affected 23:04:42 Vulnerability Mds: Not affected 23:04:42 Vulnerability Meltdown: Not affected 23:04:42 Vulnerability Mmio stale data: Not affected 23:04:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:04:42 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 23:04:42 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 23:04:42 Vulnerability Srbds: Not affected 23:04:42 Vulnerability Tsx async abort: Not affected 23:04:42 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 23:04:42 23:04:42 23:04:42 ---> nproc: 23:04:42 8 23:04:42 23:04:42 23:04:42 ---> df -h: 23:04:42 Filesystem Size Used Avail Use% Mounted on 23:04:42 overlay 155G 12G 144G 8% / 23:04:42 tmpfs 64M 0 64M 0% /dev 23:04:42 tmpfs 16G 0 16G 0% /sys/fs/cgroup 23:04:42 shm 64M 0 64M 0% /dev/shm 23:04:42 /dev/vda1 155G 12G 144G 8% /facter-os 23:04:42 23:04:42 23:04:42 ---> sar -b -r -n DEV: 23:04:42 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6520) 02/17/23 _x86_64_ (8 CPU) 23:04:42 23:04:42 22:58:30 LINUX RESTART (8 CPU) 23:04:42 23:04:42 22:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:04:42 23:00:01 341.79 15.13 326.66 0.00 1941.64 111717.61 0.00 23:04:42 23:01:01 148.84 1.17 147.68 0.00 34.53 61313.65 0.00 23:04:42 23:02:01 1.47 0.00 1.47 0.00 0.00 16.81 0.00 23:04:42 23:03:01 1.55 0.00 1.55 0.00 0.00 16.66 0.00 23:04:42 23:04:01 37.13 12.66 24.46 0.00 5445.49 6234.03 0.00 23:04:42 Average: 105.36 5.76 99.60 0.00 1482.75 35604.90 0.00 23:04:42 23:04:42 22:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:04:42 23:00:01 29145800 31560652 756352 2.30 76376 2613280 1992340 5.87 1024828 2352620 5076 23:04:42 23:01:01 27965100 31577084 727452 2.21 150992 3624548 1754760 5.17 1098072 3337844 392 23:04:42 23:02:01 27965052 31577160 727224 2.21 151020 3624544 1754760 5.17 1098120 3337848 4 23:04:42 23:03:01 27966128 31578296 725972 2.21 151060 3624552 1754760 5.17 1096956 3337848 12 23:04:42 23:04:01 27584084 31552840 739244 2.25 159468 3957456 1796684 5.30 1334272 3450072 996 23:04:42 Average: 28125233 31569206 735249 2.24 137783 3488876 1810661 5.34 1130450 3163246 1296 23:04:42 23:04:42 22:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:04:42 23:00:01 veth8e93b11 56.13 72.11 5.42 50.64 0.00 0.00 0.00 0.00 23:04:42 23:00:01 docker0 61.96 79.51 5.22 139.48 0.00 0.00 0.00 0.00 23:04:42 23:00:01 lo 6.71 6.71 0.65 0.65 0.00 0.00 0.00 0.00 23:04:42 23:00:01 ens3 602.27 428.61 6264.57 104.23 0.00 0.00 0.00 0.00 23:04:42 23:01:01 docker0 92.35 150.32 8.09 1800.23 0.00 0.00 0.00 0.00 23:04:42 23:01:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 23:04:42 23:01:01 ens3 269.42 176.40 4344.92 29.50 0.00 0.00 0.00 0.00 23:04:42 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:42 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:42 23:02:01 ens3 0.62 0.28 0.35 0.26 0.00 0.00 0.00 0.00 23:04:42 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:42 23:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:04:42 23:03:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:04:42 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:42 23:04:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 23:04:42 23:04:01 ens3 79.74 44.29 1929.36 3.31 0.00 0.00 0.00 0.00 23:04:42 Average: docker0 30.76 45.85 2.65 388.76 0.00 0.00 0.00 0.00 23:04:42 Average: lo 1.66 1.66 0.16 0.16 0.00 0.00 0.00 0.00 23:04:42 Average: ens3 189.05 128.94 2495.20 27.20 0.00 0.00 0.00 0.00 23:04:42 23:04:42 23:04:42 ---> sar -P ALL: 23:04:42 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6520) 02/17/23 _x86_64_ (8 CPU) 23:04:42 23:04:42 22:58:30 LINUX RESTART (8 CPU) 23:04:42 23:04:42 22:59:02 CPU %user %nice %system %iowait %steal %idle 23:04:42 23:00:01 all 8.07 0.00 3.01 2.61 0.05 86.25 23:04:42 23:00:01 0 7.27 0.00 3.23 0.36 0.05 89.09 23:04:42 23:00:01 1 7.80 0.00 2.94 0.36 0.03 88.87 23:04:42 23:00:01 2 6.15 0.00 4.31 3.39 0.05 86.10 23:04:42 23:00:01 3 8.80 0.00 2.74 3.91 0.05 84.50 23:04:42 23:00:01 4 11.70 0.00 2.10 0.89 0.05 85.26 23:04:42 23:00:01 5 6.95 0.00 2.58 3.49 0.05 86.93 23:04:42 23:00:01 6 9.08 0.00 3.10 0.22 0.03 87.56 23:04:42 23:00:01 7 6.81 0.00 3.12 8.35 0.07 81.65 23:04:42 23:01:01 all 6.53 0.00 3.03 4.29 0.06 86.08 23:04:42 23:01:01 0 7.53 0.00 2.80 0.27 0.05 89.35 23:04:42 23:01:01 1 6.82 0.00 2.94 1.56 0.03 88.64 23:04:42 23:01:01 2 5.75 0.00 4.29 8.47 0.14 81.36 23:04:42 23:01:01 3 6.45 0.00 3.06 5.88 0.07 84.54 23:04:42 23:01:01 4 6.02 0.00 2.56 0.50 0.02 90.90 23:04:42 23:01:01 5 6.74 0.00 3.35 16.96 0.10 72.85 23:04:42 23:01:01 6 6.55 0.00 2.67 0.69 0.03 90.06 23:04:42 23:01:01 7 6.43 0.00 2.57 0.07 0.05 90.88 23:04:42 23:02:01 all 0.03 0.00 0.02 0.00 0.00 99.95 23:04:42 23:02:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:04:42 23:02:01 1 0.00 0.00 0.00 0.02 0.00 99.98 23:04:42 23:02:01 2 0.02 0.00 0.00 0.02 0.00 99.97 23:04:42 23:02:01 3 0.07 0.00 0.03 0.00 0.00 99.90 23:04:42 23:02:01 4 0.00 0.00 0.00 0.00 0.02 99.98 23:04:42 23:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 23:04:42 23:02:01 6 0.05 0.00 0.02 0.00 0.00 99.93 23:04:42 23:02:01 7 0.07 0.00 0.05 0.00 0.00 99.88 23:04:42 23:03:01 all 0.04 0.00 0.01 0.01 0.01 99.93 23:04:42 23:03:01 0 0.05 0.00 0.03 0.00 0.02 99.90 23:04:42 23:03:01 1 0.02 0.00 0.00 0.00 0.02 99.97 23:04:42 23:03:01 2 0.03 0.00 0.03 0.02 0.02 99.90 23:04:42 23:03:01 3 0.03 0.00 0.02 0.03 0.02 99.90 23:04:42 23:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 23:04:42 23:03:01 5 0.03 0.00 0.02 0.00 0.00 99.95 23:04:42 23:03:01 6 0.10 0.00 0.02 0.00 0.02 99.87 23:04:42 23:03:01 7 0.03 0.00 0.00 0.00 0.02 99.95 23:04:42 23:04:01 all 1.25 0.00 0.58 0.53 0.01 97.63 23:04:42 23:04:01 0 1.37 0.00 0.58 0.43 0.03 97.58 23:04:42 23:04:01 1 1.95 0.00 0.73 1.17 0.02 96.13 23:04:42 23:04:01 2 0.80 0.00 0.67 1.07 0.00 97.46 23:04:42 23:04:01 3 1.85 0.00 0.77 1.34 0.02 96.03 23:04:42 23:04:01 4 0.45 0.00 0.40 0.05 0.00 99.10 23:04:42 23:04:01 5 1.15 0.00 0.55 0.07 0.00 98.23 23:04:42 23:04:01 6 1.24 0.00 0.55 0.03 0.02 98.16 23:04:42 23:04:01 7 1.19 0.00 0.35 0.05 0.03 98.38 23:04:42 Average: all 3.15 0.00 1.32 1.48 0.03 94.02 23:04:42 Average: 0 3.21 0.00 1.32 0.21 0.03 95.22 23:04:42 Average: 1 3.29 0.00 1.31 0.62 0.02 94.75 23:04:42 Average: 2 2.52 0.00 1.84 2.57 0.04 93.03 23:04:42 Average: 3 3.41 0.00 1.31 2.22 0.03 93.03 23:04:42 Average: 4 3.61 0.00 1.01 0.29 0.02 95.08 23:04:42 Average: 5 2.95 0.00 1.29 4.08 0.03 91.65 23:04:42 Average: 6 3.37 0.00 1.26 0.19 0.02 95.16 23:04:42 Average: 7 2.87 0.00 1.20 1.65 0.03 94.24 23:04:42 23:04:42 23:04:42