Pull request #493 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 9415e0edfa40c26a21305e769356ac185b7e75f0+cb787cf93205ab4377f67f508fa24aa232c36287 (4a3fe6e771a69e6fb70039a71812fbc0a88d9aae) 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-ssh1618965540375650743.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-ssh9005472634643410948.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-493/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-493/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16872965181368884233.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-493/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11114247125103033376.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-ssh2566018628798444633.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-493/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-493/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15048292222282526771.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-950 in /w/workspace/_app-service-configurable_PR-493 [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-493 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit cb787cf93205ab4377f67f508fa24aa232c36287 into PR head commit 9415e0edfa40c26a21305e769356ac185b7e75f0 > 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/493/head:refs/remotes/origin/PR-493 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9415e0edfa40c26a21305e769356ac185b7e75f0 # timeout=10 Merge succeeded, producing 9415e0edfa40c26a21305e769356ac185b7e75f0 Checking out Revision 9415e0edfa40c26a21305e769356ac185b7e75f0 (PR-493) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cb787cf93205ab4377f67f508fa24aa232c36287 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9415e0edfa40c26a21305e769356ac185b7e75f0 # timeout=10 Commit message: "feat!: Remove ZeroMQ MessageBus capability" 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 20:44:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:44:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:44:12 ========================================================= 20:44:12 EdgeX Global Pipelines Version Info 20:44:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:44:13 ------------------- 20:44:13 stable info: 20:44:13 ------------------- 20:44:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:44:13 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:44:13 Message: update stable to v1.0.244 20:44:13 ------------------- 20:44:13 experimental info: 20:44:13 ------------------- 20:44:13 Commited By: **** collab-it+edgex@linuxfoundation.org 20:44:13 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:44:13 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:44:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:44:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:44:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:44:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:44:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-493 [Pipeline] echo 20:44:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-493 [Pipeline] echo 20:44:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-493 [Pipeline] echo 20:44:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9415e0edfa40c26a21305e769356ac185b7e75f0 [Pipeline] echo 20:44:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9415e0e [Pipeline] echo 20:44:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:44:15 provisioning config files... 20:44:15 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-493@tmp/config10452468882137681538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:44:15 ---> docker-login.sh 20:44:15 nexus3.edgexfoundry.org:10001 20:44:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:16 Configure a credential helper to remove this warning. See 20:44:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:16 20:44:16 Login Succeeded 20:44:16 nexus3.edgexfoundry.org:10002 20:44:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:16 Configure a credential helper to remove this warning. See 20:44:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:16 20:44:16 Login Succeeded 20:44:16 nexus3.edgexfoundry.org:10003 20:44:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:16 Configure a credential helper to remove this warning. See 20:44:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:16 20:44:16 Login Succeeded 20:44:16 nexus3.edgexfoundry.org:10004 20:44:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:16 Configure a credential helper to remove this warning. See 20:44:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:16 20:44:16 Login Succeeded 20:44:16 docker.io 20:44:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:16 Configure a credential helper to remove this warning. See 20:44:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:16 20:44:16 Login Succeeded 20:44:16 ---> docker-login.sh ends [Pipeline] } 20:44:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:44:17 + git rev-list -1 --merges 9415e0edfa40c26a21305e769356ac185b7e75f0~1..9415e0edfa40c26a21305e769356ac185b7e75f0 [Pipeline] echo 20:44:17 -----------> git rev-list -1 --merges 9415e0edfa40c26a21305e769356ac185b7e75f0~1..9415e0edfa40c26a21305e769356ac185b7e75f0 9415e0edfa40c26a21305e769356ac185b7e75f0 [false] [Pipeline] sh 20:44:17 + git log --format=format:%s -1 9415e0edfa40c26a21305e769356ac185b7e75f0 [Pipeline] echo 20:44:17 ========================================================= 20:44:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:44:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:44:18 + git log --format=format:%s -1 9415e0edfa40c26a21305e769356ac185b7e75f0 [Pipeline] echo 20:44:18 [semverPrep] GIT_COMMIT: 9415e0edfa40c26a21305e769356ac185b7e75f0, Commit Message: feat!: Remove ZeroMQ MessageBus capability [Pipeline] echo 20:44:18 [semverPrep] This is not a build commit. [Pipeline] sh 20:44:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:44:18 + grep -v github /etc/ssh/ssh_known_hosts 20:44:18 + [ -e /tmp/ssh_known_hosts ] 20:44:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:44:18 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:44:18 + sudo tee -a /etc/ssh/ssh_known_hosts 20:44:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:44:19 20:44:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:44:19 0.1.4: Pulling from edgex-devops/py-git-semver 20:44:19 b85a868b505f: Pulling fs layer 20:44:19 e2be974225ed: Pulling fs layer 20:44:19 339a4e72a1f5: Pulling fs layer 20:44:19 988bab9f4d93: Pulling fs layer 20:44:19 1469e6f7b9e6: Pulling fs layer 20:44:19 eaf3925da568: Pulling fs layer 20:44:19 bab4dde63d76: Pulling fs layer 20:44:19 bde34c3a00c8: Pulling fs layer 20:44:19 b352a97aabf1: Pulling fs layer 20:44:19 4872d77fe225: Pulling fs layer 20:44:19 5851b861e8e6: Pulling fs layer 20:44:19 eaf3925da568: Waiting 20:44:19 1469e6f7b9e6: Waiting 20:44:19 bab4dde63d76: Waiting 20:44:19 bde34c3a00c8: Waiting 20:44:19 b352a97aabf1: Waiting 20:44:19 4872d77fe225: Waiting 20:44:19 5851b861e8e6: Waiting 20:44:19 e2be974225ed: Download complete 20:44:19 988bab9f4d93: Verifying Checksum 20:44:19 988bab9f4d93: Download complete 20:44:19 1469e6f7b9e6: Verifying Checksum 20:44:19 1469e6f7b9e6: Download complete 20:44:19 eaf3925da568: Verifying Checksum 20:44:19 eaf3925da568: Download complete 20:44:19 339a4e72a1f5: Verifying Checksum 20:44:19 339a4e72a1f5: Download complete 20:44:19 bde34c3a00c8: Download complete 20:44:19 b352a97aabf1: Download complete 20:44:19 4872d77fe225: Verifying Checksum 20:44:19 4872d77fe225: Download complete 20:44:19 5851b861e8e6: Verifying Checksum 20:44:19 5851b861e8e6: Download complete 20:44:19 b85a868b505f: Verifying Checksum 20:44:19 b85a868b505f: Download complete 20:44:20 bab4dde63d76: Verifying Checksum 20:44:21 b85a868b505f: Pull complete 20:44:21 e2be974225ed: Pull complete 20:44:21 339a4e72a1f5: Pull complete 20:44:21 988bab9f4d93: Pull complete 20:44:22 1469e6f7b9e6: Pull complete 20:44:22 eaf3925da568: Pull complete 20:44:24 bab4dde63d76: Pull complete 20:44:24 bde34c3a00c8: Pull complete 20:44:24 b352a97aabf1: Pull complete 20:44:24 4872d77fe225: Pull complete 20:44:24 5851b861e8e6: Pull complete 20:44:24 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:44:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:44:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:44:24 prd-ubuntu20.04-docker-8c-8g-950 does not seem to be running inside a container 20:44:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-493 -v /w/workspace/_app-service-configurable_PR-493:/w/workspace/_app-service-configurable_PR-493:rw,z -v /w/workspace/_app-service-configurable_PR-493@tmp:/w/workspace/_app-service-configurable_PR-493@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 20:44:25 $ docker top 336a2377a23d4f2495bcd4aed6c495acb54be4c5718330c97aee46b83ef8966e -eo pid,comm 20:44:25 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). 20:44:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:44:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:44:26 [ssh-agent] Looking for ssh-agent implementation... 20:44:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:44:26 $ docker exec 336a2377a23d4f2495bcd4aed6c495acb54be4c5718330c97aee46b83ef8966e ssh-agent 20:44:26 SSH_AUTH_SOCK=/tmp/ssh-m3sHnqIzHMId/agent.32 20:44:26 SSH_AGENT_PID=38 20:44:26 Running ssh-add (command line suppressed) 20:44:26 Identity added: /w/workspace/_app-service-configurable_PR-493@tmp/private_key_13006125183905417740.key (/w/workspace/_app-service-configurable_PR-493@tmp/private_key_13006125183905417740.key) 20:44:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:44:26 + git tag --points-at HEAD [Pipeline] } 20:44:26 $ docker exec --env ******** --env ******** 336a2377a23d4f2495bcd4aed6c495acb54be4c5718330c97aee46b83ef8966e ssh-agent -k 20:44:26 unset SSH_AUTH_SOCK; 20:44:26 unset SSH_AGENT_PID; 20:44:26 echo Agent pid 38 killed; 20:44:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:44:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:44:27 [ssh-agent] Looking for ssh-agent implementation... 20:44:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:44:27 $ docker exec 336a2377a23d4f2495bcd4aed6c495acb54be4c5718330c97aee46b83ef8966e ssh-agent 20:44:27 SSH_AUTH_SOCK=/tmp/ssh-w1KK0GsPKg90/agent.70 20:44:27 SSH_AGENT_PID=76 20:44:27 Running ssh-add (command line suppressed) 20:44:27 Identity added: /w/workspace/_app-service-configurable_PR-493@tmp/private_key_12255556438002820637.key (/w/workspace/_app-service-configurable_PR-493@tmp/private_key_12255556438002820637.key) 20:44:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:44:27 + git semver init 20:44:27 2023-01-03 20:44:27,878 [run_init] DEBUG init version:0.0.0 force:False 20:44:27 2023-01-03 20:44:27,878 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-493/.semver 20:44:27 2023-01-03 20:44:27,879 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-493/.semver 20:44:27 2023-01-03 20:44:27,879 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-493/.semver'], cwd=/w/workspace/_app-service-configurable_PR-493, universal_newlines=False, shell=None, istream=None) 20:44:28 2023-01-03 20:44:28,691 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-493/.git/info/exclude 20:44:28 2023-01-03 20:44:28,691 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-493/.semver/PR-493 with force:False 20:44:28 2023-01-03 20:44:28,692 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-493/.semver/PR-493 20:44:28 2023-01-03 20:44:28,696 [execute] INFO git cat-file --batch-check 20:44:28 2023-01-03 20:44:28,696 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-493/.semver, universal_newlines=False, shell=None, istream=) 20:44:28 2023-01-03 20:44:28,703 [execute] INFO git cat-file --batch 20:44:28 2023-01-03 20:44:28,704 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-493/.semver, universal_newlines=False, shell=None, istream=) 20:44:28 2023-01-03 20:44:28,708 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-493/.semver/PR-493 20:44:28 0.0.0 [Pipeline] } 20:44:28 $ docker exec --env ******** --env ******** 336a2377a23d4f2495bcd4aed6c495acb54be4c5718330c97aee46b83ef8966e ssh-agent -k 20:44:29 unset SSH_AUTH_SOCK; 20:44:29 unset SSH_AGENT_PID; 20:44:29 echo Agent pid 76 killed; 20:44:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:44:29 + git semver [Pipeline] } 20:44:29 $ docker stop --time=1 336a2377a23d4f2495bcd4aed6c495acb54be4c5718330c97aee46b83ef8966e 20:44:31 $ docker rm -f --volumes 336a2377a23d4f2495bcd4aed6c495acb54be4c5718330c97aee46b83ef8966e [Pipeline] // withDockerContainer [Pipeline] sh 20:44:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:44:31 Stashed 1 file(s) [Pipeline] echo 20:44:31 [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 20:44:32 provisioning config files... 20:44:32 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-493@tmp/config18079289518602916818tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:44:32 ---> docker-login.sh 20:44:32 nexus3.edgexfoundry.org:10001 20:44:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:32 Configure a credential helper to remove this warning. See 20:44:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:32 20:44:32 Login Succeeded 20:44:32 nexus3.edgexfoundry.org:10002 20:44:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:32 Configure a credential helper to remove this warning. See 20:44:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:32 20:44:32 Login Succeeded 20:44:32 nexus3.edgexfoundry.org:10003 20:44:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:33 Configure a credential helper to remove this warning. See 20:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:33 20:44:33 Login Succeeded 20:44:33 nexus3.edgexfoundry.org:10004 20:44:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:33 Configure a credential helper to remove this warning. See 20:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:33 20:44:33 Login Succeeded 20:44:33 docker.io 20:44:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:33 Configure a credential helper to remove this warning. See 20:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:33 20:44:33 Login Succeeded 20:44:33 ---> docker-login.sh ends [Pipeline] } 20:44:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:44:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:44:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:44:33 ========================================================= 20:44:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:44:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:33 + 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 . 20:44:33 Sending build context to Docker daemon 3.203MB 20:44:33 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 20:44:33 Step 2/12 : FROM ${BASE} AS builder 20:44:33 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:44:33 213ec9aee27d: Pulling fs layer 20:44:33 4583459ba037: Pulling fs layer 20:44:33 93c1e223e6f2: Pulling fs layer 20:44:33 53926ce57604: Pulling fs layer 20:44:33 21b2b0c7a3f4: Pulling fs layer 20:44:33 22ff95d597cd: Pulling fs layer 20:44:33 12d6caf4c0d1: Pulling fs layer 20:44:33 96b7cbca73a9: Pulling fs layer 20:44:33 a7acece74701: Pulling fs layer 20:44:33 22ff95d597cd: Waiting 20:44:33 12d6caf4c0d1: Waiting 20:44:33 96b7cbca73a9: Waiting 20:44:33 a7acece74701: Waiting 20:44:33 21b2b0c7a3f4: Waiting 20:44:33 53926ce57604: Waiting 20:44:33 93c1e223e6f2: Verifying Checksum 20:44:33 4583459ba037: Verifying Checksum 20:44:33 4583459ba037: Download complete 20:44:33 21b2b0c7a3f4: Download complete 20:44:34 213ec9aee27d: Verifying Checksum 20:44:34 213ec9aee27d: Download complete 20:44:34 22ff95d597cd: Verifying Checksum 20:44:34 22ff95d597cd: Download complete 20:44:34 12d6caf4c0d1: Verifying Checksum 20:44:34 12d6caf4c0d1: Download complete 20:44:34 213ec9aee27d: Pull complete 20:44:34 4583459ba037: Pull complete 20:44:34 93c1e223e6f2: Pull complete 20:44:34 a7acece74701: Verifying Checksum 20:44:34 a7acece74701: Download complete 20:44:35 53926ce57604: Download complete 20:44:35 96b7cbca73a9: Verifying Checksum 20:44:35 96b7cbca73a9: Download complete 20:44:39 53926ce57604: Pull complete 20:44:39 21b2b0c7a3f4: Pull complete 20:44:39 22ff95d597cd: Pull complete 20:44:39 12d6caf4c0d1: Pull complete 20:44:40 96b7cbca73a9: Pull complete 20:44:41 a7acece74701: Pull complete 20:44:41 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:44:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:44:41 ---> db6d94c90886 20:44:41 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 20:44:42 ---> Running in 08b8c4f45e70 20:44:42 Removing intermediate container 08b8c4f45e70 20:44:42 ---> d08a37d1916c 20:44:42 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 20:44:43 ---> Running in 49a1b87ad173 20:44:43 Removing intermediate container 49a1b87ad173 20:44:43 ---> dbc3aad1faed 20:44:43 Step 5/12 : ARG ADD_BUILD_TAGS="" 20:44:43 ---> Running in 29a5801c6b2f 20:44:43 Removing intermediate container 29a5801c6b2f 20:44:43 ---> a01dae492a78 20:44:43 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:44:43 ---> Running in 7e36ea358d57 20:44:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:44:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:44:44 OK: 211 MiB in 51 packages 20:44:44 Removing intermediate container 7e36ea358d57 20:44:44 ---> dec17a7da18f 20:44:44 Step 7/12 : WORKDIR /app 20:44:44 ---> Running in 473864ff42c4 20:44:44 Removing intermediate container 473864ff42c4 20:44:44 ---> 1001e7a12eca 20:44:44 Step 8/12 : COPY go.mod vendor* ./ 20:44:44 ---> 145f392739a5 20:44:44 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:44:44 ---> Running in 7a4ecfa689a2 20:44:47 Still waiting to schedule task 20:44:47 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:45:02 Removing intermediate container 7a4ecfa689a2 20:45:02 ---> 00a06af79556 20:45:02 Step 10/12 : COPY . . 20:45:02 ---> f7ddd0bc0ccc 20:45:02 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:45:02 ---> Running in 60bc13eead5b 20:45:02 Removing intermediate container 60bc13eead5b 20:45:02 ---> 9a7db14393cd 20:45:02 Step 12/12 : RUN $MAKE 20:45:02 ---> Running in 4a1ffca6e3d4 20:45:02 noop 20:45:02 Removing intermediate container 4a1ffca6e3d4 20:45:02 ---> a64154fa9c1f 20:45:02 Successfully built a64154fa9c1f 20:45:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:45:03 + docker inspect -f . ci-base-image-x86_64 20:45:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:45:03 prd-ubuntu20.04-docker-8c-8g-950 does not seem to be running inside a container 20:45:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-493 -v /w/workspace/_app-service-configurable_PR-493:/w/workspace/_app-service-configurable_PR-493:rw,z -v /w/workspace/_app-service-configurable_PR-493@tmp:/w/workspace/_app-service-configurable_PR-493@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 20:45:03 $ docker top ab465a528d092a57e3d9ae5af424f96e205746ed35a8ef6dccf4b78ad1d88e41 -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:04 + go version 20:45:04 go version go1.18.7 linux/amd64 [Pipeline] } 20:45:04 $ docker stop --time=1 ab465a528d092a57e3d9ae5af424f96e205746ed35a8ef6dccf4b78ad1d88e41 20:45:05 $ docker rm -f --volumes ab465a528d092a57e3d9ae5af424f96e205746ed35a8ef6dccf4b78ad1d88e41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:45:06 + docker inspect -f . ci-base-image-x86_64 20:45:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:45:06 prd-ubuntu20.04-docker-8c-8g-950 does not seem to be running inside a container 20:45:06 $ 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-493 -v /w/workspace/_app-service-configurable_PR-493:/w/workspace/_app-service-configurable_PR-493:rw,z -v /w/workspace/_app-service-configurable_PR-493@tmp:/w/workspace/_app-service-configurable_PR-493@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 20:45:06 $ docker top bbdf359ff4372afab063f3d30bf3190cf29e6c1df47d8f1199ebf710a79606b7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:07 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-493 [Pipeline] fileExists [Pipeline] sh 20:45:07 + make test 20:45:07 go test -coverprofile=coverage.out ./... 20:45:15 ? github.com/edgexfoundry/app-service-configurable [no test files] 20:45:15 go vet ./... 20:45:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:45:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:45:18 ./bin/test-attribution-txt.sh [Pipeline] echo 20:45:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:45:18 $ docker stop --time=1 bbdf359ff4372afab063f3d30bf3190cf29e6c1df47d8f1199ebf710a79606b7 20:45:20 $ docker rm -f --volumes bbdf359ff4372afab063f3d30bf3190cf29e6c1df47d8f1199ebf710a79606b7 [Pipeline] // withDockerContainer [Pipeline] sh 20:45:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:45:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:45:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:45:22 + ls -al . 20:45:22 total 184 20:45:22 drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 20:45 . 20:45:22 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:44 .. 20:45:22 -rw-rw-r-- 1 jenkins jenkins 119 Jan 3 20:44 .dockerignore 20:45:22 drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 20:44 .git 20:45:22 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 20:44 .github 20:45:22 -rw-rw-r-- 1 jenkins jenkins 171 Jan 3 20:44 .gitignore 20:45:22 drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 20:44 .semver 20:45:22 -rw-rw-r-- 1 jenkins jenkins 9207 Jan 3 20:44 Attribution.txt 20:45:22 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 3 20:44 CHANGELOG.md 20:45:22 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 3 20:44 Dockerfile 20:45:22 -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 20:44 GOVERNANCE.md 20:45:22 -rw-rw-r-- 1 jenkins jenkins 688 Jan 3 20:44 Jenkinsfile 20:45:22 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 3 20:44 LICENSE 20:45:22 -rw-rw-r-- 1 jenkins jenkins 618 Jan 3 20:44 OWNERS.md 20:45:22 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 3 20:44 README.md 20:45:22 -rw-rw-r-- 1 jenkins jenkins 5 Jan 3 20:44 VERSION 20:45:22 drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 20:44 bin 20:45:22 -rw-r--r-- 1 jenkins jenkins 10 Jan 3 20:45 coverage.out 20:45:22 -rw-rw-r-- 1 jenkins jenkins 3396 Jan 3 20:44 go.mod 20:45:22 -rw-rw-r-- 1 jenkins jenkins 44230 Jan 3 20:44 go.sum 20:45:22 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 3 20:44 main.go 20:45:22 -rw-rw-r-- 1 jenkins jenkins 1892 Jan 3 20:44 makefile 20:45:22 drwxrwxr-x 10 jenkins jenkins 4096 Jan 3 20:44 res 20:45:22 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:44 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:45:22 + 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=9415e0edfa40c26a21305e769356ac185b7e75f0 --label arch=amd64 --label version=0.0.0 . 20:45:22 Sending build context to Docker daemon 3.204MB 20:45:22 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 20:45:22 Step 2/26 : FROM ${BASE} AS builder 20:45:22 ---> a64154fa9c1f 20:45:22 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 20:45:22 ---> Running in be6f22a093cf 20:45:22 Removing intermediate container be6f22a093cf 20:45:22 ---> 4867ba69e94e 20:45:22 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 20:45:22 ---> Running in 9948bff0388f 20:45:22 Removing intermediate container 9948bff0388f 20:45:22 ---> 480d48ccb854 20:45:22 Step 5/26 : ARG ADD_BUILD_TAGS="" 20:45:22 ---> Running in 3da75972b74b 20:45:22 Removing intermediate container 3da75972b74b 20:45:22 ---> 47efca7093c6 20:45:22 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:45:23 ---> Running in b7766b51c593 20:45:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:45:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:45:23 OK: 211 MiB in 51 packages 20:45:24 Removing intermediate container b7766b51c593 20:45:24 ---> 7c5007bafda6 20:45:24 Step 7/26 : WORKDIR /app 20:45:24 ---> Running in bae7919e7e48 20:45:24 Removing intermediate container bae7919e7e48 20:45:24 ---> 9d2786baec1d 20:45:24 Step 8/26 : COPY go.mod vendor* ./ 20:45:24 ---> 6e20fe1a57ff 20:45:24 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:45:24 ---> Running in ec7d391a275c 20:45:24 Removing intermediate container ec7d391a275c 20:45:24 ---> 97dc0579709a 20:45:24 Step 10/26 : COPY . . 20:45:25 ---> b5de43d96b18 20:45:25 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:45:25 ---> Running in 6df121bfc3ce 20:45:25 Removing intermediate container 6df121bfc3ce 20:45:25 ---> 1e3e767910b1 20:45:25 Step 12/26 : RUN $MAKE 20:45:25 ---> Running in e9ee8ae4eef2 20:45:25 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable 20:45:43 Removing intermediate container e9ee8ae4eef2 20:45:43 ---> dcd6c9c677b7 20:45:43 Step 13/26 : FROM alpine:3.16 20:45:43 3.16: Pulling from library/alpine 20:45:43 ca7dd9ec2225: Pulling fs layer 20:45:43 ca7dd9ec2225: Verifying Checksum 20:45:43 ca7dd9ec2225: Download complete 20:45:43 ca7dd9ec2225: Pull complete 20:45:43 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:45:43 Status: Downloaded newer image for alpine:3.16 20:45:43 ---> bfe296a52501 20:45:43 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 20:45:43 ---> Running in 6506dd4b3943 20:45:44 Removing intermediate container 6506dd4b3943 20:45:44 ---> 59fc4d78610f 20:45:44 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 20:45:44 ---> Running in 45bce1e40229 20:45:44 Removing intermediate container 45bce1e40229 20:45:44 ---> f45954ee099a 20:45:44 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 20:45:44 ---> Running in 25fa2a0eab51 20:45:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:45:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:45:44 (1/2) Installing ca-certificates (20220614-r0) 20:45:44 (2/2) Installing dumb-init (1.2.5-r1) 20:45:44 Executing busybox-1.35.0-r17.trigger 20:45:44 Executing ca-certificates-20220614-r0.trigger 20:45:44 OK: 6 MiB in 16 packages 20:45:45 Removing intermediate container 25fa2a0eab51 20:45:45 ---> e0104eef54af 20:45:45 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 20:45:45 ---> beb4883a5233 20:45:45 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 20:45:45 ---> ddf58c4bf472 20:45:45 Step 19/26 : COPY --from=builder /app/res/ /res/ 20:45:45 ---> 6603281c516f 20:45:45 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 20:45:46 ---> a6203246b79e 20:45:46 Step 21/26 : EXPOSE 48095 20:45:46 ---> Running in be6f8c8a7c95 20:45:46 Removing intermediate container be6f8c8a7c95 20:45:46 ---> 8aca0e2eaf07 20:45:46 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 20:45:46 ---> Running in 9cbb18cbbaac 20:45:46 Removing intermediate container 9cbb18cbbaac 20:45:46 ---> 6f3641c8999a 20:45:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:45:46 ---> Running in 4286e4caff10 20:45:46 Removing intermediate container 4286e4caff10 20:45:46 ---> 2997d1de8abc 20:45:46 Step 24/26 : LABEL arch=amd64 20:45:46 ---> Running in e047f47800d5 20:45:46 Removing intermediate container e047f47800d5 20:45:46 ---> 47256ce21104 20:45:46 Step 25/26 : LABEL git_sha=9415e0edfa40c26a21305e769356ac185b7e75f0 20:45:47 ---> Running in af8389f85659 20:45:47 Removing intermediate container af8389f85659 20:45:47 ---> fbf7e4171bb3 20:45:47 Step 26/26 : LABEL version=0.0.0 20:45:47 ---> Running in 5f0b90c82bf1 20:45:47 Removing intermediate container 5f0b90c82bf1 20:45:47 ---> 3bc7162dd2e3 20:45:47 [Warning] One or more build-args [ARCH] were not consumed 20:45:47 Successfully built 3bc7162dd2e3 20:45:47 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 20:45:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:45:48 20:45:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:45:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:45:48 latest: Pulling from edgex-lftools-log-publisher 20:45:48 5eb5b503b376: Pulling fs layer 20:45:48 5c69ac0246d0: Pulling fs layer 20:45:48 ec43610c2a17: Pulling fs layer 20:45:48 3a2ae6a8a46f: Pulling fs layer 20:45:48 33b1e0a273af: Pulling fs layer 20:45:48 5d3b04190fa2: Pulling fs layer 20:45:48 2f39f015ded8: Pulling fs layer 20:45:48 3a2ae6a8a46f: Waiting 20:45:48 33b1e0a273af: Waiting 20:45:48 5d3b04190fa2: Waiting 20:45:48 2f39f015ded8: Waiting 20:45:48 5c69ac0246d0: Download complete 20:45:48 3a2ae6a8a46f: Verifying Checksum 20:45:48 3a2ae6a8a46f: Download complete 20:45:48 ec43610c2a17: Verifying Checksum 20:45:48 ec43610c2a17: Download complete 20:45:48 33b1e0a273af: Verifying Checksum 20:45:48 33b1e0a273af: Download complete 20:45:48 5d3b04190fa2: Verifying Checksum 20:45:48 5d3b04190fa2: Download complete 20:45:48 5eb5b503b376: Verifying Checksum 20:45:48 5eb5b503b376: Download complete 20:45:49 2f39f015ded8: Download complete 20:45:49 5eb5b503b376: Pull complete 20:45:50 5c69ac0246d0: Pull complete 20:45:50 ec43610c2a17: Pull complete 20:45:50 3a2ae6a8a46f: Pull complete 20:45:50 33b1e0a273af: Pull complete 20:45:51 5d3b04190fa2: Pull complete 20:45:55 2f39f015ded8: Pull complete 20:45:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:45:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:45:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:45:55 prd-ubuntu20.04-docker-8c-8g-950 does not seem to be running inside a container 20:45:55 $ 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-493 -v /w/workspace/_app-service-configurable_PR-493:/w/workspace/_app-service-configurable_PR-493:rw,z -v /w/workspace/_app-service-configurable_PR-493@tmp:/w/workspace/_app-service-configurable_PR-493@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 20:45:57 $ docker top 67d91db1a39cb34ab1ab235015560942106cb399eb136de3a9e87abffcdb6c6f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:45:57 ---> job-cost.sh 20:45:57 lf-activate-venv: SKIPPING 20:45:57 INFO: No Stack... 20:45:58 INFO: Retrieving Pricing Info for: v3-standard-8 20:45:58 INFO: Archiving Costs [Pipeline] sh 20:45:58 + cat /w/workspace/_app-service-configurable_PR-493/archives/cost.csv 20:45:58 + cut -d, -f6 [Pipeline] lock 20:45:58 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-493-1-stack-cost] 20:45:58 Resource [jenkins-edgexfoundry-app-service-configurable-PR-493-1-stack-cost] did not exist. Created. 20:45:58 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-493-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:45:59 + echo total: 0.2199999988079071 [Pipeline] stash 20:45:59 Stashed 1 file(s) [Pipeline] } 20:45:59 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-493-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:45:59 $ docker stop --time=1 67d91db1a39cb34ab1ab235015560942106cb399eb136de3a9e87abffcdb6c6f 20:46:00 $ docker rm -f --volumes 67d91db1a39cb34ab1ab235015560942106cb399eb136de3a9e87abffcdb6c6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:46:26 Running on prd-ubuntu20.04-docker-arm64-4c-16g-951 in /w/workspace/_app-service-configurable_PR-493 [Pipeline] { [Pipeline] ws 20:46:26 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 20:46:26 Selected Git installation does not exist. Using Default 20:46:26 The recommended git tool is: NONE 20:46:32 using credential edgex-jenkins-ssh 20:46:32 Cloning the remote Git repository 20:46:32 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 20:46:32 > git init /w/workspace/app-service-configurable/1 # timeout=10 20:46:33 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:46:33 > git --version # timeout=10 20:46:33 > git --version # 'git version 2.25.1' 20:46:33 using GIT_SSH to set credentials SSH Credentials for GitHub 20:46:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:46:34 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:46:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:46:35 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:46:35 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:46:35 using GIT_SSH to set credentials SSH Credentials for GitHub 20:46:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/493/head:refs/remotes/origin/PR-493 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:46:36 Merging remotes/origin/main commit cb787cf93205ab4377f67f508fa24aa232c36287 into PR head commit 9415e0edfa40c26a21305e769356ac185b7e75f0 20:46:36 Merge succeeded, producing 9415e0edfa40c26a21305e769356ac185b7e75f0 20:46:36 Checking out Revision 9415e0edfa40c26a21305e769356ac185b7e75f0 (PR-493) 20:46:36 > git config core.sparsecheckout # timeout=10 20:46:36 > git checkout -f 9415e0edfa40c26a21305e769356ac185b7e75f0 # timeout=10 20:46:36 > git remote # timeout=10 20:46:36 > git config --get remote.origin.url # timeout=10 20:46:36 using GIT_SSH to set credentials SSH Credentials for GitHub 20:46:36 > git merge cb787cf93205ab4377f67f508fa24aa232c36287 # timeout=10 20:46:36 > git rev-parse HEAD^{commit} # timeout=10 20:46:36 > git config core.sparsecheckout # timeout=10 20:46:36 > git checkout -f 9415e0edfa40c26a21305e769356ac185b7e75f0 # timeout=10 20:46:39 Commit message: "feat!: Remove ZeroMQ MessageBus capability" 20:46:39 > git --version # timeout=10 20:46:39 > git --version # 'git version 2.25.1' 20:46:39 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:46:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:46:41 % Total % Received % Xferd Average Speed Time Time Time Current 20:46:41 Dload Upload Total Spent Left Speed 20:46:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99617 0 --:--:-- --:--:-- --:--:-- 98844 100 12751 100 12751 0 0 98844 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh 20:46:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:46:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:46:42 + sudo tee /etc/docker/daemon.new 20:46:42 { 20:46:42 "registry-mirrors": [ 20:46:42 "https://nexus3.edgexfoundry.org:10001" 20:46:42 ], 20:46:42 "bip": "10.250.0.254/24", 20:46:42 "hosts": [ 20:46:42 "tcp://0.0.0.0:5555", 20:46:42 "unix:///var/run/docker.sock" 20:46:42 ], 20:46:42 "mtu": 1458, 20:46:42 "selinux-enabled": true, 20:46:42 "seccomp-profile": "/etc/docker/seccomp.json" 20:46:42 } [Pipeline] sh 20:46:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:46:43 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:47:01 provisioning config files... 20:47:01 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config10789064272596753170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:47:01 ---> docker-login.sh 20:47:01 nexus3.edgexfoundry.org:10001 20:47:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:02 Configure a credential helper to remove this warning. See 20:47:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:02 20:47:02 Login Succeeded 20:47:02 nexus3.edgexfoundry.org:10002 20:47:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:03 Configure a credential helper to remove this warning. See 20:47:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:03 20:47:03 Login Succeeded 20:47:03 nexus3.edgexfoundry.org:10003 20:47:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:03 Configure a credential helper to remove this warning. See 20:47:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:03 20:47:03 Login Succeeded 20:47:03 nexus3.edgexfoundry.org:10004 20:47:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:03 Configure a credential helper to remove this warning. See 20:47:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:03 20:47:03 Login Succeeded 20:47:03 docker.io 20:47:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:04 Configure a credential helper to remove this warning. See 20:47:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:04 20:47:04 Login Succeeded 20:47:04 ---> docker-login.sh ends [Pipeline] } 20:47:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:47:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:47:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:47:04 ========================================================= 20:47:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:47:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:47:05 + 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 . 20:47:05 Sending build context to Docker daemon 216.6kB 20:47:05 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 20:47:05 Step 2/12 : FROM ${BASE} AS builder 20:47:05 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:47:05 9b18e9b68314: Pulling fs layer 20:47:05 35d82f9e3411: Pulling fs layer 20:47:05 e16973657156: Pulling fs layer 20:47:05 fc693d55d65f: Pulling fs layer 20:47:05 7e9fc2657dce: Pulling fs layer 20:47:05 dda99020689f: Pulling fs layer 20:47:05 db1c61fa0a46: Pulling fs layer 20:47:05 891c053d2c06: Pulling fs layer 20:47:05 dda99020689f: Waiting 20:47:05 fc693d55d65f: Waiting 20:47:05 7e9fc2657dce: Waiting 20:47:05 db1c61fa0a46: Waiting 20:47:05 891c053d2c06: Waiting 20:47:05 e16973657156: Verifying Checksum 20:47:05 e16973657156: Download complete 20:47:05 35d82f9e3411: Verifying Checksum 20:47:05 35d82f9e3411: Download complete 20:47:05 7e9fc2657dce: Download complete 20:47:05 dda99020689f: Verifying Checksum 20:47:05 dda99020689f: Download complete 20:47:05 9b18e9b68314: Verifying Checksum 20:47:05 9b18e9b68314: Download complete 20:47:06 9b18e9b68314: Pull complete 20:47:06 891c053d2c06: Verifying Checksum 20:47:06 891c053d2c06: Download complete 20:47:08 35d82f9e3411: Pull complete 20:47:08 db1c61fa0a46: Verifying Checksum 20:47:08 db1c61fa0a46: Download complete 20:47:08 e16973657156: Pull complete 20:47:08 fc693d55d65f: Verifying Checksum 20:47:08 fc693d55d65f: Download complete 20:47:21 fc693d55d65f: Pull complete 20:47:21 7e9fc2657dce: Pull complete 20:47:21 dda99020689f: Pull complete 20:47:27 db1c61fa0a46: Pull complete 20:47:28 891c053d2c06: Pull complete 20:47:28 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:47:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:47:28 ---> f96f9c87975a 20:47:28 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 20:47:30 ---> Running in 81dbc8b65af4 20:47:31 Removing intermediate container 81dbc8b65af4 20:47:31 ---> a657c6d3f11d 20:47:31 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 20:47:31 ---> Running in cafca1081c46 20:47:31 Removing intermediate container cafca1081c46 20:47:31 ---> 2a5df28ecc23 20:47:31 Step 5/12 : ARG ADD_BUILD_TAGS="" 20:47:31 ---> Running in 12871d809d9d 20:47:32 Removing intermediate container 12871d809d9d 20:47:32 ---> 22e1cb80379a 20:47:32 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:47:32 ---> Running in a20891a93ce9 20:47:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:47:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:47:35 OK: 221 MiB in 51 packages 20:47:35 Removing intermediate container a20891a93ce9 20:47:35 ---> 1edfbf6a4190 20:47:35 Step 7/12 : WORKDIR /app 20:47:35 ---> Running in 764b3d3141d9 20:47:36 Removing intermediate container 764b3d3141d9 20:47:36 ---> 8c5dc32d2e4c 20:47:36 Step 8/12 : COPY go.mod vendor* ./ 20:47:36 ---> 3b0b88d50e6c 20:47:36 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:47:36 ---> Running in faab20db4364 20:48:33 Removing intermediate container faab20db4364 20:48:33 ---> 5ffddcf1e0f5 20:48:33 Step 10/12 : COPY . . 20:48:33 ---> 3c11731a580c 20:48:33 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:48:33 ---> Running in aa4ce2f35e9d 20:48:33 Removing intermediate container aa4ce2f35e9d 20:48:33 ---> 886d1cb0afa7 20:48:33 Step 12/12 : RUN $MAKE 20:48:33 ---> Running in 3baf32a524d9 20:48:33 noop 20:48:34 Removing intermediate container 3baf32a524d9 20:48:34 ---> c6f58e8e5c03 20:48:34 Successfully built c6f58e8e5c03 20:48:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:48:34 + docker inspect -f . ci-base-image-arm64 20:48:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:48:34 prd-ubuntu20.04-docker-arm64-4c-16g-951 does not seem to be running inside a container 20:48:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:48:37 $ docker top fea5f05a8db5bcef36faab369e43b1a6fe2a5affc97ad997c8284537d33447ee -eo pid,comm [Pipeline] { [Pipeline] sh 20:48:38 + go version 20:48:38 go version go1.18.7 linux/arm64 [Pipeline] } 20:48:38 $ docker stop --time=1 fea5f05a8db5bcef36faab369e43b1a6fe2a5affc97ad997c8284537d33447ee 20:48:39 $ docker rm -f --volumes fea5f05a8db5bcef36faab369e43b1a6fe2a5affc97ad997c8284537d33447ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:48:40 + docker inspect -f . ci-base-image-arm64 20:48:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:48:41 prd-ubuntu20.04-docker-arm64-4c-16g-951 does not seem to be running inside a container 20:48:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:48:42 $ docker top e1524e71c1ae438dc478824392c9f02a371a74028b23b168e6fc88c6ecfc35d8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:48:43 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 20:48:44 + make test 20:48:44 go test -coverprofile=coverage.out ./... 20:50:20 ? github.com/edgexfoundry/app-service-configurable [no test files] 20:50:20 go vet ./... 20:50:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:50:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:50:33 ./bin/test-attribution-txt.sh [Pipeline] echo 20:50:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:50:33 $ docker stop --time=1 e1524e71c1ae438dc478824392c9f02a371a74028b23b168e6fc88c6ecfc35d8 20:50:35 $ docker rm -f --volumes e1524e71c1ae438dc478824392c9f02a371a74028b23b168e6fc88c6ecfc35d8 [Pipeline] // withDockerContainer [Pipeline] sh 20:50:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:50:36 Warning: overwriting stash ‘coverage-report’ 20:50:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:50:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:50:37 + ls -al . 20:50:37 total 180 20:50:37 drwxrwxr-x 7 jenkins jenkins 4096 Jan 3 20:48 . 20:50:37 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:46 .. 20:50:37 -rw-rw-r-- 1 jenkins jenkins 119 Jan 3 20:46 .dockerignore 20:50:37 drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 20:46 .git 20:50:37 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 20:46 .github 20:50:37 -rw-rw-r-- 1 jenkins jenkins 171 Jan 3 20:46 .gitignore 20:50:37 -rw-rw-r-- 1 jenkins jenkins 9207 Jan 3 20:46 Attribution.txt 20:50:37 -rw-rw-r-- 1 jenkins jenkins 29118 Jan 3 20:46 CHANGELOG.md 20:50:37 -rw-rw-r-- 1 jenkins jenkins 1898 Jan 3 20:46 Dockerfile 20:50:37 -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 20:46 GOVERNANCE.md 20:50:37 -rw-rw-r-- 1 jenkins jenkins 688 Jan 3 20:46 Jenkinsfile 20:50:37 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 3 20:46 LICENSE 20:50:37 -rw-rw-r-- 1 jenkins jenkins 618 Jan 3 20:46 OWNERS.md 20:50:37 -rw-rw-r-- 1 jenkins jenkins 4369 Jan 3 20:46 README.md 20:50:37 -rw-rw-r-- 1 jenkins jenkins 5 Jan 3 20:44 VERSION 20:50:37 drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 20:46 bin 20:50:37 -rw-r--r-- 1 jenkins jenkins 10 Jan 3 20:48 coverage.out 20:50:37 -rw-rw-r-- 1 jenkins jenkins 3396 Jan 3 20:46 go.mod 20:50:37 -rw-rw-r-- 1 jenkins jenkins 44230 Jan 3 20:46 go.sum 20:50:37 -rw-rw-r-- 1 jenkins jenkins 1949 Jan 3 20:46 main.go 20:50:37 -rw-rw-r-- 1 jenkins jenkins 1892 Jan 3 20:46 makefile 20:50:37 drwxrwxr-x 10 jenkins jenkins 4096 Jan 3 20:46 res 20:50:37 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:46 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:50:38 + 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=9415e0edfa40c26a21305e769356ac185b7e75f0 --label arch=arm64 --label version=0.0.0 . 20:50:38 Sending build context to Docker daemon 217.6kB 20:50:38 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 20:50:38 Step 2/26 : FROM ${BASE} AS builder 20:50:38 ---> c6f58e8e5c03 20:50:38 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 20:50:40 ---> Running in 49df022cee3d 20:50:40 Removing intermediate container 49df022cee3d 20:50:40 ---> 55811aecb884 20:50:40 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 20:50:40 ---> Running in 1cec7df6c43e 20:50:40 Removing intermediate container 1cec7df6c43e 20:50:40 ---> b548fc8ce306 20:50:40 Step 5/26 : ARG ADD_BUILD_TAGS="" 20:50:41 ---> Running in eddf160cbb3f 20:50:41 Removing intermediate container eddf160cbb3f 20:50:41 ---> e8d16d3fa2e0 20:50:41 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:50:41 ---> Running in 561e72f2555b 20:50:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:50:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:50:44 OK: 221 MiB in 51 packages 20:50:45 Removing intermediate container 561e72f2555b 20:50:45 ---> c9b9915d1c85 20:50:45 Step 7/26 : WORKDIR /app 20:50:45 ---> Running in 5e8f83e4dbe3 20:50:46 Removing intermediate container 5e8f83e4dbe3 20:50:46 ---> f6289e638ca3 20:50:46 Step 8/26 : COPY go.mod vendor* ./ 20:50:46 ---> 47b03c382473 20:50:46 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:50:46 ---> Running in 5ce9651ac946 20:50:50 Removing intermediate container 5ce9651ac946 20:50:50 ---> 6614eb605d33 20:50:50 Step 10/26 : COPY . . 20:50:51 ---> 51789cfeb7fa 20:50:51 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:50:51 ---> Running in ae0e35eab258 20:50:51 Removing intermediate container ae0e35eab258 20:50:51 ---> 815f029746ad 20:50:51 Step 12/26 : RUN $MAKE 20:50:51 ---> Running in 1846458aea42 20:50:52 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable 20:53:44 Removing intermediate container 1846458aea42 20:53:44 ---> 5b70edde9938 20:53:44 Step 13/26 : FROM alpine:3.16 20:53:44 3.16: Pulling from library/alpine 20:53:44 6875df1f5354: Pulling fs layer 20:53:44 6875df1f5354: Download complete 20:53:44 6875df1f5354: Pull complete 20:53:44 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:53:44 Status: Downloaded newer image for alpine:3.16 20:53:44 ---> 2b4661558fb8 20:53:44 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 20:53:44 ---> Running in de4f3269a212 20:53:44 Removing intermediate container de4f3269a212 20:53:44 ---> 444edf45d13c 20:53:44 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 20:53:44 ---> Running in 48a731366b9c 20:53:44 Removing intermediate container 48a731366b9c 20:53:44 ---> 7cd6d244f0c6 20:53:44 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 20:53:44 ---> Running in 8aec0f367a6d 20:53:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:53:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:53:44 (1/2) Installing ca-certificates (20220614-r0) 20:53:44 (2/2) Installing dumb-init (1.2.5-r1) 20:53:44 Executing busybox-1.35.0-r17.trigger 20:53:44 Executing ca-certificates-20220614-r0.trigger 20:53:44 OK: 6 MiB in 16 packages 20:53:44 Removing intermediate container 8aec0f367a6d 20:53:44 ---> 620a582c01bd 20:53:44 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 20:53:44 ---> d015d04bd029 20:53:44 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 20:53:44 ---> d1728fb98a0a 20:53:44 Step 19/26 : COPY --from=builder /app/res/ /res/ 20:53:44 ---> 68a352feb2e5 20:53:44 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 20:53:44 ---> d9114dbc85dc 20:53:44 Step 21/26 : EXPOSE 48095 20:53:44 ---> Running in f8fa444a6a26 20:53:44 Removing intermediate container f8fa444a6a26 20:53:44 ---> f94c5c334c91 20:53:44 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 20:53:44 ---> Running in e2d7eaeb042e 20:53:44 Removing intermediate container e2d7eaeb042e 20:53:44 ---> 72b2f3c00c37 20:53:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:53:44 ---> Running in 4b1c3e5b5556 20:53:44 Removing intermediate container 4b1c3e5b5556 20:53:44 ---> b5fc9f3d180d 20:53:44 Step 24/26 : LABEL arch=arm64 20:53:44 ---> Running in f135383b7693 20:53:44 Removing intermediate container f135383b7693 20:53:44 ---> 00b63834e0de 20:53:44 Step 25/26 : LABEL git_sha=9415e0edfa40c26a21305e769356ac185b7e75f0 20:53:44 ---> Running in 94ee3c5c6d07 20:53:44 Removing intermediate container 94ee3c5c6d07 20:53:44 ---> 015e533f0ff4 20:53:44 Step 26/26 : LABEL version=0.0.0 20:53:44 ---> Running in 657accde8108 20:53:44 Removing intermediate container 657accde8108 20:53:44 ---> ad1eb955040c 20:53:44 [Warning] One or more build-args [ARCH] were not consumed 20:53:44 Successfully built ad1eb955040c 20:53:44 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 20:53:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:53:45 20:53:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:53:46 arm64: Pulling from edgex-lftools-log-publisher 20:53:46 8998bd30e6a1: Pulling fs layer 20:53:46 04944245beec: Pulling fs layer 20:53:46 699f458cf7ca: Pulling fs layer 20:53:46 765212b225bb: Pulling fs layer 20:53:46 f23df028b6ca: Pulling fs layer 20:53:46 d65c8cfc05b1: Pulling fs layer 20:53:46 2437ff75d9bd: Pulling fs layer 20:53:46 765212b225bb: Waiting 20:53:46 f23df028b6ca: Waiting 20:53:46 d65c8cfc05b1: Waiting 20:53:46 2437ff75d9bd: Waiting 20:53:46 04944245beec: Verifying Checksum 20:53:46 04944245beec: Download complete 20:53:46 765212b225bb: Verifying Checksum 20:53:46 765212b225bb: Download complete 20:53:46 f23df028b6ca: Verifying Checksum 20:53:46 f23df028b6ca: Download complete 20:53:46 d65c8cfc05b1: Verifying Checksum 20:53:46 d65c8cfc05b1: Download complete 20:53:46 699f458cf7ca: Verifying Checksum 20:53:46 699f458cf7ca: Download complete 20:53:47 8998bd30e6a1: Verifying Checksum 20:53:47 8998bd30e6a1: Download complete 20:53:49 2437ff75d9bd: Verifying Checksum 20:53:49 2437ff75d9bd: Download complete 20:53:51 8998bd30e6a1: Pull complete 20:53:51 04944245beec: Pull complete 20:53:53 699f458cf7ca: Pull complete 20:53:53 765212b225bb: Pull complete 20:53:53 f23df028b6ca: Pull complete 20:53:54 d65c8cfc05b1: Pull complete 20:54:06 2437ff75d9bd: Pull complete 20:54:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:54:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:54:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:54:06 prd-ubuntu20.04-docker-arm64-4c-16g-951 does not seem to be running inside a container 20:54:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:54:09 $ docker top c66d28423551bce5febdfd1980d10320be7f43b5fd001dbc7fdb9c909b34552d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:54:10 ---> job-cost.sh 20:54:10 lf-activate-venv: SKIPPING 20:54:10 INFO: No Stack... 20:54:10 INFO: Retrieving Pricing Info for: v3-standard-4 20:54:11 INFO: Archiving Costs [Pipeline] sh 20:54:12 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 20:54:12 + cut -d, -f6 [Pipeline] lock 20:54:12 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-493-1-stack-cost] 20:54:12 Resource [jenkins-edgexfoundry-app-service-configurable-PR-493-1-stack-cost] did not exist. Created. 20:54:12 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-493-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:54:13 /w/workspace/app-service-configurable/1@tmp/durable-f30646e9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 20:54:13 + echo total: 0.10999999940395355 [Pipeline] stash 20:54:13 Warning: overwriting stash ‘stack-cost’ 20:54:13 Stashed 1 file(s) [Pipeline] } 20:54:13 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-493-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:54:13 $ docker stop --time=1 c66d28423551bce5febdfd1980d10320be7f43b5fd001dbc7fdb9c909b34552d 20:54:15 $ docker rm -f --volumes c66d28423551bce5febdfd1980d10320be7f43b5fd001dbc7fdb9c909b34552d [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 20:54:16 provisioning config files... 20:54:16 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-493@tmp/config8062794167381178320tmp [Pipeline] { [Pipeline] sh 20:54:16 + set +x 20:54:16 + curl -s https://codecov.io/bash 20:54:16 + bash -s -- 20:54:16 20:54:16 _____ _ 20:54:16 / ____| | | 20:54:16 | | ___ __| | ___ ___ _____ __ 20:54:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:54:16 | |___| (_) | (_| | __/ (_| (_) \ V / 20:54:16 \_____\___/ \__,_|\___|\___\___/ \_/ 20:54:16 Bash-1.0.6 20:54:16 20:54:16 20:54:16 ==> git version 2.25.1 found 20:54:16 ==> 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 20:54:16 Release-Date: 2020-01-08 20:54:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:54:16 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:54:16 ==> Jenkins CI detected. 20:54:16 current dir:  /w/workspace/_app-service-configurable_PR-493 20:54:16 project root: . 20:54:16 --> token set from env 20:54:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:54:16 ==> Running gcov in . (disable via -X gcov) 20:54:16 ==> Python coveragepy not found 20:54:16 ==> Searching for coverage reports in: 20:54:16 + . 20:54:16 -> Found 1 reports 20:54:16 ==> Detecting git/mercurial file structure 20:54:16 ==> Reading reports 20:54:16 + ./coverage.out bytes=10 20:54:16 ==> Appending adjustments 20:54:16 https://docs.codecov.io/docs/fixing-reports 20:54:16 + Found adjustments 20:54:16 ==> Gzipping contents 20:54:16 4.0K /tmp/codecov.9Iu94I.gz 20:54:16 ==> Uploading reports 20:54:16 url: https://codecov.io 20:54:16 query: branch=PR-493&commit=9415e0edfa40c26a21305e769356ac185b7e75f0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-493%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=493&job=&cmd_args= 20:54:16 -> Pinging Codecov 20:54:16 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-493&commit=9415e0edfa40c26a21305e769356ac185b7e75f0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-493%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=493&job=&cmd_args= 20:54:16 -> Uploading to 20:54:16 https://storage.googleapis.com/codecov/v4/raw/2023-01-03/A97CA9966030D2A3747ED39772930CCE/9415e0edfa40c26a21305e769356ac185b7e75f0/669b1416-77d8-4438-8499-c139993df5cc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230103%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230103T205416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8fd9bcb35a0949790046e42166746bee36d98c502366ae0269527ac4a10dcabc 20:54:16 % Total % Received % Xferd Average Speed Time Time Time Current 20:54:16 Dload Upload Total Spent Left Speed 20:54:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2321 --:--:-- --:--:-- --:--:-- 2331 20:54:17 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/9415e0edfa40c26a21305e769356ac185b7e75f0 [Pipeline] } 20:54:17 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 20:54:18 + [ -d /w/workspace/_app-service-configurable_PR-493/archives ] 20:54:18 + ls -al /w/workspace/_app-service-configurable_PR-493/archives 20:54:18 total 16 20:54:18 drwxr-xr-x 3 root root 4096 Jan 3 20:45 . 20:54:18 drwxrwxr-x 9 jenkins jenkins 4096 Jan 3 20:45 .. 20:54:18 drwxr-xr-x 2 root root 4096 Jan 3 20:45 cost 20:54:18 -rw-r--r-- 1 root root 96 Jan 3 20:45 cost.csv 20:54:18 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-493/archives 20:54:18 + ls -al /w/workspace/_app-service-configurable_PR-493/archives 20:54:18 total 16 20:54:18 drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 20:45 . 20:54:18 drwxrwxr-x 9 jenkins jenkins 4096 Jan 3 20:45 .. 20:54:18 drwxr-xr-x 2 jenkins jenkins 4096 Jan 3 20:45 cost 20:54:18 -rw-r--r-- 1 jenkins jenkins 96 Jan 3 20:45 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:54:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:54:20 ---> package-listing.sh 20:54:20 ++ facter osfamily 20:54:20 ++ tr '[:upper:]' '[:lower:]' 20:54:20 + OS_FAMILY=debian 20:54:20 + workspace=/w/workspace/_app-service-configurable_PR-493 20:54:20 + START_PACKAGES=/tmp/packages_start.txt 20:54:20 + END_PACKAGES=/tmp/packages_end.txt 20:54:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:54:20 + PACKAGES=/tmp/packages_start.txt 20:54:20 + '[' /w/workspace/_app-service-configurable_PR-493 ']' 20:54:20 + PACKAGES=/tmp/packages_end.txt 20:54:20 + case "${OS_FAMILY}" in 20:54:20 + dpkg -l 20:54:20 + grep '^ii' 20:54:20 + '[' -f /tmp/packages_start.txt ']' 20:54:20 + '[' -f /tmp/packages_end.txt ']' 20:54:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:54:20 + '[' /w/workspace/_app-service-configurable_PR-493 ']' 20:54:20 + mkdir -p /w/workspace/_app-service-configurable_PR-493/archives/ 20:54:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-493/archives/ [Pipeline] echo 20:54:20 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-493/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:54:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:54:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:54:21 prd-ubuntu20.04-docker-8c-8g-950 does not seem to be running inside a container 20:54:21 $ 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-493/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-493 -v /w/workspace/_app-service-configurable_PR-493:/w/workspace/_app-service-configurable_PR-493:rw,z -v /w/workspace/_app-service-configurable_PR-493@tmp:/w/workspace/_app-service-configurable_PR-493@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 20:54:21 $ docker top dadfb172229b9b563e431eaabd96c2592e2f8a3452d18d20cf539b8885831668 -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:22 + touch /tmp/pre-build-complete [Pipeline] sh 20:54:22 + mkdir -p /var/log/sysstat [Pipeline] sh 20:54:22 + ls /var/log/sa-host 20:54:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:54:22 provisioning config files... 20:54:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-493@tmp/config10703084871785727334tmp [Pipeline] { [Pipeline] echo 20:54:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:54:23 ---> create-netrc.sh [Pipeline] } 20:54:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:54:23 ---> python-tools-install.sh [Pipeline] echo 20:54:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:54:24 ---> sudo-logs.sh 20:54:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:54:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:54:24 ---> job-cost.sh 20:54:24 lf-activate-venv: SKIPPING 20:54:24 DEBUG: total: 0.2199999988079071 20:54:24 INFO: Retrieving Stack Cost... 20:54:25 INFO: Retrieving Pricing Info for: v3-standard-8 20:54:25 INFO: Archiving Costs [Pipeline] echo 20:54:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:54:25 ---> logs-deploy.sh 20:54:25 lf-activate-venv: SKIPPING 20:54:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-493/1 20:54:25 INFO: archiving workspace using pattern(s): 20:54:26 Archives upload complete. 20:54:26 INFO: archiving logs to Nexus 20:54:27 ---> uname -a: 20:54:27 Linux prd-ubuntu20-04-docker-8c-8g-950 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:54:27 20:54:27 20:54:27 ---> lscpu: 20:54:27 Architecture: x86_64 20:54:27 CPU op-mode(s): 32-bit, 64-bit 20:54:27 Byte Order: Little Endian 20:54:27 Address sizes: 40 bits physical, 48 bits virtual 20:54:27 CPU(s): 8 20:54:27 On-line CPU(s) list: 0-7 20:54:27 Thread(s) per core: 1 20:54:27 Core(s) per socket: 1 20:54:27 Socket(s): 8 20:54:27 NUMA node(s): 1 20:54:27 Vendor ID: AuthenticAMD 20:54:27 CPU family: 23 20:54:27 Model: 49 20:54:27 Model name: AMD EPYC-Rome Processor 20:54:27 Stepping: 0 20:54:27 CPU MHz: 2800.000 20:54:27 BogoMIPS: 5600.00 20:54:27 Virtualization: AMD-V 20:54:27 Hypervisor vendor: KVM 20:54:27 Virtualization type: full 20:54:27 L1d cache: 256 KiB 20:54:27 L1i cache: 256 KiB 20:54:27 L2 cache: 4 MiB 20:54:27 L3 cache: 128 MiB 20:54:27 NUMA node0 CPU(s): 0-7 20:54:27 Vulnerability Itlb multihit: Not affected 20:54:27 Vulnerability L1tf: Not affected 20:54:27 Vulnerability Mds: Not affected 20:54:27 Vulnerability Meltdown: Not affected 20:54:27 Vulnerability Mmio stale data: Not affected 20:54:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:54:27 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:54:27 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:54:27 Vulnerability Srbds: Not affected 20:54:27 Vulnerability Tsx async abort: Not affected 20:54:27 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 20:54:27 20:54:27 20:54:27 ---> nproc: 20:54:27 8 20:54:27 20:54:27