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 [2023-02-17T22:59:13.003Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-17T22:59:13.172Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-17T22:59:13.269Z] ========================================================= [2023-02-17T22:59:13.269Z] EdgeX Global Pipelines Version Info [2023-02-17T22:59:13.269Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-17T22:59:14.016Z] ------------------- [2023-02-17T22:59:14.016Z] stable info: [2023-02-17T22:59:14.016Z] ------------------- [2023-02-17T22:59:14.016Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-17T22:59:14.016Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-17T22:59:14.016Z] Message: update stable to v1.0.244 [2023-02-17T22:59:14.585Z] ------------------- [2023-02-17T22:59:14.585Z] experimental info: [2023-02-17T22:59:14.585Z] ------------------- [2023-02-17T22:59:14.586Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-17T22:59:14.586Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-17T22:59:14.586Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-17T22:59:14.940Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2023-02-17T22:59:14.980Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2023-02-17T22:59:15.017Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-17T22:59:15.054Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-17T22:59:15.091Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-17T22:59:15.128Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-17T22:59:15.163Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-17T22:59:15.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-17T22:59:15.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-17T22:59:15.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-17T22:59:15.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-17T22:59:15.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2023-02-17T22:59:15.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-17T22:59:15.447Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-17T22:59:15.482Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-17T22:59:15.522Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-17T22:59:15.560Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-17T22:59:15.595Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-17T22:59:15.632Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-17T22:59:15.667Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-17T22:59:15.703Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-17T22:59:15.740Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-17T22:59:15.778Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-17T22:59:15.815Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-17T22:59:15.851Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-17T22:59:15.894Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-17T22:59:15.935Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-17T22:59:15.980Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-520 [Pipeline] echo [2023-02-17T22:59:16.022Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-520 [Pipeline] echo [2023-02-17T22:59:16.060Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-520 [Pipeline] echo [2023-02-17T22:59:16.100Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 98da1ad41bbe5bac619edc4ea1b02e856288fb2c [Pipeline] echo [2023-02-17T22:59:16.137Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 98da1ad [Pipeline] echo [2023-02-17T22:59:16.175Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-17T22:59:16.292Z] provisioning config files... [2023-02-17T22:59:16.305Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-520@tmp/config8609879478574327729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T22:59:16.647Z] ---> docker-login.sh [2023-02-17T22:59:16.647Z] nexus3.edgexfoundry.org:10001 [2023-02-17T22:59:16.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T22:59:16.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T22:59:16.908Z] Configure a credential helper to remove this warning. See [2023-02-17T22:59:16.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T22:59:16.908Z] [2023-02-17T22:59:16.908Z] Login Succeeded [2023-02-17T22:59:16.908Z] nexus3.edgexfoundry.org:10002 [2023-02-17T22:59:17.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T22:59:17.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T22:59:17.171Z] Configure a credential helper to remove this warning. See [2023-02-17T22:59:17.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T22:59:17.171Z] [2023-02-17T22:59:17.171Z] Login Succeeded [2023-02-17T22:59:17.171Z] nexus3.edgexfoundry.org:10003 [2023-02-17T22:59:17.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T22:59:17.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T22:59:17.171Z] Configure a credential helper to remove this warning. See [2023-02-17T22:59:17.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T22:59:17.171Z] [2023-02-17T22:59:17.171Z] Login Succeeded [2023-02-17T22:59:17.171Z] nexus3.edgexfoundry.org:10004 [2023-02-17T22:59:17.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T22:59:17.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T22:59:17.431Z] Configure a credential helper to remove this warning. See [2023-02-17T22:59:17.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T22:59:17.431Z] [2023-02-17T22:59:17.431Z] Login Succeeded [2023-02-17T22:59:17.431Z] docker.io [2023-02-17T22:59:17.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T22:59:17.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T22:59:17.690Z] Configure a credential helper to remove this warning. See [2023-02-17T22:59:17.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T22:59:17.690Z] [2023-02-17T22:59:17.690Z] Login Succeeded [2023-02-17T22:59:17.690Z] ---> docker-login.sh ends [Pipeline] } [2023-02-17T22:59:17.715Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-17T22:59:18.338Z] + git rev-list -1 --merges 98da1ad41bbe5bac619edc4ea1b02e856288fb2c~1..98da1ad41bbe5bac619edc4ea1b02e856288fb2c [Pipeline] echo [2023-02-17T22:59:18.401Z] -----------> git rev-list -1 --merges 98da1ad41bbe5bac619edc4ea1b02e856288fb2c~1..98da1ad41bbe5bac619edc4ea1b02e856288fb2c 98da1ad41bbe5bac619edc4ea1b02e856288fb2c [false] [Pipeline] sh [2023-02-17T22:59:18.721Z] + git log --format=format:%s -1 98da1ad41bbe5bac619edc4ea1b02e856288fb2c [Pipeline] echo [2023-02-17T22:59:18.756Z] ========================================================= [2023-02-17T22:59:18.756Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-17T22:59:18.756Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-17T22:59:19.193Z] + git log --format=format:%s -1 98da1ad41bbe5bac619edc4ea1b02e856288fb2c [Pipeline] echo [2023-02-17T22:59:19.226Z] [semverPrep] GIT_COMMIT: 98da1ad41bbe5bac619edc4ea1b02e856288fb2c, Commit Message: refactor!: Replace internal topics from config with new constants and use base topic [Pipeline] echo [2023-02-17T22:59:19.253Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-17T22:59:19.645Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-17T22:59:19.645Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-17T22:59:19.645Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-17T22:59:19.645Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-17T22:59:19.645Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-17T22:59:19.645Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-17T22:59:19.645Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T22:59:20.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T22:59:20.202Z] [2023-02-17T22:59:20.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T22:59:20.660Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T22:59:20.660Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-17T22:59:20.660Z] b85a868b505f: Pulling fs layer [2023-02-17T22:59:20.660Z] e2be974225ed: Pulling fs layer [2023-02-17T22:59:20.660Z] 339a4e72a1f5: Pulling fs layer [2023-02-17T22:59:20.660Z] 988bab9f4d93: Pulling fs layer [2023-02-17T22:59:20.660Z] 1469e6f7b9e6: Pulling fs layer [2023-02-17T22:59:20.660Z] eaf3925da568: Pulling fs layer [2023-02-17T22:59:20.660Z] bab4dde63d76: Pulling fs layer [2023-02-17T22:59:20.660Z] bde34c3a00c8: Pulling fs layer [2023-02-17T22:59:20.660Z] b352a97aabf1: Pulling fs layer [2023-02-17T22:59:20.660Z] 4872d77fe225: Pulling fs layer [2023-02-17T22:59:20.660Z] 5851b861e8e6: Pulling fs layer [2023-02-17T22:59:20.660Z] bab4dde63d76: Waiting [2023-02-17T22:59:20.660Z] bde34c3a00c8: Waiting [2023-02-17T22:59:20.660Z] b352a97aabf1: Waiting [2023-02-17T22:59:20.660Z] 4872d77fe225: Waiting [2023-02-17T22:59:20.660Z] 5851b861e8e6: Waiting [2023-02-17T22:59:20.660Z] eaf3925da568: Waiting [2023-02-17T22:59:20.660Z] 1469e6f7b9e6: Waiting [2023-02-17T22:59:20.660Z] e2be974225ed: Verifying Checksum [2023-02-17T22:59:20.660Z] e2be974225ed: Download complete [2023-02-17T22:59:20.660Z] 988bab9f4d93: Verifying Checksum [2023-02-17T22:59:20.660Z] 988bab9f4d93: Download complete [2023-02-17T22:59:20.925Z] 1469e6f7b9e6: Verifying Checksum [2023-02-17T22:59:20.925Z] 1469e6f7b9e6: Download complete [2023-02-17T22:59:20.925Z] eaf3925da568: Verifying Checksum [2023-02-17T22:59:20.925Z] eaf3925da568: Download complete [2023-02-17T22:59:20.925Z] 339a4e72a1f5: Verifying Checksum [2023-02-17T22:59:20.925Z] 339a4e72a1f5: Download complete [2023-02-17T22:59:20.925Z] bde34c3a00c8: Download complete [2023-02-17T22:59:21.185Z] b352a97aabf1: Verifying Checksum [2023-02-17T22:59:21.185Z] b352a97aabf1: Download complete [2023-02-17T22:59:21.185Z] 4872d77fe225: Verifying Checksum [2023-02-17T22:59:21.185Z] 4872d77fe225: Download complete [2023-02-17T22:59:21.185Z] 5851b861e8e6: Verifying Checksum [2023-02-17T22:59:21.185Z] 5851b861e8e6: Download complete [2023-02-17T22:59:21.185Z] b85a868b505f: Verifying Checksum [2023-02-17T22:59:21.185Z] b85a868b505f: Download complete [2023-02-17T22:59:21.445Z] bab4dde63d76: Verifying Checksum [2023-02-17T22:59:21.445Z] bab4dde63d76: Download complete [2023-02-17T22:59:22.381Z] b85a868b505f: Pull complete [2023-02-17T22:59:22.640Z] e2be974225ed: Pull complete [2023-02-17T22:59:22.900Z] 339a4e72a1f5: Pull complete [2023-02-17T22:59:23.158Z] 988bab9f4d93: Pull complete [2023-02-17T22:59:23.457Z] 1469e6f7b9e6: Pull complete [2023-02-17T22:59:23.457Z] eaf3925da568: Pull complete [2023-02-17T22:59:25.369Z] bab4dde63d76: Pull complete [2023-02-17T22:59:25.369Z] bde34c3a00c8: Pull complete [2023-02-17T22:59:25.369Z] b352a97aabf1: Pull complete [2023-02-17T22:59:25.370Z] 4872d77fe225: Pull complete [2023-02-17T22:59:25.631Z] 5851b861e8e6: Pull complete [2023-02-17T22:59:25.631Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-17T22:59:25.631Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T22:59:25.631Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T22:59:25.855Z] prd-ubuntu20.04-docker-8c-8g-6520 does not seem to be running inside a container [2023-02-17T22:59:25.887Z] $ 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 [2023-02-17T22:59:29.190Z] $ docker top a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a -eo pid,comm [2023-02-17T22:59:29.247Z] 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). [2023-02-17T22:59:29.247Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-17T22:59:29.369Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-17T22:59:29.369Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-17T22:59:29.489Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-17T22:59:29.493Z] $ docker exec a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a ssh-agent [2023-02-17T22:59:29.596Z] SSH_AUTH_SOCK=/tmp/ssh-VwsQvcjUlcAK/agent.32 [2023-02-17T22:59:29.596Z] SSH_AGENT_PID=38 [2023-02-17T22:59:29.602Z] Running ssh-add (command line suppressed) [2023-02-17T22:59:29.696Z] 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) [2023-02-17T22:59:29.707Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-17T22:59:30.036Z] + git tag --points-at HEAD [Pipeline] } [2023-02-17T22:59:30.062Z] $ docker exec --env ******** --env ******** a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a ssh-agent -k [2023-02-17T22:59:30.161Z] unset SSH_AUTH_SOCK; [2023-02-17T22:59:30.161Z] unset SSH_AGENT_PID; [2023-02-17T22:59:30.161Z] echo Agent pid 38 killed; [2023-02-17T22:59:30.168Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-17T22:59:30.256Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-17T22:59:30.256Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-17T22:59:30.371Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-17T22:59:30.375Z] $ docker exec a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a ssh-agent [2023-02-17T22:59:30.491Z] SSH_AUTH_SOCK=/tmp/ssh-D7H55lp2DdQB/agent.71 [2023-02-17T22:59:30.491Z] SSH_AGENT_PID=77 [2023-02-17T22:59:30.499Z] Running ssh-add (command line suppressed) [2023-02-17T22:59:30.603Z] 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) [2023-02-17T22:59:30.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-17T22:59:30.943Z] + git semver init [2023-02-17T22:59:31.203Z] 2023-02-17 22:59:31,125 [run_init] DEBUG init version:0.0.0 force:False [2023-02-17T22:59:31.203Z] 2023-02-17 22:59:31,125 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-520/.semver [2023-02-17T22:59:31.203Z] 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 [2023-02-17T22:59:31.203Z] 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) [2023-02-17T22:59:32.139Z] 2023-02-17 22:59:32,101 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-520/.git/info/exclude [2023-02-17T22:59:32.139Z] 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 [2023-02-17T22:59:32.139Z] 2023-02-17 22:59:32,102 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-520/.semver/PR-520 [2023-02-17T22:59:32.139Z] 2023-02-17 22:59:32,107 [execute] INFO git cat-file --batch-check [2023-02-17T22:59:32.139Z] 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=) [2023-02-17T22:59:32.139Z] 2023-02-17 22:59:32,113 [execute] INFO git cat-file --batch [2023-02-17T22:59:32.139Z] 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=) [2023-02-17T22:59:32.139Z] 2023-02-17 22:59:32,119 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-520/.semver/PR-520 [2023-02-17T22:59:32.139Z] 0.0.0 [Pipeline] } [2023-02-17T22:59:32.168Z] $ docker exec --env ******** --env ******** a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a ssh-agent -k [2023-02-17T22:59:32.260Z] unset SSH_AUTH_SOCK; [2023-02-17T22:59:32.260Z] unset SSH_AGENT_PID; [2023-02-17T22:59:32.260Z] echo Agent pid 77 killed; [2023-02-17T22:59:32.269Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-17T22:59:32.702Z] + git semver [Pipeline] } [2023-02-17T22:59:32.988Z] $ docker stop --time=1 a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a [2023-02-17T22:59:34.313Z] $ docker rm -f --volumes a3654422c8faa81e00ac40a135b1f0bfac6e0418710373169b7b834f37111f1a [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-17T22:59:34.712Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-17T22:59:34.987Z] Stashed 1 file(s) [Pipeline] echo [2023-02-17T22:59:35.003Z] [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 [2023-02-17T22:59:35.597Z] provisioning config files... [2023-02-17T22:59:35.608Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-520@tmp/config15254681656427227119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T22:59:35.960Z] ---> docker-login.sh [2023-02-17T22:59:35.960Z] nexus3.edgexfoundry.org:10001 [2023-02-17T22:59:35.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T22:59:35.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T22:59:35.960Z] Configure a credential helper to remove this warning. See [2023-02-17T22:59:35.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T22:59:35.960Z] [2023-02-17T22:59:35.960Z] Login Succeeded [2023-02-17T22:59:35.960Z] nexus3.edgexfoundry.org:10002 [2023-02-17T22:59:35.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T22:59:36.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T22:59:36.220Z] Configure a credential helper to remove this warning. See [2023-02-17T22:59:36.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T22:59:36.220Z] [2023-02-17T22:59:36.220Z] Login Succeeded [2023-02-17T22:59:36.220Z] nexus3.edgexfoundry.org:10003 [2023-02-17T22:59:36.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T22:59:36.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T22:59:36.220Z] Configure a credential helper to remove this warning. See [2023-02-17T22:59:36.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T22:59:36.220Z] [2023-02-17T22:59:36.220Z] Login Succeeded [2023-02-17T22:59:36.220Z] nexus3.edgexfoundry.org:10004 [2023-02-17T22:59:36.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T22:59:36.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T22:59:36.220Z] Configure a credential helper to remove this warning. See [2023-02-17T22:59:36.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T22:59:36.220Z] [2023-02-17T22:59:36.220Z] Login Succeeded [2023-02-17T22:59:36.220Z] docker.io [2023-02-17T22:59:36.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T22:59:36.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T22:59:36.740Z] Configure a credential helper to remove this warning. See [2023-02-17T22:59:36.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T22:59:36.740Z] [2023-02-17T22:59:36.740Z] Login Succeeded [2023-02-17T22:59:36.740Z] ---> docker-login.sh ends [Pipeline] } [2023-02-17T22:59:36.773Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-17T22:59:36.964Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T22:59:37.002Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T22:59:37.037Z] ========================================================= [2023-02-17T22:59:37.037Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-17T22:59:37.037Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T22:59:37.512Z] + 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 . [2023-02-17T22:59:37.512Z] Sending build context to Docker daemon 3.217MB [2023-02-17T22:59:37.512Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-17T22:59:37.512Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-17T22:59:37.512Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-17T22:59:37.512Z] 213ec9aee27d: Pulling fs layer [2023-02-17T22:59:37.512Z] 4583459ba037: Pulling fs layer [2023-02-17T22:59:37.512Z] 93c1e223e6f2: Pulling fs layer [2023-02-17T22:59:37.512Z] 53926ce57604: Pulling fs layer [2023-02-17T22:59:37.512Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-17T22:59:37.512Z] 22ff95d597cd: Pulling fs layer [2023-02-17T22:59:37.512Z] 12d6caf4c0d1: Pulling fs layer [2023-02-17T22:59:37.512Z] 96b7cbca73a9: Pulling fs layer [2023-02-17T22:59:37.512Z] a7acece74701: Pulling fs layer [2023-02-17T22:59:37.512Z] 53926ce57604: Waiting [2023-02-17T22:59:37.512Z] 21b2b0c7a3f4: Waiting [2023-02-17T22:59:37.512Z] 22ff95d597cd: Waiting [2023-02-17T22:59:37.512Z] 12d6caf4c0d1: Waiting [2023-02-17T22:59:37.512Z] 96b7cbca73a9: Waiting [2023-02-17T22:59:37.512Z] a7acece74701: Waiting [2023-02-17T22:59:37.512Z] 93c1e223e6f2: Verifying Checksum [2023-02-17T22:59:37.512Z] 93c1e223e6f2: Download complete [2023-02-17T22:59:37.512Z] 4583459ba037: Verifying Checksum [2023-02-17T22:59:37.512Z] 4583459ba037: Download complete [2023-02-17T22:59:37.777Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-17T22:59:37.777Z] 21b2b0c7a3f4: Download complete [2023-02-17T22:59:37.777Z] 22ff95d597cd: Verifying Checksum [2023-02-17T22:59:37.777Z] 22ff95d597cd: Download complete [2023-02-17T22:59:37.777Z] 213ec9aee27d: Verifying Checksum [2023-02-17T22:59:37.777Z] 213ec9aee27d: Download complete [2023-02-17T22:59:37.777Z] 12d6caf4c0d1: Download complete [2023-02-17T22:59:38.045Z] 213ec9aee27d: Pull complete [2023-02-17T22:59:38.045Z] 4583459ba037: Pull complete [2023-02-17T22:59:38.320Z] 93c1e223e6f2: Pull complete [2023-02-17T22:59:39.007Z] a7acece74701: Verifying Checksum [2023-02-17T22:59:39.007Z] a7acece74701: Download complete [2023-02-17T22:59:39.611Z] 53926ce57604: Verifying Checksum [2023-02-17T22:59:39.611Z] 53926ce57604: Download complete [2023-02-17T22:59:39.611Z] 96b7cbca73a9: Verifying Checksum [2023-02-17T22:59:39.611Z] 96b7cbca73a9: Download complete [2023-02-17T22:59:43.005Z] 53926ce57604: Pull complete [2023-02-17T22:59:43.005Z] 21b2b0c7a3f4: Pull complete [2023-02-17T22:59:43.005Z] 22ff95d597cd: Pull complete [2023-02-17T22:59:43.263Z] 12d6caf4c0d1: Pull complete [2023-02-17T22:59:45.155Z] 96b7cbca73a9: Pull complete [2023-02-17T22:59:45.718Z] a7acece74701: Pull complete [2023-02-17T22:59:45.718Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-17T22:59:45.718Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-17T22:59:45.718Z] ---> db6d94c90886 [2023-02-17T22:59:45.718Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-17T22:59:50.419Z] Still waiting to schedule task [2023-02-17T22:59:50.420Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-17T22:59:51.030Z] ---> Running in d85196b5fb48 [2023-02-17T22:59:51.030Z] Removing intermediate container d85196b5fb48 [2023-02-17T22:59:51.030Z] ---> 8628f52f929e [2023-02-17T22:59:51.030Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-17T22:59:51.030Z] ---> Running in 7b8e7ac7fd8f [2023-02-17T22:59:51.289Z] Removing intermediate container 7b8e7ac7fd8f [2023-02-17T22:59:51.289Z] ---> f395458b76cd [2023-02-17T22:59:51.289Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-17T22:59:51.289Z] ---> Running in e1e07ae78d61 [2023-02-17T22:59:51.289Z] Removing intermediate container e1e07ae78d61 [2023-02-17T22:59:51.289Z] ---> 1ce3980ea005 [2023-02-17T22:59:51.289Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-17T22:59:51.289Z] ---> Running in 983a8d667a38 [2023-02-17T22:59:51.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T22:59:51.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T22:59:52.070Z] OK: 211 MiB in 51 packages [2023-02-17T22:59:52.329Z] Removing intermediate container 983a8d667a38 [2023-02-17T22:59:52.329Z] ---> 1dd53c4d4a42 [2023-02-17T22:59:52.329Z] Step 7/12 : WORKDIR /app [2023-02-17T22:59:52.329Z] ---> Running in 2c3666e2a5d9 [2023-02-17T22:59:52.329Z] Removing intermediate container 2c3666e2a5d9 [2023-02-17T22:59:52.329Z] ---> 31bf5c7b8b76 [2023-02-17T22:59:52.329Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-17T22:59:52.586Z] ---> 8513061f84b1 [2023-02-17T22:59:52.586Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T22:59:52.586Z] ---> Running in eea752f66999 [2023-02-17T23:00:10.679Z] 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 [2023-02-17T23:00:10.679Z] skipping... [2023-02-17T23:00:32.624Z] Removing intermediate container eea752f66999 [2023-02-17T23:00:32.624Z] ---> 2a036f2e5617 [2023-02-17T23:00:32.624Z] Step 10/12 : COPY . . [2023-02-17T23:00:32.624Z] ---> bd6c7b0e2c7f [2023-02-17T23:00:32.624Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-17T23:00:32.624Z] ---> Running in 4fec440a873d [2023-02-17T23:00:32.624Z] Removing intermediate container 4fec440a873d [2023-02-17T23:00:32.624Z] ---> 42bf58c88526 [2023-02-17T23:00:32.624Z] Step 12/12 : RUN $MAKE [2023-02-17T23:00:32.624Z] ---> Running in 01fc5b2a3627 [2023-02-17T23:00:32.624Z] noop [2023-02-17T23:00:32.624Z] Removing intermediate container 01fc5b2a3627 [2023-02-17T23:00:32.624Z] ---> 77d7e20bbce5 [2023-02-17T23:00:32.624Z] Successfully built 77d7e20bbce5 [2023-02-17T23:00:32.624Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T23:00:33.085Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-17T23:00:33.085Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T23:00:33.228Z] prd-ubuntu20.04-docker-8c-8g-6520 does not seem to be running inside a container [2023-02-17T23:00:33.263Z] $ 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 [2023-02-17T23:00:33.595Z] $ docker top e394441d32013546e31a46d187c66030e63b73ed316a0820878bfa789d39b15a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T23:00:33.985Z] + go version [2023-02-17T23:00:33.986Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-17T23:00:34.024Z] $ docker stop --time=1 e394441d32013546e31a46d187c66030e63b73ed316a0820878bfa789d39b15a [2023-02-17T23:00:35.268Z] $ 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 [2023-02-17T23:00:35.974Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-17T23:00:35.974Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T23:00:36.129Z] prd-ubuntu20.04-docker-8c-8g-6520 does not seem to be running inside a container [2023-02-17T23:00:36.165Z] $ 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 [2023-02-17T23:00:36.485Z] $ docker top ca800de8840353ff26f4dc3db4ed4095aed8875718723ab8d3427d02db162966 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T23:00:36.869Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-520 [Pipeline] fileExists [Pipeline] sh [2023-02-17T23:00:37.232Z] + make test [2023-02-17T23:00:37.232Z] go test -race -coverprofile=coverage.out ./... [2023-02-17T23:00:37.232Z] 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 [2023-02-17T23:00:37.232Z] 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 [2023-02-17T23:00:37.232Z] make: *** [makefile:46: test] Error 1 [Pipeline] } [2023-02-17T23:00:37.275Z] $ docker stop --time=1 ca800de8840353ff26f4dc3db4ed4095aed8875718723ab8d3427d02db162966 [2023-02-17T23:00:38.544Z] $ 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 [2023-02-17T23:00:39.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-17T23:00:39.605Z] [2023-02-17T23:00:39.605Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T23:00:39.981Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-17T23:00:39.981Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-17T23:00:39.981Z] 5eb5b503b376: Pulling fs layer [2023-02-17T23:00:39.981Z] 5c69ac0246d0: Pulling fs layer [2023-02-17T23:00:39.981Z] ec43610c2a17: Pulling fs layer [2023-02-17T23:00:39.981Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-17T23:00:39.981Z] 33b1e0a273af: Pulling fs layer [2023-02-17T23:00:39.981Z] 5d3b04190fa2: Pulling fs layer [2023-02-17T23:00:39.981Z] 2f39f015ded8: Pulling fs layer [2023-02-17T23:00:39.981Z] 33b1e0a273af: Waiting [2023-02-17T23:00:39.981Z] 5d3b04190fa2: Waiting [2023-02-17T23:00:39.981Z] 2f39f015ded8: Waiting [2023-02-17T23:00:39.981Z] 5c69ac0246d0: Verifying Checksum [2023-02-17T23:00:39.981Z] 5c69ac0246d0: Download complete [2023-02-17T23:00:39.981Z] 3a2ae6a8a46f: Download complete [2023-02-17T23:00:40.244Z] 33b1e0a273af: Verifying Checksum [2023-02-17T23:00:40.244Z] 33b1e0a273af: Download complete [2023-02-17T23:00:40.244Z] 5d3b04190fa2: Verifying Checksum [2023-02-17T23:00:40.244Z] 5d3b04190fa2: Download complete [2023-02-17T23:00:40.244Z] ec43610c2a17: Verifying Checksum [2023-02-17T23:00:40.244Z] ec43610c2a17: Download complete [2023-02-17T23:00:40.513Z] 5eb5b503b376: Verifying Checksum [2023-02-17T23:00:40.513Z] 5eb5b503b376: Download complete [2023-02-17T23:00:41.087Z] 2f39f015ded8: Download complete [2023-02-17T23:00:41.654Z] 5eb5b503b376: Pull complete [2023-02-17T23:00:41.654Z] 5c69ac0246d0: Pull complete [2023-02-17T23:00:42.219Z] ec43610c2a17: Pull complete [2023-02-17T23:00:42.219Z] 3a2ae6a8a46f: Pull complete [2023-02-17T23:00:42.477Z] 33b1e0a273af: Pull complete [2023-02-17T23:00:42.477Z] 5d3b04190fa2: Pull complete [2023-02-17T23:00:46.660Z] 2f39f015ded8: Pull complete [2023-02-17T23:00:46.660Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-17T23:00:46.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-17T23:00:46.660Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T23:00:46.895Z] prd-ubuntu20.04-docker-8c-8g-6520 does not seem to be running inside a container [2023-02-17T23:00:46.925Z] $ 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 [2023-02-17T23:00:51.821Z] $ docker top 166898af8586c2c7cb2ee14db7ecfa6c1a9b7fa997350f9d0ffa6ec1f59499cf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T23:00:52.284Z] ---> job-cost.sh [2023-02-17T23:00:52.284Z] lf-activate-venv: SKIPPING [2023-02-17T23:00:52.284Z] INFO: No Stack... [2023-02-17T23:00:52.542Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-17T23:00:53.107Z] INFO: Archiving Costs [Pipeline] sh [2023-02-17T23:00:53.418Z] + cat /w/workspace/_app-service-configurable_PR-520/archives/cost.csv [2023-02-17T23:00:53.418Z] + cut -d, -f6 [Pipeline] lock [2023-02-17T23:00:53.458Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] [2023-02-17T23:00:53.462Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] did not exist. Created. [2023-02-17T23:00:53.463Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-17T23:00:53.839Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-17T23:00:53.907Z] Stashed 1 file(s) [Pipeline] } [2023-02-17T23:00:53.922Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-17T23:00:53.993Z] $ docker stop --time=1 166898af8586c2c7cb2ee14db7ecfa6c1a9b7fa997350f9d0ffa6ec1f59499cf [2023-02-17T23:00:55.132Z] $ docker rm -f --volumes 166898af8586c2c7cb2ee14db7ecfa6c1a9b7fa997350f9d0ffa6ec1f59499cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-17T23:00:55.454Z] Failed in branch amd64 [2023-02-17T23:01:22.057Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6521 in /w/workspace/_app-service-configurable_PR-520 [Pipeline] { [Pipeline] ws [2023-02-17T23:01:22.114Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2023-02-17T23:01:22.188Z] Selected Git installation does not exist. Using Default [2023-02-17T23:01:22.189Z] The recommended git tool is: NONE [2023-02-17T23:01:27.344Z] using credential edgex-jenkins-ssh [2023-02-17T23:01:27.363Z] Cloning the remote Git repository [2023-02-17T23:01:27.396Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2023-02-17T23:01:27.477Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2023-02-17T23:01:27.615Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-02-17T23:01:27.616Z] > git --version # timeout=10 [2023-02-17T23:01:27.644Z] > git --version # 'git version 2.25.1' [2023-02-17T23:01:27.647Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-17T23:01:27.704Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-17T23:01:28.871Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-02-17T23:01:28.899Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-17T23:01:30.433Z] Merging remotes/origin/main commit 731cbe338f54dd8dac0167938734c2fced573176 into PR head commit 98da1ad41bbe5bac619edc4ea1b02e856288fb2c [2023-02-17T23:01:30.680Z] Merge succeeded, producing 98da1ad41bbe5bac619edc4ea1b02e856288fb2c [2023-02-17T23:01:30.681Z] Checking out Revision 98da1ad41bbe5bac619edc4ea1b02e856288fb2c (PR-520) [2023-02-17T23:01:29.722Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2023-02-17T23:01:29.763Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2023-02-17T23:01:29.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-17T23:01:29.778Z] > 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 [2023-02-17T23:01:30.450Z] > git config core.sparsecheckout # timeout=10 [2023-02-17T23:01:30.480Z] > git checkout -f 98da1ad41bbe5bac619edc4ea1b02e856288fb2c # timeout=10 [2023-02-17T23:01:30.563Z] > git remote # timeout=10 [2023-02-17T23:01:30.584Z] > git config --get remote.origin.url # timeout=10 [2023-02-17T23:01:30.609Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-17T23:01:30.623Z] > git merge 731cbe338f54dd8dac0167938734c2fced573176 # timeout=10 [2023-02-17T23:01:30.652Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-17T23:01:30.684Z] > git config core.sparsecheckout # timeout=10 [2023-02-17T23:01:30.699Z] > git checkout -f 98da1ad41bbe5bac619edc4ea1b02e856288fb2c # timeout=10 [2023-02-17T23:01:34.217Z] Commit message: "refactor!: Replace internal topics from config with new constants and use base topic" [2023-02-17T23:01:34.263Z] > git --version # timeout=10 [2023-02-17T23:01:34.280Z] > git --version # 'git version 2.25.1' [2023-02-17T23:01:34.302Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-17T23:01:35.379Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-17T23:01:35.379Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-17T23:01:35.379Z] Dload Upload Total Spent Left Speed [2023-02-17T23:01:35.379Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98844 [Pipeline] sh [2023-02-17T23:01:36.084Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-17T23:01:36.432Z] + sudo tee /etc/docker/daemon.new [2023-02-17T23:01:36.432Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-17T23:01:36.432Z] { [2023-02-17T23:01:36.432Z] "registry-mirrors": [ [2023-02-17T23:01:36.432Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-17T23:01:36.432Z] ], [2023-02-17T23:01:36.432Z] "bip": "10.250.0.254/24", [2023-02-17T23:01:36.432Z] "hosts": [ [2023-02-17T23:01:36.432Z] "tcp://0.0.0.0:5555", [2023-02-17T23:01:36.432Z] "unix:///var/run/docker.sock" [2023-02-17T23:01:36.432Z] ], [2023-02-17T23:01:36.432Z] "mtu": 1458, [2023-02-17T23:01:36.432Z] "selinux-enabled": true, [2023-02-17T23:01:36.432Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-17T23:01:36.432Z] } [Pipeline] sh [2023-02-17T23:01:36.775Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-17T23:01:37.117Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-17T23:01:55.450Z] provisioning config files... [2023-02-17T23:01:55.478Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config5220317720470118135tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T23:01:55.866Z] ---> docker-login.sh [2023-02-17T23:01:55.866Z] nexus3.edgexfoundry.org:10001 [2023-02-17T23:01:56.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T23:01:56.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T23:01:56.457Z] Configure a credential helper to remove this warning. See [2023-02-17T23:01:56.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T23:01:56.457Z] [2023-02-17T23:01:56.457Z] Login Succeeded [2023-02-17T23:01:56.457Z] nexus3.edgexfoundry.org:10002 [2023-02-17T23:01:56.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T23:01:56.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T23:01:56.725Z] Configure a credential helper to remove this warning. See [2023-02-17T23:01:56.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T23:01:56.725Z] [2023-02-17T23:01:56.725Z] Login Succeeded [2023-02-17T23:01:56.995Z] nexus3.edgexfoundry.org:10003 [2023-02-17T23:01:56.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T23:01:57.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T23:01:57.265Z] Configure a credential helper to remove this warning. See [2023-02-17T23:01:57.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T23:01:57.265Z] [2023-02-17T23:01:57.265Z] Login Succeeded [2023-02-17T23:01:57.265Z] nexus3.edgexfoundry.org:10004 [2023-02-17T23:01:57.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T23:01:57.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T23:01:57.537Z] Configure a credential helper to remove this warning. See [2023-02-17T23:01:57.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T23:01:57.537Z] [2023-02-17T23:01:57.537Z] Login Succeeded [2023-02-17T23:01:57.537Z] docker.io [2023-02-17T23:01:57.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T23:01:58.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T23:01:58.072Z] Configure a credential helper to remove this warning. See [2023-02-17T23:01:58.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T23:01:58.072Z] [2023-02-17T23:01:58.072Z] Login Succeeded [2023-02-17T23:01:58.072Z] ---> docker-login.sh ends [Pipeline] } [2023-02-17T23:01:58.101Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-17T23:01:58.441Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T23:01:58.475Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T23:01:58.510Z] ========================================================= [2023-02-17T23:01:58.510Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-17T23:01:58.510Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T23:01:59.001Z] + 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 . [2023-02-17T23:01:59.001Z] Sending build context to Docker daemon 178.7kB [2023-02-17T23:01:59.273Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-17T23:01:59.273Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-17T23:01:59.273Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-17T23:01:59.273Z] 9b18e9b68314: Pulling fs layer [2023-02-17T23:01:59.273Z] 35d82f9e3411: Pulling fs layer [2023-02-17T23:01:59.273Z] e16973657156: Pulling fs layer [2023-02-17T23:01:59.273Z] fc693d55d65f: Pulling fs layer [2023-02-17T23:01:59.273Z] 7e9fc2657dce: Pulling fs layer [2023-02-17T23:01:59.273Z] dda99020689f: Pulling fs layer [2023-02-17T23:01:59.273Z] db1c61fa0a46: Pulling fs layer [2023-02-17T23:01:59.273Z] 891c053d2c06: Pulling fs layer [2023-02-17T23:01:59.273Z] fc693d55d65f: Waiting [2023-02-17T23:01:59.273Z] 7e9fc2657dce: Waiting [2023-02-17T23:01:59.273Z] dda99020689f: Waiting [2023-02-17T23:01:59.273Z] db1c61fa0a46: Waiting [2023-02-17T23:01:59.273Z] 891c053d2c06: Waiting [2023-02-17T23:01:59.273Z] e16973657156: Download complete [2023-02-17T23:01:59.273Z] 35d82f9e3411: Verifying Checksum [2023-02-17T23:01:59.541Z] 35d82f9e3411: Download complete [2023-02-17T23:01:59.541Z] 7e9fc2657dce: Verifying Checksum [2023-02-17T23:01:59.541Z] 7e9fc2657dce: Download complete [2023-02-17T23:01:59.541Z] dda99020689f: Verifying Checksum [2023-02-17T23:01:59.541Z] dda99020689f: Download complete [2023-02-17T23:01:59.541Z] 9b18e9b68314: Verifying Checksum [2023-02-17T23:01:59.541Z] 9b18e9b68314: Download complete [2023-02-17T23:02:00.531Z] 9b18e9b68314: Pull complete [2023-02-17T23:02:00.531Z] 891c053d2c06: Verifying Checksum [2023-02-17T23:02:00.531Z] 891c053d2c06: Download complete [2023-02-17T23:02:00.804Z] 35d82f9e3411: Pull complete [2023-02-17T23:02:01.398Z] e16973657156: Pull complete [2023-02-17T23:02:01.668Z] db1c61fa0a46: Verifying Checksum [2023-02-17T23:02:01.668Z] db1c61fa0a46: Download complete [2023-02-17T23:02:02.264Z] fc693d55d65f: Verifying Checksum [2023-02-17T23:02:02.264Z] fc693d55d65f: Download complete [2023-02-17T23:02:14.588Z] fc693d55d65f: Pull complete [2023-02-17T23:02:14.588Z] 7e9fc2657dce: Pull complete [2023-02-17T23:02:14.588Z] dda99020689f: Pull complete [2023-02-17T23:02:18.851Z] db1c61fa0a46: Pull complete [2023-02-17T23:02:21.439Z] 891c053d2c06: Pull complete [2023-02-17T23:02:21.439Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-17T23:02:21.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-17T23:02:21.439Z] ---> f96f9c87975a [2023-02-17T23:02:21.439Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-17T23:02:23.396Z] ---> Running in bb2cbb5327ba [2023-02-17T23:02:23.396Z] Removing intermediate container bb2cbb5327ba [2023-02-17T23:02:23.396Z] ---> f6325c663634 [2023-02-17T23:02:23.396Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-17T23:02:23.396Z] ---> Running in d591e09b6369 [2023-02-17T23:02:23.986Z] Removing intermediate container d591e09b6369 [2023-02-17T23:02:23.986Z] ---> d7d8ba140c50 [2023-02-17T23:02:23.986Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-17T23:02:23.986Z] ---> Running in 36e29d18e46e [2023-02-17T23:02:24.255Z] Removing intermediate container 36e29d18e46e [2023-02-17T23:02:24.255Z] ---> 03f337d1f826 [2023-02-17T23:02:24.255Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-17T23:02:24.256Z] ---> Running in 925c2f1106cc [2023-02-17T23:02:25.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T23:02:25.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T23:02:26.385Z] OK: 221 MiB in 51 packages [2023-02-17T23:02:27.349Z] Removing intermediate container 925c2f1106cc [2023-02-17T23:02:27.349Z] ---> ab0fba9d8dde [2023-02-17T23:02:27.349Z] Step 7/12 : WORKDIR /app [2023-02-17T23:02:27.349Z] ---> Running in c6984480e9ec [2023-02-17T23:02:27.936Z] Removing intermediate container c6984480e9ec [2023-02-17T23:02:27.936Z] ---> 0514fa8e9999 [2023-02-17T23:02:27.936Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-17T23:02:28.204Z] ---> 869d610d5013 [2023-02-17T23:02:28.204Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T23:02:28.473Z] ---> Running in 66b27ecf937f [2023-02-17T23:03:07.345Z] 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 [2023-02-17T23:03:07.345Z] skipping... [2023-02-17T23:03:46.230Z] Removing intermediate container 66b27ecf937f [2023-02-17T23:03:46.230Z] ---> 43e8012fc077 [2023-02-17T23:03:46.230Z] Step 10/12 : COPY . . [2023-02-17T23:03:46.230Z] ---> 653c539e18d9 [2023-02-17T23:03:46.230Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-17T23:03:46.230Z] ---> Running in 5d7b889a03f5 [2023-02-17T23:03:46.230Z] Removing intermediate container 5d7b889a03f5 [2023-02-17T23:03:46.230Z] ---> f882e139d456 [2023-02-17T23:03:46.230Z] Step 12/12 : RUN $MAKE [2023-02-17T23:03:46.230Z] ---> Running in 80a0f3da8692 [2023-02-17T23:03:46.230Z] noop [2023-02-17T23:03:46.230Z] Removing intermediate container 80a0f3da8692 [2023-02-17T23:03:46.230Z] ---> 1b52894ac182 [2023-02-17T23:03:46.230Z] Successfully built 1b52894ac182 [2023-02-17T23:03:46.230Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T23:03:46.722Z] + docker inspect -f . ci-base-image-arm64 [2023-02-17T23:03:46.722Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T23:03:46.991Z] prd-ubuntu20.04-docker-arm64-4c-16g-6521 does not seem to be running inside a container [2023-02-17T23:03:47.065Z] $ 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 [2023-02-17T23:03:48.290Z] $ docker top 8195870eece54596fa8c22a93e8fb388742f7276aa05ca03cc5b87562ce7d922 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T23:03:49.152Z] + go version [2023-02-17T23:03:49.152Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-17T23:03:49.195Z] $ docker stop --time=1 8195870eece54596fa8c22a93e8fb388742f7276aa05ca03cc5b87562ce7d922 [2023-02-17T23:03:50.813Z] $ 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 [2023-02-17T23:03:52.030Z] + docker inspect -f . ci-base-image-arm64 [2023-02-17T23:03:52.030Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T23:03:52.284Z] prd-ubuntu20.04-docker-arm64-4c-16g-6521 does not seem to be running inside a container [2023-02-17T23:03:52.356Z] $ 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 [2023-02-17T23:03:53.523Z] $ docker top 70a18aa22b5548f8a9f97b6b056c30ee1832c7d79d795fda8c8358d223bff2af -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T23:03:54.080Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2023-02-17T23:03:55.050Z] + make test [2023-02-17T23:03:55.050Z] go test -race -coverprofile=coverage.out ./... [2023-02-17T23:03:55.318Z] 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 [2023-02-17T23:03:55.318Z] 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 [2023-02-17T23:03:55.318Z] make: *** [makefile:46: test] Error 1 [Pipeline] } [2023-02-17T23:03:55.372Z] $ docker stop --time=1 70a18aa22b5548f8a9f97b6b056c30ee1832c7d79d795fda8c8358d223bff2af [2023-02-17T23:03:57.003Z] $ 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 [2023-02-17T23:03:58.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-17T23:03:58.090Z] [2023-02-17T23:03:58.090Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T23:03:58.490Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-17T23:03:58.490Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-17T23:03:58.490Z] 8998bd30e6a1: Pulling fs layer [2023-02-17T23:03:58.490Z] 04944245beec: Pulling fs layer [2023-02-17T23:03:58.490Z] 699f458cf7ca: Pulling fs layer [2023-02-17T23:03:58.490Z] 765212b225bb: Pulling fs layer [2023-02-17T23:03:58.490Z] f23df028b6ca: Pulling fs layer [2023-02-17T23:03:58.490Z] d65c8cfc05b1: Pulling fs layer [2023-02-17T23:03:58.490Z] 2437ff75d9bd: Pulling fs layer [2023-02-17T23:03:58.490Z] f23df028b6ca: Waiting [2023-02-17T23:03:58.490Z] d65c8cfc05b1: Waiting [2023-02-17T23:03:58.490Z] 2437ff75d9bd: Waiting [2023-02-17T23:03:58.490Z] 765212b225bb: Waiting [2023-02-17T23:03:58.759Z] 04944245beec: Verifying Checksum [2023-02-17T23:03:58.759Z] 04944245beec: Download complete [2023-02-17T23:03:58.759Z] 765212b225bb: Verifying Checksum [2023-02-17T23:03:58.759Z] 765212b225bb: Download complete [2023-02-17T23:03:58.759Z] f23df028b6ca: Verifying Checksum [2023-02-17T23:03:58.759Z] f23df028b6ca: Download complete [2023-02-17T23:03:59.033Z] d65c8cfc05b1: Verifying Checksum [2023-02-17T23:03:59.033Z] d65c8cfc05b1: Download complete [2023-02-17T23:03:59.033Z] 699f458cf7ca: Verifying Checksum [2023-02-17T23:03:59.033Z] 699f458cf7ca: Download complete [2023-02-17T23:03:59.304Z] 8998bd30e6a1: Verifying Checksum [2023-02-17T23:03:59.304Z] 8998bd30e6a1: Download complete [2023-02-17T23:04:01.906Z] 2437ff75d9bd: Verifying Checksum [2023-02-17T23:04:01.906Z] 2437ff75d9bd: Download complete [2023-02-17T23:04:03.332Z] 8998bd30e6a1: Pull complete [2023-02-17T23:04:03.915Z] 04944245beec: Pull complete [2023-02-17T23:04:05.323Z] 699f458cf7ca: Pull complete [2023-02-17T23:04:05.323Z] 765212b225bb: Pull complete [2023-02-17T23:04:06.283Z] f23df028b6ca: Pull complete [2023-02-17T23:04:06.283Z] d65c8cfc05b1: Pull complete [2023-02-17T23:04:21.272Z] 2437ff75d9bd: Pull complete [2023-02-17T23:04:21.272Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-17T23:04:21.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-17T23:04:21.272Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T23:04:21.575Z] prd-ubuntu20.04-docker-arm64-4c-16g-6521 does not seem to be running inside a container [2023-02-17T23:04:21.648Z] $ 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 [2023-02-17T23:04:24.123Z] $ docker top 005a303dd9fcd50d132ffbc7987b3ec95f5d98fe1a8234c75e490055a56827d9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T23:04:24.983Z] ---> job-cost.sh [2023-02-17T23:04:24.983Z] lf-activate-venv: SKIPPING [2023-02-17T23:04:24.983Z] INFO: No Stack... [2023-02-17T23:04:25.561Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-17T23:04:26.583Z] INFO: Archiving Costs [Pipeline] sh [2023-02-17T23:04:26.942Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2023-02-17T23:04:26.942Z] + cut -d, -f6 [Pipeline] lock [2023-02-17T23:04:27.321Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] [2023-02-17T23:04:27.326Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] did not exist. Created. [2023-02-17T23:04:27.326Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-17T23:04:28.115Z] /w/workspace/app-service-configurable/1@tmp/durable-7d777a42/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-17T23:04:28.491Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-17T23:04:28.530Z] Warning: overwriting stash ‘stack-cost’ [2023-02-17T23:04:28.981Z] Stashed 1 file(s) [Pipeline] } [2023-02-17T23:04:28.999Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-520-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-17T23:04:29.082Z] $ docker stop --time=1 005a303dd9fcd50d132ffbc7987b3ec95f5d98fe1a8234c75e490055a56827d9 [2023-02-17T23:04:30.563Z] $ 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] } [2023-02-17T23:04:31.191Z] 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 [2023-02-17T23:04:33.034Z] + [ -d /w/workspace/_app-service-configurable_PR-520/archives ] [2023-02-17T23:04:33.034Z] + ls -al /w/workspace/_app-service-configurable_PR-520/archives [2023-02-17T23:04:33.034Z] total 16 [2023-02-17T23:04:33.034Z] drwxr-xr-x 3 root root 4096 Feb 17 23:00 . [2023-02-17T23:04:33.034Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 17 23:00 .. [2023-02-17T23:04:33.034Z] drwxr-xr-x 2 root root 4096 Feb 17 23:00 cost [2023-02-17T23:04:33.034Z] -rw-r--r-- 1 root root 96 Feb 17 23:00 cost.csv [2023-02-17T23:04:33.034Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-520/archives [2023-02-17T23:04:33.034Z] + ls -al /w/workspace/_app-service-configurable_PR-520/archives [2023-02-17T23:04:33.034Z] total 16 [2023-02-17T23:04:33.034Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 17 23:00 . [2023-02-17T23:04:33.034Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 17 23:00 .. [2023-02-17T23:04:33.034Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 17 23:00 cost [2023-02-17T23:04:33.034Z] -rw-r--r-- 1 jenkins jenkins 96 Feb 17 23:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-17T23:04:33.357Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T23:04:34.245Z] ---> package-listing.sh [2023-02-17T23:04:34.245Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-17T23:04:34.245Z] ++ facter osfamily [2023-02-17T23:04:34.505Z] + OS_FAMILY=debian [2023-02-17T23:04:34.505Z] + workspace=/w/workspace/_app-service-configurable_PR-520 [2023-02-17T23:04:34.505Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-17T23:04:34.505Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-17T23:04:34.505Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-17T23:04:34.505Z] + PACKAGES=/tmp/packages_start.txt [2023-02-17T23:04:34.505Z] + '[' /w/workspace/_app-service-configurable_PR-520 ']' [2023-02-17T23:04:34.505Z] + PACKAGES=/tmp/packages_end.txt [2023-02-17T23:04:34.505Z] + case "${OS_FAMILY}" in [2023-02-17T23:04:34.505Z] + dpkg -l [2023-02-17T23:04:34.505Z] + grep '^ii' [2023-02-17T23:04:34.505Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-17T23:04:34.505Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-17T23:04:34.505Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-17T23:04:34.505Z] + '[' /w/workspace/_app-service-configurable_PR-520 ']' [2023-02-17T23:04:34.505Z] + mkdir -p /w/workspace/_app-service-configurable_PR-520/archives/ [2023-02-17T23:04:34.505Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-520/archives/ [Pipeline] echo [2023-02-17T23:04:34.540Z] 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 [2023-02-17T23:04:34.830Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T23:04:35.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-17T23:04:35.449Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T23:04:35.605Z] prd-ubuntu20.04-docker-8c-8g-6520 does not seem to be running inside a container [2023-02-17T23:04:35.632Z] $ 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 [2023-02-17T23:04:35.808Z] $ docker top d0af72a09819856530662b916605e3fae8afee01435e13a3ec2c7b907db2009a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T23:04:36.194Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-17T23:04:36.502Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-17T23:04:36.811Z] + ls /var/log/sa-host [2023-02-17T23:04:36.811Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-17T23:04:36.945Z] provisioning config files... [2023-02-17T23:04:36.954Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-520@tmp/config18095170169076599222tmp [Pipeline] { [Pipeline] echo [2023-02-17T23:04:37.011Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T23:04:37.354Z] ---> create-netrc.sh [Pipeline] } [2023-02-17T23:04:37.380Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-17T23:04:37.800Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-17T23:04:37.830Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T23:04:38.175Z] ---> sudo-logs.sh [2023-02-17T23:04:38.176Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-17T23:04:38.326Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T23:04:38.646Z] ---> job-cost.sh [2023-02-17T23:04:38.646Z] lf-activate-venv: SKIPPING [2023-02-17T23:04:38.646Z] DEBUG: total: 0.2199999988079071 [2023-02-17T23:04:38.646Z] INFO: Retrieving Stack Cost... [2023-02-17T23:04:38.928Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-17T23:04:39.879Z] INFO: Archiving Costs [Pipeline] echo [2023-02-17T23:04:39.915Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T23:04:40.232Z] ---> logs-deploy.sh [2023-02-17T23:04:40.232Z] lf-activate-venv: SKIPPING [2023-02-17T23:04:40.232Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-520/1 [2023-02-17T23:04:40.232Z] INFO: archiving workspace using pattern(s): [2023-02-17T23:04:41.170Z] Archives upload complete. [2023-02-17T23:04:41.430Z] INFO: archiving logs to Nexus [2023-02-17T23:04:42.002Z] ---> uname -a: [2023-02-17T23:04:42.002Z] 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 [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] ---> lscpu: [2023-02-17T23:04:42.002Z] Architecture: x86_64 [2023-02-17T23:04:42.002Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-17T23:04:42.002Z] Byte Order: Little Endian [2023-02-17T23:04:42.002Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-17T23:04:42.002Z] CPU(s): 8 [2023-02-17T23:04:42.002Z] On-line CPU(s) list: 0-7 [2023-02-17T23:04:42.002Z] Thread(s) per core: 1 [2023-02-17T23:04:42.002Z] Core(s) per socket: 1 [2023-02-17T23:04:42.002Z] Socket(s): 8 [2023-02-17T23:04:42.002Z] NUMA node(s): 1 [2023-02-17T23:04:42.002Z] Vendor ID: AuthenticAMD [2023-02-17T23:04:42.002Z] CPU family: 23 [2023-02-17T23:04:42.002Z] Model: 49 [2023-02-17T23:04:42.002Z] Model name: AMD EPYC-Rome Processor [2023-02-17T23:04:42.002Z] Stepping: 0 [2023-02-17T23:04:42.002Z] CPU MHz: 2800.002 [2023-02-17T23:04:42.002Z] BogoMIPS: 5600.00 [2023-02-17T23:04:42.002Z] Virtualization: AMD-V [2023-02-17T23:04:42.002Z] Hypervisor vendor: KVM [2023-02-17T23:04:42.002Z] Virtualization type: full [2023-02-17T23:04:42.002Z] L1d cache: 256 KiB [2023-02-17T23:04:42.002Z] L1i cache: 256 KiB [2023-02-17T23:04:42.002Z] L2 cache: 4 MiB [2023-02-17T23:04:42.002Z] L3 cache: 128 MiB [2023-02-17T23:04:42.002Z] NUMA node0 CPU(s): 0-7 [2023-02-17T23:04:42.002Z] Vulnerability Itlb multihit: Not affected [2023-02-17T23:04:42.002Z] Vulnerability L1tf: Not affected [2023-02-17T23:04:42.002Z] Vulnerability Mds: Not affected [2023-02-17T23:04:42.002Z] Vulnerability Meltdown: Not affected [2023-02-17T23:04:42.002Z] Vulnerability Mmio stale data: Not affected [2023-02-17T23:04:42.002Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-17T23:04:42.002Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-17T23:04:42.002Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-17T23:04:42.002Z] Vulnerability Srbds: Not affected [2023-02-17T23:04:42.002Z] Vulnerability Tsx async abort: Not affected [2023-02-17T23:04:42.002Z] 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 [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] ---> nproc: [2023-02-17T23:04:42.002Z] 8 [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] ---> df -h: [2023-02-17T23:04:42.002Z] Filesystem Size Used Avail Use% Mounted on [2023-02-17T23:04:42.002Z] overlay 155G 12G 144G 8% / [2023-02-17T23:04:42.002Z] tmpfs 64M 0 64M 0% /dev [2023-02-17T23:04:42.002Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-17T23:04:42.002Z] shm 64M 0 64M 0% /dev/shm [2023-02-17T23:04:42.002Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] ---> sar -b -r -n DEV: [2023-02-17T23:04:42.002Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6520) 02/17/23 _x86_64_ (8 CPU) [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] 22:58:30 LINUX RESTART (8 CPU) [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] 22:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-17T23:04:42.002Z] 23:00:01 341.79 15.13 326.66 0.00 1941.64 111717.61 0.00 [2023-02-17T23:04:42.002Z] 23:01:01 148.84 1.17 147.68 0.00 34.53 61313.65 0.00 [2023-02-17T23:04:42.002Z] 23:02:01 1.47 0.00 1.47 0.00 0.00 16.81 0.00 [2023-02-17T23:04:42.002Z] 23:03:01 1.55 0.00 1.55 0.00 0.00 16.66 0.00 [2023-02-17T23:04:42.002Z] 23:04:01 37.13 12.66 24.46 0.00 5445.49 6234.03 0.00 [2023-02-17T23:04:42.002Z] Average: 105.36 5.76 99.60 0.00 1482.75 35604.90 0.00 [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] 22:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-17T23:04:42.002Z] 23:00:01 29145800 31560652 756352 2.30 76376 2613280 1992340 5.87 1024828 2352620 5076 [2023-02-17T23:04:42.002Z] 23:01:01 27965100 31577084 727452 2.21 150992 3624548 1754760 5.17 1098072 3337844 392 [2023-02-17T23:04:42.002Z] 23:02:01 27965052 31577160 727224 2.21 151020 3624544 1754760 5.17 1098120 3337848 4 [2023-02-17T23:04:42.002Z] 23:03:01 27966128 31578296 725972 2.21 151060 3624552 1754760 5.17 1096956 3337848 12 [2023-02-17T23:04:42.002Z] 23:04:01 27584084 31552840 739244 2.25 159468 3957456 1796684 5.30 1334272 3450072 996 [2023-02-17T23:04:42.002Z] Average: 28125233 31569206 735249 2.24 137783 3488876 1810661 5.34 1130450 3163246 1296 [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] 22:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-17T23:04:42.002Z] 23:00:01 veth8e93b11 56.13 72.11 5.42 50.64 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:00:01 docker0 61.96 79.51 5.22 139.48 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:00:01 lo 6.71 6.71 0.65 0.65 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:00:01 ens3 602.27 428.61 6264.57 104.23 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:01:01 docker0 92.35 150.32 8.09 1800.23 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:01:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:01:01 ens3 269.42 176.40 4344.92 29.50 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:02:01 ens3 0.62 0.28 0.35 0.26 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:03:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:04:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] 23:04:01 ens3 79.74 44.29 1929.36 3.31 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] Average: docker0 30.76 45.85 2.65 388.76 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] Average: lo 1.66 1.66 0.16 0.16 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] Average: ens3 189.05 128.94 2495.20 27.20 0.00 0.00 0.00 0.00 [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] ---> sar -P ALL: [2023-02-17T23:04:42.002Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6520) 02/17/23 _x86_64_ (8 CPU) [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] 22:58:30 LINUX RESTART (8 CPU) [2023-02-17T23:04:42.002Z] [2023-02-17T23:04:42.002Z] 22:59:02 CPU %user %nice %system %iowait %steal %idle [2023-02-17T23:04:42.002Z] 23:00:01 all 8.07 0.00 3.01 2.61 0.05 86.25 [2023-02-17T23:04:42.002Z] 23:00:01 0 7.27 0.00 3.23 0.36 0.05 89.09 [2023-02-17T23:04:42.002Z] 23:00:01 1 7.80 0.00 2.94 0.36 0.03 88.87 [2023-02-17T23:04:42.002Z] 23:00:01 2 6.15 0.00 4.31 3.39 0.05 86.10 [2023-02-17T23:04:42.002Z] 23:00:01 3 8.80 0.00 2.74 3.91 0.05 84.50 [2023-02-17T23:04:42.002Z] 23:00:01 4 11.70 0.00 2.10 0.89 0.05 85.26 [2023-02-17T23:04:42.002Z] 23:00:01 5 6.95 0.00 2.58 3.49 0.05 86.93 [2023-02-17T23:04:42.002Z] 23:00:01 6 9.08 0.00 3.10 0.22 0.03 87.56 [2023-02-17T23:04:42.002Z] 23:00:01 7 6.81 0.00 3.12 8.35 0.07 81.65 [2023-02-17T23:04:42.002Z] 23:01:01 all 6.53 0.00 3.03 4.29 0.06 86.08 [2023-02-17T23:04:42.002Z] 23:01:01 0 7.53 0.00 2.80 0.27 0.05 89.35 [2023-02-17T23:04:42.002Z] 23:01:01 1 6.82 0.00 2.94 1.56 0.03 88.64 [2023-02-17T23:04:42.002Z] 23:01:01 2 5.75 0.00 4.29 8.47 0.14 81.36 [2023-02-17T23:04:42.002Z] 23:01:01 3 6.45 0.00 3.06 5.88 0.07 84.54 [2023-02-17T23:04:42.002Z] 23:01:01 4 6.02 0.00 2.56 0.50 0.02 90.90 [2023-02-17T23:04:42.002Z] 23:01:01 5 6.74 0.00 3.35 16.96 0.10 72.85 [2023-02-17T23:04:42.002Z] 23:01:01 6 6.55 0.00 2.67 0.69 0.03 90.06 [2023-02-17T23:04:42.002Z] 23:01:01 7 6.43 0.00 2.57 0.07 0.05 90.88 [2023-02-17T23:04:42.002Z] 23:02:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-17T23:04:42.002Z] 23:02:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-17T23:04:42.002Z] 23:02:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-17T23:04:42.002Z] 23:02:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-17T23:04:42.002Z] 23:02:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2023-02-17T23:04:42.002Z] 23:02:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-17T23:04:42.002Z] 23:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-17T23:04:42.002Z] 23:02:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-17T23:04:42.002Z] 23:02:01 7 0.07 0.00 0.05 0.00 0.00 99.88 [2023-02-17T23:04:42.003Z] 23:03:01 all 0.04 0.00 0.01 0.01 0.01 99.93 [2023-02-17T23:04:42.003Z] 23:03:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2023-02-17T23:04:42.003Z] 23:03:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-17T23:04:42.003Z] 23:03:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2023-02-17T23:04:42.003Z] 23:03:01 3 0.03 0.00 0.02 0.03 0.02 99.90 [2023-02-17T23:04:42.003Z] 23:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-17T23:04:42.003Z] 23:03:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-17T23:04:42.003Z] 23:03:01 6 0.10 0.00 0.02 0.00 0.02 99.87 [2023-02-17T23:04:42.003Z] 23:03:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-17T23:04:42.003Z] 23:04:01 all 1.25 0.00 0.58 0.53 0.01 97.63 [2023-02-17T23:04:42.003Z] 23:04:01 0 1.37 0.00 0.58 0.43 0.03 97.58 [2023-02-17T23:04:42.003Z] 23:04:01 1 1.95 0.00 0.73 1.17 0.02 96.13 [2023-02-17T23:04:42.003Z] 23:04:01 2 0.80 0.00 0.67 1.07 0.00 97.46 [2023-02-17T23:04:42.003Z] 23:04:01 3 1.85 0.00 0.77 1.34 0.02 96.03 [2023-02-17T23:04:42.003Z] 23:04:01 4 0.45 0.00 0.40 0.05 0.00 99.10 [2023-02-17T23:04:42.003Z] 23:04:01 5 1.15 0.00 0.55 0.07 0.00 98.23 [2023-02-17T23:04:42.003Z] 23:04:01 6 1.24 0.00 0.55 0.03 0.02 98.16 [2023-02-17T23:04:42.003Z] 23:04:01 7 1.19 0.00 0.35 0.05 0.03 98.38 [2023-02-17T23:04:42.003Z] Average: all 3.15 0.00 1.32 1.48 0.03 94.02 [2023-02-17T23:04:42.003Z] Average: 0 3.21 0.00 1.32 0.21 0.03 95.22 [2023-02-17T23:04:42.003Z] Average: 1 3.29 0.00 1.31 0.62 0.02 94.75 [2023-02-17T23:04:42.003Z] Average: 2 2.52 0.00 1.84 2.57 0.04 93.03 [2023-02-17T23:04:42.003Z] Average: 3 3.41 0.00 1.31 2.22 0.03 93.03 [2023-02-17T23:04:42.003Z] Average: 4 3.61 0.00 1.01 0.29 0.02 95.08 [2023-02-17T23:04:42.003Z] Average: 5 2.95 0.00 1.29 4.08 0.03 91.65 [2023-02-17T23:04:42.003Z] Average: 6 3.37 0.00 1.26 0.19 0.02 95.16 [2023-02-17T23:04:42.003Z] Average: 7 2.87 0.00 1.20 1.65 0.03 94.24 [2023-02-17T23:04:42.003Z] [2023-02-17T23:04:42.003Z] [2023-02-17T23:04:42.003Z]