Pull request #462 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac+1a68168e1b466f81fb38e733dbe2211c06120b2a (1f46018596fb7d0b9ec72309c3edd7dbb83b270f) 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-ssh2381559780936849613.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-ssh9740114302658881991.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-modbus-go/branches/PR-462/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-modbus-go/branches/PR-462/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh661441952673537005.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-modbus-go/branches/PR-462/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7689939127575924550.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-ssh10778867527742249399.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-modbus-go/branches/PR-462/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-modbus-go/branches/PR-462/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7328458403166838622.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-modbus-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-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-modbus 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-9489 in /w/workspace/xfoundry_device-modbus-go_PR-462 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-462 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-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-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-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-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1a68168e1b466f81fb38e733dbe2211c06120b2a into PR head commit eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac Merge succeeded, producing eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac Checking out Revision eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac (PR-462) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > 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 05:59:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac # 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 1a68168e1b466f81fb38e733dbe2211c06120b2a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac # timeout=10 [Pipeline] withCredentials 05:59:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:59:59 ========================================================= 05:59:59 EdgeX Global Pipelines Version Info 05:59:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:00:00 ------------------- 06:00:00 stable info: 06:00:00 ------------------- 06:00:00 Commited By: Bill Mahoney bill.mahoney@intel.com 06:00:00 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 06:00:00 Message: update stable to v1.0.248 06:00:01 ------------------- 06:00:01 experimental info: 06:00:01 ------------------- 06:00:01 Commited By: **** collab-it+edgex@linuxfoundation.org 06:00:01 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 06:00:01 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:00:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 06:00:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 06:00:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:00:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:00:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:00:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:00:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-462 [Pipeline] echo 06:00:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-462 [Pipeline] echo 06:00:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-462 [Pipeline] echo 06:00:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac [Pipeline] echo 06:00:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eca0f97 [Pipeline] echo 06:00:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:00:03 provisioning config files... 06:00:03 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-462@tmp/config5780650072361886004tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:00:03 ---> docker-login.sh 06:00:03 nexus3.edgexfoundry.org:10001 06:00:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:03 Configure a credential helper to remove this warning. See 06:00:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:03 06:00:03 Login Succeeded 06:00:03 nexus3.edgexfoundry.org:10002 06:00:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:03 Configure a credential helper to remove this warning. See 06:00:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:03 06:00:03 Login Succeeded 06:00:03 nexus3.edgexfoundry.org:10003 06:00:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:04 Configure a credential helper to remove this warning. See 06:00:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:04 06:00:04 Login Succeeded 06:00:04 nexus3.edgexfoundry.org:10004 06:00:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:04 Configure a credential helper to remove this warning. See 06:00:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:04 06:00:04 Login Succeeded 06:00:04 docker.io 06:00:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:10 Configure a credential helper to remove this warning. See 06:00:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:10 06:00:10 Login Succeeded 06:00:10 ---> docker-login.sh ends [Pipeline] } 06:00:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:00:12 + git rev-list -1 --merges eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac~1..eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac [Pipeline] echo 06:00:12 -----------> git rev-list -1 --merges eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac~1..eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac [false] [Pipeline] sh 06:00:13 + git log --format=format:%s -1 eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac [Pipeline] echo 06:00:13 ========================================================= 06:00:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:00:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:00:13 + git log --format=format:%s -1 eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac [Pipeline] echo 06:00:13 [semverPrep] GIT_COMMIT: eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 06:00:13 [semverPrep] This is not a build commit. [Pipeline] sh 06:00:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:00:14 + grep -v github /etc/ssh/ssh_known_hosts 06:00:14 + [ -e /tmp/ssh_known_hosts ] 06:00:14 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:00:14 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:00:14 + sudo tee -a /etc/ssh/ssh_known_hosts 06:00:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:00:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:00:16 06:00:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:00:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:00:16 0.1.4: Pulling from edgex-devops/py-git-semver 06:00:16 b85a868b505f: Pulling fs layer 06:00:16 e2be974225ed: Pulling fs layer 06:00:16 339a4e72a1f5: Pulling fs layer 06:00:16 988bab9f4d93: Pulling fs layer 06:00:16 1469e6f7b9e6: Pulling fs layer 06:00:16 eaf3925da568: Pulling fs layer 06:00:16 bab4dde63d76: Pulling fs layer 06:00:16 bde34c3a00c8: Pulling fs layer 06:00:16 b352a97aabf1: Pulling fs layer 06:00:16 4872d77fe225: Pulling fs layer 06:00:16 5851b861e8e6: Pulling fs layer 06:00:16 b352a97aabf1: Waiting 06:00:16 eaf3925da568: Waiting 06:00:16 1469e6f7b9e6: Waiting 06:00:16 988bab9f4d93: Waiting 06:00:16 bab4dde63d76: Waiting 06:00:16 4872d77fe225: Waiting 06:00:16 bde34c3a00c8: Waiting 06:00:16 5851b861e8e6: Waiting 06:00:16 e2be974225ed: Verifying Checksum 06:00:16 e2be974225ed: Download complete 06:00:16 988bab9f4d93: Download complete 06:00:16 1469e6f7b9e6: Verifying Checksum 06:00:16 1469e6f7b9e6: Download complete 06:00:16 339a4e72a1f5: Verifying Checksum 06:00:16 339a4e72a1f5: Download complete 06:00:16 eaf3925da568: Download complete 06:00:16 bde34c3a00c8: Verifying Checksum 06:00:16 bde34c3a00c8: Download complete 06:00:16 b352a97aabf1: Verifying Checksum 06:00:16 b352a97aabf1: Download complete 06:00:16 4872d77fe225: Download complete 06:00:16 5851b861e8e6: Verifying Checksum 06:00:16 5851b861e8e6: Download complete 06:00:16 b85a868b505f: Download complete 06:00:17 bab4dde63d76: Verifying Checksum 06:00:17 bab4dde63d76: Download complete 06:00:18 b85a868b505f: Pull complete 06:00:18 e2be974225ed: Pull complete 06:00:19 339a4e72a1f5: Pull complete 06:00:19 988bab9f4d93: Pull complete 06:00:19 1469e6f7b9e6: Pull complete 06:00:19 eaf3925da568: Pull complete 06:00:21 bab4dde63d76: Pull complete 06:00:21 bde34c3a00c8: Pull complete 06:00:21 b352a97aabf1: Pull complete 06:00:21 4872d77fe225: Pull complete 06:00:21 5851b861e8e6: Pull complete 06:00:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:00:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:00:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:00:21 prd-ubuntu20.04-docker-8c-8g-9489 does not seem to be running inside a container 06:00:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-462 -v /w/workspace/xfoundry_device-modbus-go_PR-462:/w/workspace/xfoundry_device-modbus-go_PR-462:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-462@tmp:/w/workspace/xfoundry_device-modbus-go_PR-462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:00:23 $ docker top a5ef8fad4adfdfc0957f6c93a076ba18d858014801df1b290bf481e73a848429 -eo pid,comm 06:00:23 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). 06:00:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:00:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:00:23 [ssh-agent] Looking for ssh-agent implementation... 06:00:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:00:23 $ docker exec a5ef8fad4adfdfc0957f6c93a076ba18d858014801df1b290bf481e73a848429 ssh-agent 06:00:23 SSH_AUTH_SOCK=/tmp/ssh-nkj2eevXsGvE/agent.32 06:00:23 SSH_AGENT_PID=38 06:00:23 Running ssh-add (command line suppressed) 06:00:23 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-462@tmp/private_key_4290587614927742721.key (/w/workspace/xfoundry_device-modbus-go_PR-462@tmp/private_key_4290587614927742721.key) 06:00:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:00:23 + git tag --points-at HEAD [Pipeline] } 06:00:23 $ docker exec --env ******** --env ******** a5ef8fad4adfdfc0957f6c93a076ba18d858014801df1b290bf481e73a848429 ssh-agent -k 06:00:23 unset SSH_AUTH_SOCK; 06:00:23 unset SSH_AGENT_PID; 06:00:23 echo Agent pid 38 killed; 06:00:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:00:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:00:24 [ssh-agent] Looking for ssh-agent implementation... 06:00:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:00:24 $ docker exec a5ef8fad4adfdfc0957f6c93a076ba18d858014801df1b290bf481e73a848429 ssh-agent 06:00:24 SSH_AUTH_SOCK=/tmp/ssh-BvEQ9SG4e59h/agent.70 06:00:24 SSH_AGENT_PID=76 06:00:24 Running ssh-add (command line suppressed) 06:00:24 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-462@tmp/private_key_16663969364297017216.key (/w/workspace/xfoundry_device-modbus-go_PR-462@tmp/private_key_16663969364297017216.key) 06:00:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:00:24 + git semver init 06:00:25 2023-04-24 06:00:24,951 [run_init] DEBUG init version:0.0.0 force:False 06:00:25 2023-04-24 06:00:24,952 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_device-modbus-go_PR-462/.semver 06:00:25 2023-04-24 06:00:24,952 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/xfoundry_device-modbus-go_PR-462/.semver 06:00:25 2023-04-24 06:00:24,953 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-modbus-go.git', '/w/workspace/xfoundry_device-modbus-go_PR-462/.semver'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-462, universal_newlines=False, shell=None, istream=None) 06:00:25 2023-04-24 06:00:25,706 [append_file] DEBUG append to file:/w/workspace/xfoundry_device-modbus-go_PR-462/.git/info/exclude 06:00:25 2023-04-24 06:00:25,706 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_device-modbus-go_PR-462/.semver/PR-462 with force:False 06:00:25 2023-04-24 06:00:25,706 [write_file] DEBUG write to file:/w/workspace/xfoundry_device-modbus-go_PR-462/.semver/PR-462 06:00:25 2023-04-24 06:00:25,708 [execute] INFO git cat-file --batch-check 06:00:25 2023-04-24 06:00:25,709 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-462/.semver, universal_newlines=False, shell=None, istream=) 06:00:25 2023-04-24 06:00:25,716 [execute] INFO git cat-file --batch 06:00:25 2023-04-24 06:00:25,716 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-462/.semver, universal_newlines=False, shell=None, istream=) 06:00:25 2023-04-24 06:00:25,722 [read_version] DEBUG read version from /w/workspace/xfoundry_device-modbus-go_PR-462/.semver/PR-462 06:00:25 0.0.0 [Pipeline] } 06:00:25 $ docker exec --env ******** --env ******** a5ef8fad4adfdfc0957f6c93a076ba18d858014801df1b290bf481e73a848429 ssh-agent -k 06:00:26 unset SSH_AUTH_SOCK; 06:00:26 unset SSH_AGENT_PID; 06:00:26 echo Agent pid 76 killed; 06:00:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:00:26 + git semver [Pipeline] } 06:00:26 $ docker stop --time=1 a5ef8fad4adfdfc0957f6c93a076ba18d858014801df1b290bf481e73a848429 06:00:28 $ docker rm -f --volumes a5ef8fad4adfdfc0957f6c93a076ba18d858014801df1b290bf481e73a848429 [Pipeline] // withDockerContainer [Pipeline] sh 06:00:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:00:28 Stashed 1 file(s) [Pipeline] echo 06:00:28 [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 06:00:29 provisioning config files... 06:00:29 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-462@tmp/config16751982391212356561tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:00:29 ---> docker-login.sh 06:00:29 nexus3.edgexfoundry.org:10001 06:00:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:29 Configure a credential helper to remove this warning. See 06:00:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:29 06:00:29 Login Succeeded 06:00:29 nexus3.edgexfoundry.org:10002 06:00:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:29 Configure a credential helper to remove this warning. See 06:00:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:29 06:00:29 Login Succeeded 06:00:29 nexus3.edgexfoundry.org:10003 06:00:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:29 Configure a credential helper to remove this warning. See 06:00:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:29 06:00:29 Login Succeeded 06:00:29 nexus3.edgexfoundry.org:10004 06:00:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:29 Configure a credential helper to remove this warning. See 06:00:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:29 06:00:29 Login Succeeded 06:00:29 docker.io 06:00:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:30 Configure a credential helper to remove this warning. See 06:00:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:30 06:00:30 Login Succeeded 06:00:30 ---> docker-login.sh ends [Pipeline] } 06:00:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:00:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:00:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:00:30 ========================================================= 06:00:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 06:00:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:00:31 + 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 . 06:00:31 Sending build context to Docker daemon 6.462MB 06:00:31 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 06:00:31 Step 2/10 : FROM ${BASE} AS builder 06:00:31 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 06:00:31 63b65145d645: Pulling fs layer 06:00:31 a2d21d5440eb: Pulling fs layer 06:00:31 935e6c44a52c: Pulling fs layer 06:00:31 94cc34f8dd06: Pulling fs layer 06:00:31 30dea6a524f1: Pulling fs layer 06:00:31 a2aff8979fd8: Pulling fs layer 06:00:31 6808be2612f2: Pulling fs layer 06:00:31 f25807f1079a: Pulling fs layer 06:00:31 30dea6a524f1: Waiting 06:00:31 a2aff8979fd8: Waiting 06:00:31 6808be2612f2: Waiting 06:00:31 94cc34f8dd06: Waiting 06:00:31 f25807f1079a: Waiting 06:00:31 a2d21d5440eb: Download complete 06:00:31 94cc34f8dd06: Verifying Checksum 06:00:31 94cc34f8dd06: Download complete 06:00:31 30dea6a524f1: Verifying Checksum 06:00:31 30dea6a524f1: Download complete 06:00:31 63b65145d645: Verifying Checksum 06:00:31 63b65145d645: Download complete 06:00:31 a2aff8979fd8: Verifying Checksum 06:00:31 a2aff8979fd8: Download complete 06:00:31 63b65145d645: Pull complete 06:00:31 a2d21d5440eb: Pull complete 06:00:31 f25807f1079a: Verifying Checksum 06:00:31 f25807f1079a: Download complete 06:00:31 935e6c44a52c: Verifying Checksum 06:00:31 935e6c44a52c: Download complete 06:00:32 6808be2612f2: Verifying Checksum 06:00:32 6808be2612f2: Download complete 06:00:35 935e6c44a52c: Pull complete 06:00:35 94cc34f8dd06: Pull complete 06:00:35 30dea6a524f1: Pull complete 06:00:35 a2aff8979fd8: Pull complete 06:00:37 6808be2612f2: Pull complete 06:00:38 f25807f1079a: Pull complete 06:00:38 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 06:00:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:00:38 ---> 3b553350e43f 06:00:38 Step 3/10 : ARG ADD_BUILD_TAGS="" 06:00:40 ---> Running in 48b6d57ede18 06:00:40 Removing intermediate container 48b6d57ede18 06:00:40 ---> 74947f5bb8d9 06:00:40 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:00:40 ---> Running in 1603c6b4acc3 06:00:40 Removing intermediate container 1603c6b4acc3 06:00:40 ---> 6f71c916940a 06:00:40 Step 5/10 : RUN apk add --update --no-cache make git openssh 06:00:40 ---> Running in da1675e4a6dd 06:00:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:00:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:00:40 (1/8) Installing openssh-keygen (9.1_p1-r2) 06:00:40 (2/8) Installing libedit (20221030.3.1-r0) 06:00:40 (3/8) Installing openssh-client-common (9.1_p1-r2) 06:00:40 (4/8) Installing openssh-client-default (9.1_p1-r2) 06:00:40 (5/8) Installing openssh-sftp-server (9.1_p1-r2) 06:00:40 (6/8) Installing openssh-server-common (9.1_p1-r2) 06:00:40 (7/8) Installing openssh-server (9.1_p1-r2) 06:00:40 (8/8) Installing openssh (9.1_p1-r2) 06:00:40 Executing busybox-1.35.0-r29.trigger 06:00:40 OK: 270 MiB in 61 packages 06:00:41 Removing intermediate container da1675e4a6dd 06:00:41 ---> 07baf2d59724 06:00:41 Step 6/10 : WORKDIR /device-modbus-go 06:00:41 ---> Running in 0cd34035d661 06:00:41 Removing intermediate container 0cd34035d661 06:00:41 ---> 560b769ebd18 06:00:41 Step 7/10 : COPY go.mod vendor* ./ 06:00:41 ---> 22e97e601276 06:00:41 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:41 ---> Running in 4e790a8b4433 06:00:44 Still waiting to schedule task 06:00:44 ‘prd-ubuntu20.04-docker-arm64-4c-16g-9488’ is offline 06:00:59 Removing intermediate container 4e790a8b4433 06:00:59 ---> de7ef16f758d 06:00:59 Step 9/10 : COPY . . 06:00:59 ---> 041160de4a76 06:00:59 Step 10/10 : RUN ${MAKE} 06:00:59 ---> Running in 1c42318d1cd4 06:00:59 noop 06:00:59 Removing intermediate container 1c42318d1cd4 06:00:59 ---> d9917b53ef6f 06:00:59 Successfully built d9917b53ef6f 06:00:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:01:00 + docker inspect -f . ci-base-image-x86_64 06:01:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:01:00 prd-ubuntu20.04-docker-8c-8g-9489 does not seem to be running inside a container 06:01:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_PR-462 -v /w/workspace/xfoundry_device-modbus-go_PR-462:/w/workspace/xfoundry_device-modbus-go_PR-462:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-462@tmp:/w/workspace/xfoundry_device-modbus-go_PR-462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:01:00 $ docker top 652ed8f6ee31b279900976e94ab88ecc27173432d4c1902c0185cedfbb4f7e6b -eo pid,comm [Pipeline] { [Pipeline] sh 06:01:01 + go version 06:01:01 go version go1.20.2 linux/amd64 [Pipeline] } 06:01:01 $ docker stop --time=1 652ed8f6ee31b279900976e94ab88ecc27173432d4c1902c0185cedfbb4f7e6b 06:01:02 $ docker rm -f --volumes 652ed8f6ee31b279900976e94ab88ecc27173432d4c1902c0185cedfbb4f7e6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:01:03 + docker inspect -f . ci-base-image-x86_64 06:01:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:01:03 prd-ubuntu20.04-docker-8c-8g-9489 does not seem to be running inside a container 06:01:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_device-modbus-go_PR-462 -v /w/workspace/xfoundry_device-modbus-go_PR-462:/w/workspace/xfoundry_device-modbus-go_PR-462:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-462@tmp:/w/workspace/xfoundry_device-modbus-go_PR-462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:01:03 $ docker top 6c3281d043e43029bf1b3a207390224f803ca3914b9dcdfd8691e2c2888f5e1c -eo pid,comm [Pipeline] { [Pipeline] sh 06:01:04 + git config --global --add safe.directory /w/workspace/xfoundry_device-modbus-go_PR-462 [Pipeline] fileExists [Pipeline] sh 06:01:04 + make test 06:01:04 go test ./... -coverprofile=coverage.out 06:01:08 ? github.com/edgexfoundry/device-modbus-go [no test files] 06:01:18 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 06:01:18 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.014s coverage: 47.4% of statements 06:01:23 go vet ./... 06:01:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:01:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:01:27 ./bin/test-attribution-txt.sh [Pipeline] echo 06:01:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:01:27 $ docker stop --time=1 6c3281d043e43029bf1b3a207390224f803ca3914b9dcdfd8691e2c2888f5e1c 06:01:29 $ docker rm -f --volumes 6c3281d043e43029bf1b3a207390224f803ca3914b9dcdfd8691e2c2888f5e1c [Pipeline] // withDockerContainer [Pipeline] sh 06:01:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:01:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:01:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:01:31 + ls -al . 06:01:31 total 180 06:01:31 drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 06:01 . 06:01:31 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 05:59 .. 06:01:31 -rw-rw-r-- 1 jenkins jenkins 140 Apr 24 05:59 .dockerignore 06:01:31 drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 06:00 .git 06:01:31 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 05:59 .github 06:01:31 -rw-rw-r-- 1 jenkins jenkins 331 Apr 24 05:59 .gitignore 06:01:31 -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 05:59 .golangci.yml 06:01:31 drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 06:00 .semver 06:01:31 -rw-rw-r-- 1 jenkins jenkins 10132 Apr 24 05:59 Attribution.txt 06:01:31 -rw-rw-r-- 1 jenkins jenkins 11576 Apr 24 05:59 CHANGELOG.md 06:01:31 -rw-rw-r-- 1 jenkins jenkins 1365 Apr 24 05:59 Dockerfile 06:01:31 -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 05:59 GOVERNANCE.md 06:01:31 -rw-rw-r-- 1 jenkins jenkins 680 Apr 24 05:59 Jenkinsfile 06:01:31 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 24 05:59 LICENSE 06:01:31 -rw-rw-r-- 1 jenkins jenkins 1705 Apr 24 05:59 Makefile 06:01:31 -rw-rw-r-- 1 jenkins jenkins 622 Apr 24 05:59 OWNERS.md 06:01:31 -rw-rw-r-- 1 jenkins jenkins 4045 Apr 24 05:59 README.md 06:01:31 -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 06:00 VERSION 06:01:31 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 05:59 bin 06:01:31 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 05:59 cmd 06:01:31 -rw-r--r-- 1 jenkins jenkins 24160 Apr 24 06:01 coverage.out 06:01:31 -rw-rw-r-- 1 jenkins jenkins 3453 Apr 24 05:59 go.mod 06:01:31 -rw-rw-r-- 1 jenkins jenkins 31785 Apr 24 05:59 go.sum 06:01:31 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 05:59 internal 06:01:31 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 05:59 simulator 06:01:31 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 05:59 snap 06:01:31 -rw-rw-r-- 1 jenkins jenkins 229 Apr 24 05:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:01:31 + docker build -t device-modbus -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac --label arch=amd64 --label version=0.0.0 . 06:01:31 Sending build context to Docker daemon 6.488MB 06:01:31 Step 1/22 : ARG BASE=golang:1.20-alpine3.17 06:01:31 Step 2/22 : FROM ${BASE} AS builder 06:01:31 ---> d9917b53ef6f 06:01:31 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:01:31 ---> Running in 9d5063d3311a 06:01:32 Removing intermediate container 9d5063d3311a 06:01:32 ---> 616bb2557713 06:01:32 Step 4/22 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:01:32 ---> Running in c1bc12bcad5c 06:01:32 Removing intermediate container c1bc12bcad5c 06:01:32 ---> cf988bb39e7c 06:01:32 Step 5/22 : RUN apk add --update --no-cache make git openssh 06:01:32 ---> Running in 993521908cc9 06:01:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:01:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:01:32 OK: 270 MiB in 61 packages 06:01:32 Removing intermediate container 993521908cc9 06:01:32 ---> 95f61cdce6a3 06:01:32 Step 6/22 : WORKDIR /device-modbus-go 06:01:33 ---> Running in b522429a142f 06:01:33 Removing intermediate container b522429a142f 06:01:33 ---> c2841961af9c 06:01:33 Step 7/22 : COPY go.mod vendor* ./ 06:01:33 ---> 48094a40b5b5 06:01:33 Step 8/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:01:33 ---> Running in b61a901fc40c 06:01:34 Removing intermediate container b61a901fc40c 06:01:34 ---> 7f072292a758 06:01:34 Step 9/22 : COPY . . 06:01:34 ---> 11192224aa44 06:01:34 Step 10/22 : RUN ${MAKE} 06:01:34 ---> Running in b9f4b37ae6ed 06:01:34 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-modbus ./cmd 06:01:52 Removing intermediate container b9f4b37ae6ed 06:01:52 ---> 9782d4f5a1e9 06:01:52 Step 11/22 : FROM alpine:3.17 06:01:52 3.17: Pulling from library/alpine 06:01:52 f56be85fc22e: Pulling fs layer 06:01:52 f56be85fc22e: Verifying Checksum 06:01:52 f56be85fc22e: Download complete 06:01:52 f56be85fc22e: Pull complete 06:01:52 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:01:52 Status: Downloaded newer image for alpine:3.17 06:01:52 ---> 9ed4aefc74f6 06:01:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 06:01:52 ---> Running in 09f6d754ee39 06:01:52 Removing intermediate container 09f6d754ee39 06:01:52 ---> 970fbecd734b 06:01:52 Step 13/22 : RUN apk add --update --no-cache dumb-init 06:01:52 ---> Running in 993384c94c7f 06:01:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:01:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:01:53 (1/1) Installing dumb-init (1.2.5-r2) 06:01:53 Executing busybox-1.35.0-r29.trigger 06:01:53 OK: 7 MiB in 16 packages 06:01:53 Removing intermediate container 993384c94c7f 06:01:53 ---> 2151d9d05ea9 06:01:53 Step 14/22 : COPY --from=builder /device-modbus-go/cmd / 06:01:54 ---> 4cd7703743bb 06:01:54 Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / 06:01:54 ---> 43fd2d3366f1 06:01:54 Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / 06:01:54 ---> 5ebecefcfc11 06:01:54 Step 17/22 : EXPOSE 59901 06:01:54 ---> Running in 18038212db01 06:01:54 Removing intermediate container 18038212db01 06:01:54 ---> 88f78ce4d49e 06:01:54 Step 18/22 : ENTRYPOINT ["/device-modbus"] 06:01:54 ---> Running in 31c94113c288 06:01:54 Removing intermediate container 31c94113c288 06:01:54 ---> cbc26ecca141 06:01:54 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 06:01:54 ---> Running in ea9f906c4f3c 06:01:54 Removing intermediate container ea9f906c4f3c 06:01:54 ---> 518276da11eb 06:01:54 Step 20/22 : LABEL arch=amd64 06:01:54 ---> Running in 3b1db1cc61be 06:01:54 Removing intermediate container 3b1db1cc61be 06:01:54 ---> 45ec47775a90 06:01:54 Step 21/22 : LABEL git_sha=eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac 06:01:54 ---> Running in 46f4f3cac77f 06:01:54 Removing intermediate container 46f4f3cac77f 06:01:54 ---> 9a084dcf484d 06:01:54 Step 22/22 : LABEL version=0.0.0 06:01:54 ---> Running in 2ede364ecf2e 06:01:54 Removing intermediate container 2ede364ecf2e 06:01:54 ---> d90851bc6213 06:01:54 [Warning] One or more build-args [ARCH] were not consumed 06:01:54 Successfully built d90851bc6213 06:01:54 Successfully tagged device-modbus: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 06:01:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:01:55 06:01:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:01:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:01:56 latest: Pulling from edgex-lftools-log-publisher 06:01:56 5eb5b503b376: Pulling fs layer 06:01:56 5c69ac0246d0: Pulling fs layer 06:01:56 ec43610c2a17: Pulling fs layer 06:01:56 3a2ae6a8a46f: Pulling fs layer 06:01:56 33b1e0a273af: Pulling fs layer 06:01:56 5d3b04190fa2: Pulling fs layer 06:01:56 2f39f015ded8: Pulling fs layer 06:01:56 33b1e0a273af: Waiting 06:01:56 5d3b04190fa2: Waiting 06:01:56 2f39f015ded8: Waiting 06:01:56 3a2ae6a8a46f: Waiting 06:01:56 5c69ac0246d0: Download complete 06:01:56 3a2ae6a8a46f: Verifying Checksum 06:01:56 3a2ae6a8a46f: Download complete 06:01:56 33b1e0a273af: Verifying Checksum 06:01:56 33b1e0a273af: Download complete 06:01:56 5d3b04190fa2: Download complete 06:01:56 ec43610c2a17: Verifying Checksum 06:01:56 ec43610c2a17: Download complete 06:01:56 5eb5b503b376: Download complete 06:01:57 2f39f015ded8: Download complete 06:01:57 5eb5b503b376: Pull complete 06:01:57 5c69ac0246d0: Pull complete 06:01:58 ec43610c2a17: Pull complete 06:01:58 3a2ae6a8a46f: Pull complete 06:01:58 33b1e0a273af: Pull complete 06:01:58 5d3b04190fa2: Pull complete 06:02:02 2f39f015ded8: Pull complete 06:02:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:02:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:02:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:02:02 prd-ubuntu20.04-docker-8c-8g-9489 does not seem to be running inside a container 06:02:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-462 -v /w/workspace/xfoundry_device-modbus-go_PR-462:/w/workspace/xfoundry_device-modbus-go_PR-462:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-462@tmp:/w/workspace/xfoundry_device-modbus-go_PR-462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:02:05 $ docker top ab0f687e6e590ea19296403189fd4b420c0048827fb81f2cdecc2fa81691991e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:02:05 ---> job-cost.sh 06:02:05 lf-activate-venv: SKIPPING 06:02:05 INFO: No Stack... 06:02:05 INFO: Retrieving Pricing Info for: v3-standard-8 06:02:06 INFO: Archiving Costs [Pipeline] sh 06:02:06 + cat /w/workspace/xfoundry_device-modbus-go_PR-462/archives/cost.csv 06:02:06 + cut -d, -f6 [Pipeline] lock 06:02:06 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-462-1-stack-cost] 06:02:06 Resource [jenkins-edgexfoundry-device-modbus-go-PR-462-1-stack-cost] did not exist. Created. 06:02:06 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-462-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:02:06 + echo total: 0.2199999988079071 [Pipeline] stash 06:02:06 Stashed 1 file(s) [Pipeline] } 06:02:06 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-462-1-stack-cost] [Pipeline] // lock [Pipeline] } 06:02:07 $ docker stop --time=1 ab0f687e6e590ea19296403189fd4b420c0048827fb81f2cdecc2fa81691991e 06:02:08 $ docker rm -f --volumes ab0f687e6e590ea19296403189fd4b420c0048827fb81f2cdecc2fa81691991e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:03:35 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9493 in /w/workspace/xfoundry_device-modbus-go_PR-462 [Pipeline] { [Pipeline] ws 06:03:35 Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout 06:03:35 Selected Git installation does not exist. Using Default 06:03:35 The recommended git tool is: NONE 06:03:42 using credential edgex-jenkins-ssh 06:03:42 Cloning the remote Git repository 06:03:42 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 06:03:42 > git init /w/workspace/device-modbus-go/1 # timeout=10 06:03:42 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:03:42 > git --version # timeout=10 06:03:42 > git --version # 'git version 2.25.1' 06:03:42 using GIT_SSH to set credentials SSH Credentials for GitHub 06:03:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:03:43 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:03:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:03:45 Merging remotes/origin/main commit 1a68168e1b466f81fb38e733dbe2211c06120b2a into PR head commit eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac 06:03:45 Merge succeeded, producing eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac 06:03:45 Checking out Revision eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac (PR-462) 06:03:44 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:03:44 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:03:44 using GIT_SSH to set credentials SSH Credentials for GitHub 06:03:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/main:refs/remotes/origin/main # timeout=10 06:03:45 > git config core.sparsecheckout # timeout=10 06:03:45 > git checkout -f eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac # timeout=10 06:03:45 > git remote # timeout=10 06:03:45 > git config --get remote.origin.url # timeout=10 06:03:45 using GIT_SSH to set credentials SSH Credentials for GitHub 06:03:45 > git merge 1a68168e1b466f81fb38e733dbe2211c06120b2a # timeout=10 06:03:45 > git rev-parse HEAD^{commit} # timeout=10 06:03:45 > git config core.sparsecheckout # timeout=10 06:03:45 > git checkout -f eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac # timeout=10 06:03:46 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 06:03:46 > git --version # timeout=10 06:03:46 > git --version # 'git version 2.25.1' 06:03:46 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:03:47 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:03:47 % Total % Received % Xferd Average Speed Time Time Time Current 06:03:47 Dload Upload Total Spent Left Speed 06:03:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 211k 0 --:--:-- --:--:-- --:--:-- 211k [Pipeline] sh 06:03:48 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:03:48 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee 06:03:48 /etc/docker/daemon.new 06:03:48 { 06:03:48 "registry-mirrors": [ 06:03:48 "https://nexus3.edgexfoundry.org:10001" 06:03:48 ], 06:03:48 "bip": "10.250.0.254/24", 06:03:48 "hosts": [ 06:03:48 "tcp://0.0.0.0:5555", 06:03:48 "unix:///var/run/docker.sock" 06:03:48 ], 06:03:48 "mtu": 1458, 06:03:48 "selinux-enabled": true, 06:03:48 "seccomp-profile": "/etc/docker/seccomp.json" 06:03:48 } [Pipeline] sh 06:03:49 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:03:49 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:04:07 provisioning config files... 06:04:07 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/1@tmp/config3593309551666363909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:04:08 ---> docker-login.sh 06:04:08 nexus3.edgexfoundry.org:10001 06:04:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:04:08 Configure a credential helper to remove this warning. See 06:04:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:04:08 06:04:08 Login Succeeded 06:04:08 nexus3.edgexfoundry.org:10002 06:04:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:04:09 Configure a credential helper to remove this warning. See 06:04:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:04:09 06:04:09 Login Succeeded 06:04:09 nexus3.edgexfoundry.org:10003 06:04:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:04:09 Configure a credential helper to remove this warning. See 06:04:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:04:09 06:04:09 Login Succeeded 06:04:09 nexus3.edgexfoundry.org:10004 06:04:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:04:10 Configure a credential helper to remove this warning. See 06:04:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:04:10 06:04:10 Login Succeeded 06:04:10 docker.io 06:04:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:04:10 Configure a credential helper to remove this warning. See 06:04:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:04:10 06:04:10 Login Succeeded 06:04:10 ---> docker-login.sh ends [Pipeline] } 06:04:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:04:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:04:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:04:11 ========================================================= 06:04:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 06:04:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:11 + 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 . 06:04:12 Sending build context to Docker daemon 3.376MB 06:04:12 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 06:04:12 Step 2/10 : FROM ${BASE} AS builder 06:04:12 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:04:12 af6eaf76a39c: Pulling fs layer 06:04:12 55522c791124: Pulling fs layer 06:04:12 ce5c4a1c91eb: Pulling fs layer 06:04:12 169dfbe0d373: Pulling fs layer 06:04:12 e1ff8fa3b103: Pulling fs layer 06:04:12 52ebb69f0ebf: Pulling fs layer 06:04:12 5abe8eddf0d5: Pulling fs layer 06:04:12 169dfbe0d373: Waiting 06:04:12 e1ff8fa3b103: Waiting 06:04:12 52ebb69f0ebf: Waiting 06:04:12 5abe8eddf0d5: Waiting 06:04:12 55522c791124: Download complete 06:04:12 169dfbe0d373: Verifying Checksum 06:04:12 169dfbe0d373: Download complete 06:04:12 e1ff8fa3b103: Verifying Checksum 06:04:12 e1ff8fa3b103: Download complete 06:04:12 af6eaf76a39c: Verifying Checksum 06:04:12 af6eaf76a39c: Download complete 06:04:13 5abe8eddf0d5: Verifying Checksum 06:04:13 5abe8eddf0d5: Download complete 06:04:13 af6eaf76a39c: Pull complete 06:04:14 55522c791124: Pull complete 06:04:15 ce5c4a1c91eb: Verifying Checksum 06:04:15 52ebb69f0ebf: Verifying Checksum 06:04:15 52ebb69f0ebf: Download complete 06:04:27 ce5c4a1c91eb: Pull complete 06:04:27 169dfbe0d373: Pull complete 06:04:27 e1ff8fa3b103: Pull complete 06:04:32 52ebb69f0ebf: Pull complete 06:04:33 5abe8eddf0d5: Pull complete 06:04:33 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 06:04:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:04:33 ---> 6cb57ee374ae 06:04:33 Step 3/10 : ARG ADD_BUILD_TAGS="" 06:04:35 ---> Running in aa12e6259ddf 06:04:36 Removing intermediate container aa12e6259ddf 06:04:36 ---> d7a3968c4738 06:04:36 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:04:36 ---> Running in 1071aaecfe5b 06:04:36 Removing intermediate container 1071aaecfe5b 06:04:36 ---> f37e2c85e302 06:04:36 Step 5/10 : RUN apk add --update --no-cache make git openssh 06:04:36 ---> Running in 447f7808bd81 06:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:04:39 (1/8) Installing openssh-keygen (9.1_p1-r2) 06:04:39 (2/8) Installing libedit (20221030.3.1-r0) 06:04:39 (3/8) Installing openssh-client-common (9.1_p1-r2) 06:04:39 (4/8) Installing openssh-client-default (9.1_p1-r2) 06:04:39 (5/8) Installing openssh-sftp-server (9.1_p1-r2) 06:04:39 (6/8) Installing openssh-server-common (9.1_p1-r2) 06:04:39 (7/8) Installing openssh-server (9.1_p1-r2) 06:04:39 (8/8) Installing openssh (9.1_p1-r2) 06:04:39 Executing busybox-1.35.0-r29.trigger 06:04:39 OK: 270 MiB in 61 packages 06:04:41 Removing intermediate container 447f7808bd81 06:04:41 ---> c649dbe700d3 06:04:41 Step 6/10 : WORKDIR /device-modbus-go 06:04:41 ---> Running in ac04bbb95c74 06:04:41 Removing intermediate container ac04bbb95c74 06:04:41 ---> b9dcadf818bf 06:04:41 Step 7/10 : COPY go.mod vendor* ./ 06:04:42 ---> 3b043c9c9e2c 06:04:42 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:04:42 ---> Running in 4df789af28a2 06:05:50 Removing intermediate container 4df789af28a2 06:05:50 ---> 986d3a617ff4 06:05:50 Step 9/10 : COPY . . 06:05:50 ---> 9b0c9dc16870 06:05:50 Step 10/10 : RUN ${MAKE} 06:05:50 ---> Running in e013b448559c 06:05:50 noop 06:05:50 Removing intermediate container e013b448559c 06:05:50 ---> b189b8f1e5c1 06:05:50 Successfully built b189b8f1e5c1 06:05:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:51 + docker inspect -f . ci-base-image-arm64 06:05:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:05:51 prd-ubuntu20.04-docker-arm64-4c-16g-9493 does not seem to be running inside a container 06:05:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-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 06:05:52 $ docker top 1e80b226126f795b4cd5533c8cf7fcf5197f84eeaf54edc8737e21be05a9f904 -eo pid,comm [Pipeline] { [Pipeline] sh 06:05:53 + go version 06:05:53 go version go1.20.2 linux/arm64 [Pipeline] } 06:05:53 $ docker stop --time=1 1e80b226126f795b4cd5533c8cf7fcf5197f84eeaf54edc8737e21be05a9f904 06:05:55 $ docker rm -f --volumes 1e80b226126f795b4cd5533c8cf7fcf5197f84eeaf54edc8737e21be05a9f904 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:56 + docker inspect -f . ci-base-image-arm64 06:05:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:05:56 prd-ubuntu20.04-docker-arm64-4c-16g-9493 does not seem to be running inside a container 06:05:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-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 06:05:58 $ docker top fd4deb6e0a89309e823bdcf3450cb01a2f87b5cdc3c0a8be1346d47193f8ab3f -eo pid,comm [Pipeline] { [Pipeline] sh 06:05:58 + git config --global --add safe.directory /w/workspace/device-modbus-go/1 [Pipeline] fileExists [Pipeline] sh 06:05:59 + make test 06:05:59 go test ./... -coverprofile=coverage.out 06:06:39 ? github.com/edgexfoundry/device-modbus-go [no test files] 06:09:01 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 06:09:01 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.077s coverage: 47.4% of statements 06:09:01 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:09:01 go vet ./... 06:09:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:09:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:09:33 ./bin/test-attribution-txt.sh [Pipeline] echo 06:09:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:09:33 $ docker stop --time=1 fd4deb6e0a89309e823bdcf3450cb01a2f87b5cdc3c0a8be1346d47193f8ab3f 06:09:35 $ docker rm -f --volumes fd4deb6e0a89309e823bdcf3450cb01a2f87b5cdc3c0a8be1346d47193f8ab3f [Pipeline] // withDockerContainer [Pipeline] sh 06:09:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:09:37 Warning: overwriting stash ‘coverage-report’ 06:09:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:09:38 + ls -al . 06:09:38 total 176 06:09:38 drwxrwxr-x 9 jenkins jenkins 4096 Apr 24 06:06 . 06:09:38 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 06:03 .. 06:09:38 -rw-rw-r-- 1 jenkins jenkins 140 Apr 24 06:03 .dockerignore 06:09:38 drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 06:03 .git 06:09:38 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 06:03 .github 06:09:38 -rw-rw-r-- 1 jenkins jenkins 331 Apr 24 06:03 .gitignore 06:09:38 -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 06:03 .golangci.yml 06:09:38 -rw-rw-r-- 1 jenkins jenkins 10132 Apr 24 06:03 Attribution.txt 06:09:38 -rw-rw-r-- 1 jenkins jenkins 11576 Apr 24 06:03 CHANGELOG.md 06:09:38 -rw-rw-r-- 1 jenkins jenkins 1365 Apr 24 06:03 Dockerfile 06:09:38 -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 06:03 GOVERNANCE.md 06:09:38 -rw-rw-r-- 1 jenkins jenkins 680 Apr 24 06:03 Jenkinsfile 06:09:38 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 24 06:03 LICENSE 06:09:38 -rw-rw-r-- 1 jenkins jenkins 1705 Apr 24 06:03 Makefile 06:09:38 -rw-rw-r-- 1 jenkins jenkins 622 Apr 24 06:03 OWNERS.md 06:09:38 -rw-rw-r-- 1 jenkins jenkins 4045 Apr 24 06:03 README.md 06:09:38 -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 06:00 VERSION 06:09:38 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 06:03 bin 06:09:38 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 06:03 cmd 06:09:38 -rw-r--r-- 1 jenkins jenkins 24160 Apr 24 06:09 coverage.out 06:09:38 -rw-rw-r-- 1 jenkins jenkins 3453 Apr 24 06:03 go.mod 06:09:38 -rw-rw-r-- 1 jenkins jenkins 31785 Apr 24 06:03 go.sum 06:09:38 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 06:03 internal 06:09:38 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 06:03 simulator 06:09:38 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 06:03 snap 06:09:38 -rw-rw-r-- 1 jenkins jenkins 229 Apr 24 06:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:39 + docker build -t device-modbus-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac --label arch=arm64 --label version=0.0.0 . 06:09:39 Sending build context to Docker daemon 3.401MB 06:09:39 Step 1/22 : ARG BASE=golang:1.20-alpine3.17 06:09:39 Step 2/22 : FROM ${BASE} AS builder 06:09:39 ---> b189b8f1e5c1 06:09:39 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:09:40 ---> Running in 83cfceb717f9 06:09:40 Removing intermediate container 83cfceb717f9 06:09:40 ---> ae1874a29853 06:09:40 Step 4/22 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:09:41 ---> Running in a5731e61aedb 06:09:41 Removing intermediate container a5731e61aedb 06:09:41 ---> 397ad5ceaed5 06:09:41 Step 5/22 : RUN apk add --update --no-cache make git openssh 06:09:41 ---> Running in 350540ccaba2 06:09:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:09:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:09:44 OK: 270 MiB in 61 packages 06:09:45 Removing intermediate container 350540ccaba2 06:09:45 ---> 02d65a1f8114 06:09:45 Step 6/22 : WORKDIR /device-modbus-go 06:09:45 ---> Running in 2bad800516f4 06:09:45 Removing intermediate container 2bad800516f4 06:09:45 ---> 8b39422bedf2 06:09:45 Step 7/22 : COPY go.mod vendor* ./ 06:09:46 ---> 79c43ae798bb 06:09:46 Step 8/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:09:46 ---> Running in a4312606b3fd 06:09:48 Removing intermediate container a4312606b3fd 06:09:48 ---> 29a6f87944a3 06:09:48 Step 9/22 : COPY . . 06:09:49 ---> 8f89f20ae61c 06:09:49 Step 10/22 : RUN ${MAKE} 06:09:50 ---> Running in 4b7d1b35706d 06:09:51 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-modbus ./cmd 06:12:12 Removing intermediate container 4b7d1b35706d 06:12:12 ---> 6bedfc75a891 06:12:12 Step 11/22 : FROM alpine:3.17 06:12:12 3.17: Pulling from library/alpine 06:12:12 c41833b44d91: Pulling fs layer 06:12:12 c41833b44d91: Verifying Checksum 06:12:12 c41833b44d91: Download complete 06:12:12 c41833b44d91: Pull complete 06:12:12 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:12:12 Status: Downloaded newer image for alpine:3.17 06:12:12 ---> 51e60588ff2c 06:12:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 06:12:12 ---> Running in a14c538ce249 06:12:12 Removing intermediate container a14c538ce249 06:12:12 ---> 516868685899 06:12:12 Step 13/22 : RUN apk add --update --no-cache dumb-init 06:12:12 ---> Running in ab78434f202b 06:12:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:12:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:12:12 (1/1) Installing dumb-init (1.2.5-r2) 06:12:12 Executing busybox-1.35.0-r29.trigger 06:12:12 OK: 8 MiB in 16 packages 06:12:13 Removing intermediate container ab78434f202b 06:12:13 ---> dc954316499c 06:12:13 Step 14/22 : COPY --from=builder /device-modbus-go/cmd / 06:12:14 ---> d6472f578fc5 06:12:14 Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / 06:12:15 ---> 64c1b30a8276 06:12:15 Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / 06:12:15 ---> 0326f0af7cf0 06:12:15 Step 17/22 : EXPOSE 59901 06:12:15 ---> Running in 8d3c32ef0b81 06:12:16 Removing intermediate container 8d3c32ef0b81 06:12:16 ---> d63cc4f83504 06:12:16 Step 18/22 : ENTRYPOINT ["/device-modbus"] 06:12:16 ---> Running in eb7935e9b63e 06:12:16 Removing intermediate container eb7935e9b63e 06:12:16 ---> 326ff64fc3d2 06:12:16 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 06:12:16 ---> Running in bd900ae8500f 06:12:17 Removing intermediate container bd900ae8500f 06:12:17 ---> 4ae9e5bbb114 06:12:17 Step 20/22 : LABEL arch=arm64 06:12:17 ---> Running in 826d9cdeac69 06:12:17 Removing intermediate container 826d9cdeac69 06:12:17 ---> 5383c2822b09 06:12:17 Step 21/22 : LABEL git_sha=eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac 06:12:17 ---> Running in c2581c79708b 06:12:17 Removing intermediate container c2581c79708b 06:12:17 ---> 790f6f82c675 06:12:17 Step 22/22 : LABEL version=0.0.0 06:12:17 ---> Running in 9acb33b0f270 06:12:18 Removing intermediate container 9acb33b0f270 06:12:18 ---> 9bbe7f0f803b 06:12:18 [Warning] One or more build-args [ARCH] were not consumed 06:12:18 Successfully built 9bbe7f0f803b 06:12:18 Successfully tagged device-modbus-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 06:12:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:12:18 06:12:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:12:19 arm64: Pulling from edgex-lftools-log-publisher 06:12:19 8998bd30e6a1: Pulling fs layer 06:12:19 04944245beec: Pulling fs layer 06:12:19 699f458cf7ca: Pulling fs layer 06:12:19 765212b225bb: Pulling fs layer 06:12:19 f23df028b6ca: Pulling fs layer 06:12:19 d65c8cfc05b1: Pulling fs layer 06:12:19 2437ff75d9bd: Pulling fs layer 06:12:19 765212b225bb: Waiting 06:12:19 f23df028b6ca: Waiting 06:12:19 d65c8cfc05b1: Waiting 06:12:19 2437ff75d9bd: Waiting 06:12:19 04944245beec: Verifying Checksum 06:12:19 04944245beec: Download complete 06:12:19 765212b225bb: Verifying Checksum 06:12:19 765212b225bb: Download complete 06:12:19 f23df028b6ca: Verifying Checksum 06:12:19 f23df028b6ca: Download complete 06:12:19 d65c8cfc05b1: Verifying Checksum 06:12:19 d65c8cfc05b1: Download complete 06:12:19 699f458cf7ca: Verifying Checksum 06:12:19 699f458cf7ca: Download complete 06:12:20 8998bd30e6a1: Verifying Checksum 06:12:20 8998bd30e6a1: Download complete 06:12:22 2437ff75d9bd: Verifying Checksum 06:12:22 2437ff75d9bd: Download complete 06:12:24 8998bd30e6a1: Pull complete 06:12:24 04944245beec: Pull complete 06:12:26 699f458cf7ca: Pull complete 06:12:26 765212b225bb: Pull complete 06:12:26 f23df028b6ca: Pull complete 06:12:27 d65c8cfc05b1: Pull complete 06:12:42 2437ff75d9bd: Pull complete 06:12:42 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:12:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:12:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:12:42 prd-ubuntu20.04-docker-arm64-4c-16g-9493 does not seem to be running inside a container 06:12:42 $ 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-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-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 06:12:45 $ docker top 00e53fd3a74f49373bc6cb3038295ce78de378ab58c158b0e6c1dd2d39a77121 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:12:46 ---> job-cost.sh 06:12:46 lf-activate-venv: SKIPPING 06:12:46 INFO: No Stack... 06:12:46 INFO: Retrieving Pricing Info for: v3-standard-4 06:12:47 INFO: Archiving Costs [Pipeline] sh 06:12:47 + cut -d, -f6 06:12:47 + cat /w/workspace/device-modbus-go/1/archives/cost.csv [Pipeline] lock 06:12:48 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-462-1-stack-cost] 06:12:48 Resource [jenkins-edgexfoundry-device-modbus-go-PR-462-1-stack-cost] did not exist. Created. 06:12:48 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-462-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:12:48 /w/workspace/device-modbus-go/1@tmp/durable-48468aab/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:12:49 + echo total: 0.10999999940395355 [Pipeline] stash 06:12:49 Warning: overwriting stash ‘stack-cost’ 06:12:49 Stashed 1 file(s) [Pipeline] } 06:12:49 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-462-1-stack-cost] [Pipeline] // lock [Pipeline] } 06:12:49 $ docker stop --time=1 00e53fd3a74f49373bc6cb3038295ce78de378ab58c158b0e6c1dd2d39a77121 06:12:51 $ docker rm -f --volumes 00e53fd3a74f49373bc6cb3038295ce78de378ab58c158b0e6c1dd2d39a77121 [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 06:12:52 provisioning config files... 06:12:52 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-462@tmp/config3207584697214809892tmp [Pipeline] { [Pipeline] sh 06:12:52 + set +x 06:12:52 + bash -s -- 06:12:52 + curl -s https://codecov.io/bash 06:12:52 06:12:52 _____ _ 06:12:52 / ____| | | 06:12:52 | | ___ __| | ___ ___ _____ __ 06:12:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:12:52 | |___| (_) | (_| | __/ (_| (_) \ V / 06:12:52 \_____\___/ \__,_|\___|\___\___/ \_/ 06:12:52 Bash-1.0.6 06:12:52 06:12:52 06:12:52 ==> git version 2.25.1 found 06:12:52 ==> 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 06:12:52 Release-Date: 2020-01-08 06:12:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:12:52 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:12:52 ==> Jenkins CI detected. 06:12:52 current dir:  /w/workspace/xfoundry_device-modbus-go_PR-462 06:12:52 project root: . 06:12:52 --> token set from env 06:12:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:12:52 ==> Running gcov in . (disable via -X gcov) 06:12:52 ==> Python coveragepy not found 06:12:52 ==> Searching for coverage reports in: 06:12:52 + . 06:12:52 -> Found 1 reports 06:12:52 ==> Detecting git/mercurial file structure 06:12:52 ==> Reading reports 06:12:52 + ./coverage.out bytes=24160 06:12:52 ==> Appending adjustments 06:12:52 https://docs.codecov.io/docs/fixing-reports 06:12:52 + Found adjustments 06:12:52 ==> Gzipping contents 06:12:52 4.0K /tmp/codecov.npaKFb.gz 06:12:52 ==> Uploading reports 06:12:52 url: https://codecov.io 06:12:52 query: branch=PR-462&commit=eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-462%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=462&job=&cmd_args= 06:12:52 -> Pinging Codecov 06:12:52 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3a8d40b1-de00-4649-bfd4-bdc8ed99ae89&branch=PR-462&commit=eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-462%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=462&job=&cmd_args= 06:12:52 -> Uploading to 06:12:52 https://storage.googleapis.com/codecov/v4/raw/2023-04-24/55DBCA73C666E3227836607328DD7E49/eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac/25db1919-d2ae-418a-bc3f-639f6ff80513.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230424%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230424T061252Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=53ad6bd95683b3a372cda6e8797aeaf0786616f33739e907652983e13f0ae6e8 06:12:52 % Total % Received % Xferd Average Speed Time Time Time Current 06:12:52 Dload Upload Total Spent Left Speed 06:12:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3924 0 0 100 3924 0 18251 --:--:-- --:--:-- --:--:-- 18166 06:12:53 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-modbus-go/commit/eca0f97673401f5dbcdc55f53cdd05ebcb8ab7ac [Pipeline] } 06:12:53 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 06:12:54 + [ -d /w/workspace/xfoundry_device-modbus-go_PR-462/archives ] 06:12:54 + ls -al /w/workspace/xfoundry_device-modbus-go_PR-462/archives 06:12:54 total 16 06:12:54 drwxr-xr-x 3 root root 4096 Apr 24 06:02 . 06:12:54 drwxrwxr-x 11 jenkins jenkins 4096 Apr 24 06:02 .. 06:12:54 drwxr-xr-x 2 root root 4096 Apr 24 06:02 cost 06:12:54 -rw-r--r-- 1 root root 88 Apr 24 06:02 cost.csv 06:12:54 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_device-modbus-go_PR-462/archives 06:12:54 + ls -al /w/workspace/xfoundry_device-modbus-go_PR-462/archives 06:12:54 total 16 06:12:54 drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 06:02 . 06:12:54 drwxrwxr-x 11 jenkins jenkins 4096 Apr 24 06:02 .. 06:12:54 drwxr-xr-x 2 jenkins jenkins 4096 Apr 24 06:02 cost 06:12:54 -rw-r--r-- 1 jenkins jenkins 88 Apr 24 06:02 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:12:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:12:56 ---> package-listing.sh 06:12:56 ++ facter osfamily 06:12:56 ++ tr '[:upper:]' '[:lower:]' 06:12:56 + OS_FAMILY=debian 06:12:56 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-462 06:12:56 + START_PACKAGES=/tmp/packages_start.txt 06:12:56 + END_PACKAGES=/tmp/packages_end.txt 06:12:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:12:56 + PACKAGES=/tmp/packages_start.txt 06:12:56 + '[' /w/workspace/xfoundry_device-modbus-go_PR-462 ']' 06:12:56 + PACKAGES=/tmp/packages_end.txt 06:12:56 + case "${OS_FAMILY}" in 06:12:56 + dpkg -l 06:12:56 + grep '^ii' 06:12:56 + '[' -f /tmp/packages_start.txt ']' 06:12:56 + '[' -f /tmp/packages_end.txt ']' 06:12:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:12:56 + '[' /w/workspace/xfoundry_device-modbus-go_PR-462 ']' 06:12:56 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-462/archives/ 06:12:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-462/archives/ [Pipeline] echo 06:12:56 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/xfoundry_device-modbus-go_PR-462/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:12:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:12:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:12:57 prd-ubuntu20.04-docker-8c-8g-9489 does not seem to be running inside a container 06:12:57 $ 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/xfoundry_device-modbus-go_PR-462/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-462 -v /w/workspace/xfoundry_device-modbus-go_PR-462:/w/workspace/xfoundry_device-modbus-go_PR-462:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-462@tmp:/w/workspace/xfoundry_device-modbus-go_PR-462@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 06:12:57 $ docker top adb473f21c9b1a1a2a4f614ff2a3bf2968615bfbe798e1ad62365e28afde56d4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:12:58 + touch /tmp/pre-build-complete [Pipeline] sh 06:12:58 + mkdir -p /var/log/sysstat [Pipeline] sh 06:12:58 + ls /var/log/sa-host 06:12:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:12:58 provisioning config files... 06:12:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-462@tmp/config18188288985709911058tmp [Pipeline] { [Pipeline] echo 06:12:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:12:59 ---> create-netrc.sh [Pipeline] } 06:12:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:12:59 ---> python-tools-install.sh [Pipeline] echo 06:12:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:12:59 ---> sudo-logs.sh 06:12:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:13:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:13:00 ---> job-cost.sh 06:13:00 lf-activate-venv: SKIPPING 06:13:00 DEBUG: total: 0.2199999988079071 06:13:00 INFO: Retrieving Stack Cost... 06:13:00 INFO: Retrieving Pricing Info for: v3-standard-8 06:13:01 INFO: Archiving Costs [Pipeline] echo 06:13:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:13:01 ---> logs-deploy.sh 06:13:01 lf-activate-venv: SKIPPING 06:13:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-462/1 06:13:01 INFO: archiving workspace using pattern(s): 06:13:02 Archives upload complete. 06:13:02 INFO: archiving logs to Nexus 06:13:03 ---> uname -a: 06:13:03 Linux prd-ubuntu20-04-docker-8c-8g-9489 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 06:13:03 06:13:03 06:13:03 ---> lscpu: 06:13:03 Architecture: x86_64 06:13:03 CPU op-mode(s): 32-bit, 64-bit 06:13:03 Byte Order: Little Endian 06:13:03 Address sizes: 40 bits physical, 48 bits virtual 06:13:03 CPU(s): 8 06:13:03 On-line CPU(s) list: 0-7 06:13:03 Thread(s) per core: 1 06:13:03 Core(s) per socket: 1 06:13:03 Socket(s): 8 06:13:03 NUMA node(s): 1 06:13:03 Vendor ID: AuthenticAMD 06:13:03 CPU family: 23 06:13:03 Model: 49 06:13:03 Model name: AMD EPYC-Rome Processor 06:13:03 Stepping: 0 06:13:03 CPU MHz: 2800.000 06:13:03 BogoMIPS: 5600.00 06:13:03 Virtualization: AMD-V 06:13:03 Hypervisor vendor: KVM 06:13:03 Virtualization type: full 06:13:03 L1d cache: 256 KiB 06:13:03 L1i cache: 256 KiB 06:13:03 L2 cache: 4 MiB 06:13:03 L3 cache: 128 MiB 06:13:03 NUMA node0 CPU(s): 0-7 06:13:03 Vulnerability Itlb multihit: Not affected 06:13:03 Vulnerability L1tf: Not affected 06:13:03 Vulnerability Mds: Not affected 06:13:03 Vulnerability Meltdown: Not affected 06:13:03 Vulnerability Mmio stale data: Not affected 06:13:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:13:03 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:13:03 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:13:03 Vulnerability Srbds: Not affected 06:13:03 Vulnerability Tsx async abort: Not affected 06:13:03 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 06:13:03 06:13:03 06:13:03 ---> nproc: 06:13:03 8 06:13:03 06:13:03 06:13:03 ---> df -h: 06:13:03 Filesystem Size Used Avail Use% Mounted on 06:13:03 overlay 155G 12G 144G 8% / 06:13:03 tmpfs 64M 0 64M 0% /dev 06:13:03 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:13:03 shm 64M 0 64M 0% /dev/shm 06:13:03 /dev/vda1 155G 12G 144G 8% /facter-os 06:13:03 06:13:03 06:13:03 ---> sar -b -r -n DEV: 06:13:03 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9489) 04/24/23 _x86_64_ (8 CPU) 06:13:03 06:13:03 05:59:26 LINUX RESTART (8 CPU) 06:13:03 06:13:03 06:00:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:13:03 06:01:01 218.98 11.35 207.63 0.00 1740.86 83249.75 0.00 06:13:03 06:02:01 144.19 0.23 143.96 0.00 17.86 27441.56 0.00 06:13:03 06:03:01 31.54 0.00 31.54 0.00 0.00 16453.14 0.00 06:13:03 06:04:01 4.18 1.02 3.17 0.00 21.86 39.99 0.00 06:13:03 06:05:01 38.03 11.83 26.20 0.00 5437.23 6290.28 0.00 06:13:03 06:06:01 4.03 0.00 4.03 0.00 0.00 48.66 0.00 06:13:03 06:07:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 06:13:03 06:08:01 1.97 0.00 1.97 0.00 0.00 21.60 0.00 06:13:03 06:09:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 06:13:03 06:10:01 2.65 0.00 2.65 0.00 0.00 42.13 0.00 06:13:03 06:11:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 06:13:03 06:12:01 2.05 0.00 2.05 0.00 0.00 23.33 0.00 06:13:03 06:13:01 6.20 0.28 5.92 0.00 22.40 112.65 0.00 06:13:03 Average: 34.99 1.89 33.10 0.00 555.41 10196.15 0.00 06:13:03 06:13:03 06:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:13:03 06:01:01 28477104 31588480 718840 2.19 145032 3175132 1981868 5.84 1062992 2907296 592 06:13:03 06:02:01 27578072 31555560 747104 2.27 158272 3958940 2102704 6.20 1263088 3529764 538152 06:13:03 06:03:01 27690652 31587740 714052 2.17 158788 3878060 1784072 5.26 1243144 3436416 8 06:13:03 06:04:01 27690132 31588300 713944 2.17 158920 3878680 1807680 5.33 1243600 3436940 12 06:13:03 06:05:01 27323136 31576648 715956 2.18 167204 4211548 1825608 5.38 1474752 3549424 904 06:13:03 06:06:01 27324436 31577992 714516 2.17 167276 4211544 1825608 5.38 1469876 3549428 8 06:13:03 06:07:01 27331292 31585028 707356 2.15 167376 4211556 1825608 5.38 1463448 3549432 32 06:13:03 06:08:01 27331348 31585140 707156 2.15 167460 4211556 1825608 5.38 1463500 3549436 16 06:13:03 06:09:01 27331288 31585516 707296 2.15 167524 4211560 1825608 5.38 1463276 3549768 16 06:13:03 06:10:01 27331192 31585516 707172 2.15 167676 4211532 1825608 5.38 1463456 3549744 8 06:13:03 06:11:01 27331208 31585624 707024 2.15 167744 4211532 1825608 5.38 1463536 3549744 12 06:13:03 06:12:01 27331276 31585896 706564 2.15 167840 4211544 1825608 5.38 1464412 3549756 180 06:13:03 06:13:01 27267576 31526468 760596 2.31 168052 4212968 1875896 5.53 1521876 3546876 376 06:13:03 Average: 27487593 31577993 717506 2.18 163782 4061242 1858237 5.48 1389304 3481079 41563 06:13:03 06:13:03 06:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:13:03 06:01:01 docker0 187.24 316.13 15.24 2059.24 0.00 0.00 0.00 0.00 06:13:03 06:01:01 ens3 578.61 342.20 7881.75 51.60 0.00 0.00 0.00 0.00 06:13:03 06:01:01 veth5922356 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 06:13:03 06:01:01 lo 5.90 5.90 0.58 0.58 0.00 0.00 0.00 0.00 06:13:03 06:02:01 docker0 2.85 6.42 0.18 85.51 0.00 0.00 0.00 0.00 06:13:03 06:02:01 ens3 143.98 100.38 2690.15 97.01 0.00 0.00 0.00 0.00 06:13:03 06:02:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 06:13:03 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:03:01 ens3 11.80 7.33 12.53 4.62 0.00 0.00 0.00 0.00 06:13:03 06:03:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:13:03 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:04:01 ens3 1.80 0.83 1.98 0.60 0.00 0.00 0.00 0.00 06:13:03 06:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:13:03 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:05:01 ens3 136.93 72.34 1952.60 5.14 0.00 0.00 0.00 0.00 06:13:03 06:05:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 06:13:03 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:06:01 ens3 0.38 0.23 0.02 0.02 0.00 0.00 0.00 0.00 06:13:03 06:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:13:03 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:07:01 ens3 0.25 0.08 0.07 0.00 0.00 0.00 0.00 0.00 06:13:03 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:08:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 06:13:03 06:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:13:03 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:09:01 ens3 0.20 0.00 0.02 0.00 0.00 0.00 0.00 0.00 06:13:03 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:10:01 ens3 0.38 0.20 0.09 0.07 0.00 0.00 0.00 0.00 06:13:03 06:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:13:03 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:11:01 ens3 0.50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 06:13:03 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:12:01 ens3 0.73 0.57 0.33 0.22 0.00 0.00 0.00 0.00 06:13:03 06:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:13:03 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:03 06:13:01 ens3 27.33 17.23 30.22 10.20 0.00 0.00 0.00 0.00 06:13:03 06:13:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 06:13:03 Average: docker0 14.40 24.44 1.17 162.55 0.00 0.00 0.00 0.00 06:13:03 Average: ens3 68.81 41.27 958.01 12.99 0.00 0.00 0.00 0.00 06:13:03 Average: lo 0.77 0.77 0.07 0.07 0.00 0.00 0.00 0.00 06:13:03 06:13:03