Pull request #471 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1a9c69499b7a99db1cac16713f98a578d42741b9+36be150d6762fc2492564362988c95ea99ab1b04 (fc9aa97634bbaea993eafc083690c00ce81fb714) 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-ssh14736020606791513622.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh3231662934281478334.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-471/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-471/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7292623154648153144.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-471/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16667433861879355967.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh997483533817364070.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-471/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-471/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7942500071443378675.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d 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-2118 in /w/workspace/_app-service-configurable_PR-471 [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-471 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/471/head:refs/remotes/origin/PR-471 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 36be150d6762fc2492564362988c95ea99ab1b04 into PR head commit 1a9c69499b7a99db1cac16713f98a578d42741b9 Merge succeeded, producing 1a9c69499b7a99db1cac16713f98a578d42741b9 Checking out Revision 1a9c69499b7a99db1cac16713f98a578d42741b9 (PR-471) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-09-29T12:04:41.643Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-09-29T12:04:41.830Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 1a9c69499b7a99db1cac16713f98a578d42741b9 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 36be150d6762fc2492564362988c95ea99ab1b04 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1a9c69499b7a99db1cac16713f98a578d42741b9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-09-29T12:04:41.970Z] ========================================================= [2022-09-29T12:04:41.970Z] EdgeX Global Pipelines Version Info [2022-09-29T12:04:41.970Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:04:43.196Z] ------------------- [2022-09-29T12:04:43.196Z] stable info: [2022-09-29T12:04:43.196Z] ------------------- [2022-09-29T12:04:43.196Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-09-29T12:04:43.196Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-29T12:04:43.196Z] Message: update stable to v1.0.239 [2022-09-29T12:04:43.456Z] ------------------- [2022-09-29T12:04:43.456Z] experimental info: [2022-09-29T12:04:43.456Z] ------------------- [2022-09-29T12:04:43.456Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-09-29T12:04:43.456Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-29T12:04:43.456Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-09-29T12:04:43.727Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-09-29T12:04:43.764Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-09-29T12:04:43.803Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-09-29T12:04:43.841Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-09-29T12:04:43.877Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-09-29T12:04:43.915Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-09-29T12:04:43.949Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-09-29T12:04:43.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-09-29T12:04:44.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-09-29T12:04:44.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-09-29T12:04:44.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-09-29T12:04:44.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-09-29T12:04:44.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-09-29T12:04:44.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-09-29T12:04:44.240Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-09-29T12:04:44.277Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-09-29T12:04:44.313Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-09-29T12:04:44.349Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-09-29T12:04:44.390Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-09-29T12:04:44.435Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-09-29T12:04:44.475Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-09-29T12:04:44.524Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-09-29T12:04:44.566Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-09-29T12:04:44.611Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-09-29T12:04:44.650Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-09-29T12:04:44.689Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-09-29T12:04:44.725Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-09-29T12:04:44.764Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-471 [Pipeline] echo [2022-09-29T12:04:44.809Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-471 [Pipeline] echo [2022-09-29T12:04:44.852Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-471 [Pipeline] echo [2022-09-29T12:04:44.888Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1a9c69499b7a99db1cac16713f98a578d42741b9 [Pipeline] echo [2022-09-29T12:04:44.927Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1a9c694 [Pipeline] echo [2022-09-29T12:04:44.967Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-29T12:04:45.085Z] provisioning config files... [2022-09-29T12:04:45.099Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-471@tmp/config2836455458910129544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:04:45.443Z] ---> docker-login.sh [2022-09-29T12:04:45.443Z] nexus3.edgexfoundry.org:10001 [2022-09-29T12:04:45.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:04:45.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:04:45.966Z] Configure a credential helper to remove this warning. See [2022-09-29T12:04:45.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:04:45.966Z] [2022-09-29T12:04:45.966Z] Login Succeeded [2022-09-29T12:04:45.966Z] nexus3.edgexfoundry.org:10002 [2022-09-29T12:04:45.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:04:45.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:04:45.966Z] Configure a credential helper to remove this warning. See [2022-09-29T12:04:45.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:04:45.966Z] [2022-09-29T12:04:45.966Z] Login Succeeded [2022-09-29T12:04:45.966Z] nexus3.edgexfoundry.org:10003 [2022-09-29T12:04:45.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:04:46.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:04:46.226Z] Configure a credential helper to remove this warning. See [2022-09-29T12:04:46.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:04:46.226Z] [2022-09-29T12:04:46.226Z] Login Succeeded [2022-09-29T12:04:46.226Z] nexus3.edgexfoundry.org:10004 [2022-09-29T12:04:46.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:04:46.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:04:46.226Z] Configure a credential helper to remove this warning. See [2022-09-29T12:04:46.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:04:46.226Z] [2022-09-29T12:04:46.226Z] Login Succeeded [2022-09-29T12:04:46.226Z] docker.io [2022-09-29T12:04:46.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:04:46.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:04:46.842Z] Configure a credential helper to remove this warning. See [2022-09-29T12:04:46.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:04:46.842Z] [2022-09-29T12:04:46.842Z] Login Succeeded [2022-09-29T12:04:46.842Z] ---> docker-login.sh ends [Pipeline] } [2022-09-29T12:04:46.873Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-09-29T12:04:47.510Z] + git rev-list -1 --merges 1a9c69499b7a99db1cac16713f98a578d42741b9~1..1a9c69499b7a99db1cac16713f98a578d42741b9 [Pipeline] echo [2022-09-29T12:04:47.574Z] -----------> git rev-list -1 --merges 1a9c69499b7a99db1cac16713f98a578d42741b9~1..1a9c69499b7a99db1cac16713f98a578d42741b9 1a9c69499b7a99db1cac16713f98a578d42741b9 [false] [Pipeline] sh [2022-09-29T12:04:47.906Z] + git log --format=format:%s -1 1a9c69499b7a99db1cac16713f98a578d42741b9 [Pipeline] echo [2022-09-29T12:04:47.938Z] ========================================================= [2022-09-29T12:04:47.938Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-09-29T12:04:47.938Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-29T12:04:48.370Z] + git log --format=format:%s -1 1a9c69499b7a99db1cac16713f98a578d42741b9 [Pipeline] echo [2022-09-29T12:04:48.408Z] [semverPrep] GIT_COMMIT: 1a9c69499b7a99db1cac16713f98a578d42741b9, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo [2022-09-29T12:04:48.453Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-09-29T12:04:48.855Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-09-29T12:04:48.855Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-09-29T12:04:48.855Z] + [ -e /tmp/ssh_known_hosts ] [2022-09-29T12:04:48.855Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-09-29T12:04:48.855Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-09-29T12:04:48.855Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-09-29T12:04:48.855Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:04:49.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-29T12:04:49.381Z] [2022-09-29T12:04:49.381Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:04:49.762Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-29T12:04:49.763Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-09-29T12:04:49.763Z] b85a868b505f: Pulling fs layer [2022-09-29T12:04:49.763Z] e2be974225ed: Pulling fs layer [2022-09-29T12:04:49.763Z] 339a4e72a1f5: Pulling fs layer [2022-09-29T12:04:49.763Z] 988bab9f4d93: Pulling fs layer [2022-09-29T12:04:49.763Z] 1469e6f7b9e6: Pulling fs layer [2022-09-29T12:04:49.763Z] eaf3925da568: Pulling fs layer [2022-09-29T12:04:49.763Z] bab4dde63d76: Pulling fs layer [2022-09-29T12:04:49.763Z] bde34c3a00c8: Pulling fs layer [2022-09-29T12:04:49.763Z] b352a97aabf1: Pulling fs layer [2022-09-29T12:04:49.763Z] 4872d77fe225: Pulling fs layer [2022-09-29T12:04:49.763Z] 5851b861e8e6: Pulling fs layer [2022-09-29T12:04:49.763Z] 1469e6f7b9e6: Waiting [2022-09-29T12:04:49.763Z] eaf3925da568: Waiting [2022-09-29T12:04:49.763Z] bab4dde63d76: Waiting [2022-09-29T12:04:49.763Z] bde34c3a00c8: Waiting [2022-09-29T12:04:49.763Z] b352a97aabf1: Waiting [2022-09-29T12:04:49.763Z] 4872d77fe225: Waiting [2022-09-29T12:04:49.763Z] 5851b861e8e6: Waiting [2022-09-29T12:04:49.763Z] 988bab9f4d93: Waiting [2022-09-29T12:04:49.763Z] e2be974225ed: Verifying Checksum [2022-09-29T12:04:49.763Z] e2be974225ed: Download complete [2022-09-29T12:04:49.763Z] 988bab9f4d93: Verifying Checksum [2022-09-29T12:04:49.763Z] 988bab9f4d93: Download complete [2022-09-29T12:04:50.025Z] 1469e6f7b9e6: Verifying Checksum [2022-09-29T12:04:50.025Z] 1469e6f7b9e6: Download complete [2022-09-29T12:04:50.025Z] eaf3925da568: Verifying Checksum [2022-09-29T12:04:50.025Z] eaf3925da568: Download complete [2022-09-29T12:04:50.025Z] 339a4e72a1f5: Verifying Checksum [2022-09-29T12:04:50.025Z] bde34c3a00c8: Download complete [2022-09-29T12:04:50.025Z] b352a97aabf1: Verifying Checksum [2022-09-29T12:04:50.025Z] b352a97aabf1: Download complete [2022-09-29T12:04:50.025Z] 4872d77fe225: Verifying Checksum [2022-09-29T12:04:50.025Z] 4872d77fe225: Download complete [2022-09-29T12:04:50.025Z] 5851b861e8e6: Download complete [2022-09-29T12:04:50.025Z] b85a868b505f: Download complete [2022-09-29T12:04:50.284Z] bab4dde63d76: Verifying Checksum [2022-09-29T12:04:50.284Z] bab4dde63d76: Download complete [2022-09-29T12:04:51.221Z] b85a868b505f: Pull complete [2022-09-29T12:04:51.481Z] e2be974225ed: Pull complete [2022-09-29T12:04:52.048Z] 339a4e72a1f5: Pull complete [2022-09-29T12:04:52.048Z] 988bab9f4d93: Pull complete [2022-09-29T12:04:52.307Z] 1469e6f7b9e6: Pull complete [2022-09-29T12:04:52.307Z] eaf3925da568: Pull complete [2022-09-29T12:04:54.215Z] bab4dde63d76: Pull complete [2022-09-29T12:04:54.215Z] bde34c3a00c8: Pull complete [2022-09-29T12:04:54.477Z] b352a97aabf1: Pull complete [2022-09-29T12:04:54.477Z] 4872d77fe225: Pull complete [2022-09-29T12:04:54.742Z] 5851b861e8e6: Pull complete [2022-09-29T12:04:54.742Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-09-29T12:04:54.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-29T12:04:54.742Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-29T12:04:54.981Z] prd-ubuntu20.04-docker-8c-8g-2118 does not seem to be running inside a container [2022-09-29T12:04:55.020Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-471 -v /w/workspace/_app-service-configurable_PR-471:/w/workspace/_app-service-configurable_PR-471:rw,z -v /w/workspace/_app-service-configurable_PR-471@tmp:/w/workspace/_app-service-configurable_PR-471@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-09-29T12:05:00.938Z] $ docker top 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b -eo pid,comm [2022-09-29T12:05:01.051Z] 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). [2022-09-29T12:05:01.051Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-09-29T12:05:01.183Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-29T12:05:01.183Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-29T12:05:01.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-29T12:05:01.317Z] $ docker exec 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b ssh-agent [2022-09-29T12:05:01.436Z] SSH_AUTH_SOCK=/tmp/ssh-OMWos6scEXu0/agent.14 [2022-09-29T12:05:01.436Z] SSH_AGENT_PID=20 [2022-09-29T12:05:01.463Z] Running ssh-add (command line suppressed) [2022-09-29T12:05:01.577Z] Identity added: /w/workspace/_app-service-configurable_PR-471@tmp/private_key_9963122296104920603.key (/w/workspace/_app-service-configurable_PR-471@tmp/private_key_9963122296104920603.key) [2022-09-29T12:05:01.603Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-29T12:05:01.942Z] + git tag --points-at HEAD [Pipeline] } [2022-09-29T12:05:01.972Z] $ docker exec --env ******** --env ******** 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b ssh-agent -k [2022-09-29T12:05:02.077Z] unset SSH_AUTH_SOCK; [2022-09-29T12:05:02.078Z] unset SSH_AGENT_PID; [2022-09-29T12:05:02.079Z] echo Agent pid 20 killed; [2022-09-29T12:05:02.090Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-09-29T12:05:02.180Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-29T12:05:02.180Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-29T12:05:02.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-29T12:05:02.312Z] $ docker exec 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b ssh-agent [2022-09-29T12:05:02.424Z] SSH_AUTH_SOCK=/tmp/ssh-uqQsF0qsSlzG/agent.71 [2022-09-29T12:05:02.424Z] SSH_AGENT_PID=77 [2022-09-29T12:05:02.429Z] Running ssh-add (command line suppressed) [2022-09-29T12:05:02.539Z] Identity added: /w/workspace/_app-service-configurable_PR-471@tmp/private_key_5823402690335336971.key (/w/workspace/_app-service-configurable_PR-471@tmp/private_key_5823402690335336971.key) [2022-09-29T12:05:02.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-29T12:05:02.887Z] + git semver init [2022-09-29T12:05:03.148Z] 2022-09-29 12:05:03,127 [run_init] DEBUG init version:0.0.0 force:False [2022-09-29T12:05:03.148Z] 2022-09-29 12:05:03,128 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-471/.semver [2022-09-29T12:05:03.148Z] 2022-09-29 12:05:03,129 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-471/.semver [2022-09-29T12:05:03.148Z] 2022-09-29 12:05:03,130 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-471/.semver'], cwd=/w/workspace/_app-service-configurable_PR-471, universal_newlines=False, shell=None, istream=None) [2022-09-29T12:05:04.534Z] 2022-09-29 12:05:04,315 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-471/.git/info/exclude [2022-09-29T12:05:04.534Z] 2022-09-29 12:05:04,315 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-471/.semver/PR-471 with force:False [2022-09-29T12:05:04.534Z] 2022-09-29 12:05:04,316 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-471/.semver/PR-471 [2022-09-29T12:05:04.534Z] 2022-09-29 12:05:04,320 [execute] INFO git cat-file --batch-check [2022-09-29T12:05:04.534Z] 2022-09-29 12:05:04,320 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-471/.semver, universal_newlines=False, shell=None, istream=) [2022-09-29T12:05:04.534Z] 2022-09-29 12:05:04,328 [execute] INFO git cat-file --batch [2022-09-29T12:05:04.534Z] 2022-09-29 12:05:04,329 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-471/.semver, universal_newlines=False, shell=None, istream=) [2022-09-29T12:05:04.534Z] 2022-09-29 12:05:04,335 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-471/.semver/PR-471 [2022-09-29T12:05:04.534Z] 0.0.0 [Pipeline] } [2022-09-29T12:05:04.561Z] $ docker exec --env ******** --env ******** 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b ssh-agent -k [2022-09-29T12:05:04.703Z] unset SSH_AUTH_SOCK; [2022-09-29T12:05:04.703Z] unset SSH_AGENT_PID; [2022-09-29T12:05:04.703Z] echo Agent pid 77 killed; [2022-09-29T12:05:04.713Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-09-29T12:05:05.145Z] + git semver [Pipeline] } [2022-09-29T12:05:05.739Z] $ docker stop --time=1 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b [2022-09-29T12:05:07.835Z] $ docker rm -f 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-29T12:05:08.415Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-09-29T12:05:08.789Z] Stashed 1 file(s) [Pipeline] echo [2022-09-29T12:05:08.806Z] [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 [2022-09-29T12:05:09.387Z] provisioning config files... [2022-09-29T12:05:09.396Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-471@tmp/config4030206374914182835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:05:09.736Z] ---> docker-login.sh [2022-09-29T12:05:09.736Z] nexus3.edgexfoundry.org:10001 [2022-09-29T12:05:09.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:05:09.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:05:09.736Z] Configure a credential helper to remove this warning. See [2022-09-29T12:05:09.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:05:09.736Z] [2022-09-29T12:05:09.736Z] Login Succeeded [2022-09-29T12:05:09.736Z] nexus3.edgexfoundry.org:10002 [2022-09-29T12:05:09.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:05:09.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:05:09.736Z] Configure a credential helper to remove this warning. See [2022-09-29T12:05:09.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:05:09.736Z] [2022-09-29T12:05:09.736Z] Login Succeeded [2022-09-29T12:05:09.996Z] nexus3.edgexfoundry.org:10003 [2022-09-29T12:05:09.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:05:09.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:05:09.996Z] Configure a credential helper to remove this warning. See [2022-09-29T12:05:09.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:05:09.996Z] [2022-09-29T12:05:09.996Z] Login Succeeded [2022-09-29T12:05:09.996Z] nexus3.edgexfoundry.org:10004 [2022-09-29T12:05:09.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:05:09.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:05:09.996Z] Configure a credential helper to remove this warning. See [2022-09-29T12:05:09.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:05:09.996Z] [2022-09-29T12:05:09.996Z] Login Succeeded [2022-09-29T12:05:09.996Z] docker.io [2022-09-29T12:05:10.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:05:10.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:05:10.516Z] Configure a credential helper to remove this warning. See [2022-09-29T12:05:10.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:05:10.516Z] [2022-09-29T12:05:10.516Z] Login Succeeded [2022-09-29T12:05:10.516Z] ---> docker-login.sh ends [Pipeline] } [2022-09-29T12:05:10.545Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-09-29T12:05:10.737Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-29T12:05:10.773Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-29T12:05:10.801Z] ========================================================= [2022-09-29T12:05:10.801Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-09-29T12:05:10.801Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:05:11.262Z] + 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 . [2022-09-29T12:05:11.262Z] Sending build context to Docker daemon 3.137MB [2022-09-29T12:05:11.262Z] Step 1/14 : ARG BASE=golang:1.18-alpine3.16 [2022-09-29T12:05:11.262Z] Step 2/14 : FROM ${BASE} AS builder [2022-09-29T12:05:11.522Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-09-29T12:05:11.522Z] 2408cc74d12b: Pulling fs layer [2022-09-29T12:05:11.522Z] ea60b727a1ce: Pulling fs layer [2022-09-29T12:05:11.522Z] 30c4a7721957: Pulling fs layer [2022-09-29T12:05:11.522Z] 370296b7ddb6: Pulling fs layer [2022-09-29T12:05:11.522Z] 7c6cee850709: Pulling fs layer [2022-09-29T12:05:11.522Z] 39a5fcdaea64: Pulling fs layer [2022-09-29T12:05:11.522Z] d94ebbe4e438: Pulling fs layer [2022-09-29T12:05:11.522Z] bcfd1f05c69d: Pulling fs layer [2022-09-29T12:05:11.522Z] 59ccb84bbe0f: Pulling fs layer [2022-09-29T12:05:11.522Z] 7c6cee850709: Waiting [2022-09-29T12:05:11.522Z] 39a5fcdaea64: Waiting [2022-09-29T12:05:11.522Z] d94ebbe4e438: Waiting [2022-09-29T12:05:11.522Z] bcfd1f05c69d: Waiting [2022-09-29T12:05:11.522Z] 370296b7ddb6: Waiting [2022-09-29T12:05:11.522Z] 59ccb84bbe0f: Waiting [2022-09-29T12:05:11.522Z] 30c4a7721957: Verifying Checksum [2022-09-29T12:05:11.522Z] 30c4a7721957: Download complete [2022-09-29T12:05:11.522Z] ea60b727a1ce: Verifying Checksum [2022-09-29T12:05:11.522Z] ea60b727a1ce: Download complete [2022-09-29T12:05:11.522Z] 7c6cee850709: Verifying Checksum [2022-09-29T12:05:11.522Z] 7c6cee850709: Download complete [2022-09-29T12:05:11.522Z] 39a5fcdaea64: Download complete [2022-09-29T12:05:11.522Z] 2408cc74d12b: Verifying Checksum [2022-09-29T12:05:11.522Z] 2408cc74d12b: Download complete [2022-09-29T12:05:11.522Z] d94ebbe4e438: Verifying Checksum [2022-09-29T12:05:11.522Z] d94ebbe4e438: Download complete [2022-09-29T12:05:12.094Z] 2408cc74d12b: Pull complete [2022-09-29T12:05:12.094Z] 59ccb84bbe0f: Verifying Checksum [2022-09-29T12:05:12.355Z] ea60b727a1ce: Pull complete [2022-09-29T12:05:12.614Z] 370296b7ddb6: Verifying Checksum [2022-09-29T12:05:12.614Z] 370296b7ddb6: Download complete [2022-09-29T12:05:12.614Z] bcfd1f05c69d: Verifying Checksum [2022-09-29T12:05:12.614Z] bcfd1f05c69d: Download complete [2022-09-29T12:05:12.874Z] 30c4a7721957: Pull complete [2022-09-29T12:05:18.158Z] 370296b7ddb6: Pull complete [2022-09-29T12:05:18.158Z] 7c6cee850709: Pull complete [2022-09-29T12:05:18.725Z] 39a5fcdaea64: Pull complete [2022-09-29T12:05:19.327Z] d94ebbe4e438: Pull complete [2022-09-29T12:05:22.628Z] bcfd1f05c69d: Pull complete [2022-09-29T12:05:23.197Z] 59ccb84bbe0f: Pull complete [2022-09-29T12:05:23.197Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-09-29T12:05:23.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-29T12:05:23.197Z] ---> a4fb48ad2a94 [2022-09-29T12:05:23.197Z] Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-09-29T12:05:24.217Z] Still waiting to schedule task [2022-09-29T12:05:24.217Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-09-29T12:05:35.469Z] ---> Running in b7f2b09ee8b4 [2022-09-29T12:05:35.469Z] Removing intermediate container b7f2b09ee8b4 [2022-09-29T12:05:35.469Z] ---> a27451e8c7a0 [2022-09-29T12:05:35.469Z] Step 4/14 : ARG ALPINE_PKG_EXTRA="" [2022-09-29T12:05:36.038Z] ---> Running in f6580080067a [2022-09-29T12:05:36.301Z] Removing intermediate container f6580080067a [2022-09-29T12:05:36.301Z] ---> aeff0d9ec97b [2022-09-29T12:05:36.301Z] Step 5/14 : ARG ADD_BUILD_TAGS="" [2022-09-29T12:05:36.868Z] ---> Running in c46354f702ef [2022-09-29T12:05:37.435Z] Removing intermediate container c46354f702ef [2022-09-29T12:05:37.435Z] ---> 514d3ceb5e12 [2022-09-29T12:05:37.435Z] Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-09-29T12:05:38.001Z] ---> Running in 498326a4f37c [2022-09-29T12:05:38.568Z] Removing intermediate container 498326a4f37c [2022-09-29T12:05:38.568Z] ---> b122d9930d75 [2022-09-29T12:05:38.568Z] Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-29T12:05:38.568Z] ---> Running in 07a880991517 [2022-09-29T12:05:41.121Z] Removing intermediate container 07a880991517 [2022-09-29T12:05:41.121Z] ---> c686d3f8952b [2022-09-29T12:05:41.121Z] Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-09-29T12:05:41.121Z] ---> Running in c14a229a7000 [2022-09-29T12:05:41.121Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-29T12:05:42.057Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-29T12:05:42.625Z] OK: 211 MiB in 51 packages [2022-09-29T12:05:43.560Z] Removing intermediate container c14a229a7000 [2022-09-29T12:05:43.560Z] ---> dd34b0466b5e [2022-09-29T12:05:43.560Z] Step 9/14 : WORKDIR /app [2022-09-29T12:05:44.133Z] ---> Running in 087bb5fd9a18 [2022-09-29T12:05:44.430Z] Removing intermediate container 087bb5fd9a18 [2022-09-29T12:05:44.430Z] ---> 09773c5bf17a [2022-09-29T12:05:44.430Z] Step 10/14 : COPY go.mod vendor* ./ [2022-09-29T12:05:44.689Z] ---> 3030bb6beaf2 [2022-09-29T12:05:44.689Z] Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-29T12:05:44.949Z] ---> Running in 18f6e9f19b7e [2022-09-29T12:06:23.843Z] Removing intermediate container 18f6e9f19b7e [2022-09-29T12:06:23.843Z] ---> 402722be52f4 [2022-09-29T12:06:23.843Z] Step 12/14 : COPY . . [2022-09-29T12:06:23.843Z] ---> cd5f9fd30b45 [2022-09-29T12:06:23.843Z] Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-09-29T12:06:23.843Z] ---> Running in db44465afc43 [2022-09-29T12:06:23.843Z] Removing intermediate container db44465afc43 [2022-09-29T12:06:23.843Z] ---> f4ce9198b4ab [2022-09-29T12:06:23.843Z] Step 14/14 : RUN $MAKE [2022-09-29T12:06:23.843Z] ---> Running in 55545791bedb [2022-09-29T12:06:24.416Z] noop [2022-09-29T12:06:25.800Z] Removing intermediate container 55545791bedb [2022-09-29T12:06:25.800Z] ---> 3ca04f340ee0 [2022-09-29T12:06:25.800Z] Successfully built 3ca04f340ee0 [2022-09-29T12:06:25.800Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:06:26.244Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-29T12:06:26.244Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-29T12:06:26.403Z] prd-ubuntu20.04-docker-8c-8g-2118 does not seem to be running inside a container [2022-09-29T12:06:26.434Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-471 -v /w/workspace/_app-service-configurable_PR-471:/w/workspace/_app-service-configurable_PR-471:rw,z -v /w/workspace/_app-service-configurable_PR-471@tmp:/w/workspace/_app-service-configurable_PR-471@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-09-29T12:06:27.585Z] $ docker top 2d4f30b1e32c82f3f9a47cd1bbc7ca783c7cba513c4d049c54ebee3e11084d7d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-29T12:06:28.046Z] + go version [2022-09-29T12:06:28.046Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-09-29T12:06:28.085Z] $ docker stop --time=1 2d4f30b1e32c82f3f9a47cd1bbc7ca783c7cba513c4d049c54ebee3e11084d7d [2022-09-29T12:06:29.526Z] $ docker rm -f 2d4f30b1e32c82f3f9a47cd1bbc7ca783c7cba513c4d049c54ebee3e11084d7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:06:30.278Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-29T12:06:30.278Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-29T12:06:30.450Z] prd-ubuntu20.04-docker-8c-8g-2118 does not seem to be running inside a container [2022-09-29T12:06:30.509Z] $ 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-471 -v /w/workspace/_app-service-configurable_PR-471:/w/workspace/_app-service-configurable_PR-471:rw,z -v /w/workspace/_app-service-configurable_PR-471@tmp:/w/workspace/_app-service-configurable_PR-471@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-09-29T12:06:31.423Z] $ docker top 2f649aa48363d81d9cab1ba9b20ded8d15ab88e1a10ff42837f07acd9c3829af -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-29T12:06:31.824Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-471 [Pipeline] fileExists [Pipeline] sh [2022-09-29T12:06:32.190Z] + make test [2022-09-29T12:06:32.190Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-09-29T12:06:44.436Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-09-29T12:06:44.436Z] CGO_ENABLED=1 go vet ./... [2022-09-29T12:06:46.436Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-09-29T12:06:46.436Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-09-29T12:06:46.436Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-09-29T12:06:46.480Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-09-29T12:06:46.513Z] $ docker stop --time=1 2f649aa48363d81d9cab1ba9b20ded8d15ab88e1a10ff42837f07acd9c3829af [2022-09-29T12:06:49.279Z] $ docker rm -f 2f649aa48363d81d9cab1ba9b20ded8d15ab88e1a10ff42837f07acd9c3829af [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-29T12:06:49.717Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-09-29T12:06:49.777Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-09-29T12:06:50.445Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-09-29T12:06:50.803Z] + ls -al . [2022-09-29T12:06:50.803Z] total 176 [2022-09-29T12:06:50.803Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 29 12:06 . [2022-09-29T12:06:50.803Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 29 12:04 .. [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 119 Sep 29 12:04 .dockerignore [2022-09-29T12:06:50.803Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 29 12:05 .git [2022-09-29T12:06:50.803Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 29 12:04 .github [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 171 Sep 29 12:04 .gitignore [2022-09-29T12:06:50.803Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 29 12:05 .semver [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 9207 Sep 29 12:04 Attribution.txt [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 27269 Sep 29 12:04 CHANGELOG.md [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 2146 Sep 29 12:04 Dockerfile [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 29 12:04 GOVERNANCE.md [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 688 Sep 29 12:04 Jenkinsfile [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 29 12:04 LICENSE [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 618 Sep 29 12:04 OWNERS.md [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 4369 Sep 29 12:04 README.md [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 29 12:05 VERSION [2022-09-29T12:06:50.803Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 29 12:04 bin [2022-09-29T12:06:50.803Z] -rw-r--r-- 1 jenkins jenkins 10 Sep 29 12:06 coverage.out [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 3448 Sep 29 12:04 go.mod [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 37326 Sep 29 12:04 go.sum [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 1949 Sep 29 12:04 main.go [2022-09-29T12:06:50.803Z] -rw-rw-r-- 1 jenkins jenkins 2185 Sep 29 12:04 makefile [2022-09-29T12:06:50.803Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 29 12:04 res [2022-09-29T12:06:50.803Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 29 12:04 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:06:51.197Z] + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=1a9c69499b7a99db1cac16713f98a578d42741b9 --label arch=amd64 --label version=0.0.0 . [2022-09-29T12:06:51.197Z] Sending build context to Docker daemon 3.138MB [2022-09-29T12:06:51.197Z] Step 1/28 : ARG BASE=golang:1.18-alpine3.16 [2022-09-29T12:06:51.197Z] Step 2/28 : FROM ${BASE} AS builder [2022-09-29T12:06:51.197Z] ---> 3ca04f340ee0 [2022-09-29T12:06:51.197Z] Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-09-29T12:06:51.197Z] ---> Running in 9aa187660e56 [2022-09-29T12:06:51.456Z] Removing intermediate container 9aa187660e56 [2022-09-29T12:06:51.456Z] ---> c29fe73918c0 [2022-09-29T12:06:51.456Z] Step 4/28 : ARG ALPINE_PKG_EXTRA="" [2022-09-29T12:06:51.456Z] ---> Running in 39de9d9d2768 [2022-09-29T12:06:51.456Z] Removing intermediate container 39de9d9d2768 [2022-09-29T12:06:51.456Z] ---> 8bd693504b07 [2022-09-29T12:06:51.456Z] Step 5/28 : ARG ADD_BUILD_TAGS="" [2022-09-29T12:06:51.456Z] ---> Running in 5d6158945b8f [2022-09-29T12:06:51.456Z] Removing intermediate container 5d6158945b8f [2022-09-29T12:06:51.456Z] ---> 4ead17746f73 [2022-09-29T12:06:51.456Z] Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-09-29T12:06:51.456Z] ---> Running in ae8f65c3774e [2022-09-29T12:06:51.715Z] Removing intermediate container ae8f65c3774e [2022-09-29T12:06:51.715Z] ---> 3ed1725e054c [2022-09-29T12:06:51.715Z] Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-29T12:06:51.715Z] ---> Running in 4d6dcd9886a2 [2022-09-29T12:06:52.282Z] Removing intermediate container 4d6dcd9886a2 [2022-09-29T12:06:52.282Z] ---> f4cde5b7ece5 [2022-09-29T12:06:52.282Z] Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-09-29T12:06:52.282Z] ---> Running in b93dc2562a7f [2022-09-29T12:06:52.545Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-29T12:06:53.483Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-29T12:06:53.751Z] OK: 211 MiB in 51 packages [2022-09-29T12:06:55.145Z] Removing intermediate container b93dc2562a7f [2022-09-29T12:06:55.145Z] ---> 6751f96ac035 [2022-09-29T12:06:55.145Z] Step 9/28 : WORKDIR /app [2022-09-29T12:06:55.145Z] ---> Running in c5516ad4b10a [2022-09-29T12:06:55.718Z] Removing intermediate container c5516ad4b10a [2022-09-29T12:06:55.718Z] ---> 54ea2fc21c5c [2022-09-29T12:06:55.718Z] Step 10/28 : COPY go.mod vendor* ./ [2022-09-29T12:06:55.835Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2119 in /w/workspace/_app-service-configurable_PR-471 [Pipeline] { [Pipeline] ws [2022-09-29T12:06:55.881Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2022-09-29T12:06:55.969Z] Selected Git installation does not exist. Using Default [2022-09-29T12:06:55.969Z] The recommended git tool is: NONE [2022-09-29T12:06:55.977Z] ---> 10db76976e44 [2022-09-29T12:06:55.977Z] Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-29T12:06:56.237Z] ---> Running in 2a9b352671db [2022-09-29T12:06:58.171Z] Removing intermediate container 2a9b352671db [2022-09-29T12:06:58.171Z] ---> 594649148de0 [2022-09-29T12:06:58.171Z] Step 12/28 : COPY . . [2022-09-29T12:06:58.429Z] ---> 0692d27badaa [2022-09-29T12:06:58.429Z] Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-09-29T12:06:58.688Z] ---> Running in 91c7c87c5a95 [2022-09-29T12:06:59.257Z] Removing intermediate container 91c7c87c5a95 [2022-09-29T12:06:59.257Z] ---> 3184b7c7573b [2022-09-29T12:06:59.257Z] Step 14/28 : RUN $MAKE [2022-09-29T12:06:59.517Z] ---> Running in e536f2300203 [2022-09-29T12:07:00.086Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.44 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-09-29T12:07:00.696Z] using credential edgex-jenkins-ssh [2022-09-29T12:07:00.713Z] Cloning the remote Git repository [2022-09-29T12:07:00.749Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-09-29T12:07:00.816Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2022-09-29T12:07:00.953Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-09-29T12:07:00.954Z] > git --version # timeout=10 [2022-09-29T12:07:00.980Z] > git --version # 'git version 2.25.1' [2022-09-29T12:07:00.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-29T12:07:01.029Z] Verifying host key using known hosts file [2022-09-29T12:07:01.216Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-09-29T12:07:01.229Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-29T12:07:02.460Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-09-29T12:07:02.485Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-29T12:07:03.341Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-09-29T12:07:03.991Z] Merging remotes/origin/main commit 36be150d6762fc2492564362988c95ea99ab1b04 into PR head commit 1a9c69499b7a99db1cac16713f98a578d42741b9 [2022-09-29T12:07:04.202Z] Merge succeeded, producing 1a9c69499b7a99db1cac16713f98a578d42741b9 [2022-09-29T12:07:04.203Z] Checking out Revision 1a9c69499b7a99db1cac16713f98a578d42741b9 (PR-471) [2022-09-29T12:07:04.639Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2022-09-29T12:07:04.679Z] > git --version # timeout=10 [2022-09-29T12:07:04.690Z] > git --version # 'git version 2.25.1' [2022-09-29T12:07:04.703Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-29T12:07:03.385Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-09-29T12:07:03.389Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-29T12:07:03.399Z] Verifying host key using known hosts file [2022-09-29T12:07:03.406Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-09-29T12:07:03.418Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/471/head:refs/remotes/origin/PR-471 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-09-29T12:07:04.006Z] > git config core.sparsecheckout # timeout=10 [2022-09-29T12:07:04.026Z] > git checkout -f 1a9c69499b7a99db1cac16713f98a578d42741b9 # timeout=10 [2022-09-29T12:07:04.106Z] > git remote # timeout=10 [2022-09-29T12:07:04.126Z] > git config --get remote.origin.url # timeout=10 [2022-09-29T12:07:04.144Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-29T12:07:04.149Z] Verifying host key using known hosts file [2022-09-29T12:07:04.152Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-09-29T12:07:04.160Z] > git merge 36be150d6762fc2492564362988c95ea99ab1b04 # timeout=10 [2022-09-29T12:07:04.184Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-09-29T12:07:04.206Z] > git config core.sparsecheckout # timeout=10 [2022-09-29T12:07:04.218Z] > git checkout -f 1a9c69499b7a99db1cac16713f98a578d42741b9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-29T12:07:05.808Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-09-29T12:07:05.808Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-29T12:07:05.808Z] Dload Upload Total Spent Left Speed [2022-09-29T12:07:05.808Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 88125 0 --:--:-- --:--:-- --:--:-- 88746 [Pipeline] sh [2022-09-29T12:07:06.412Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-09-29T12:07:06.751Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-09-29T12:07:06.751Z] + sudo tee /etc/docker/daemon.new [2022-09-29T12:07:06.751Z] { [2022-09-29T12:07:06.751Z] "registry-mirrors": [ [2022-09-29T12:07:06.751Z] "https://nexus3.edgexfoundry.org:10001" [2022-09-29T12:07:06.751Z] ], [2022-09-29T12:07:06.751Z] "bip": "10.250.0.254/24", [2022-09-29T12:07:06.751Z] "hosts": [ [2022-09-29T12:07:06.751Z] "tcp://0.0.0.0:5555", [2022-09-29T12:07:06.751Z] "unix:///var/run/docker.sock" [2022-09-29T12:07:06.751Z] ], [2022-09-29T12:07:06.751Z] "mtu": 1458, [2022-09-29T12:07:06.751Z] "selinux-enabled": true, [2022-09-29T12:07:06.751Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-09-29T12:07:06.751Z] } [Pipeline] sh [2022-09-29T12:07:07.091Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-09-29T12:07:07.444Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-29T12:07:25.770Z] provisioning config files... [2022-09-29T12:07:25.798Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config8224713494353835088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:07:26.191Z] ---> docker-login.sh [2022-09-29T12:07:26.191Z] nexus3.edgexfoundry.org:10001 [2022-09-29T12:07:26.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:07:27.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:07:27.060Z] Configure a credential helper to remove this warning. See [2022-09-29T12:07:27.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:07:27.060Z] [2022-09-29T12:07:27.060Z] Login Succeeded [2022-09-29T12:07:27.060Z] nexus3.edgexfoundry.org:10002 [2022-09-29T12:07:27.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:07:27.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:07:27.331Z] Configure a credential helper to remove this warning. See [2022-09-29T12:07:27.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:07:27.331Z] [2022-09-29T12:07:27.331Z] Login Succeeded [2022-09-29T12:07:27.331Z] nexus3.edgexfoundry.org:10003 [2022-09-29T12:07:27.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:07:27.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:07:27.603Z] Configure a credential helper to remove this warning. See [2022-09-29T12:07:27.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:07:27.603Z] [2022-09-29T12:07:27.603Z] Login Succeeded [2022-09-29T12:07:27.603Z] nexus3.edgexfoundry.org:10004 [2022-09-29T12:07:27.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:07:28.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:07:28.148Z] Configure a credential helper to remove this warning. See [2022-09-29T12:07:28.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:07:28.148Z] [2022-09-29T12:07:28.148Z] Login Succeeded [2022-09-29T12:07:28.148Z] docker.io [2022-09-29T12:07:28.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-29T12:07:28.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-29T12:07:28.687Z] Configure a credential helper to remove this warning. See [2022-09-29T12:07:28.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-29T12:07:28.687Z] [2022-09-29T12:07:28.687Z] Login Succeeded [2022-09-29T12:07:28.687Z] ---> docker-login.sh ends [Pipeline] } [2022-09-29T12:07:28.720Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-09-29T12:07:29.012Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-29T12:07:29.046Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-29T12:07:29.082Z] ========================================================= [2022-09-29T12:07:29.082Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-09-29T12:07:29.082Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:07:29.607Z] + 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 . [2022-09-29T12:07:29.607Z] Sending build context to Docker daemon 207.4kB [2022-09-29T12:07:29.877Z] Step 1/14 : ARG BASE=golang:1.18-alpine3.16 [2022-09-29T12:07:29.877Z] Step 2/14 : FROM ${BASE} AS builder [2022-09-29T12:07:29.877Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-09-29T12:07:29.877Z] b3c136eddcbf: Pulling fs layer [2022-09-29T12:07:29.877Z] c0a3192eca97: Pulling fs layer [2022-09-29T12:07:29.877Z] a050256f5b6f: Pulling fs layer [2022-09-29T12:07:29.877Z] 656be50a0ddc: Pulling fs layer [2022-09-29T12:07:29.877Z] 2bbca73fdf42: Pulling fs layer [2022-09-29T12:07:29.877Z] 46d945488cbd: Pulling fs layer [2022-09-29T12:07:29.877Z] 8a5474983e97: Pulling fs layer [2022-09-29T12:07:29.877Z] 329c88fbcd65: Pulling fs layer [2022-09-29T12:07:29.877Z] 656be50a0ddc: Waiting [2022-09-29T12:07:29.877Z] 2bbca73fdf42: Waiting [2022-09-29T12:07:29.877Z] 46d945488cbd: Waiting [2022-09-29T12:07:29.877Z] 8a5474983e97: Waiting [2022-09-29T12:07:29.877Z] 329c88fbcd65: Waiting [2022-09-29T12:07:30.152Z] a050256f5b6f: Verifying Checksum [2022-09-29T12:07:30.152Z] a050256f5b6f: Download complete [2022-09-29T12:07:30.152Z] c0a3192eca97: Verifying Checksum [2022-09-29T12:07:30.152Z] c0a3192eca97: Download complete [2022-09-29T12:07:30.152Z] 2bbca73fdf42: Download complete [2022-09-29T12:07:30.152Z] 46d945488cbd: Verifying Checksum [2022-09-29T12:07:30.152Z] 46d945488cbd: Download complete [2022-09-29T12:07:30.152Z] b3c136eddcbf: Verifying Checksum [2022-09-29T12:07:30.152Z] b3c136eddcbf: Download complete [2022-09-29T12:07:31.122Z] b3c136eddcbf: Pull complete [2022-09-29T12:07:31.122Z] 329c88fbcd65: Verifying Checksum [2022-09-29T12:07:31.122Z] 329c88fbcd65: Download complete [2022-09-29T12:07:31.401Z] c0a3192eca97: Pull complete [2022-09-29T12:07:31.992Z] a050256f5b6f: Pull complete [2022-09-29T12:07:32.262Z] 8a5474983e97: Verifying Checksum [2022-09-29T12:07:32.262Z] 8a5474983e97: Download complete [2022-09-29T12:07:32.272Z] Removing intermediate container e536f2300203 [2022-09-29T12:07:32.272Z] ---> 918428cdbab7 [2022-09-29T12:07:32.272Z] Step 15/28 : FROM alpine:3.16 [2022-09-29T12:07:32.272Z] 3.16: Pulling from library/alpine [2022-09-29T12:07:32.272Z] 213ec9aee27d: Pulling fs layer [2022-09-29T12:07:32.272Z] 213ec9aee27d: Verifying Checksum [2022-09-29T12:07:32.272Z] 213ec9aee27d: Download complete [2022-09-29T12:07:32.272Z] 213ec9aee27d: Pull complete [2022-09-29T12:07:32.272Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-09-29T12:07:32.272Z] Status: Downloaded newer image for alpine:3.16 [2022-09-29T12:07:32.272Z] ---> 9c6f07244728 [2022-09-29T12:07:32.272Z] Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-09-29T12:07:32.272Z] ---> Running in 8e70ec9dc6dc [2022-09-29T12:07:32.272Z] Removing intermediate container 8e70ec9dc6dc [2022-09-29T12:07:32.272Z] ---> c615c8a8ddc8 [2022-09-29T12:07:32.272Z] Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} [2022-09-29T12:07:32.272Z] ---> Running in 9b94477ee7a5 [2022-09-29T12:07:32.533Z] Removing intermediate container 9b94477ee7a5 [2022-09-29T12:07:32.533Z] ---> ea513a6f8e2f [2022-09-29T12:07:32.533Z] Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-09-29T12:07:33.232Z] 656be50a0ddc: Verifying Checksum [2022-09-29T12:07:33.232Z] 656be50a0ddc: Download complete [2022-09-29T12:07:33.471Z] ---> Running in 3ed943705328 [2022-09-29T12:07:34.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-29T12:07:34.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-29T12:07:35.113Z] (1/7) Installing ca-certificates (20220614-r0) [2022-09-29T12:07:35.113Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-09-29T12:07:35.113Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-09-29T12:07:35.113Z] (4/7) Installing libsodium (1.0.18-r0) [2022-09-29T12:07:35.113Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-09-29T12:07:35.113Z] (6/7) Installing libzmq (4.3.4-r0) [2022-09-29T12:07:35.113Z] (7/7) Installing zeromq (4.3.4-r0) [2022-09-29T12:07:35.113Z] Executing busybox-1.35.0-r17.trigger [2022-09-29T12:07:35.113Z] Executing ca-certificates-20220614-r0.trigger [2022-09-29T12:07:35.372Z] OK: 9 MiB in 21 packages [2022-09-29T12:07:38.696Z] Removing intermediate container 3ed943705328 [2022-09-29T12:07:38.696Z] ---> 52616e040d9b [2022-09-29T12:07:38.696Z] Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-09-29T12:07:40.294Z] ---> 6dac227d0300 [2022-09-29T12:07:40.294Z] Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE [2022-09-29T12:07:42.883Z] ---> 7c84e3718c48 [2022-09-29T12:07:42.883Z] Step 21/28 : COPY --from=builder /app/res/ /res/ [2022-09-29T12:07:44.819Z] ---> b40004d443e4 [2022-09-29T12:07:44.819Z] Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-09-29T12:07:45.559Z] 656be50a0ddc: Pull complete [2022-09-29T12:07:45.559Z] 2bbca73fdf42: Pull complete [2022-09-29T12:07:45.559Z] 46d945488cbd: Pull complete [2022-09-29T12:07:48.134Z] ---> a2269e09ab7c [2022-09-29T12:07:48.134Z] Step 23/28 : EXPOSE 48095 [2022-09-29T12:07:49.089Z] ---> Running in 09630dd0fdb8 [2022-09-29T12:07:50.469Z] Removing intermediate container 09630dd0fdb8 [2022-09-29T12:07:50.469Z] ---> 9c6bbc48714f [2022-09-29T12:07:50.469Z] Step 24/28 : ENTRYPOINT ["/app-service-configurable"] [2022-09-29T12:07:50.946Z] 8a5474983e97: Pull complete [2022-09-29T12:07:51.421Z] ---> Running in e52c64a8174e [2022-09-29T12:07:52.363Z] Removing intermediate container e52c64a8174e [2022-09-29T12:07:52.363Z] ---> c9328b058d95 [2022-09-29T12:07:52.363Z] Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-29T12:07:53.311Z] ---> Running in aa62b37a89b9 [2022-09-29T12:07:53.783Z] 329c88fbcd65: Pull complete [2022-09-29T12:07:53.783Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-09-29T12:07:53.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-29T12:07:53.783Z] ---> ff4287adb874 [2022-09-29T12:07:53.783Z] Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-09-29T12:07:53.894Z] Removing intermediate container aa62b37a89b9 [2022-09-29T12:07:53.894Z] ---> ddda682f59b2 [2022-09-29T12:07:53.894Z] Step 26/28 : LABEL arch=amd64 [2022-09-29T12:07:54.464Z] ---> Running in f00eb94472f1 [2022-09-29T12:07:55.199Z] ---> Running in c6404f30983a [2022-09-29T12:07:55.406Z] Removing intermediate container f00eb94472f1 [2022-09-29T12:07:55.406Z] ---> 172dfa42e3f5 [2022-09-29T12:07:55.406Z] Step 27/28 : LABEL git_sha=1a9c69499b7a99db1cac16713f98a578d42741b9 [2022-09-29T12:07:55.466Z] Removing intermediate container c6404f30983a [2022-09-29T12:07:55.466Z] ---> 79f3340a0604 [2022-09-29T12:07:55.466Z] Step 4/14 : ARG ALPINE_PKG_EXTRA="" [2022-09-29T12:07:55.466Z] ---> Running in 6d970b2d86f5 [2022-09-29T12:07:55.735Z] Removing intermediate container 6d970b2d86f5 [2022-09-29T12:07:55.735Z] ---> ee6c5064180a [2022-09-29T12:07:55.735Z] Step 5/14 : ARG ADD_BUILD_TAGS="" [2022-09-29T12:07:55.735Z] ---> Running in ed1b11e5cff2 [2022-09-29T12:07:55.976Z] ---> Running in 8da230cfe3c2 [2022-09-29T12:07:56.008Z] Removing intermediate container ed1b11e5cff2 [2022-09-29T12:07:56.008Z] ---> 042872135021 [2022-09-29T12:07:56.008Z] Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-09-29T12:07:56.235Z] Removing intermediate container 8da230cfe3c2 [2022-09-29T12:07:56.235Z] ---> e921ff98814c [2022-09-29T12:07:56.235Z] Step 28/28 : LABEL version=0.0.0 [2022-09-29T12:07:56.277Z] ---> Running in 0b017ed3aa08 [2022-09-29T12:07:56.495Z] ---> Running in a8920bf983ab [2022-09-29T12:07:56.545Z] Removing intermediate container 0b017ed3aa08 [2022-09-29T12:07:56.545Z] ---> 3c73f4e42ed2 [2022-09-29T12:07:56.545Z] Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-29T12:07:56.545Z] ---> Running in 400073551fe4 [2022-09-29T12:07:56.754Z] Removing intermediate container a8920bf983ab [2022-09-29T12:07:56.754Z] ---> feaa76814399 [2022-09-29T12:07:56.754Z] [Warning] One or more build-args [ARCH] were not consumed [2022-09-29T12:07:56.754Z] Successfully built feaa76814399 [2022-09-29T12:07:56.754Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:07:57.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-29T12:07:57.640Z] [2022-09-29T12:07:57.640Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:07:58.035Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-29T12:07:58.511Z] Removing intermediate container 400073551fe4 [2022-09-29T12:07:58.511Z] ---> 9ab0a9da2a7c [2022-09-29T12:07:58.511Z] Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-09-29T12:07:58.511Z] ---> Running in 1e9bcdc19420 [2022-09-29T12:07:58.697Z] latest: Pulling from edgex-lftools-log-publisher [2022-09-29T12:07:58.698Z] 5eb5b503b376: Pulling fs layer [2022-09-29T12:07:58.698Z] 5c69ac0246d0: Pulling fs layer [2022-09-29T12:07:58.698Z] ec43610c2a17: Pulling fs layer [2022-09-29T12:07:58.698Z] 3a2ae6a8a46f: Pulling fs layer [2022-09-29T12:07:58.698Z] 33b1e0a273af: Pulling fs layer [2022-09-29T12:07:58.698Z] 5d3b04190fa2: Pulling fs layer [2022-09-29T12:07:58.698Z] 2f39f015ded8: Pulling fs layer [2022-09-29T12:07:58.698Z] 5d3b04190fa2: Waiting [2022-09-29T12:07:58.698Z] 33b1e0a273af: Waiting [2022-09-29T12:07:58.698Z] 3a2ae6a8a46f: Waiting [2022-09-29T12:07:58.698Z] 2f39f015ded8: Waiting [2022-09-29T12:07:58.698Z] 5c69ac0246d0: Verifying Checksum [2022-09-29T12:07:58.698Z] 5c69ac0246d0: Download complete [2022-09-29T12:07:58.698Z] 3a2ae6a8a46f: Verifying Checksum [2022-09-29T12:07:58.698Z] 3a2ae6a8a46f: Download complete [2022-09-29T12:07:58.958Z] 33b1e0a273af: Verifying Checksum [2022-09-29T12:07:58.958Z] 33b1e0a273af: Download complete [2022-09-29T12:07:58.958Z] 5d3b04190fa2: Verifying Checksum [2022-09-29T12:07:58.958Z] 5d3b04190fa2: Download complete [2022-09-29T12:07:58.958Z] ec43610c2a17: Verifying Checksum [2022-09-29T12:07:58.958Z] ec43610c2a17: Download complete [2022-09-29T12:07:58.958Z] 5eb5b503b376: Verifying Checksum [2022-09-29T12:07:58.958Z] 5eb5b503b376: Download complete [2022-09-29T12:07:59.477Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-29T12:07:59.966Z] 2f39f015ded8: Download complete [2022-09-29T12:08:00.438Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-29T12:08:00.584Z] 5eb5b503b376: Pull complete [2022-09-29T12:08:01.180Z] 5c69ac0246d0: Pull complete [2022-09-29T12:08:01.405Z] OK: 221 MiB in 51 packages [2022-09-29T12:08:01.996Z] Removing intermediate container 1e9bcdc19420 [2022-09-29T12:08:01.996Z] ---> 9e1460d3cc57 [2022-09-29T12:08:01.996Z] Step 9/14 : WORKDIR /app [2022-09-29T12:08:01.996Z] ---> Running in 693ba38a51b6 [2022-09-29T12:08:02.118Z] ec43610c2a17: Pull complete [2022-09-29T12:08:02.268Z] Removing intermediate container 693ba38a51b6 [2022-09-29T12:08:02.268Z] ---> 5759362f4ad8 [2022-09-29T12:08:02.268Z] Step 10/14 : COPY go.mod vendor* ./ [2022-09-29T12:08:02.376Z] 3a2ae6a8a46f: Pull complete [2022-09-29T12:08:02.858Z] ---> 8e6c231bae7a [2022-09-29T12:08:02.859Z] Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-29T12:08:03.126Z] ---> Running in b835935be616 [2022-09-29T12:08:03.310Z] 33b1e0a273af: Pull complete [2022-09-29T12:08:03.310Z] 5d3b04190fa2: Pull complete [2022-09-29T12:08:08.773Z] 2f39f015ded8: Pull complete [2022-09-29T12:08:08.773Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-09-29T12:08:08.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-29T12:08:08.773Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-29T12:08:09.002Z] prd-ubuntu20.04-docker-8c-8g-2118 does not seem to be running inside a container [2022-09-29T12:08:09.034Z] $ 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-471 -v /w/workspace/_app-service-configurable_PR-471:/w/workspace/_app-service-configurable_PR-471:rw,z -v /w/workspace/_app-service-configurable_PR-471@tmp:/w/workspace/_app-service-configurable_PR-471@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-09-29T12:08:18.638Z] $ docker top a33ad9e0cf605201c576308457579ea8ef242a41b49c1101fb4108eb03d8b388 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:08:19.101Z] ---> job-cost.sh [2022-09-29T12:08:19.101Z] lf-activate-venv: SKIPPING [2022-09-29T12:08:19.101Z] INFO: No Stack... [2022-09-29T12:08:19.363Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-09-29T12:08:19.621Z] INFO: Archiving Costs [Pipeline] sh [2022-09-29T12:08:19.995Z] + cat /w/workspace/_app-service-configurable_PR-471/archives/cost.csv [2022-09-29T12:08:19.995Z] + cut -d, -f6 [Pipeline] lock [2022-09-29T12:08:20.037Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] [2022-09-29T12:08:20.041Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] did not exist. Created. [2022-09-29T12:08:20.041Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-09-29T12:08:20.484Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-09-29T12:08:20.535Z] Stashed 1 file(s) [Pipeline] } [2022-09-29T12:08:20.562Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-09-29T12:08:20.640Z] $ docker stop --time=1 a33ad9e0cf605201c576308457579ea8ef242a41b49c1101fb4108eb03d8b388 [2022-09-29T12:08:22.223Z] $ docker rm -f a33ad9e0cf605201c576308457579ea8ef242a41b49c1101fb4108eb03d8b388 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-09-29T12:08:49.966Z] Removing intermediate container b835935be616 [2022-09-29T12:08:49.966Z] ---> 4701ccd1cc91 [2022-09-29T12:08:49.966Z] Step 12/14 : COPY . . [2022-09-29T12:08:49.966Z] ---> f7feb17d8363 [2022-09-29T12:08:49.966Z] Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-09-29T12:08:49.966Z] ---> Running in 5e41a7c65f1e [2022-09-29T12:08:49.966Z] Removing intermediate container 5e41a7c65f1e [2022-09-29T12:08:49.966Z] ---> 00c55d1f4110 [2022-09-29T12:08:49.966Z] Step 14/14 : RUN $MAKE [2022-09-29T12:08:49.966Z] ---> Running in de447350ee8b [2022-09-29T12:08:50.553Z] noop [2022-09-29T12:08:51.141Z] Removing intermediate container de447350ee8b [2022-09-29T12:08:51.142Z] ---> a1c0579aebfa [2022-09-29T12:08:51.142Z] Successfully built a1c0579aebfa [2022-09-29T12:08:51.142Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:08:51.602Z] + docker inspect -f . ci-base-image-arm64 [2022-09-29T12:08:51.602Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-29T12:08:51.848Z] prd-ubuntu20.04-docker-arm64-4c-16g-2119 does not seem to be running inside a container [2022-09-29T12:08:51.915Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-29T12:08:53.016Z] $ docker top 0d1d5698feea39cd5a5c38c1177f0825cbfdd4f833f427f5e76e158270af53e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-29T12:08:53.872Z] + go version [2022-09-29T12:08:53.872Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-09-29T12:08:53.909Z] $ docker stop --time=1 0d1d5698feea39cd5a5c38c1177f0825cbfdd4f833f427f5e76e158270af53e1 [2022-09-29T12:08:55.486Z] $ docker rm -f 0d1d5698feea39cd5a5c38c1177f0825cbfdd4f833f427f5e76e158270af53e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:08:56.280Z] + docker inspect -f . ci-base-image-arm64 [2022-09-29T12:08:56.280Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-29T12:08:56.574Z] prd-ubuntu20.04-docker-arm64-4c-16g-2119 does not seem to be running inside a container [2022-09-29T12:08:56.638Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-29T12:08:57.689Z] $ docker top fea3a0d0b9e3dfaafc64b95fdbde3cfcb69913d3de66a41d0c4060dd071fabe1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-29T12:08:58.230Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2022-09-29T12:08:58.613Z] + make test [2022-09-29T12:08:58.613Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-09-29T12:10:20.259Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-09-29T12:10:20.259Z] CGO_ENABLED=1 go vet ./... [2022-09-29T12:10:38.457Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-09-29T12:10:38.457Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-09-29T12:10:38.457Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-09-29T12:10:38.499Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-09-29T12:10:38.553Z] $ docker stop --time=1 fea3a0d0b9e3dfaafc64b95fdbde3cfcb69913d3de66a41d0c4060dd071fabe1 [2022-09-29T12:10:40.264Z] $ docker rm -f fea3a0d0b9e3dfaafc64b95fdbde3cfcb69913d3de66a41d0c4060dd071fabe1 [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-29T12:10:41.203Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-09-29T12:10:41.237Z] Warning: overwriting stash ‘coverage-report’ [2022-09-29T12:10:41.620Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-29T12:10:42.235Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-09-29T12:10:42.567Z] + ls -al . [2022-09-29T12:10:42.567Z] total 172 [2022-09-29T12:10:42.567Z] drwxrwxr-x 7 jenkins jenkins 4096 Sep 29 12:08 . [2022-09-29T12:10:42.567Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 29 12:07 .. [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 119 Sep 29 12:07 .dockerignore [2022-09-29T12:10:42.567Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 29 12:07 .git [2022-09-29T12:10:42.567Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 29 12:07 .github [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 171 Sep 29 12:07 .gitignore [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 9207 Sep 29 12:07 Attribution.txt [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 27269 Sep 29 12:07 CHANGELOG.md [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 2146 Sep 29 12:07 Dockerfile [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 29 12:07 GOVERNANCE.md [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 688 Sep 29 12:07 Jenkinsfile [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 29 12:07 LICENSE [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 618 Sep 29 12:07 OWNERS.md [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 4369 Sep 29 12:07 README.md [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 29 12:05 VERSION [2022-09-29T12:10:42.567Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 29 12:07 bin [2022-09-29T12:10:42.567Z] -rw-r--r-- 1 jenkins jenkins 10 Sep 29 12:08 coverage.out [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 3448 Sep 29 12:07 go.mod [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 37326 Sep 29 12:07 go.sum [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 1949 Sep 29 12:07 main.go [2022-09-29T12:10:42.567Z] -rw-rw-r-- 1 jenkins jenkins 2185 Sep 29 12:07 makefile [2022-09-29T12:10:42.567Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 29 12:07 res [2022-09-29T12:10:42.567Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 29 12:07 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:10:42.985Z] + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1a9c69499b7a99db1cac16713f98a578d42741b9 --label arch=arm64 --label version=0.0.0 . [2022-09-29T12:10:42.985Z] Sending build context to Docker daemon 208.4kB [2022-09-29T12:10:43.253Z] Step 1/28 : ARG BASE=golang:1.18-alpine3.16 [2022-09-29T12:10:43.253Z] Step 2/28 : FROM ${BASE} AS builder [2022-09-29T12:10:43.253Z] ---> a1c0579aebfa [2022-09-29T12:10:43.253Z] Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-09-29T12:10:43.253Z] ---> Running in b4fbe8251f41 [2022-09-29T12:10:43.522Z] Removing intermediate container b4fbe8251f41 [2022-09-29T12:10:43.522Z] ---> 1832b889ba64 [2022-09-29T12:10:43.522Z] Step 4/28 : ARG ALPINE_PKG_EXTRA="" [2022-09-29T12:10:43.801Z] ---> Running in 023094faae0a [2022-09-29T12:10:44.070Z] Removing intermediate container 023094faae0a [2022-09-29T12:10:44.070Z] ---> 0fdbb8920327 [2022-09-29T12:10:44.070Z] Step 5/28 : ARG ADD_BUILD_TAGS="" [2022-09-29T12:10:44.070Z] ---> Running in 4dd31603aaee [2022-09-29T12:10:44.340Z] Removing intermediate container 4dd31603aaee [2022-09-29T12:10:44.340Z] ---> 80eaa161720c [2022-09-29T12:10:44.340Z] Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-09-29T12:10:44.340Z] ---> Running in 439cfe5bad34 [2022-09-29T12:10:44.616Z] Removing intermediate container 439cfe5bad34 [2022-09-29T12:10:44.616Z] ---> 0733dcfa12e3 [2022-09-29T12:10:44.616Z] Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-29T12:10:44.890Z] ---> Running in c77bd68df9d3 [2022-09-29T12:10:46.311Z] Removing intermediate container c77bd68df9d3 [2022-09-29T12:10:46.311Z] ---> 9ce2e6067aba [2022-09-29T12:10:46.311Z] Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-09-29T12:10:46.579Z] ---> Running in 5417df6e8fa7 [2022-09-29T12:10:47.545Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-29T12:10:48.502Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-29T12:10:49.097Z] OK: 221 MiB in 51 packages [2022-09-29T12:10:50.062Z] Removing intermediate container 5417df6e8fa7 [2022-09-29T12:10:50.062Z] ---> bea1d6715caa [2022-09-29T12:10:50.062Z] Step 9/28 : WORKDIR /app [2022-09-29T12:10:50.062Z] ---> Running in af8388b107aa [2022-09-29T12:10:50.328Z] Removing intermediate container af8388b107aa [2022-09-29T12:10:50.328Z] ---> 518623b74cf6 [2022-09-29T12:10:50.328Z] Step 10/28 : COPY go.mod vendor* ./ [2022-09-29T12:10:50.920Z] ---> 2d663bed3ed1 [2022-09-29T12:10:50.920Z] Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-29T12:10:50.920Z] ---> Running in dad23bcf9a83 [2022-09-29T12:10:52.866Z] Removing intermediate container dad23bcf9a83 [2022-09-29T12:10:52.866Z] ---> 6ac239e3dee9 [2022-09-29T12:10:52.866Z] Step 12/28 : COPY . . [2022-09-29T12:10:53.140Z] ---> 6bdf40edae03 [2022-09-29T12:10:53.140Z] Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-09-29T12:10:53.411Z] ---> Running in 536f50f0783f [2022-09-29T12:10:53.678Z] Removing intermediate container 536f50f0783f [2022-09-29T12:10:53.678Z] ---> 6ba69a4b2e6d [2022-09-29T12:10:53.678Z] Step 14/28 : RUN $MAKE [2022-09-29T12:10:53.678Z] ---> Running in 89b771cbb13b [2022-09-29T12:10:54.645Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.44 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-09-29T12:13:31.370Z] Removing intermediate container 89b771cbb13b [2022-09-29T12:13:31.370Z] ---> 523071ad830c [2022-09-29T12:13:31.370Z] Step 15/28 : FROM alpine:3.16 [2022-09-29T12:13:31.370Z] 3.16: Pulling from library/alpine [2022-09-29T12:13:31.370Z] 9b18e9b68314: Pulling fs layer [2022-09-29T12:13:31.370Z] 9b18e9b68314: Download complete [2022-09-29T12:13:31.370Z] 9b18e9b68314: Pull complete [2022-09-29T12:13:31.370Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-09-29T12:13:31.370Z] Status: Downloaded newer image for alpine:3.16 [2022-09-29T12:13:31.370Z] ---> a6215f271958 [2022-09-29T12:13:31.370Z] Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-09-29T12:13:31.370Z] ---> Running in e190e1e4394d [2022-09-29T12:13:31.370Z] Removing intermediate container e190e1e4394d [2022-09-29T12:13:31.370Z] ---> ada627d23cc6 [2022-09-29T12:13:31.370Z] Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} [2022-09-29T12:13:31.370Z] ---> Running in f81a7761b6dc [2022-09-29T12:13:31.370Z] Removing intermediate container f81a7761b6dc [2022-09-29T12:13:31.370Z] ---> 1e9a986db364 [2022-09-29T12:13:31.370Z] Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-09-29T12:13:31.370Z] ---> Running in 5500dbbf5e7f [2022-09-29T12:13:31.370Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-29T12:13:31.370Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-29T12:13:31.370Z] (1/7) Installing ca-certificates (20220614-r0) [2022-09-29T12:13:31.370Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-09-29T12:13:31.370Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-09-29T12:13:31.370Z] (4/7) Installing libsodium (1.0.18-r0) [2022-09-29T12:13:31.370Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-09-29T12:13:31.370Z] (6/7) Installing libzmq (4.3.4-r0) [2022-09-29T12:13:31.370Z] (7/7) Installing zeromq (4.3.4-r0) [2022-09-29T12:13:31.370Z] Executing busybox-1.35.0-r17.trigger [2022-09-29T12:13:31.370Z] Executing ca-certificates-20220614-r0.trigger [2022-09-29T12:13:31.370Z] OK: 9 MiB in 21 packages [2022-09-29T12:13:31.370Z] Removing intermediate container 5500dbbf5e7f [2022-09-29T12:13:31.370Z] ---> 5727f70e8f02 [2022-09-29T12:13:31.370Z] Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-09-29T12:13:31.370Z] ---> 0e2de62f1b2e [2022-09-29T12:13:31.370Z] Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE [2022-09-29T12:13:31.370Z] ---> d31f57e33ed1 [2022-09-29T12:13:31.370Z] Step 21/28 : COPY --from=builder /app/res/ /res/ [2022-09-29T12:13:31.370Z] ---> e372c3cfc774 [2022-09-29T12:13:31.370Z] Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-09-29T12:13:31.370Z] ---> e62bb7c083c2 [2022-09-29T12:13:31.370Z] Step 23/28 : EXPOSE 48095 [2022-09-29T12:13:31.370Z] ---> Running in 934a69bd402f [2022-09-29T12:13:31.370Z] Removing intermediate container 934a69bd402f [2022-09-29T12:13:31.370Z] ---> 6b56561d3c07 [2022-09-29T12:13:31.370Z] Step 24/28 : ENTRYPOINT ["/app-service-configurable"] [2022-09-29T12:13:31.370Z] ---> Running in 7d962bb441fe [2022-09-29T12:13:31.370Z] Removing intermediate container 7d962bb441fe [2022-09-29T12:13:31.370Z] ---> 711d0f5ae5cd [2022-09-29T12:13:31.370Z] Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-29T12:13:31.370Z] ---> Running in ad56403e3c8a [2022-09-29T12:13:31.370Z] Removing intermediate container ad56403e3c8a [2022-09-29T12:13:31.370Z] ---> b4fb359e8867 [2022-09-29T12:13:31.370Z] Step 26/28 : LABEL arch=arm64 [2022-09-29T12:13:31.370Z] ---> Running in bbb688a15c79 [2022-09-29T12:13:31.370Z] Removing intermediate container bbb688a15c79 [2022-09-29T12:13:31.370Z] ---> 889c5f36449e [2022-09-29T12:13:31.370Z] Step 27/28 : LABEL git_sha=1a9c69499b7a99db1cac16713f98a578d42741b9 [2022-09-29T12:13:31.370Z] ---> Running in fb9dc211b4b0 [2022-09-29T12:13:31.370Z] Removing intermediate container fb9dc211b4b0 [2022-09-29T12:13:31.370Z] ---> 911c9b1622db [2022-09-29T12:13:31.370Z] Step 28/28 : LABEL version=0.0.0 [2022-09-29T12:13:31.370Z] ---> Running in 3325a5e38f89 [2022-09-29T12:13:31.370Z] Removing intermediate container 3325a5e38f89 [2022-09-29T12:13:31.370Z] ---> 40340468efcc [2022-09-29T12:13:31.370Z] [Warning] One or more build-args [ARCH] were not consumed [2022-09-29T12:13:31.370Z] Successfully built 40340468efcc [2022-09-29T12:13:31.370Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:13:32.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-29T12:13:32.165Z] [2022-09-29T12:13:32.165Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:13:32.567Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-29T12:13:32.567Z] arm64: Pulling from edgex-lftools-log-publisher [2022-09-29T12:13:32.567Z] 8998bd30e6a1: Pulling fs layer [2022-09-29T12:13:32.567Z] 04944245beec: Pulling fs layer [2022-09-29T12:13:32.567Z] 699f458cf7ca: Pulling fs layer [2022-09-29T12:13:32.567Z] 765212b225bb: Pulling fs layer [2022-09-29T12:13:32.567Z] f23df028b6ca: Pulling fs layer [2022-09-29T12:13:32.567Z] d65c8cfc05b1: Pulling fs layer [2022-09-29T12:13:32.567Z] 2437ff75d9bd: Pulling fs layer [2022-09-29T12:13:32.567Z] 765212b225bb: Waiting [2022-09-29T12:13:32.567Z] f23df028b6ca: Waiting [2022-09-29T12:13:32.567Z] d65c8cfc05b1: Waiting [2022-09-29T12:13:32.567Z] 2437ff75d9bd: Waiting [2022-09-29T12:13:32.834Z] 04944245beec: Verifying Checksum [2022-09-29T12:13:32.834Z] 04944245beec: Download complete [2022-09-29T12:13:32.834Z] 765212b225bb: Verifying Checksum [2022-09-29T12:13:32.834Z] 765212b225bb: Download complete [2022-09-29T12:13:32.834Z] f23df028b6ca: Verifying Checksum [2022-09-29T12:13:32.834Z] f23df028b6ca: Download complete [2022-09-29T12:13:32.834Z] d65c8cfc05b1: Verifying Checksum [2022-09-29T12:13:32.834Z] d65c8cfc05b1: Download complete [2022-09-29T12:13:33.100Z] 699f458cf7ca: Verifying Checksum [2022-09-29T12:13:33.100Z] 699f458cf7ca: Download complete [2022-09-29T12:13:33.367Z] 8998bd30e6a1: Verifying Checksum [2022-09-29T12:13:33.367Z] 8998bd30e6a1: Download complete [2022-09-29T12:13:35.319Z] 2437ff75d9bd: Verifying Checksum [2022-09-29T12:13:35.319Z] 2437ff75d9bd: Download complete [2022-09-29T12:13:37.262Z] 8998bd30e6a1: Pull complete [2022-09-29T12:13:37.527Z] 04944245beec: Pull complete [2022-09-29T12:13:38.949Z] 699f458cf7ca: Pull complete [2022-09-29T12:13:38.949Z] 765212b225bb: Pull complete [2022-09-29T12:13:39.533Z] f23df028b6ca: Pull complete [2022-09-29T12:13:39.799Z] d65c8cfc05b1: Pull complete [2022-09-29T12:13:54.801Z] 2437ff75d9bd: Pull complete [2022-09-29T12:13:54.801Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-09-29T12:13:54.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-29T12:13:54.801Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-29T12:13:55.099Z] prd-ubuntu20.04-docker-arm64-4c-16g-2119 does not seem to be running inside a container [2022-09-29T12:13:55.163Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-09-29T12:13:57.541Z] $ docker top 625532e594712fbbccdd8260f451aa52b55f989d9a2bb1fa24b9e86abc3a5b00 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:13:58.105Z] ---> job-cost.sh [2022-09-29T12:13:58.371Z] lf-activate-venv: SKIPPING [2022-09-29T12:13:58.371Z] INFO: No Stack... [2022-09-29T12:13:58.636Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-09-29T12:13:59.595Z] INFO: Archiving Costs [Pipeline] sh [2022-09-29T12:14:00.011Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2022-09-29T12:14:00.011Z] + cut -d, -f6 [Pipeline] lock [2022-09-29T12:14:00.110Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] [2022-09-29T12:14:00.114Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] did not exist. Created. [2022-09-29T12:14:00.114Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-09-29T12:14:00.528Z] /w/workspace/app-service-configurable/1@tmp/durable-7f38006f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-09-29T12:14:00.936Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-09-29T12:14:00.984Z] Warning: overwriting stash ‘stack-cost’ [2022-09-29T12:14:01.034Z] Stashed 1 file(s) [Pipeline] } [2022-09-29T12:14:01.048Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-09-29T12:14:01.125Z] $ docker stop --time=1 625532e594712fbbccdd8260f451aa52b55f989d9a2bb1fa24b9e86abc3a5b00 [2022-09-29T12:14:02.626Z] $ docker rm -f 625532e594712fbbccdd8260f451aa52b55f989d9a2bb1fa24b9e86abc3a5b00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-09-29T12:14:03.713Z] provisioning config files... [2022-09-29T12:14:03.724Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-471@tmp/config10441794943652691886tmp [Pipeline] { [Pipeline] sh [2022-09-29T12:14:04.092Z] + set +x [2022-09-29T12:14:04.092Z] + curl -s https://codecov.io/bash [2022-09-29T12:14:04.092Z] + bash -s -- [2022-09-29T12:14:04.092Z] [2022-09-29T12:14:04.092Z] _____ _ [2022-09-29T12:14:04.092Z] / ____| | | [2022-09-29T12:14:04.092Z] | | ___ __| | ___ ___ _____ __ [2022-09-29T12:14:04.092Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-09-29T12:14:04.092Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-09-29T12:14:04.092Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-09-29T12:14:04.092Z] Bash-1.0.6 [2022-09-29T12:14:04.092Z] [2022-09-29T12:14:04.092Z] [2022-09-29T12:14:04.092Z] ==> git version 2.25.1 found [2022-09-29T12:14:04.092Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-09-29T12:14:04.092Z] Release-Date: 2020-01-08 [2022-09-29T12:14:04.092Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-09-29T12:14:04.092Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-09-29T12:14:04.092Z] ==> Jenkins CI detected. [2022-09-29T12:14:04.092Z] current dir:  /w/workspace/_app-service-configurable_PR-471 [2022-09-29T12:14:04.092Z] project root: . [2022-09-29T12:14:04.092Z] --> token set from env [2022-09-29T12:14:04.092Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-09-29T12:14:04.092Z] ==> Running gcov in . (disable via -X gcov) [2022-09-29T12:14:04.092Z] ==> Python coveragepy not found [2022-09-29T12:14:04.092Z] ==> Searching for coverage reports in: [2022-09-29T12:14:04.092Z] + . [2022-09-29T12:14:04.092Z] -> Found 1 reports [2022-09-29T12:14:04.092Z] ==> Detecting git/mercurial file structure [2022-09-29T12:14:04.092Z] ==> Reading reports [2022-09-29T12:14:04.354Z] + ./coverage.out bytes=10 [2022-09-29T12:14:04.354Z] ==> Appending adjustments [2022-09-29T12:14:04.354Z] https://docs.codecov.io/docs/fixing-reports [2022-09-29T12:14:04.354Z] + Found adjustments [2022-09-29T12:14:04.354Z] ==> Gzipping contents [2022-09-29T12:14:04.354Z] 4.0K /tmp/codecov.cWtGvL.gz [2022-09-29T12:14:04.354Z] ==> Uploading reports [2022-09-29T12:14:04.354Z] url: https://codecov.io [2022-09-29T12:14:04.354Z] query: branch=PR-471&commit=1a9c69499b7a99db1cac16713f98a578d42741b9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-471%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=471&job=&cmd_args= [2022-09-29T12:14:04.354Z] -> Pinging Codecov [2022-09-29T12:14:04.354Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-471&commit=1a9c69499b7a99db1cac16713f98a578d42741b9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-471%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=471&job=&cmd_args= [2022-09-29T12:14:05.287Z] -> Uploading to [2022-09-29T12:14:05.287Z] https://storage.googleapis.com/codecov/v4/raw/2022-09-29/A97CA9966030D2A3747ED39772930CCE/1a9c69499b7a99db1cac16713f98a578d42741b9/669a8b94-537c-438c-9921-e4f330e11fa8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220929%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220929T121405Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8e5d1c40c0e640a7e366abc06927cfd2e45eab3698f26349391f85bbdb472820 [2022-09-29T12:14:05.287Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-29T12:14:05.287Z] Dload Upload Total Spent Left Speed [2022-09-29T12:14:05.546Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2186 --:--:-- --:--:-- --:--:-- 2195 [2022-09-29T12:14:05.546Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/1a9c69499b7a99db1cac16713f98a578d42741b9 [Pipeline] } [2022-09-29T12:14:05.573Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-09-29T12:14:07.358Z] + [ -d /w/workspace/_app-service-configurable_PR-471/archives ] [2022-09-29T12:14:07.358Z] + ls -al /w/workspace/_app-service-configurable_PR-471/archives [2022-09-29T12:14:07.358Z] total 16 [2022-09-29T12:14:07.358Z] drwxr-xr-x 3 root root 4096 Sep 29 12:08 . [2022-09-29T12:14:07.358Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 29 12:08 .. [2022-09-29T12:14:07.358Z] drwxr-xr-x 2 root root 4096 Sep 29 12:08 cost [2022-09-29T12:14:07.358Z] -rw-r--r-- 1 root root 96 Sep 29 12:08 cost.csv [2022-09-29T12:14:07.358Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-471/archives [2022-09-29T12:14:07.358Z] + ls -al /w/workspace/_app-service-configurable_PR-471/archives [2022-09-29T12:14:07.358Z] total 16 [2022-09-29T12:14:07.358Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 29 12:08 . [2022-09-29T12:14:07.358Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 29 12:08 .. [2022-09-29T12:14:07.358Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 29 12:08 cost [2022-09-29T12:14:07.358Z] -rw-r--r-- 1 jenkins jenkins 96 Sep 29 12:08 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:14:07.698Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:14:08.600Z] ---> package-listing.sh [2022-09-29T12:14:08.600Z] ++ tr '[:upper:]' '[:lower:]' [2022-09-29T12:14:08.600Z] ++ facter osfamily [2022-09-29T12:14:08.877Z] + OS_FAMILY=debian [2022-09-29T12:14:08.877Z] + workspace=/w/workspace/_app-service-configurable_PR-471 [2022-09-29T12:14:08.877Z] + START_PACKAGES=/tmp/packages_start.txt [2022-09-29T12:14:08.877Z] + END_PACKAGES=/tmp/packages_end.txt [2022-09-29T12:14:08.877Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-09-29T12:14:08.877Z] + PACKAGES=/tmp/packages_start.txt [2022-09-29T12:14:08.877Z] + '[' /w/workspace/_app-service-configurable_PR-471 ']' [2022-09-29T12:14:08.877Z] + PACKAGES=/tmp/packages_end.txt [2022-09-29T12:14:08.877Z] + case "${OS_FAMILY}" in [2022-09-29T12:14:08.877Z] + dpkg -l [2022-09-29T12:14:08.877Z] + grep '^ii' [2022-09-29T12:14:08.877Z] + '[' -f /tmp/packages_start.txt ']' [2022-09-29T12:14:08.877Z] + '[' -f /tmp/packages_end.txt ']' [2022-09-29T12:14:08.877Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-09-29T12:14:08.877Z] + '[' /w/workspace/_app-service-configurable_PR-471 ']' [2022-09-29T12:14:08.877Z] + mkdir -p /w/workspace/_app-service-configurable_PR-471/archives/ [2022-09-29T12:14:08.877Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-471/archives/ [Pipeline] echo [2022-09-29T12:14:08.912Z] 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-471/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-09-29T12:14:09.220Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-29T12:14:09.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-29T12:14:09.590Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-29T12:14:09.731Z] prd-ubuntu20.04-docker-8c-8g-2118 does not seem to be running inside a container [2022-09-29T12:14:09.791Z] $ 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-471/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-471 -v /w/workspace/_app-service-configurable_PR-471:/w/workspace/_app-service-configurable_PR-471:rw,z -v /w/workspace/_app-service-configurable_PR-471@tmp:/w/workspace/_app-service-configurable_PR-471@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-09-29T12:14:11.436Z] $ docker top e4dc485fee4c7c0d97c2f20dafdad8c6de1b44fce5ea4830e10c0959c6507da1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-29T12:14:11.862Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-09-29T12:14:12.167Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-09-29T12:14:12.477Z] + ls /var/log/sa-host [2022-09-29T12:14:12.477Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-29T12:14:12.604Z] provisioning config files... [2022-09-29T12:14:12.612Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-471@tmp/config15171895463075625893tmp [Pipeline] { [Pipeline] echo [2022-09-29T12:14:12.667Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:14:12.991Z] ---> create-netrc.sh [Pipeline] } [2022-09-29T12:14:13.021Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:14:13.434Z] ---> python-tools-install.sh [Pipeline] echo [2022-09-29T12:14:13.466Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:14:13.773Z] ---> sudo-logs.sh [2022-09-29T12:14:13.773Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-09-29T12:14:13.859Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:14:14.170Z] ---> job-cost.sh [2022-09-29T12:14:14.170Z] lf-activate-venv: SKIPPING [2022-09-29T12:14:14.170Z] DEBUG: total: 0.2199999988079071 [2022-09-29T12:14:14.170Z] INFO: Retrieving Stack Cost... [2022-09-29T12:14:14.740Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-09-29T12:14:15.000Z] INFO: Archiving Costs [Pipeline] echo [2022-09-29T12:14:15.033Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-29T12:14:15.348Z] ---> logs-deploy.sh [2022-09-29T12:14:15.348Z] lf-activate-venv: SKIPPING [2022-09-29T12:14:15.348Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-471/1 [2022-09-29T12:14:15.348Z] INFO: archiving workspace using pattern(s): [2022-09-29T12:14:16.285Z] Archives upload complete. [2022-09-29T12:14:16.546Z] INFO: archiving logs to Nexus [2022-09-29T12:14:17.125Z] ---> uname -a: [2022-09-29T12:14:17.125Z] Linux prd-ubuntu20-04-docker-8c-8g-2118 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-09-29T12:14:17.125Z] [2022-09-29T12:14:17.125Z] [2022-09-29T12:14:17.125Z] ---> lscpu: [2022-09-29T12:14:17.125Z] Architecture: x86_64 [2022-09-29T12:14:17.125Z] CPU op-mode(s): 32-bit, 64-bit [2022-09-29T12:14:17.125Z] Byte Order: Little Endian [2022-09-29T12:14:17.125Z] Address sizes: 40 bits physical, 48 bits virtual [2022-09-29T12:14:17.125Z] CPU(s): 8 [2022-09-29T12:14:17.125Z] On-line CPU(s) list: 0-7 [2022-09-29T12:14:17.125Z] Thread(s) per core: 1 [2022-09-29T12:14:17.125Z] Core(s) per socket: 1 [2022-09-29T12:14:17.125Z] Socket(s): 8 [2022-09-29T12:14:17.125Z] NUMA node(s): 1 [2022-09-29T12:14:17.125Z] Vendor ID: AuthenticAMD [2022-09-29T12:14:17.125Z] CPU family: 23 [2022-09-29T12:14:17.125Z] Model: 49 [2022-09-29T12:14:17.125Z] Model name: AMD EPYC-Rome Processor [2022-09-29T12:14:17.125Z] Stepping: 0 [2022-09-29T12:14:17.125Z] CPU MHz: 2799.998 [2022-09-29T12:14:17.125Z] BogoMIPS: 5599.99 [2022-09-29T12:14:17.125Z] Virtualization: AMD-V [2022-09-29T12:14:17.125Z] Hypervisor vendor: KVM [2022-09-29T12:14:17.125Z] Virtualization type: full [2022-09-29T12:14:17.125Z] L1d cache: 256 KiB [2022-09-29T12:14:17.125Z] L1i cache: 256 KiB [2022-09-29T12:14:17.125Z] L2 cache: 4 MiB [2022-09-29T12:14:17.125Z] L3 cache: 128 MiB [2022-09-29T12:14:17.125Z] NUMA node0 CPU(s): 0-7 [2022-09-29T12:14:17.125Z] Vulnerability Itlb multihit: Not affected [2022-09-29T12:14:17.125Z] Vulnerability L1tf: Not affected [2022-09-29T12:14:17.125Z] Vulnerability Mds: Not affected [2022-09-29T12:14:17.125Z] Vulnerability Meltdown: Not affected [2022-09-29T12:14:17.125Z] Vulnerability Mmio stale data: Not affected [2022-09-29T12:14:17.125Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-09-29T12:14:17.125Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-09-29T12:14:17.125Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-09-29T12:14:17.125Z] Vulnerability Srbds: Not affected [2022-09-29T12:14:17.125Z] Vulnerability Tsx async abort: Not affected [2022-09-29T12:14:17.125Z] 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 [2022-09-29T12:14:17.125Z] [2022-09-29T12:14:17.125Z] [2022-09-29T12:14:17.125Z] ---> nproc: [2022-09-29T12:14:17.125Z] 8 [2022-09-29T12:14:17.125Z] [2022-09-29T12:14:17.125Z] [2022-09-29T12:14:17.125Z] ---> df -h: [2022-09-29T12:14:17.125Z] Filesystem Size Used Avail Use% Mounted on [2022-09-29T12:14:17.125Z] overlay 155G 12G 144G 8% / [2022-09-29T12:14:17.125Z] tmpfs 64M 0 64M 0% /dev [2022-09-29T12:14:17.126Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-09-29T12:14:17.126Z] shm 64M 0 64M 0% /dev/shm [2022-09-29T12:14:17.126Z] /dev/vda1 155G 12G 144G 8% /facter-os [2022-09-29T12:14:17.126Z] [2022-09-29T12:14:17.126Z] [2022-09-29T12:14:17.126Z] ---> sar -b -r -n DEV: [2022-09-29T12:14:17.126Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2118) 09/29/22 _x86_64_ (8 CPU) [2022-09-29T12:14:17.126Z] [2022-09-29T12:14:17.126Z] 12:03:38 LINUX RESTART (8 CPU) [2022-09-29T12:14:17.126Z] [2022-09-29T12:14:17.126Z] 12:04:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-09-29T12:14:17.126Z] 12:05:02 116.51 47.70 68.80 0.00 5392.58 61131.47 0.00 [2022-09-29T12:14:17.126Z] 12:06:01 118.17 1.17 117.01 0.00 49.05 50500.68 0.00 [2022-09-29T12:14:17.126Z] 12:07:01 147.96 0.20 147.76 0.00 11.73 43270.65 0.00 [2022-09-29T12:14:17.126Z] 12:08:01 93.55 0.03 93.52 0.00 2.93 29438.16 0.00 [2022-09-29T12:14:17.126Z] 12:09:01 38.28 1.00 37.28 0.00 71.05 29276.34 0.00 [2022-09-29T12:14:17.126Z] 12:10:01 42.38 9.38 32.99 0.00 2838.73 17355.91 0.00 [2022-09-29T12:14:17.126Z] 12:11:01 3.08 0.00 3.08 0.00 0.00 12648.83 0.00 [2022-09-29T12:14:17.126Z] 12:12:01 3.47 0.00 3.47 0.00 0.00 12653.09 0.00 [2022-09-29T12:14:17.126Z] 12:13:01 3.08 0.00 3.08 0.00 0.00 12512.85 0.00 [2022-09-29T12:14:17.126Z] 12:14:01 3.70 0.00 3.70 0.00 0.00 12653.25 0.00 [2022-09-29T12:14:17.126Z] Average: 56.82 5.89 50.93 0.00 830.25 28052.46 0.00 [2022-09-29T12:14:17.126Z] [2022-09-29T12:14:17.126Z] 12:04:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-09-29T12:14:17.126Z] 12:05:02 29999572 31638204 701104 2.13 59424 1885072 2056076 6.06 929576 1648268 572 [2022-09-29T12:14:17.126Z] 12:06:01 28674584 31600676 696896 2.12 101896 3058900 1881576 5.55 1087400 2699368 142320 [2022-09-29T12:14:17.126Z] 12:07:01 28453116 31442272 848952 2.58 135140 3073680 2136956 6.30 1279640 2709600 5808 [2022-09-29T12:14:17.126Z] 12:08:01 28099916 31548508 745004 2.27 138212 3511840 2041664 6.02 1207768 3117536 221688 [2022-09-29T12:14:17.126Z] 12:09:01 27826880 31574240 716832 2.18 147944 3763956 1789676 5.27 1205044 3356724 12876 [2022-09-29T12:14:17.126Z] 12:10:01 27552772 31562376 720844 2.19 165056 3995384 1838656 5.42 1349324 3458552 44 [2022-09-29T12:14:17.126Z] 12:11:01 27556392 31566100 717064 2.18 165132 3995388 1838656 5.42 1345616 3458556 168 [2022-09-29T12:14:17.126Z] 12:12:01 27557024 31567188 716280 2.18 165220 3995388 1838656 5.42 1345640 3458976 36 [2022-09-29T12:14:17.126Z] 12:13:01 27562876 31573124 710388 2.16 165308 3995388 1838656 5.42 1339200 3458980 12 [2022-09-29T12:14:17.126Z] 12:14:01 27562204 31572948 710712 2.16 165392 3995528 1838656 5.42 1339340 3459364 4 [2022-09-29T12:14:17.126Z] Average: 28084534 31564564 728408 2.22 140872 3527052 1909923 5.63 1242855 3082592 38353 [2022-09-29T12:14:17.126Z] [2022-09-29T12:14:17.126Z] 12:04:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-09-29T12:14:17.126Z] 12:05:02 docker0 0.00 0.05 0.00 0.01 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:05:02 ens3 409.42 290.36 2470.68 71.50 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:05:02 veth3637ed1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:05:02 lo 4.34 4.34 0.41 0.41 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:06:01 docker0 140.94 204.44 11.79 1753.61 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:06:01 ens3 375.05 246.39 5772.54 36.66 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:06:01 lo 2.98 2.98 0.29 0.29 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:07:01 veth9b79561 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:07:01 docker0 5.77 7.73 0.31 40.73 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:07:01 ens3 55.04 58.07 79.59 100.55 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:07:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:08:01 docker0 3.30 6.37 0.21 60.61 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:08:01 ens3 122.33 78.44 2634.89 16.96 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:08:01 lo 1.73 1.73 0.16 0.16 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:09:01 ens3 34.76 23.78 228.45 7.00 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:09:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:10:01 ens3 74.00 38.16 1086.53 2.81 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:10:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:11:01 ens3 0.10 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:12:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:13:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:14:01 ens3 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] 12:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] Average: docker0 14.82 21.60 1.22 183.26 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] Average: ens3 106.16 72.90 1217.80 23.45 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] Average: lo 1.05 1.05 0.10 0.10 0.00 0.00 0.00 0.00 [2022-09-29T12:14:17.126Z] [2022-09-29T12:14:17.126Z] [2022-09-29T12:14:17.126Z] ---> sar -P ALL: [2022-09-29T12:14:17.126Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2118) 09/29/22 _x86_64_ (8 CPU) [2022-09-29T12:14:17.126Z] [2022-09-29T12:14:17.126Z] 12:03:38 LINUX RESTART (8 CPU) [2022-09-29T12:14:17.126Z] [2022-09-29T12:14:17.126Z] 12:04:02 CPU %user %nice %system %iowait %steal %idle [2022-09-29T12:14:17.126Z] 12:05:02 all 6.30 0.00 1.86 6.68 0.10 85.06 [2022-09-29T12:14:17.126Z] 12:05:02 0 6.83 0.00 2.09 16.18 0.17 74.74 [2022-09-29T12:14:17.126Z] 12:05:02 1 6.12 0.00 1.77 3.26 0.09 88.77 [2022-09-29T12:14:17.126Z] 12:05:02 2 4.93 0.00 2.41 2.34 0.07 90.25 [2022-09-29T12:14:17.126Z] 12:05:02 3 8.61 0.00 1.21 1.26 0.05 88.88 [2022-09-29T12:14:17.126Z] 12:05:02 4 6.69 0.00 1.31 2.80 0.14 89.07 [2022-09-29T12:14:17.126Z] 12:05:02 5 5.01 0.00 1.80 9.91 0.07 83.21 [2022-09-29T12:14:17.126Z] 12:05:02 6 5.66 0.00 2.27 8.56 0.12 83.39 [2022-09-29T12:14:17.126Z] 12:05:02 7 6.58 0.00 2.03 9.11 0.07 82.20 [2022-09-29T12:14:17.126Z] 12:06:01 all 5.69 0.00 2.46 7.76 0.15 83.94 [2022-09-29T12:14:17.126Z] 12:06:01 0 4.80 0.00 2.41 10.76 0.05 81.98 [2022-09-29T12:14:17.126Z] 12:06:01 1 6.31 0.00 1.91 3.39 0.07 88.31 [2022-09-29T12:14:17.126Z] 12:06:01 2 7.94 0.00 2.56 2.20 0.19 87.11 [2022-09-29T12:14:17.126Z] 12:06:01 3 3.93 0.00 1.64 0.36 0.19 93.89 [2022-09-29T12:14:17.126Z] 12:06:01 4 6.82 0.00 2.82 0.92 0.10 89.34 [2022-09-29T12:14:17.126Z] 12:06:01 5 5.28 0.00 3.23 25.35 0.10 66.03 [2022-09-29T12:14:17.126Z] 12:06:01 6 5.36 0.00 2.29 1.35 0.10 90.90 [2022-09-29T12:14:17.126Z] 12:06:01 7 5.09 0.00 2.82 17.76 0.41 73.91 [2022-09-29T12:14:17.126Z] 12:07:01 all 17.17 0.00 5.12 6.15 0.12 71.44 [2022-09-29T12:14:17.126Z] 12:07:01 0 18.16 0.00 6.53 25.71 0.10 49.49 [2022-09-29T12:14:17.126Z] 12:07:01 1 17.02 0.00 4.53 3.04 0.10 75.31 [2022-09-29T12:14:17.126Z] 12:07:01 2 17.59 0.00 5.58 6.11 0.08 70.63 [2022-09-29T12:14:17.126Z] 12:07:01 3 15.27 0.00 4.57 1.34 0.14 78.69 [2022-09-29T12:14:17.126Z] 12:07:01 4 17.44 0.00 4.45 1.10 0.12 76.89 [2022-09-29T12:14:17.126Z] 12:07:01 5 17.89 0.00 4.69 2.89 0.08 74.45 [2022-09-29T12:14:17.126Z] 12:07:01 6 16.60 0.00 4.80 6.75 0.22 71.64 [2022-09-29T12:14:17.126Z] 12:07:01 7 17.40 0.00 5.78 2.31 0.14 74.38 [2022-09-29T12:14:17.126Z] 12:08:01 all 16.20 0.00 3.25 8.07 0.14 72.33 [2022-09-29T12:14:17.126Z] 12:08:01 0 14.89 0.00 3.22 0.76 0.17 80.97 [2022-09-29T12:14:17.126Z] 12:08:01 1 17.37 0.00 3.12 2.97 0.15 76.39 [2022-09-29T12:14:17.126Z] 12:08:01 2 18.26 0.00 3.51 1.74 0.08 76.41 [2022-09-29T12:14:17.126Z] 12:08:01 3 15.33 0.00 3.21 30.88 0.08 50.50 [2022-09-29T12:14:17.126Z] 12:08:01 4 16.60 0.00 2.99 2.18 0.15 78.07 [2022-09-29T12:14:17.126Z] 12:08:01 5 16.89 0.00 2.71 2.85 0.28 77.26 [2022-09-29T12:14:17.126Z] 12:08:01 6 13.73 0.00 3.94 13.09 0.07 69.17 [2022-09-29T12:14:17.126Z] 12:08:01 7 16.55 0.00 3.32 10.25 0.10 69.78 [2022-09-29T12:14:17.126Z] 12:09:01 all 1.97 0.00 0.93 3.63 0.06 93.41 [2022-09-29T12:14:17.126Z] 12:09:01 0 2.10 0.00 0.97 0.52 0.07 96.34 [2022-09-29T12:14:17.126Z] 12:09:01 1 2.25 0.00 0.74 2.92 0.07 94.03 [2022-09-29T12:14:17.126Z] 12:09:01 2 1.49 0.00 1.66 0.12 0.02 96.72 [2022-09-29T12:14:17.126Z] 12:09:01 3 1.54 0.00 0.67 0.57 0.05 97.18 [2022-09-29T12:14:17.126Z] 12:09:01 4 1.87 0.00 0.32 0.03 0.12 97.67 [2022-09-29T12:14:17.126Z] 12:09:01 5 2.00 0.00 1.00 0.38 0.07 96.54 [2022-09-29T12:14:17.126Z] 12:09:01 6 1.34 0.00 0.94 19.44 0.05 78.23 [2022-09-29T12:14:17.126Z] 12:09:01 7 3.18 0.00 1.17 5.09 0.07 90.49 [2022-09-29T12:14:17.126Z] 12:10:01 all 1.31 0.00 0.86 3.41 0.04 94.37 [2022-09-29T12:14:17.126Z] 12:10:01 0 1.69 0.00 0.92 1.00 0.03 96.36 [2022-09-29T12:14:17.126Z] 12:10:01 1 1.87 0.00 0.92 0.10 0.03 97.08 [2022-09-29T12:14:17.126Z] 12:10:01 2 1.45 0.00 0.68 3.42 0.02 94.42 [2022-09-29T12:14:17.126Z] 12:10:01 3 0.60 0.00 0.45 0.15 0.02 98.78 [2022-09-29T12:14:17.126Z] 12:10:01 4 1.84 0.00 0.50 0.83 0.05 96.78 [2022-09-29T12:14:17.126Z] 12:10:01 5 1.10 0.00 0.63 0.93 0.03 97.30 [2022-09-29T12:14:17.126Z] 12:10:01 6 0.87 0.00 0.65 16.92 0.10 81.46 [2022-09-29T12:14:17.126Z] 12:10:01 7 1.07 0.00 2.09 3.98 0.07 92.80 [2022-09-29T12:14:17.126Z] 12:11:01 all 0.06 0.00 0.01 0.14 0.02 99.77 [2022-09-29T12:14:17.126Z] 12:11:01 0 0.05 0.00 0.02 0.02 0.03 99.88 [2022-09-29T12:14:17.126Z] 12:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-29T12:14:17.126Z] 12:11:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2022-09-29T12:14:17.126Z] 12:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-29T12:14:17.126Z] 12:11:01 4 0.27 0.00 0.02 0.00 0.02 99.70 [2022-09-29T12:14:17.126Z] 12:11:01 5 0.03 0.00 0.02 0.00 0.05 99.90 [2022-09-29T12:14:17.126Z] 12:11:01 6 0.02 0.00 0.02 1.14 0.02 98.81 [2022-09-29T12:14:17.126Z] 12:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-29T12:14:17.126Z] 12:12:01 all 0.03 0.00 0.03 0.13 0.02 99.79 [2022-09-29T12:14:17.126Z] 12:12:01 0 0.02 0.00 0.03 0.03 0.08 99.83 [2022-09-29T12:14:17.126Z] 12:12:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2022-09-29T12:14:17.126Z] 12:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-29T12:14:17.126Z] 12:12:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2022-09-29T12:14:17.126Z] 12:12:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2022-09-29T12:14:17.126Z] 12:12:01 5 0.07 0.00 0.03 0.00 0.00 99.90 [2022-09-29T12:14:17.126Z] 12:12:01 6 0.05 0.00 0.03 1.03 0.02 98.87 [2022-09-29T12:14:17.126Z] 12:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-29T12:14:17.126Z] 12:13:01 all 0.07 0.00 0.01 0.22 0.03 99.67 [2022-09-29T12:14:17.126Z] 12:13:01 0 0.05 0.00 0.00 0.20 0.03 99.72 [2022-09-29T12:14:17.126Z] 12:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-29T12:14:17.126Z] 12:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-29T12:14:17.126Z] 12:13:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2022-09-29T12:14:17.126Z] 12:13:01 4 0.33 0.00 0.00 0.00 0.00 99.67 [2022-09-29T12:14:17.126Z] 12:13:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2022-09-29T12:14:17.126Z] 12:13:01 6 0.05 0.00 0.03 1.57 0.03 98.32 [2022-09-29T12:14:17.126Z] 12:13:01 7 0.00 0.00 0.00 0.00 0.17 99.83 [2022-09-29T12:14:17.126Z] 12:14:01 all 0.08 0.00 0.02 0.18 0.02 99.71 [2022-09-29T12:14:17.126Z] 12:14:01 0 0.02 0.00 0.03 0.12 0.00 99.83 [2022-09-29T12:14:17.126Z] 12:14:01 1 0.00 0.00 0.02 0.05 0.02 99.92 [2022-09-29T12:14:17.126Z] 12:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-29T12:14:17.126Z] 12:14:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2022-09-29T12:14:17.126Z] 12:14:01 4 0.50 0.00 0.07 0.02 0.02 99.40 [2022-09-29T12:14:17.126Z] 12:14:01 5 0.05 0.00 0.00 0.12 0.02 99.82 [2022-09-29T12:14:17.126Z] 12:14:01 6 0.03 0.00 0.02 1.13 0.08 98.73 [2022-09-29T12:14:17.126Z] 12:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-29T12:14:17.126Z] Average: all 4.85 0.00 1.44 3.61 0.07 90.02 [2022-09-29T12:14:17.126Z] Average: 0 4.83 0.00 1.61 5.47 0.07 88.02 [2022-09-29T12:14:17.126Z] Average: 1 5.06 0.00 1.30 1.56 0.05 92.03 [2022-09-29T12:14:17.126Z] Average: 2 5.13 0.00 1.63 1.58 0.05 91.61 [2022-09-29T12:14:17.126Z] Average: 3 4.50 0.00 1.17 3.43 0.06 90.84 [2022-09-29T12:14:17.126Z] Average: 4 5.21 0.00 1.24 0.78 0.07 92.70 [2022-09-29T12:14:17.126Z] Average: 5 4.81 0.00 1.41 4.18 0.07 89.53 [2022-09-29T12:14:17.126Z] Average: 6 4.33 0.00 1.49 7.09 0.08 87.01 [2022-09-29T12:14:17.126Z] Average: 7 4.96 0.00 1.71 4.80 0.10 88.43 [2022-09-29T12:14:17.126Z] [2022-09-29T12:14:17.126Z] [2022-09-29T12:14:17.126Z]