Pull request #389 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9a8de13ae9736f926756987f31596a192a118b43+afca5dd35944e70aeaf084f770d24917f4059b9f (6cfacec8e1faaca491bcf1062a53fcbbc75e0aba) 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-ssh8572716768152879282.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-ssh5285309434764924707.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/device-virtual-go/branches/PR-389/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/device-virtual-go/branches/PR-389/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3724562755279303759.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/device-virtual-go/branches/PR-389/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8424843803007692910.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-ssh10828561267070619509.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/device-virtual-go/branches/PR-389/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/device-virtual-go/branches/PR-389/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10985606165678215926.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:device-virtual-go] ========================================================= [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: device-virtual-go-settings PROJECT: device-virtual-go 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: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9530 in /w/workspace/foundry_device-virtual-go_PR-389 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-389 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.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/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit afca5dd35944e70aeaf084f770d24917f4059b9f into PR head commit 9a8de13ae9736f926756987f31596a192a118b43 Merge succeeded, producing 9a8de13ae9736f926756987f31596a192a118b43 Checking out Revision 9a8de13ae9736f926756987f31596a192a118b43 (PR-389) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/389/head:refs/remotes/origin/PR-389 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a8de13ae9736f926756987f31596a192a118b43 # 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 afca5dd35944e70aeaf084f770d24917f4059b9f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a8de13ae9736f926756987f31596a192a118b43 # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:59:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:59:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:59:16 ========================================================= 11:59:16 EdgeX Global Pipelines Version Info 11:59:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:59:16 ------------------- 11:59:16 stable info: 11:59:16 ------------------- 11:59:16 Commited By: Bill Mahoney bill.mahoney@intel.com 11:59:16 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 11:59:16 Message: update stable to v1.0.248 11:59:17 ------------------- 11:59:17 experimental info: 11:59:17 ------------------- 11:59:17 Commited By: **** collab-it+edgex@linuxfoundation.org 11:59:17 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 11:59:17 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:59:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 11:59:17 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 11:59:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:59:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:59:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:59:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 11:59:17 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:59:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:59:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-389 [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-389 [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-389 [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9a8de13ae9736f926756987f31596a192a118b43 [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9a8de13 [Pipeline] echo 11:59:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:59:19 provisioning config files... 11:59:19 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-389@tmp/config1120641802301578118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:59:19 ---> docker-login.sh 11:59:19 nexus3.edgexfoundry.org:10001 11:59:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:19 Configure a credential helper to remove this warning. See 11:59:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:19 11:59:19 Login Succeeded 11:59:19 nexus3.edgexfoundry.org:10002 11:59:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:20 Configure a credential helper to remove this warning. See 11:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:20 11:59:20 Login Succeeded 11:59:20 nexus3.edgexfoundry.org:10003 11:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:20 Configure a credential helper to remove this warning. See 11:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:20 11:59:20 Login Succeeded 11:59:20 nexus3.edgexfoundry.org:10004 11:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:20 Configure a credential helper to remove this warning. See 11:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:20 11:59:20 Login Succeeded 11:59:20 docker.io 11:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:20 Configure a credential helper to remove this warning. See 11:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:20 11:59:20 Login Succeeded 11:59:20 ---> docker-login.sh ends [Pipeline] } 11:59:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:59:21 + git rev-list -1 --merges 9a8de13ae9736f926756987f31596a192a118b43~1..9a8de13ae9736f926756987f31596a192a118b43 [Pipeline] echo 11:59:21 -----------> git rev-list -1 --merges 9a8de13ae9736f926756987f31596a192a118b43~1..9a8de13ae9736f926756987f31596a192a118b43 9a8de13ae9736f926756987f31596a192a118b43 [false] [Pipeline] sh 11:59:21 + git log --format=format:%s -1 9a8de13ae9736f926756987f31596a192a118b43 [Pipeline] echo 11:59:21 ========================================================= 11:59:21 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:59:21 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:59:22 + git log --format=format:%s -1 9a8de13ae9736f926756987f31596a192a118b43 [Pipeline] echo 11:59:22 [semverPrep] GIT_COMMIT: 9a8de13ae9736f926756987f31596a192a118b43, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 11:59:22 [semverPrep] This is not a build commit. [Pipeline] sh 11:59:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:59:22 + grep -v github /etc/ssh/ssh_known_hosts 11:59:22 + [ -e /tmp/ssh_known_hosts ] 11:59:22 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:59:22 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:59:22 + sudo tee -a /etc/ssh/ssh_known_hosts 11:59:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:59:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:59:23 11:59:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:59:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:59:23 0.1.4: Pulling from edgex-devops/py-git-semver 11:59:23 b85a868b505f: Pulling fs layer 11:59:23 e2be974225ed: Pulling fs layer 11:59:23 339a4e72a1f5: Pulling fs layer 11:59:23 988bab9f4d93: Pulling fs layer 11:59:23 1469e6f7b9e6: Pulling fs layer 11:59:23 eaf3925da568: Pulling fs layer 11:59:23 bab4dde63d76: Pulling fs layer 11:59:23 bde34c3a00c8: Pulling fs layer 11:59:23 b352a97aabf1: Pulling fs layer 11:59:23 4872d77fe225: Pulling fs layer 11:59:23 5851b861e8e6: Pulling fs layer 11:59:23 988bab9f4d93: Waiting 11:59:23 1469e6f7b9e6: Waiting 11:59:23 eaf3925da568: Waiting 11:59:23 4872d77fe225: Waiting 11:59:23 5851b861e8e6: Waiting 11:59:23 bde34c3a00c8: Waiting 11:59:23 bab4dde63d76: Waiting 11:59:23 b352a97aabf1: Waiting 11:59:23 e2be974225ed: Download complete 11:59:23 988bab9f4d93: Verifying Checksum 11:59:23 988bab9f4d93: Download complete 11:59:23 1469e6f7b9e6: Verifying Checksum 11:59:23 1469e6f7b9e6: Download complete 11:59:23 eaf3925da568: Verifying Checksum 11:59:23 eaf3925da568: Download complete 11:59:23 339a4e72a1f5: Verifying Checksum 11:59:23 339a4e72a1f5: Download complete 11:59:23 bde34c3a00c8: Verifying Checksum 11:59:23 bde34c3a00c8: Download complete 11:59:23 b352a97aabf1: Verifying Checksum 11:59:23 b352a97aabf1: Download complete 11:59:23 4872d77fe225: Verifying Checksum 11:59:23 4872d77fe225: Download complete 11:59:23 5851b861e8e6: Verifying Checksum 11:59:23 5851b861e8e6: Download complete 11:59:23 b85a868b505f: Verifying Checksum 11:59:23 b85a868b505f: Download complete 11:59:23 bab4dde63d76: Verifying Checksum 11:59:23 bab4dde63d76: Download complete 11:59:24 b85a868b505f: Pull complete 11:59:25 e2be974225ed: Pull complete 11:59:25 339a4e72a1f5: Pull complete 11:59:25 988bab9f4d93: Pull complete 11:59:25 1469e6f7b9e6: Pull complete 11:59:25 eaf3925da568: Pull complete 11:59:27 bab4dde63d76: Pull complete 11:59:27 bde34c3a00c8: Pull complete 11:59:27 b352a97aabf1: Pull complete 11:59:28 4872d77fe225: Pull complete 11:59:28 5851b861e8e6: Pull complete 11:59:28 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:59:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:59:28 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:59:28 prd-ubuntu20.04-docker-8c-8g-9530 does not seem to be running inside a container 11:59:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-389 -v /w/workspace/foundry_device-virtual-go_PR-389:/w/workspace/foundry_device-virtual-go_PR-389:rw,z -v /w/workspace/foundry_device-virtual-go_PR-389@tmp:/w/workspace/foundry_device-virtual-go_PR-389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:59:31 $ docker top 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac -eo pid,comm 11:59:31 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). 11:59:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:59:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:59:31 [ssh-agent] Looking for ssh-agent implementation... 11:59:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:59:31 $ docker exec 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac ssh-agent 11:59:31 SSH_AUTH_SOCK=/tmp/ssh-fHb709lRhg0I/agent.32 11:59:31 SSH_AGENT_PID=38 11:59:31 Running ssh-add (command line suppressed) 11:59:31 Identity added: /w/workspace/foundry_device-virtual-go_PR-389@tmp/private_key_1071906911552454437.key (/w/workspace/foundry_device-virtual-go_PR-389@tmp/private_key_1071906911552454437.key) 11:59:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:59:31 + git tag --points-at HEAD [Pipeline] } 11:59:31 $ docker exec --env ******** --env ******** 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac ssh-agent -k 11:59:32 unset SSH_AUTH_SOCK; 11:59:32 unset SSH_AGENT_PID; 11:59:32 echo Agent pid 38 killed; 11:59:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:59:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:59:32 [ssh-agent] Looking for ssh-agent implementation... 11:59:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:59:32 $ docker exec 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac ssh-agent 11:59:32 SSH_AUTH_SOCK=/tmp/ssh-r7x3kCnxa2hH/agent.72 11:59:32 SSH_AGENT_PID=77 11:59:32 Running ssh-add (command line suppressed) 11:59:32 Identity added: /w/workspace/foundry_device-virtual-go_PR-389@tmp/private_key_5766484001111551844.key (/w/workspace/foundry_device-virtual-go_PR-389@tmp/private_key_5766484001111551844.key) 11:59:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:59:32 + git semver init 11:59:33 2023-04-24 11:59:33,051 [run_init] DEBUG init version:0.0.0 force:False 11:59:33 2023-04-24 11:59:33,052 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-389/.semver 11:59:33 2023-04-24 11:59:33,052 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-389/.semver 11:59:33 2023-04-24 11:59:33,053 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-389/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-389, universal_newlines=False, shell=None, istream=None) 11:59:34 2023-04-24 11:59:34,090 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-389/.git/info/exclude 11:59:34 2023-04-24 11:59:34,091 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-389/.semver/PR-389 with force:False 11:59:34 2023-04-24 11:59:34,091 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-389/.semver/PR-389 11:59:34 2023-04-24 11:59:34,095 [execute] INFO git cat-file --batch-check 11:59:34 2023-04-24 11:59:34,095 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-389/.semver, universal_newlines=False, shell=None, istream=) 11:59:34 2023-04-24 11:59:34,100 [execute] INFO git cat-file --batch 11:59:34 2023-04-24 11:59:34,100 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-389/.semver, universal_newlines=False, shell=None, istream=) 11:59:34 2023-04-24 11:59:34,105 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-389/.semver/PR-389 11:59:34 0.0.0 [Pipeline] } 11:59:34 $ docker exec --env ******** --env ******** 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac ssh-agent -k 11:59:34 unset SSH_AUTH_SOCK; 11:59:34 unset SSH_AGENT_PID; 11:59:34 echo Agent pid 77 killed; 11:59:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:59:35 + git semver [Pipeline] } 11:59:35 $ docker stop --time=1 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac 11:59:36 $ docker rm -f --volumes 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac [Pipeline] // withDockerContainer [Pipeline] sh 11:59:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:59:37 Stashed 1 file(s) [Pipeline] echo 11:59:37 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:59:37 provisioning config files... 11:59:37 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-389@tmp/config8611672416629705338tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:59:38 ---> docker-login.sh 11:59:38 nexus3.edgexfoundry.org:10001 11:59:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:38 Configure a credential helper to remove this warning. See 11:59:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:38 11:59:38 Login Succeeded 11:59:38 nexus3.edgexfoundry.org:10002 11:59:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:38 Configure a credential helper to remove this warning. See 11:59:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:38 11:59:38 Login Succeeded 11:59:38 nexus3.edgexfoundry.org:10003 11:59:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:38 Configure a credential helper to remove this warning. See 11:59:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:38 11:59:38 Login Succeeded 11:59:38 nexus3.edgexfoundry.org:10004 11:59:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:38 Configure a credential helper to remove this warning. See 11:59:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:38 11:59:38 Login Succeeded 11:59:38 docker.io 11:59:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:38 Configure a credential helper to remove this warning. See 11:59:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:38 11:59:38 Login Succeeded 11:59:38 ---> docker-login.sh ends [Pipeline] } 11:59:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:59:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:59:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:59:39 ========================================================= 11:59:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 11:59:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:59:39 + 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 . 11:59:39 Sending build context to Docker daemon 23.59MB 11:59:39 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:59:39 Step 2/12 : FROM ${BASE} AS builder 11:59:39 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 11:59:39 63b65145d645: Pulling fs layer 11:59:39 a2d21d5440eb: Pulling fs layer 11:59:39 935e6c44a52c: Pulling fs layer 11:59:39 94cc34f8dd06: Pulling fs layer 11:59:39 30dea6a524f1: Pulling fs layer 11:59:39 a2aff8979fd8: Pulling fs layer 11:59:39 6808be2612f2: Pulling fs layer 11:59:39 f25807f1079a: Pulling fs layer 11:59:39 94cc34f8dd06: Waiting 11:59:39 6808be2612f2: Waiting 11:59:39 30dea6a524f1: Waiting 11:59:39 a2aff8979fd8: Waiting 11:59:39 f25807f1079a: Waiting 11:59:39 a2d21d5440eb: Verifying Checksum 11:59:39 a2d21d5440eb: Download complete 11:59:39 94cc34f8dd06: Verifying Checksum 11:59:39 94cc34f8dd06: Download complete 11:59:39 30dea6a524f1: Verifying Checksum 11:59:39 30dea6a524f1: Download complete 11:59:39 63b65145d645: Verifying Checksum 11:59:39 63b65145d645: Download complete 11:59:39 a2aff8979fd8: Download complete 11:59:39 63b65145d645: Pull complete 11:59:40 a2d21d5440eb: Pull complete 11:59:40 f25807f1079a: Verifying Checksum 11:59:40 f25807f1079a: Download complete 11:59:40 935e6c44a52c: Verifying Checksum 11:59:40 935e6c44a52c: Download complete 11:59:40 6808be2612f2: Verifying Checksum 11:59:40 6808be2612f2: Download complete 11:59:43 935e6c44a52c: Pull complete 11:59:43 94cc34f8dd06: Pull complete 11:59:44 30dea6a524f1: Pull complete 11:59:44 a2aff8979fd8: Pull complete 11:59:46 6808be2612f2: Pull complete 11:59:47 f25807f1079a: Pull complete 11:59:47 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 11:59:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 11:59:47 ---> 3b553350e43f 11:59:47 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 11:59:51 ---> Running in 0995defc2be1 11:59:51 Removing intermediate container 0995defc2be1 11:59:51 ---> 7028e432aa60 11:59:51 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 11:59:51 ---> Running in 1ebadcadd2a1 11:59:51 Removing intermediate container 1ebadcadd2a1 11:59:51 ---> 238f3d5a3c1b 11:59:51 Step 5/12 : ARG ADD_BUILD_TAGS="" 11:59:51 ---> Running in ddb05abc12fa 11:59:51 Removing intermediate container ddb05abc12fa 11:59:51 ---> 6b901c174311 11:59:51 Step 6/12 : WORKDIR /device-virtual-go 11:59:51 ---> Running in 39709c6c2687 11:59:51 Removing intermediate container 39709c6c2687 11:59:51 ---> 41c4605466c3 11:59:51 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:59:51 ---> Running in 5dbea0ea8c9f 11:59:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:59:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:59:52 (1/4) Installing openssh-keygen (9.1_p1-r2) 11:59:52 (2/4) Installing libedit (20221030.3.1-r0) 11:59:52 (3/4) Installing openssh-client-common (9.1_p1-r2) 11:59:52 Still waiting to schedule task 11:59:52 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:59:52 (4/4) Installing openssh-client-default (9.1_p1-r2) 11:59:52 Executing busybox-1.35.0-r29.trigger 11:59:52 OK: 269 MiB in 57 packages 11:59:53 Removing intermediate container 5dbea0ea8c9f 11:59:53 ---> 34c5778d3a39 11:59:53 Step 8/12 : COPY go.mod vendor* ./ 11:59:53 ---> c908467718bb 11:59:53 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:59:53 ---> Running in c1159739fbc3 12:00:32 Removing intermediate container c1159739fbc3 12:00:32 ---> e824d49ca3b9 12:00:32 Step 10/12 : COPY . . 12:00:32 ---> 4486d09b7030 12:00:32 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:00:32 ---> Running in 3b50b14e1211 12:00:32 Removing intermediate container 3b50b14e1211 12:00:32 ---> 52ac847c701a 12:00:32 Step 12/12 : RUN $MAKE 12:00:32 ---> Running in aabca83e41bb 12:00:32 noop 12:00:33 Removing intermediate container aabca83e41bb 12:00:33 ---> 0b77d32e9968 12:00:33 Successfully built 0b77d32e9968 12:00:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:00:33 + docker inspect -f . ci-base-image-x86_64 12:00:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:00:33 prd-ubuntu20.04-docker-8c-8g-9530 does not seem to be running inside a container 12:00:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-389 -v /w/workspace/foundry_device-virtual-go_PR-389:/w/workspace/foundry_device-virtual-go_PR-389:rw,z -v /w/workspace/foundry_device-virtual-go_PR-389@tmp:/w/workspace/foundry_device-virtual-go_PR-389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:00:34 $ docker top c7393acf2f6c13a2ddff67c6fab6bea8e822b1f13f0c5d3786d890d84b7830b3 -eo pid,comm [Pipeline] { [Pipeline] sh 12:00:34 + go version 12:00:34 go version go1.20.2 linux/amd64 [Pipeline] } 12:00:34 $ docker stop --time=1 c7393acf2f6c13a2ddff67c6fab6bea8e822b1f13f0c5d3786d890d84b7830b3 12:00:35 $ docker rm -f --volumes c7393acf2f6c13a2ddff67c6fab6bea8e822b1f13f0c5d3786d890d84b7830b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:00:36 + docker inspect -f . ci-base-image-x86_64 12:00:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:00:36 prd-ubuntu20.04-docker-8c-8g-9530 does not seem to be running inside a container 12:00:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-virtual-go_PR-389 -v /w/workspace/foundry_device-virtual-go_PR-389:/w/workspace/foundry_device-virtual-go_PR-389:rw,z -v /w/workspace/foundry_device-virtual-go_PR-389@tmp:/w/workspace/foundry_device-virtual-go_PR-389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:00:36 $ docker top 7e8595b460d42942e0f4793f7c9849de0ed5ee5d6bd6d40b6b6fc0e7026df630 -eo pid,comm [Pipeline] { [Pipeline] sh 12:00:37 + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-389 [Pipeline] fileExists [Pipeline] sh 12:00:37 + make test 12:00:37 go test ./... -coverprofile=coverage.out 12:00:41 ? github.com/edgexfoundry/device-virtual-go [no test files] 12:00:51 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 12:00:51 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.020s coverage: 58.6% of statements 12:00:57 go vet ./... 12:00:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:00:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:00:59 ./bin/test-attribution-txt.sh [Pipeline] echo 12:00:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:00:59 $ docker stop --time=1 7e8595b460d42942e0f4793f7c9849de0ed5ee5d6bd6d40b6b6fc0e7026df630 12:01:02 $ docker rm -f --volumes 7e8595b460d42942e0f4793f7c9849de0ed5ee5d6bd6d40b6b6fc0e7026df630 [Pipeline] // withDockerContainer [Pipeline] sh 12:01:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:01:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:01:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:01:04 + ls -al . 12:01:04 total 192 12:01:04 drwxrwxr-x 9 jenkins jenkins 4096 Apr 24 12:00 . 12:01:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:59 .. 12:01:04 drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 11:59 .git 12:01:04 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 11:59 .github 12:01:04 -rw-rw-r-- 1 jenkins jenkins 337 Apr 24 11:59 .gitignore 12:01:04 -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 11:59 .golangci.yml 12:01:04 drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 11:59 .semver 12:01:04 -rw-rw-r-- 1 jenkins jenkins 8652 Apr 24 11:59 Attribution.txt 12:01:04 -rw-rw-r-- 1 jenkins jenkins 11367 Apr 24 11:59 CHANGELOG.md 12:01:04 -rw-rw-r-- 1 jenkins jenkins 1646 Apr 24 11:59 Dockerfile 12:01:04 -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 11:59 GOVERNANCE.md 12:01:04 -rw-rw-r-- 1 jenkins jenkins 660 Apr 24 11:59 Jenkinsfile 12:01:04 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 24 11:59 LICENSE 12:01:04 -rw-rw-r-- 1 jenkins jenkins 1696 Apr 24 11:59 Makefile 12:01:04 -rw-rw-r-- 1 jenkins jenkins 623 Apr 24 11:59 OWNERS.md 12:01:04 -rw-rw-r-- 1 jenkins jenkins 3578 Apr 24 11:59 README.md 12:01:04 -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 11:59 VERSION 12:01:04 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:59 bin 12:01:04 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 11:59 cmd 12:01:04 -rw-r--r-- 1 jenkins jenkins 43063 Apr 24 12:00 coverage.out 12:01:04 -rw-rw-r-- 1 jenkins jenkins 3209 Apr 24 11:59 go.mod 12:01:04 -rw-rw-r-- 1 jenkins jenkins 31109 Apr 24 11:59 go.sum 12:01:04 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 11:59 internal 12:01:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:59 snap 12:01:04 -rw-rw-r-- 1 jenkins jenkins 235 Apr 24 11:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:01:04 + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=9a8de13ae9736f926756987f31596a192a118b43 --label arch=amd64 --label version=0.0.0 . 12:01:04 Sending build context to Docker daemon 23.63MB 12:01:04 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 12:01:04 Step 2/25 : FROM ${BASE} AS builder 12:01:04 ---> 0b77d32e9968 12:01:04 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 12:01:05 ---> Running in 9b0bba6b4167 12:01:05 Removing intermediate container 9b0bba6b4167 12:01:05 ---> e715fa91967e 12:01:05 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 12:01:05 ---> Running in f79d82e1f825 12:01:05 Removing intermediate container f79d82e1f825 12:01:05 ---> c7895d290fea 12:01:05 Step 5/25 : ARG ADD_BUILD_TAGS="" 12:01:05 ---> Running in 5a5cc2f2a62c 12:01:05 Removing intermediate container 5a5cc2f2a62c 12:01:05 ---> dc1d786be671 12:01:05 Step 6/25 : WORKDIR /device-virtual-go 12:01:05 ---> Running in e48413e62ad7 12:01:05 Removing intermediate container e48413e62ad7 12:01:05 ---> 97f97e5f834a 12:01:05 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:01:05 ---> Running in 700cad47c965 12:01:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 12:01:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 12:01:06 OK: 269 MiB in 57 packages 12:01:06 Removing intermediate container 700cad47c965 12:01:06 ---> 7ba6a610986c 12:01:06 Step 8/25 : COPY go.mod vendor* ./ 12:01:06 ---> 1c80ccd96e44 12:01:06 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:01:06 ---> Running in 2bf169ef40b8 12:01:07 Removing intermediate container 2bf169ef40b8 12:01:07 ---> 23f9aeccfdbb 12:01:07 Step 10/25 : COPY . . 12:01:07 ---> a4a03a7be978 12:01:07 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:01:07 ---> Running in f23b5d997853 12:01:07 Removing intermediate container f23b5d997853 12:01:07 ---> a5fb5ac0c8d6 12:01:07 Step 12/25 : RUN $MAKE 12:01:07 ---> Running in 870c6844744d 12:01:08 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 12:01:25 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9531 in /w/workspace/foundry_device-virtual-go_PR-389 [Pipeline] { [Pipeline] ws 12:01:25 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 12:01:25 The recommended git tool is: git 12:01:26 Removing intermediate container 870c6844744d 12:01:26 ---> 93f5ca5434ed 12:01:26 Step 13/25 : FROM alpine:3.17 12:01:26 3.17: Pulling from library/alpine 12:01:26 f56be85fc22e: Pulling fs layer 12:01:26 f56be85fc22e: Download complete 12:01:26 f56be85fc22e: Pull complete 12:01:26 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 12:01:26 Status: Downloaded newer image for alpine:3.17 12:01:26 ---> 9ed4aefc74f6 12:01:26 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 12:01:26 ---> Running in c6e2ee422edc 12:01:26 Removing intermediate container c6e2ee422edc 12:01:26 ---> bcdc2e0b27c0 12:01:26 Step 15/25 : RUN apk add --update --no-cache dumb-init 12:01:26 ---> Running in df6fd69583ca 12:01:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 12:01:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 12:01:27 (1/1) Installing dumb-init (1.2.5-r2) 12:01:27 Executing busybox-1.35.0-r29.trigger 12:01:27 OK: 7 MiB in 16 packages 12:01:27 Removing intermediate container df6fd69583ca 12:01:27 ---> f4e654fa8109 12:01:27 Step 16/25 : WORKDIR / 12:01:27 ---> Running in 25ca8f9f7404 12:01:27 Removing intermediate container 25ca8f9f7404 12:01:27 ---> aaf7d6399e47 12:01:27 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 12:01:27 ---> bb0a7938bf4c 12:01:27 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 12:01:27 ---> 291cf9577c1c 12:01:27 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 12:01:28 ---> 6769d4cd6935 12:01:28 Step 20/25 : EXPOSE 59900 12:01:28 ---> Running in 22868564085b 12:01:28 Removing intermediate container 22868564085b 12:01:28 ---> 526bd48153c8 12:01:28 Step 21/25 : ENTRYPOINT ["/device-virtual"] 12:01:28 ---> Running in bbcf0d68aff1 12:01:28 Removing intermediate container bbcf0d68aff1 12:01:28 ---> 56b955cc331c 12:01:28 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 12:01:28 ---> Running in b97cd9789fd6 12:01:28 Removing intermediate container b97cd9789fd6 12:01:28 ---> a9b9dff53031 12:01:28 Step 23/25 : LABEL arch=amd64 12:01:28 ---> Running in f85a28a4528e 12:01:28 Removing intermediate container f85a28a4528e 12:01:28 ---> 4c6fc58c03de 12:01:28 Step 24/25 : LABEL git_sha=9a8de13ae9736f926756987f31596a192a118b43 12:01:28 ---> Running in ef0daf6781ce 12:01:28 Removing intermediate container ef0daf6781ce 12:01:28 ---> 53d466cb8739 12:01:28 Step 25/25 : LABEL version=0.0.0 12:01:28 ---> Running in e2efbdbed802 12:01:28 Removing intermediate container e2efbdbed802 12:01:28 ---> c8600fe27a97 12:01:28 [Warning] One or more build-args [ARCH] were not consumed 12:01:29 Successfully built c8600fe27a97 12:01:29 Successfully tagged device-virtual: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 12:01:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:01:30 12:01:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:01:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:01:30 latest: Pulling from edgex-lftools-log-publisher 12:01:30 5eb5b503b376: Pulling fs layer 12:01:30 5c69ac0246d0: Pulling fs layer 12:01:30 ec43610c2a17: Pulling fs layer 12:01:30 3a2ae6a8a46f: Pulling fs layer 12:01:30 33b1e0a273af: Pulling fs layer 12:01:30 5d3b04190fa2: Pulling fs layer 12:01:30 2f39f015ded8: Pulling fs layer 12:01:30 33b1e0a273af: Waiting 12:01:30 5d3b04190fa2: Waiting 12:01:30 2f39f015ded8: Waiting 12:01:30 3a2ae6a8a46f: Waiting 12:01:30 5c69ac0246d0: Download complete 12:01:30 3a2ae6a8a46f: Verifying Checksum 12:01:30 3a2ae6a8a46f: Download complete 12:01:30 33b1e0a273af: Verifying Checksum 12:01:30 33b1e0a273af: Download complete 12:01:30 ec43610c2a17: Verifying Checksum 12:01:30 ec43610c2a17: Download complete 12:01:30 5d3b04190fa2: Verifying Checksum 12:01:30 5d3b04190fa2: Download complete 12:01:30 5eb5b503b376: Verifying Checksum 12:01:30 5eb5b503b376: Download complete 12:01:31 2f39f015ded8: Download complete 12:01:31 5eb5b503b376: Pull complete 12:01:31 5c69ac0246d0: Pull complete 12:01:32 ec43610c2a17: Pull complete 12:01:32 3a2ae6a8a46f: Pull complete 12:01:32 33b1e0a273af: Pull complete 12:01:32 5d3b04190fa2: Pull complete 12:01:33 using credential edgex-jenkins-ssh 12:01:33 Cloning the remote Git repository 12:01:34 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 12:01:34 > git init /w/workspace/device-virtual-go/1 # timeout=10 12:01:34 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 12:01:34 > git --version # timeout=10 12:01:34 > git --version # 'git version 2.25.1' 12:01:34 using GIT_SSH to set credentials SSH Credentials for GitHub 12:01:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:01:36 2f39f015ded8: Pull complete 12:01:36 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:01:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:01:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:01:37 prd-ubuntu20.04-docker-8c-8g-9530 does not seem to be running inside a container 12:01:37 $ 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/foundry_device-virtual-go_PR-389 -v /w/workspace/foundry_device-virtual-go_PR-389:/w/workspace/foundry_device-virtual-go_PR-389:rw,z -v /w/workspace/foundry_device-virtual-go_PR-389@tmp:/w/workspace/foundry_device-virtual-go_PR-389@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 12:01:36 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 12:01:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:01:37 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 12:01:37 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 12:01:37 using GIT_SSH to set credentials SSH Credentials for GitHub 12:01:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/389/head:refs/remotes/origin/PR-389 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:01:37 Merging remotes/origin/main commit afca5dd35944e70aeaf084f770d24917f4059b9f into PR head commit 9a8de13ae9736f926756987f31596a192a118b43 12:01:38 Merge succeeded, producing 9a8de13ae9736f926756987f31596a192a118b43 12:01:38 Checking out Revision 9a8de13ae9736f926756987f31596a192a118b43 (PR-389) 12:01:38 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 12:01:38 > git --version # timeout=10 12:01:38 > git --version # 'git version 2.25.1' 12:01:38 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 12:01:37 > git config core.sparsecheckout # timeout=10 12:01:38 > git checkout -f 9a8de13ae9736f926756987f31596a192a118b43 # timeout=10 12:01:38 > git remote # timeout=10 12:01:38 > git config --get remote.origin.url # timeout=10 12:01:38 using GIT_SSH to set credentials SSH Credentials for GitHub 12:01:38 > git merge afca5dd35944e70aeaf084f770d24917f4059b9f # timeout=10 12:01:38 > git rev-parse HEAD^{commit} # timeout=10 12:01:38 > git config core.sparsecheckout # timeout=10 12:01:38 > git checkout -f 9a8de13ae9736f926756987f31596a192a118b43 # timeout=10 12:01:39 12:01:39 GitHub has been notified of this commit’s build result 12:01:39 12:01:40 $ docker top 5b9136538e802c4e152d2b438b9efd8d07581b2fe03fe560f1d7c335cc3790ea -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:01:40 ---> job-cost.sh 12:01:40 lf-activate-venv: SKIPPING 12:01:40 INFO: No Stack... 12:01:40 INFO: Retrieving Pricing Info for: v3-standard-8 12:01:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:01:41 % Total % Received % Xferd Average Speed Time Time Time Current 12:01:41 Dload Upload Total Spent Left Speed 12:01:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85577 0 --:--:-- --:--:-- --:--:-- 85006 100 12751 100 12751 0 0 84443 0 --:--:-- --:--:-- --:--:-- 84443 12:01:41 INFO: Archiving Costs [Pipeline] sh [Pipeline] sh 12:01:41 + cat /w/workspace/foundry_device-virtual-go_PR-389/archives/cost.csv 12:01:41 + cut -d, -f6 [Pipeline] lock 12:01:41 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] 12:01:41 Resource [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] did not exist. Created. 12:01:41 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:01:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:01:41 + echo total: 0.2199999988079071 [Pipeline] stash 12:01:41 Stashed 1 file(s) [Pipeline] } 12:01:41 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] [Pipeline] // lock 12:01:41 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:01:41 + sudo tee /etc/docker/daemon.new 12:01:41 { 12:01:41 "registry-mirrors": [ 12:01:41 "https://nexus3.edgexfoundry.org:10001" 12:01:41 ], 12:01:41 "bip": "10.250.0.254/24", 12:01:41 "hosts": [ 12:01:41 "tcp://0.0.0.0:5555", 12:01:41 "unix:///var/run/docker.sock" 12:01:41 ], 12:01:41 "mtu": 1458, 12:01:41 "selinux-enabled": true, 12:01:41 "seccomp-profile": "/etc/docker/seccomp.json" 12:01:41 } [Pipeline] } 12:01:42 $ docker stop --time=1 5b9136538e802c4e152d2b438b9efd8d07581b2fe03fe560f1d7c335cc3790ea 12:01:43 $ docker rm -f --volumes 5b9136538e802c4e152d2b438b9efd8d07581b2fe03fe560f1d7c335cc3790ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:01:43 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:01:47 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:02:02 provisioning config files... 12:02:02 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config4375395669755089402tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:02:03 ---> docker-login.sh 12:02:03 nexus3.edgexfoundry.org:10001 12:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:02:03 Configure a credential helper to remove this warning. See 12:02:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:02:03 12:02:03 Login Succeeded 12:02:03 nexus3.edgexfoundry.org:10002 12:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:02:03 Configure a credential helper to remove this warning. See 12:02:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:02:03 12:02:03 Login Succeeded 12:02:03 nexus3.edgexfoundry.org:10003 12:02:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:02:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:02:04 Configure a credential helper to remove this warning. See 12:02:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:02:04 12:02:04 Login Succeeded 12:02:04 nexus3.edgexfoundry.org:10004 12:02:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:02:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:02:04 Configure a credential helper to remove this warning. See 12:02:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:02:04 12:02:04 Login Succeeded 12:02:04 docker.io 12:02:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:02:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:02:05 Configure a credential helper to remove this warning. See 12:02:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:02:05 12:02:05 Login Succeeded 12:02:05 ---> docker-login.sh ends [Pipeline] } 12:02:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:02:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:02:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:02:05 ========================================================= 12:02:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 12:02:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:02:06 + 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 . 12:02:06 Sending build context to Docker daemon 11.95MB 12:02:06 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 12:02:06 Step 2/12 : FROM ${BASE} AS builder 12:02:06 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:02:06 af6eaf76a39c: Pulling fs layer 12:02:06 55522c791124: Pulling fs layer 12:02:06 ce5c4a1c91eb: Pulling fs layer 12:02:06 169dfbe0d373: Pulling fs layer 12:02:06 e1ff8fa3b103: Pulling fs layer 12:02:06 52ebb69f0ebf: Pulling fs layer 12:02:06 5abe8eddf0d5: Pulling fs layer 12:02:06 e1ff8fa3b103: Waiting 12:02:06 52ebb69f0ebf: Waiting 12:02:06 5abe8eddf0d5: Waiting 12:02:06 169dfbe0d373: Waiting 12:02:06 55522c791124: Verifying Checksum 12:02:06 55522c791124: Download complete 12:02:06 169dfbe0d373: Verifying Checksum 12:02:06 169dfbe0d373: Download complete 12:02:06 e1ff8fa3b103: Verifying Checksum 12:02:06 e1ff8fa3b103: Download complete 12:02:06 af6eaf76a39c: Verifying Checksum 12:02:06 af6eaf76a39c: Download complete 12:02:07 af6eaf76a39c: Pull complete 12:02:07 5abe8eddf0d5: Verifying Checksum 12:02:07 5abe8eddf0d5: Download complete 12:02:08 55522c791124: Pull complete 12:02:09 ce5c4a1c91eb: Download complete 12:02:09 52ebb69f0ebf: Verifying Checksum 12:02:09 52ebb69f0ebf: Download complete 12:02:21 ce5c4a1c91eb: Pull complete 12:02:21 169dfbe0d373: Pull complete 12:02:21 e1ff8fa3b103: Pull complete 12:02:28 52ebb69f0ebf: Pull complete 12:02:30 5abe8eddf0d5: Pull complete 12:02:30 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 12:02:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 12:02:30 ---> 6cb57ee374ae 12:02:30 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 12:02:32 ---> Running in 40d2f92713e2 12:02:32 Removing intermediate container 40d2f92713e2 12:02:32 ---> 7327f8adcbf6 12:02:32 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 12:02:32 ---> Running in 1e5d7be8d08c 12:02:32 Removing intermediate container 1e5d7be8d08c 12:02:32 ---> add3bb571d92 12:02:32 Step 5/12 : ARG ADD_BUILD_TAGS="" 12:02:32 ---> Running in 7a8ddf44fb55 12:02:33 Removing intermediate container 7a8ddf44fb55 12:02:33 ---> d4a033388739 12:02:33 Step 6/12 : WORKDIR /device-virtual-go 12:02:33 ---> Running in 5121800d5611 12:02:33 Removing intermediate container 5121800d5611 12:02:33 ---> 985336c59067 12:02:33 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:02:33 ---> Running in d907a49aef22 12:02:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 12:02:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 12:02:36 (1/4) Installing openssh-keygen (9.1_p1-r2) 12:02:36 (2/4) Installing libedit (20221030.3.1-r0) 12:02:36 (3/4) Installing openssh-client-common (9.1_p1-r2) 12:02:36 (4/4) Installing openssh-client-default (9.1_p1-r2) 12:02:36 Executing busybox-1.35.0-r29.trigger 12:02:36 OK: 268 MiB in 57 packages 12:02:37 Removing intermediate container d907a49aef22 12:02:37 ---> be4883439cf0 12:02:37 Step 8/12 : COPY go.mod vendor* ./ 12:02:37 ---> 6b33705acb60 12:02:37 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:02:37 ---> Running in 2e313bf979a6 12:03:45 Removing intermediate container 2e313bf979a6 12:03:45 ---> 8b015dd1df85 12:03:45 Step 10/12 : COPY . . 12:03:45 ---> 43c46c0d376e 12:03:45 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:03:45 ---> Running in 430953469c32 12:03:45 Removing intermediate container 430953469c32 12:03:45 ---> 9618b1594362 12:03:45 Step 12/12 : RUN $MAKE 12:03:45 ---> Running in e03032f97eb5 12:03:45 noop 12:03:45 Removing intermediate container e03032f97eb5 12:03:45 ---> 9ec3854393f8 12:03:45 Successfully built 9ec3854393f8 12:03:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:03:46 + docker inspect -f . ci-base-image-arm64 12:03:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:03:46 prd-ubuntu20.04-docker-arm64-4c-16g-9531 does not seem to be running inside a container 12:03:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/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 12:03:47 $ docker top 809e7434c064ca61a86314199fd18efe77c79b54f426af2c2165d3e43c1c9020 -eo pid,comm [Pipeline] { [Pipeline] sh 12:03:48 + go version 12:03:48 go version go1.20.2 linux/arm64 [Pipeline] } 12:03:48 $ docker stop --time=1 809e7434c064ca61a86314199fd18efe77c79b54f426af2c2165d3e43c1c9020 12:03:50 $ docker rm -f --volumes 809e7434c064ca61a86314199fd18efe77c79b54f426af2c2165d3e43c1c9020 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:03:51 + docker inspect -f . ci-base-image-arm64 12:03:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:03:51 prd-ubuntu20.04-docker-arm64-4c-16g-9531 does not seem to be running inside a container 12:03:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/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 12:03:52 $ docker top 58118ccc4ddc2ebcfc6d65c6fd61b5665e77e1cd9f08e6aa486f1d8ac3042006 -eo pid,comm [Pipeline] { [Pipeline] sh 12:03:53 + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh 12:03:53 + make test 12:03:53 go test ./... -coverprofile=coverage.out 12:04:25 ? github.com/edgexfoundry/device-virtual-go [no test files] 12:06:17 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 12:06:17 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.086s coverage: 58.4% of statements 12:06:17 WARNING: Linting skipped (not on x86_64 or linter not installed) 12:06:17 go vet ./... 12:06:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:06:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:06:44 ./bin/test-attribution-txt.sh [Pipeline] echo 12:06:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:06:44 $ docker stop --time=1 58118ccc4ddc2ebcfc6d65c6fd61b5665e77e1cd9f08e6aa486f1d8ac3042006 12:06:46 $ docker rm -f --volumes 58118ccc4ddc2ebcfc6d65c6fd61b5665e77e1cd9f08e6aa486f1d8ac3042006 [Pipeline] // withDockerContainer [Pipeline] sh 12:06:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:06:47 Warning: overwriting stash ‘coverage-report’ 12:06:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:06:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:06:48 + ls -al . 12:06:48 total 188 12:06:48 drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 12:03 . 12:06:48 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 12:01 .. 12:06:48 drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 12:01 .git 12:06:48 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 12:01 .github 12:06:48 -rw-rw-r-- 1 jenkins jenkins 337 Apr 24 12:01 .gitignore 12:06:48 -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 12:01 .golangci.yml 12:06:48 -rw-rw-r-- 1 jenkins jenkins 8652 Apr 24 12:01 Attribution.txt 12:06:48 -rw-rw-r-- 1 jenkins jenkins 11367 Apr 24 12:01 CHANGELOG.md 12:06:48 -rw-rw-r-- 1 jenkins jenkins 1646 Apr 24 12:01 Dockerfile 12:06:48 -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 12:01 GOVERNANCE.md 12:06:48 -rw-rw-r-- 1 jenkins jenkins 660 Apr 24 12:01 Jenkinsfile 12:06:48 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 24 12:01 LICENSE 12:06:48 -rw-rw-r-- 1 jenkins jenkins 1696 Apr 24 12:01 Makefile 12:06:48 -rw-rw-r-- 1 jenkins jenkins 623 Apr 24 12:01 OWNERS.md 12:06:48 -rw-rw-r-- 1 jenkins jenkins 3578 Apr 24 12:01 README.md 12:06:48 -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 11:59 VERSION 12:06:48 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 12:01 bin 12:06:48 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 12:01 cmd 12:06:48 -rw-r--r-- 1 jenkins jenkins 43063 Apr 24 12:06 coverage.out 12:06:48 -rw-rw-r-- 1 jenkins jenkins 3209 Apr 24 12:01 go.mod 12:06:48 -rw-rw-r-- 1 jenkins jenkins 31109 Apr 24 12:01 go.sum 12:06:48 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 12:01 internal 12:06:48 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 12:01 snap 12:06:48 -rw-rw-r-- 1 jenkins jenkins 235 Apr 24 12:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06:49 + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=9a8de13ae9736f926756987f31596a192a118b43 --label arch=arm64 --label version=0.0.0 . 12:06:49 Sending build context to Docker daemon 12MB 12:06:49 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 12:06:49 Step 2/25 : FROM ${BASE} AS builder 12:06:49 ---> 9ec3854393f8 12:06:49 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 12:06:51 ---> Running in ee5810dc2ab0 12:06:51 Removing intermediate container ee5810dc2ab0 12:06:51 ---> 1c8166667e2c 12:06:51 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 12:06:51 ---> Running in bc36a66d35a2 12:06:51 Removing intermediate container bc36a66d35a2 12:06:51 ---> 38653980866f 12:06:51 Step 5/25 : ARG ADD_BUILD_TAGS="" 12:06:51 ---> Running in c73d905da060 12:06:52 Removing intermediate container c73d905da060 12:06:52 ---> f519a961156a 12:06:52 Step 6/25 : WORKDIR /device-virtual-go 12:06:52 ---> Running in 2f61444ce35b 12:06:52 Removing intermediate container 2f61444ce35b 12:06:52 ---> 7e59f70e04a1 12:06:52 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:06:52 ---> Running in 17f07d5d47d5 12:06:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 12:06:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 12:06:55 OK: 268 MiB in 57 packages 12:06:56 Removing intermediate container 17f07d5d47d5 12:06:56 ---> f421d77b6efd 12:06:56 Step 8/25 : COPY go.mod vendor* ./ 12:06:56 ---> 98b15f657d4f 12:06:56 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:06:56 ---> Running in 256dcec4f9a4 12:06:59 Removing intermediate container 256dcec4f9a4 12:06:59 ---> 62aa72c09790 12:06:59 Step 10/25 : COPY . . 12:07:00 ---> ebe70968b199 12:07:00 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:07:00 ---> Running in 1b7987161088 12:07:00 Removing intermediate container 1b7987161088 12:07:00 ---> f195782a0d1d 12:07:00 Step 12/25 : RUN $MAKE 12:07:01 ---> Running in d77e9c6c9689 12:07:02 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 12:09:08 Removing intermediate container d77e9c6c9689 12:09:08 ---> 653fad46ed92 12:09:08 Step 13/25 : FROM alpine:3.17 12:09:08 3.17: Pulling from library/alpine 12:09:08 c41833b44d91: Pulling fs layer 12:09:08 c41833b44d91: Verifying Checksum 12:09:08 c41833b44d91: Download complete 12:09:08 c41833b44d91: Pull complete 12:09:08 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 12:09:08 Status: Downloaded newer image for alpine:3.17 12:09:08 ---> 51e60588ff2c 12:09:08 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 12:09:08 ---> Running in 02a98b788c42 12:09:08 Removing intermediate container 02a98b788c42 12:09:08 ---> 032626280902 12:09:08 Step 15/25 : RUN apk add --update --no-cache dumb-init 12:09:08 ---> Running in 0cbf002e42c5 12:09:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 12:09:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 12:09:08 (1/1) Installing dumb-init (1.2.5-r2) 12:09:08 Executing busybox-1.35.0-r29.trigger 12:09:08 OK: 8 MiB in 16 packages 12:09:08 Removing intermediate container 0cbf002e42c5 12:09:08 ---> b2eb1a004c75 12:09:08 Step 16/25 : WORKDIR / 12:09:08 ---> Running in b673e4c839ef 12:09:09 Removing intermediate container b673e4c839ef 12:09:09 ---> a9b73f4940f1 12:09:09 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 12:09:09 ---> 4a197d64fdbb 12:09:09 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 12:09:10 ---> 5b106ad80bde 12:09:10 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 12:09:11 ---> 357391418bff 12:09:11 Step 20/25 : EXPOSE 59900 12:09:11 ---> Running in 07fa54330eb7 12:09:11 Removing intermediate container 07fa54330eb7 12:09:11 ---> b4dc5baf818c 12:09:11 Step 21/25 : ENTRYPOINT ["/device-virtual"] 12:09:12 ---> Running in 3f1524061e8f 12:09:12 Removing intermediate container 3f1524061e8f 12:09:12 ---> 8c42eb0ac52e 12:09:12 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 12:09:12 ---> Running in f6b79bad739a 12:09:12 Removing intermediate container f6b79bad739a 12:09:12 ---> e35ae9ab9ce0 12:09:12 Step 23/25 : LABEL arch=arm64 12:09:12 ---> Running in e6bd64273657 12:09:12 Removing intermediate container e6bd64273657 12:09:12 ---> 9e0fdc7d483e 12:09:12 Step 24/25 : LABEL git_sha=9a8de13ae9736f926756987f31596a192a118b43 12:09:12 ---> Running in 7e4e8a5c3a50 12:09:13 Removing intermediate container 7e4e8a5c3a50 12:09:13 ---> b30a4f1ac343 12:09:13 Step 25/25 : LABEL version=0.0.0 12:09:13 ---> Running in d294f10e3438 12:09:13 Removing intermediate container d294f10e3438 12:09:13 ---> 6b8fb3378856 12:09:13 [Warning] One or more build-args [ARCH] were not consumed 12:09:13 Successfully built 6b8fb3378856 12:09:13 Successfully tagged device-virtual-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 12:09:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:09:14 12:09:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:09:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:09:14 arm64: Pulling from edgex-lftools-log-publisher 12:09:14 8998bd30e6a1: Pulling fs layer 12:09:14 04944245beec: Pulling fs layer 12:09:14 699f458cf7ca: Pulling fs layer 12:09:14 765212b225bb: Pulling fs layer 12:09:14 f23df028b6ca: Pulling fs layer 12:09:14 d65c8cfc05b1: Pulling fs layer 12:09:14 2437ff75d9bd: Pulling fs layer 12:09:14 765212b225bb: Waiting 12:09:14 f23df028b6ca: Waiting 12:09:14 d65c8cfc05b1: Waiting 12:09:14 2437ff75d9bd: Waiting 12:09:15 04944245beec: Verifying Checksum 12:09:15 04944245beec: Download complete 12:09:15 765212b225bb: Verifying Checksum 12:09:15 765212b225bb: Download complete 12:09:15 f23df028b6ca: Verifying Checksum 12:09:15 f23df028b6ca: Download complete 12:09:15 d65c8cfc05b1: Verifying Checksum 12:09:15 d65c8cfc05b1: Download complete 12:09:15 699f458cf7ca: Verifying Checksum 12:09:15 699f458cf7ca: Download complete 12:09:15 8998bd30e6a1: Verifying Checksum 12:09:15 8998bd30e6a1: Download complete 12:09:17 2437ff75d9bd: Verifying Checksum 12:09:17 2437ff75d9bd: Download complete 12:09:19 8998bd30e6a1: Pull complete 12:09:20 04944245beec: Pull complete 12:09:21 699f458cf7ca: Pull complete 12:09:21 765212b225bb: Pull complete 12:09:22 f23df028b6ca: Pull complete 12:09:22 d65c8cfc05b1: Pull complete 12:09:37 2437ff75d9bd: Pull complete 12:09:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:09:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:09:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:09:38 prd-ubuntu20.04-docker-arm64-4c-16g-9531 does not seem to be running inside a container 12:09:38 $ 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/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/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 12:09:40 $ docker top 1860734a8db030bdb090c01f7508d191268bdab301889a8f7426e42395743599 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:09:41 ---> job-cost.sh 12:09:41 lf-activate-venv: SKIPPING 12:09:41 INFO: No Stack... 12:09:41 INFO: Retrieving Pricing Info for: v3-standard-4 12:09:42 INFO: Archiving Costs [Pipeline] sh 12:09:43 + cat /w/workspace/device-virtual-go/1/archives/cost.csv 12:09:43 + cut -d, -f6 [Pipeline] lock 12:09:43 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] 12:09:43 Resource [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] did not exist. Created. 12:09:43 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:09:43 /w/workspace/device-virtual-go/1@tmp/durable-3e25d82d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:09:43 + echo total: 0.10999999940395355 [Pipeline] stash 12:09:43 Warning: overwriting stash ‘stack-cost’ 12:09:43 Stashed 1 file(s) [Pipeline] } 12:09:43 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:09:44 $ docker stop --time=1 1860734a8db030bdb090c01f7508d191268bdab301889a8f7426e42395743599 12:09:45 $ docker rm -f --volumes 1860734a8db030bdb090c01f7508d191268bdab301889a8f7426e42395743599 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 12:09:46 provisioning config files... 12:09:46 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-389@tmp/config6233260910420692524tmp [Pipeline] { [Pipeline] sh 12:09:46 + set +x 12:09:46 + curl -s https://codecov.io/bash 12:09:46 + bash -s -- 12:09:46 12:09:46 _____ _ 12:09:46 / ____| | | 12:09:46 | | ___ __| | ___ ___ _____ __ 12:09:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:09:46 | |___| (_) | (_| | __/ (_| (_) \ V / 12:09:46 \_____\___/ \__,_|\___|\___\___/ \_/ 12:09:46 Bash-1.0.6 12:09:46 12:09:46 12:09:46 ==> git version 2.25.1 found 12:09:46 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 12:09:46 Release-Date: 2020-01-08 12:09:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:09:46 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:09:46 ==> Jenkins CI detected. 12:09:46 current dir:  /w/workspace/foundry_device-virtual-go_PR-389 12:09:46 project root: . 12:09:46 --> token set from env 12:09:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:09:46 ==> Running gcov in . (disable via -X gcov) 12:09:46 ==> Python coveragepy not found 12:09:46 ==> Searching for coverage reports in: 12:09:46 + . 12:09:47 -> Found 1 reports 12:09:47 ==> Detecting git/mercurial file structure 12:09:47 ==> Reading reports 12:09:47 + ./coverage.out bytes=43063 12:09:47 ==> Appending adjustments 12:09:47 https://docs.codecov.io/docs/fixing-reports 12:09:47 + Found adjustments 12:09:47 ==> Gzipping contents 12:09:47 8.0K /tmp/codecov.sDgdcz.gz 12:09:47 ==> Uploading reports 12:09:47 url: https://codecov.io 12:09:47 query: branch=PR-389&commit=9a8de13ae9736f926756987f31596a192a118b43&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-389%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=389&job=&cmd_args= 12:09:47 -> Pinging Codecov 12:09:47 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-389&commit=9a8de13ae9736f926756987f31596a192a118b43&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-389%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=389&job=&cmd_args= 12:09:47 -> Uploading to 12:09:47 https://storage.googleapis.com/codecov/v4/raw/2023-04-24/5E52B4B073DB2E39498172D8E973AA87/9a8de13ae9736f926756987f31596a192a118b43/23c8d913-f425-4944-8c3f-8a4ec2ade604.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230424%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230424T120947Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9247bbcaa63c21c1cc70f5a86673554a0921b5721c9677fbd1cf487d65583298 12:09:47 % Total % Received % Xferd Average Speed Time Time Time Current 12:09:47 Dload Upload Total Spent Left Speed 12:09:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 22441 --:--:-- --:--:-- --:--:-- 22441 12:09:47 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/9a8de13ae9736f926756987f31596a192a118b43 [Pipeline] } 12:09:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:09:49 + [ -d /w/workspace/foundry_device-virtual-go_PR-389/archives ] 12:09:49 + ls -al /w/workspace/foundry_device-virtual-go_PR-389/archives 12:09:49 total 16 12:09:49 drwxr-xr-x 3 root root 4096 Apr 24 12:01 . 12:09:49 drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 12:01 .. 12:09:49 drwxr-xr-x 2 root root 4096 Apr 24 12:01 cost 12:09:49 -rw-r--r-- 1 root root 89 Apr 24 12:01 cost.csv 12:09:49 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-389/archives 12:09:49 + ls -al /w/workspace/foundry_device-virtual-go_PR-389/archives 12:09:49 total 16 12:09:49 drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 12:01 . 12:09:49 drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 12:01 .. 12:09:49 drwxr-xr-x 2 jenkins jenkins 4096 Apr 24 12:01 cost 12:09:49 -rw-r--r-- 1 jenkins jenkins 89 Apr 24 12:01 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:09:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:09:50 ---> package-listing.sh 12:09:50 ++ tr '[:upper:]' '[:lower:]' 12:09:50 ++ facter osfamily 12:09:50 + OS_FAMILY=debian 12:09:50 + workspace=/w/workspace/foundry_device-virtual-go_PR-389 12:09:50 + START_PACKAGES=/tmp/packages_start.txt 12:09:50 + END_PACKAGES=/tmp/packages_end.txt 12:09:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:09:50 + PACKAGES=/tmp/packages_start.txt 12:09:50 + '[' /w/workspace/foundry_device-virtual-go_PR-389 ']' 12:09:50 + PACKAGES=/tmp/packages_end.txt 12:09:50 + case "${OS_FAMILY}" in 12:09:50 + dpkg -l 12:09:50 + grep '^ii' 12:09:50 + '[' -f /tmp/packages_start.txt ']' 12:09:50 + '[' -f /tmp/packages_end.txt ']' 12:09:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:09:50 + '[' /w/workspace/foundry_device-virtual-go_PR-389 ']' 12:09:50 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-389/archives/ 12:09:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-389/archives/ [Pipeline] echo 12:09:51 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/foundry_device-virtual-go_PR-389/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:09:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:09:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:09:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:09:52 prd-ubuntu20.04-docker-8c-8g-9530 does not seem to be running inside a container 12:09:52 $ 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/foundry_device-virtual-go_PR-389/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-389 -v /w/workspace/foundry_device-virtual-go_PR-389:/w/workspace/foundry_device-virtual-go_PR-389:rw,z -v /w/workspace/foundry_device-virtual-go_PR-389@tmp:/w/workspace/foundry_device-virtual-go_PR-389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:09:52 $ docker top 0055fc956a33943d99220beca859e28e5e396963b5ae41d627f796484ca6b3f4 -eo pid,comm [Pipeline] { [Pipeline] sh 12:09:52 + touch /tmp/pre-build-complete [Pipeline] sh 12:09:53 + mkdir -p /var/log/sysstat [Pipeline] sh 12:09:53 + ls /var/log/sa-host 12:09:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:09:53 provisioning config files... 12:09:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-389@tmp/config13969455124539499052tmp [Pipeline] { [Pipeline] echo 12:09:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:09:54 ---> create-netrc.sh [Pipeline] } 12:09:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:09:54 ---> python-tools-install.sh [Pipeline] echo 12:09:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:09:55 ---> sudo-logs.sh 12:09:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:09:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:09:55 ---> job-cost.sh 12:09:55 lf-activate-venv: SKIPPING 12:09:55 DEBUG: total: 0.2199999988079071 12:09:55 INFO: Retrieving Stack Cost... 12:09:55 INFO: Retrieving Pricing Info for: v3-standard-8 12:09:56 INFO: Archiving Costs [Pipeline] echo 12:09:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:09:56 ---> logs-deploy.sh 12:09:56 lf-activate-venv: SKIPPING 12:09:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-389/1 12:09:56 INFO: archiving workspace using pattern(s): 12:09:57 Archives upload complete. 12:09:57 INFO: archiving logs to Nexus 12:09:58 ---> uname -a: 12:09:58 Linux prd-ubuntu20-04-docker-8c-8g-9530 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 12:09:58 12:09:58 12:09:58 ---> lscpu: 12:09:58 Architecture: x86_64 12:09:58 CPU op-mode(s): 32-bit, 64-bit 12:09:58 Byte Order: Little Endian 12:09:58 Address sizes: 40 bits physical, 48 bits virtual 12:09:58 CPU(s): 8 12:09:58 On-line CPU(s) list: 0-7 12:09:58 Thread(s) per core: 1 12:09:58 Core(s) per socket: 1 12:09:58 Socket(s): 8 12:09:58 NUMA node(s): 1 12:09:58 Vendor ID: AuthenticAMD 12:09:58 CPU family: 23 12:09:58 Model: 49 12:09:58 Model name: AMD EPYC-Rome Processor 12:09:58 Stepping: 0 12:09:58 CPU MHz: 2800.000 12:09:58 BogoMIPS: 5600.00 12:09:58 Virtualization: AMD-V 12:09:58 Hypervisor vendor: KVM 12:09:58 Virtualization type: full 12:09:58 L1d cache: 256 KiB 12:09:58 L1i cache: 256 KiB 12:09:58 L2 cache: 4 MiB 12:09:58 L3 cache: 128 MiB 12:09:58 NUMA node0 CPU(s): 0-7 12:09:58 Vulnerability Itlb multihit: Not affected 12:09:58 Vulnerability L1tf: Not affected 12:09:58 Vulnerability Mds: Not affected 12:09:58 Vulnerability Meltdown: Not affected 12:09:58 Vulnerability Mmio stale data: Not affected 12:09:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:09:58 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:09:58 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 12:09:58 Vulnerability Srbds: Not affected 12:09:58 Vulnerability Tsx async abort: Not affected 12:09:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 12:09:58 12:09:58 12:09:58 ---> nproc: 12:09:58 8 12:09:58 12:09:58 12:09:58 ---> df -h: 12:09:58 Filesystem Size Used Avail Use% Mounted on 12:09:58 overlay 155G 12G 144G 8% / 12:09:58 tmpfs 64M 0 64M 0% /dev 12:09:58 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:09:58 shm 64M 0 64M 0% /dev/shm 12:09:58 /dev/vda1 155G 12G 144G 8% /facter-os 12:09:58 12:09:58 12:09:58 ---> sar -b -r -n DEV: 12:09:58 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9530) 04/24/23 _x86_64_ (8 CPU) 12:09:58 12:09:58 11:58:36 LINUX RESTART (8 CPU) 12:09:58 12:09:58 11:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:09:58 12:00:01 149.57 38.87 110.69 0.00 4348.01 40108.46 0.00 12:09:58 12:01:01 127.70 0.95 126.75 0.00 17.59 49754.19 0.00 12:09:58 12:02:01 171.89 0.22 171.67 0.00 14.66 42237.76 0.00 12:09:58 12:03:01 2.33 0.00 2.33 0.00 0.00 26.41 0.00 12:09:58 12:04:01 39.91 12.98 26.93 0.00 5473.09 6314.41 0.00 12:09:58 12:05:01 4.75 0.00 4.75 0.00 0.00 59.99 0.00 12:09:58 12:06:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 12:09:58 12:07:01 1.83 0.00 1.83 0.00 0.00 20.26 0.00 12:09:58 12:08:01 1.42 0.00 1.42 0.00 0.00 15.60 0.00 12:09:58 12:09:01 2.33 0.00 2.33 0.00 0.00 37.72 0.00 12:09:58 Average: 50.15 5.25 44.91 0.00 979.67 13816.36 0.00 12:09:58 12:09:58 11:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:09:58 12:00:01 29151692 31594872 726424 2.21 76056 2636364 1989280 5.86 992244 2377536 4552 12:09:58 12:01:01 28173480 31559616 747728 2.27 147008 3419224 1908372 5.62 1209480 3035368 108720 12:09:58 12:02:01 27632460 31578052 728668 2.22 158872 3923216 1777196 5.24 1272316 3466628 348 12:09:58 12:03:01 27632788 31578400 728172 2.21 158912 3923216 1777196 5.24 1272040 3466628 12 12:09:58 12:04:01 27263172 31564504 727160 2.21 167208 4257256 1826968 5.38 1497932 3578200 1004 12:09:58 12:05:01 27268084 31569172 724460 2.20 167260 4257240 1860336 5.48 1496376 3578148 164 12:09:58 12:06:01 27269140 31570312 723284 2.20 167356 4257244 1844028 5.43 1497124 3578152 180 12:09:58 12:07:01 27269564 31570824 722756 2.20 167424 4257248 1844028 5.43 1497308 3578184 188 12:09:58 12:08:01 27269352 31570680 722892 2.20 167476 4257252 1844028 5.43 1496792 3578192 8 12:09:58 12:09:01 27269904 31571772 722268 2.20 167572 4257232 1844028 5.43 1496880 3578616 188 12:09:58 Average: 27619964 31572820 727381 2.21 154514 3944549 1851546 5.46 1372849 3381565 11536 12:09:58 12:09:58 11:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:09:58 12:00:01 lo 6.64 6.64 0.64 0.64 0.00 0.00 0.00 0.00 12:09:58 12:00:01 ens3 680.51 450.23 7004.65 95.20 0.00 0.00 0.00 0.00 12:09:58 12:00:01 docker0 90.44 110.90 7.19 311.28 0.00 0.00 0.00 0.00 12:09:58 12:00:01 vetha40949c 57.99 77.34 5.43 50.90 0.00 0.00 0.00 0.00 12:09:58 12:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:09:58 12:01:01 ens3 283.39 159.94 1875.58 97.39 0.00 0.00 0.00 0.00 12:09:58 12:01:01 docker0 130.32 248.74 10.06 1846.37 0.00 0.00 0.00 0.00 12:09:58 12:02:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 12:09:58 12:02:01 ens3 125.65 73.90 2678.26 18.25 0.00 0.00 0.00 0.00 12:09:58 12:02:01 docker0 2.77 7.10 0.17 85.55 0.00 0.00 0.00 0.00 12:09:58 12:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:09:58 12:03:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 12:09:58 12:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:09:58 12:04:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 12:09:58 12:04:01 ens3 133.96 64.31 1952.71 4.83 0.00 0.00 0.00 0.00 12:09:58 12:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:09:58 12:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:09:58 12:05:01 ens3 0.63 0.60 0.19 0.14 0.00 0.00 0.00 0.00 12:09:58 12:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:09:58 12:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:09:58 12:06:01 ens3 3.30 2.43 12.34 0.18 0.00 0.00 0.00 0.00 12:09:58 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:09:58 12:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:09:58 12:07:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 12:09:58 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:09:58 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:09:58 12:08:01 ens3 0.08 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:09:58 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:09:58 12:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:09:58 12:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:09:58 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:09:58 Average: lo 0.99 0.99 0.09 0.09 0.00 0.00 0.00 0.00 12:09:58 Average: ens3 121.87 74.55 1342.94 21.48 0.00 0.00 0.00 0.00 12:09:58 Average: docker0 22.24 36.56 1.73 224.23 0.00 0.00 0.00 0.00 12:09:58 12:09:58 12:09:58 ---> sar -P ALL: 12:09:58 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9530) 04/24/23 _x86_64_ (8 CPU) 12:09:58 12:09:58 11:58:36 LINUX RESTART (8 CPU) 12:09:58 12:09:58 11:59:02 CPU %user %nice %system %iowait %steal %idle 12:09:58 12:00:01 all 9.89 0.00 3.32 1.70 0.08 85.01 12:09:58 12:00:01 0 8.53 0.00 2.84 0.43 0.09 88.12 12:09:58 12:00:01 1 14.21 0.00 2.51 1.21 0.09 81.98 12:09:58 12:00:01 2 7.97 0.00 3.55 6.41 0.07 82.00 12:09:58 12:00:01 3 10.98 0.00 3.18 0.77 0.09 84.98 12:09:58 12:00:01 4 8.56 0.00 3.70 0.58 0.09 87.07 12:09:58 12:00:01 5 11.17 0.00 3.50 0.65 0.07 84.61 12:09:58 12:00:01 6 11.48 0.00 3.03 0.43 0.07 84.99 12:09:58 12:00:01 7 6.14 0.00 4.27 3.16 0.09 86.34 12:09:58 12:01:01 all 26.60 0.00 5.22 2.31 0.12 65.75 12:09:58 12:01:01 0 25.45 0.00 5.64 0.14 0.12 68.66 12:09:58 12:01:01 1 26.99 0.00 5.50 7.18 0.10 60.22 12:09:58 12:01:01 2 26.98 0.00 4.93 0.22 0.12 67.75 12:09:58 12:01:01 3 27.04 0.00 5.45 1.99 0.13 65.38 12:09:58 12:01:01 4 26.88 0.00 5.02 1.17 0.14 66.80 12:09:58 12:01:01 5 26.65 0.00 4.65 0.17 0.12 68.42 12:09:58 12:01:01 6 26.44 0.00 5.44 6.37 0.12 61.63 12:09:58 12:01:01 7 26.39 0.00 5.11 1.25 0.12 67.13 12:09:58 12:02:01 all 15.74 0.00 3.65 1.76 0.09 78.77 12:09:58 12:02:01 0 14.85 0.00 3.69 2.93 0.07 78.46 12:09:58 12:02:01 1 15.83 0.00 3.59 0.25 0.12 80.21 12:09:58 12:02:01 2 16.09 0.00 3.27 0.71 0.07 79.87 12:09:58 12:02:01 3 16.51 0.00 4.19 3.54 0.08 75.68 12:09:58 12:02:01 4 15.21 0.00 3.45 4.43 0.10 76.82 12:09:58 12:02:01 5 16.73 0.00 3.68 0.08 0.07 79.44 12:09:58 12:02:01 6 14.65 0.00 3.72 0.39 0.08 81.16 12:09:58 12:02:01 7 16.02 0.00 3.63 1.79 0.10 78.46 12:09:58 12:03:01 all 0.03 0.00 0.01 0.03 0.01 99.92 12:09:58 12:03:01 0 0.00 0.00 0.02 0.00 0.02 99.97 12:09:58 12:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 12:09:58 12:03:01 2 0.02 0.00 0.00 0.20 0.00 99.78 12:09:58 12:03:01 3 0.05 0.00 0.02 0.02 0.00 99.92 12:09:58 12:03:01 4 0.03 0.00 0.02 0.00 0.02 99.93 12:09:58 12:03:01 5 0.00 0.00 0.00 0.00 0.02 99.98 12:09:58 12:03:01 6 0.02 0.00 0.02 0.00 0.02 99.95 12:09:58 12:03:01 7 0.13 0.00 0.02 0.00 0.02 99.83 12:09:58 12:04:01 all 1.47 0.00 0.64 0.56 0.02 97.31 12:09:58 12:04:01 0 1.82 0.00 0.77 0.05 0.03 97.33 12:09:58 12:04:01 1 1.19 0.00 1.07 1.64 0.03 96.07 12:09:58 12:04:01 2 2.24 0.00 0.68 1.67 0.02 95.40 12:09:58 12:04:01 3 1.20 0.00 0.83 0.83 0.02 97.11 12:09:58 12:04:01 4 1.29 0.00 0.39 0.10 0.03 98.19 12:09:58 12:04:01 5 0.92 0.00 0.42 0.07 0.00 98.60 12:09:58 12:04:01 6 2.14 0.00 0.48 0.07 0.00 97.31 12:09:58 12:04:01 7 0.99 0.00 0.47 0.03 0.03 98.48 12:09:58 12:05:01 all 0.01 0.00 0.03 0.01 0.01 99.94 12:09:58 12:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 12:09:58 12:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:09:58 12:05:01 2 0.00 0.00 0.02 0.02 0.02 99.95 12:09:58 12:05:01 3 0.02 0.00 0.05 0.00 0.02 99.92 12:09:58 12:05:01 4 0.02 0.00 0.05 0.03 0.02 99.88 12:09:58 12:05:01 5 0.02 0.00 0.05 0.00 0.00 99.93 12:09:58 12:05:01 6 0.02 0.00 0.05 0.00 0.02 99.92 12:09:58 12:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:09:58 12:06:01 all 0.13 0.00 0.02 0.00 0.00 99.85 12:09:58 12:06:01 0 0.07 0.00 0.02 0.00 0.00 99.92 12:09:58 12:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 12:09:58 12:06:01 2 0.03 0.00 0.02 0.03 0.00 99.92 12:09:58 12:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:09:58 12:06:01 4 0.73 0.00 0.00 0.00 0.00 99.27 12:09:58 12:06:01 5 0.03 0.00 0.03 0.00 0.02 99.92 12:09:58 12:06:01 6 0.03 0.00 0.02 0.00 0.00 99.95 12:09:58 12:06:01 7 0.07 0.00 0.03 0.00 0.00 99.90 12:09:58 12:07:01 all 0.02 0.00 0.01 0.00 0.01 99.96 12:09:58 12:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 12:09:58 12:07:01 1 0.00 0.00 0.03 0.02 0.00 99.95 12:09:58 12:07:01 2 0.00 0.00 0.00 0.02 0.00 99.98 12:09:58 12:07:01 3 0.03 0.00 0.00 0.00 0.02 99.95 12:09:58 12:07:01 4 0.03 0.00 0.02 0.00 0.02 99.93 12:09:58 12:07:01 5 0.03 0.00 0.03 0.00 0.02 99.92 12:09:58 12:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 12:09:58 12:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:09:58 12:08:01 all 0.07 0.00 0.01 0.00 0.00 99.92 12:09:58 12:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:09:58 12:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 12:09:58 12:08:01 2 0.00 0.00 0.00 0.02 0.00 99.98 12:09:58 12:08:01 3 0.03 0.00 0.00 0.00 0.00 99.97 12:09:58 12:08:01 4 0.47 0.00 0.02 0.00 0.00 99.52 12:09:58 12:08:01 5 0.02 0.00 0.03 0.00 0.02 99.93 12:09:58 12:08:01 6 0.03 0.00 0.02 0.00 0.00 99.95 12:09:58 12:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:09:58 12:09:01 all 0.06 0.00 0.01 0.01 0.01 99.91 12:09:58 12:09:01 0 0.27 0.00 0.02 0.00 0.02 99.70 12:09:58 12:09:01 1 0.02 0.00 0.02 0.02 0.00 99.95 12:09:58 12:09:01 2 0.02 0.00 0.02 0.03 0.00 99.93 12:09:58 12:09:01 3 0.05 0.00 0.02 0.02 0.02 99.90 12:09:58 12:09:01 4 0.03 0.00 0.00 0.00 0.00 99.97 12:09:58 12:09:01 5 0.05 0.00 0.02 0.00 0.02 99.92 12:09:58 12:09:01 6 0.02 0.00 0.02 0.00 0.00 99.97 12:09:58 12:09:01 7 0.05 0.00 0.02 0.00 0.00 99.93 12:09:58 Average: all 5.36 0.00 1.28 0.63 0.03 92.70 12:09:58 Average: 0 5.06 0.00 1.29 0.35 0.03 93.27 12:09:58 Average: 1 5.78 0.00 1.27 1.03 0.04 91.89 12:09:58 Average: 2 5.30 0.00 1.24 0.92 0.03 92.52 12:09:58 Average: 3 5.54 0.00 1.36 0.71 0.04 92.34 12:09:58 Average: 4 5.28 0.00 1.25 0.63 0.04 92.80 12:09:58 Average: 5 5.52 0.00 1.23 0.10 0.03 93.12 12:09:58 Average: 6 5.43 0.00 1.27 0.72 0.03 92.55 12:09:58 Average: 7 4.93 0.00 1.34 0.61 0.04 93.08 12:09:58 12:09:58 12:09:58