Pull request #515 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from ed1050ab7232a92da1b6fd4b15169768fe1cdff4+2fb2187aee5de59b88737c8c64f9f7346195a6a3 (950eacf84ce06858a5b94b20be790e611f85bb2c) 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-ssh11991708126354093361.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10937446320576823630.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-515/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-515/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7629210005836610284.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-515/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12783439544925790254.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh638199983630905764.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-515/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-515/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10680492473580665364.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5560’ Running on prd-ubuntu20.04-docker-8c-8g-5562 in /w/workspace/_app-service-configurable_PR-515 [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-515 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/515/head:refs/remotes/origin/PR-515 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2fb2187aee5de59b88737c8c64f9f7346195a6a3 into PR head commit ed1050ab7232a92da1b6fd4b15169768fe1cdff4 Merge succeeded, producing ed1050ab7232a92da1b6fd4b15169768fe1cdff4 Checking out Revision ed1050ab7232a92da1b6fd4b15169768fe1cdff4 (PR-515) > git config core.sparsecheckout # timeout=10 > git checkout -f ed1050ab7232a92da1b6fd4b15169768fe1cdff4 # 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 2fb2187aee5de59b88737c8c64f9f7346195a6a3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ed1050ab7232a92da1b6fd4b15169768fe1cdff4 # timeout=10 Commit message: "feat: Consume additional level in event publish topic" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:48:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:48:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:48:13 ========================================================= 15:48:13 EdgeX Global Pipelines Version Info 15:48:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:48:14 ------------------- 15:48:14 stable info: 15:48:14 ------------------- 15:48:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:48:14 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:48:14 Message: update stable to v1.0.244 15:48:15 ------------------- 15:48:15 experimental info: 15:48:15 ------------------- 15:48:15 Commited By: **** collab-it+edgex@linuxfoundation.org 15:48:15 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:48:15 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:48:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-515 [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-515 [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-515 [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ed1050a [Pipeline] echo 15:48:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:48:16 provisioning config files... 15:48:16 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-515@tmp/config14490317093183930759tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:48:17 ---> docker-login.sh 15:48:17 nexus3.edgexfoundry.org:10001 15:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:17 Configure a credential helper to remove this warning. See 15:48:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:17 15:48:17 Login Succeeded 15:48:17 nexus3.edgexfoundry.org:10002 15:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:17 Configure a credential helper to remove this warning. See 15:48:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:17 15:48:17 Login Succeeded 15:48:17 nexus3.edgexfoundry.org:10003 15:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:17 Configure a credential helper to remove this warning. See 15:48:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:17 15:48:17 Login Succeeded 15:48:17 nexus3.edgexfoundry.org:10004 15:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:17 Configure a credential helper to remove this warning. See 15:48:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:17 15:48:17 Login Succeeded 15:48:17 docker.io 15:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:18 Configure a credential helper to remove this warning. See 15:48:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:18 15:48:18 Login Succeeded 15:48:18 ---> docker-login.sh ends [Pipeline] } 15:48:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:48:18 + git rev-list -1 --merges ed1050ab7232a92da1b6fd4b15169768fe1cdff4~1..ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [Pipeline] echo 15:48:19 -----------> git rev-list -1 --merges ed1050ab7232a92da1b6fd4b15169768fe1cdff4~1..ed1050ab7232a92da1b6fd4b15169768fe1cdff4 ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [false] [Pipeline] sh 15:48:19 + git log --format=format:%s -1 ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [Pipeline] echo 15:48:19 ========================================================= 15:48:19 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:48:19 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:48:19 + git log --format=format:%s -1 ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [Pipeline] echo 15:48:19 [semverPrep] GIT_COMMIT: ed1050ab7232a92da1b6fd4b15169768fe1cdff4, Commit Message: feat: Consume additional level in event publish topic [Pipeline] echo 15:48:19 [semverPrep] This is not a build commit. [Pipeline] sh 15:48:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:48:20 + grep -v github /etc/ssh/ssh_known_hosts 15:48:20 + [ -e /tmp/ssh_known_hosts ] 15:48:20 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:48:20 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:48:20 + sudo tee -a /etc/ssh/ssh_known_hosts 15:48:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:48:20 15:48:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:48:21 0.1.4: Pulling from edgex-devops/py-git-semver 15:48:21 b85a868b505f: Pulling fs layer 15:48:21 e2be974225ed: Pulling fs layer 15:48:21 339a4e72a1f5: Pulling fs layer 15:48:21 988bab9f4d93: Pulling fs layer 15:48:21 1469e6f7b9e6: Pulling fs layer 15:48:21 988bab9f4d93: Waiting 15:48:21 eaf3925da568: Pulling fs layer 15:48:21 bab4dde63d76: Pulling fs layer 15:48:21 1469e6f7b9e6: Waiting 15:48:21 bab4dde63d76: Waiting 15:48:21 bde34c3a00c8: Pulling fs layer 15:48:21 b352a97aabf1: Pulling fs layer 15:48:21 bde34c3a00c8: Waiting 15:48:21 4872d77fe225: Pulling fs layer 15:48:21 b352a97aabf1: Waiting 15:48:21 5851b861e8e6: Pulling fs layer 15:48:21 4872d77fe225: Waiting 15:48:21 5851b861e8e6: Waiting 15:48:21 e2be974225ed: Verifying Checksum 15:48:21 e2be974225ed: Download complete 15:48:21 988bab9f4d93: Verifying Checksum 15:48:21 988bab9f4d93: Download complete 15:48:21 1469e6f7b9e6: Verifying Checksum 15:48:21 1469e6f7b9e6: Download complete 15:48:21 eaf3925da568: Verifying Checksum 15:48:21 eaf3925da568: Download complete 15:48:21 339a4e72a1f5: Verifying Checksum 15:48:21 339a4e72a1f5: Download complete 15:48:21 bde34c3a00c8: Verifying Checksum 15:48:21 bde34c3a00c8: Download complete 15:48:21 b352a97aabf1: Verifying Checksum 15:48:21 b352a97aabf1: Download complete 15:48:21 4872d77fe225: Download complete 15:48:21 b85a868b505f: Verifying Checksum 15:48:21 b85a868b505f: Download complete 15:48:21 5851b861e8e6: Verifying Checksum 15:48:21 5851b861e8e6: Download complete 15:48:22 bab4dde63d76: Verifying Checksum 15:48:22 bab4dde63d76: Download complete 15:48:23 b85a868b505f: Pull complete 15:48:23 e2be974225ed: Pull complete 15:48:24 339a4e72a1f5: Pull complete 15:48:24 988bab9f4d93: Pull complete 15:48:24 1469e6f7b9e6: Pull complete 15:48:24 eaf3925da568: Pull complete 15:48:26 bab4dde63d76: Pull complete 15:48:26 bde34c3a00c8: Pull complete 15:48:26 b352a97aabf1: Pull complete 15:48:26 4872d77fe225: Pull complete 15:48:26 5851b861e8e6: Pull complete 15:48:26 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:48:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:48:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:48:26 prd-ubuntu20.04-docker-8c-8g-5562 does not seem to be running inside a container 15:48:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-515 -v /w/workspace/_app-service-configurable_PR-515:/w/workspace/_app-service-configurable_PR-515:rw,z -v /w/workspace/_app-service-configurable_PR-515@tmp:/w/workspace/_app-service-configurable_PR-515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:48:30 $ docker top fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 -eo pid,comm 15:48:30 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). 15:48:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:48:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:48:31 [ssh-agent] Looking for ssh-agent implementation... 15:48:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:48:31 $ docker exec fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 ssh-agent 15:48:31 SSH_AUTH_SOCK=/tmp/ssh-UtnZEu8tD2HY/agent.32 15:48:31 SSH_AGENT_PID=38 15:48:31 Running ssh-add (command line suppressed) 15:48:31 Identity added: /w/workspace/_app-service-configurable_PR-515@tmp/private_key_1874915286002346209.key (/w/workspace/_app-service-configurable_PR-515@tmp/private_key_1874915286002346209.key) 15:48:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:48:31 + git tag --points-at HEAD [Pipeline] } 15:48:31 $ docker exec --env ******** --env ******** fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 ssh-agent -k 15:48:31 unset SSH_AUTH_SOCK; 15:48:31 unset SSH_AGENT_PID; 15:48:31 echo Agent pid 38 killed; 15:48:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:48:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:48:31 [ssh-agent] Looking for ssh-agent implementation... 15:48:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:48:32 $ docker exec fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 ssh-agent 15:48:32 SSH_AUTH_SOCK=/tmp/ssh-VcAYN54vm5hD/agent.71 15:48:32 SSH_AGENT_PID=77 15:48:32 Running ssh-add (command line suppressed) 15:48:32 Identity added: /w/workspace/_app-service-configurable_PR-515@tmp/private_key_3894175908965155694.key (/w/workspace/_app-service-configurable_PR-515@tmp/private_key_3894175908965155694.key) 15:48:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:48:32 + git semver init 15:48:32 2023-02-13 15:48:32,823 [run_init] DEBUG init version:0.0.0 force:False 15:48:32 2023-02-13 15:48:32,824 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-515/.semver 15:48:32 2023-02-13 15:48:32,824 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-515/.semver 15:48:32 2023-02-13 15:48:32,824 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-515/.semver'], cwd=/w/workspace/_app-service-configurable_PR-515, universal_newlines=False, shell=None, istream=None) 15:48:34 2023-02-13 15:48:33,925 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-515/.git/info/exclude 15:48:34 2023-02-13 15:48:33,926 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-515/.semver/PR-515 with force:False 15:48:34 2023-02-13 15:48:33,926 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-515/.semver/PR-515 15:48:34 2023-02-13 15:48:33,930 [execute] INFO git cat-file --batch-check 15:48:34 2023-02-13 15:48:33,931 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-515/.semver, universal_newlines=False, shell=None, istream=) 15:48:34 2023-02-13 15:48:33,936 [execute] INFO git cat-file --batch 15:48:34 2023-02-13 15:48:33,936 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-515/.semver, universal_newlines=False, shell=None, istream=) 15:48:34 2023-02-13 15:48:33,940 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-515/.semver/PR-515 15:48:34 0.0.0 [Pipeline] } 15:48:34 $ docker exec --env ******** --env ******** fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 ssh-agent -k 15:48:34 unset SSH_AUTH_SOCK; 15:48:34 unset SSH_AGENT_PID; 15:48:34 echo Agent pid 77 killed; 15:48:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:48:34 + git semver [Pipeline] } 15:48:35 $ docker stop --time=1 fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 15:48:36 $ docker rm -f --volumes fbf84eac2e170ea266a06cfbcc80043fe1349997c1cf3292cdae4dc00f767551 [Pipeline] // withDockerContainer [Pipeline] sh 15:48:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:48:37 Stashed 1 file(s) [Pipeline] echo 15:48:37 [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 15:48:37 provisioning config files... 15:48:37 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-515@tmp/config1898119050640318162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:48:38 ---> docker-login.sh 15:48:38 nexus3.edgexfoundry.org:10001 15:48:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:38 Configure a credential helper to remove this warning. See 15:48:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:38 15:48:38 Login Succeeded 15:48:38 nexus3.edgexfoundry.org:10002 15:48:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:38 Configure a credential helper to remove this warning. See 15:48:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:38 15:48:38 Login Succeeded 15:48:38 nexus3.edgexfoundry.org:10003 15:48:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:38 Configure a credential helper to remove this warning. See 15:48:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:38 15:48:38 Login Succeeded 15:48:38 nexus3.edgexfoundry.org:10004 15:48:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:38 Configure a credential helper to remove this warning. See 15:48:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:38 15:48:38 Login Succeeded 15:48:38 docker.io 15:48:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:39 Configure a credential helper to remove this warning. See 15:48:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:39 15:48:39 Login Succeeded 15:48:39 ---> docker-login.sh ends [Pipeline] } 15:48:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:48:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:48:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:48:39 ========================================================= 15:48:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:48:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:39 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 15:48:39 Sending build context to Docker daemon 3.238MB 15:48:39 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 15:48:39 Step 2/12 : FROM ${BASE} AS builder 15:48:39 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:48:39 213ec9aee27d: Pulling fs layer 15:48:39 4583459ba037: Pulling fs layer 15:48:39 93c1e223e6f2: Pulling fs layer 15:48:39 53926ce57604: Pulling fs layer 15:48:39 21b2b0c7a3f4: Pulling fs layer 15:48:39 22ff95d597cd: Pulling fs layer 15:48:39 12d6caf4c0d1: Pulling fs layer 15:48:39 96b7cbca73a9: Pulling fs layer 15:48:39 a7acece74701: Pulling fs layer 15:48:39 22ff95d597cd: Waiting 15:48:39 12d6caf4c0d1: Waiting 15:48:39 96b7cbca73a9: Waiting 15:48:39 a7acece74701: Waiting 15:48:39 53926ce57604: Waiting 15:48:39 93c1e223e6f2: Verifying Checksum 15:48:39 93c1e223e6f2: Download complete 15:48:39 4583459ba037: Verifying Checksum 15:48:39 4583459ba037: Download complete 15:48:39 21b2b0c7a3f4: Verifying Checksum 15:48:39 21b2b0c7a3f4: Download complete 15:48:40 22ff95d597cd: Verifying Checksum 15:48:40 22ff95d597cd: Download complete 15:48:40 213ec9aee27d: Verifying Checksum 15:48:40 12d6caf4c0d1: Verifying Checksum 15:48:40 12d6caf4c0d1: Download complete 15:48:40 213ec9aee27d: Pull complete 15:48:40 4583459ba037: Pull complete 15:48:40 93c1e223e6f2: Pull complete 15:48:41 a7acece74701: Verifying Checksum 15:48:41 a7acece74701: Download complete 15:48:41 96b7cbca73a9: Verifying Checksum 15:48:41 96b7cbca73a9: Download complete 15:48:41 53926ce57604: Download complete 15:48:46 53926ce57604: Pull complete 15:48:46 21b2b0c7a3f4: Pull complete 15:48:46 22ff95d597cd: Pull complete 15:48:46 12d6caf4c0d1: Pull complete 15:48:48 96b7cbca73a9: Pull complete 15:48:49 a7acece74701: Pull complete 15:48:49 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 15:48:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:48:49 ---> db6d94c90886 15:48:49 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:48:52 Still waiting to schedule task 15:48:52 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5561’ 15:48:53 ---> Running in ce206d83090f 15:48:53 Removing intermediate container ce206d83090f 15:48:53 ---> a1f8af31054e 15:48:53 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:48:53 ---> Running in 1c08bb6e86ac 15:48:53 Removing intermediate container 1c08bb6e86ac 15:48:53 ---> b308f3475cc7 15:48:53 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:48:53 ---> Running in a21491ae1531 15:48:53 Removing intermediate container a21491ae1531 15:48:53 ---> 72fc596126eb 15:48:53 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:48:53 ---> Running in 3890951efb42 15:48:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:48:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:48:54 OK: 211 MiB in 51 packages 15:48:54 Removing intermediate container 3890951efb42 15:48:54 ---> 0170d2d6589e 15:48:54 Step 7/12 : WORKDIR /app 15:48:54 ---> Running in efd2f4152f44 15:48:54 Removing intermediate container efd2f4152f44 15:48:54 ---> 47726005bad8 15:48:54 Step 8/12 : COPY go.mod vendor* ./ 15:48:55 ---> 8cd012666c1d 15:48:55 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:48:55 ---> Running in 1c4e44b6a31c 15:49:41 Removing intermediate container 1c4e44b6a31c 15:49:41 ---> 1642c1f7c6da 15:49:41 Step 10/12 : COPY . . 15:49:41 ---> 11c64fe9c912 15:49:41 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:49:41 ---> Running in 101c0dbb7992 15:49:41 Removing intermediate container 101c0dbb7992 15:49:41 ---> 872bd1976043 15:49:41 Step 12/12 : RUN $MAKE 15:49:41 ---> Running in 5c7bee313191 15:49:41 noop 15:49:41 Removing intermediate container 5c7bee313191 15:49:41 ---> 036dcd33973e 15:49:41 Successfully built 036dcd33973e 15:49:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:42 + docker inspect -f . ci-base-image-x86_64 15:49:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:49:42 prd-ubuntu20.04-docker-8c-8g-5562 does not seem to be running inside a container 15:49:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-515 -v /w/workspace/_app-service-configurable_PR-515:/w/workspace/_app-service-configurable_PR-515:rw,z -v /w/workspace/_app-service-configurable_PR-515@tmp:/w/workspace/_app-service-configurable_PR-515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:49:42 $ docker top 07236aee88014dd13f1aa4d4387a46bbdcf4c086168f650531e5cef745ea7239 -eo pid,comm [Pipeline] { [Pipeline] sh 15:49:43 + go version 15:49:43 go version go1.18.7 linux/amd64 [Pipeline] } 15:49:43 $ docker stop --time=1 07236aee88014dd13f1aa4d4387a46bbdcf4c086168f650531e5cef745ea7239 15:49:44 $ docker rm -f --volumes 07236aee88014dd13f1aa4d4387a46bbdcf4c086168f650531e5cef745ea7239 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:45 + docker inspect -f . ci-base-image-x86_64 15:49:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:49:45 prd-ubuntu20.04-docker-8c-8g-5562 does not seem to be running inside a container 15:49:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/_app-service-configurable_PR-515 -v /w/workspace/_app-service-configurable_PR-515:/w/workspace/_app-service-configurable_PR-515:rw,z -v /w/workspace/_app-service-configurable_PR-515@tmp:/w/workspace/_app-service-configurable_PR-515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:49:45 $ docker top b5027fafb90be7c0c2ca1d75c3832e2eeca000d745db209f46d989b741714e00 -eo pid,comm [Pipeline] { [Pipeline] sh 15:49:46 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-515 [Pipeline] fileExists [Pipeline] sh 15:49:46 + make test 15:49:46 go test -race -coverprofile=coverage.out ./... 15:50:04 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:50:04 go vet ./... 15:50:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:50:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:50:12 ./bin/test-attribution-txt.sh 15:50:12 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 15:50:12 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 15:50:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:50:12 $ docker stop --time=1 b5027fafb90be7c0c2ca1d75c3832e2eeca000d745db209f46d989b741714e00 15:50:16 $ docker rm -f --volumes b5027fafb90be7c0c2ca1d75c3832e2eeca000d745db209f46d989b741714e00 [Pipeline] // withDockerContainer [Pipeline] sh 15:50:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:50:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:50:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:50:17 + ls -al . 15:50:17 total 172 15:50:17 drwxrwxr-x 8 jenkins jenkins 4096 Feb 13 15:49 . 15:50:17 drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 15:48 .. 15:50:17 -rw-rw-r-- 1 jenkins jenkins 119 Feb 13 15:48 .dockerignore 15:50:17 drwxrwxr-x 8 jenkins jenkins 4096 Feb 13 15:48 .git 15:50:17 drwxrwxr-x 3 jenkins jenkins 4096 Feb 13 15:48 .github 15:50:17 -rw-rw-r-- 1 jenkins jenkins 171 Feb 13 15:48 .gitignore 15:50:17 drwxr-xr-x 3 jenkins jenkins 4096 Feb 13 15:48 .semver 15:50:17 -rw-rw-r-- 1 jenkins jenkins 9103 Feb 13 15:48 Attribution.txt 15:50:17 -rw-rw-r-- 1 jenkins jenkins 29118 Feb 13 15:48 CHANGELOG.md 15:50:17 -rw-rw-r-- 1 jenkins jenkins 1898 Feb 13 15:48 Dockerfile 15:50:17 -rw-rw-r-- 1 jenkins jenkins 677 Feb 13 15:48 GOVERNANCE.md 15:50:17 -rw-rw-r-- 1 jenkins jenkins 688 Feb 13 15:48 Jenkinsfile 15:50:17 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 13 15:48 LICENSE 15:50:17 -rw-rw-r-- 1 jenkins jenkins 618 Feb 13 15:48 OWNERS.md 15:50:17 -rw-rw-r-- 1 jenkins jenkins 4369 Feb 13 15:48 README.md 15:50:17 -rw-rw-r-- 1 jenkins jenkins 5 Feb 13 15:48 VERSION 15:50:17 drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 15:48 bin 15:50:17 -rw-r--r-- 1 jenkins jenkins 13 Feb 13 15:49 coverage.out 15:50:17 -rw-rw-r-- 1 jenkins jenkins 3307 Feb 13 15:48 go.mod 15:50:17 -rw-rw-r-- 1 jenkins jenkins 32404 Feb 13 15:48 go.sum 15:50:17 -rw-rw-r-- 1 jenkins jenkins 1949 Feb 13 15:48 main.go 15:50:17 -rw-rw-r-- 1 jenkins jenkins 2078 Feb 13 15:48 makefile 15:50:17 drwxrwxr-x 10 jenkins jenkins 4096 Feb 13 15:48 res 15:50:17 drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 15:48 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:18 + 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=ed1050ab7232a92da1b6fd4b15169768fe1cdff4 --label arch=amd64 --label version=0.0.0 . 15:50:18 Sending build context to Docker daemon 3.239MB 15:50:18 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 15:50:18 Step 2/26 : FROM ${BASE} AS builder 15:50:18 ---> 036dcd33973e 15:50:18 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:50:18 ---> Running in dc539166222a 15:50:18 Removing intermediate container dc539166222a 15:50:18 ---> 8b4ceb550479 15:50:18 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:50:18 ---> Running in 2e7058c4698b 15:50:18 Removing intermediate container 2e7058c4698b 15:50:18 ---> fcb142c4969f 15:50:18 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:50:18 ---> Running in 1a57ac8d45f6 15:50:18 Removing intermediate container 1a57ac8d45f6 15:50:18 ---> f9e6692915a5 15:50:18 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:50:18 ---> Running in ee8216446749 15:50:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:50:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:50:19 OK: 211 MiB in 51 packages 15:50:19 Removing intermediate container ee8216446749 15:50:19 ---> 40c73f77b99d 15:50:19 Step 7/26 : WORKDIR /app 15:50:19 ---> Running in b372a057c6f8 15:50:19 Removing intermediate container b372a057c6f8 15:50:19 ---> a7e1aa3f5184 15:50:19 Step 8/26 : COPY go.mod vendor* ./ 15:50:19 ---> f6f856f61594 15:50:19 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:50:19 ---> Running in 461190ffaa6a 15:50:20 Removing intermediate container 461190ffaa6a 15:50:20 ---> 0572197909ea 15:50:20 Step 10/26 : COPY . . 15:50:21 ---> 48fa459fc5a6 15:50:21 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:50:21 ---> Running in 96cbd9255205 15:50:21 Removing intermediate container 96cbd9255205 15:50:21 ---> cd9630967d81 15:50:21 Step 12/26 : RUN $MAKE 15:50:21 ---> Running in 1d041b8080e8 15:50:22 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable 15:50:44 Removing intermediate container 1d041b8080e8 15:50:44 ---> 13fc0588f3c8 15:50:44 Step 13/26 : FROM alpine:3.16 15:50:44 3.16: Pulling from library/alpine 15:50:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5564 in /w/workspace/_app-service-configurable_PR-515 [Pipeline] { [Pipeline] ws 15:50:45 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 15:50:45 Selected Git installation does not exist. Using Default 15:50:45 The recommended git tool is: NONE 15:50:46 ef5531b6e74e: Pulling fs layer 15:50:46 ef5531b6e74e: Verifying Checksum 15:50:46 ef5531b6e74e: Download complete 15:50:46 ef5531b6e74e: Pull complete 15:50:46 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:50:46 Status: Downloaded newer image for alpine:3.16 15:50:46 ---> dfd21b5a31f5 15:50:46 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:50:46 ---> Running in dff716f4d740 15:50:46 Removing intermediate container dff716f4d740 15:50:46 ---> ea10636f9f45 15:50:46 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 15:50:46 ---> Running in 6835db8590bd 15:50:47 Removing intermediate container 6835db8590bd 15:50:47 ---> c7653f220143 15:50:47 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 15:50:47 ---> Running in bfcee707c43e 15:50:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:50:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:50:47 (1/2) Installing ca-certificates (20220614-r0) 15:50:47 (2/2) Installing dumb-init (1.2.5-r1) 15:50:47 Executing busybox-1.35.0-r17.trigger 15:50:47 Executing ca-certificates-20220614-r0.trigger 15:50:47 OK: 6 MiB in 16 packages 15:50:48 Removing intermediate container bfcee707c43e 15:50:48 ---> 5a45ba0dd569 15:50:48 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:50:48 ---> 4ca0ed5a4f05 15:50:48 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 15:50:48 ---> c091579b658c 15:50:48 Step 19/26 : COPY --from=builder /app/res/ /res/ 15:50:48 ---> 70aa876aaf0f 15:50:48 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:50:49 ---> de532d83e2a3 15:50:49 Step 21/26 : EXPOSE 48095 15:50:49 ---> Running in 0fe150a6671e 15:50:49 Removing intermediate container 0fe150a6671e 15:50:49 ---> 4b4f82536727 15:50:49 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 15:50:49 ---> Running in e813706b5787 15:50:49 Removing intermediate container e813706b5787 15:50:49 ---> 8760365c0fca 15:50:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:50:49 ---> Running in 66a2cb1c0c55 15:50:49 Removing intermediate container 66a2cb1c0c55 15:50:49 ---> 8a28cb5a5da9 15:50:49 Step 24/26 : LABEL arch=amd64 15:50:49 ---> Running in fbba77cb30ad 15:50:49 Removing intermediate container fbba77cb30ad 15:50:49 ---> 5dee4e44a7ca 15:50:49 Step 25/26 : LABEL git_sha=ed1050ab7232a92da1b6fd4b15169768fe1cdff4 15:50:49 ---> Running in b3eff1729aa2 15:50:49 Removing intermediate container b3eff1729aa2 15:50:49 ---> 31eb8e785702 15:50:49 Step 26/26 : LABEL version=0.0.0 15:50:49 ---> Running in b13283686d91 15:50:49 Removing intermediate container b13283686d91 15:50:49 ---> 70ba7ef53693 15:50:49 [Warning] One or more build-args [ARCH] were not consumed 15:50:49 Successfully built 70ba7ef53693 15:50:49 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:50 using credential edgex-jenkins-ssh 15:50:50 Cloning the remote Git repository 15:50:50 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:50:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:50:50 15:50:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:50:51 latest: Pulling from edgex-lftools-log-publisher 15:50:51 5eb5b503b376: Pulling fs layer 15:50:51 5c69ac0246d0: Pulling fs layer 15:50:51 ec43610c2a17: Pulling fs layer 15:50:51 3a2ae6a8a46f: Pulling fs layer 15:50:51 33b1e0a273af: Pulling fs layer 15:50:51 5d3b04190fa2: Pulling fs layer 15:50:51 2f39f015ded8: Pulling fs layer 15:50:51 3a2ae6a8a46f: Waiting 15:50:51 33b1e0a273af: Waiting 15:50:51 5d3b04190fa2: Waiting 15:50:51 2f39f015ded8: Waiting 15:50:51 5c69ac0246d0: Download complete 15:50:51 3a2ae6a8a46f: Verifying Checksum 15:50:51 3a2ae6a8a46f: Download complete 15:50:51 33b1e0a273af: Verifying Checksum 15:50:51 33b1e0a273af: Download complete 15:50:51 5d3b04190fa2: Verifying Checksum 15:50:51 5d3b04190fa2: Download complete 15:50:51 ec43610c2a17: Verifying Checksum 15:50:51 ec43610c2a17: Download complete 15:50:51 5eb5b503b376: Verifying Checksum 15:50:51 5eb5b503b376: Download complete 15:50:50 > git init /w/workspace/app-service-configurable/1 # timeout=10 15:50:50 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:50:50 > git --version # timeout=10 15:50:50 > git --version # 'git version 2.25.1' 15:50:50 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:50:52 2f39f015ded8: Download complete 15:50:52 5eb5b503b376: Pull complete 15:50:53 5c69ac0246d0: Pull complete 15:50:52 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:50:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:50:52 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:50:53 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:50:53 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/515/head:refs/remotes/origin/PR-515 +refs/heads/main:refs/remotes/origin/main # timeout=10 15:50:53 ec43610c2a17: Pull complete 15:50:53 3a2ae6a8a46f: Pull complete 15:50:53 33b1e0a273af: Pull complete 15:50:53 Merging remotes/origin/main commit 2fb2187aee5de59b88737c8c64f9f7346195a6a3 into PR head commit ed1050ab7232a92da1b6fd4b15169768fe1cdff4 15:50:53 5d3b04190fa2: Pull complete 15:50:54 Merge succeeded, producing ed1050ab7232a92da1b6fd4b15169768fe1cdff4 15:50:54 Checking out Revision ed1050ab7232a92da1b6fd4b15169768fe1cdff4 (PR-515) 15:50:53 > git config core.sparsecheckout # timeout=10 15:50:53 > git checkout -f ed1050ab7232a92da1b6fd4b15169768fe1cdff4 # timeout=10 15:50:53 > git remote # timeout=10 15:50:53 > git config --get remote.origin.url # timeout=10 15:50:54 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:54 > git merge 2fb2187aee5de59b88737c8c64f9f7346195a6a3 # timeout=10 15:50:54 > git rev-parse HEAD^{commit} # timeout=10 15:50:54 > git config core.sparsecheckout # timeout=10 15:50:54 > git checkout -f ed1050ab7232a92da1b6fd4b15169768fe1cdff4 # timeout=10 15:50:57 Commit message: "feat: Consume additional level in event publish topic" 15:50:57 > git --version # timeout=10 15:50:57 > git --version # 'git version 2.25.1' 15:50:57 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:50:57 15:50:57 GitHub has been notified of this commit’s build result 15:50:57 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 15:50:58 2f39f015ded8: Pull complete 15:50:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:50:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:50:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:50:58 prd-ubuntu20.04-docker-8c-8g-5562 does not seem to be running inside a container 15:50:58 $ 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-515 -v /w/workspace/_app-service-configurable_PR-515:/w/workspace/_app-service-configurable_PR-515:rw,z -v /w/workspace/_app-service-configurable_PR-515@tmp:/w/workspace/_app-service-configurable_PR-515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:51:01 $ docker top b512cb237b88f3a02dc51ff971eb0b9c0f9f45a0f73920f457b202c9253bbed0 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 15:51:01 ---> job-cost.sh 15:51:01 lf-activate-venv: SKIPPING 15:51:01 INFO: No Stack... 15:51:02 INFO: Retrieving Pricing Info for: v3-standard-8 15:51:02 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:51:02 % Total % Received % Xferd Average Speed Time Time Time Current 15:51:02 Dload Upload Total Spent Left Speed 15:51:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 78226 0 --:--:-- --:--:-- --:--:-- 77750 100 12751 100 12751 0 0 77750 0 --:--:-- --:--:-- --:--:-- 77278 15:51:02 INFO: Archiving Costs [Pipeline] sh [Pipeline] sh 15:51:02 + cat /w/workspace/_app-service-configurable_PR-515/archives/cost.csv 15:51:02 + cut -d, -f6 [Pipeline] lock 15:51:02 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] 15:51:02 Resource [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] did not exist. Created. 15:51:02 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:51:02 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:51:03 + echo total: 0.2199999988079071 [Pipeline] stash 15:51:03 Stashed 1 file(s) [Pipeline] } 15:51:03 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] [Pipeline] // lock 15:51:03 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:51:03 + sudo tee /etc/docker/daemon.new 15:51:03 { 15:51:03 "registry-mirrors": [ 15:51:03 "https://nexus3.edgexfoundry.org:10001" 15:51:03 ], 15:51:03 "bip": "10.250.0.254/24", 15:51:03 "hosts": [ 15:51:03 "tcp://0.0.0.0:5555", 15:51:03 "unix:///var/run/docker.sock" 15:51:03 ], 15:51:03 "mtu": 1458, 15:51:03 "selinux-enabled": true, 15:51:03 "seccomp-profile": "/etc/docker/seccomp.json" 15:51:03 } [Pipeline] } 15:51:03 $ docker stop --time=1 b512cb237b88f3a02dc51ff971eb0b9c0f9f45a0f73920f457b202c9253bbed0 15:51:04 $ docker rm -f --volumes b512cb237b88f3a02dc51ff971eb0b9c0f9f45a0f73920f457b202c9253bbed0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:51:04 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:51:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:51:23 provisioning config files... 15:51:23 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config11928334114111588387tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:51:24 ---> docker-login.sh 15:51:24 nexus3.edgexfoundry.org:10001 15:51:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:51:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:51:24 Configure a credential helper to remove this warning. See 15:51:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:51:24 15:51:24 Login Succeeded 15:51:24 nexus3.edgexfoundry.org:10002 15:51:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:51:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:51:24 Configure a credential helper to remove this warning. See 15:51:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:51:24 15:51:24 Login Succeeded 15:51:24 nexus3.edgexfoundry.org:10003 15:51:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:51:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:51:25 Configure a credential helper to remove this warning. See 15:51:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:51:25 15:51:25 Login Succeeded 15:51:25 nexus3.edgexfoundry.org:10004 15:51:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:51:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:51:25 Configure a credential helper to remove this warning. See 15:51:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:51:25 15:51:25 Login Succeeded 15:51:25 docker.io 15:51:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:51:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:51:26 Configure a credential helper to remove this warning. See 15:51:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:51:26 15:51:26 Login Succeeded 15:51:26 ---> docker-login.sh ends [Pipeline] } 15:51:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:51:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:51:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:51:26 ========================================================= 15:51:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:51:26 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:27 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 15:51:27 Sending build context to Docker daemon 204.3kB 15:51:27 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 15:51:27 Step 2/12 : FROM ${BASE} AS builder 15:51:27 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:51:27 9b18e9b68314: Pulling fs layer 15:51:27 35d82f9e3411: Pulling fs layer 15:51:27 e16973657156: Pulling fs layer 15:51:27 fc693d55d65f: Pulling fs layer 15:51:27 7e9fc2657dce: Pulling fs layer 15:51:27 dda99020689f: Pulling fs layer 15:51:27 db1c61fa0a46: Pulling fs layer 15:51:27 891c053d2c06: Pulling fs layer 15:51:27 fc693d55d65f: Waiting 15:51:27 7e9fc2657dce: Waiting 15:51:27 dda99020689f: Waiting 15:51:27 db1c61fa0a46: Waiting 15:51:27 891c053d2c06: Waiting 15:51:27 e16973657156: Download complete 15:51:27 35d82f9e3411: Verifying Checksum 15:51:27 35d82f9e3411: Download complete 15:51:27 7e9fc2657dce: Verifying Checksum 15:51:27 7e9fc2657dce: Download complete 15:51:27 dda99020689f: Verifying Checksum 15:51:27 dda99020689f: Download complete 15:51:27 9b18e9b68314: Verifying Checksum 15:51:27 9b18e9b68314: Download complete 15:51:28 9b18e9b68314: Pull complete 15:51:29 891c053d2c06: Verifying Checksum 15:51:29 891c053d2c06: Download complete 15:51:29 35d82f9e3411: Pull complete 15:51:29 e16973657156: Pull complete 15:51:30 db1c61fa0a46: Verifying Checksum 15:51:30 db1c61fa0a46: Download complete 15:51:31 fc693d55d65f: Download complete 15:51:43 fc693d55d65f: Pull complete 15:51:43 7e9fc2657dce: Pull complete 15:51:43 dda99020689f: Pull complete 15:51:50 db1c61fa0a46: Pull complete 15:51:52 891c053d2c06: Pull complete 15:51:52 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 15:51:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:51:52 ---> f96f9c87975a 15:51:52 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:51:52 ---> Running in c7ad83020557 15:51:53 Removing intermediate container c7ad83020557 15:51:53 ---> 54d27cc1433a 15:51:53 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:51:53 ---> Running in 897e7e680d71 15:51:53 Removing intermediate container 897e7e680d71 15:51:53 ---> 51313777d1a5 15:51:53 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:51:53 ---> Running in 17282e97c6d0 15:51:53 Removing intermediate container 17282e97c6d0 15:51:53 ---> e6a148057059 15:51:53 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:51:53 ---> Running in d2423d348d4a 15:51:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:51:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:51:56 OK: 221 MiB in 51 packages 15:51:57 Removing intermediate container d2423d348d4a 15:51:57 ---> f2dedac4718c 15:51:57 Step 7/12 : WORKDIR /app 15:51:57 ---> Running in af9f33eb7d63 15:51:57 Removing intermediate container af9f33eb7d63 15:51:57 ---> 7fabd0ed2c6d 15:51:57 Step 8/12 : COPY go.mod vendor* ./ 15:51:58 ---> fecded4980d3 15:51:58 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:58 ---> Running in 46453c23e7da 15:53:06 Removing intermediate container 46453c23e7da 15:53:06 ---> d781b213b115 15:53:06 Step 10/12 : COPY . . 15:53:06 ---> a42f101e3356 15:53:06 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:53:06 ---> Running in d345f69bc5ea 15:53:06 Removing intermediate container d345f69bc5ea 15:53:06 ---> 873c37051ad0 15:53:06 Step 12/12 : RUN $MAKE 15:53:06 ---> Running in 9c4b91f60a77 15:53:06 noop 15:53:06 Removing intermediate container 9c4b91f60a77 15:53:06 ---> bd9dfe9200d0 15:53:06 Successfully built bd9dfe9200d0 15:53:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:07 + docker inspect -f . ci-base-image-arm64 15:53:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:53:07 prd-ubuntu20.04-docker-arm64-4c-16g-5564 does not seem to be running inside a container 15:53:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:53:08 $ docker top e12a278e05ab5b38471396735dbb88e542b86366dc6fab0488ad1e8886089dba -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:09 + go version 15:53:09 go version go1.18.7 linux/arm64 [Pipeline] } 15:53:09 $ docker stop --time=1 e12a278e05ab5b38471396735dbb88e542b86366dc6fab0488ad1e8886089dba 15:53:11 $ docker rm -f --volumes e12a278e05ab5b38471396735dbb88e542b86366dc6fab0488ad1e8886089dba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:12 + docker inspect -f . ci-base-image-arm64 15:53:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:53:12 prd-ubuntu20.04-docker-arm64-4c-16g-5564 does not seem to be running inside a container 15:53:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:53:13 $ docker top 84c29b0ba72eaf415f968c74101616f6e842f38caab0f69d9717b55a19c2d120 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:14 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 15:53:15 + make test 15:53:15 go test -race -coverprofile=coverage.out ./... 15:55:53 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:55:53 go vet ./... 15:57:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:57:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:57:29 ./bin/test-attribution-txt.sh 15:57:29 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 15:57:29 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 15:57:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:57:29 $ docker stop --time=1 84c29b0ba72eaf415f968c74101616f6e842f38caab0f69d9717b55a19c2d120 15:57:31 $ docker rm -f --volumes 84c29b0ba72eaf415f968c74101616f6e842f38caab0f69d9717b55a19c2d120 [Pipeline] // withDockerContainer [Pipeline] sh 15:57:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:57:33 Warning: overwriting stash ‘coverage-report’ 15:57:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:57:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:57:34 + ls -al . 15:57:34 total 168 15:57:34 drwxrwxr-x 7 jenkins jenkins 4096 Feb 13 15:53 . 15:57:34 drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 15:50 .. 15:57:34 -rw-rw-r-- 1 jenkins jenkins 119 Feb 13 15:50 .dockerignore 15:57:34 drwxrwxr-x 8 jenkins jenkins 4096 Feb 13 15:50 .git 15:57:34 drwxrwxr-x 3 jenkins jenkins 4096 Feb 13 15:50 .github 15:57:34 -rw-rw-r-- 1 jenkins jenkins 171 Feb 13 15:50 .gitignore 15:57:34 -rw-rw-r-- 1 jenkins jenkins 9103 Feb 13 15:50 Attribution.txt 15:57:34 -rw-rw-r-- 1 jenkins jenkins 29118 Feb 13 15:50 CHANGELOG.md 15:57:34 -rw-rw-r-- 1 jenkins jenkins 1898 Feb 13 15:50 Dockerfile 15:57:34 -rw-rw-r-- 1 jenkins jenkins 677 Feb 13 15:50 GOVERNANCE.md 15:57:34 -rw-rw-r-- 1 jenkins jenkins 688 Feb 13 15:50 Jenkinsfile 15:57:34 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 13 15:50 LICENSE 15:57:34 -rw-rw-r-- 1 jenkins jenkins 618 Feb 13 15:50 OWNERS.md 15:57:34 -rw-rw-r-- 1 jenkins jenkins 4369 Feb 13 15:50 README.md 15:57:34 -rw-rw-r-- 1 jenkins jenkins 5 Feb 13 15:48 VERSION 15:57:34 drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 15:50 bin 15:57:34 -rw-r--r-- 1 jenkins jenkins 13 Feb 13 15:53 coverage.out 15:57:34 -rw-rw-r-- 1 jenkins jenkins 3307 Feb 13 15:50 go.mod 15:57:34 -rw-rw-r-- 1 jenkins jenkins 32404 Feb 13 15:50 go.sum 15:57:34 -rw-rw-r-- 1 jenkins jenkins 1949 Feb 13 15:50 main.go 15:57:34 -rw-rw-r-- 1 jenkins jenkins 2078 Feb 13 15:50 makefile 15:57:34 drwxrwxr-x 10 jenkins jenkins 4096 Feb 13 15:50 res 15:57:34 drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 15:50 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:35 + 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=ed1050ab7232a92da1b6fd4b15169768fe1cdff4 --label arch=arm64 --label version=0.0.0 . 15:57:35 Sending build context to Docker daemon 205.3kB 15:57:35 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 15:57:35 Step 2/26 : FROM ${BASE} AS builder 15:57:35 ---> bd9dfe9200d0 15:57:35 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:57:36 ---> Running in 251c038e77e1 15:57:36 Removing intermediate container 251c038e77e1 15:57:36 ---> 204748dc3dc7 15:57:36 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:57:36 ---> Running in 7a55de346acc 15:57:37 Removing intermediate container 7a55de346acc 15:57:37 ---> 1829b7ecc045 15:57:37 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:57:37 ---> Running in d03439c34099 15:57:37 Removing intermediate container d03439c34099 15:57:37 ---> 76b5618bec58 15:57:37 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:57:37 ---> Running in 57cea9c702a0 15:57:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:57:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:57:40 OK: 221 MiB in 51 packages 15:57:41 Removing intermediate container 57cea9c702a0 15:57:41 ---> d53f620d48a7 15:57:41 Step 7/26 : WORKDIR /app 15:57:41 ---> Running in c16b405f59e0 15:57:41 Removing intermediate container c16b405f59e0 15:57:41 ---> fa9620f74d04 15:57:41 Step 8/26 : COPY go.mod vendor* ./ 15:57:42 ---> daa3829e05fa 15:57:42 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:57:42 ---> Running in 0db6873d46d9 15:57:45 Removing intermediate container 0db6873d46d9 15:57:45 ---> f4b24760282d 15:57:45 Step 10/26 : COPY . . 15:57:45 ---> f2a6bcf5d1b7 15:57:45 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:57:45 ---> Running in d8533b32f44c 15:57:46 Removing intermediate container d8533b32f44c 15:57:46 ---> ef96f7eb22a6 15:57:46 Step 12/26 : RUN $MAKE 15:57:46 ---> Running in 00ee21d0fe1c 15:57:47 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable 16:00:09 Removing intermediate container 00ee21d0fe1c 16:00:09 ---> 3ca8d988f653 16:00:09 Step 13/26 : FROM alpine:3.16 16:00:09 3.16: Pulling from library/alpine 16:00:09 3760b48202b3: Pulling fs layer 16:00:09 3760b48202b3: Verifying Checksum 16:00:09 3760b48202b3: Download complete 16:00:09 3760b48202b3: Pull complete 16:00:09 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 16:00:09 Status: Downloaded newer image for alpine:3.16 16:00:09 ---> 4c81e5bf8899 16:00:09 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:00:09 ---> Running in 891c0acc34ad 16:00:09 Removing intermediate container 891c0acc34ad 16:00:09 ---> f97e903d4406 16:00:09 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 16:00:09 ---> Running in 1a65308412fd 16:00:09 Removing intermediate container 1a65308412fd 16:00:09 ---> 0e04b5a942d0 16:00:09 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:00:09 ---> Running in ee698da6c5e0 16:00:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:00:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:00:09 (1/2) Installing ca-certificates (20220614-r0) 16:00:09 (2/2) Installing dumb-init (1.2.5-r1) 16:00:09 Executing busybox-1.35.0-r17.trigger 16:00:09 Executing ca-certificates-20220614-r0.trigger 16:00:09 OK: 6 MiB in 16 packages 16:00:09 Removing intermediate container ee698da6c5e0 16:00:09 ---> b70e90ca8ed5 16:00:09 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:00:09 ---> 851cd69acba8 16:00:09 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 16:00:09 ---> e371694ca6f4 16:00:09 Step 19/26 : COPY --from=builder /app/res/ /res/ 16:00:09 ---> ba3720c813eb 16:00:09 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:00:09 ---> 10b5d02da6cb 16:00:09 Step 21/26 : EXPOSE 48095 16:00:09 ---> Running in 3085c2fb4255 16:00:09 Removing intermediate container 3085c2fb4255 16:00:09 ---> 03b7222cb6d0 16:00:09 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 16:00:09 ---> Running in f75b5aa06e22 16:00:09 Removing intermediate container f75b5aa06e22 16:00:09 ---> 2d0ecf908d3c 16:00:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:00:09 ---> Running in 97a3b0b7b41b 16:00:09 Removing intermediate container 97a3b0b7b41b 16:00:09 ---> 3895fbaa4e15 16:00:09 Step 24/26 : LABEL arch=arm64 16:00:09 ---> Running in adb214bb7a24 16:00:09 Removing intermediate container adb214bb7a24 16:00:09 ---> b3b381a47b61 16:00:09 Step 25/26 : LABEL git_sha=ed1050ab7232a92da1b6fd4b15169768fe1cdff4 16:00:09 ---> Running in 95f85c9829ee 16:00:09 Removing intermediate container 95f85c9829ee 16:00:09 ---> 24d583eef733 16:00:09 Step 26/26 : LABEL version=0.0.0 16:00:09 ---> Running in 12106ccda3e8 16:00:09 Removing intermediate container 12106ccda3e8 16:00:09 ---> 8852fcc23fde 16:00:09 [Warning] One or more build-args [ARCH] were not consumed 16:00:09 Successfully built 8852fcc23fde 16:00:09 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:00:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:00:09 16:00:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:00:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:00:10 arm64: Pulling from edgex-lftools-log-publisher 16:00:10 8998bd30e6a1: Pulling fs layer 16:00:10 04944245beec: Pulling fs layer 16:00:10 699f458cf7ca: Pulling fs layer 16:00:10 765212b225bb: Pulling fs layer 16:00:10 f23df028b6ca: Pulling fs layer 16:00:10 d65c8cfc05b1: Pulling fs layer 16:00:10 2437ff75d9bd: Pulling fs layer 16:00:10 765212b225bb: Waiting 16:00:10 f23df028b6ca: Waiting 16:00:10 d65c8cfc05b1: Waiting 16:00:10 2437ff75d9bd: Waiting 16:00:10 04944245beec: Verifying Checksum 16:00:10 04944245beec: Download complete 16:00:10 765212b225bb: Verifying Checksum 16:00:10 765212b225bb: Download complete 16:00:10 f23df028b6ca: Verifying Checksum 16:00:10 f23df028b6ca: Download complete 16:00:10 d65c8cfc05b1: Verifying Checksum 16:00:10 d65c8cfc05b1: Download complete 16:00:10 699f458cf7ca: Verifying Checksum 16:00:10 699f458cf7ca: Download complete 16:00:11 8998bd30e6a1: Download complete 16:00:13 2437ff75d9bd: Verifying Checksum 16:00:13 2437ff75d9bd: Download complete 16:00:15 8998bd30e6a1: Pull complete 16:00:15 04944245beec: Pull complete 16:00:16 699f458cf7ca: Pull complete 16:00:16 765212b225bb: Pull complete 16:00:17 f23df028b6ca: Pull complete 16:00:17 d65c8cfc05b1: Pull complete 16:00:29 2437ff75d9bd: Pull complete 16:00:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:00:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:00:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:00:30 prd-ubuntu20.04-docker-arm64-4c-16g-5564 does not seem to be running inside a container 16:00:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:00:32 $ docker top 534afa35908d95ca396a9a0eaaeb17c4e1395be30edc3155f9b973bea606ecca -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:00:33 ---> job-cost.sh 16:00:33 lf-activate-venv: SKIPPING 16:00:33 INFO: No Stack... 16:00:34 INFO: Retrieving Pricing Info for: v3-standard-4 16:00:34 INFO: Archiving Costs [Pipeline] sh 16:00:35 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 16:00:35 + cut -d, -f6 [Pipeline] lock 16:00:35 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] 16:00:35 Resource [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] did not exist. Created. 16:00:35 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:00:36 /w/workspace/app-service-configurable/1@tmp/durable-d263261b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:00:36 + echo total: 0.10999999940395355 [Pipeline] stash 16:00:36 Warning: overwriting stash ‘stack-cost’ 16:00:36 Stashed 1 file(s) [Pipeline] } 16:00:36 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-515-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:00:36 $ docker stop --time=1 534afa35908d95ca396a9a0eaaeb17c4e1395be30edc3155f9b973bea606ecca 16:00:38 $ docker rm -f --volumes 534afa35908d95ca396a9a0eaaeb17c4e1395be30edc3155f9b973bea606ecca [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 16:00:39 provisioning config files... 16:00:39 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-515@tmp/config494073989770224586tmp [Pipeline] { [Pipeline] sh 16:00:39 + set +x 16:00:39 + curl -s https://codecov.io/bash 16:00:39 + bash -s -- 16:00:39 16:00:39 _____ _ 16:00:39 / ____| | | 16:00:39 | | ___ __| | ___ ___ _____ __ 16:00:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:00:39 | |___| (_) | (_| | __/ (_| (_) \ V / 16:00:39 \_____\___/ \__,_|\___|\___\___/ \_/ 16:00:39 Bash-1.0.6 16:00:39 16:00:39 16:00:39 ==> git version 2.25.1 found 16:00:39 ==> 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 16:00:39 Release-Date: 2020-01-08 16:00:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:00:39 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:00:39 ==> Jenkins CI detected. 16:00:39 current dir:  /w/workspace/_app-service-configurable_PR-515 16:00:39 project root: . 16:00:39 --> token set from env 16:00:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:00:39 ==> Running gcov in . (disable via -X gcov) 16:00:39 ==> Python coveragepy not found 16:00:39 ==> Searching for coverage reports in: 16:00:39 + . 16:00:39 -> Found 1 reports 16:00:39 ==> Detecting git/mercurial file structure 16:00:39 ==> Reading reports 16:00:39 + ./coverage.out bytes=13 16:00:39 ==> Appending adjustments 16:00:39 https://docs.codecov.io/docs/fixing-reports 16:00:39 + Found adjustments 16:00:39 ==> Gzipping contents 16:00:39 4.0K /tmp/codecov.cD4Ki2.gz 16:00:39 ==> Uploading reports 16:00:39 url: https://codecov.io 16:00:39 query: branch=PR-515&commit=ed1050ab7232a92da1b6fd4b15169768fe1cdff4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-515%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=515&job=&cmd_args= 16:00:39 -> Pinging Codecov 16:00:39 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-515&commit=ed1050ab7232a92da1b6fd4b15169768fe1cdff4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-515%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=515&job=&cmd_args= 16:00:39 -> Uploading to 16:00:39 https://storage.googleapis.com/codecov/v4/raw/2023-02-13/A97CA9966030D2A3747ED39772930CCE/ed1050ab7232a92da1b6fd4b15169768fe1cdff4/44c49a48-3509-4517-946d-294093d85a8c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230213%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230213T160039Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=85c79c7592227346a715b291bbdf15c713a8cfeaa2b1979bd9ee822fce3b0317 16:00:39 % Total % Received % Xferd Average Speed Time Time Time Current 16:00:39 Dload Upload Total Spent Left Speed 16:00:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 520 0 0 100 520 0 1877 --:--:-- --:--:-- --:--:-- 1877 16:00:40 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/ed1050ab7232a92da1b6fd4b15169768fe1cdff4 [Pipeline] } 16:00:40 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 16:00:41 + [ -d /w/workspace/_app-service-configurable_PR-515/archives ] 16:00:41 + ls -al /w/workspace/_app-service-configurable_PR-515/archives 16:00:41 total 16 16:00:41 drwxr-xr-x 3 root root 4096 Feb 13 15:51 . 16:00:41 drwxrwxr-x 9 jenkins jenkins 4096 Feb 13 15:51 .. 16:00:41 drwxr-xr-x 2 root root 4096 Feb 13 15:51 cost 16:00:41 -rw-r--r-- 1 root root 96 Feb 13 15:51 cost.csv 16:00:41 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-515/archives 16:00:41 + ls -al /w/workspace/_app-service-configurable_PR-515/archives 16:00:41 total 16 16:00:41 drwxr-xr-x 3 jenkins jenkins 4096 Feb 13 15:51 . 16:00:41 drwxrwxr-x 9 jenkins jenkins 4096 Feb 13 15:51 .. 16:00:41 drwxr-xr-x 2 jenkins jenkins 4096 Feb 13 15:51 cost 16:00:41 -rw-r--r-- 1 jenkins jenkins 96 Feb 13 15:51 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:00:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:00:43 ---> package-listing.sh 16:00:43 ++ tr '[:upper:]' '[:lower:]' 16:00:43 ++ facter osfamily 16:00:43 + OS_FAMILY=debian 16:00:43 + workspace=/w/workspace/_app-service-configurable_PR-515 16:00:43 + START_PACKAGES=/tmp/packages_start.txt 16:00:43 + END_PACKAGES=/tmp/packages_end.txt 16:00:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:00:43 + PACKAGES=/tmp/packages_start.txt 16:00:43 + '[' /w/workspace/_app-service-configurable_PR-515 ']' 16:00:43 + PACKAGES=/tmp/packages_end.txt 16:00:43 + case "${OS_FAMILY}" in 16:00:43 + dpkg -l 16:00:43 + grep '^ii' 16:00:43 + '[' -f /tmp/packages_start.txt ']' 16:00:43 + '[' -f /tmp/packages_end.txt ']' 16:00:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:00:43 + '[' /w/workspace/_app-service-configurable_PR-515 ']' 16:00:43 + mkdir -p /w/workspace/_app-service-configurable_PR-515/archives/ 16:00:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-515/archives/ [Pipeline] echo 16:00:43 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-515/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:00:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:00:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:00:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:00:44 prd-ubuntu20.04-docker-8c-8g-5562 does not seem to be running inside a container 16:00:44 $ 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-515/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-515 -v /w/workspace/_app-service-configurable_PR-515:/w/workspace/_app-service-configurable_PR-515:rw,z -v /w/workspace/_app-service-configurable_PR-515@tmp:/w/workspace/_app-service-configurable_PR-515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:00:44 $ docker top 39845a994ff4445e8746e38b2ff26f3d9848453f3ccc7e9974142e63a6838474 -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:45 + touch /tmp/pre-build-complete [Pipeline] sh 16:00:45 + mkdir -p /var/log/sysstat [Pipeline] sh 16:00:45 + ls /var/log/sa-host 16:00:45 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:00:46 provisioning config files... 16:00:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-515@tmp/config13900655142414169612tmp [Pipeline] { [Pipeline] echo 16:00:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:00:46 ---> create-netrc.sh [Pipeline] } 16:00:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:00:46 ---> python-tools-install.sh [Pipeline] echo 16:00:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:00:47 ---> sudo-logs.sh 16:00:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:00:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:00:47 ---> job-cost.sh 16:00:47 lf-activate-venv: SKIPPING 16:00:47 DEBUG: total: 0.2199999988079071 16:00:47 INFO: Retrieving Stack Cost... 16:00:48 INFO: Retrieving Pricing Info for: v3-standard-8 16:00:48 INFO: Archiving Costs [Pipeline] echo 16:00:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:00:49 ---> logs-deploy.sh 16:00:49 lf-activate-venv: SKIPPING 16:00:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-515/1 16:00:49 INFO: archiving workspace using pattern(s): 16:00:49 Archives upload complete. 16:00:50 INFO: archiving logs to Nexus 16:00:50 ---> uname -a: 16:00:50 Linux prd-ubuntu20-04-docker-8c-8g-5562 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 16:00:50 16:00:50 16:00:50 ---> lscpu: 16:00:50 Architecture: x86_64 16:00:50 CPU op-mode(s): 32-bit, 64-bit 16:00:50 Byte Order: Little Endian 16:00:50 Address sizes: 40 bits physical, 48 bits virtual 16:00:50 CPU(s): 8 16:00:50 On-line CPU(s) list: 0-7 16:00:50 Thread(s) per core: 1 16:00:50 Core(s) per socket: 1 16:00:50 Socket(s): 8 16:00:50 NUMA node(s): 1 16:00:50 Vendor ID: AuthenticAMD 16:00:50 CPU family: 23 16:00:50 Model: 49 16:00:50 Model name: AMD EPYC-Rome Processor 16:00:50 Stepping: 0 16:00:50 CPU MHz: 2799.956 16:00:50 BogoMIPS: 5599.91 16:00:50 Virtualization: AMD-V 16:00:50 Hypervisor vendor: KVM 16:00:50 Virtualization type: full 16:00:50 L1d cache: 256 KiB 16:00:50 L1i cache: 256 KiB 16:00:50 L2 cache: 4 MiB 16:00:50 L3 cache: 128 MiB 16:00:50 NUMA node0 CPU(s): 0-7 16:00:50 Vulnerability Itlb multihit: Not affected 16:00:50 Vulnerability L1tf: Not affected 16:00:50 Vulnerability Mds: Not affected 16:00:50 Vulnerability Meltdown: Not affected 16:00:50 Vulnerability Mmio stale data: Not affected 16:00:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:00:50 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:00:50 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:00:50 Vulnerability Srbds: Not affected 16:00:50 Vulnerability Tsx async abort: Not affected 16:00:50 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 16:00:50 16:00:50 16:00:50 ---> nproc: 16:00:50 8 16:00:50 16:00:50 16:00:50 ---> df -h: 16:00:50 Filesystem Size Used Avail Use% Mounted on 16:00:50 overlay 155G 12G 144G 8% / 16:00:50 tmpfs 64M 0 64M 0% /dev 16:00:50 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:00:50 shm 64M 0 64M 0% /dev/shm 16:00:50 /dev/vda1 155G 12G 144G 8% /facter-os 16:00:50 16:00:50 16:00:50 ---> sar -b -r -n DEV: 16:00:50 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5562) 02/13/23 _x86_64_ (8 CPU) 16:00:50 16:00:50 15:47:32 LINUX RESTART (8 CPU) 16:00:50 16:00:50 15:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:00:50 15:49:01 252.91 35.88 217.03 0.00 4214.36 39406.77 0.00 16:00:50 15:50:01 113.86 0.92 112.95 0.00 21.20 44945.84 0.00 16:00:50 15:51:01 179.30 0.17 179.14 0.00 12.13 44647.09 0.00 16:00:50 15:52:01 4.58 0.00 4.58 0.00 0.00 65.07 0.00 16:00:50 15:53:01 54.07 10.60 43.47 0.00 5154.95 8753.88 0.00 16:00:50 15:54:01 5.35 0.02 5.33 0.00 0.13 115.45 0.00 16:00:50 15:55:01 2.07 0.00 2.07 0.00 0.00 24.93 0.00 16:00:50 15:56:01 1.65 0.00 1.65 0.00 0.00 18.13 0.00 16:00:50 15:57:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 16:00:50 15:58:01 1.83 0.00 1.83 0.00 0.00 20.13 0.00 16:00:50 15:59:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 16:00:50 16:00:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 16:00:50 Average: 51.63 3.96 47.66 0.00 783.63 11503.36 0.00 16:00:50 16:00:50 15:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:00:50 15:49:01 29171152 31578392 734320 2.23 76180 2609800 2024500 5.97 1004860 2345452 5124 16:00:50 15:50:01 28042976 31524944 771808 2.35 144824 3526792 1898308 5.59 1370980 3007680 359404 16:00:50 15:51:01 27712332 31566424 730032 2.22 157440 3849548 1830856 5.40 1214052 3452084 272 16:00:50 15:52:01 27731672 31586080 710848 2.16 157548 3849560 1775720 5.23 1204148 3442396 56 16:00:50 15:53:01 27199392 31561408 722368 2.20 191004 4304372 1814880 5.35 1529864 3612676 972 16:00:50 15:54:01 27216128 31573312 711052 2.16 189584 4301240 1817076 5.36 1518084 3609584 480 16:00:50 15:55:01 27216688 31574000 710352 2.16 189660 4301244 1817076 5.36 1518136 3609596 8 16:00:50 15:56:01 27220420 31577740 706552 2.15 189664 4301248 1817076 5.36 1514740 3609592 176 16:00:50 15:57:01 27220048 31577644 706760 2.15 189696 4301248 1817076 5.36 1514624 3609828 160 16:00:50 15:58:01 27220152 31577824 706704 2.15 189748 4301252 1817076 5.36 1514584 3609832 20 16:00:50 15:59:01 27220096 31578116 706628 2.15 189788 4301252 1817076 5.36 1514788 3610124 192 16:00:50 16:00:01 27220080 31578136 706540 2.15 189816 4301256 1817076 5.36 1514736 3610136 140 16:00:50 Average: 27532595 31571168 718664 2.19 171246 4020734 1838650 5.42 1411133 3427415 30584 16:00:50 16:00:50 15:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:00:50 15:49:01 docker0 58.76 77.34 4.93 135.75 0.00 0.00 0.00 0.00 16:00:50 15:49:01 lo 6.60 6.60 0.64 0.64 0.00 0.00 0.00 0.00 16:00:50 15:49:01 vethe230e65 53.47 69.91 5.15 48.43 0.00 0.00 0.00 0.00 16:00:50 15:49:01 ens3 704.88 491.57 6537.62 135.66 0.00 0.00 0.00 0.00 16:00:50 15:50:01 docker0 118.96 173.39 9.85 1806.44 0.00 0.00 0.00 0.00 16:00:50 15:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:00:50 15:50:01 ens3 201.18 135.13 1833.38 20.78 0.00 0.00 0.00 0.00 16:00:50 15:50:01 veth6420b08 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:00:50 15:51:01 docker0 3.30 7.55 0.20 84.18 0.00 0.00 0.00 0.00 16:00:50 15:51:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 16:00:50 15:51:01 ens3 137.56 89.94 2669.32 20.55 0.00 0.00 0.00 0.00 16:00:50 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:50 15:52:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 16:00:50 15:52:01 ens3 9.82 5.43 9.73 2.15 0.00 0.00 0.00 0.00 16:00:50 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:50 15:53:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 16:00:50 15:53:01 ens3 123.73 67.51 2784.19 5.59 0.00 0.00 0.00 0.00 16:00:50 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:50 15:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:00:50 15:54:01 ens3 0.53 0.40 0.10 0.09 0.00 0.00 0.00 0.00 16:00:50 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:50 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:50 15:55:01 ens3 0.22 0.00 0.01 0.00 0.00 0.00 0.00 0.00 16:00:50 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:50 15:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:00:50 15:56:01 ens3 0.58 0.12 0.06 0.01 0.00 0.00 0.00 0.00 16:00:50 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:50 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:50 15:57:01 ens3 0.72 0.45 0.41 0.28 0.00 0.00 0.00 0.00 16:00:50 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:50 15:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:00:50 15:58:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:00:50 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:50 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:50 15:59:01 ens3 0.17 0.07 0.08 0.06 0.00 0.00 0.00 0.00 16:00:50 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:00:50 16:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:00:50 16:00:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:00:50 Average: docker0 15.08 21.52 1.25 168.86 0.00 0.00 0.00 0.00 16:00:50 Average: lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 16:00:50 Average: ens3 98.31 65.90 1152.93 15.43 0.00 0.00 0.00 0.00 16:00:50 16:00:50