Pull request #551 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e96c232bc5d7993e89ef51e30aaef975901fcffc+3be8aac13bf41cca2c69aa6da9644fff7a8aa973 (a233e4f292879f01e40b6aceac7d5d2ae491fddf) 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-ssh10824329955127226663.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh3665341697954317390.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-551/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-551/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16559311832075252702.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-551/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14140762480585194297.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh11968263479731053557.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-551/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-551/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2603928870896215831.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-10895’ Running on prd-ubuntu20.04-docker-8c-8g-10896 in /w/workspace/_app-service-configurable_PR-551 [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-551 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 3be8aac13bf41cca2c69aa6da9644fff7a8aa973 into PR head commit e96c232bc5d7993e89ef51e30aaef975901fcffc Merge succeeded, producing e96c232bc5d7993e89ef51e30aaef975901fcffc Checking out Revision e96c232bc5d7993e89ef51e30aaef975901fcffc (PR-551) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 > 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/551/head:refs/remotes/origin/PR-551 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e96c232bc5d7993e89ef51e30aaef975901fcffc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3be8aac13bf41cca2c69aa6da9644fff7a8aa973 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e96c232bc5d7993e89ef51e30aaef975901fcffc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:17:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:17:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:17:33 ========================================================= 00:17:33 EdgeX Global Pipelines Version Info 00:17:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:17:34 ------------------- 00:17:34 stable info: 00:17:34 ------------------- 00:17:34 Commited By: Bill Mahoney bill.mahoney@intel.com 00:17:34 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 00:17:34 Message: update stable to v1.0.248 00:17:34 ------------------- 00:17:34 experimental info: 00:17:34 ------------------- 00:17:34 Commited By: **** collab-it+edgex@linuxfoundation.org 00:17:34 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 00:17:34 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-551 [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-551 [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-551 [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e96c232bc5d7993e89ef51e30aaef975901fcffc [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e96c232 [Pipeline] echo 00:17:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:17:36 provisioning config files... 00:17:36 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-551@tmp/config6037951693647225958tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:17:37 ---> docker-login.sh 00:17:37 nexus3.edgexfoundry.org:10001 00:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:37 Configure a credential helper to remove this warning. See 00:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:37 00:17:37 Login Succeeded 00:17:37 nexus3.edgexfoundry.org:10002 00:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:37 Configure a credential helper to remove this warning. See 00:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:37 00:17:37 Login Succeeded 00:17:37 nexus3.edgexfoundry.org:10003 00:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:37 Configure a credential helper to remove this warning. See 00:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:37 00:17:37 Login Succeeded 00:17:37 nexus3.edgexfoundry.org:10004 00:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:37 Configure a credential helper to remove this warning. See 00:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:37 00:17:37 Login Succeeded 00:17:37 docker.io 00:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:38 Configure a credential helper to remove this warning. See 00:17:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:38 00:17:38 Login Succeeded 00:17:38 ---> docker-login.sh ends [Pipeline] } 00:17:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:17:38 + git rev-list -1 --merges e96c232bc5d7993e89ef51e30aaef975901fcffc~1..e96c232bc5d7993e89ef51e30aaef975901fcffc [Pipeline] echo 00:17:38 -----------> git rev-list -1 --merges e96c232bc5d7993e89ef51e30aaef975901fcffc~1..e96c232bc5d7993e89ef51e30aaef975901fcffc e96c232bc5d7993e89ef51e30aaef975901fcffc [false] [Pipeline] sh 00:17:39 + git log --format=format:%s -1 e96c232bc5d7993e89ef51e30aaef975901fcffc [Pipeline] echo 00:17:39 ========================================================= 00:17:39 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:17:39 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:17:39 + git log --format=format:%s -1 e96c232bc5d7993e89ef51e30aaef975901fcffc [Pipeline] echo 00:17:39 [semverPrep] GIT_COMMIT: e96c232bc5d7993e89ef51e30aaef975901fcffc, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo 00:17:39 [semverPrep] This is not a build commit. [Pipeline] sh 00:17:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:17:40 + grep -v github /etc/ssh/ssh_known_hosts 00:17:40 + [ -e /tmp/ssh_known_hosts ] 00:17:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:17:40 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:17:40 + sudo tee -a /etc/ssh/ssh_known_hosts 00:17:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:17:40 00:17:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:17:41 0.1.4: Pulling from edgex-devops/py-git-semver 00:17:41 b85a868b505f: Pulling fs layer 00:17:41 e2be974225ed: Pulling fs layer 00:17:41 339a4e72a1f5: Pulling fs layer 00:17:41 988bab9f4d93: Pulling fs layer 00:17:41 1469e6f7b9e6: Pulling fs layer 00:17:41 eaf3925da568: Pulling fs layer 00:17:41 bab4dde63d76: Pulling fs layer 00:17:41 bde34c3a00c8: Pulling fs layer 00:17:41 b352a97aabf1: Pulling fs layer 00:17:41 4872d77fe225: Pulling fs layer 00:17:41 5851b861e8e6: Pulling fs layer 00:17:41 bab4dde63d76: Waiting 00:17:41 4872d77fe225: Waiting 00:17:41 bde34c3a00c8: Waiting 00:17:41 5851b861e8e6: Waiting 00:17:41 988bab9f4d93: Waiting 00:17:41 eaf3925da568: Waiting 00:17:41 e2be974225ed: Download complete 00:17:41 988bab9f4d93: Verifying Checksum 00:17:41 988bab9f4d93: Download complete 00:17:41 1469e6f7b9e6: Verifying Checksum 00:17:41 1469e6f7b9e6: Download complete 00:17:41 eaf3925da568: Verifying Checksum 00:17:41 eaf3925da568: Download complete 00:17:41 339a4e72a1f5: Verifying Checksum 00:17:41 339a4e72a1f5: Download complete 00:17:41 bde34c3a00c8: Verifying Checksum 00:17:41 bde34c3a00c8: Download complete 00:17:41 b352a97aabf1: Verifying Checksum 00:17:41 b352a97aabf1: Download complete 00:17:41 4872d77fe225: Download complete 00:17:41 5851b861e8e6: Verifying Checksum 00:17:41 5851b861e8e6: Download complete 00:17:41 b85a868b505f: Verifying Checksum 00:17:41 b85a868b505f: Download complete 00:17:41 bab4dde63d76: Verifying Checksum 00:17:41 bab4dde63d76: Download complete 00:17:42 b85a868b505f: Pull complete 00:17:42 e2be974225ed: Pull complete 00:17:43 339a4e72a1f5: Pull complete 00:17:43 988bab9f4d93: Pull complete 00:17:43 1469e6f7b9e6: Pull complete 00:17:43 eaf3925da568: Pull complete 00:17:45 bab4dde63d76: Pull complete 00:17:45 bde34c3a00c8: Pull complete 00:17:46 b352a97aabf1: Pull complete 00:17:46 4872d77fe225: Pull complete 00:17:46 5851b861e8e6: Pull complete 00:17:46 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:17:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:17:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:17:46 prd-ubuntu20.04-docker-8c-8g-10896 does not seem to be running inside a container 00:17:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-551 -v /w/workspace/_app-service-configurable_PR-551:/w/workspace/_app-service-configurable_PR-551:rw,z -v /w/workspace/_app-service-configurable_PR-551@tmp:/w/workspace/_app-service-configurable_PR-551@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:17:49 $ docker top ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 -eo pid,comm 00:17:49 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). 00:17:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:17:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:17:49 [ssh-agent] Looking for ssh-agent implementation... 00:17:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:17:49 $ docker exec ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 ssh-agent 00:17:49 SSH_AUTH_SOCK=/tmp/ssh-OSNDscAV3wYG/agent.32 00:17:49 SSH_AGENT_PID=38 00:17:49 Running ssh-add (command line suppressed) 00:17:50 Identity added: /w/workspace/_app-service-configurable_PR-551@tmp/private_key_2027361908147011555.key (/w/workspace/_app-service-configurable_PR-551@tmp/private_key_2027361908147011555.key) 00:17:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:17:50 + git tag --points-at HEAD [Pipeline] } 00:17:50 $ docker exec --env ******** --env ******** ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 ssh-agent -k 00:17:50 unset SSH_AUTH_SOCK; 00:17:50 unset SSH_AGENT_PID; 00:17:50 echo Agent pid 38 killed; 00:17:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:17:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:17:50 [ssh-agent] Looking for ssh-agent implementation... 00:17:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:17:50 $ docker exec ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 ssh-agent 00:17:50 SSH_AUTH_SOCK=/tmp/ssh-YwPfHjEzYy3u/agent.70 00:17:50 SSH_AGENT_PID=76 00:17:50 Running ssh-add (command line suppressed) 00:17:51 Identity added: /w/workspace/_app-service-configurable_PR-551@tmp/private_key_14737368039644464549.key (/w/workspace/_app-service-configurable_PR-551@tmp/private_key_14737368039644464549.key) 00:17:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:17:51 + git semver init 00:17:51 2023-04-26 00:17:51,542 [run_init] DEBUG init version:0.0.0 force:False 00:17:51 2023-04-26 00:17:51,543 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-551/.semver 00:17:51 2023-04-26 00:17:51,544 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-551/.semver 00:17:51 2023-04-26 00:17:51,544 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-551/.semver'], cwd=/w/workspace/_app-service-configurable_PR-551, universal_newlines=False, shell=None, istream=None) 00:17:52 2023-04-26 00:17:52,298 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-551/.git/info/exclude 00:17:52 2023-04-26 00:17:52,299 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-551/.semver/PR-551 with force:False 00:17:52 2023-04-26 00:17:52,299 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-551/.semver/PR-551 00:17:52 2023-04-26 00:17:52,303 [execute] INFO git cat-file --batch-check 00:17:52 2023-04-26 00:17:52,304 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-551/.semver, universal_newlines=False, shell=None, istream=) 00:17:52 2023-04-26 00:17:52,310 [execute] INFO git cat-file --batch 00:17:52 2023-04-26 00:17:52,310 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-551/.semver, universal_newlines=False, shell=None, istream=) 00:17:52 2023-04-26 00:17:52,315 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-551/.semver/PR-551 00:17:52 0.0.0 [Pipeline] } 00:17:52 $ docker exec --env ******** --env ******** ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 ssh-agent -k 00:17:52 unset SSH_AUTH_SOCK; 00:17:52 unset SSH_AGENT_PID; 00:17:52 echo Agent pid 76 killed; 00:17:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:17:53 + git semver [Pipeline] } 00:17:53 $ docker stop --time=1 ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 00:17:54 $ docker rm -f --volumes ac35b288e69a835d7d476837c6f0250125c5a3ebbfe3e28a9a86cdc4c3465653 [Pipeline] // withDockerContainer [Pipeline] sh 00:17:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:17:55 Stashed 1 file(s) [Pipeline] echo 00:17:55 [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 00:17:56 provisioning config files... 00:17:56 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-551@tmp/config10726460267957973706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:17:56 ---> docker-login.sh 00:17:56 nexus3.edgexfoundry.org:10001 00:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:56 Configure a credential helper to remove this warning. See 00:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:56 00:17:56 Login Succeeded 00:17:56 nexus3.edgexfoundry.org:10002 00:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:56 Configure a credential helper to remove this warning. See 00:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:56 00:17:56 Login Succeeded 00:17:56 nexus3.edgexfoundry.org:10003 00:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:56 Configure a credential helper to remove this warning. See 00:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:56 00:17:56 Login Succeeded 00:17:56 nexus3.edgexfoundry.org:10004 00:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:56 Configure a credential helper to remove this warning. See 00:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:56 00:17:56 Login Succeeded 00:17:56 docker.io 00:17:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:57 Configure a credential helper to remove this warning. See 00:17:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:57 00:17:57 Login Succeeded 00:17:57 ---> docker-login.sh ends [Pipeline] } 00:17:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:17:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:17:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:17:57 ========================================================= 00:17:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 00:17:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:57 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 00:17:57 Sending build context to Docker daemon 3.294MB 00:17:57 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 00:17:57 Step 2/12 : FROM ${BASE} AS builder 00:17:57 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 00:17:57 f56be85fc22e: Pulling fs layer 00:17:57 85791d961cd3: Pulling fs layer 00:17:57 d694b5ae8c79: Pulling fs layer 00:17:57 9f32a84ed3da: Pulling fs layer 00:17:57 4d19c01a9841: Pulling fs layer 00:17:57 9325e15d5711: Pulling fs layer 00:17:57 556b6ee489ea: Pulling fs layer 00:17:57 c5a4b2cf53e6: Pulling fs layer 00:17:57 9f32a84ed3da: Waiting 00:17:57 556b6ee489ea: Waiting 00:17:57 c5a4b2cf53e6: Waiting 00:17:57 9325e15d5711: Waiting 00:17:57 4d19c01a9841: Waiting 00:17:57 85791d961cd3: Verifying Checksum 00:17:57 85791d961cd3: Download complete 00:17:57 9f32a84ed3da: Verifying Checksum 00:17:57 9f32a84ed3da: Download complete 00:17:57 4d19c01a9841: Verifying Checksum 00:17:57 4d19c01a9841: Download complete 00:17:57 f56be85fc22e: Verifying Checksum 00:17:57 f56be85fc22e: Download complete 00:17:58 9325e15d5711: Verifying Checksum 00:17:58 9325e15d5711: Download complete 00:17:58 f56be85fc22e: Pull complete 00:17:58 85791d961cd3: Pull complete 00:17:58 c5a4b2cf53e6: Verifying Checksum 00:17:58 c5a4b2cf53e6: Download complete 00:17:58 d694b5ae8c79: Download complete 00:17:58 556b6ee489ea: Verifying Checksum 00:17:58 556b6ee489ea: Download complete 00:18:02 d694b5ae8c79: Pull complete 00:18:02 9f32a84ed3da: Pull complete 00:18:02 4d19c01a9841: Pull complete 00:18:02 9325e15d5711: Pull complete 00:18:04 556b6ee489ea: Pull complete 00:18:05 c5a4b2cf53e6: Pull complete 00:18:05 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 00:18:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:18:05 ---> c4be618373d6 00:18:05 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 00:18:08 ---> Running in dca6cb60f7eb 00:18:08 Removing intermediate container dca6cb60f7eb 00:18:08 ---> e97fd21d522e 00:18:08 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 00:18:08 ---> Running in 9bd62c9e79f2 00:18:08 Removing intermediate container 9bd62c9e79f2 00:18:08 ---> 11db500e361d 00:18:08 Step 5/12 : ARG ADD_BUILD_TAGS="" 00:18:08 ---> Running in 3f7b5516a63e 00:18:09 Removing intermediate container 3f7b5516a63e 00:18:09 ---> f4e2b5de1700 00:18:09 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:18:09 ---> Running in ee33b19837de 00:18:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:18:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:18:09 OK: 265 MiB in 53 packages 00:18:09 Removing intermediate container ee33b19837de 00:18:09 ---> f36a15f1376c 00:18:09 Step 7/12 : WORKDIR /app 00:18:09 ---> Running in d4a271292ffc 00:18:10 Removing intermediate container d4a271292ffc 00:18:10 ---> a75bbf955e6e 00:18:10 Step 8/12 : COPY go.mod vendor* ./ 00:18:10 ---> a6321fae52ad 00:18:10 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:10 ---> Running in 339a7ebe239d 00:18:10 Still waiting to schedule task 00:18:10 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-10891’ 00:18:36 Removing intermediate container 339a7ebe239d 00:18:36 ---> 9cfefb276b1e 00:18:36 Step 10/12 : COPY . . 00:18:36 ---> 31808ed2cd17 00:18:36 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:18:36 ---> Running in a7842c9db20b 00:18:36 Removing intermediate container a7842c9db20b 00:18:36 ---> d718d4d8f334 00:18:36 Step 12/12 : RUN $MAKE 00:18:36 ---> Running in cd1109488b6b 00:18:36 noop 00:18:36 Removing intermediate container cd1109488b6b 00:18:36 ---> 08ee3aad46c7 00:18:36 Successfully built 08ee3aad46c7 00:18:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:37 + docker inspect -f . ci-base-image-x86_64 00:18:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:18:37 prd-ubuntu20.04-docker-8c-8g-10896 does not seem to be running inside a container 00:18:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-551 -v /w/workspace/_app-service-configurable_PR-551:/w/workspace/_app-service-configurable_PR-551:rw,z -v /w/workspace/_app-service-configurable_PR-551@tmp:/w/workspace/_app-service-configurable_PR-551@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:18:37 $ docker top ac9aecb6c8e1bdac6c1174b1fe80566595f98847c4386bcef406904eb21c1c21 -eo pid,comm [Pipeline] { [Pipeline] sh 00:18:38 + go version 00:18:38 go version go1.20.2 linux/amd64 [Pipeline] } 00:18:38 $ docker stop --time=1 ac9aecb6c8e1bdac6c1174b1fe80566595f98847c4386bcef406904eb21c1c21 00:18:39 $ docker rm -f --volumes ac9aecb6c8e1bdac6c1174b1fe80566595f98847c4386bcef406904eb21c1c21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:40 + docker inspect -f . ci-base-image-x86_64 00:18:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:18:40 prd-ubuntu20.04-docker-8c-8g-10896 does not seem to be running inside a container 00:18:40 $ 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-551 -v /w/workspace/_app-service-configurable_PR-551:/w/workspace/_app-service-configurable_PR-551:rw,z -v /w/workspace/_app-service-configurable_PR-551@tmp:/w/workspace/_app-service-configurable_PR-551@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:18:40 $ docker top f31c51c91becae432cfac600ebc2708bd1de13aae3d00b21a6af6b7df65c05a2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:18:41 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-551 [Pipeline] fileExists [Pipeline] sh 00:18:41 + make test 00:18:41 go test -race -coverprofile=coverage.out ./... 00:18:59 ? github.com/edgexfoundry/app-service-configurable [no test files] 00:19:21 go vet ./... 00:19:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:19:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:19:22 ./bin/test-attribution-txt.sh 00:19:22 An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add 00:19:22 An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo 00:19:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 00:19:23 $ docker stop --time=1 f31c51c91becae432cfac600ebc2708bd1de13aae3d00b21a6af6b7df65c05a2 00:19:26 $ docker rm -f --volumes f31c51c91becae432cfac600ebc2708bd1de13aae3d00b21a6af6b7df65c05a2 [Pipeline] // withDockerContainer [Pipeline] sh 00:19:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:19:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:19:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:19:28 + ls -al . 00:19:28 total 176 00:19:28 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 00:18 . 00:19:28 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 00:17 .. 00:19:28 -rw-rw-r-- 1 jenkins jenkins 119 Apr 26 00:17 .dockerignore 00:19:28 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 00:17 .git 00:19:28 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 00:17 .github 00:19:28 -rw-rw-r-- 1 jenkins jenkins 171 Apr 26 00:17 .gitignore 00:19:28 -rw-rw-r-- 1 jenkins jenkins 41 Apr 26 00:17 .golangci.yml 00:19:28 drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 00:17 .semver 00:19:28 -rw-rw-r-- 1 jenkins jenkins 9088 Apr 26 00:17 Attribution.txt 00:19:28 -rw-rw-r-- 1 jenkins jenkins 29118 Apr 26 00:17 CHANGELOG.md 00:19:28 -rw-rw-r-- 1 jenkins jenkins 1898 Apr 26 00:17 Dockerfile 00:19:28 -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 00:17 GOVERNANCE.md 00:19:28 -rw-rw-r-- 1 jenkins jenkins 688 Apr 26 00:17 Jenkinsfile 00:19:28 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 26 00:17 LICENSE 00:19:28 -rw-rw-r-- 1 jenkins jenkins 618 Apr 26 00:17 OWNERS.md 00:19:28 -rw-rw-r-- 1 jenkins jenkins 4369 Apr 26 00:17 README.md 00:19:28 -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 00:17 VERSION 00:19:28 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 00:17 bin 00:19:28 -rw-r--r-- 1 jenkins jenkins 13 Apr 26 00:18 coverage.out 00:19:28 -rw-rw-r-- 1 jenkins jenkins 3302 Apr 26 00:17 go.mod 00:19:28 -rw-rw-r-- 1 jenkins jenkins 31536 Apr 26 00:17 go.sum 00:19:28 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 26 00:17 main.go 00:19:28 -rw-rw-r-- 1 jenkins jenkins 2569 Apr 26 00:17 makefile 00:19:28 drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 00:17 res 00:19:28 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 00:17 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:19:28 + 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=e96c232bc5d7993e89ef51e30aaef975901fcffc --label arch=amd64 --label version=0.0.0 . 00:19:28 Sending build context to Docker daemon 3.295MB 00:19:28 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 00:19:28 Step 2/26 : FROM ${BASE} AS builder 00:19:28 ---> 08ee3aad46c7 00:19:28 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 00:19:28 ---> Running in 016d8a54169b 00:19:29 Removing intermediate container 016d8a54169b 00:19:29 ---> b6b377d8e48b 00:19:29 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 00:19:29 ---> Running in ccbbeb34ae58 00:19:29 Removing intermediate container ccbbeb34ae58 00:19:29 ---> bf6da221ad24 00:19:29 Step 5/26 : ARG ADD_BUILD_TAGS="" 00:19:29 ---> Running in 3a177a017497 00:19:29 Removing intermediate container 3a177a017497 00:19:29 ---> 0bdc69658b24 00:19:29 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:19:29 ---> Running in c27d84067571 00:19:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:19:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:19:29 OK: 265 MiB in 53 packages 00:19:30 Removing intermediate container c27d84067571 00:19:30 ---> 5f25a92643ef 00:19:30 Step 7/26 : WORKDIR /app 00:19:30 ---> Running in bf1f3757a423 00:19:30 Removing intermediate container bf1f3757a423 00:19:30 ---> 368c4e8c5d14 00:19:30 Step 8/26 : COPY go.mod vendor* ./ 00:19:30 ---> 80e8f9eebb8d 00:19:30 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:30 ---> Running in f695b234957d 00:19:31 Removing intermediate container f695b234957d 00:19:31 ---> c246705062d2 00:19:31 Step 10/26 : COPY . . 00:19:31 ---> 8397e4e200da 00:19:31 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:19:31 ---> Running in fce74066d466 00:19:31 Removing intermediate container fce74066d466 00:19:31 ---> 0caadcdc95a6 00:19:31 Step 12/26 : RUN $MAKE 00:19:31 ---> Running in c11c4eed6d48 00:19:32 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable 00:19:54 Removing intermediate container c11c4eed6d48 00:19:54 ---> 504fd3b75d46 00:19:54 Step 13/26 : FROM alpine:3.17 00:19:54 3.17: Pulling from library/alpine 00:19:54 f56be85fc22e: Already exists 00:19:54 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 00:19:54 Status: Downloaded newer image for alpine:3.17 00:19:54 ---> 9ed4aefc74f6 00:19:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 00:19:54 ---> Running in fee1bd28e758 00:19:54 Removing intermediate container fee1bd28e758 00:19:54 ---> 4bffe2a4475e 00:19:54 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 00:19:54 ---> Running in 3ecddff45df1 00:19:54 Removing intermediate container 3ecddff45df1 00:19:54 ---> 4b377d9f24ec 00:19:54 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 00:19:54 ---> Running in af1550dfde71 00:19:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:19:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:19:54 (1/2) Installing ca-certificates (20220614-r4) 00:19:54 (2/2) Installing dumb-init (1.2.5-r2) 00:19:54 Executing busybox-1.35.0-r29.trigger 00:19:54 Executing ca-certificates-20220614-r4.trigger 00:19:54 OK: 8 MiB in 17 packages 00:19:54 Removing intermediate container af1550dfde71 00:19:54 ---> f56cc31eff22 00:19:54 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:19:54 ---> 7179bb0888f5 00:19:54 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 00:19:54 ---> e8fc1254803b 00:19:54 Step 19/26 : COPY --from=builder /app/res/ /res/ 00:19:54 ---> 80ef0ab8b55b 00:19:54 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:19:54 ---> dfbbd80c2ec9 00:19:54 Step 21/26 : EXPOSE 48095 00:19:54 ---> Running in d588fa8fb00d 00:19:54 Removing intermediate container d588fa8fb00d 00:19:54 ---> 0aa4556c1d5b 00:19:54 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 00:19:54 ---> Running in 50d2db5eda9f 00:19:54 Removing intermediate container 50d2db5eda9f 00:19:54 ---> f00af8b77975 00:19:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:19:54 ---> Running in d3101b3fc11d 00:19:54 Removing intermediate container d3101b3fc11d 00:19:54 ---> 16c21a25eeab 00:19:54 Step 24/26 : LABEL arch=amd64 00:19:54 ---> Running in 701619e99e00 00:19:54 Removing intermediate container 701619e99e00 00:19:54 ---> b4f11b3b118d 00:19:54 Step 25/26 : LABEL git_sha=e96c232bc5d7993e89ef51e30aaef975901fcffc 00:19:54 ---> Running in 4f6cd5ba6007 00:19:54 Removing intermediate container 4f6cd5ba6007 00:19:54 ---> 02ce3995be25 00:19:54 Step 26/26 : LABEL version=0.0.0 00:19:54 ---> Running in e026ed653e4c 00:19:54 Removing intermediate container e026ed653e4c 00:19:54 ---> 4ebf7a6b976d 00:19:54 [Warning] One or more build-args [ARCH] were not consumed 00:19:54 Successfully built 4ebf7a6b976d 00:19:54 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 00:19:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:19:55 00:19:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:19:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:19:55 latest: Pulling from edgex-lftools-log-publisher 00:19:55 5eb5b503b376: Pulling fs layer 00:19:55 5c69ac0246d0: Pulling fs layer 00:19:55 ec43610c2a17: Pulling fs layer 00:19:55 3a2ae6a8a46f: Pulling fs layer 00:19:55 33b1e0a273af: Pulling fs layer 00:19:55 5d3b04190fa2: Pulling fs layer 00:19:55 2f39f015ded8: Pulling fs layer 00:19:55 3a2ae6a8a46f: Waiting 00:19:55 33b1e0a273af: Waiting 00:19:55 5d3b04190fa2: Waiting 00:19:55 2f39f015ded8: Waiting 00:19:55 5c69ac0246d0: Download complete 00:19:55 3a2ae6a8a46f: Verifying Checksum 00:19:55 33b1e0a273af: Verifying Checksum 00:19:55 33b1e0a273af: Download complete 00:19:55 5d3b04190fa2: Verifying Checksum 00:19:55 5d3b04190fa2: Download complete 00:19:55 ec43610c2a17: Verifying Checksum 00:19:55 ec43610c2a17: Download complete 00:19:56 5eb5b503b376: Verifying Checksum 00:19:56 5eb5b503b376: Download complete 00:19:56 2f39f015ded8: Download complete 00:19:57 5eb5b503b376: Pull complete 00:19:57 5c69ac0246d0: Pull complete 00:19:57 ec43610c2a17: Pull complete 00:19:57 3a2ae6a8a46f: Pull complete 00:19:58 33b1e0a273af: Pull complete 00:19:58 5d3b04190fa2: Pull complete 00:20:02 2f39f015ded8: Pull complete 00:20:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:20:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:20:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:20:02 prd-ubuntu20.04-docker-8c-8g-10896 does not seem to be running inside a container 00:20:02 $ 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-551 -v /w/workspace/_app-service-configurable_PR-551:/w/workspace/_app-service-configurable_PR-551:rw,z -v /w/workspace/_app-service-configurable_PR-551@tmp:/w/workspace/_app-service-configurable_PR-551@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:20:05 $ docker top 78de5fefc9daaf74b15c35066a918934ef7b80727a6b938274999a6e06ee319d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:20:06 ---> job-cost.sh 00:20:06 lf-activate-venv: SKIPPING 00:20:06 INFO: No Stack... 00:20:06 INFO: Retrieving Pricing Info for: v3-standard-8 00:20:06 INFO: Archiving Costs [Pipeline] sh 00:20:07 + cat /w/workspace/_app-service-configurable_PR-551/archives/cost.csv 00:20:07 + cut -d, -f6 [Pipeline] lock 00:20:07 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] 00:20:07 Resource [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] did not exist. Created. 00:20:07 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:20:07 + echo total: 0.2199999988079071 [Pipeline] stash 00:20:07 Stashed 1 file(s) [Pipeline] } 00:20:07 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] [Pipeline] // lock [Pipeline] } 00:20:07 $ docker stop --time=1 78de5fefc9daaf74b15c35066a918934ef7b80727a6b938274999a6e06ee319d 00:20:09 $ docker rm -f --volumes 78de5fefc9daaf74b15c35066a918934ef7b80727a6b938274999a6e06ee319d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:20:53 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10898 in /w/workspace/_app-service-configurable_PR-551 [Pipeline] { [Pipeline] ws 00:20:53 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 00:20:53 Selected Git installation does not exist. Using Default 00:20:53 The recommended git tool is: NONE 00:20:58 using credential edgex-jenkins-ssh 00:20:58 Cloning the remote Git repository 00:20:59 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:20:59 > git init /w/workspace/app-service-configurable/1 # timeout=10 00:20:59 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:20:59 > git --version # timeout=10 00:20:59 > git --version # 'git version 2.25.1' 00:20:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:20:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:21:00 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:21:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:21:01 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:21:01 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:21:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:21:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/551/head:refs/remotes/origin/PR-551 +refs/heads/main:refs/remotes/origin/main # timeout=10 00:21:02 Merging remotes/origin/main commit 3be8aac13bf41cca2c69aa6da9644fff7a8aa973 into PR head commit e96c232bc5d7993e89ef51e30aaef975901fcffc 00:21:02 Merge succeeded, producing e96c232bc5d7993e89ef51e30aaef975901fcffc 00:21:02 Checking out Revision e96c232bc5d7993e89ef51e30aaef975901fcffc (PR-551) 00:21:03 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" 00:21:03 > git --version # timeout=10 00:21:03 > git --version # 'git version 2.25.1' 00:21:03 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { 00:21:02 > git config core.sparsecheckout # timeout=10 00:21:02 > git checkout -f e96c232bc5d7993e89ef51e30aaef975901fcffc # timeout=10 00:21:02 > git remote # timeout=10 00:21:02 > git config --get remote.origin.url # timeout=10 00:21:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:21:02 > git merge 3be8aac13bf41cca2c69aa6da9644fff7a8aa973 # timeout=10 00:21:02 > git rev-parse HEAD^{commit} # timeout=10 00:21:02 > git config core.sparsecheckout # timeout=10 00:21:02 > git checkout -f e96c232bc5d7993e89ef51e30aaef975901fcffc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:21:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:21:04 % Total % Received % Xferd Average Speed Time Time Time Current 00:21:04 Dload Upload Total Spent Left Speed 00:21:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 92398 0 --:--:-- --:--:-- --:--:-- 92398 [Pipeline] sh 00:21:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:21:05 + sudo tee /etc/docker/daemon.new 00:21:05 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:21:05 { 00:21:05 "registry-mirrors": [ 00:21:05 "https://nexus3.edgexfoundry.org:10001" 00:21:05 ], 00:21:05 "bip": "10.250.0.254/24", 00:21:05 "hosts": [ 00:21:05 "tcp://0.0.0.0:5555", 00:21:05 "unix:///var/run/docker.sock" 00:21:05 ], 00:21:05 "mtu": 1458, 00:21:05 "selinux-enabled": true, 00:21:05 "seccomp-profile": "/etc/docker/seccomp.json" 00:21:05 } [Pipeline] sh 00:21:05 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:21:06 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:21:24 provisioning config files... 00:21:24 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config10698455365967276476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:21:24 ---> docker-login.sh 00:21:24 nexus3.edgexfoundry.org:10001 00:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:25 Configure a credential helper to remove this warning. See 00:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:25 00:21:25 Login Succeeded 00:21:25 nexus3.edgexfoundry.org:10002 00:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:25 Configure a credential helper to remove this warning. See 00:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:25 00:21:25 Login Succeeded 00:21:25 nexus3.edgexfoundry.org:10003 00:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:26 Configure a credential helper to remove this warning. See 00:21:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:26 00:21:26 Login Succeeded 00:21:26 nexus3.edgexfoundry.org:10004 00:21:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:26 Configure a credential helper to remove this warning. See 00:21:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:26 00:21:26 Login Succeeded 00:21:26 docker.io 00:21:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:27 Configure a credential helper to remove this warning. See 00:21:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:27 00:21:27 Login Succeeded 00:21:27 ---> docker-login.sh ends [Pipeline] } 00:21:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:21:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:21:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:21:27 ========================================================= 00:21:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 00:21:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:28 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 00:21:28 Sending build context to Docker daemon 169kB 00:21:28 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 00:21:28 Step 2/12 : FROM ${BASE} AS builder 00:21:28 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:21:28 c41833b44d91: Pulling fs layer 00:21:28 ed15518f5707: Pulling fs layer 00:21:28 feae8fd75edb: Pulling fs layer 00:21:28 242c74f7c9fa: Pulling fs layer 00:21:28 3cdef696dda3: Pulling fs layer 00:21:28 2ced38df9373: Pulling fs layer 00:21:28 58f1dce35555: Pulling fs layer 00:21:28 3cdef696dda3: Waiting 00:21:28 242c74f7c9fa: Waiting 00:21:28 2ced38df9373: Waiting 00:21:28 58f1dce35555: Waiting 00:21:28 ed15518f5707: Verifying Checksum 00:21:28 ed15518f5707: Download complete 00:21:28 242c74f7c9fa: Verifying Checksum 00:21:28 242c74f7c9fa: Download complete 00:21:28 3cdef696dda3: Verifying Checksum 00:21:28 3cdef696dda3: Download complete 00:21:28 c41833b44d91: Download complete 00:21:29 c41833b44d91: Pull complete 00:21:29 58f1dce35555: Verifying Checksum 00:21:29 58f1dce35555: Download complete 00:21:30 ed15518f5707: Pull complete 00:21:31 2ced38df9373: Verifying Checksum 00:21:31 2ced38df9373: Download complete 00:21:31 feae8fd75edb: Verifying Checksum 00:21:31 feae8fd75edb: Download complete 00:21:41 feae8fd75edb: Pull complete 00:21:41 242c74f7c9fa: Pull complete 00:21:41 3cdef696dda3: Pull complete 00:21:47 2ced38df9373: Pull complete 00:21:49 58f1dce35555: Pull complete 00:21:50 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 00:21:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:21:50 ---> fadd8f120f05 00:21:50 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 00:21:52 ---> Running in 6abc59628385 00:21:52 Removing intermediate container 6abc59628385 00:21:52 ---> 5474c37cf972 00:21:52 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 00:21:52 ---> Running in 258de7da2a3e 00:21:52 Removing intermediate container 258de7da2a3e 00:21:52 ---> f2078aefd097 00:21:52 Step 5/12 : ARG ADD_BUILD_TAGS="" 00:21:52 ---> Running in 4d6a569c2210 00:21:52 Removing intermediate container 4d6a569c2210 00:21:52 ---> 6576747fbb56 00:21:52 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:21:53 ---> Running in 9f343c127918 00:21:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:21:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:21:56 OK: 263 MiB in 53 packages 00:21:59 Removing intermediate container 9f343c127918 00:21:59 ---> eb66ab332998 00:21:59 Step 7/12 : WORKDIR /app 00:21:59 ---> Running in 2f3ecf0b27e7 00:21:59 Removing intermediate container 2f3ecf0b27e7 00:21:59 ---> 81341e9e820f 00:21:59 Step 8/12 : COPY go.mod vendor* ./ 00:22:00 ---> 0625fb1b110a 00:22:00 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:22:00 ---> Running in 38798a53ace0 00:23:07 Removing intermediate container 38798a53ace0 00:23:07 ---> ed5585db0025 00:23:07 Step 10/12 : COPY . . 00:23:07 ---> 8f7ea28a1010 00:23:07 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:23:07 ---> Running in 85628fa3abcf 00:23:07 Removing intermediate container 85628fa3abcf 00:23:07 ---> c7d05497d1bf 00:23:07 Step 12/12 : RUN $MAKE 00:23:07 ---> Running in af6bce9d87f0 00:23:07 noop 00:23:07 Removing intermediate container af6bce9d87f0 00:23:07 ---> abec85a45ab6 00:23:07 Successfully built abec85a45ab6 00:23:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:23:08 + docker inspect -f . ci-base-image-arm64 00:23:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:23:08 prd-ubuntu20.04-docker-arm64-4c-16g-10898 does not seem to be running inside a container 00:23:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:23:10 $ docker top 786d4f2ad1c66db50dd4b84073dcaa2839c7bea30997025d9d9282d3c444fca6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:11 + go version 00:23:11 go version go1.20.2 linux/arm64 [Pipeline] } 00:23:11 $ docker stop --time=1 786d4f2ad1c66db50dd4b84073dcaa2839c7bea30997025d9d9282d3c444fca6 00:23:12 $ docker rm -f --volumes 786d4f2ad1c66db50dd4b84073dcaa2839c7bea30997025d9d9282d3c444fca6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:23:13 + docker inspect -f . ci-base-image-arm64 00:23:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:23:13 prd-ubuntu20.04-docker-arm64-4c-16g-10898 does not seem to be running inside a container 00:23:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:23:15 $ docker top 59459862bde78072c4ce1d016ea5114d3a95f9a447749f186973ac7cf5e2bb54 -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:15 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 00:23:16 + make test 00:23:16 go test -race -coverprofile=coverage.out ./... 00:26:08 ? github.com/edgexfoundry/app-service-configurable [no test files] 00:26:08 WARNING: Linting skipped (not on x86_64 or linter not installed) 00:26:08 go vet ./... 00:28:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:28:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:28:30 ./bin/test-attribution-txt.sh 00:28:30 An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add 00:28:30 An attribution for gopkg.in/yaml.v3 is missing from Attribution.txt, please add [Pipeline] echo 00:28:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 00:28:30 $ docker stop --time=1 59459862bde78072c4ce1d016ea5114d3a95f9a447749f186973ac7cf5e2bb54 00:28:32 $ docker rm -f --volumes 59459862bde78072c4ce1d016ea5114d3a95f9a447749f186973ac7cf5e2bb54 [Pipeline] // withDockerContainer [Pipeline] sh 00:28:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:28:33 Warning: overwriting stash ‘coverage-report’ 00:28:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:28:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:28:35 + ls -al . 00:28:35 total 172 00:28:35 drwxrwxr-x 7 jenkins jenkins 4096 Apr 26 00:23 . 00:28:35 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 00:20 .. 00:28:35 -rw-rw-r-- 1 jenkins jenkins 119 Apr 26 00:21 .dockerignore 00:28:35 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 00:21 .git 00:28:35 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 00:21 .github 00:28:35 -rw-rw-r-- 1 jenkins jenkins 171 Apr 26 00:21 .gitignore 00:28:35 -rw-rw-r-- 1 jenkins jenkins 41 Apr 26 00:21 .golangci.yml 00:28:35 -rw-rw-r-- 1 jenkins jenkins 9088 Apr 26 00:21 Attribution.txt 00:28:35 -rw-rw-r-- 1 jenkins jenkins 29118 Apr 26 00:21 CHANGELOG.md 00:28:35 -rw-rw-r-- 1 jenkins jenkins 1898 Apr 26 00:21 Dockerfile 00:28:35 -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 00:21 GOVERNANCE.md 00:28:35 -rw-rw-r-- 1 jenkins jenkins 688 Apr 26 00:21 Jenkinsfile 00:28:35 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 26 00:21 LICENSE 00:28:35 -rw-rw-r-- 1 jenkins jenkins 618 Apr 26 00:21 OWNERS.md 00:28:35 -rw-rw-r-- 1 jenkins jenkins 4369 Apr 26 00:21 README.md 00:28:35 -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 00:17 VERSION 00:28:35 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 00:21 bin 00:28:35 -rw-r--r-- 1 jenkins jenkins 13 Apr 26 00:23 coverage.out 00:28:35 -rw-rw-r-- 1 jenkins jenkins 3302 Apr 26 00:21 go.mod 00:28:35 -rw-rw-r-- 1 jenkins jenkins 31536 Apr 26 00:21 go.sum 00:28:35 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 26 00:21 main.go 00:28:35 -rw-rw-r-- 1 jenkins jenkins 2569 Apr 26 00:21 makefile 00:28:35 drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 00:21 res 00:28:35 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 00:21 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:28:35 + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=e96c232bc5d7993e89ef51e30aaef975901fcffc --label arch=arm64 --label version=0.0.0 . 00:28:35 Sending build context to Docker daemon 170kB 00:28:35 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 00:28:35 Step 2/26 : FROM ${BASE} AS builder 00:28:35 ---> abec85a45ab6 00:28:35 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 00:28:37 ---> Running in bed00332da0b 00:28:38 Removing intermediate container bed00332da0b 00:28:38 ---> ac7097e7c3d4 00:28:38 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 00:28:38 ---> Running in 6cf0170d72f3 00:28:38 Removing intermediate container 6cf0170d72f3 00:28:38 ---> 935829295f6d 00:28:38 Step 5/26 : ARG ADD_BUILD_TAGS="" 00:28:38 ---> Running in f221f2a618db 00:28:38 Removing intermediate container f221f2a618db 00:28:38 ---> 8d00fe4aec0d 00:28:38 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:28:38 ---> Running in 38b5adaa7069 00:28:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:28:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:28:41 OK: 263 MiB in 53 packages 00:28:42 Removing intermediate container 38b5adaa7069 00:28:42 ---> 1ede7ff2342f 00:28:42 Step 7/26 : WORKDIR /app 00:28:42 ---> Running in d789582768dd 00:28:42 Removing intermediate container d789582768dd 00:28:42 ---> 3226d5216d8b 00:28:42 Step 8/26 : COPY go.mod vendor* ./ 00:28:43 ---> 831eafad5d52 00:28:43 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:28:43 ---> Running in 8f338d939c31 00:28:45 Removing intermediate container 8f338d939c31 00:28:45 ---> bd9bbab86b05 00:28:45 Step 10/26 : COPY . . 00:28:46 ---> d4cd1210b602 00:28:46 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:28:46 ---> Running in b1c44d938781 00:28:46 Removing intermediate container b1c44d938781 00:28:46 ---> 78d49442c409 00:28:46 Step 12/26 : RUN $MAKE 00:28:46 ---> Running in 6dc0900e38ac 00:28:47 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable 00:30:54 Removing intermediate container 6dc0900e38ac 00:30:54 ---> b0cd038923ca 00:30:54 Step 13/26 : FROM alpine:3.17 00:30:54 3.17: Pulling from library/alpine 00:30:54 c41833b44d91: Already exists 00:30:54 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 00:30:54 Status: Downloaded newer image for alpine:3.17 00:30:54 ---> 51e60588ff2c 00:30:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 00:30:54 ---> Running in d8c27e8e26dd 00:30:54 Removing intermediate container d8c27e8e26dd 00:30:54 ---> 2d97bf832af1 00:30:54 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 00:30:54 ---> Running in cdce20e089f8 00:30:55 Removing intermediate container cdce20e089f8 00:30:55 ---> f7f15c322bdb 00:30:55 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 00:30:55 ---> Running in b3cb0408b3eb 00:30:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:30:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:30:57 (1/2) Installing ca-certificates (20220614-r4) 00:30:57 (2/2) Installing dumb-init (1.2.5-r2) 00:30:57 Executing busybox-1.35.0-r29.trigger 00:30:57 Executing ca-certificates-20220614-r4.trigger 00:30:58 OK: 8 MiB in 17 packages 00:30:59 Removing intermediate container b3cb0408b3eb 00:30:59 ---> d1d613c3641f 00:30:59 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:30:59 ---> 275c94cf33d6 00:30:59 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 00:31:00 ---> 50d5a399cf50 00:31:00 Step 19/26 : COPY --from=builder /app/res/ /res/ 00:31:01 ---> 42d19df0cc63 00:31:01 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:31:02 ---> 79e9cd20422c 00:31:02 Step 21/26 : EXPOSE 48095 00:31:02 ---> Running in e23afdcc9157 00:31:02 Removing intermediate container e23afdcc9157 00:31:02 ---> f3446c2fe53c 00:31:02 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 00:31:02 ---> Running in 819f37bc49af 00:31:02 Removing intermediate container 819f37bc49af 00:31:02 ---> 3eb0a1e6d18e 00:31:02 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:31:02 ---> Running in 94ad17e055f9 00:31:03 Removing intermediate container 94ad17e055f9 00:31:03 ---> a883b9a88b30 00:31:03 Step 24/26 : LABEL arch=arm64 00:31:03 ---> Running in b6bf4fc91ada 00:31:03 Removing intermediate container b6bf4fc91ada 00:31:03 ---> 0aeafdc32cce 00:31:03 Step 25/26 : LABEL git_sha=e96c232bc5d7993e89ef51e30aaef975901fcffc 00:31:03 ---> Running in dde52b93fba7 00:31:04 Removing intermediate container dde52b93fba7 00:31:04 ---> 32de9727c543 00:31:04 Step 26/26 : LABEL version=0.0.0 00:31:04 ---> Running in 7e4466561359 00:31:04 Removing intermediate container 7e4466561359 00:31:04 ---> ce77854387ba 00:31:04 [Warning] One or more build-args [ARCH] were not consumed 00:31:04 Successfully built ce77854387ba 00:31:04 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 00:31:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:31:05 00:31:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:31:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:31:06 arm64: Pulling from edgex-lftools-log-publisher 00:31:06 8998bd30e6a1: Pulling fs layer 00:31:06 04944245beec: Pulling fs layer 00:31:06 699f458cf7ca: Pulling fs layer 00:31:06 765212b225bb: Pulling fs layer 00:31:06 765212b225bb: Waiting 00:31:06 f23df028b6ca: Pulling fs layer 00:31:06 d65c8cfc05b1: Pulling fs layer 00:31:06 2437ff75d9bd: Pulling fs layer 00:31:06 f23df028b6ca: Waiting 00:31:06 2437ff75d9bd: Waiting 00:31:06 d65c8cfc05b1: Waiting 00:31:06 04944245beec: Verifying Checksum 00:31:06 04944245beec: Download complete 00:31:06 765212b225bb: Download complete 00:31:06 f23df028b6ca: Verifying Checksum 00:31:06 f23df028b6ca: Download complete 00:31:06 d65c8cfc05b1: Verifying Checksum 00:31:06 d65c8cfc05b1: Download complete 00:31:06 699f458cf7ca: Verifying Checksum 00:31:06 699f458cf7ca: Download complete 00:31:07 8998bd30e6a1: Verifying Checksum 00:31:07 8998bd30e6a1: Download complete 00:31:09 2437ff75d9bd: Verifying Checksum 00:31:09 2437ff75d9bd: Download complete 00:31:11 8998bd30e6a1: Pull complete 00:31:11 04944245beec: Pull complete 00:31:12 699f458cf7ca: Pull complete 00:31:12 765212b225bb: Pull complete 00:31:13 f23df028b6ca: Pull complete 00:31:13 d65c8cfc05b1: Pull complete 00:31:28 2437ff75d9bd: Pull complete 00:31:28 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:31:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:31:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:31:29 prd-ubuntu20.04-docker-arm64-4c-16g-10898 does not seem to be running inside a container 00:31:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 00:31:32 $ docker top ed9d984794abbb138e80a8325d136ae40d60492d2542182652cb9546b5e11175 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:33 ---> job-cost.sh 00:31:33 lf-activate-venv: SKIPPING 00:31:33 INFO: No Stack... 00:31:33 INFO: Retrieving Pricing Info for: v3-standard-4 00:31:34 INFO: Archiving Costs [Pipeline] sh 00:31:34 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 00:31:34 + cut -d, -f6 [Pipeline] lock 00:31:34 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] 00:31:34 Resource [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] did not exist. Created. 00:31:34 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:31:35 /w/workspace/app-service-configurable/1@tmp/durable-dd937a44/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:31:35 + echo total: 0.10999999940395355 [Pipeline] stash 00:31:35 Warning: overwriting stash ‘stack-cost’ 00:31:35 Stashed 1 file(s) [Pipeline] } 00:31:35 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-551-1-stack-cost] [Pipeline] // lock [Pipeline] } 00:31:35 $ docker stop --time=1 ed9d984794abbb138e80a8325d136ae40d60492d2542182652cb9546b5e11175 00:31:37 $ docker rm -f --volumes ed9d984794abbb138e80a8325d136ae40d60492d2542182652cb9546b5e11175 [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 00:31:38 provisioning config files... 00:31:38 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-551@tmp/config1468556666961070963tmp [Pipeline] { [Pipeline] sh 00:31:38 + set +x 00:31:38 + curl -s https://codecov.io/bash 00:31:38 + bash -s -- 00:31:38 00:31:38 _____ _ 00:31:38 / ____| | | 00:31:38 | | ___ __| | ___ ___ _____ __ 00:31:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:31:38 | |___| (_) | (_| | __/ (_| (_) \ V / 00:31:38 \_____\___/ \__,_|\___|\___\___/ \_/ 00:31:38 Bash-1.0.6 00:31:38 00:31:38 00:31:38 ==> git version 2.25.1 found 00:31:38 ==> 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 00:31:38 Release-Date: 2020-01-08 00:31:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 00:31:38 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 00:31:38 ==> Jenkins CI detected. 00:31:38 current dir:  /w/workspace/_app-service-configurable_PR-551 00:31:38 project root: . 00:31:38 --> token set from env 00:31:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:31:38 ==> Running gcov in . (disable via -X gcov) 00:31:38 ==> Python coveragepy not found 00:31:38 ==> Searching for coverage reports in: 00:31:38 + . 00:31:38 -> Found 1 reports 00:31:38 ==> Detecting git/mercurial file structure 00:31:38 ==> Reading reports 00:31:38 + ./coverage.out bytes=13 00:31:38 ==> Appending adjustments 00:31:38 https://docs.codecov.io/docs/fixing-reports 00:31:38 + Found adjustments 00:31:38 ==> Gzipping contents 00:31:38 4.0K /tmp/codecov.Ae5Lbq.gz 00:31:38 ==> Uploading reports 00:31:38 url: https://codecov.io 00:31:38 query: branch=PR-551&commit=e96c232bc5d7993e89ef51e30aaef975901fcffc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-551%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=551&job=&cmd_args= 00:31:38 -> Pinging Codecov 00:31:38 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-551&commit=e96c232bc5d7993e89ef51e30aaef975901fcffc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-551%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=551&job=&cmd_args= 00:31:38 -> Uploading to 00:31:38 https://storage.googleapis.com/codecov/v4/raw/2023-04-26/A97CA9966030D2A3747ED39772930CCE/e96c232bc5d7993e89ef51e30aaef975901fcffc/d865b894-ddc1-45dc-a171-8ea6b385c73a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T003138Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dbe6cfcc58eee666369d7218344cbbc98153ce64a403ee5da1fadfe94c05bcce 00:31:38 % Total % Received % Xferd Average Speed Time Time Time Current 00:31:38 Dload Upload Total Spent Left Speed 00:31:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 429 0 0 100 429 0 1765 --:--:-- --:--:-- --:--:-- 1765 00:31:39 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/e96c232bc5d7993e89ef51e30aaef975901fcffc [Pipeline] } 00:31:39 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 00:31:41 + [ -d /w/workspace/_app-service-configurable_PR-551/archives ] 00:31:41 + ls -al /w/workspace/_app-service-configurable_PR-551/archives 00:31:41 total 16 00:31:41 drwxr-xr-x 3 root root 4096 Apr 26 00:20 . 00:31:41 drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 00:20 .. 00:31:41 drwxr-xr-x 2 root root 4096 Apr 26 00:20 cost 00:31:41 -rw-r--r-- 1 root root 96 Apr 26 00:20 cost.csv 00:31:41 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-551/archives 00:31:41 + ls -al /w/workspace/_app-service-configurable_PR-551/archives 00:31:41 total 16 00:31:41 drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 00:20 . 00:31:41 drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 00:20 .. 00:31:41 drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 00:20 cost 00:31:41 -rw-r--r-- 1 jenkins jenkins 96 Apr 26 00:20 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:31:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:31:42 ---> package-listing.sh 00:31:42 ++ facter osfamily 00:31:42 ++ tr '[:upper:]' '[:lower:]' 00:31:42 + OS_FAMILY=debian 00:31:42 + workspace=/w/workspace/_app-service-configurable_PR-551 00:31:42 + START_PACKAGES=/tmp/packages_start.txt 00:31:42 + END_PACKAGES=/tmp/packages_end.txt 00:31:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:31:42 + PACKAGES=/tmp/packages_start.txt 00:31:42 + '[' /w/workspace/_app-service-configurable_PR-551 ']' 00:31:42 + PACKAGES=/tmp/packages_end.txt 00:31:42 + case "${OS_FAMILY}" in 00:31:42 + dpkg -l 00:31:42 + grep '^ii' 00:31:42 + '[' -f /tmp/packages_start.txt ']' 00:31:42 + '[' -f /tmp/packages_end.txt ']' 00:31:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:31:42 + '[' /w/workspace/_app-service-configurable_PR-551 ']' 00:31:42 + mkdir -p /w/workspace/_app-service-configurable_PR-551/archives/ 00:31:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-551/archives/ [Pipeline] echo 00:31:42 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-551/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:31:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:31:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:31:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:31:43 prd-ubuntu20.04-docker-8c-8g-10896 does not seem to be running inside a container 00:31:43 $ 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-551/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-551 -v /w/workspace/_app-service-configurable_PR-551:/w/workspace/_app-service-configurable_PR-551:rw,z -v /w/workspace/_app-service-configurable_PR-551@tmp:/w/workspace/_app-service-configurable_PR-551@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:31:43 $ docker top 47d825d2c35dcceb2d3eaa8ab0fa8a2692dd3f30f85958419dafbaa6b04bb139 -eo pid,comm [Pipeline] { [Pipeline] sh 00:31:44 + touch /tmp/pre-build-complete [Pipeline] sh 00:31:44 + mkdir -p /var/log/sysstat [Pipeline] sh 00:31:44 + ls /var/log/sa-host 00:31:44 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:31:45 provisioning config files... 00:31:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-551@tmp/config14700431328441343343tmp [Pipeline] { [Pipeline] echo 00:31:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:31:45 ---> create-netrc.sh [Pipeline] } 00:31:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:31:45 ---> python-tools-install.sh [Pipeline] echo 00:31:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:31:46 ---> sudo-logs.sh 00:31:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:31:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:31:46 ---> job-cost.sh 00:31:46 lf-activate-venv: SKIPPING 00:31:46 DEBUG: total: 0.2199999988079071 00:31:46 INFO: Retrieving Stack Cost... 00:31:46 INFO: Retrieving Pricing Info for: v3-standard-8 00:31:47 INFO: Archiving Costs [Pipeline] echo 00:31:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:31:47 ---> logs-deploy.sh 00:31:47 lf-activate-venv: SKIPPING 00:31:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-551/1 00:31:47 INFO: archiving workspace using pattern(s): 00:31:48 Archives upload complete. 00:31:49 INFO: archiving logs to Nexus 00:31:49 ---> uname -a: 00:31:49 Linux prd-ubuntu20-04-docker-8c-8g-10896 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 00:31:49 00:31:49 00:31:49 ---> lscpu: 00:31:49 Architecture: x86_64 00:31:49 CPU op-mode(s): 32-bit, 64-bit 00:31:49 Byte Order: Little Endian 00:31:49 Address sizes: 40 bits physical, 48 bits virtual 00:31:49 CPU(s): 8 00:31:49 On-line CPU(s) list: 0-7 00:31:49 Thread(s) per core: 1 00:31:49 Core(s) per socket: 1 00:31:49 Socket(s): 8 00:31:49 NUMA node(s): 1 00:31:49 Vendor ID: AuthenticAMD 00:31:49 CPU family: 23 00:31:49 Model: 49 00:31:49 Model name: AMD EPYC-Rome Processor 00:31:49 Stepping: 0 00:31:49 CPU MHz: 2799.998 00:31:49 BogoMIPS: 5599.99 00:31:49 Virtualization: AMD-V 00:31:49 Hypervisor vendor: KVM 00:31:49 Virtualization type: full 00:31:49 L1d cache: 256 KiB 00:31:49 L1i cache: 256 KiB 00:31:49 L2 cache: 4 MiB 00:31:49 L3 cache: 128 MiB 00:31:49 NUMA node0 CPU(s): 0-7 00:31:49 Vulnerability Itlb multihit: Not affected 00:31:49 Vulnerability L1tf: Not affected 00:31:49 Vulnerability Mds: Not affected 00:31:49 Vulnerability Meltdown: Not affected 00:31:49 Vulnerability Mmio stale data: Not affected 00:31:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:31:49 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 00:31:49 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 00:31:49 Vulnerability Srbds: Not affected 00:31:49 Vulnerability Tsx async abort: Not affected 00:31:49 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 00:31:49 00:31:49