Pull request #418 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fd11a294be23ae2e034173c2f41caef4edd9b4b3+ad55e0170029eafafb831d92a6ace1a8c5806c28 (ac8402838c0e5f73384c43ab85f902586983db80) 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-ssh4190798771691807746.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh11766587900434234615.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-418/workspace@libs/edgex-global-pipelines # 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-418/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh9980554647287517849.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-418/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6616382497395729185.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > 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 shared 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-ssh2483965724132340986.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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-418/workspace@libs/lf-pipelines # 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-418/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7643510281493476572.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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.17 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 [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-47540 in /w/workspace/_app-service-configurable_PR-418 [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-418 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit ad55e0170029eafafb831d92a6ace1a8c5806c28 into PR head commit fd11a294be23ae2e034173c2f41caef4edd9b4b3 Merge succeeded, producing fd11a294be23ae2e034173c2f41caef4edd9b4b3 Checking out Revision fd11a294be23ae2e034173c2f41caef4edd9b4b3 (PR-418) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/418/head:refs/remotes/origin/PR-418 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd11a294be23ae2e034173c2f41caef4edd9b4b3 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ad55e0170029eafafb831d92a6ace1a8c5806c28 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd11a294be23ae2e034173c2f41caef4edd9b4b3 # timeout=10 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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:06:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:06:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:06:13 ========================================================= 12:06:13 EdgeX Global Pipelines Version Info 12:06:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:06:13 ------------------- 12:06:13 stable info: 12:06:13 ------------------- 12:06:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:06:13 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 12:06:13 Message: update stable to v1.0.227 12:06:14 ------------------- 12:06:14 experimental info: 12:06:14 ------------------- 12:06:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:06:14 Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c 12:06:14 Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:06:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 12:06:14 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 12:06:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:06:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:06:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:06:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-418 [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-418 [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-418 [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd11a294be23ae2e034173c2f41caef4edd9b4b3 [Pipeline] echo 12:06:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd11a29 [Pipeline] echo 12:06:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:06:16 provisioning config files... 12:06:16 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-418@tmp/config3130957311190155527tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:06:16 ---> docker-login.sh 12:06:16 nexus3.edgexfoundry.org:10001 12:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:16 Configure a credential helper to remove this warning. See 12:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:16 12:06:16 Login Succeeded 12:06:16 nexus3.edgexfoundry.org:10002 12:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:17 Configure a credential helper to remove this warning. See 12:06:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:17 12:06:17 Login Succeeded 12:06:17 nexus3.edgexfoundry.org:10003 12:06:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:17 Configure a credential helper to remove this warning. See 12:06:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:17 12:06:17 Login Succeeded 12:06:17 nexus3.edgexfoundry.org:10004 12:06:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:17 Configure a credential helper to remove this warning. See 12:06:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:17 12:06:17 Login Succeeded 12:06:17 docker.io 12:06:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:17 Configure a credential helper to remove this warning. See 12:06:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:17 12:06:17 Login Succeeded 12:06:17 ---> docker-login.sh ends [Pipeline] } 12:06:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:06:18 + git rev-list -1 --merges fd11a294be23ae2e034173c2f41caef4edd9b4b3~1..fd11a294be23ae2e034173c2f41caef4edd9b4b3 [Pipeline] echo 12:06:18 -----------> git rev-list -1 --merges fd11a294be23ae2e034173c2f41caef4edd9b4b3~1..fd11a294be23ae2e034173c2f41caef4edd9b4b3 fd11a294be23ae2e034173c2f41caef4edd9b4b3 [false] [Pipeline] sh 12:06:18 + git log --format=format:%s -1 fd11a294be23ae2e034173c2f41caef4edd9b4b3 [Pipeline] echo 12:06:18 ========================================================= 12:06:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:06:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:06:19 + git log --format=format:%s -1 fd11a294be23ae2e034173c2f41caef4edd9b4b3 [Pipeline] echo 12:06:19 [semverPrep] GIT_COMMIT: fd11a294be23ae2e034173c2f41caef4edd9b4b3, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo 12:06:19 [semverPrep] This is not a build commit. [Pipeline] sh 12:06:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:06:19 + grep -v github /etc/ssh/ssh_known_hosts 12:06:19 + [ -e /tmp/ssh_known_hosts ] 12:06:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:06:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:06:19 + sudo tee -a /etc/ssh/ssh_known_hosts 12:06:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 12:06:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 12:06:20 12:06:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:06:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 12:06:20 latest: Pulling from edgex-devops/py-git-semver 12:06:20 1fe172e4850f: Pulling fs layer 12:06:20 caf521ccaac6: Pulling fs layer 12:06:20 3ead6fa29328: Pulling fs layer 12:06:20 5c2a1cbceb83: Pulling fs layer 12:06:20 a8d5f1318db7: Pulling fs layer 12:06:20 c427282e49a2: Pulling fs layer 12:06:20 1827001aaf11: Pulling fs layer 12:06:20 0714d37db230: Pulling fs layer 12:06:20 ac28cf19c067: Pulling fs layer 12:06:20 ca983d60f3e2: Pulling fs layer 12:06:20 9f894cec8388: Pulling fs layer 12:06:20 1827001aaf11: Waiting 12:06:20 0714d37db230: Waiting 12:06:20 ac28cf19c067: Waiting 12:06:20 a8d5f1318db7: Waiting 12:06:20 5c2a1cbceb83: Waiting 12:06:20 c427282e49a2: Waiting 12:06:20 ca983d60f3e2: Waiting 12:06:20 caf521ccaac6: Verifying Checksum 12:06:20 caf521ccaac6: Download complete 12:06:20 5c2a1cbceb83: Verifying Checksum 12:06:20 5c2a1cbceb83: Download complete 12:06:20 a8d5f1318db7: Verifying Checksum 12:06:20 a8d5f1318db7: Download complete 12:06:20 c427282e49a2: Download complete 12:06:20 3ead6fa29328: Verifying Checksum 12:06:20 3ead6fa29328: Download complete 12:06:20 0714d37db230: Download complete 12:06:20 ac28cf19c067: Verifying Checksum 12:06:20 ac28cf19c067: Download complete 12:06:20 ca983d60f3e2: Verifying Checksum 12:06:20 ca983d60f3e2: Download complete 12:06:20 9f894cec8388: Download complete 12:06:20 1fe172e4850f: Verifying Checksum 12:06:20 1fe172e4850f: Download complete 12:06:20 1827001aaf11: Verifying Checksum 12:06:22 1fe172e4850f: Pull complete 12:06:22 caf521ccaac6: Pull complete 12:06:22 3ead6fa29328: Pull complete 12:06:22 5c2a1cbceb83: Pull complete 12:06:23 a8d5f1318db7: Pull complete 12:06:23 c427282e49a2: Pull complete 12:06:25 1827001aaf11: Pull complete 12:06:25 0714d37db230: Pull complete 12:06:25 ac28cf19c067: Pull complete 12:06:25 ca983d60f3e2: Pull complete 12:06:25 9f894cec8388: Pull complete 12:06:25 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 12:06:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 12:06:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 12:06:26 prd-ubuntu20.04-docker-8c-8g-47540 does not seem to be running inside a container 12:06:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-418 -v /w/workspace/_app-service-configurable_PR-418:/w/workspace/_app-service-configurable_PR-418:rw,z -v /w/workspace/_app-service-configurable_PR-418@tmp:/w/workspace/_app-service-configurable_PR-418@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 12:06:27 $ docker top b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 -eo pid,comm 12:06:27 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 12:06:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:06:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:06:28 [ssh-agent] Looking for ssh-agent implementation... 12:06:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:06:28 $ docker exec b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 ssh-agent 12:06:28 SSH_AUTH_SOCK=/tmp/ssh-2imfnjzbmcFc/agent.35 12:06:28 SSH_AGENT_PID=41 12:06:28 Running ssh-add (command line suppressed) 12:06:28 Identity added: /w/workspace/_app-service-configurable_PR-418@tmp/private_key_3768213206033750681.key (/w/workspace/_app-service-configurable_PR-418@tmp/private_key_3768213206033750681.key) 12:06:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:06:28 + git tag --points-at HEAD [Pipeline] } 12:06:28 $ docker exec --env ******** --env ******** b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 ssh-agent -k 12:06:29 unset SSH_AUTH_SOCK; 12:06:29 unset SSH_AGENT_PID; 12:06:29 echo Agent pid 41 killed; 12:06:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:06:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:06:29 [ssh-agent] Looking for ssh-agent implementation... 12:06:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:06:29 $ docker exec b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 ssh-agent 12:06:29 SSH_AUTH_SOCK=/tmp/ssh-Ex4dmw18diYK/agent.75 12:06:29 SSH_AGENT_PID=81 12:06:29 Running ssh-add (command line suppressed) 12:06:29 Identity added: /w/workspace/_app-service-configurable_PR-418@tmp/private_key_6064772354950256589.key (/w/workspace/_app-service-configurable_PR-418@tmp/private_key_6064772354950256589.key) 12:06:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:06:29 + git semver init 12:06:30 2022-05-10 12:06:30,088 [run_init] DEBUG init version:0.0.0 force:False 12:06:30 2022-05-10 12:06:30,089 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-418/.semver 12:06:30 2022-05-10 12:06:30,090 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-418/.semver 12:06:30 2022-05-10 12:06:30,090 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-418/.semver'], cwd=/w/workspace/_app-service-configurable_PR-418, universal_newlines=False, shell=None, istream=None) 12:06:31 2022-05-10 12:06:30,907 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-418/.git/info/exclude 12:06:31 2022-05-10 12:06:30,907 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-418/.semver/PR-418 with force:False 12:06:31 2022-05-10 12:06:30,907 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-418/.semver/PR-418 12:06:31 2022-05-10 12:06:30,912 [execute] INFO git cat-file --batch-check 12:06:31 2022-05-10 12:06:30,912 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-418/.semver, universal_newlines=False, shell=None, istream=) 12:06:31 2022-05-10 12:06:30,920 [execute] INFO git cat-file --batch 12:06:31 2022-05-10 12:06:30,920 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-418/.semver, universal_newlines=False, shell=None, istream=) 12:06:31 2022-05-10 12:06:30,927 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-418/.semver/PR-418 12:06:31 0.0.0 [Pipeline] } 12:06:31 $ docker exec --env ******** --env ******** b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 ssh-agent -k 12:06:31 unset SSH_AUTH_SOCK; 12:06:31 unset SSH_AGENT_PID; 12:06:31 echo Agent pid 81 killed; 12:06:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:06:31 + git semver [Pipeline] } 12:06:31 $ docker stop --time=1 b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 12:06:33 $ docker rm -f b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 [Pipeline] // withDockerContainer [Pipeline] sh 12:06:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:06:34 Stashed 1 file(s) [Pipeline] echo 12:06:34 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:06:34 provisioning config files... 12:06:34 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-418@tmp/config8897848823554486939tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:06:35 ---> docker-login.sh 12:06:35 nexus3.edgexfoundry.org:10001 12:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:35 Configure a credential helper to remove this warning. See 12:06:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:35 12:06:35 Login Succeeded 12:06:35 nexus3.edgexfoundry.org:10002 12:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:35 Configure a credential helper to remove this warning. See 12:06:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:35 12:06:35 Login Succeeded 12:06:35 nexus3.edgexfoundry.org:10003 12:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:35 Configure a credential helper to remove this warning. See 12:06:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:35 12:06:35 Login Succeeded 12:06:35 nexus3.edgexfoundry.org:10004 12:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:35 Configure a credential helper to remove this warning. See 12:06:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:35 12:06:35 Login Succeeded 12:06:35 docker.io 12:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:35 Configure a credential helper to remove this warning. See 12:06:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:35 12:06:35 Login Succeeded 12:06:35 ---> docker-login.sh ends [Pipeline] } 12:06:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:06:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:06:36 ========================================================= 12:06:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 12:06:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 12:06:36 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 12:06:36 Sending build context to Docker daemon 3.057MB 12:06:36 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 12:06:36 Step 2/13 : FROM ${BASE} AS builder 12:06:36 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 12:06:36 59bf1c3509f3: Pulling fs layer 12:06:36 666ba61612fd: Pulling fs layer 12:06:36 8ed8ca486205: Pulling fs layer 12:06:36 4fe6c5a15a65: Pulling fs layer 12:06:36 22a0e8bec74d: Pulling fs layer 12:06:36 ca2b28591e48: Pulling fs layer 12:06:36 a51346096db8: Pulling fs layer 12:06:36 daebc70d1ce1: Pulling fs layer 12:06:36 0e18a0eac166: Pulling fs layer 12:06:36 4fe6c5a15a65: Waiting 12:06:36 ca2b28591e48: Waiting 12:06:36 a51346096db8: Waiting 12:06:36 22a0e8bec74d: Waiting 12:06:36 daebc70d1ce1: Waiting 12:06:36 0e18a0eac166: Waiting 12:06:36 8ed8ca486205: Verifying Checksum 12:06:36 8ed8ca486205: Download complete 12:06:36 666ba61612fd: Verifying Checksum 12:06:36 666ba61612fd: Download complete 12:06:36 22a0e8bec74d: Verifying Checksum 12:06:36 22a0e8bec74d: Download complete 12:06:36 59bf1c3509f3: Verifying Checksum 12:06:36 ca2b28591e48: Verifying Checksum 12:06:36 ca2b28591e48: Download complete 12:06:36 a51346096db8: Download complete 12:06:36 daebc70d1ce1: Verifying Checksum 12:06:36 daebc70d1ce1: Download complete 12:06:36 59bf1c3509f3: Pull complete 12:06:36 666ba61612fd: Pull complete 12:06:36 8ed8ca486205: Pull complete 12:06:37 0e18a0eac166: Verifying Checksum 12:06:37 0e18a0eac166: Download complete 12:06:37 4fe6c5a15a65: Verifying Checksum 12:06:37 4fe6c5a15a65: Download complete 12:06:41 4fe6c5a15a65: Pull complete 12:06:41 22a0e8bec74d: Pull complete 12:06:41 ca2b28591e48: Pull complete 12:06:41 a51346096db8: Pull complete 12:06:41 daebc70d1ce1: Pull complete 12:06:44 0e18a0eac166: Pull complete 12:06:44 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 12:06:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 12:06:44 ---> f018257e8ee9 12:06:44 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:06:47 ---> Running in 67fa399819ec 12:06:47 Removing intermediate container 67fa399819ec 12:06:47 ---> ef3cc943fa4b 12:06:47 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 12:06:47 ---> Running in 7de54e0e3dca 12:06:47 Removing intermediate container 7de54e0e3dca 12:06:47 ---> 90f4432eecb3 12:06:47 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 12:06:47 ---> Running in 7077faaae5de 12:06:47 Removing intermediate container 7077faaae5de 12:06:47 ---> 7e64eef1e122 12:06:47 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:06:47 ---> Running in 61927b2a5278 12:06:48 Removing intermediate container 61927b2a5278 12:06:48 ---> 10a7e875b49e 12:06:48 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:06:48 ---> Running in 6eecafe20b7c 12:06:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:06:49 Still waiting to schedule task 12:06:49 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 12:06:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:06:50 OK: 221 MiB in 52 packages 12:06:50 Removing intermediate container 6eecafe20b7c 12:06:50 ---> 2000853c6f01 12:06:50 Step 8/13 : WORKDIR /app 12:06:50 ---> Running in 2e94aee6fb94 12:06:50 Removing intermediate container 2e94aee6fb94 12:06:50 ---> 7de108ff5577 12:06:50 Step 9/13 : COPY go.mod vendor* ./ 12:06:50 ---> febf3064b8c1 12:06:50 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:06:50 ---> Running in 6c772e8f3fce 12:07:17 Removing intermediate container 6c772e8f3fce 12:07:17 ---> aa62abe12823 12:07:17 Step 11/13 : COPY . . 12:07:17 ---> 088a3fca860e 12:07:17 Step 12/13 : ARG MAKE="make build" 12:07:17 ---> Running in cb5b946a0c19 12:07:17 Removing intermediate container cb5b946a0c19 12:07:17 ---> 63330307b18a 12:07:17 Step 13/13 : RUN $MAKE 12:07:17 ---> Running in cc4313ef8665 12:07:17 noop 12:07:17 Removing intermediate container cc4313ef8665 12:07:17 ---> f99c78b1280d 12:07:17 Successfully built f99c78b1280d 12:07:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:07:17 + docker inspect -f . ci-base-image-x86_64 12:07:17 . [Pipeline] withDockerContainer 12:07:17 prd-ubuntu20.04-docker-8c-8g-47540 does not seem to be running inside a container 12:07:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-418 -v /w/workspace/_app-service-configurable_PR-418:/w/workspace/_app-service-configurable_PR-418:rw,z -v /w/workspace/_app-service-configurable_PR-418@tmp:/w/workspace/_app-service-configurable_PR-418@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 ******** ci-base-image-x86_64 cat 12:07:18 $ docker top 137e3f2d8c486531f1023ed7865346929baaeba0225ebb33e946783e1fd1ee61 -eo pid,comm [Pipeline] { [Pipeline] sh 12:07:19 + go version 12:07:19 go version go1.17.6 linux/amd64 [Pipeline] } 12:07:19 $ docker stop --time=1 137e3f2d8c486531f1023ed7865346929baaeba0225ebb33e946783e1fd1ee61 12:07:20 $ docker rm -f 137e3f2d8c486531f1023ed7865346929baaeba0225ebb33e946783e1fd1ee61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:07:21 + docker inspect -f . ci-base-image-x86_64 12:07:21 . [Pipeline] withDockerContainer 12:07:21 prd-ubuntu20.04-docker-8c-8g-47540 does not seem to be running inside a container 12:07:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-418 -v /w/workspace/_app-service-configurable_PR-418:/w/workspace/_app-service-configurable_PR-418:rw,z -v /w/workspace/_app-service-configurable_PR-418@tmp:/w/workspace/_app-service-configurable_PR-418@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 ******** ci-base-image-x86_64 cat 12:07:21 $ docker top 1799abe93a2a97b048267a87bacb440e336465cf10445bc045ce9af63644bc54 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 12:07:22 + make test 12:07:22 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:07:34 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:07:34 CGO_ENABLED=1 go vet ./... 12:07:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:07:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:07:37 ./bin/test-attribution-txt.sh [Pipeline] echo 12:07:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:07:37 $ docker stop --time=1 1799abe93a2a97b048267a87bacb440e336465cf10445bc045ce9af63644bc54 12:07:39 $ docker rm -f 1799abe93a2a97b048267a87bacb440e336465cf10445bc045ce9af63644bc54 [Pipeline] // withDockerContainer [Pipeline] sh 12:07:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:07:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:07:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:07:41 + ls -al . 12:07:41 total 164 12:07:41 drwxrwxr-x 8 jenkins jenkins 4096 May 10 12:07 . 12:07:41 drwxrwxr-x 4 jenkins jenkins 4096 May 10 12:06 .. 12:07:41 -rw-rw-r-- 1 jenkins jenkins 119 May 10 12:06 .dockerignore 12:07:41 drwxrwxr-x 8 jenkins jenkins 4096 May 10 12:06 .git 12:07:41 drwxrwxr-x 3 jenkins jenkins 4096 May 10 12:06 .github 12:07:41 -rw-rw-r-- 1 jenkins jenkins 104 May 10 12:06 .gitignore 12:07:41 drwxr-xr-x 3 jenkins jenkins 4096 May 10 12:06 .semver 12:07:41 -rw-rw-r-- 1 jenkins jenkins 8695 May 10 12:06 Attribution.txt 12:07:41 -rw-rw-r-- 1 jenkins jenkins 23791 May 10 12:06 CHANGELOG.md 12:07:41 -rw-rw-r-- 1 jenkins jenkins 2087 May 10 12:06 Dockerfile 12:07:41 -rw-rw-r-- 1 jenkins jenkins 677 May 10 12:06 GOVERNANCE.md 12:07:41 -rw-rw-r-- 1 jenkins jenkins 688 May 10 12:06 Jenkinsfile 12:07:41 -rw-rw-r-- 1 jenkins jenkins 10174 May 10 12:06 LICENSE 12:07:41 -rw-rw-r-- 1 jenkins jenkins 618 May 10 12:06 OWNERS.md 12:07:41 -rw-rw-r-- 1 jenkins jenkins 3718 May 10 12:06 README.md 12:07:41 -rw-rw-r-- 1 jenkins jenkins 5 May 10 12:06 VERSION 12:07:41 drwxrwxr-x 2 jenkins jenkins 4096 May 10 12:06 bin 12:07:41 -rw-r--r-- 1 jenkins jenkins 10 May 10 12:07 coverage.out 12:07:41 -rw-rw-r-- 1 jenkins jenkins 3229 May 10 12:06 go.mod 12:07:41 -rw-rw-r-- 1 jenkins jenkins 35116 May 10 12:06 go.sum 12:07:41 -rw-rw-r-- 1 jenkins jenkins 1949 May 10 12:06 main.go 12:07:41 -rw-rw-r-- 1 jenkins jenkins 2007 May 10 12:06 makefile 12:07:41 drwxrwxr-x 10 jenkins jenkins 4096 May 10 12:06 res 12:07:41 drwxrwxr-x 3 jenkins jenkins 4096 May 10 12:06 snap [Pipeline] isUnix [Pipeline] sh 12:07:41 + 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=fd11a294be23ae2e034173c2f41caef4edd9b4b3 --label arch=amd64 --label version=0.0.0 . 12:07:41 Sending build context to Docker daemon 3.058MB 12:07:41 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 12:07:41 Step 2/27 : FROM ${BASE} AS builder 12:07:41 ---> f99c78b1280d 12:07:41 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:07:41 ---> Running in 4f824d473935 12:07:41 Removing intermediate container 4f824d473935 12:07:41 ---> bf0e91e67a32 12:07:41 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 12:07:41 ---> Running in 0e2a05869e78 12:07:41 Removing intermediate container 0e2a05869e78 12:07:41 ---> 3e2065d16d7b 12:07:41 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 12:07:41 ---> Running in 25802f6af64a 12:07:41 Removing intermediate container 25802f6af64a 12:07:41 ---> 6648da9029e1 12:07:41 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:07:41 ---> Running in a13b0a286aa1 12:07:42 Removing intermediate container a13b0a286aa1 12:07:42 ---> 0d1af898663d 12:07:42 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:07:42 ---> Running in 3a05532f5b80 12:07:42 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:07:43 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:07:43 OK: 221 MiB in 52 packages 12:07:44 Removing intermediate container 3a05532f5b80 12:07:44 ---> 09c0a79a3fe2 12:07:44 Step 8/27 : WORKDIR /app 12:07:44 ---> Running in e82f768d3bc0 12:07:44 Removing intermediate container e82f768d3bc0 12:07:44 ---> e3e194072f4b 12:07:44 Step 9/27 : COPY go.mod vendor* ./ 12:07:44 ---> dc985f434840 12:07:44 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:07:44 ---> Running in 583e0d38389e 12:07:45 Removing intermediate container 583e0d38389e 12:07:45 ---> 062b24d0a718 12:07:45 Step 11/27 : COPY . . 12:07:45 ---> 3fd913321db9 12:07:45 Step 12/27 : ARG MAKE="make build" 12:07:45 ---> Running in 63e47f9b5e2b 12:07:45 Removing intermediate container 63e47f9b5e2b 12:07:45 ---> 1a2098c87acf 12:07:45 Step 13/27 : RUN $MAKE 12:07:45 ---> Running in 158fb004481c 12:07:46 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:08:08 Removing intermediate container 158fb004481c 12:08:08 ---> 0ecea8bae6cf 12:08:08 Step 14/27 : FROM alpine:3.14 12:08:08 3.14: Pulling from library/alpine 12:08:08 8663204ce13b: Pulling fs layer 12:08:08 8663204ce13b: Verifying Checksum 12:08:08 8663204ce13b: Download complete 12:08:08 8663204ce13b: Pull complete 12:08:08 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 12:08:08 Status: Downloaded newer image for alpine:3.14 12:08:08 ---> e04c818066af 12:08:08 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 12:08:08 ---> Running in 768b44217487 12:08:08 Removing intermediate container 768b44217487 12:08:08 ---> 3a49167a44f1 12:08:08 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 12:08:08 ---> Running in 9754dbe67dce 12:08:08 Removing intermediate container 9754dbe67dce 12:08:08 ---> ad0029eec031 12:08:08 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:08:08 ---> Running in 452a5ac56fc6 12:08:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 12:08:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 12:08:09 (1/7) Installing ca-certificates (20211220-r0) 12:08:09 (2/7) Installing dumb-init (1.2.5-r1) 12:08:09 (3/7) Installing libgcc (10.3.1_git20210424-r2) 12:08:09 (4/7) Installing libsodium (1.0.18-r0) 12:08:09 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 12:08:09 (6/7) Installing libzmq (4.3.4-r0) 12:08:09 (7/7) Installing zeromq (4.3.4-r0) 12:08:09 Executing busybox-1.33.1-r7.trigger 12:08:09 Executing ca-certificates-20211220-r0.trigger 12:08:09 OK: 9 MiB in 21 packages 12:08:09 Removing intermediate container 452a5ac56fc6 12:08:09 ---> 3c37cf9f779d 12:08:09 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:08:09 ---> 39d6ff24ff43 12:08:09 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 12:08:10 ---> 43b35247c25f 12:08:10 Step 20/27 : COPY --from=builder /app/res/ /res/ 12:08:10 ---> 93d92e050dae 12:08:10 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:08:11 ---> 20bb7d8ae31d 12:08:11 Step 22/27 : EXPOSE 48095 12:08:11 ---> Running in 52ee8ea25a1c 12:08:11 Removing intermediate container 52ee8ea25a1c 12:08:11 ---> 4f4de4374a29 12:08:11 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 12:08:11 ---> Running in afc4148951eb 12:08:11 Removing intermediate container afc4148951eb 12:08:11 ---> 926a5ecf02d0 12:08:11 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:08:11 ---> Running in de999d190a9a 12:08:11 Removing intermediate container de999d190a9a 12:08:11 ---> f47b9907017b 12:08:11 Step 25/27 : LABEL arch=amd64 12:08:11 ---> Running in 4449101b8212 12:08:11 Removing intermediate container 4449101b8212 12:08:11 ---> 265f804d8f87 12:08:11 Step 26/27 : LABEL git_sha=fd11a294be23ae2e034173c2f41caef4edd9b4b3 12:08:11 ---> Running in d8c6dd97e81e 12:08:11 Removing intermediate container d8c6dd97e81e 12:08:11 ---> 7bd147f73e30 12:08:11 Step 27/27 : LABEL version=0.0.0 12:08:12 ---> Running in 81bf141f9201 12:08:12 Removing intermediate container 81bf141f9201 12:08:12 ---> 590073181888 12:08:12 [Warning] One or more build-args [ARCH] were not consumed 12:08:12 Successfully built 590073181888 12:08:12 Successfully tagged app-service-configurable:latest [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] sh 12:08:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:08:12 12:08:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 12:08:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:08:13 latest: Pulling from edgex-lftools-log-publisher 12:08:13 5eb5b503b376: Pulling fs layer 12:08:13 5c69ac0246d0: Pulling fs layer 12:08:13 ec43610c2a17: Pulling fs layer 12:08:13 3a2ae6a8a46f: Pulling fs layer 12:08:13 33b1e0a273af: Pulling fs layer 12:08:13 5d3b04190fa2: Pulling fs layer 12:08:13 2f39f015ded8: Pulling fs layer 12:08:13 3a2ae6a8a46f: Waiting 12:08:13 33b1e0a273af: Waiting 12:08:13 2f39f015ded8: Waiting 12:08:13 5d3b04190fa2: Waiting 12:08:13 5c69ac0246d0: Download complete 12:08:13 3a2ae6a8a46f: Verifying Checksum 12:08:13 3a2ae6a8a46f: Download complete 12:08:13 33b1e0a273af: Verifying Checksum 12:08:13 33b1e0a273af: Download complete 12:08:13 5d3b04190fa2: Verifying Checksum 12:08:13 5d3b04190fa2: Download complete 12:08:13 ec43610c2a17: Verifying Checksum 12:08:13 ec43610c2a17: Download complete 12:08:13 5eb5b503b376: Verifying Checksum 12:08:13 5eb5b503b376: Download complete 12:08:14 2f39f015ded8: Download complete 12:08:14 5eb5b503b376: Pull complete 12:08:14 5c69ac0246d0: Pull complete 12:08:15 ec43610c2a17: Pull complete 12:08:15 3a2ae6a8a46f: Pull complete 12:08:15 33b1e0a273af: Pull complete 12:08:15 5d3b04190fa2: Pull complete 12:08:21 2f39f015ded8: Pull complete 12:08:21 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:08:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:08:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 12:08:21 prd-ubuntu20.04-docker-8c-8g-47540 does not seem to be running inside a container 12:08:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-418 -v /w/workspace/_app-service-configurable_PR-418:/w/workspace/_app-service-configurable_PR-418:rw,z -v /w/workspace/_app-service-configurable_PR-418@tmp:/w/workspace/_app-service-configurable_PR-418@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 12:08:23 $ docker top 82d5a6b928626e0a3009551cc7b6ec300274ff0b771f02ff00fd05ad87ac4593 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:08:24 ---> job-cost.sh 12:08:24 lf-activate-venv: SKIPPING 12:08:24 INFO: No Stack... 12:08:24 INFO: Retrieving Pricing Info for: v3-standard-8 12:08:24 INFO: Archiving Costs [Pipeline] sh 12:08:25 + cat /w/workspace/_app-service-configurable_PR-418/archives/cost.csv 12:08:25 + cut -d, -f6 [Pipeline] lock 12:08:25 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] 12:08:25 Resource [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] did not exist. Created. 12:08:25 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:08:25 + echo total: 0.2199999988079071 [Pipeline] stash 12:08:25 Stashed 1 file(s) [Pipeline] } 12:08:25 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:08:25 $ docker stop --time=1 82d5a6b928626e0a3009551cc7b6ec300274ff0b771f02ff00fd05ad87ac4593 12:08:27 $ docker rm -f 82d5a6b928626e0a3009551cc7b6ec300274ff0b771f02ff00fd05ad87ac4593 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:09:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-47541 in /w/workspace/_app-service-configurable_PR-418 [Pipeline] { [Pipeline] ws 12:09:17 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 12:09:17 Selected Git installation does not exist. Using Default 12:09:17 The recommended git tool is: NONE 12:09:23 using credential edgex-jenkins-ssh 12:09:23 Cloning the remote Git repository 12:09:23 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 12:09:24 > git init /w/workspace/app-service-configurable/1 # timeout=10 12:09:24 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:09:24 > git --version # timeout=10 12:09:24 > git --version # 'git version 2.25.1' 12:09:24 using GIT_SSH to set credentials SSH Credentials for GitHub 12:09:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:09:25 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:09:26 Merging remotes/origin/main commit ad55e0170029eafafb831d92a6ace1a8c5806c28 into PR head commit fd11a294be23ae2e034173c2f41caef4edd9b4b3 12:09:26 Merge succeeded, producing fd11a294be23ae2e034173c2f41caef4edd9b4b3 12:09:26 Checking out Revision fd11a294be23ae2e034173c2f41caef4edd9b4b3 (PR-418) 12:09:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:09:25 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:09:25 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:09:25 using GIT_SSH to set credentials SSH Credentials for GitHub 12:09:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/418/head:refs/remotes/origin/PR-418 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:09:26 > git config core.sparsecheckout # timeout=10 12:09:26 > git checkout -f fd11a294be23ae2e034173c2f41caef4edd9b4b3 # timeout=10 12:09:26 > git remote # timeout=10 12:09:26 > git config --get remote.origin.url # timeout=10 12:09:26 using GIT_SSH to set credentials SSH Credentials for GitHub 12:09:26 > git merge ad55e0170029eafafb831d92a6ace1a8c5806c28 # timeout=10 12:09:26 > git rev-parse HEAD^{commit} # timeout=10 12:09:26 > git config core.sparsecheckout # timeout=10 12:09:26 > git checkout -f fd11a294be23ae2e034173c2f41caef4edd9b4b3 # timeout=10 12:09:30 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" 12:09:30 > git --version # timeout=10 12:09:30 > git --version # 'git version 2.25.1' 12:09:30 fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:09:31 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:09:31 % Total % Received % Xferd Average Speed Time Time Time Current 12:09:31 Dload Upload Total Spent Left Speed 12:09:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 92523 0 --:--:-- --:--:-- --:--:-- 92523 [Pipeline] sh 12:09:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:09:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 12:09:32 sudo tee /etc/docker/daemon.new 12:09:32 { 12:09:32 "registry-mirrors": [ 12:09:32 "https://nexus3.edgexfoundry.org:10001" 12:09:32 ], 12:09:32 "bip": "10.250.0.254/24", 12:09:32 "hosts": [ 12:09:32 "tcp://0.0.0.0:5555", 12:09:32 "unix:///var/run/docker.sock" 12:09:32 ], 12:09:32 "mtu": 1458, 12:09:32 "selinux-enabled": true, 12:09:32 "seccomp-profile": "/etc/docker/seccomp.json" 12:09:32 } [Pipeline] sh 12:09:32 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:09:33 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:09:51 provisioning config files... 12:09:51 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config5817696959800510791tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:09:52 ---> docker-login.sh 12:09:52 nexus3.edgexfoundry.org:10001 12:09:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:53 Configure a credential helper to remove this warning. See 12:09:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:53 12:09:53 Login Succeeded 12:09:53 nexus3.edgexfoundry.org:10002 12:09:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:53 Configure a credential helper to remove this warning. See 12:09:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:53 12:09:53 Login Succeeded 12:09:53 nexus3.edgexfoundry.org:10003 12:09:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:54 Configure a credential helper to remove this warning. See 12:09:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:54 12:09:54 Login Succeeded 12:09:54 nexus3.edgexfoundry.org:10004 12:09:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:54 Configure a credential helper to remove this warning. See 12:09:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:54 12:09:54 Login Succeeded 12:09:54 docker.io 12:09:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:55 Configure a credential helper to remove this warning. See 12:09:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:55 12:09:55 Login Succeeded 12:09:55 ---> docker-login.sh ends [Pipeline] } 12:09:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:09:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:09:55 ========================================================= 12:09:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 12:09:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 12:09:56 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 12:09:56 Sending build context to Docker daemon 200.2kB 12:09:56 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 12:09:56 Step 2/13 : FROM ${BASE} AS builder 12:09:56 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:09:56 9b3977197b4f: Pulling fs layer 12:09:56 1a89e8eeedd5: Pulling fs layer 12:09:56 94645a83ff95: Pulling fs layer 12:09:56 3f3a8bcf1eab: Pulling fs layer 12:09:56 0c92f367c5e7: Pulling fs layer 12:09:56 3096ccb668a1: Pulling fs layer 12:09:56 e8cf19c19ddd: Pulling fs layer 12:09:56 a4caa8a26152: Pulling fs layer 12:09:56 3f3a8bcf1eab: Waiting 12:09:56 0c92f367c5e7: Waiting 12:09:56 3096ccb668a1: Waiting 12:09:56 e8cf19c19ddd: Waiting 12:09:56 a4caa8a26152: Waiting 12:09:56 94645a83ff95: Verifying Checksum 12:09:56 94645a83ff95: Download complete 12:09:56 1a89e8eeedd5: Verifying Checksum 12:09:56 1a89e8eeedd5: Download complete 12:09:56 0c92f367c5e7: Verifying Checksum 12:09:56 0c92f367c5e7: Download complete 12:09:56 3096ccb668a1: Verifying Checksum 12:09:56 3096ccb668a1: Download complete 12:09:56 9b3977197b4f: Verifying Checksum 12:09:56 e8cf19c19ddd: Verifying Checksum 12:09:56 e8cf19c19ddd: Download complete 12:09:57 9b3977197b4f: Pull complete 12:09:58 1a89e8eeedd5: Pull complete 12:09:58 94645a83ff95: Pull complete 12:09:58 a4caa8a26152: Download complete 12:09:59 3f3a8bcf1eab: Download complete 12:10:11 3f3a8bcf1eab: Pull complete 12:10:11 0c92f367c5e7: Pull complete 12:10:11 3096ccb668a1: Pull complete 12:10:12 e8cf19c19ddd: Pull complete 12:10:18 a4caa8a26152: Pull complete 12:10:18 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 12:10:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 12:10:18 ---> 725f1c02e7f9 12:10:18 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:10:18 ---> Running in ac619b0e9907 12:10:19 Removing intermediate container ac619b0e9907 12:10:19 ---> 7f51e049b0f1 12:10:19 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 12:10:19 ---> Running in 239d0f7b2684 12:10:19 Removing intermediate container 239d0f7b2684 12:10:19 ---> 4ba546ef8553 12:10:19 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 12:10:19 ---> Running in f59e30d51582 12:10:19 Removing intermediate container f59e30d51582 12:10:19 ---> 31f2c50b5ab0 12:10:19 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:10:19 ---> Running in e30e41b21df3 12:10:22 Removing intermediate container e30e41b21df3 12:10:22 ---> ad2a54128565 12:10:22 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:10:22 ---> Running in fd7eb8814ad9 12:10:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:10:23 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:10:24 OK: 220 MiB in 52 packages 12:10:25 Removing intermediate container fd7eb8814ad9 12:10:25 ---> 8d659936bb9d 12:10:25 Step 8/13 : WORKDIR /app 12:10:25 ---> Running in d187c5c749d2 12:10:25 Removing intermediate container d187c5c749d2 12:10:25 ---> 802c59cc16a3 12:10:25 Step 9/13 : COPY go.mod vendor* ./ 12:10:26 ---> 0895bb90399f 12:10:26 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:26 ---> Running in 9b627affcc60 12:11:13 Removing intermediate container 9b627affcc60 12:11:13 ---> 35c10f94d826 12:11:13 Step 11/13 : COPY . . 12:11:13 ---> fc1432cb3b2e 12:11:13 Step 12/13 : ARG MAKE="make build" 12:11:13 ---> Running in af3b5d20b5de 12:11:13 Removing intermediate container af3b5d20b5de 12:11:13 ---> c1bb503c3645 12:11:13 Step 13/13 : RUN $MAKE 12:11:13 ---> Running in 47430b8a7498 12:11:13 noop 12:11:13 Removing intermediate container 47430b8a7498 12:11:13 ---> b156a6af2778 12:11:13 Successfully built b156a6af2778 12:11:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:11:13 + docker inspect -f . ci-base-image-arm64 12:11:13 . [Pipeline] withDockerContainer 12:11:14 prd-ubuntu20.04-docker-arm64-4c-16g-47541 does not seem to be running inside a container 12:11:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:11:15 $ docker top df06cc2570b2100589e1bcb211f09c36544d47736128c8625063d8bdd3191b46 -eo pid,comm [Pipeline] { [Pipeline] sh 12:11:16 + go version 12:11:16 go version go1.17.6 linux/arm64 [Pipeline] } 12:11:16 $ docker stop --time=1 df06cc2570b2100589e1bcb211f09c36544d47736128c8625063d8bdd3191b46 12:11:18 $ docker rm -f df06cc2570b2100589e1bcb211f09c36544d47736128c8625063d8bdd3191b46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:11:18 + docker inspect -f . ci-base-image-arm64 12:11:18 . [Pipeline] withDockerContainer 12:11:19 prd-ubuntu20.04-docker-arm64-4c-16g-47541 does not seem to be running inside a container 12:11:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:11:20 $ docker top 650fc8b49bbb8cacf78afae2263e74c71926748c5d33829a2208925b30e493ba -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 12:11:21 + make test 12:11:21 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:12:43 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:12:43 CGO_ENABLED=1 go vet ./... 12:13:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:13:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:13:10 ./bin/test-attribution-txt.sh [Pipeline] echo 12:13:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:13:10 $ docker stop --time=1 650fc8b49bbb8cacf78afae2263e74c71926748c5d33829a2208925b30e493ba 12:13:12 $ docker rm -f 650fc8b49bbb8cacf78afae2263e74c71926748c5d33829a2208925b30e493ba [Pipeline] // withDockerContainer [Pipeline] sh 12:13:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:13:13 Warning: overwriting stash ‘coverage-report’ 12:13:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:13:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:13:14 + ls -al . 12:13:14 total 160 12:13:14 drwxrwxr-x 7 jenkins jenkins 4096 May 10 12:13 . 12:13:14 drwxrwxr-x 4 jenkins jenkins 4096 May 10 12:09 .. 12:13:14 -rw-rw-r-- 1 jenkins jenkins 119 May 10 12:09 .dockerignore 12:13:14 drwxrwxr-x 8 jenkins jenkins 4096 May 10 12:09 .git 12:13:14 drwxrwxr-x 3 jenkins jenkins 4096 May 10 12:09 .github 12:13:14 -rw-rw-r-- 1 jenkins jenkins 104 May 10 12:09 .gitignore 12:13:14 -rw-rw-r-- 1 jenkins jenkins 8695 May 10 12:09 Attribution.txt 12:13:14 -rw-rw-r-- 1 jenkins jenkins 23791 May 10 12:09 CHANGELOG.md 12:13:14 -rw-rw-r-- 1 jenkins jenkins 2087 May 10 12:09 Dockerfile 12:13:14 -rw-rw-r-- 1 jenkins jenkins 677 May 10 12:09 GOVERNANCE.md 12:13:14 -rw-rw-r-- 1 jenkins jenkins 688 May 10 12:09 Jenkinsfile 12:13:14 -rw-rw-r-- 1 jenkins jenkins 10174 May 10 12:09 LICENSE 12:13:14 -rw-rw-r-- 1 jenkins jenkins 618 May 10 12:09 OWNERS.md 12:13:14 -rw-rw-r-- 1 jenkins jenkins 3718 May 10 12:09 README.md 12:13:14 -rw-rw-r-- 1 jenkins jenkins 5 May 10 12:06 VERSION 12:13:14 drwxrwxr-x 2 jenkins jenkins 4096 May 10 12:09 bin 12:13:14 -rw-r--r-- 1 jenkins jenkins 10 May 10 12:11 coverage.out 12:13:14 -rw-rw-r-- 1 jenkins jenkins 3229 May 10 12:09 go.mod 12:13:14 -rw-rw-r-- 1 jenkins jenkins 35116 May 10 12:09 go.sum 12:13:14 -rw-rw-r-- 1 jenkins jenkins 1949 May 10 12:09 main.go 12:13:14 -rw-rw-r-- 1 jenkins jenkins 2007 May 10 12:09 makefile 12:13:14 drwxrwxr-x 10 jenkins jenkins 4096 May 10 12:09 res 12:13:14 drwxrwxr-x 3 jenkins jenkins 4096 May 10 12:09 snap [Pipeline] isUnix [Pipeline] sh 12:13:15 + 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=fd11a294be23ae2e034173c2f41caef4edd9b4b3 --label arch=arm64 --label version=0.0.0 . 12:13:15 Sending build context to Docker daemon 201.2kB 12:13:15 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 12:13:15 Step 2/27 : FROM ${BASE} AS builder 12:13:15 ---> b156a6af2778 12:13:15 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:13:15 ---> Running in b653673cd070 12:13:15 Removing intermediate container b653673cd070 12:13:15 ---> 11e76c8cccd2 12:13:15 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 12:13:15 ---> Running in 2ade3cbd8e98 12:13:16 Removing intermediate container 2ade3cbd8e98 12:13:16 ---> c18e0e2e7ccc 12:13:16 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 12:13:16 ---> Running in b2eee2c6531c 12:13:16 Removing intermediate container b2eee2c6531c 12:13:16 ---> 5d6a59988b67 12:13:16 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:13:16 ---> Running in afd9d9550827 12:13:18 Removing intermediate container afd9d9550827 12:13:18 ---> e0eb4d632836 12:13:18 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:13:18 ---> Running in 7ba6e35c4d14 12:13:19 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:13:20 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:13:21 OK: 220 MiB in 52 packages 12:13:22 Removing intermediate container 7ba6e35c4d14 12:13:22 ---> 90df9bb8386a 12:13:22 Step 8/27 : WORKDIR /app 12:13:22 ---> Running in 444aa0863fc3 12:13:22 Removing intermediate container 444aa0863fc3 12:13:22 ---> 588618128113 12:13:22 Step 9/27 : COPY go.mod vendor* ./ 12:13:23 ---> 6c0cff708cf5 12:13:23 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:23 ---> Running in 521234d2f49a 12:13:25 Removing intermediate container 521234d2f49a 12:13:25 ---> aff461529b51 12:13:25 Step 11/27 : COPY . . 12:13:25 ---> 094158e1f8be 12:13:25 Step 12/27 : ARG MAKE="make build" 12:13:25 ---> Running in 658f67bdf57f 12:13:26 Removing intermediate container 658f67bdf57f 12:13:26 ---> 696bc8719957 12:13:26 Step 13/27 : RUN $MAKE 12:13:26 ---> Running in 4118e0fdb5dd 12:13:27 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:15:49 Removing intermediate container 4118e0fdb5dd 12:15:49 ---> df29183d8167 12:15:49 Step 14/27 : FROM alpine:3.14 12:15:49 3.14: Pulling from library/alpine 12:15:49 455c02918c45: Pulling fs layer 12:15:49 455c02918c45: Verifying Checksum 12:15:49 455c02918c45: Download complete 12:15:49 455c02918c45: Pull complete 12:15:49 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 12:15:49 Status: Downloaded newer image for alpine:3.14 12:15:49 ---> ac73e934f311 12:15:49 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 12:15:49 ---> Running in e0a8f74ae4f2 12:15:49 Removing intermediate container e0a8f74ae4f2 12:15:49 ---> c6f93d998db4 12:15:49 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 12:15:49 ---> Running in 741146357c75 12:15:49 Removing intermediate container 741146357c75 12:15:49 ---> 7d6aaef301f7 12:15:49 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:15:49 ---> Running in b09307e55002 12:15:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 12:15:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 12:15:49 (1/7) Installing ca-certificates (20211220-r0) 12:15:49 (2/7) Installing dumb-init (1.2.5-r1) 12:15:49 (3/7) Installing libgcc (10.3.1_git20210424-r2) 12:15:49 (4/7) Installing libsodium (1.0.18-r0) 12:15:49 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 12:15:49 (6/7) Installing libzmq (4.3.4-r0) 12:15:49 (7/7) Installing zeromq (4.3.4-r0) 12:15:49 Executing busybox-1.33.1-r7.trigger 12:15:49 Executing ca-certificates-20211220-r0.trigger 12:15:49 OK: 9 MiB in 21 packages 12:15:49 Removing intermediate container b09307e55002 12:15:49 ---> b1f251c42400 12:15:49 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:15:49 ---> ac9b0939dc82 12:15:49 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 12:15:49 ---> 4792ab3e7247 12:15:49 Step 20/27 : COPY --from=builder /app/res/ /res/ 12:15:49 ---> 1ec55eac00df 12:15:49 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:15:49 ---> 9a9624d3fd19 12:15:49 Step 22/27 : EXPOSE 48095 12:15:49 ---> Running in 5cdf7388cf34 12:15:49 Removing intermediate container 5cdf7388cf34 12:15:49 ---> 34dcff5443eb 12:15:49 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 12:15:49 ---> Running in 003669d788e6 12:15:49 Removing intermediate container 003669d788e6 12:15:49 ---> 837d482c47e6 12:15:49 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:15:49 ---> Running in 12780daf4656 12:15:49 Removing intermediate container 12780daf4656 12:15:49 ---> ce72e4b322b6 12:15:49 Step 25/27 : LABEL arch=arm64 12:15:49 ---> Running in 80510e5b444e 12:15:49 Removing intermediate container 80510e5b444e 12:15:49 ---> 80251ff9515f 12:15:49 Step 26/27 : LABEL git_sha=fd11a294be23ae2e034173c2f41caef4edd9b4b3 12:15:49 ---> Running in cb2b4302c78d 12:15:49 Removing intermediate container cb2b4302c78d 12:15:49 ---> 08c68a934b6f 12:15:49 Step 27/27 : LABEL version=0.0.0 12:15:49 ---> Running in f79565d65fff 12:15:49 Removing intermediate container f79565d65fff 12:15:49 ---> 15ffdd5770a3 12:15:49 [Warning] One or more build-args [ARCH] were not consumed 12:15:49 Successfully built 15ffdd5770a3 12:15:49 Successfully tagged app-service-configurable-arm64:latest [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] sh 12:15:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:15:49 12:15:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 12:15:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:15:50 arm64: Pulling from edgex-lftools-log-publisher 12:15:50 8998bd30e6a1: Pulling fs layer 12:15:50 04944245beec: Pulling fs layer 12:15:50 699f458cf7ca: Pulling fs layer 12:15:50 765212b225bb: Pulling fs layer 12:15:50 f23df028b6ca: Pulling fs layer 12:15:50 d65c8cfc05b1: Pulling fs layer 12:15:50 2437ff75d9bd: Pulling fs layer 12:15:50 765212b225bb: Waiting 12:15:50 f23df028b6ca: Waiting 12:15:50 d65c8cfc05b1: Waiting 12:15:50 2437ff75d9bd: Waiting 12:15:50 04944245beec: Verifying Checksum 12:15:50 04944245beec: Download complete 12:15:50 765212b225bb: Verifying Checksum 12:15:50 765212b225bb: Download complete 12:15:50 f23df028b6ca: Verifying Checksum 12:15:50 f23df028b6ca: Download complete 12:15:50 d65c8cfc05b1: Verifying Checksum 12:15:50 d65c8cfc05b1: Download complete 12:15:50 699f458cf7ca: Verifying Checksum 12:15:50 699f458cf7ca: Download complete 12:15:51 8998bd30e6a1: Verifying Checksum 12:15:51 8998bd30e6a1: Download complete 12:15:53 2437ff75d9bd: Verifying Checksum 12:15:53 2437ff75d9bd: Download complete 12:15:55 8998bd30e6a1: Pull complete 12:15:56 04944245beec: Pull complete 12:15:57 699f458cf7ca: Pull complete 12:15:57 765212b225bb: Pull complete 12:15:58 f23df028b6ca: Pull complete 12:15:58 d65c8cfc05b1: Pull complete 12:16:13 2437ff75d9bd: Pull complete 12:16:13 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:16:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:16:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 12:16:14 prd-ubuntu20.04-docker-arm64-4c-16g-47541 does not seem to be running inside a container 12:16:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 12:16:16 $ docker top bd5e5dba0d8a15be9c5fcfcfb7a0eadbd5b00aece67aef30ad079290e0953ad7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:16:17 ---> job-cost.sh 12:16:17 lf-activate-venv: SKIPPING 12:16:17 INFO: No Stack... 12:16:18 INFO: Retrieving Pricing Info for: v3-standard-4 12:16:19 INFO: Archiving Costs [Pipeline] sh 12:16:19 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 12:16:19 + cut -d, -f6 [Pipeline] lock 12:16:19 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] 12:16:19 Resource [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] did not exist. Created. 12:16:19 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:16:20 /w/workspace/app-service-configurable/1@tmp/durable-d791ff48/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:16:21 + echo total: 0.10999999940395355 [Pipeline] stash 12:16:21 Warning: overwriting stash ‘stack-cost’ 12:16:21 Stashed 1 file(s) [Pipeline] } 12:16:21 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:16:21 $ docker stop --time=1 bd5e5dba0d8a15be9c5fcfcfb7a0eadbd5b00aece67aef30ad079290e0953ad7 12:16:23 $ docker rm -f bd5e5dba0d8a15be9c5fcfcfb7a0eadbd5b00aece67aef30ad079290e0953ad7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 12:16:24 provisioning config files... 12:16:24 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-418@tmp/config1669037935392906612tmp [Pipeline] { [Pipeline] sh 12:16:24 + set +x 12:16:24 + curl -s https://codecov.io/bash 12:16:24 + bash -s -- 12:16:24 12:16:24 _____ _ 12:16:24 / ____| | | 12:16:24 | | ___ __| | ___ ___ _____ __ 12:16:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:16:24 | |___| (_) | (_| | __/ (_| (_) \ V / 12:16:24 \_____\___/ \__,_|\___|\___\___/ \_/ 12:16:24 Bash-1.0.6 12:16:24 12:16:24 12:16:24 ==> git version 2.25.1 found 12:16:24 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 12:16:24 Release-Date: 2020-01-08 12:16:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:16:24 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:16:24 ==> Jenkins CI detected. 12:16:24 current dir:  /w/workspace/_app-service-configurable_PR-418 12:16:24 project root: . 12:16:24 --> token set from env 12:16:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:16:24 ==> Running gcov in . (disable via -X gcov) 12:16:24 ==> Python coveragepy not found 12:16:24 ==> Searching for coverage reports in: 12:16:24 + . 12:16:24 -> Found 1 reports 12:16:24 ==> Detecting git/mercurial file structure 12:16:24 ==> Reading reports 12:16:24 + ./coverage.out bytes=10 12:16:24 ==> Appending adjustments 12:16:24 https://docs.codecov.io/docs/fixing-reports 12:16:24 + Found adjustments 12:16:24 ==> Gzipping contents 12:16:24 4.0K /tmp/codecov.NaBSWv.gz 12:16:24 ==> Uploading reports 12:16:24 url: https://codecov.io 12:16:24 query: branch=PR-418&commit=fd11a294be23ae2e034173c2f41caef4edd9b4b3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-418%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=418&job=&cmd_args= 12:16:24 -> Pinging Codecov 12:16:24 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-418&commit=fd11a294be23ae2e034173c2f41caef4edd9b4b3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-418%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=418&job=&cmd_args= 12:16:24 -> Uploading to 12:16:24 https://storage.googleapis.com/codecov/v4/raw/2022-05-10/A97CA9966030D2A3747ED39772930CCE/fd11a294be23ae2e034173c2f41caef4edd9b4b3/4de570b1-ed87-4ed5-b5f5-726eef0bed00.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220510T121624Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=722679cc7fef17f71491dd3b7f9f0d0bf13d3a0fc91982b4bd9671565f6d6239 12:16:24 % Total % Received % Xferd Average Speed Time Time Time Current 12:16:24 Dload Upload Total Spent Left Speed 12:16:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 592 0 0 100 592 0 2832 --:--:-- --:--:-- --:--:-- 2832 12:16:25 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/fd11a294be23ae2e034173c2f41caef4edd9b4b3 [Pipeline] } 12:16:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:16:27 + [ -d /w/workspace/_app-service-configurable_PR-418/archives ] 12:16:27 + ls -al /w/workspace/_app-service-configurable_PR-418/archives 12:16:27 total 16 12:16:27 drwxr-xr-x 3 root root 4096 May 10 12:08 . 12:16:27 drwxrwxr-x 9 jenkins jenkins 4096 May 10 12:08 .. 12:16:27 drwxr-xr-x 2 root root 4096 May 10 12:08 cost 12:16:27 -rw-r--r-- 1 root root 95 May 10 12:08 cost.csv 12:16:27 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-418/archives 12:16:27 + ls -al /w/workspace/_app-service-configurable_PR-418/archives 12:16:27 total 16 12:16:27 drwxr-xr-x 3 jenkins jenkins 4096 May 10 12:08 . 12:16:27 drwxrwxr-x 9 jenkins jenkins 4096 May 10 12:08 .. 12:16:27 drwxr-xr-x 2 jenkins jenkins 4096 May 10 12:08 cost 12:16:27 -rw-r--r-- 1 jenkins jenkins 95 May 10 12:08 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:16:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:16:28 ---> package-listing.sh 12:16:28 ++ facter osfamily 12:16:28 ++ tr '[:upper:]' '[:lower:]' 12:16:28 + OS_FAMILY=debian 12:16:28 + workspace=/w/workspace/_app-service-configurable_PR-418 12:16:28 + START_PACKAGES=/tmp/packages_start.txt 12:16:28 + END_PACKAGES=/tmp/packages_end.txt 12:16:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:16:28 + PACKAGES=/tmp/packages_start.txt 12:16:28 + '[' /w/workspace/_app-service-configurable_PR-418 ']' 12:16:28 + PACKAGES=/tmp/packages_end.txt 12:16:28 + case "${OS_FAMILY}" in 12:16:28 + dpkg -l 12:16:28 + grep '^ii' 12:16:28 + '[' -f /tmp/packages_start.txt ']' 12:16:28 + '[' -f /tmp/packages_end.txt ']' 12:16:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:16:28 + '[' /w/workspace/_app-service-configurable_PR-418 ']' 12:16:28 + mkdir -p /w/workspace/_app-service-configurable_PR-418/archives/ 12:16:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-418/archives/ [Pipeline] echo 12:16:28 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-418/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:16:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:16:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:16:29 . [Pipeline] withDockerContainer 12:16:29 prd-ubuntu20.04-docker-8c-8g-47540 does not seem to be running inside a container 12:16:29 $ 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-418/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-418 -v /w/workspace/_app-service-configurable_PR-418:/w/workspace/_app-service-configurable_PR-418:rw,z -v /w/workspace/_app-service-configurable_PR-418@tmp:/w/workspace/_app-service-configurable_PR-418@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:16:29 $ docker top 2ea4583f0f49f147c4c54ab09f51614e27786f1869eb62cbd84c373d6462e91d -eo pid,comm [Pipeline] { [Pipeline] sh 12:16:30 + touch /tmp/pre-build-complete [Pipeline] sh 12:16:30 + mkdir -p /var/log/sysstat [Pipeline] sh 12:16:30 + ls /var/log/sa-host 12:16:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:16:31 provisioning config files... 12:16:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-418@tmp/config8630919322845893168tmp [Pipeline] { [Pipeline] echo 12:16:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:16:31 ---> create-netrc.sh [Pipeline] } 12:16:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:16:31 ---> python-tools-install.sh [Pipeline] echo 12:16:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:16:32 ---> sudo-logs.sh 12:16:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:16:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:16:32 ---> job-cost.sh 12:16:32 lf-activate-venv: SKIPPING 12:16:32 DEBUG: total: 0.2199999988079071 12:16:32 INFO: Retrieving Stack Cost... 12:16:33 INFO: Retrieving Pricing Info for: v3-standard-8 12:16:33 INFO: Archiving Costs [Pipeline] echo 12:16:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:16:33 ---> logs-deploy.sh 12:16:33 lf-activate-venv: SKIPPING 12:16:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-418/1 12:16:33 INFO: archiving workspace using pattern(s): 12:16:34 Archives upload complete. 12:16:34 INFO: archiving logs to Nexus 12:16:35 ---> uname -a: 12:16:35 Linux prd-ubuntu20-04-docker-8c-8g-47540 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 12:16:35 12:16:35 12:16:35 ---> lscpu: 12:16:35 Architecture: x86_64 12:16:35 CPU op-mode(s): 32-bit, 64-bit 12:16:35 Byte Order: Little Endian 12:16:35 Address sizes: 40 bits physical, 48 bits virtual 12:16:35 CPU(s): 8 12:16:35 On-line CPU(s) list: 0-7 12:16:35 Thread(s) per core: 1 12:16:35 Core(s) per socket: 1 12:16:35 Socket(s): 8 12:16:35 NUMA node(s): 1 12:16:35 Vendor ID: AuthenticAMD 12:16:35 CPU family: 23 12:16:35 Model: 49 12:16:35 Model name: AMD EPYC-Rome Processor 12:16:35 Stepping: 0 12:16:35 CPU MHz: 2799.998 12:16:35 BogoMIPS: 5599.99 12:16:35 Virtualization: AMD-V 12:16:35 Hypervisor vendor: KVM 12:16:35 Virtualization type: full 12:16:35 L1d cache: 256 KiB 12:16:35 L1i cache: 256 KiB 12:16:35 L2 cache: 4 MiB 12:16:35 L3 cache: 128 MiB 12:16:35 NUMA node0 CPU(s): 0-7 12:16:35 Vulnerability Itlb multihit: Not affected 12:16:35 Vulnerability L1tf: Not affected 12:16:35 Vulnerability Mds: Not affected 12:16:35 Vulnerability Meltdown: Not affected 12:16:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:16:35 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:16:35 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 12:16:35 Vulnerability Srbds: Not affected 12:16:35 Vulnerability Tsx async abort: Not affected 12:16:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 12:16:35 12:16:35 12:16:35 ---> nproc: 12:16:35 8 12:16:35 12:16:35 12:16:35 ---> df -h: 12:16:35 Filesystem Size Used Avail Use% Mounted on 12:16:35 overlay 155G 11G 145G 7% / 12:16:35 tmpfs 64M 0 64M 0% /dev 12:16:35 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:16:35 shm 64M 0 64M 0% /dev/shm 12:16:35 /dev/vda1 155G 11G 145G 7% /facter-os 12:16:35 12:16:35 12:16:35 ---> sar -b -r -n DEV: 12:16:35 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-47540) 05/10/22 _x86_64_ (8 CPU) 12:16:35 12:16:35 12:05:35 LINUX RESTART (8 CPU) 12:16:35 12:16:35 12:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:16:35 12:07:01 398.52 44.76 353.76 0.00 4027.73 144959.57 0.00 12:16:35 12:08:01 128.50 0.13 128.36 0.00 9.33 37333.11 0.00 12:16:35 12:09:01 119.84 0.02 119.83 0.00 2.13 32888.10 0.00 12:16:35 12:10:01 1.83 0.00 1.83 0.00 0.00 22.28 0.00 12:16:35 12:11:01 1.20 0.02 1.18 0.00 0.13 13.46 0.00 12:16:35 12:12:01 0.88 0.00 0.88 0.00 0.00 11.60 0.00 12:16:35 12:13:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 12:16:35 12:14:01 0.87 0.00 0.87 0.00 0.00 12.66 0.00 12:16:35 12:15:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 12:16:35 12:16:01 1.87 0.00 1.87 0.00 0.00 27.46 0.00 12:16:35 Average: 65.58 4.49 61.09 0.00 403.91 21528.72 0.00 12:16:35 12:16:35 12:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:16:35 12:07:01 28371136 31732872 562812 1.71 156060 3418392 2191904 6.46 1240580 2830088 124904 12:16:35 12:08:01 28200400 31724940 563172 1.71 162800 3557016 2197196 6.48 1417556 2799248 314696 12:16:35 12:09:01 27845168 31780352 508612 1.55 173816 3917296 1819972 5.36 1265780 3262556 148 12:16:35 12:10:01 27845540 31780776 508324 1.55 173856 3917296 1819972 5.36 1265824 3262560 48 12:16:35 12:11:01 27855660 31791268 498120 1.51 173892 3917296 1819972 5.36 1255512 3262932 12 12:16:35 12:12:01 27855824 31791448 497876 1.51 173904 3917304 1819972 5.36 1255304 3262948 164 12:16:35 12:13:01 27857236 31792912 496372 1.51 173932 3917308 1819972 5.36 1254364 3262960 24 12:16:35 12:14:01 27857640 31793432 496116 1.51 173964 3917312 1819972 5.36 1254736 3263036 208 12:16:35 12:15:01 27857624 31793448 496040 1.51 173984 3917344 1819972 5.36 1254600 3263036 24 12:16:35 12:16:01 27857804 31793672 495692 1.51 174032 3917316 1819972 5.36 1253924 3263040 24 12:16:35 Average: 27940403 31777512 512314 1.56 171024 3831388 1894888 5.58 1271818 3173240 44025 12:16:35 12:16:35 12:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:16:35 12:07:01 docker0 116.13 141.66 9.37 1064.80 0.00 0.00 0.00 0.00 12:16:35 12:07:01 lo 6.80 6.80 0.67 0.67 0.00 0.00 0.00 0.00 12:16:35 12:07:01 ens3 812.60 502.93 6783.50 116.40 0.00 0.00 0.00 0.00 12:16:35 12:08:01 docker0 5.18 7.28 0.28 37.96 0.00 0.00 0.00 0.00 12:16:35 12:08:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 12:16:35 12:08:01 ens3 66.22 51.14 75.43 63.97 0.00 0.00 0.00 0.00 12:16:35 12:08:01 vethf83cb6f 0.05 0.22 0.00 0.02 0.00 0.00 0.00 0.00 12:16:35 12:09:01 docker0 2.93 5.61 0.19 53.99 0.00 0.00 0.00 0.00 12:16:35 12:09:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 12:16:35 12:09:01 ens3 124.48 73.76 2633.65 13.68 0.00 0.00 0.00 0.00 12:16:35 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:35 12:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:16:35 12:10:01 ens3 1.32 0.63 1.38 0.23 0.00 0.00 0.00 0.00 12:16:35 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:35 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:35 12:11:01 ens3 0.67 0.27 0.27 0.20 0.00 0.00 0.00 0.00 12:16:35 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:35 12:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:16:35 12:12:01 ens3 0.78 0.20 0.14 0.07 0.00 0.00 0.00 0.00 12:16:35 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:35 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:35 12:13:01 ens3 9.91 12.43 0.95 13.07 0.00 0.00 0.00 0.00 12:16:35 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:35 12:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:16:35 12:14:01 ens3 14.01 23.53 1.59 22.93 0.00 0.00 0.00 0.00 12:16:35 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:35 12:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:35 12:15:01 ens3 8.60 11.96 1.25 13.88 0.00 0.00 0.00 0.00 12:16:35 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:16:35 12:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:16:35 12:16:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:16:35 Average: docker0 12.42 15.45 0.98 115.67 0.00 0.00 0.00 0.00 12:16:35 Average: lo 0.97 0.97 0.09 0.09 0.00 0.00 0.00 0.00 12:16:35 Average: ens3 103.87 67.69 949.80 24.44 0.00 0.00 0.00 0.00 12:16:35 12:16:35 12:16:35 ---> sar -P ALL: 12:16:35 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-47540) 05/10/22 _x86_64_ (8 CPU) 12:16:35 12:16:35 12:05:35 LINUX RESTART (8 CPU) 12:16:35 12:16:35 12:06:01 CPU %user %nice %system %iowait %steal %idle 12:16:35 12:07:01 all 12.17 0.00 4.67 2.27 0.11 80.78 12:16:35 12:07:01 0 12.08 0.00 4.57 0.50 0.12 82.73 12:16:35 12:07:01 1 12.25 0.00 4.46 0.87 0.12 82.30 12:16:35 12:07:01 2 12.58 0.00 5.03 3.22 0.10 79.07 12:16:35 12:07:01 3 9.38 0.00 4.62 1.23 0.12 84.65 12:16:35 12:07:01 4 11.98 0.00 4.78 4.88 0.12 78.24 12:16:35 12:07:01 5 14.37 0.00 4.43 4.29 0.08 76.83 12:16:35 12:07:01 6 12.36 0.00 3.99 0.37 0.08 83.19 12:16:35 12:07:01 7 12.38 0.00 5.46 2.81 0.14 79.22 12:16:35 12:08:01 all 29.77 0.00 6.34 2.91 0.11 60.86 12:16:35 12:08:01 0 29.85 0.00 6.87 0.39 0.12 62.78 12:16:35 12:08:01 1 31.35 0.00 6.78 1.92 0.10 59.85 12:16:35 12:08:01 2 29.47 0.00 6.06 0.30 0.12 64.05 12:16:35 12:08:01 3 29.87 0.00 6.04 0.47 0.08 63.54 12:16:35 12:08:01 4 29.97 0.00 7.08 12.42 0.10 50.44 12:16:35 12:08:01 5 28.96 0.00 6.28 6.20 0.10 58.46 12:16:35 12:08:01 6 30.49 0.00 6.33 1.42 0.10 61.66 12:16:35 12:08:01 7 28.21 0.00 5.28 0.17 0.14 66.20 12:16:35 12:09:01 all 5.12 0.00 2.03 1.21 0.04 91.61 12:16:35 12:09:01 0 5.21 0.00 2.08 3.22 0.03 89.46 12:16:35 12:09:01 1 5.11 0.00 1.97 0.71 0.03 92.18 12:16:35 12:09:01 2 4.86 0.00 2.07 1.63 0.03 91.41 12:16:35 12:09:01 3 5.62 0.00 1.94 0.15 0.05 92.24 12:16:35 12:09:01 4 6.33 0.00 1.81 0.50 0.05 91.32 12:16:35 12:09:01 5 4.52 0.00 2.21 0.25 0.03 92.98 12:16:35 12:09:01 6 4.46 0.00 2.28 3.05 0.03 90.17 12:16:35 12:09:01 7 4.80 0.00 1.87 0.19 0.05 93.10 12:16:35 12:10:01 all 0.03 0.00 0.02 0.01 0.00 99.95 12:16:35 12:10:01 0 0.02 0.00 0.03 0.03 0.00 99.92 12:16:35 12:10:01 1 0.00 0.00 0.03 0.00 0.00 99.97 12:16:35 12:10:01 2 0.07 0.00 0.02 0.00 0.00 99.92 12:16:35 12:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 12:16:35 12:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 12:16:35 12:10:01 5 0.07 0.00 0.00 0.00 0.00 99.93 12:16:35 12:10:01 6 0.02 0.00 0.05 0.02 0.00 99.92 12:16:35 12:10:01 7 0.03 0.00 0.02 0.00 0.00 99.95 12:16:35 12:11:01 all 0.04 0.00 0.04 0.01 0.00 99.91 12:16:35 12:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 12:16:35 12:11:01 1 0.03 0.00 0.05 0.00 0.02 99.90 12:16:35 12:11:01 2 0.02 0.00 0.02 0.08 0.00 99.88 12:16:35 12:11:01 3 0.03 0.00 0.07 0.00 0.02 99.88 12:16:35 12:11:01 4 0.05 0.00 0.03 0.00 0.00 99.92 12:16:35 12:11:01 5 0.05 0.00 0.02 0.00 0.00 99.93 12:16:35 12:11:01 6 0.03 0.00 0.03 0.02 0.00 99.92 12:16:35 12:11:01 7 0.03 0.00 0.07 0.00 0.00 99.90 12:16:35 12:12:01 all 0.01 0.00 0.01 0.00 0.00 99.97 12:16:35 12:12:01 0 0.02 0.00 0.02 0.02 0.00 99.95 12:16:35 12:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 12:16:35 12:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 12:16:35 12:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 12:16:35 12:12:01 4 0.02 0.00 0.03 0.00 0.02 99.93 12:16:35 12:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 12:16:35 12:12:01 6 0.02 0.00 0.00 0.02 0.02 99.95 12:16:35 12:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:16:35 12:13:01 all 0.04 0.00 0.02 0.00 0.00 99.94 12:16:35 12:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:16:35 12:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:16:35 12:13:01 2 0.02 0.00 0.02 0.02 0.00 99.95 12:16:35 12:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 12:16:35 12:13:01 4 0.08 0.00 0.07 0.00 0.00 99.85 12:16:35 12:13:01 5 0.10 0.00 0.02 0.00 0.00 99.88 12:16:35 12:13:01 6 0.03 0.00 0.02 0.02 0.00 99.93 12:16:35 12:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 12:16:35 12:14:01 all 0.03 0.00 0.03 0.00 0.00 99.94 12:16:35 12:14:01 0 0.08 0.00 0.08 0.00 0.02 99.82 12:16:35 12:14:01 1 0.00 0.00 0.03 0.00 0.00 99.97 12:16:35 12:14:01 2 0.02 0.00 0.00 0.02 0.00 99.97 12:16:35 12:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 12:16:35 12:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 12:16:35 12:14:01 5 0.07 0.00 0.05 0.00 0.02 99.87 12:16:35 12:14:01 6 0.00 0.00 0.00 0.02 0.00 99.98 12:16:35 12:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:16:35 12:15:01 all 0.07 0.00 0.01 0.00 0.00 99.91 12:16:35 12:15:01 0 0.07 0.00 0.05 0.02 0.00 99.87 12:16:35 12:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 12:16:35 12:15:01 2 0.02 0.00 0.03 0.00 0.02 99.93 12:16:35 12:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 12:16:35 12:15:01 4 0.17 0.00 0.00 0.00 0.02 99.82 12:16:35 12:15:01 5 0.10 0.00 0.00 0.00 0.00 99.90 12:16:35 12:15:01 6 0.13 0.00 0.00 0.02 0.00 99.85 12:16:35 12:15:01 7 0.03 0.00 0.00 0.00 0.00 99.97 12:16:35 12:16:01 all 0.01 0.00 0.00 0.01 0.00 99.97 12:16:35 12:16:01 0 0.02 0.00 0.00 0.03 0.00 99.95 12:16:35 12:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 12:16:35 12:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 12:16:35 12:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 12:16:35 12:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:16:35 12:16:01 5 0.00 0.00 0.00 0.02 0.00 99.98 12:16:35 12:16:01 6 0.02 0.00 0.00 0.03 0.00 99.95 12:16:35 12:16:01 7 0.00 0.00 0.02 0.00 0.02 99.97 12:16:35 Average: all 4.69 0.00 1.31 0.64 0.03 93.34 12:16:35 Average: 0 4.71 0.00 1.37 0.42 0.03 93.48 12:16:35 Average: 1 4.85 0.00 1.33 0.35 0.03 93.45 12:16:35 Average: 2 4.66 0.00 1.31 0.52 0.03 93.47 12:16:35 Average: 3 4.46 0.00 1.26 0.18 0.03 94.07 12:16:35 Average: 4 4.84 0.00 1.38 1.77 0.03 91.99 12:16:35 Average: 5 4.78 0.00 1.29 1.07 0.02 92.84 12:16:35 Average: 6 4.71 0.00 1.26 0.50 0.02 93.51 12:16:35 Average: 7 4.49 0.00 1.25 0.31 0.03 93.91 12:16:35 12:16:35 12:16:35