Pull request #477 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5+ee0f2af198d68599fcc48571f369dfb39fe08e9f (4ea69f9c51f27a3a982f7ba0c14258eccfc604d9) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9529409096748584193.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10559398315187752171.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-477/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-477/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13287209646944961053.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-477/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh169155717313688433.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3215473021804136775.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-477/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-477/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5082916207069594482.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9292 in /w/workspace/_app-service-configurable_PR-477 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-477 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/477/head:refs/remotes/origin/PR-477 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ee0f2af198d68599fcc48571f369dfb39fe08e9f into PR head commit 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 Merge succeeded, producing 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 Checking out Revision 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 (PR-477) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-24T12:04:45.144Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-24T12:04:45.318Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-24T12:04:45.418Z] ========================================================= [2022-10-24T12:04:45.418Z] EdgeX Global Pipelines Version Info [2022-10-24T12:04:45.418Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge ee0f2af198d68599fcc48571f369dfb39fe08e9f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 # timeout=10 [2022-10-24T12:04:46.152Z] ------------------- [2022-10-24T12:04:46.152Z] stable info: [2022-10-24T12:04:46.152Z] ------------------- [2022-10-24T12:04:46.152Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-24T12:04:46.152Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-24T12:04:46.152Z] Message: update stable to v1.0.243 [2022-10-24T12:04:46.723Z] ------------------- [2022-10-24T12:04:46.723Z] experimental info: [2022-10-24T12:04:46.723Z] ------------------- [2022-10-24T12:04:46.723Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-24T12:04:46.723Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-24T12:04:46.723Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-24T12:04:47.022Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-10-24T12:04:47.064Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-10-24T12:04:47.105Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-24T12:04:47.149Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-24T12:04:47.191Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-24T12:04:47.230Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-24T12:04:47.268Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-24T12:04:47.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-24T12:04:47.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-24T12:04:47.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-24T12:04:47.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-24T12:04:47.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-10-24T12:04:47.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-24T12:04:47.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-24T12:04:47.596Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-24T12:04:47.637Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-24T12:04:47.676Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-24T12:04:47.717Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-24T12:04:47.764Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-24T12:04:47.804Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-24T12:04:47.847Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-24T12:04:47.888Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-24T12:04:47.931Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-24T12:04:47.967Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-24T12:04:48.008Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-24T12:04:48.049Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-24T12:04:48.089Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-24T12:04:48.127Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-477 [Pipeline] echo [2022-10-24T12:04:48.166Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-477 [Pipeline] echo [2022-10-24T12:04:48.209Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-477 [Pipeline] echo [2022-10-24T12:04:48.251Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [Pipeline] echo [2022-10-24T12:04:48.292Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e8aa57 [Pipeline] echo [2022-10-24T12:04:48.342Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T12:04:48.464Z] provisioning config files... [2022-10-24T12:04:48.481Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-477@tmp/config9224601551020401219tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T12:04:48.844Z] ---> docker-login.sh [2022-10-24T12:04:48.844Z] nexus3.edgexfoundry.org:10001 [2022-10-24T12:04:49.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:04:49.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:04:49.105Z] Configure a credential helper to remove this warning. See [2022-10-24T12:04:49.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:04:49.105Z] [2022-10-24T12:04:49.105Z] Login Succeeded [2022-10-24T12:04:49.105Z] nexus3.edgexfoundry.org:10002 [2022-10-24T12:04:49.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:04:49.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:04:49.105Z] Configure a credential helper to remove this warning. See [2022-10-24T12:04:49.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:04:49.105Z] [2022-10-24T12:04:49.105Z] Login Succeeded [2022-10-24T12:04:49.105Z] nexus3.edgexfoundry.org:10003 [2022-10-24T12:04:49.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:04:49.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:04:49.365Z] Configure a credential helper to remove this warning. See [2022-10-24T12:04:49.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:04:49.365Z] [2022-10-24T12:04:49.365Z] Login Succeeded [2022-10-24T12:04:49.365Z] nexus3.edgexfoundry.org:10004 [2022-10-24T12:04:49.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:04:49.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:04:49.365Z] Configure a credential helper to remove this warning. See [2022-10-24T12:04:49.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:04:49.365Z] [2022-10-24T12:04:49.365Z] Login Succeeded [2022-10-24T12:04:49.365Z] docker.io [2022-10-24T12:04:49.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:04:49.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:04:49.885Z] Configure a credential helper to remove this warning. See [2022-10-24T12:04:49.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:04:49.885Z] [2022-10-24T12:04:49.885Z] Login Succeeded [2022-10-24T12:04:49.885Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T12:04:49.913Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-24T12:04:50.522Z] + git rev-list -1 --merges 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5~1..7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [Pipeline] echo [2022-10-24T12:04:50.570Z] -----------> git rev-list -1 --merges 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5~1..7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [false] [Pipeline] sh [2022-10-24T12:04:50.884Z] + git log --format=format:%s -1 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [Pipeline] echo [2022-10-24T12:04:50.918Z] ========================================================= [2022-10-24T12:04:50.918Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-24T12:04:50.918Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-24T12:04:51.352Z] + git log --format=format:%s -1 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [Pipeline] echo [2022-10-24T12:04:51.383Z] [semverPrep] GIT_COMMIT: 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo [2022-10-24T12:04:51.416Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-24T12:04:51.784Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-24T12:04:51.784Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-24T12:04:51.784Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-24T12:04:51.784Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-24T12:04:51.784Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-24T12:04:51.784Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-24T12:04:51.784Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:04:52.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T12:04:52.211Z] [2022-10-24T12:04:52.211Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:04:52.597Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T12:04:52.597Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-24T12:04:52.597Z] b85a868b505f: Pulling fs layer [2022-10-24T12:04:52.597Z] e2be974225ed: Pulling fs layer [2022-10-24T12:04:52.597Z] 339a4e72a1f5: Pulling fs layer [2022-10-24T12:04:52.597Z] 988bab9f4d93: Pulling fs layer [2022-10-24T12:04:52.597Z] 1469e6f7b9e6: Pulling fs layer [2022-10-24T12:04:52.597Z] eaf3925da568: Pulling fs layer [2022-10-24T12:04:52.597Z] bab4dde63d76: Pulling fs layer [2022-10-24T12:04:52.597Z] bde34c3a00c8: Pulling fs layer [2022-10-24T12:04:52.597Z] b352a97aabf1: Pulling fs layer [2022-10-24T12:04:52.597Z] 4872d77fe225: Pulling fs layer [2022-10-24T12:04:52.597Z] 5851b861e8e6: Pulling fs layer [2022-10-24T12:04:52.597Z] bab4dde63d76: Waiting [2022-10-24T12:04:52.597Z] bde34c3a00c8: Waiting [2022-10-24T12:04:52.597Z] b352a97aabf1: Waiting [2022-10-24T12:04:52.597Z] 4872d77fe225: Waiting [2022-10-24T12:04:52.597Z] 5851b861e8e6: Waiting [2022-10-24T12:04:52.597Z] eaf3925da568: Waiting [2022-10-24T12:04:52.597Z] 1469e6f7b9e6: Waiting [2022-10-24T12:04:52.597Z] e2be974225ed: Verifying Checksum [2022-10-24T12:04:52.597Z] e2be974225ed: Download complete [2022-10-24T12:04:52.597Z] 988bab9f4d93: Verifying Checksum [2022-10-24T12:04:52.597Z] 988bab9f4d93: Download complete [2022-10-24T12:04:52.860Z] 339a4e72a1f5: Verifying Checksum [2022-10-24T12:04:52.860Z] 339a4e72a1f5: Download complete [2022-10-24T12:04:52.860Z] 1469e6f7b9e6: Verifying Checksum [2022-10-24T12:04:52.860Z] 1469e6f7b9e6: Download complete [2022-10-24T12:04:52.860Z] eaf3925da568: Verifying Checksum [2022-10-24T12:04:52.860Z] eaf3925da568: Download complete [2022-10-24T12:04:52.860Z] bde34c3a00c8: Verifying Checksum [2022-10-24T12:04:52.860Z] bde34c3a00c8: Download complete [2022-10-24T12:04:52.860Z] b352a97aabf1: Download complete [2022-10-24T12:04:52.860Z] 4872d77fe225: Verifying Checksum [2022-10-24T12:04:52.860Z] 4872d77fe225: Download complete [2022-10-24T12:04:52.860Z] 5851b861e8e6: Download complete [2022-10-24T12:04:52.860Z] b85a868b505f: Verifying Checksum [2022-10-24T12:04:52.860Z] b85a868b505f: Download complete [2022-10-24T12:04:53.119Z] bab4dde63d76: Verifying Checksum [2022-10-24T12:04:53.119Z] bab4dde63d76: Download complete [2022-10-24T12:04:54.496Z] b85a868b505f: Pull complete [2022-10-24T12:04:54.496Z] e2be974225ed: Pull complete [2022-10-24T12:04:54.756Z] 339a4e72a1f5: Pull complete [2022-10-24T12:04:54.756Z] 988bab9f4d93: Pull complete [2022-10-24T12:04:55.017Z] 1469e6f7b9e6: Pull complete [2022-10-24T12:04:55.276Z] eaf3925da568: Pull complete [2022-10-24T12:04:57.181Z] bab4dde63d76: Pull complete [2022-10-24T12:04:57.181Z] bde34c3a00c8: Pull complete [2022-10-24T12:04:57.181Z] b352a97aabf1: Pull complete [2022-10-24T12:04:57.441Z] 4872d77fe225: Pull complete [2022-10-24T12:04:57.441Z] 5851b861e8e6: Pull complete [2022-10-24T12:04:57.441Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-24T12:04:57.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T12:04:57.441Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T12:04:57.656Z] prd-ubuntu20.04-docker-8c-8g-9292 does not seem to be running inside a container [2022-10-24T12:04:57.688Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-477 -v /w/workspace/_app-service-configurable_PR-477:/w/workspace/_app-service-configurable_PR-477:rw,z -v /w/workspace/_app-service-configurable_PR-477@tmp:/w/workspace/_app-service-configurable_PR-477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-24T12:04:59.437Z] $ docker top 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 -eo pid,comm [2022-10-24T12:04:59.496Z] 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-10-24T12:04:59.496Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-24T12:04:59.618Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-24T12:04:59.619Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-24T12:04:59.734Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-24T12:04:59.738Z] $ docker exec 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 ssh-agent [2022-10-24T12:04:59.847Z] SSH_AUTH_SOCK=/tmp/ssh-9LdnPUzfX56v/agent.32 [2022-10-24T12:04:59.847Z] SSH_AGENT_PID=38 [2022-10-24T12:04:59.854Z] Running ssh-add (command line suppressed) [2022-10-24T12:04:59.968Z] Identity added: /w/workspace/_app-service-configurable_PR-477@tmp/private_key_10693328894804560799.key (/w/workspace/_app-service-configurable_PR-477@tmp/private_key_10693328894804560799.key) [2022-10-24T12:04:59.979Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-24T12:05:00.306Z] + git tag --points-at HEAD [Pipeline] } [2022-10-24T12:05:00.334Z] $ docker exec --env ******** --env ******** 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 ssh-agent -k [2022-10-24T12:05:00.447Z] unset SSH_AUTH_SOCK; [2022-10-24T12:05:00.447Z] unset SSH_AGENT_PID; [2022-10-24T12:05:00.447Z] echo Agent pid 38 killed; [2022-10-24T12:05:00.458Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-24T12:05:00.545Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-24T12:05:00.545Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-24T12:05:00.657Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-24T12:05:00.661Z] $ docker exec 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 ssh-agent [2022-10-24T12:05:00.771Z] SSH_AUTH_SOCK=/tmp/ssh-xMHAJy8U4n6B/agent.70 [2022-10-24T12:05:00.771Z] SSH_AGENT_PID=76 [2022-10-24T12:05:00.777Z] Running ssh-add (command line suppressed) [2022-10-24T12:05:00.891Z] Identity added: /w/workspace/_app-service-configurable_PR-477@tmp/private_key_10235662884898072187.key (/w/workspace/_app-service-configurable_PR-477@tmp/private_key_10235662884898072187.key) [2022-10-24T12:05:00.904Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-24T12:05:01.233Z] + git semver init [2022-10-24T12:05:01.495Z] 2022-10-24 12:05:01,424 [run_init] DEBUG init version:0.0.0 force:False [2022-10-24T12:05:01.495Z] 2022-10-24 12:05:01,425 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-477/.semver [2022-10-24T12:05:01.495Z] 2022-10-24 12:05:01,425 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-477/.semver [2022-10-24T12:05:01.495Z] 2022-10-24 12:05:01,425 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-477/.semver'], cwd=/w/workspace/_app-service-configurable_PR-477, universal_newlines=False, shell=None, istream=None) [2022-10-24T12:05:02.885Z] 2022-10-24 12:05:02,461 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-477/.git/info/exclude [2022-10-24T12:05:02.885Z] 2022-10-24 12:05:02,462 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-477/.semver/PR-477 with force:False [2022-10-24T12:05:02.885Z] 2022-10-24 12:05:02,462 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-477/.semver/PR-477 [2022-10-24T12:05:02.885Z] 2022-10-24 12:05:02,466 [execute] INFO git cat-file --batch-check [2022-10-24T12:05:02.885Z] 2022-10-24 12:05:02,467 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-477/.semver, universal_newlines=False, shell=None, istream=) [2022-10-24T12:05:02.885Z] 2022-10-24 12:05:02,475 [execute] INFO git cat-file --batch [2022-10-24T12:05:02.885Z] 2022-10-24 12:05:02,475 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-477/.semver, universal_newlines=False, shell=None, istream=) [2022-10-24T12:05:02.885Z] 2022-10-24 12:05:02,481 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-477/.semver/PR-477 [2022-10-24T12:05:02.885Z] 0.0.0 [Pipeline] } [2022-10-24T12:05:02.913Z] $ docker exec --env ******** --env ******** 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 ssh-agent -k [2022-10-24T12:05:03.020Z] unset SSH_AUTH_SOCK; [2022-10-24T12:05:03.021Z] unset SSH_AGENT_PID; [2022-10-24T12:05:03.021Z] echo Agent pid 76 killed; [2022-10-24T12:05:03.030Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-24T12:05:03.441Z] + git semver [Pipeline] } [2022-10-24T12:05:03.728Z] $ docker stop --time=1 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 [2022-10-24T12:05:05.068Z] $ docker rm -f 0919ca8d97d322acaf55bf6e87054ba44a714f83adbdafa196cbf79f115ea010 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T12:05:05.480Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-24T12:05:05.716Z] Stashed 1 file(s) [Pipeline] echo [2022-10-24T12:05:05.734Z] [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-10-24T12:05:06.307Z] provisioning config files... [2022-10-24T12:05:06.316Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-477@tmp/config8300735253330532049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T12:05:06.668Z] ---> docker-login.sh [2022-10-24T12:05:06.668Z] nexus3.edgexfoundry.org:10001 [2022-10-24T12:05:06.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:05:06.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:05:06.668Z] Configure a credential helper to remove this warning. See [2022-10-24T12:05:06.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:05:06.668Z] [2022-10-24T12:05:06.668Z] Login Succeeded [2022-10-24T12:05:06.668Z] nexus3.edgexfoundry.org:10002 [2022-10-24T12:05:06.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:05:06.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:05:06.668Z] Configure a credential helper to remove this warning. See [2022-10-24T12:05:06.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:05:06.668Z] [2022-10-24T12:05:06.668Z] Login Succeeded [2022-10-24T12:05:06.668Z] nexus3.edgexfoundry.org:10003 [2022-10-24T12:05:06.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:05:06.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:05:06.928Z] Configure a credential helper to remove this warning. See [2022-10-24T12:05:06.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:05:06.928Z] [2022-10-24T12:05:06.928Z] Login Succeeded [2022-10-24T12:05:06.928Z] nexus3.edgexfoundry.org:10004 [2022-10-24T12:05:06.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:05:06.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:05:06.928Z] Configure a credential helper to remove this warning. See [2022-10-24T12:05:06.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:05:06.928Z] [2022-10-24T12:05:06.928Z] Login Succeeded [2022-10-24T12:05:06.928Z] docker.io [2022-10-24T12:05:07.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:05:07.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:05:07.452Z] Configure a credential helper to remove this warning. See [2022-10-24T12:05:07.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:05:07.452Z] [2022-10-24T12:05:07.452Z] Login Succeeded [2022-10-24T12:05:07.452Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T12:05:07.486Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-24T12:05:07.701Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T12:05:07.739Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T12:05:07.771Z] ========================================================= [2022-10-24T12:05:07.771Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-24T12:05:07.771Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:05:08.246Z] + 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-10-24T12:05:08.247Z] Sending build context to Docker daemon 3.165MB [2022-10-24T12:05:08.247Z] Step 1/14 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T12:05:08.247Z] Step 2/14 : FROM ${BASE} AS builder [2022-10-24T12:05:08.247Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-24T12:05:08.247Z] 213ec9aee27d: Pulling fs layer [2022-10-24T12:05:08.247Z] 4583459ba037: Pulling fs layer [2022-10-24T12:05:08.247Z] 93c1e223e6f2: Pulling fs layer [2022-10-24T12:05:08.247Z] 53926ce57604: Pulling fs layer [2022-10-24T12:05:08.247Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-24T12:05:08.247Z] 30f14e443154: Pulling fs layer [2022-10-24T12:05:08.247Z] 801331c1e519: Pulling fs layer [2022-10-24T12:05:08.247Z] 99cc6dd402b0: Pulling fs layer [2022-10-24T12:05:08.247Z] 7d9ed39f4882: Pulling fs layer [2022-10-24T12:05:08.247Z] 30f14e443154: Waiting [2022-10-24T12:05:08.247Z] 53926ce57604: Waiting [2022-10-24T12:05:08.247Z] 801331c1e519: Waiting [2022-10-24T12:05:08.247Z] 21b2b0c7a3f4: Waiting [2022-10-24T12:05:08.247Z] 99cc6dd402b0: Waiting [2022-10-24T12:05:08.247Z] 93c1e223e6f2: Verifying Checksum [2022-10-24T12:05:08.247Z] 93c1e223e6f2: Download complete [2022-10-24T12:05:08.247Z] 4583459ba037: Download complete [2022-10-24T12:05:08.247Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-24T12:05:08.247Z] 21b2b0c7a3f4: Download complete [2022-10-24T12:05:08.247Z] 30f14e443154: Verifying Checksum [2022-10-24T12:05:08.247Z] 30f14e443154: Download complete [2022-10-24T12:05:08.510Z] 213ec9aee27d: Verifying Checksum [2022-10-24T12:05:08.510Z] 213ec9aee27d: Download complete [2022-10-24T12:05:08.510Z] 801331c1e519: Verifying Checksum [2022-10-24T12:05:08.510Z] 801331c1e519: Download complete [2022-10-24T12:05:08.510Z] 213ec9aee27d: Pull complete [2022-10-24T12:05:08.775Z] 4583459ba037: Pull complete [2022-10-24T12:05:08.775Z] 93c1e223e6f2: Pull complete [2022-10-24T12:05:08.775Z] 7d9ed39f4882: Verifying Checksum [2022-10-24T12:05:08.775Z] 7d9ed39f4882: Download complete [2022-10-24T12:05:09.355Z] 53926ce57604: Verifying Checksum [2022-10-24T12:05:09.355Z] 53926ce57604: Download complete [2022-10-24T12:05:09.355Z] 99cc6dd402b0: Verifying Checksum [2022-10-24T12:05:09.355Z] 99cc6dd402b0: Download complete [2022-10-24T12:05:13.546Z] 53926ce57604: Pull complete [2022-10-24T12:05:13.546Z] 21b2b0c7a3f4: Pull complete [2022-10-24T12:05:13.546Z] 30f14e443154: Pull complete [2022-10-24T12:05:13.546Z] 801331c1e519: Pull complete [2022-10-24T12:05:15.446Z] 99cc6dd402b0: Pull complete [2022-10-24T12:05:16.382Z] 7d9ed39f4882: Pull complete [2022-10-24T12:05:16.382Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-24T12:05:16.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-24T12:05:16.382Z] ---> 1dedd983c030 [2022-10-24T12:05:16.382Z] Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-10-24T12:05:18.287Z] ---> Running in 64a20fad06d4 [2022-10-24T12:05:18.287Z] Removing intermediate container 64a20fad06d4 [2022-10-24T12:05:18.287Z] ---> 9bbddf6237c2 [2022-10-24T12:05:18.287Z] Step 4/14 : ARG ALPINE_PKG_EXTRA="" [2022-10-24T12:05:18.287Z] ---> Running in 33b9ecb17e3e [2022-10-24T12:05:18.287Z] Removing intermediate container 33b9ecb17e3e [2022-10-24T12:05:18.287Z] ---> 6910151c8d5b [2022-10-24T12:05:18.287Z] Step 5/14 : ARG ADD_BUILD_TAGS="" [2022-10-24T12:05:18.287Z] ---> Running in 25888cc92542 [2022-10-24T12:05:18.287Z] Removing intermediate container 25888cc92542 [2022-10-24T12:05:18.287Z] ---> f000a73a86cb [2022-10-24T12:05:18.287Z] Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-24T12:05:18.287Z] ---> Running in 2be2688992b8 [2022-10-24T12:05:18.545Z] Removing intermediate container 2be2688992b8 [2022-10-24T12:05:18.545Z] ---> c921b4190cc2 [2022-10-24T12:05:18.545Z] Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T12:05:18.545Z] ---> Running in 123e958b63c2 [2022-10-24T12:05:19.114Z] Removing intermediate container 123e958b63c2 [2022-10-24T12:05:19.114Z] ---> 467c8ee45e55 [2022-10-24T12:05:19.114Z] Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T12:05:19.114Z] ---> Running in 223f17801434 [2022-10-24T12:05:19.373Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T12:05:20.312Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T12:05:20.572Z] OK: 211 MiB in 51 packages [2022-10-24T12:05:20.831Z] Removing intermediate container 223f17801434 [2022-10-24T12:05:20.831Z] ---> da5a7fa6111e [2022-10-24T12:05:20.831Z] Step 9/14 : WORKDIR /app [2022-10-24T12:05:20.831Z] ---> Running in d4bd83ef6fc4 [2022-10-24T12:05:21.090Z] Removing intermediate container d4bd83ef6fc4 [2022-10-24T12:05:21.090Z] ---> aef8282156f1 [2022-10-24T12:05:21.090Z] Step 10/14 : COPY go.mod vendor* ./ [2022-10-24T12:05:21.090Z] ---> 38d5b6e85ab9 [2022-10-24T12:05:21.090Z] Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T12:05:21.090Z] ---> Running in feb743451507 [2022-10-24T12:05:21.123Z] Still waiting to schedule task [2022-10-24T12:05:21.124Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9287’ [2022-10-24T12:05:40.168Z] Removing intermediate container feb743451507 [2022-10-24T12:05:40.168Z] ---> 8b4028210f79 [2022-10-24T12:05:40.168Z] Step 12/14 : COPY . . [2022-10-24T12:05:40.168Z] ---> 4c7882c077d1 [2022-10-24T12:05:40.168Z] Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-24T12:05:40.168Z] ---> Running in 22ac22f30d2c [2022-10-24T12:05:40.168Z] Removing intermediate container 22ac22f30d2c [2022-10-24T12:05:40.168Z] ---> 622a80346796 [2022-10-24T12:05:40.168Z] Step 14/14 : RUN $MAKE [2022-10-24T12:05:40.168Z] ---> Running in 19acd25e9146 [2022-10-24T12:05:40.168Z] noop [2022-10-24T12:05:40.168Z] Removing intermediate container 19acd25e9146 [2022-10-24T12:05:40.168Z] ---> 0cae71275092 [2022-10-24T12:05:40.168Z] Successfully built 0cae71275092 [2022-10-24T12:05:40.168Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:05:40.611Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-24T12:05:40.611Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T12:05:40.757Z] prd-ubuntu20.04-docker-8c-8g-9292 does not seem to be running inside a container [2022-10-24T12:05:40.791Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-477 -v /w/workspace/_app-service-configurable_PR-477:/w/workspace/_app-service-configurable_PR-477:rw,z -v /w/workspace/_app-service-configurable_PR-477@tmp:/w/workspace/_app-service-configurable_PR-477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-24T12:05:41.154Z] $ docker top bf6bab4a21d856796367b0bce44c1d773e2791be0f2b09291ee2f77790ff25dc -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T12:05:41.560Z] + go version [2022-10-24T12:05:41.560Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-24T12:05:41.594Z] $ docker stop --time=1 bf6bab4a21d856796367b0bce44c1d773e2791be0f2b09291ee2f77790ff25dc [2022-10-24T12:05:42.878Z] $ docker rm -f bf6bab4a21d856796367b0bce44c1d773e2791be0f2b09291ee2f77790ff25dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:05:43.579Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-24T12:05:43.579Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T12:05:43.775Z] prd-ubuntu20.04-docker-8c-8g-9292 does not seem to be running inside a container [2022-10-24T12:05:43.856Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/_app-service-configurable_PR-477 -v /w/workspace/_app-service-configurable_PR-477:/w/workspace/_app-service-configurable_PR-477:rw,z -v /w/workspace/_app-service-configurable_PR-477@tmp:/w/workspace/_app-service-configurable_PR-477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-24T12:05:44.213Z] $ docker top 9c928b0c2b206b0475a8932065fe01af17f0445e6939ed3b1c760eef782b022f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T12:05:44.597Z] + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-477 [Pipeline] fileExists [Pipeline] sh [2022-10-24T12:05:44.957Z] + make test [2022-10-24T12:05:44.957Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-10-24T12:05:54.928Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-10-24T12:05:54.928Z] CGO_ENABLED=1 go vet ./... [2022-10-24T12:05:57.455Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-24T12:05:57.455Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-24T12:05:57.455Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-24T12:05:57.503Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-24T12:05:57.535Z] $ docker stop --time=1 9c928b0c2b206b0475a8932065fe01af17f0445e6939ed3b1c760eef782b022f [2022-10-24T12:05:59.229Z] $ docker rm -f 9c928b0c2b206b0475a8932065fe01af17f0445e6939ed3b1c760eef782b022f [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T12:05:59.661Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-24T12:05:59.718Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-24T12:06:00.437Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-24T12:06:00.753Z] + ls -al . [2022-10-24T12:06:00.753Z] total 176 [2022-10-24T12:06:00.753Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 12:05 . [2022-10-24T12:06:00.753Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 12:04 .. [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 24 12:04 .dockerignore [2022-10-24T12:06:00.753Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 12:05 .git [2022-10-24T12:06:00.753Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 12:04 .github [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 171 Oct 24 12:04 .gitignore [2022-10-24T12:06:00.753Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 12:05 .semver [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 9207 Oct 24 12:04 Attribution.txt [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 27269 Oct 24 12:04 CHANGELOG.md [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 2146 Oct 24 12:04 Dockerfile [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 24 12:04 GOVERNANCE.md [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 688 Oct 24 12:04 Jenkinsfile [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 24 12:04 LICENSE [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 618 Oct 24 12:04 OWNERS.md [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 4369 Oct 24 12:04 README.md [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 12:05 VERSION [2022-10-24T12:06:00.753Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 12:04 bin [2022-10-24T12:06:00.753Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 24 12:05 coverage.out [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 3455 Oct 24 12:04 go.mod [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 37340 Oct 24 12:04 go.sum [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 1949 Oct 24 12:04 main.go [2022-10-24T12:06:00.753Z] -rw-rw-r-- 1 jenkins jenkins 2185 Oct 24 12:04 makefile [2022-10-24T12:06:00.753Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 12:04 res [2022-10-24T12:06:00.753Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 12:04 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:06:01.145Z] + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 --label arch=amd64 --label version=0.0.0 . [2022-10-24T12:06:01.145Z] Sending build context to Docker daemon 3.166MB [2022-10-24T12:06:01.145Z] Step 1/28 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T12:06:01.145Z] Step 2/28 : FROM ${BASE} AS builder [2022-10-24T12:06:01.145Z] ---> 0cae71275092 [2022-10-24T12:06:01.146Z] Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-10-24T12:06:01.146Z] ---> Running in 7e61cd247074 [2022-10-24T12:06:01.406Z] Removing intermediate container 7e61cd247074 [2022-10-24T12:06:01.406Z] ---> 483f83e91d07 [2022-10-24T12:06:01.406Z] Step 4/28 : ARG ALPINE_PKG_EXTRA="" [2022-10-24T12:06:01.406Z] ---> Running in abea16b2e4c6 [2022-10-24T12:06:01.406Z] Removing intermediate container abea16b2e4c6 [2022-10-24T12:06:01.406Z] ---> e0fbb3b34512 [2022-10-24T12:06:01.406Z] Step 5/28 : ARG ADD_BUILD_TAGS="" [2022-10-24T12:06:01.406Z] ---> Running in a0149c430495 [2022-10-24T12:06:01.406Z] Removing intermediate container a0149c430495 [2022-10-24T12:06:01.406Z] ---> 61e2176c2361 [2022-10-24T12:06:01.406Z] Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-24T12:06:01.665Z] ---> Running in 1b72d933cc86 [2022-10-24T12:06:01.665Z] Removing intermediate container 1b72d933cc86 [2022-10-24T12:06:01.665Z] ---> 0535ab3ce111 [2022-10-24T12:06:01.665Z] Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T12:06:01.665Z] ---> Running in 132da45b3479 [2022-10-24T12:06:02.231Z] Removing intermediate container 132da45b3479 [2022-10-24T12:06:02.231Z] ---> 8e4fbbed164e [2022-10-24T12:06:02.231Z] Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T12:06:02.231Z] ---> Running in b6c2f25d34d0 [2022-10-24T12:06:02.492Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T12:06:03.430Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T12:06:03.689Z] OK: 211 MiB in 51 packages [2022-10-24T12:06:04.256Z] Removing intermediate container b6c2f25d34d0 [2022-10-24T12:06:04.256Z] ---> 0994bc6053af [2022-10-24T12:06:04.256Z] Step 9/28 : WORKDIR /app [2022-10-24T12:06:04.256Z] ---> Running in 7e4e5867557e [2022-10-24T12:06:04.256Z] Removing intermediate container 7e4e5867557e [2022-10-24T12:06:04.256Z] ---> a444b8b244c0 [2022-10-24T12:06:04.256Z] Step 10/28 : COPY go.mod vendor* ./ [2022-10-24T12:06:04.518Z] ---> 3afe6ee30c7a [2022-10-24T12:06:04.518Z] Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T12:06:04.518Z] ---> Running in 14bfee2fbf63 [2022-10-24T12:06:05.085Z] Removing intermediate container 14bfee2fbf63 [2022-10-24T12:06:05.085Z] ---> d8e429f1b5e7 [2022-10-24T12:06:05.085Z] Step 12/28 : COPY . . [2022-10-24T12:06:05.358Z] ---> 07b75a3ad5f3 [2022-10-24T12:06:05.358Z] Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-24T12:06:05.358Z] ---> Running in 94cf0855bba9 [2022-10-24T12:06:05.638Z] Removing intermediate container 94cf0855bba9 [2022-10-24T12:06:05.638Z] ---> 3592d98a57fc [2022-10-24T12:06:05.638Z] Step 14/28 : RUN $MAKE [2022-10-24T12:06:05.638Z] ---> Running in f391bc8fa3b5 [2022-10-24T12:06:05.908Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.50 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-10-24T12:06:27.901Z] Removing intermediate container f391bc8fa3b5 [2022-10-24T12:06:27.901Z] ---> ea8fcfc0fa5b [2022-10-24T12:06:27.901Z] Step 15/28 : FROM alpine:3.16 [2022-10-24T12:06:27.901Z] 3.16: Pulling from library/alpine [2022-10-24T12:06:27.901Z] 213ec9aee27d: Already exists [2022-10-24T12:06:27.901Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-24T12:06:27.901Z] Status: Downloaded newer image for alpine:3.16 [2022-10-24T12:06:27.901Z] ---> 9c6f07244728 [2022-10-24T12:06:27.901Z] Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-24T12:06:27.901Z] ---> Running in ec4a7aaf8a74 [2022-10-24T12:06:27.901Z] Removing intermediate container ec4a7aaf8a74 [2022-10-24T12:06:27.901Z] ---> cae33f74be86 [2022-10-24T12:06:27.901Z] Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} [2022-10-24T12:06:27.901Z] ---> Running in b19c63b91142 [2022-10-24T12:06:27.901Z] Removing intermediate container b19c63b91142 [2022-10-24T12:06:27.901Z] ---> 3f7258480bb5 [2022-10-24T12:06:27.901Z] Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-10-24T12:06:27.901Z] ---> Running in dbbc7bff8e08 [2022-10-24T12:06:27.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T12:06:27.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T12:06:27.901Z] (1/7) Installing ca-certificates (20220614-r0) [2022-10-24T12:06:27.901Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-10-24T12:06:27.901Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-10-24T12:06:27.901Z] (4/7) Installing libsodium (1.0.18-r0) [2022-10-24T12:06:27.901Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-24T12:06:27.901Z] (6/7) Installing libzmq (4.3.4-r0) [2022-10-24T12:06:27.901Z] (7/7) Installing zeromq (4.3.4-r0) [2022-10-24T12:06:27.901Z] Executing busybox-1.35.0-r17.trigger [2022-10-24T12:06:27.901Z] Executing ca-certificates-20220614-r0.trigger [2022-10-24T12:06:27.901Z] OK: 9 MiB in 21 packages [2022-10-24T12:06:27.901Z] Removing intermediate container dbbc7bff8e08 [2022-10-24T12:06:27.901Z] ---> 0f241a6ed053 [2022-10-24T12:06:27.901Z] Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-10-24T12:06:27.901Z] ---> c20882a99ec2 [2022-10-24T12:06:27.901Z] Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE [2022-10-24T12:06:27.901Z] ---> 6b109435e289 [2022-10-24T12:06:27.901Z] Step 21/28 : COPY --from=builder /app/res/ /res/ [2022-10-24T12:06:27.901Z] ---> c8c8da1753a7 [2022-10-24T12:06:27.901Z] Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-10-24T12:06:28.467Z] ---> dde7e90d1198 [2022-10-24T12:06:28.467Z] Step 23/28 : EXPOSE 48095 [2022-10-24T12:06:28.725Z] ---> Running in 1be02a2b7c47 [2022-10-24T12:06:28.725Z] Removing intermediate container 1be02a2b7c47 [2022-10-24T12:06:28.725Z] ---> 18f7ea1b186b [2022-10-24T12:06:28.725Z] Step 24/28 : ENTRYPOINT ["/app-service-configurable"] [2022-10-24T12:06:28.725Z] ---> Running in cdffd36a275f [2022-10-24T12:06:28.725Z] Removing intermediate container cdffd36a275f [2022-10-24T12:06:28.725Z] ---> 555728f84671 [2022-10-24T12:06:28.725Z] Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-24T12:06:28.725Z] ---> Running in 9ea4aad27f4e [2022-10-24T12:06:28.983Z] Removing intermediate container 9ea4aad27f4e [2022-10-24T12:06:28.983Z] ---> 64dfdc734748 [2022-10-24T12:06:28.983Z] Step 26/28 : LABEL arch=amd64 [2022-10-24T12:06:28.983Z] ---> Running in 16ad4b98d3fd [2022-10-24T12:06:28.983Z] Removing intermediate container 16ad4b98d3fd [2022-10-24T12:06:28.983Z] ---> 5cc68f1c4292 [2022-10-24T12:06:28.983Z] Step 27/28 : LABEL git_sha=7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [2022-10-24T12:06:28.983Z] ---> Running in 3317f930c759 [2022-10-24T12:06:29.241Z] Removing intermediate container 3317f930c759 [2022-10-24T12:06:29.241Z] ---> 317d6747d1da [2022-10-24T12:06:29.241Z] Step 28/28 : LABEL version=0.0.0 [2022-10-24T12:06:29.241Z] ---> Running in ac057d97f776 [2022-10-24T12:06:29.241Z] Removing intermediate container ac057d97f776 [2022-10-24T12:06:29.241Z] ---> 6e28befe61da [2022-10-24T12:06:29.241Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-24T12:06:29.241Z] Successfully built 6e28befe61da [2022-10-24T12:06:29.241Z] 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-10-24T12:06:30.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T12:06:30.067Z] [2022-10-24T12:06:30.067Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:06:30.443Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T12:06:30.443Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-24T12:06:30.443Z] 5eb5b503b376: Pulling fs layer [2022-10-24T12:06:30.443Z] 5c69ac0246d0: Pulling fs layer [2022-10-24T12:06:30.443Z] ec43610c2a17: Pulling fs layer [2022-10-24T12:06:30.443Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-24T12:06:30.443Z] 33b1e0a273af: Pulling fs layer [2022-10-24T12:06:30.443Z] 5d3b04190fa2: Pulling fs layer [2022-10-24T12:06:30.443Z] 2f39f015ded8: Pulling fs layer [2022-10-24T12:06:30.443Z] 33b1e0a273af: Waiting [2022-10-24T12:06:30.443Z] 5d3b04190fa2: Waiting [2022-10-24T12:06:30.443Z] 2f39f015ded8: Waiting [2022-10-24T12:06:30.443Z] 3a2ae6a8a46f: Waiting [2022-10-24T12:06:30.443Z] 5c69ac0246d0: Verifying Checksum [2022-10-24T12:06:30.443Z] 5c69ac0246d0: Download complete [2022-10-24T12:06:30.443Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-24T12:06:30.443Z] 3a2ae6a8a46f: Download complete [2022-10-24T12:06:30.443Z] 33b1e0a273af: Verifying Checksum [2022-10-24T12:06:30.443Z] 33b1e0a273af: Download complete [2022-10-24T12:06:30.702Z] ec43610c2a17: Verifying Checksum [2022-10-24T12:06:30.702Z] ec43610c2a17: Download complete [2022-10-24T12:06:30.702Z] 5d3b04190fa2: Verifying Checksum [2022-10-24T12:06:30.702Z] 5d3b04190fa2: Download complete [2022-10-24T12:06:30.702Z] 5eb5b503b376: Verifying Checksum [2022-10-24T12:06:30.702Z] 5eb5b503b376: Download complete [2022-10-24T12:06:31.274Z] 2f39f015ded8: Verifying Checksum [2022-10-24T12:06:31.274Z] 2f39f015ded8: Download complete [2022-10-24T12:06:31.839Z] 5eb5b503b376: Pull complete [2022-10-24T12:06:32.098Z] 5c69ac0246d0: Pull complete [2022-10-24T12:06:32.358Z] ec43610c2a17: Pull complete [2022-10-24T12:06:32.618Z] 3a2ae6a8a46f: Pull complete [2022-10-24T12:06:32.875Z] 33b1e0a273af: Pull complete [2022-10-24T12:06:32.875Z] 5d3b04190fa2: Pull complete [2022-10-24T12:06:37.060Z] 2f39f015ded8: Pull complete [2022-10-24T12:06:37.060Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-24T12:06:37.060Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T12:06:37.060Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T12:06:37.279Z] prd-ubuntu20.04-docker-8c-8g-9292 does not seem to be running inside a container [2022-10-24T12:06:37.312Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-477 -v /w/workspace/_app-service-configurable_PR-477:/w/workspace/_app-service-configurable_PR-477:rw,z -v /w/workspace/_app-service-configurable_PR-477@tmp:/w/workspace/_app-service-configurable_PR-477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-24T12:06:39.343Z] $ docker top 8e7391be38c988cec751f222d168794f0746c2aeaeb837a34a189e46266f5c8c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T12:06:39.776Z] ---> job-cost.sh [2022-10-24T12:06:39.776Z] lf-activate-venv: SKIPPING [2022-10-24T12:06:39.776Z] INFO: No Stack... [2022-10-24T12:06:40.035Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-24T12:06:40.603Z] INFO: Archiving Costs [Pipeline] sh [2022-10-24T12:06:40.910Z] + cat /w/workspace/_app-service-configurable_PR-477/archives/cost.csv [2022-10-24T12:06:40.910Z] + cut -d, -f6 [Pipeline] lock [2022-10-24T12:06:40.950Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] [2022-10-24T12:06:40.955Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] did not exist. Created. [2022-10-24T12:06:40.955Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-24T12:06:41.338Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-24T12:06:41.385Z] Stashed 1 file(s) [Pipeline] } [2022-10-24T12:06:41.417Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-24T12:06:41.497Z] $ docker stop --time=1 8e7391be38c988cec751f222d168794f0746c2aeaeb837a34a189e46266f5c8c [2022-10-24T12:06:42.680Z] $ docker rm -f 8e7391be38c988cec751f222d168794f0746c2aeaeb837a34a189e46266f5c8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-24T12:08:37.375Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9295 in /w/workspace/_app-service-configurable_PR-477 [Pipeline] { [Pipeline] ws [2022-10-24T12:08:37.415Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2022-10-24T12:08:37.492Z] Selected Git installation does not exist. Using Default [2022-10-24T12:08:37.492Z] The recommended git tool is: NONE [2022-10-24T12:08:43.573Z] using credential edgex-jenkins-ssh [2022-10-24T12:08:43.593Z] Cloning the remote Git repository [2022-10-24T12:08:43.651Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-10-24T12:08:43.736Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2022-10-24T12:08:43.905Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-10-24T12:08:43.907Z] > git --version # timeout=10 [2022-10-24T12:08:43.927Z] > git --version # 'git version 2.25.1' [2022-10-24T12:08:43.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-24T12:08:43.982Z] Verifying host key using known hosts file [2022-10-24T12:08:44.197Z] 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-10-24T12:08:44.212Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-24T12:08:45.481Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-10-24T12:08:45.504Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-24T12:08:47.078Z] Merging remotes/origin/main commit ee0f2af198d68599fcc48571f369dfb39fe08e9f into PR head commit 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [2022-10-24T12:08:47.337Z] Merge succeeded, producing 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [2022-10-24T12:08:47.338Z] Checking out Revision 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 (PR-477) [2022-10-24T12:08:46.451Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-10-24T12:08:46.491Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-10-24T12:08:46.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-24T12:08:46.497Z] Verifying host key using known hosts file [2022-10-24T12:08:46.504Z] 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-10-24T12:08:46.516Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/477/head:refs/remotes/origin/PR-477 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-24T12:08:47.099Z] > git config core.sparsecheckout # timeout=10 [2022-10-24T12:08:47.126Z] > git checkout -f 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 # timeout=10 [2022-10-24T12:08:47.224Z] > git remote # timeout=10 [2022-10-24T12:08:47.246Z] > git config --get remote.origin.url # timeout=10 [2022-10-24T12:08:47.266Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-24T12:08:47.272Z] Verifying host key using known hosts file [2022-10-24T12:08:47.278Z] 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-10-24T12:08:47.289Z] > git merge ee0f2af198d68599fcc48571f369dfb39fe08e9f # timeout=10 [2022-10-24T12:08:47.319Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-24T12:08:47.346Z] > git config core.sparsecheckout # timeout=10 [2022-10-24T12:08:47.364Z] > git checkout -f 7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 # timeout=10 [2022-10-24T12:08:47.856Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2022-10-24T12:08:47.909Z] > git --version # timeout=10 [2022-10-24T12:08:47.919Z] > git --version # 'git version 2.25.1' [2022-10-24T12:08:47.938Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-24T12:08:49.057Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-24T12:08:49.057Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-24T12:08:49.057Z] Dload Upload Total Spent Left Speed [2022-10-24T12:08:49.057Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 212k 0 --:--:-- --:--:-- --:--:-- 212k [Pipeline] sh [2022-10-24T12:08:49.738Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-24T12:08:50.089Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-24T12:08:50.089Z] + sudo tee /etc/docker/daemon.new [2022-10-24T12:08:50.089Z] { [2022-10-24T12:08:50.089Z] "registry-mirrors": [ [2022-10-24T12:08:50.089Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-24T12:08:50.089Z] ], [2022-10-24T12:08:50.089Z] "bip": "10.250.0.254/24", [2022-10-24T12:08:50.089Z] "hosts": [ [2022-10-24T12:08:50.089Z] "tcp://0.0.0.0:5555", [2022-10-24T12:08:50.089Z] "unix:///var/run/docker.sock" [2022-10-24T12:08:50.089Z] ], [2022-10-24T12:08:50.089Z] "mtu": 1458, [2022-10-24T12:08:50.089Z] "selinux-enabled": true, [2022-10-24T12:08:50.089Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-24T12:08:50.089Z] } [Pipeline] sh [2022-10-24T12:08:50.445Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-24T12:08:50.802Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T12:09:09.138Z] provisioning config files... [2022-10-24T12:09:09.169Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config7305765927013121894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T12:09:09.573Z] ---> docker-login.sh [2022-10-24T12:09:09.573Z] nexus3.edgexfoundry.org:10001 [2022-10-24T12:09:10.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:09:10.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:09:10.162Z] Configure a credential helper to remove this warning. See [2022-10-24T12:09:10.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:09:10.162Z] [2022-10-24T12:09:10.162Z] Login Succeeded [2022-10-24T12:09:10.162Z] nexus3.edgexfoundry.org:10002 [2022-10-24T12:09:10.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:09:10.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:09:10.432Z] Configure a credential helper to remove this warning. See [2022-10-24T12:09:10.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:09:10.432Z] [2022-10-24T12:09:10.432Z] Login Succeeded [2022-10-24T12:09:10.432Z] nexus3.edgexfoundry.org:10003 [2022-10-24T12:09:10.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:09:10.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:09:10.977Z] Configure a credential helper to remove this warning. See [2022-10-24T12:09:10.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:09:10.977Z] [2022-10-24T12:09:10.977Z] Login Succeeded [2022-10-24T12:09:10.977Z] nexus3.edgexfoundry.org:10004 [2022-10-24T12:09:11.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:09:11.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:09:11.250Z] Configure a credential helper to remove this warning. See [2022-10-24T12:09:11.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:09:11.250Z] [2022-10-24T12:09:11.250Z] Login Succeeded [2022-10-24T12:09:11.250Z] docker.io [2022-10-24T12:09:11.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T12:09:12.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T12:09:12.106Z] Configure a credential helper to remove this warning. See [2022-10-24T12:09:12.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T12:09:12.106Z] [2022-10-24T12:09:12.106Z] Login Succeeded [2022-10-24T12:09:12.106Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T12:09:12.136Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-24T12:09:12.444Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T12:09:12.482Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T12:09:12.518Z] ========================================================= [2022-10-24T12:09:12.518Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-24T12:09:12.518Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:09:13.040Z] + 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-10-24T12:09:13.040Z] Sending build context to Docker daemon 207.4kB [2022-10-24T12:09:13.312Z] Step 1/14 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T12:09:13.312Z] Step 2/14 : FROM ${BASE} AS builder [2022-10-24T12:09:13.591Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-24T12:09:13.591Z] 9b18e9b68314: Pulling fs layer [2022-10-24T12:09:13.591Z] d32db5db7311: Pulling fs layer [2022-10-24T12:09:13.591Z] d0c4b47475fc: Pulling fs layer [2022-10-24T12:09:13.591Z] 5831b945b038: Pulling fs layer [2022-10-24T12:09:13.591Z] 86bbec2aaacd: Pulling fs layer [2022-10-24T12:09:13.591Z] e10730c5d714: Pulling fs layer [2022-10-24T12:09:13.591Z] 5dd5c2283517: Pulling fs layer [2022-10-24T12:09:13.591Z] d5ac0230b979: Pulling fs layer [2022-10-24T12:09:13.591Z] e10730c5d714: Waiting [2022-10-24T12:09:13.591Z] 5dd5c2283517: Waiting [2022-10-24T12:09:13.591Z] d5ac0230b979: Waiting [2022-10-24T12:09:13.591Z] 5831b945b038: Waiting [2022-10-24T12:09:13.591Z] 86bbec2aaacd: Waiting [2022-10-24T12:09:13.591Z] d0c4b47475fc: Download complete [2022-10-24T12:09:13.591Z] d32db5db7311: Verifying Checksum [2022-10-24T12:09:13.591Z] d32db5db7311: Download complete [2022-10-24T12:09:13.591Z] 86bbec2aaacd: Verifying Checksum [2022-10-24T12:09:13.591Z] 86bbec2aaacd: Download complete [2022-10-24T12:09:13.591Z] e10730c5d714: Verifying Checksum [2022-10-24T12:09:13.591Z] e10730c5d714: Download complete [2022-10-24T12:09:13.591Z] 9b18e9b68314: Verifying Checksum [2022-10-24T12:09:13.591Z] 9b18e9b68314: Download complete [2022-10-24T12:09:14.702Z] 9b18e9b68314: Pull complete [2022-10-24T12:09:15.295Z] d5ac0230b979: Verifying Checksum [2022-10-24T12:09:15.295Z] d5ac0230b979: Download complete [2022-10-24T12:09:15.574Z] d32db5db7311: Pull complete [2022-10-24T12:09:15.846Z] d0c4b47475fc: Pull complete [2022-10-24T12:09:16.441Z] 5dd5c2283517: Verifying Checksum [2022-10-24T12:09:16.441Z] 5dd5c2283517: Download complete [2022-10-24T12:09:16.712Z] 5831b945b038: Verifying Checksum [2022-10-24T12:09:16.712Z] 5831b945b038: Download complete [2022-10-24T12:09:29.049Z] 5831b945b038: Pull complete [2022-10-24T12:09:29.049Z] 86bbec2aaacd: Pull complete [2022-10-24T12:09:29.318Z] e10730c5d714: Pull complete [2022-10-24T12:09:35.987Z] 5dd5c2283517: Pull complete [2022-10-24T12:09:37.947Z] d5ac0230b979: Pull complete [2022-10-24T12:09:37.947Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-24T12:09:37.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-24T12:09:37.947Z] ---> 59b3b1a385d4 [2022-10-24T12:09:37.947Z] Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-10-24T12:09:38.543Z] ---> Running in b20930605e49 [2022-10-24T12:09:38.809Z] Removing intermediate container b20930605e49 [2022-10-24T12:09:38.809Z] ---> d5897a739d1e [2022-10-24T12:09:38.809Z] Step 4/14 : ARG ALPINE_PKG_EXTRA="" [2022-10-24T12:09:39.076Z] ---> Running in 472a3e3c00f0 [2022-10-24T12:09:39.342Z] Removing intermediate container 472a3e3c00f0 [2022-10-24T12:09:39.342Z] ---> 0f992fa21110 [2022-10-24T12:09:39.342Z] Step 5/14 : ARG ADD_BUILD_TAGS="" [2022-10-24T12:09:39.342Z] ---> Running in 90285cfcf37f [2022-10-24T12:09:39.609Z] Removing intermediate container 90285cfcf37f [2022-10-24T12:09:39.609Z] ---> 38b21e616392 [2022-10-24T12:09:39.609Z] Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-24T12:09:39.876Z] ---> Running in 488e8e8ad57a [2022-10-24T12:09:40.145Z] Removing intermediate container 488e8e8ad57a [2022-10-24T12:09:40.145Z] ---> 65f56222a713 [2022-10-24T12:09:40.145Z] Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T12:09:40.145Z] ---> Running in 522c8614c36c [2022-10-24T12:09:42.102Z] Removing intermediate container 522c8614c36c [2022-10-24T12:09:42.102Z] ---> 3ad9dac79403 [2022-10-24T12:09:42.102Z] Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T12:09:42.381Z] ---> Running in 4e11bd642c6b [2022-10-24T12:09:43.346Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-24T12:09:44.311Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-24T12:09:45.278Z] OK: 221 MiB in 51 packages [2022-10-24T12:09:46.254Z] Removing intermediate container 4e11bd642c6b [2022-10-24T12:09:46.254Z] ---> cc6a3f861418 [2022-10-24T12:09:46.254Z] Step 9/14 : WORKDIR /app [2022-10-24T12:09:46.254Z] ---> Running in 2b265ba5a755 [2022-10-24T12:09:46.523Z] Removing intermediate container 2b265ba5a755 [2022-10-24T12:09:46.523Z] ---> b9388a48fdc1 [2022-10-24T12:09:46.523Z] Step 10/14 : COPY go.mod vendor* ./ [2022-10-24T12:09:47.115Z] ---> cf8bf2565ca8 [2022-10-24T12:09:47.115Z] Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T12:09:47.115Z] ---> Running in a5a5d588f194 [2022-10-24T12:10:43.559Z] Removing intermediate container a5a5d588f194 [2022-10-24T12:10:43.559Z] ---> ad5cfbd66de3 [2022-10-24T12:10:43.559Z] Step 12/14 : COPY . . [2022-10-24T12:10:43.559Z] ---> 5a736100ab77 [2022-10-24T12:10:43.559Z] Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-24T12:10:43.559Z] ---> Running in 60b41bf8c14a [2022-10-24T12:10:43.559Z] Removing intermediate container 60b41bf8c14a [2022-10-24T12:10:43.559Z] ---> 1e4362df61c2 [2022-10-24T12:10:43.559Z] Step 14/14 : RUN $MAKE [2022-10-24T12:10:43.559Z] ---> Running in dc8fe751d552 [2022-10-24T12:10:43.559Z] noop [2022-10-24T12:10:43.559Z] Removing intermediate container dc8fe751d552 [2022-10-24T12:10:43.559Z] ---> f7ce58b0aecb [2022-10-24T12:10:43.559Z] Successfully built f7ce58b0aecb [2022-10-24T12:10:43.559Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:10:44.032Z] + docker inspect -f . ci-base-image-arm64 [2022-10-24T12:10:44.032Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T12:10:44.294Z] prd-ubuntu20.04-docker-arm64-4c-16g-9295 does not seem to be running inside a container [2022-10-24T12:10:44.366Z] $ 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-10-24T12:10:45.622Z] $ docker top 61890127d40f0fc8eb9622c12d64d10d09c433d5442382b16c70590151945165 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T12:10:46.506Z] + go version [2022-10-24T12:10:46.506Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-24T12:10:46.543Z] $ docker stop --time=1 61890127d40f0fc8eb9622c12d64d10d09c433d5442382b16c70590151945165 [2022-10-24T12:10:48.174Z] $ docker rm -f 61890127d40f0fc8eb9622c12d64d10d09c433d5442382b16c70590151945165 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:10:49.006Z] + docker inspect -f . ci-base-image-arm64 [2022-10-24T12:10:49.007Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T12:10:49.251Z] prd-ubuntu20.04-docker-arm64-4c-16g-9295 does not seem to be running inside a container [2022-10-24T12:10:49.321Z] $ 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-10-24T12:10:50.526Z] $ docker top a99d108146100b403000b9af338334721f06c6effd70f9cdb6ea084efbb108c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T12:10:51.420Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh [2022-10-24T12:10:51.810Z] + make test [2022-10-24T12:10:52.079Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-10-24T12:12:13.747Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-10-24T12:12:14.016Z] CGO_ENABLED=1 go vet ./... [2022-10-24T12:12:36.088Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-24T12:12:36.088Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-24T12:12:36.088Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-24T12:12:36.389Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-24T12:12:36.415Z] $ docker stop --time=1 a99d108146100b403000b9af338334721f06c6effd70f9cdb6ea084efbb108c8 [2022-10-24T12:12:38.105Z] $ docker rm -f a99d108146100b403000b9af338334721f06c6effd70f9cdb6ea084efbb108c8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T12:12:39.063Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-24T12:12:39.095Z] Warning: overwriting stash ‘coverage-report’ [2022-10-24T12:12:39.467Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-24T12:12:40.064Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-24T12:12:40.408Z] + ls -al . [2022-10-24T12:12:40.408Z] total 172 [2022-10-24T12:12:40.408Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 24 12:10 . [2022-10-24T12:12:40.408Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 12:08 .. [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 24 12:08 .dockerignore [2022-10-24T12:12:40.408Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 12:08 .git [2022-10-24T12:12:40.408Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 12:08 .github [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 171 Oct 24 12:08 .gitignore [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 9207 Oct 24 12:08 Attribution.txt [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 27269 Oct 24 12:08 CHANGELOG.md [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 2146 Oct 24 12:08 Dockerfile [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 24 12:08 GOVERNANCE.md [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 688 Oct 24 12:08 Jenkinsfile [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 24 12:08 LICENSE [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 618 Oct 24 12:08 OWNERS.md [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 4369 Oct 24 12:08 README.md [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 12:05 VERSION [2022-10-24T12:12:40.408Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 12:08 bin [2022-10-24T12:12:40.408Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 24 12:10 coverage.out [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 3455 Oct 24 12:08 go.mod [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 37340 Oct 24 12:08 go.sum [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 1949 Oct 24 12:08 main.go [2022-10-24T12:12:40.408Z] -rw-rw-r-- 1 jenkins jenkins 2185 Oct 24 12:08 makefile [2022-10-24T12:12:40.408Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 12:08 res [2022-10-24T12:12:40.408Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 12:08 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:12:40.818Z] + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 --label arch=arm64 --label version=0.0.0 . [2022-10-24T12:12:40.818Z] Sending build context to Docker daemon 208.4kB [2022-10-24T12:12:41.085Z] Step 1/28 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T12:12:41.085Z] Step 2/28 : FROM ${BASE} AS builder [2022-10-24T12:12:41.085Z] ---> f7ce58b0aecb [2022-10-24T12:12:41.085Z] Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-10-24T12:12:41.085Z] ---> Running in ab34ef6f3557 [2022-10-24T12:12:41.352Z] Removing intermediate container ab34ef6f3557 [2022-10-24T12:12:41.352Z] ---> e6198a5f8be4 [2022-10-24T12:12:41.352Z] Step 4/28 : ARG ALPINE_PKG_EXTRA="" [2022-10-24T12:12:41.352Z] ---> Running in 2df1147c7ead [2022-10-24T12:12:41.619Z] Removing intermediate container 2df1147c7ead [2022-10-24T12:12:41.619Z] ---> 360b35cf2b2d [2022-10-24T12:12:41.619Z] Step 5/28 : ARG ADD_BUILD_TAGS="" [2022-10-24T12:12:41.895Z] ---> Running in 03e8e3d50655 [2022-10-24T12:12:42.162Z] Removing intermediate container 03e8e3d50655 [2022-10-24T12:12:42.162Z] ---> cca849310195 [2022-10-24T12:12:42.162Z] Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-24T12:12:42.162Z] ---> Running in b82c8856fed9 [2022-10-24T12:12:42.431Z] Removing intermediate container b82c8856fed9 [2022-10-24T12:12:42.431Z] ---> ce85abe85ae5 [2022-10-24T12:12:42.431Z] Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T12:12:42.431Z] ---> Running in f36a372e4d3c [2022-10-24T12:12:44.382Z] Removing intermediate container f36a372e4d3c [2022-10-24T12:12:44.382Z] ---> d70703792aba [2022-10-24T12:12:44.382Z] Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-24T12:12:44.382Z] ---> Running in 22c0141ebdc6 [2022-10-24T12:12:45.346Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-24T12:12:46.306Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-24T12:12:47.267Z] OK: 221 MiB in 51 packages [2022-10-24T12:12:48.229Z] Removing intermediate container 22c0141ebdc6 [2022-10-24T12:12:48.229Z] ---> f8c1b4f47768 [2022-10-24T12:12:48.229Z] Step 9/28 : WORKDIR /app [2022-10-24T12:12:48.229Z] ---> Running in 77ad2c96e4c0 [2022-10-24T12:12:48.496Z] Removing intermediate container 77ad2c96e4c0 [2022-10-24T12:12:48.496Z] ---> 255593dd4135 [2022-10-24T12:12:48.496Z] Step 10/28 : COPY go.mod vendor* ./ [2022-10-24T12:12:49.082Z] ---> 86681e12e2a5 [2022-10-24T12:12:49.082Z] Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T12:12:49.082Z] ---> Running in 17967f5ad068 [2022-10-24T12:12:51.666Z] Removing intermediate container 17967f5ad068 [2022-10-24T12:12:51.666Z] ---> 27688b18c7cb [2022-10-24T12:12:51.666Z] Step 12/28 : COPY . . [2022-10-24T12:12:51.934Z] ---> baba9d54dba1 [2022-10-24T12:12:51.934Z] Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-24T12:12:52.199Z] ---> Running in a8608cc2b5ae [2022-10-24T12:12:52.491Z] Removing intermediate container a8608cc2b5ae [2022-10-24T12:12:52.491Z] ---> 6c3974917a4c [2022-10-24T12:12:52.491Z] Step 14/28 : RUN $MAKE [2022-10-24T12:12:52.491Z] ---> Running in bd9d75a161f9 [2022-10-24T12:12:53.463Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.50 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-10-24T12:15:45.250Z] Removing intermediate container bd9d75a161f9 [2022-10-24T12:15:45.250Z] ---> 73ce2d9e19fb [2022-10-24T12:15:45.250Z] Step 15/28 : FROM alpine:3.16 [2022-10-24T12:15:45.250Z] 3.16: Pulling from library/alpine [2022-10-24T12:15:45.250Z] 9b18e9b68314: Already exists [2022-10-24T12:15:45.250Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-24T12:15:45.250Z] Status: Downloaded newer image for alpine:3.16 [2022-10-24T12:15:45.250Z] ---> a6215f271958 [2022-10-24T12:15:45.250Z] Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-24T12:15:45.250Z] ---> Running in 08fcd83852da [2022-10-24T12:15:45.250Z] Removing intermediate container 08fcd83852da [2022-10-24T12:15:45.250Z] ---> accb998f09db [2022-10-24T12:15:45.250Z] Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} [2022-10-24T12:15:45.250Z] ---> Running in ceae68e80224 [2022-10-24T12:15:45.250Z] Removing intermediate container ceae68e80224 [2022-10-24T12:15:45.250Z] ---> a5de33194618 [2022-10-24T12:15:45.250Z] Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-10-24T12:15:45.250Z] ---> Running in 7db35eeea261 [2022-10-24T12:15:45.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-24T12:15:45.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-24T12:15:45.250Z] (1/7) Installing ca-certificates (20220614-r0) [2022-10-24T12:15:45.250Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-10-24T12:15:45.250Z] (3/7) Installing libgcc (11.2.1_git20220219-r2) [2022-10-24T12:15:45.250Z] (4/7) Installing libsodium (1.0.18-r0) [2022-10-24T12:15:45.250Z] (5/7) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-24T12:15:45.250Z] (6/7) Installing libzmq (4.3.4-r0) [2022-10-24T12:15:45.250Z] (7/7) Installing zeromq (4.3.4-r0) [2022-10-24T12:15:45.250Z] Executing busybox-1.35.0-r17.trigger [2022-10-24T12:15:45.250Z] Executing ca-certificates-20220614-r0.trigger [2022-10-24T12:15:45.250Z] OK: 9 MiB in 21 packages [2022-10-24T12:15:45.250Z] Removing intermediate container 7db35eeea261 [2022-10-24T12:15:45.250Z] ---> b09788409c62 [2022-10-24T12:15:45.250Z] Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-10-24T12:15:45.250Z] ---> f05d5d9af647 [2022-10-24T12:15:45.250Z] Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE [2022-10-24T12:15:45.250Z] ---> 28eef90eaaa8 [2022-10-24T12:15:45.250Z] Step 21/28 : COPY --from=builder /app/res/ /res/ [2022-10-24T12:15:45.250Z] ---> 77f39f01c8b4 [2022-10-24T12:15:45.250Z] Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-10-24T12:15:45.250Z] ---> bf21f71cc044 [2022-10-24T12:15:45.250Z] Step 23/28 : EXPOSE 48095 [2022-10-24T12:15:45.250Z] ---> Running in 3f56d0b41040 [2022-10-24T12:15:45.250Z] Removing intermediate container 3f56d0b41040 [2022-10-24T12:15:45.250Z] ---> 5b0871004805 [2022-10-24T12:15:45.250Z] Step 24/28 : ENTRYPOINT ["/app-service-configurable"] [2022-10-24T12:15:45.250Z] ---> Running in d90e80c5a5f1 [2022-10-24T12:15:45.250Z] Removing intermediate container d90e80c5a5f1 [2022-10-24T12:15:45.250Z] ---> e2dc2b4c6412 [2022-10-24T12:15:45.250Z] Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-24T12:15:45.250Z] ---> Running in 5ea258836203 [2022-10-24T12:15:45.250Z] Removing intermediate container 5ea258836203 [2022-10-24T12:15:45.250Z] ---> e64c1ec280ba [2022-10-24T12:15:45.250Z] Step 26/28 : LABEL arch=arm64 [2022-10-24T12:15:45.250Z] ---> Running in 355b826fd16e [2022-10-24T12:15:45.250Z] Removing intermediate container 355b826fd16e [2022-10-24T12:15:45.250Z] ---> 3e3e231a394b [2022-10-24T12:15:45.250Z] Step 27/28 : LABEL git_sha=7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [2022-10-24T12:15:45.250Z] ---> Running in b4ebb502934f [2022-10-24T12:15:45.250Z] Removing intermediate container b4ebb502934f [2022-10-24T12:15:45.250Z] ---> f9e826134dfe [2022-10-24T12:15:45.250Z] Step 28/28 : LABEL version=0.0.0 [2022-10-24T12:15:45.250Z] ---> Running in 09a1681b92fb [2022-10-24T12:15:45.250Z] Removing intermediate container 09a1681b92fb [2022-10-24T12:15:45.250Z] ---> 8a65817cc39c [2022-10-24T12:15:45.250Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-24T12:15:45.250Z] Successfully built 8a65817cc39c [2022-10-24T12:15:45.250Z] 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-10-24T12:15:46.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-24T12:15:46.021Z] [2022-10-24T12:15:46.021Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:15:46.414Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-24T12:15:46.414Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-24T12:15:46.414Z] 8998bd30e6a1: Pulling fs layer [2022-10-24T12:15:46.414Z] 04944245beec: Pulling fs layer [2022-10-24T12:15:46.414Z] 699f458cf7ca: Pulling fs layer [2022-10-24T12:15:46.414Z] 765212b225bb: Pulling fs layer [2022-10-24T12:15:46.414Z] f23df028b6ca: Pulling fs layer [2022-10-24T12:15:46.414Z] d65c8cfc05b1: Pulling fs layer [2022-10-24T12:15:46.414Z] 2437ff75d9bd: Pulling fs layer [2022-10-24T12:15:46.414Z] 765212b225bb: Waiting [2022-10-24T12:15:46.414Z] f23df028b6ca: Waiting [2022-10-24T12:15:46.414Z] d65c8cfc05b1: Waiting [2022-10-24T12:15:46.414Z] 2437ff75d9bd: Waiting [2022-10-24T12:15:46.685Z] 04944245beec: Verifying Checksum [2022-10-24T12:15:46.685Z] 04944245beec: Download complete [2022-10-24T12:15:46.685Z] 765212b225bb: Verifying Checksum [2022-10-24T12:15:46.685Z] 765212b225bb: Download complete [2022-10-24T12:15:46.685Z] f23df028b6ca: Verifying Checksum [2022-10-24T12:15:46.685Z] f23df028b6ca: Download complete [2022-10-24T12:15:46.966Z] d65c8cfc05b1: Verifying Checksum [2022-10-24T12:15:46.966Z] d65c8cfc05b1: Download complete [2022-10-24T12:15:46.966Z] 699f458cf7ca: Verifying Checksum [2022-10-24T12:15:46.966Z] 699f458cf7ca: Download complete [2022-10-24T12:15:47.232Z] 8998bd30e6a1: Verifying Checksum [2022-10-24T12:15:47.232Z] 8998bd30e6a1: Download complete [2022-10-24T12:15:49.181Z] 2437ff75d9bd: Verifying Checksum [2022-10-24T12:15:49.181Z] 2437ff75d9bd: Download complete [2022-10-24T12:15:51.118Z] 8998bd30e6a1: Pull complete [2022-10-24T12:15:51.385Z] 04944245beec: Pull complete [2022-10-24T12:15:52.791Z] 699f458cf7ca: Pull complete [2022-10-24T12:15:52.791Z] 765212b225bb: Pull complete [2022-10-24T12:15:53.375Z] f23df028b6ca: Pull complete [2022-10-24T12:15:53.640Z] d65c8cfc05b1: Pull complete [2022-10-24T12:16:08.726Z] 2437ff75d9bd: Pull complete [2022-10-24T12:16:08.727Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-24T12:16:08.727Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-24T12:16:08.727Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T12:16:09.037Z] prd-ubuntu20.04-docker-arm64-4c-16g-9295 does not seem to be running inside a container [2022-10-24T12:16:09.106Z] $ 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-10-24T12:16:11.833Z] $ docker top a93bf2febc5cb916ed7f5c320115089736295c4dc56bd25d19c19384be834bb8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T12:16:12.761Z] ---> job-cost.sh [2022-10-24T12:16:12.761Z] lf-activate-venv: SKIPPING [2022-10-24T12:16:12.761Z] INFO: No Stack... [2022-10-24T12:16:13.344Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-24T12:16:14.298Z] INFO: Archiving Costs [Pipeline] sh [2022-10-24T12:16:14.951Z] + cut -d, -f6 [2022-10-24T12:16:14.951Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [Pipeline] lock [2022-10-24T12:16:15.023Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] [2022-10-24T12:16:15.028Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] did not exist. Created. [2022-10-24T12:16:15.028Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-24T12:16:15.745Z] /w/workspace/app-service-configurable/1@tmp/durable-b7c4706a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-24T12:16:16.409Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-24T12:16:16.457Z] Warning: overwriting stash ‘stack-cost’ [2022-10-24T12:16:16.516Z] Stashed 1 file(s) [Pipeline] } [2022-10-24T12:16:16.531Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-477-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-24T12:16:16.601Z] $ docker stop --time=1 a93bf2febc5cb916ed7f5c320115089736295c4dc56bd25d19c19384be834bb8 [2022-10-24T12:16:18.067Z] $ docker rm -f a93bf2febc5cb916ed7f5c320115089736295c4dc56bd25d19c19384be834bb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-10-24T12:16:19.018Z] provisioning config files... [2022-10-24T12:16:19.026Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-477@tmp/config15648671023238745031tmp [Pipeline] { [Pipeline] sh [2022-10-24T12:16:19.364Z] + set +x [2022-10-24T12:16:19.364Z] + bash -s -- [2022-10-24T12:16:19.364Z] + curl -s https://codecov.io/bash [2022-10-24T12:16:19.364Z] [2022-10-24T12:16:19.364Z] _____ _ [2022-10-24T12:16:19.364Z] / ____| | | [2022-10-24T12:16:19.364Z] | | ___ __| | ___ ___ _____ __ [2022-10-24T12:16:19.364Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-24T12:16:19.364Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-24T12:16:19.364Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-24T12:16:19.364Z] Bash-1.0.6 [2022-10-24T12:16:19.364Z] [2022-10-24T12:16:19.364Z] [2022-10-24T12:16:19.364Z] ==> git version 2.25.1 found [2022-10-24T12:16:19.364Z] ==> 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-10-24T12:16:19.364Z] Release-Date: 2020-01-08 [2022-10-24T12:16:19.364Z] 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-10-24T12:16:19.364Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-24T12:16:19.364Z] ==> Jenkins CI detected. [2022-10-24T12:16:19.364Z] current dir:  /w/workspace/_app-service-configurable_PR-477 [2022-10-24T12:16:19.364Z] project root: . [2022-10-24T12:16:19.364Z] --> token set from env [2022-10-24T12:16:19.364Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-24T12:16:19.364Z] ==> Running gcov in . (disable via -X gcov) [2022-10-24T12:16:19.364Z] ==> Python coveragepy not found [2022-10-24T12:16:19.364Z] ==> Searching for coverage reports in: [2022-10-24T12:16:19.364Z] + . [2022-10-24T12:16:19.364Z] -> Found 1 reports [2022-10-24T12:16:19.364Z] ==> Detecting git/mercurial file structure [2022-10-24T12:16:19.364Z] ==> Reading reports [2022-10-24T12:16:19.364Z] + ./coverage.out bytes=10 [2022-10-24T12:16:19.364Z] ==> Appending adjustments [2022-10-24T12:16:19.364Z] https://docs.codecov.io/docs/fixing-reports [2022-10-24T12:16:19.624Z] + Found adjustments [2022-10-24T12:16:19.624Z] ==> Gzipping contents [2022-10-24T12:16:19.624Z] 4.0K /tmp/codecov.pOGhtU.gz [2022-10-24T12:16:19.624Z] ==> Uploading reports [2022-10-24T12:16:19.624Z] url: https://codecov.io [2022-10-24T12:16:19.624Z] query: branch=PR-477&commit=7e8aa57bef781800a34dd35a1cc1ea189b8b43c5&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-477%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=477&job=&cmd_args= [2022-10-24T12:16:19.624Z] -> Pinging Codecov [2022-10-24T12:16:19.624Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-477&commit=7e8aa57bef781800a34dd35a1cc1ea189b8b43c5&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-477%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=477&job=&cmd_args= [2022-10-24T12:16:19.885Z] -> Uploading to [2022-10-24T12:16:19.885Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-24/A97CA9966030D2A3747ED39772930CCE/7e8aa57bef781800a34dd35a1cc1ea189b8b43c5/06594413-8be9-455e-b933-b500a1593553.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221024%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221024T121619Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b92151778c56888c47a451343305d886064f154c11b4460b2bf8be5f9b83c1fa [2022-10-24T12:16:19.885Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-24T12:16:19.885Z] Dload Upload Total Spent Left Speed [2022-10-24T12:16:20.146Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2019 --:--:-- --:--:-- --:--:-- 2019 [2022-10-24T12:16:20.146Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/7e8aa57bef781800a34dd35a1cc1ea189b8b43c5 [Pipeline] } [2022-10-24T12:16:20.175Z] 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-10-24T12:16:21.864Z] + [ -d /w/workspace/_app-service-configurable_PR-477/archives ] [2022-10-24T12:16:21.864Z] + ls -al /w/workspace/_app-service-configurable_PR-477/archives [2022-10-24T12:16:21.864Z] total 16 [2022-10-24T12:16:21.864Z] drwxr-xr-x 3 root root 4096 Oct 24 12:06 . [2022-10-24T12:16:21.864Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 24 12:06 .. [2022-10-24T12:16:21.864Z] drwxr-xr-x 2 root root 4096 Oct 24 12:06 cost [2022-10-24T12:16:21.864Z] -rw-r--r-- 1 root root 96 Oct 24 12:06 cost.csv [2022-10-24T12:16:21.864Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-477/archives [2022-10-24T12:16:21.864Z] + ls -al /w/workspace/_app-service-configurable_PR-477/archives [2022-10-24T12:16:21.864Z] total 16 [2022-10-24T12:16:21.864Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 12:06 . [2022-10-24T12:16:21.864Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 24 12:06 .. [2022-10-24T12:16:21.864Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 12:06 cost [2022-10-24T12:16:21.864Z] -rw-r--r-- 1 jenkins jenkins 96 Oct 24 12:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-24T12:16:22.190Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T12:16:23.076Z] ---> package-listing.sh [2022-10-24T12:16:23.076Z] ++ facter osfamily [2022-10-24T12:16:23.076Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-24T12:16:23.335Z] + OS_FAMILY=debian [2022-10-24T12:16:23.335Z] + workspace=/w/workspace/_app-service-configurable_PR-477 [2022-10-24T12:16:23.335Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-24T12:16:23.335Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-24T12:16:23.335Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-24T12:16:23.335Z] + PACKAGES=/tmp/packages_start.txt [2022-10-24T12:16:23.335Z] + '[' /w/workspace/_app-service-configurable_PR-477 ']' [2022-10-24T12:16:23.335Z] + PACKAGES=/tmp/packages_end.txt [2022-10-24T12:16:23.335Z] + case "${OS_FAMILY}" in [2022-10-24T12:16:23.335Z] + dpkg -l [2022-10-24T12:16:23.335Z] + grep '^ii' [2022-10-24T12:16:23.335Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-24T12:16:23.335Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-24T12:16:23.335Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-24T12:16:23.335Z] + '[' /w/workspace/_app-service-configurable_PR-477 ']' [2022-10-24T12:16:23.335Z] + mkdir -p /w/workspace/_app-service-configurable_PR-477/archives/ [2022-10-24T12:16:23.335Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-477/archives/ [Pipeline] echo [2022-10-24T12:16:23.374Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-477/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-24T12:16:23.670Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T12:16:24.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T12:16:24.290Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T12:16:24.429Z] prd-ubuntu20.04-docker-8c-8g-9292 does not seem to be running inside a container [2022-10-24T12:16:24.454Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-477/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-477 -v /w/workspace/_app-service-configurable_PR-477:/w/workspace/_app-service-configurable_PR-477:rw,z -v /w/workspace/_app-service-configurable_PR-477@tmp:/w/workspace/_app-service-configurable_PR-477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-24T12:16:24.687Z] $ docker top 8f816177b5ba7fb9ff415427b21b881667c74e92ff792fb37ec7666a491e3c45 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T12:16:25.072Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-24T12:16:25.375Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-24T12:16:25.685Z] + ls /var/log/sa-host [2022-10-24T12:16:25.685Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T12:16:25.811Z] provisioning config files... [2022-10-24T12:16:25.819Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-477@tmp/config4909052797754523446tmp [Pipeline] { [Pipeline] echo [2022-10-24T12:16:25.869Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T12:16:26.185Z] ---> create-netrc.sh [Pipeline] } [2022-10-24T12:16:26.210Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-24T12:16:26.604Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-24T12:16:26.645Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T12:16:26.957Z] ---> sudo-logs.sh [2022-10-24T12:16:26.957Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-24T12:16:27.039Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T12:16:27.349Z] ---> job-cost.sh [2022-10-24T12:16:27.349Z] lf-activate-venv: SKIPPING [2022-10-24T12:16:27.349Z] DEBUG: total: 0.2199999988079071 [2022-10-24T12:16:27.349Z] INFO: Retrieving Stack Cost... [2022-10-24T12:16:27.918Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-24T12:16:28.178Z] INFO: Archiving Costs [Pipeline] echo [2022-10-24T12:16:28.214Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T12:16:28.527Z] ---> logs-deploy.sh [2022-10-24T12:16:28.527Z] lf-activate-venv: SKIPPING [2022-10-24T12:16:28.527Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-477/1 [2022-10-24T12:16:28.527Z] INFO: archiving workspace using pattern(s): [2022-10-24T12:16:29.465Z] Archives upload complete. [2022-10-24T12:16:29.724Z] INFO: archiving logs to Nexus [2022-10-24T12:16:30.295Z] ---> uname -a: [2022-10-24T12:16:30.295Z] Linux prd-ubuntu20-04-docker-8c-8g-9292 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] ---> lscpu: [2022-10-24T12:16:30.295Z] Architecture: x86_64 [2022-10-24T12:16:30.295Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-24T12:16:30.295Z] Byte Order: Little Endian [2022-10-24T12:16:30.295Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-24T12:16:30.295Z] CPU(s): 8 [2022-10-24T12:16:30.295Z] On-line CPU(s) list: 0-7 [2022-10-24T12:16:30.295Z] Thread(s) per core: 1 [2022-10-24T12:16:30.295Z] Core(s) per socket: 1 [2022-10-24T12:16:30.295Z] Socket(s): 8 [2022-10-24T12:16:30.295Z] NUMA node(s): 1 [2022-10-24T12:16:30.295Z] Vendor ID: AuthenticAMD [2022-10-24T12:16:30.295Z] CPU family: 23 [2022-10-24T12:16:30.295Z] Model: 49 [2022-10-24T12:16:30.295Z] Model name: AMD EPYC-Rome Processor [2022-10-24T12:16:30.295Z] Stepping: 0 [2022-10-24T12:16:30.295Z] CPU MHz: 2800.000 [2022-10-24T12:16:30.295Z] BogoMIPS: 5600.00 [2022-10-24T12:16:30.295Z] Virtualization: AMD-V [2022-10-24T12:16:30.295Z] Hypervisor vendor: KVM [2022-10-24T12:16:30.295Z] Virtualization type: full [2022-10-24T12:16:30.295Z] L1d cache: 256 KiB [2022-10-24T12:16:30.295Z] L1i cache: 256 KiB [2022-10-24T12:16:30.295Z] L2 cache: 4 MiB [2022-10-24T12:16:30.295Z] L3 cache: 128 MiB [2022-10-24T12:16:30.295Z] NUMA node0 CPU(s): 0-7 [2022-10-24T12:16:30.295Z] Vulnerability Itlb multihit: Not affected [2022-10-24T12:16:30.295Z] Vulnerability L1tf: Not affected [2022-10-24T12:16:30.295Z] Vulnerability Mds: Not affected [2022-10-24T12:16:30.295Z] Vulnerability Meltdown: Not affected [2022-10-24T12:16:30.295Z] Vulnerability Mmio stale data: Not affected [2022-10-24T12:16:30.295Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-24T12:16:30.295Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-24T12:16:30.295Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-24T12:16:30.295Z] Vulnerability Srbds: Not affected [2022-10-24T12:16:30.295Z] Vulnerability Tsx async abort: Not affected [2022-10-24T12:16:30.295Z] 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-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] ---> nproc: [2022-10-24T12:16:30.295Z] 8 [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] ---> df -h: [2022-10-24T12:16:30.295Z] Filesystem Size Used Avail Use% Mounted on [2022-10-24T12:16:30.295Z] overlay 155G 12G 144G 8% / [2022-10-24T12:16:30.295Z] tmpfs 64M 0 64M 0% /dev [2022-10-24T12:16:30.295Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-24T12:16:30.295Z] shm 64M 0 64M 0% /dev/shm [2022-10-24T12:16:30.295Z] /dev/vda1 155G 12G 144G 8% /facter-os [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] ---> sar -b -r -n DEV: [2022-10-24T12:16:30.295Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9292) 10/24/22 _x86_64_ (8 CPU) [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] 12:04:07 LINUX RESTART (8 CPU) [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] 12:05:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-10-24T12:16:30.295Z] 12:06:01 212.90 3.32 209.57 0.00 82.02 72702.80 0.00 [2022-10-24T12:16:30.295Z] 12:07:01 160.98 0.10 160.88 0.00 16.93 34308.03 0.00 [2022-10-24T12:16:30.295Z] 12:08:01 1.83 0.00 1.83 0.00 0.00 22.28 0.00 [2022-10-24T12:16:30.295Z] 12:09:01 1.77 0.00 1.77 0.00 0.00 20.53 0.00 [2022-10-24T12:16:30.295Z] 12:10:01 41.07 9.35 31.72 0.00 2884.77 4934.22 0.00 [2022-10-24T12:16:30.295Z] 12:11:01 1.98 0.00 1.98 0.00 0.00 23.20 0.00 [2022-10-24T12:16:30.295Z] 12:12:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 [2022-10-24T12:16:30.295Z] 12:13:01 1.98 0.00 1.98 0.00 0.00 22.66 0.00 [2022-10-24T12:16:30.295Z] 12:14:01 1.47 0.00 1.47 0.00 0.00 16.80 0.00 [2022-10-24T12:16:30.295Z] 12:15:01 2.37 0.00 2.37 0.00 0.00 37.73 0.00 [2022-10-24T12:16:30.295Z] 12:16:01 1.32 0.00 1.32 0.00 0.00 14.66 0.00 [2022-10-24T12:16:30.295Z] Average: 38.74 1.16 37.58 0.00 271.57 10098.03 0.00 [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] 12:05:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-10-24T12:16:30.295Z] 12:06:01 28587888 31559740 744820 2.27 133976 3068508 1958736 5.77 1169560 2707780 444 [2022-10-24T12:16:30.295Z] 12:07:01 27863464 31587144 714892 2.17 145956 3745332 1794704 5.29 1196316 3338804 400 [2022-10-24T12:16:30.295Z] 12:08:01 27862792 31586548 715292 2.18 146000 3745336 1794704 5.29 1196368 3338808 16 [2022-10-24T12:16:30.295Z] 12:09:01 27865444 31589268 712376 2.17 146056 3745336 1794704 5.29 1194560 3338816 24 [2022-10-24T12:16:30.295Z] 12:10:01 27553852 31568696 730404 2.22 164736 3996880 1780612 5.25 1351696 3466848 12 [2022-10-24T12:16:30.295Z] 12:11:01 27564040 31579028 720000 2.19 164820 3996884 1780612 5.25 1341872 3466852 12 [2022-10-24T12:16:30.295Z] 12:12:01 27563604 31579488 720072 2.19 164908 3996888 1780612 5.25 1341228 3467668 8 [2022-10-24T12:16:30.295Z] 12:13:01 27563848 31579916 719612 2.19 164996 3996956 1780612 5.25 1341412 3467752 8 [2022-10-24T12:16:30.295Z] 12:14:01 27563540 31579700 719744 2.19 165084 3996936 1780612 5.25 1341232 3467756 4 [2022-10-24T12:16:30.295Z] 12:15:01 27563436 31579772 719564 2.19 165200 3996960 1780612 5.25 1341484 3467768 4 [2022-10-24T12:16:30.295Z] 12:16:01 27563420 31579796 719428 2.19 165292 3996960 1796824 5.30 1341488 3467760 8 [2022-10-24T12:16:30.295Z] Average: 27737757 31579009 721473 2.19 157002 3843907 1802122 5.31 1287020 3363328 85 [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] 12:05:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-10-24T12:16:30.295Z] 12:06:01 docker0 149.75 184.82 11.83 1709.58 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:06:01 lo 3.25 3.25 0.32 0.32 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:06:01 vethef99158 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:06:01 ens3 383.43 294.02 5767.52 115.40 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:07:01 docker0 10.71 15.21 0.65 101.46 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:07:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:07:01 ens3 128.92 87.24 2631.72 16.76 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:08:01 ens3 2.52 0.60 0.75 0.46 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:09:01 ens3 0.87 0.55 1.93 0.23 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:10:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:10:01 ens3 95.22 54.20 1303.35 3.98 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:11:01 ens3 0.35 0.13 0.02 0.01 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:12:01 ens3 0.82 0.20 0.16 0.08 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:13:01 ens3 0.57 0.52 0.32 0.22 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:14:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:15:01 ens3 0.33 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] 12:16:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] Average: docker0 14.38 17.93 1.12 162.29 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] Average: lo 0.57 0.57 0.05 0.05 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] Average: ens3 55.24 39.40 874.97 12.32 0.00 0.00 0.00 0.00 [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] ---> sar -P ALL: [2022-10-24T12:16:30.295Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9292) 10/24/22 _x86_64_ (8 CPU) [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] 12:04:07 LINUX RESTART (8 CPU) [2022-10-24T12:16:30.295Z] [2022-10-24T12:16:30.295Z] 12:05:02 CPU %user %nice %system %iowait %steal %idle [2022-10-24T12:16:30.295Z] 12:06:01 all 20.98 0.00 6.59 1.51 0.08 70.84 [2022-10-24T12:16:30.295Z] 12:06:01 0 21.43 0.00 7.40 2.69 0.09 68.40 [2022-10-24T12:16:30.296Z] 12:06:01 1 21.14 0.00 6.24 0.96 0.07 71.59 [2022-10-24T12:16:30.296Z] 12:06:01 2 20.26 0.00 5.87 0.77 0.09 73.01 [2022-10-24T12:16:30.296Z] 12:06:01 3 20.72 0.00 8.29 0.45 0.09 70.45 [2022-10-24T12:16:30.296Z] 12:06:01 4 21.02 0.00 6.15 0.90 0.07 71.86 [2022-10-24T12:16:30.296Z] 12:06:01 5 20.92 0.00 5.97 0.14 0.09 72.89 [2022-10-24T12:16:30.296Z] 12:06:01 6 20.96 0.00 7.07 5.33 0.09 66.55 [2022-10-24T12:16:30.296Z] 12:06:01 7 21.38 0.00 5.74 0.87 0.07 71.95 [2022-10-24T12:16:30.296Z] 12:07:01 all 19.47 0.00 4.33 1.01 0.05 75.13 [2022-10-24T12:16:30.296Z] 12:07:01 0 19.33 0.00 4.72 0.12 0.03 75.80 [2022-10-24T12:16:30.296Z] 12:07:01 1 19.24 0.00 4.18 1.90 0.07 74.61 [2022-10-24T12:16:30.296Z] 12:07:01 2 20.09 0.00 5.43 2.43 0.05 72.00 [2022-10-24T12:16:30.296Z] 12:07:01 3 19.62 0.00 4.26 0.47 0.07 75.58 [2022-10-24T12:16:30.296Z] 12:07:01 4 18.00 0.00 4.05 0.62 0.05 77.28 [2022-10-24T12:16:30.296Z] 12:07:01 5 19.37 0.00 3.79 2.31 0.03 74.49 [2022-10-24T12:16:30.296Z] 12:07:01 6 20.56 0.00 4.03 0.02 0.05 75.35 [2022-10-24T12:16:30.296Z] 12:07:01 7 19.57 0.00 4.21 0.22 0.07 75.93 [2022-10-24T12:16:30.296Z] 12:08:01 all 0.28 0.00 0.01 0.01 0.00 99.70 [2022-10-24T12:16:30.296Z] 12:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:08:01 1 2.00 0.00 0.00 0.00 0.00 98.00 [2022-10-24T12:16:30.296Z] 12:08:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-24T12:16:30.296Z] 12:08:01 4 0.05 0.00 0.05 0.00 0.00 99.90 [2022-10-24T12:16:30.296Z] 12:08:01 5 0.07 0.00 0.00 0.03 0.02 99.88 [2022-10-24T12:16:30.296Z] 12:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:08:01 7 0.05 0.00 0.03 0.00 0.00 99.92 [2022-10-24T12:16:30.296Z] 12:09:01 all 0.28 0.00 0.02 0.01 0.01 99.68 [2022-10-24T12:16:30.296Z] 12:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-24T12:16:30.296Z] 12:09:01 1 2.02 0.00 0.02 0.00 0.00 97.96 [2022-10-24T12:16:30.296Z] 12:09:01 2 0.02 0.00 0.03 0.03 0.02 99.90 [2022-10-24T12:16:30.296Z] 12:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:09:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:09:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:09:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:09:01 7 0.08 0.00 0.05 0.00 0.02 99.85 [2022-10-24T12:16:30.296Z] 12:10:01 all 1.51 0.00 0.85 0.42 0.01 97.21 [2022-10-24T12:16:30.296Z] 12:10:01 0 1.45 0.00 0.85 0.25 0.00 97.45 [2022-10-24T12:16:30.296Z] 12:10:01 1 2.37 0.00 0.36 0.23 0.02 97.02 [2022-10-24T12:16:30.296Z] 12:10:01 2 1.05 0.00 2.07 0.10 0.00 96.78 [2022-10-24T12:16:30.296Z] 12:10:01 3 1.94 0.00 1.13 0.38 0.02 96.53 [2022-10-24T12:16:30.296Z] 12:10:01 4 2.00 0.00 0.83 0.53 0.02 96.62 [2022-10-24T12:16:30.296Z] 12:10:01 5 1.30 0.00 0.57 1.76 0.02 96.36 [2022-10-24T12:16:30.296Z] 12:10:01 6 0.88 0.00 0.47 0.07 0.02 98.57 [2022-10-24T12:16:30.296Z] 12:10:01 7 1.05 0.00 0.50 0.03 0.02 98.40 [2022-10-24T12:16:30.296Z] 12:11:01 all 0.03 0.00 0.01 0.03 0.00 99.92 [2022-10-24T12:16:30.296Z] 12:11:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2022-10-24T12:16:30.296Z] 12:11:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:11:01 2 0.00 0.00 0.00 0.12 0.02 99.87 [2022-10-24T12:16:30.296Z] 12:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-24T12:16:30.296Z] 12:11:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:11:01 5 0.07 0.00 0.02 0.10 0.00 99.82 [2022-10-24T12:16:30.296Z] 12:11:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:12:01 all 0.01 0.00 0.01 0.03 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-24T12:16:30.296Z] 12:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-24T12:16:30.296Z] 12:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-24T12:16:30.296Z] 12:12:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2022-10-24T12:16:30.296Z] 12:12:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:12:01 5 0.00 0.00 0.00 0.12 0.00 99.88 [2022-10-24T12:16:30.296Z] 12:12:01 6 0.00 0.00 0.00 0.08 0.00 99.92 [2022-10-24T12:16:30.296Z] 12:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:13:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-24T12:16:30.296Z] 12:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-24T12:16:30.296Z] 12:13:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:13:01 4 0.07 0.00 0.02 0.00 0.00 99.92 [2022-10-24T12:16:30.296Z] 12:13:01 5 0.02 0.00 0.00 0.03 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:13:01 6 0.02 0.00 0.00 0.03 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:14:01 all 0.02 0.00 0.01 0.02 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:14:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2022-10-24T12:16:30.296Z] 12:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-24T12:16:30.296Z] 12:14:01 2 0.07 0.00 0.03 0.02 0.00 99.88 [2022-10-24T12:16:30.296Z] 12:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-24T12:16:30.296Z] 12:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:14:01 5 0.03 0.00 0.00 0.12 0.00 99.85 [2022-10-24T12:16:30.296Z] 12:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-24T12:16:30.296Z] 12:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-24T12:16:30.296Z] 12:15:01 all 0.03 0.00 0.01 0.06 0.00 99.90 [2022-10-24T12:16:30.296Z] 12:15:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-24T12:16:30.296Z] 12:15:01 2 0.07 0.00 0.00 0.02 0.02 99.90 [2022-10-24T12:16:30.296Z] 12:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:15:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2022-10-24T12:16:30.296Z] 12:15:01 5 0.02 0.00 0.00 0.27 0.00 99.72 [2022-10-24T12:16:30.296Z] 12:15:01 6 0.07 0.00 0.00 0.17 0.00 99.77 [2022-10-24T12:16:30.296Z] 12:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-24T12:16:30.296Z] 12:16:01 all 0.01 0.00 0.02 0.03 0.00 99.94 [2022-10-24T12:16:30.296Z] 12:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] 12:16:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-24T12:16:30.296Z] 12:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-24T12:16:30.296Z] 12:16:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-24T12:16:30.296Z] 12:16:01 5 0.00 0.00 0.00 0.08 0.00 99.92 [2022-10-24T12:16:30.296Z] 12:16:01 6 0.00 0.00 0.02 0.15 0.00 99.83 [2022-10-24T12:16:30.296Z] 12:16:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-24T12:16:30.296Z] [2022-10-24T12:16:30.296Z] Average: CPU %user %nice %system %iowait %steal %idle [2022-10-24T12:16:30.296Z] Average: all 3.81 0.00 1.06 0.28 0.01 94.83 [2022-10-24T12:16:30.296Z] Average: 0 3.79 0.00 1.18 0.27 0.01 94.75 [2022-10-24T12:16:30.296Z] Average: 1 4.21 0.00 0.97 0.28 0.02 94.53 [2022-10-24T12:16:30.296Z] Average: 2 3.73 0.00 1.21 0.31 0.02 94.73 [2022-10-24T12:16:30.296Z] Average: 3 3.78 0.00 1.23 0.12 0.02 94.85 [2022-10-24T12:16:30.296Z] Average: 4 3.69 0.00 1.00 0.18 0.01 95.11 [2022-10-24T12:16:30.296Z] Average: 5 3.75 0.00 0.92 0.45 0.01 94.86 [2022-10-24T12:16:30.296Z] Average: 6 3.81 0.00 1.04 0.52 0.01 94.63 [2022-10-24T12:16:30.296Z] Average: 7 3.76 0.00 0.94 0.10 0.02 95.18 [2022-10-24T12:16:30.296Z] [2022-10-24T12:16:30.296Z] [2022-10-24T12:16:30.296Z]